﻿@charset "UTF-8";
/*  سایت آکسون بوک
:root {
    --main-color: #78B3CE;
    --second-color: #3A6D8C; 
    --Third-color: #55AD9B;  
}
 */
/*  سایت سانی بوک */
:root {
    --main-color: #f58;
    --second-color: #ff316f;
    --Third-color: #d670ac;
    --fourth-color: #F00;
    --green-color: #35bb9b;
}

@keyframes ajaxLoading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ajaxLoading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    } 
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ajaxPostsLoading {
    0% {
        opacity: 0;
        -webkit-transform: translate(0,50px);
        transform: translate(0,50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes ajaxPostsLoading {
    0% {
        opacity: 0;
        -webkit-transform: translate(0,50px);
        transform: translate(0,50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes buffering-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@keyframes buffering-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@keyframes ajaxSearchLoading {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9) translate(0,30px);
        transform: scale(.9) translate(0,30px);
        filter: alpha(opacity=0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0);
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes ajaxSearchLoading {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9) translate(0,30px);
        transform: scale(.9) translate(0,30px);
        filter: alpha(opacity=0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0);
        filter: alpha(opacity=100)
    }
}

@keyframes blink {
    0%,to {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@-webkit-keyframes blink {
    0%,to {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@-webkit-keyframes mobileContactButton {
    50% {
        background: #58be52
    }

    0%,to {
        background: #7ccc77
    }
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, header, hgroup, i, iframe, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

body, h1, h2, h3, h4, h5, h6, html, img, p, table {
    font: inherit;
    padding: 0;
    vertical-align: baseline
}

h1, h2, h3, h4, h5, h6, html, img, p, table {
    margin: 0
}

body, h1, h2, h3, h4, h5, h6, html, p {
    border: 0
}

img, table {
    font-size: 100%
}

table {
    border-spacing: 0;
    border: 0;
    border-collapse: separate;
    text-align: right;
    width: 100%
} 




mark {
    background: 0 0;
    color: inherit
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, textarea {
    display: block
}

li, ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: none
    }

a, body {
    color: #7f8187
}

a {
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

hr, img {
    height: auto
}

img {
    border: 0;
    max-width: 100%
}

hr {
    background: 0 0;
    border-style: solid;
    border-width: 0;
    margin: 0
}

@font-face {
    font-family: 'Tanha';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Tanha.eot');
    src: url('../fonts/Tanha.eot?#iefix') format("embedded-opentype"), url('../fonts/Tanha.woff') format("woff"), url('../fonts/Tanha.ttf') format("truetype")
}

@font-face {
    font-family: 'IRANSans';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/IRANSansWeb_Bold.eot');
    src: url('../fonts/IRANSansWeb_Bold.eot?#iefix') format("embedded-opentype"), url('../fonts/IRANSansWeb_Bold.woff2') format("woff2"), url('../fonts/IRANSansWeb_Bold.woff') format("woff"), url('../fonts/IRANSansWeb_Bold.ttf') format("truetype")
}

@font-face {
    font-family: 'IRANSans';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/IRANSansWeb_Medium.eot');
    src: url('../fonts/IRANSansWeb_Medium.eot?#iefix') format("embedded-opentype"), url('../fonts/IRANSansWeb_Medium.woff2') format("woff2"), url('../fonts/IRANSansWeb_Medium.woff') format("woff"), url('../fonts/IRANSansWeb_Medium.ttf') format("truetype")
}

@font-face {
    font-family: 'IRANSans';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/IRANSansWeb_Light.eot');
    src: url('../fonts/IRANSansWeb_Light.eot?#iefix') format("embedded-opentype"), url('../fonts/IRANSansWeb_Light.woff2') format("woff2"), url('../fonts/IRANSansWeb_Light.woff') format("woff"), url('../fonts/IRANSansWeb_Light.ttf') format("truetype")
}

@font-face {
    font-family: 'IRANSans';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWeb.eot?#iefix') format("embedded-opentype"), url('../fonts/IRANSansWeb.woff2') format("woff2"), url('../fonts/IRANSansWeb.woff') format("woff"), url('../fonts/IRANSansWeb.ttf') format("truetype")
}

h5, html {
    font-size: 16px
}

body {
    background: #fff;
    direction: rtl;
    font-family: "IRANSans";
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    line-height: 2;
    background: url(../images/back.png);
}

:focus {
    outline: 0
}

::-moz-selection {
    background: var(--main-color);;
    color: #fff
}

::-moz-selection {
    background: var(--main-color);;
    color: #fff
}

input, select {
    padding: 10px 10px
}

input, select, textarea {
    background: #fff;
    border: 1px solid #ededed;
    color: #5facfa;
    font-family: "IRANSans";
    font-size: 13px;
    width: 100%;
    -webkit-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: ""
}

    input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #7f8187
    }

    input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
        color: #7f8187
    }

    input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #7f8187
    }

select {
    color: #808188;
    cursor: pointer;
    position: relative;
    padding-left: 40px !important;
    background-image: url(../images/select-arrow.png) !important;
    background-position: left 1.2em center !important;
    background-repeat: no-repeat !important
}

    select option {
        color: #0f82c6;
    }

        select option[value="0"] {
            color: #808188;
        }

textarea {
    height: 220px;
    padding: 15px;
    resize: none
}

input[type=checkbox], input[type=radio] {
    display: none
}

    input[type=checkbox] + label, input[type=radio] + label {
        padding-right: 36px;
        position: relative;
        cursor: pointer;
        font-weight: 400;
        display: block;
        font-size: 13px
    }

        input[type=checkbox] + label:after, input[type=checkbox] + label:before, input[type=radio] + label:after, input[type=radio] + label:before {
            position: absolute;
            right: 0;
            top: 0;
            height: 24px;
            width: 24px
        }

        input[type=checkbox] + label:before, input[type=radio] + label:before {
            content: '';
            border-width: 1px;
            border-style: solid;
            border-color: #ededed;
            background: #fff;
            -webkit-transition: background .25s cubic-bezier(.69,0,.19,1),border .25s cubic-bezier(.69,0,.19,1);
            transition: background .25s cubic-bezier(.69,0,.19,1),border .25s cubic-bezier(.69,0,.19,1)
        }

        input[type=checkbox] + label:after, input[type=radio] + label:after {
            content: "\4e";
            font-family: 'ElegantIcons';
            text-align: center;
            color: #fff;
            font-size: 14px;
            line-height: 24px;
            opacity: 0;
            -webkit-transition: opacity .25s cubic-bezier(.69,0,.19,1);
            transition: opacity .25s cubic-bezier(.69,0,.19,1)
        }

    input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
        background: var(--main-color);;
        border-color: var(--main-color);;
        opacity: 1
    }

    input[type=checkbox]:checked + label:after, input[type=radio]:checked + label:after {
        opacity: 1
    }

    input[type=checkbox] + label:before {
        border-radius: 3px
    }

    input[type=radio] + label:before {
        border-radius: 100%
    }

h1, h2, h3 {
    font-size: 28px;
    font-weight: 500
}

h2, h3 {
    font-size: 26px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h6 {
    font-size: 14px
}

p {
    color: inherit;
    font-size: inherit;
    font-weight: 300
}

b, h4, h5, h6, strong {
    font-weight: 500
}

h1, h2, h3, h4, h5, h6 {
    color: #46484d;
    line-height: 1.5
}

    h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
        font-weight: inherit
    }

*, :after, :before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.kt-row {
    margin-left: -20px;
    margin-right: -20px
}

.column {
    padding-left: 7px;
    padding-right: 7px;
    position: relative
}

.vc_column_container {
    width: 100%
}

.column, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9, .vc_non_responsive .vc_row .vc_col-sm-10, .vc_non_responsive .vc_row .vc_col-sm-11, .vc_non_responsive .vc_row .vc_col-sm-12, .vc_non_responsive .vc_row .vc_col-sm-2, .vc_non_responsive .vc_row .vc_col-sm-3, .vc_non_responsive .vc_row .vc_col-sm-4, .vc_non_responsive .vc_row .vc_col-sm-5, .vc_non_responsive .vc_row .vc_col-sm-6, .vc_non_responsive .vc_row .vc_col-sm-7, .vc_non_responsive .vc_row .vc_col-sm-8, .vc_non_responsive .vc_row .vc_col-sm-9 {
    float: right;
    min-height: 1px
}

.vc_col-xs-offset-0, .vc_media-lg .vc_col-lg-offset-0, .vc_media-md .vc_col-md-offset-0, .vc_media-sm .vc_col-sm-offset-0, .vc_media-xs .vc_col-xs-offset-0, .vc_non_responsive .vc_row .vc_col-sm-offset-0 {
    margin-right: 0
}

.vc_col-xs-pull-0, .vc_media-lg .vc_col-lg-pull-0, .vc_media-md .vc_col-md-pull-0, .vc_media-sm .vc_col-sm-pull-0, .vc_media-xs .vc_col-xs-pull-0 {
    left: 0
}

.vc_col-xs-push-0, .vc_media-lg .vc_col-lg-push-0, .vc_media-md .vc_col-md-push-0, .vc_media-sm .vc_col-sm-push-0, .vc_media-xs .vc_col-xs-push-0 {
    right: 0
}

.kt-col-xs-1, .vc_col-xs-1 {
    width: 8.33333%
}

.vc_col-xs-offset-1, .vc_media-lg .vc_col-lg-offset-1, .vc_media-md .vc_col-md-offset-1, .vc_media-sm .vc_col-sm-offset-1, .vc_media-xs .vc_col-xs-offset-1, .vc_non_responsive .vc_row .vc_col-sm-offset-1 {
    margin-right: 8.33333%
}

.vc_col-xs-pull-1, .vc_media-lg .vc_col-lg-pull-1, .vc_media-md .vc_col-md-pull-1, .vc_media-sm .vc_col-sm-pull-1, .vc_media-xs .vc_col-xs-pull-1 {
    left: 8.33333%
}

.vc_col-xs-push-1, .vc_media-lg .vc_col-lg-push-1, .vc_media-md .vc_col-md-push-1, .vc_media-sm .vc_col-sm-push-1, .vc_media-xs .vc_col-xs-push-1 {
    right: 8.33333%
}

.kt-col-xs-2, .vc_col-xs-2 {
    width: 16.66667%
}

.vc_col-xs-offset-2, .vc_media-lg .vc_col-lg-offset-2, .vc_media-md .vc_col-md-offset-2, .vc_media-sm .vc_col-sm-offset-2, .vc_media-xs .vc_col-xs-offset-2, .vc_non_responsive .vc_row .vc_col-sm-offset-2 {
    margin-right: 16.66667%
}

.vc_col-xs-pull-2, .vc_media-lg .vc_col-lg-pull-2, .vc_media-md .vc_col-md-pull-2, .vc_media-sm .vc_col-sm-pull-2, .vc_media-xs .vc_col-xs-pull-2 {
    left: 16.66667%
}

.vc_col-xs-push-2, .vc_media-lg .vc_col-lg-push-2, .vc_media-md .vc_col-md-push-2, .vc_media-sm .vc_col-sm-push-2, .vc_media-xs .vc_col-xs-push-2 {
    right: 16.66667%
}

.kt-col-xs-3, .vc_col-xs-3 {
    width: 25%
}

.vc_col-xs-offset-3, .vc_media-lg .vc_col-lg-offset-3, .vc_media-md .vc_col-md-offset-3, .vc_media-sm .vc_col-sm-offset-3, .vc_media-xs .vc_col-xs-offset-3, .vc_non_responsive .vc_row .vc_col-sm-offset-3 {
    margin-right: 25%
}

.vc_col-xs-pull-3, .vc_media-lg .vc_col-lg-pull-3, .vc_media-md .vc_col-md-pull-3, .vc_media-sm .vc_col-sm-pull-3, .vc_media-xs .vc_col-xs-pull-3 {
    left: 25%
}

.vc_col-xs-push-3, .vc_media-lg .vc_col-lg-push-3, .vc_media-md .vc_col-md-push-3, .vc_media-sm .vc_col-sm-push-3, .vc_media-xs .vc_col-xs-push-3 {
    right: 25%
}

.kt-col-xs-4, .vc_col-xs-4 {
    width: 33.33333%
}

.vc_col-xs-offset-4, .vc_media-lg .vc_col-lg-offset-4, .vc_media-md .vc_col-md-offset-4, .vc_media-sm .vc_col-sm-offset-4, .vc_media-xs .vc_col-xs-offset-4, .vc_non_responsive .vc_row .vc_col-sm-offset-4 {
    margin-right: 33.33333%
}

.vc_col-xs-pull-4, .vc_media-lg .vc_col-lg-pull-4, .vc_media-md .vc_col-md-pull-4, .vc_media-sm .vc_col-sm-pull-4, .vc_media-xs .vc_col-xs-pull-4 {
    left: 33.33333%
}

.vc_col-xs-push-4, .vc_media-lg .vc_col-lg-push-4, .vc_media-md .vc_col-md-push-4, .vc_media-sm .vc_col-sm-push-4, .vc_media-xs .vc_col-xs-push-4 {
    right: 33.33333%
}

.kt-col-xs-5, .vc_col-xs-5 {
    width: 41.66667%
}

.vc_col-xs-offset-5, .vc_media-lg .vc_col-lg-offset-5, .vc_media-md .vc_col-md-offset-5, .vc_media-sm .vc_col-sm-offset-5, .vc_media-xs .vc_col-xs-offset-5, .vc_non_responsive .vc_row .vc_col-sm-offset-5 {
    margin-right: 41.66667%
}

.vc_col-xs-pull-5, .vc_media-lg .vc_col-lg-pull-5, .vc_media-md .vc_col-md-pull-5, .vc_media-sm .vc_col-sm-pull-5, .vc_media-xs .vc_col-xs-pull-5 {
    left: 41.66667%
}

.vc_col-xs-push-5, .vc_media-lg .vc_col-lg-push-5, .vc_media-md .vc_col-md-push-5, .vc_media-sm .vc_col-sm-push-5, .vc_media-xs .vc_col-xs-push-5 {
    right: 41.66667%
}

.footer-list.two-columns li, .kt-col-xs-6, .vc_col-xs-6 {
    width: 50%
}

.vc_col-xs-offset-6, .vc_media-lg .vc_col-lg-offset-6, .vc_media-md .vc_col-md-offset-6, .vc_media-sm .vc_col-sm-offset-6, .vc_media-xs .vc_col-xs-offset-6, .vc_non_responsive .vc_row .vc_col-sm-offset-6 {
    margin-right: 50%
}

.vc_col-xs-pull-6, .vc_media-lg .vc_col-lg-pull-6, .vc_media-md .vc_col-md-pull-6, .vc_media-sm .vc_col-sm-pull-6, .vc_media-xs .vc_col-xs-pull-6 {
    left: 50%
}

.vc_col-xs-push-6, .vc_media-lg .vc_col-lg-push-6, .vc_media-md .vc_col-md-push-6, .vc_media-sm .vc_col-sm-push-6, .vc_media-xs .vc_col-xs-push-6 {
    right: 50%
}

.kt-col-xs-7, .vc_col-xs-7 {
    width: 58.33333%
}

.vc_col-xs-offset-7, .vc_media-lg .vc_col-lg-offset-7, .vc_media-md .vc_col-md-offset-7, .vc_media-sm .vc_col-sm-offset-7, .vc_media-xs .vc_col-xs-offset-7, .vc_non_responsive .vc_row .vc_col-sm-offset-7 {
    margin-right: 58.33333%
}

.vc_col-xs-pull-7, .vc_media-lg .vc_col-lg-pull-7, .vc_media-md .vc_col-md-pull-7, .vc_media-sm .vc_col-sm-pull-7, .vc_media-xs .vc_col-xs-pull-7 {
    left: 58.33333%
}

.vc_col-xs-push-7, .vc_media-lg .vc_col-lg-push-7, .vc_media-md .vc_col-md-push-7, .vc_media-sm .vc_col-sm-push-7, .vc_media-xs .vc_col-xs-push-7 {
    right: 58.33333%
}

.kt-col-xs-8, .vc_col-xs-8 {
    width: 66.66667%
}

.vc_col-xs-offset-8, .vc_media-lg .vc_col-lg-offset-8, .vc_media-md .vc_col-md-offset-8, .vc_media-sm .vc_col-sm-offset-8, .vc_media-xs .vc_col-xs-offset-8, .vc_non_responsive .vc_row .vc_col-sm-offset-8 {
    margin-right: 66.66667%
}

.vc_col-xs-pull-8, .vc_media-lg .vc_col-lg-pull-8, .vc_media-md .vc_col-md-pull-8, .vc_media-sm .vc_col-sm-pull-8, .vc_media-xs .vc_col-xs-pull-8 {
    left: 66.66667%
}

.vc_col-xs-push-8, .vc_media-lg .vc_col-lg-push-8, .vc_media-md .vc_col-md-push-8, .vc_media-sm .vc_col-sm-push-8, .vc_media-xs .vc_col-xs-push-8 {
    right: 66.66667%
}

.kt-col-xs-9, .vc_col-xs-9 {
    width: 75%
}

.vc_col-xs-offset-9, .vc_media-lg .vc_col-lg-offset-9, .vc_media-md .vc_col-md-offset-9, .vc_media-sm .vc_col-sm-offset-9, .vc_media-xs .vc_col-xs-offset-9, .vc_non_responsive .vc_row .vc_col-sm-offset-9 {
    margin-right: 75%
}

.vc_col-xs-pull-9, .vc_media-lg .vc_col-lg-pull-9, .vc_media-md .vc_col-md-pull-9, .vc_media-sm .vc_col-sm-pull-9, .vc_media-xs .vc_col-xs-pull-9 {
    left: 75%
}

.vc_col-xs-push-9, .vc_media-lg .vc_col-lg-push-9, .vc_media-md .vc_col-md-push-9, .vc_media-sm .vc_col-sm-push-9, .vc_media-xs .vc_col-xs-push-9 {
    right: 75%
}

.kt-col-xs-10, .vc_col-xs-10 {
    width: 83.33333%
}

.vc_col-xs-offset-10, .vc_media-lg .vc_col-lg-offset-10, .vc_media-md .vc_col-md-offset-10, .vc_media-sm .vc_col-sm-offset-10, .vc_media-xs .vc_col-xs-offset-10, .vc_non_responsive .vc_row .vc_col-sm-offset-10 {
    margin-right: 83.33333%
}

.vc_col-xs-pull-10, .vc_media-lg .vc_col-lg-pull-10, .vc_media-md .vc_col-md-pull-10, .vc_media-sm .vc_col-sm-pull-10, .vc_media-xs .vc_col-xs-pull-10 {
    left: 83.33333%
}

.vc_col-xs-push-10, .vc_media-lg .vc_col-lg-push-10, .vc_media-md .vc_col-md-push-10, .vc_media-sm .vc_col-sm-push-10, .vc_media-xs .vc_col-xs-push-10 {
    right: 83.33333%
}

.kt-col-xs-11, .vc_col-xs-11 {
    width: 91.66667%
}

.vc_col-xs-offset-11, .vc_media-lg .vc_col-lg-offset-11, .vc_media-md .vc_col-md-offset-11, .vc_media-sm .vc_col-sm-offset-11, .vc_media-xs .vc_col-xs-offset-11, .vc_non_responsive .vc_row .vc_col-sm-offset-11 {
    margin-right: 91.66667%
}

.vc_col-xs-pull-11, .vc_media-lg .vc_col-lg-pull-11, .vc_media-md .vc_col-md-pull-11, .vc_media-sm .vc_col-sm-pull-11, .vc_media-xs .vc_col-xs-pull-11 {
    left: 91.66667%
}

.vc_col-xs-push-11, .vc_media-lg .vc_col-lg-push-11, .vc_media-md .vc_col-md-push-11, .vc_media-sm .vc_col-sm-push-11, .vc_media-xs .vc_col-xs-push-11 {
    right: 91.66667%
}

.kt-col-xs-12, .vc_col-xs-12 {
    width: 100%
}

.vc_col-xs-offset-12, .vc_media-lg .vc_col-lg-offset-12, .vc_media-md .vc_col-md-offset-12, .vc_media-sm .vc_col-sm-offset-12, .vc_media-xs .vc_col-xs-offset-12, .vc_non_responsive .vc_row .vc_col-sm-offset-12 {
    margin-right: 100%
}

.vc_col-xs-pull-12, .vc_media-lg .vc_col-lg-pull-12, .vc_media-md .vc_col-md-pull-12, .vc_media-sm .vc_col-sm-pull-12, .vc_media-xs .vc_col-xs-pull-12 {
    left: 100%
}

.vc_col-xs-push-12, .vc_media-lg .vc_col-lg-push-12, .vc_media-md .vc_col-md-push-12, .vc_media-sm .vc_col-sm-push-12, .vc_media-xs .vc_col-xs-push-12 {
    right: 100%
}


@media (min-width:768px) {
    .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
        float: right;
        min-height: 1px
    }

    .vc_col-sm-offset-0 {
        margin-right: 0
    }

    .vc_col-sm-pull-0 {
        left: 0
    }

    .vc_col-sm-push-0 {
        right: 0
    }

    .kt-col-sm-1, .vc_col-sm-1 {
        width: 8.33333%
    }

    .vc_col-sm-offset-1 {
        margin-right: 8.33333%
    }

    .vc_col-sm-pull-1 {
        left: 8.33333%
    }

    .vc_col-sm-push-1 {
        right: 8.33333%
    }

    .kt-col-sm-2, .vc_col-sm-2 {
        width: 16.66667%
    }

    .vc_col-sm-offset-2 {
        margin-right: 16.66667%
    }

    .vc_col-sm-pull-2 {
        left: 16.66667%
    }

    .vc_col-sm-push-2 {
        right: 16.66667%
    }

    .kt-col-sm-3, .vc_col-sm-3 {
        width: 25%
    }

    .vc_col-sm-offset-3 {
        margin-right: 25%
    }

    .vc_col-sm-pull-3 {
        left: 25%
    }

    .vc_col-sm-push-3 {
        right: 25%
    }

    .kt-col-sm-4, .vc_col-sm-4 {
        width: 33.33333%
    }

    .vc_col-sm-offset-4 {
        margin-right: 33.33333%
    }

    .vc_col-sm-pull-4 {
        left: 33.33333%
    }

    .vc_col-sm-push-4 {
        right: 33.33333%
    }

    .kt-col-sm-5, .vc_col-sm-5 {
        width: 41.66667%
    }

    .vc_col-sm-offset-5 {
        margin-right: 41.66667%
    }

    .vc_col-sm-pull-5 {
        left: 41.66667%
    }

    .vc_col-sm-push-5 {
        right: 41.66667%
    }

    .kt-col-sm-6, .vc_col-sm-6 {
        width: 50%
    }

    .vc_col-sm-offset-6 {
        margin-right: 50%
    }

    .vc_col-sm-pull-6 {
        left: 50%
    }

    .vc_col-sm-push-6 {
        right: 50%
    }

    .kt-col-sm-7, .vc_col-sm-7 {
        width: 58.33333%
    }

    .vc_col-sm-offset-7 {
        margin-right: 58.33333%
    }

    .vc_col-sm-pull-7 {
        left: 58.33333%
    }

    .vc_col-sm-push-7 {
        right: 58.33333%
    }

    .kt-col-sm-8, .vc_col-sm-8 {
        width: 66.66667%
    }

    .vc_col-sm-offset-8 {
        margin-right: 66.66667%
    }

    .vc_col-sm-pull-8 {
        left: 66.66667%
    }

    .vc_col-sm-push-8 {
        right: 66.66667%
    }

    .kt-col-sm-9, .vc_col-sm-9 {
        width: 75%
    }

    .vc_col-sm-offset-9 {
        margin-right: 75%
    }

    .vc_col-sm-pull-9 {
        left: 75%
    }

    .vc_col-sm-push-9 {
        right: 75%
    }

    .kt-col-sm-10, .vc_col-sm-10 {
        width: 83.33333%
    }

    .vc_col-sm-offset-10 {
        margin-right: 83.33333%
    }

    .vc_col-sm-pull-10 {
        left: 83.33333%
    }

    .vc_col-sm-push-10 {
        right: 83.33333%
    }

    .kt-col-sm-11, .vc_col-sm-11 {
        width: 91.66667%
    }

    .vc_col-sm-offset-11 {
        margin-right: 91.66667%
    }

    .vc_col-sm-pull-11 {
        left: 91.66667%
    }

    .vc_col-sm-push-11 {
        right: 91.66667%
    }

    .kt-col-sm-12, .vc_col-sm-12 {
        width: 100%
    }

    .vc_col-sm-offset-12 {
        margin-right: 100%
    }

    .vc_col-sm-pull-12 {
        left: 100%
    }

    .vc_col-sm-push-12 {
        right: 100%
    }
}

@media (min-width:992px) {
    .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9 {
        float: right;
        min-height: 1px
    }

    .vc_col-md-offset-0 {
        margin-right: 0
    }

    .vc_col-md-pull-0 {
        left: 0
    }

    .vc_col-md-push-0 {
        right: 0
    }

    .kt-col-md-1, .vc_col-md-1 {
        width: 8.33333%
    }

    .vc_col-md-offset-1 {
        margin-right: 8.33333%
    }

    .vc_col-md-pull-1 {
        left: 8.33333%
    }

    .vc_col-md-push-1 {
        right: 8.33333%
    }

    .kt-col-md-2, .vc_col-md-2 {
        width: 16.66667%
    }

    .vc_col-md-offset-2 {
        margin-right: 16.66667%
    }

    .vc_col-md-pull-2 {
        left: 16.66667%
    }

    .vc_col-md-push-2 {
        right: 16.66667%
    }

    .kt-col-md-3, .vc_col-md-3 {
        width: 25%
    }

    .vc_col-md-offset-3 {
        margin-right: 25%
    }

    .vc_col-md-pull-3 {
        left: 25%
    }

    .vc_col-md-push-3 {
        right: 25%
    }

    .kt-col-md-4, .vc_col-md-4 {
        width: 33.33333%
    }

    .vc_col-md-offset-4 {
        margin-right: 33.33333%
    }

    .vc_col-md-pull-4 {
        left: 33.33333%
    }

    .vc_col-md-push-4 {
        right: 33.33333%
    }

    .kt-col-md-5, .vc_col-md-5 {
        width: 41.66667%
    }

    .vc_col-md-offset-5 {
        margin-right: 41.66667%
    }

    .vc_col-md-pull-5 {
        left: 41.66667%
    }

    .vc_col-md-push-5 {
        right: 41.66667%
    }

    .kt-col-md-6, .vc_col-md-6 {
        width: 50%
    }

    .vc_col-md-offset-6 {
        margin-right: 50%
    }

    .vc_col-md-pull-6 {
        left: 50%
    }

    .vc_col-md-push-6 {
        right: 50%
    }

    .kt-col-md-7, .vc_col-md-7 {
        width: 58.33333%
    }

    .vc_col-md-offset-7 {
        margin-right: 58.33333%
    }

    .vc_col-md-pull-7 {
        left: 58.33333%
    }

    .vc_col-md-push-7 {
        right: 58.33333%
    }

    .kt-col-md-8, .vc_col-md-8 {
        width: 66.66667%
    }

    .vc_col-md-offset-8 {
        margin-right: 66.66667%
    }

    .vc_col-md-pull-8 {
        left: 66.66667%
    }

    .vc_col-md-push-8 {
        right: 66.66667%
    }

    .kt-col-md-9, .vc_col-md-9 {
        width: 75%
    }

    .vc_col-md-offset-9 {
        margin-right: 75%
    }

    .vc_col-md-pull-9 {
        left: 75%
    }

    .vc_col-md-push-9 {
        right: 75%
    }

    .kt-col-md-10, .vc_col-md-10 {
        width: 83.33333%
    }

    .vc_col-md-offset-10 {
        margin-right: 83.33333%
    }

    .vc_col-md-pull-10 {
        left: 83.33333%
    }

    .vc_col-md-push-10 {
        right: 83.33333%
    }

    .kt-col-md-11, .vc_col-md-11 {
        width: 91.66667%
    }

    .vc_col-md-offset-11 {
        margin-right: 91.66667%
    }

    .vc_col-md-pull-11 {
        left: 91.66667%
    }

    .vc_col-md-push-11 {
        right: 91.66667%
    }

    .kt-col-md-12, .vc_col-md-12 {
        width: 100%
    }

    .vc_col-md-offset-12 {
        margin-right: 100%
    }

    .vc_col-md-pull-12 {
        left: 100%
    }

    .vc_col-md-push-12 {
        right: 100%
    }
}

@media (min-width:1400px) {
    .vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9 {
        float: right;
        min-height: 1px
    }

    .vc_col-lg-offset-0 {
        margin-right: 0
    }

    .vc_col-lg-pull-0 {
        left: 0
    }

    .vc_col-lg-push-0 {
        right: 0
    }

    .kt-col-lg-1, .vc_col-lg-1 {
        width: 8.33333%
    }

    .vc_col-lg-offset-1 {
        margin-right: 8.33333%
    }

    .vc_col-lg-pull-1 {
        left: 8.33333%
    }

    .vc_col-lg-push-1 {
        right: 8.33333%
    }

    .kt-col-lg-2, .vc_col-lg-2 {
        width: 16.66667%
    }

    .vc_col-lg-offset-2 {
        margin-right: 16.66667%
    }

    .vc_col-lg-pull-2 {
        left: 16.66667%
    }

    .vc_col-lg-push-2 {
        right: 16.66667%
    }

    .kt-col-lg-3, .vc_col-lg-3 {
        width: 25%
    }

    .vc_col-lg-offset-3 {
        margin-right: 25%
    }

    .vc_col-lg-pull-3 {
        left: 25%
    }

    .vc_col-lg-push-3 {
        right: 25%
    }

    .kt-col-lg-4, .vc_col-lg-4 {
        width: 33.33333%
    }

    .vc_col-lg-offset-4 {
        margin-right: 33.33333%
    }

    .vc_col-lg-pull-4 {
        left: 33.33333%
    }

    .vc_col-lg-push-4 {
        right: 33.33333%
    }

    .kt-col-lg-5, .vc_col-lg-5 {
        width: 41.66667%
    }

    .vc_col-lg-offset-5 {
        margin-right: 41.66667%
    }

    .vc_col-lg-pull-5 {
        left: 41.66667%
    }

    .vc_col-lg-push-5 {
        right: 41.66667%
    }

    .kt-col-lg-6, .vc_col-lg-6 {
        width: 50%
    }

    .vc_col-lg-offset-6 {
        margin-right: 50%
    }

    .vc_col-lg-pull-6 {
        left: 50%
    }

    .vc_col-lg-push-6 {
        right: 50%
    }

    .kt-col-lg-7, .vc_col-lg-7 {
        width: 58.33333%
    }

    .vc_col-lg-offset-7 {
        margin-right: 58.33333%
    }

    .vc_col-lg-pull-7 {
        left: 58.33333%
    }

    .vc_col-lg-push-7 {
        right: 58.33333%
    }

    .kt-col-lg-8, .vc_col-lg-8 {
        width: 66.66667%
    }

    .vc_col-lg-offset-8 {
        margin-right: 66.66667%
    }

    .vc_col-lg-pull-8 {
        left: 66.66667%
    }

    .vc_col-lg-push-8 {
        right: 66.66667%
    }

    .kt-col-lg-9, .vc_col-lg-9 {
        width: 75%
    }

    .vc_col-lg-offset-9 {
        margin-right: 75%
    }

    .vc_col-lg-pull-9 {
        left: 75%
    }

    .vc_col-lg-push-9 {
        right: 75%
    }

    .kt-col-lg-10, .vc_col-lg-10 {
        width: 83.33333%
    }

    .vc_col-lg-offset-10 {
        margin-right: 83.33333%
    }

    .vc_col-lg-pull-10 {
        left: 83.33333%
    }

    .vc_col-lg-push-10 {
        right: 83.33333%
    }

    .kt-col-lg-11, .vc_col-lg-11 {
        width: 91.66667%
    }

    .vc_col-lg-offset-11 {
        margin-right: 91.66667%
    }

    .vc_col-lg-pull-11 {
        left: 91.66667%
    }

    .vc_col-lg-push-11 {
        right: 91.66667%
    }

    .kt-col-lg-12, .vc_col-lg-12 {
        width: 100%
    }

    .vc_col-lg-offset-12 {
        margin-right: 100%
    }

    .vc_col-lg-pull-12 {
        left: 100%
    }

    .vc_col-lg-push-12 {
        right: 100%
    }
}
@media (min-width:1900px) {


    .kt-col-xlg-2 {
        width: 16.66666666666667%
    }
}
@media (min-width:2600px) {


    .kt-col-xxlg-1 {
        width: 12.5%
    }
}
@media (min-width:3200px) {


    .kt-col-xxlg-1 {
        width: 8.333333333333333%
    }
}
.vc_column_container > .vc_column-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: 100%
}

    .vc_column_container > .vc_column-inner > .wpb_wrapper {
        height: 100%
    }

.wrapper {
    margin: 0 auto;
    padding: 0 25px
}

    .wrapper .wrapper {
        max-width: none;
        padding: 0
    }

.clearfix, .dashboard-posts-list, .header-search-item, .icon-box2, .icon-box3-text ul, .kt-row, .mejs-container .mejs-controls, .music-player-playlist-item {
    clear: both;
    zoom: 1
}

    #reviews #review_form_wrapper .form-submit:after, #reviews #review_form_wrapper .form-submit:before, .clearfix:after, .clearfix:before, .dashboard-posts-list:after, .dashboard-posts-list:before, .header-search-item:after, .header-search-item:before, .icon-box2:after, .icon-box2:before, .icon-box3-text ul:after, .icon-box3-text ul:before, .kt-row:after, .kt-row:before, .mejs-container .mejs-controls:after, .mejs-container .mejs-controls:before, .music-player-playlist-item:after, .music-player-playlist-item:before, .row-inner-holder:after, .row-inner-holder:before {
        clear: both;
        content: '';
        display: block
    }

.align-right {
    text-align: right
}

.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.google-map-holder img {
    max-width: inherit
}

.parallax {
    background-color: transparent;
    overflow: hidden;
    position: relative
}

.parallax-image-holder {
    background-position: 50% 50%;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    width: 100%;
    z-index: 1;
    left: 0
}

.row-outer-holder {
    position: relative;
    z-index: 2
}

.page-holder {
    padding-top: 65px;
    /*    padding-right: 11px;
    padding-left: 11px;
*/
}

.float-left, .wpb_column.float-left {
    float: left !important
}

.float-right, .wpb_column.float-right {
    float: right !important
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright, a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left
}

.alignleft, .wp-caption.alignleft, .wp-caption.alignnone, a img.alignleft, a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

    .wp-caption.alignright {
        margin: 5px 0 20px 20px
    }

    .wp-caption img {
        border: 0;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto
    }

    .wp-caption p.wp-caption-text {
        line-height: 1.8em
    }

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

    .screen-reader-text:focus {
        background-color: #f0f2f7;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

.menu-holder {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

    .menu-holder .wrapper {
        height: 100%
    }

    .menu-holder.scrolled {
        position: fixed
    }

        .menu-holder.scrolled .logo-holder img {
            height: 46px
        }

.flex-row-reverse .row-inner-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.header-phone-holder {
    margin-right: auto
}

    .header-phone-holder .header-phone-icon {
        background: #f0f2f7;
        border-radius: 4px;
        color: #7f8187;
        float: left;
        font-size: 15px;
        cursor: pointer;
        height: 46px;
        line-height: 46px;
        text-align: center;
        width: 46px
    }

        .header-phone-holder .header-phone-icon.active {
            background: rgba(124,204,119,.18);
            color: #7ccc77
        }

    .header-phone-holder .header-phone-text {
        float: left;
        font-size: 16px;
        left: -6px;
        line-height: 1.3;
        margin-top: 3px;
        opacity: 0;
        padding-left: 15px;
        position: relative;
        -webkit-transition: opacity .25s ease-out,left .25s ease-out;
        transition: opacity .25s ease-out,left .25s ease-out
    }

        .header-phone-holder .header-phone-text span {
            display: block;
            font-size: 12px
        }

    .header-phone-holder .header-phone-icon:hover + .header-phone-text {
        left: 0;
        opacity: 1
    }

.admin-bar .menu-holder.scrolled {
    margin-top: 32px
}

.page-inner-holder {
    padding: 100px 0
}

.button, .button-holder.button-inline, button, input[type=submit] {
    display: inline-block;
    vertical-align: middle
}

.button, button, input[type=submit] {
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: "IRANSans";
    font-size: 15px;
    line-height: 1.6em;
     font-weight: 400;
    width: auto;
    height: 33px;
    -webkit-transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
    transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out
}

    .button.button-transparent, button.button-transparent, input[type=submit].button-transparent {
        background: 0 0 !important;
        border: 0 !important;
        border-radius: 0;
        padding: 9px 0 !important
    }

    .button.full-width, button.full-width, input[type=submit].full-width {
        text-align: center
    }

    .button.button-light, button.button-light, input[type=submit].button-light {
        background: #f0f2f7;
        color: #7f8187
    }

        .button.button-light.active, .button.button-light:hover, button.button-light.active, button.button-light:hover, input[type=submit].button-light.active, input[type=submit].button-light:hover {
            color: #64656a;
        }

        .button.button-light.button-transparent, button.button-light.button-transparent, input[type=submit].button-light.button-transparent {
            color: #7f8187
        }

            .button.button-light.button-transparent.active, .button.button-light.button-transparent:hover, button.button-light.button-transparent.active, button.button-light.button-transparent:hover, input[type=submit].button-light.button-transparent.active, input[type=submit].button-light.button-transparent:hover {
                color: #64656a
            }

    .button.button-dark, button.button-dark, input[type=submit].button-dark {
        background: #3e5c6d;
        color: #cacaca
    }

        .button.button-dark.active, .button.button-dark:hover, button.button-dark.active, button.button-dark:hover, input[type=submit].button-dark.active, input[type=submit].button-dark:hover {
            background: var(--main-color);;
            color: #fff
        }

        .button.button-dark.button-transparent, .footer-bottom a, .footer-list li a, button.button-dark.button-transparent, input[type=submit].button-dark.button-transparent {
            color: #111
        }

            .button.button-dark.button-transparent.active, .button.button-dark.button-transparent:hover, .footer-bottom a:hover, .footer-list li a:hover, button.button-dark.button-transparent.active, button.button-dark.button-transparent:hover, input[type=submit].button-dark.button-transparent.active, input[type=submit].button-dark.button-transparent:hover {
                color: #ff5200
            }

    .button.button-white, button.button-white, input[type=submit].button-white {
        background: #fff;
        color: #7f8187
    }

        .button.button-white.active, .button.button-white:hover, button.button-white.active, button.button-white:hover, input[type=submit].button-white.active, input[type=submit].button-white:hover {
            background: #f9f9f9;
            color: #707277
        }

        .button.button-white.button-transparent, button.button-white.button-transparent, input[type=submit].button-white.button-transparent {
            color: #7f8187
        }

            .button.button-white.button-transparent.active, .button.button-white.button-transparent:hover, button.button-white.button-transparent.active, button.button-white.button-transparent:hover, input[type=submit].button-white.button-transparent.active, input[type=submit].button-white.button-transparent:hover {
                color: #707277
            }

    .button.button-default, button.button-default, input[type=submit].button-default {
        background: var(--main-color);
    }

        .button.button-default.active, .button.button-default:hover, button.button-default.active, button.button-default:hover, input[type=submit].button-default.active, input[type=submit].button-default:hover {
            color: #fff;
            background: var(--second-color);
        }

        .button.button-default.button-transparent, button.button-default.button-transparent, input[type=submit].button-default.button-transparent {
            color: var(--main-color);
        }

            .button.button-default.button-transparent.active, .button.button-default.button-transparent:hover, button.button-default.button-transparent.active, button.button-default.button-transparent:hover, input[type=submit].button-default.button-transparent.active, input[type=submit].button-default.button-transparent:hover {
                color: var(--second-color);
            }

    .button.button-green, button.button-green, input[type=submit].button-green {
        background: #7ccc77
    }

        .button.button-green.active, .button.button-green:hover, button.button-green.active, button.button-green:hover, input[type=submit].button-green.active, input[type=submit].button-green:hover {
            color: #fff;
            background: #63c25d
        }

        .button.button-green.button-transparent, button.button-green.button-transparent, input[type=submit].button-green.button-transparent {
            color: #7ccc77
        }

            .button.button-green.button-transparent.active, .button.button-green.button-transparent:hover, button.button-green.button-transparent.active, button.button-green.button-transparent:hover, input[type=submit].button-green.button-transparent.active, input[type=submit].button-green.button-transparent:hover {
                color: #63c25d
            }

    .button.button-blue, button.button-blue, input[type=submit].button-blue {
        background: #5facfa
    }

        .button.button-blue.active, .button.button-blue:hover, button.button-blue.active, button.button-blue:hover, input[type=submit].button-blue.active, input[type=submit].button-blue:hover {
            color: #fff;
            background: #3c9af9
        }

        .button.button-blue.button-transparent, button.button-blue.button-transparent, input[type=submit].button-blue.button-transparent {
            color: #5facfa
        }

            .button.button-blue.button-transparent.active, .button.button-blue.button-transparent:hover, button.button-blue.button-transparent.active, button.button-blue.button-transparent:hover, input[type=submit].button-blue.button-transparent.active, input[type=submit].button-blue.button-transparent:hover {
                color: #3c9af9
            }

    .button.button-red, button.button-red, input[type=submit].button-red {
        background: #ff6868
    }

        .button.button-red.active, .button.button-red:hover, button.button-red.active, button.button-red:hover, input[type=submit].button-red.active, input[type=submit].button-red:hover {
            color: #fff;
            background: #f44
        }

        .button.button-red.button-transparent, button.button-red.button-transparent, input[type=submit].button-red.button-transparent {
            color: #ff6868
        }

            .button.button-red.button-transparent.active, .button.button-red.button-transparent:hover, button.button-red.button-transparent.active, button.button-red.button-transparent:hover, input[type=submit].button-red.button-transparent.active, input[type=submit].button-red.button-transparent:hover {
                color: #f44
            }

    .button.button-orange, button.button-orange, input[type=submit].button-orange {
        background: #fab050
    }

        .button.button-orange.active, .button.button-orange:hover, button.button-orange.active, button.button-orange:hover, input[type=submit].button-orange.active, input[type=submit].button-orange:hover {
            color: #fff;
            background: #f9a02d
        }

        .button.button-orange.button-transparent, button.button-orange.button-transparent, input[type=submit].button-orange.button-transparent {
            color: #fab050
        }

            .button.button-orange.button-transparent.active, .button.button-orange.button-transparent:hover, button.button-orange.button-transparent.active, button.button-orange.button-transparent:hover, input[type=submit].button-orange.button-transparent.active, input[type=submit].button-orange.button-transparent:hover {
                color: #f9a02d
            }

    .button.button-gray, button.button-gray, input[type=submit].button-gray {
        background: #757a86
    }

        .button.button-gray.active, .button.button-gray:hover, button.button-gray.active, button.button-gray:hover, input[type=submit].button-gray.active, input[type=submit].button-gray:hover {
            color: #fff;
            background: #646973
        }

        .button.button-gray.button-transparent, button.button-gray.button-transparent, input[type=submit].button-gray.button-transparent {
            color: #757a86
        }

            .button.button-gray.button-transparent.active, .button.button-gray.button-transparent:hover, button.button-gray.button-transparent.active, button.button-gray.button-transparent:hover, input[type=submit].button-gray.button-transparent.active, input[type=submit].button-gray.button-transparent:hover {
                color: #646973
            }

    .button.button-aqua, button.button-aqua, input[type=submit].button-aqua {
        background: #1bd4ae
    }

        .button.button-aqua.active, .button.button-aqua:hover, button.button-aqua.active, button.button-aqua:hover, input[type=submit].button-aqua.active, input[type=submit].button-aqua:hover {
            color: #fff;
            background: #17b494
        }

        .button.button-aqua.button-transparent, button.button-aqua.button-transparent, input[type=submit].button-aqua.button-transparent {
            color: #1bd4ae
        }

            .button.button-aqua.button-transparent.active, .button.button-aqua.button-transparent:hover, button.button-aqua.button-transparent.active, button.button-aqua.button-transparent:hover, input[type=submit].button-aqua.button-transparent.active, input[type=submit].button-aqua.button-transparent:hover {
                color: #17b494
            }

    .button.button-violet, button.button-violet, input[type=submit].button-violet {
        background: #8c7ce5
    }

        .button.button-violet.active, .button.button-violet:hover, button.button-violet.active, button.button-violet:hover, input[type=submit].button-violet.active, input[type=submit].button-violet:hover {
            color: #fff;
            background: #725edf
        }

        .button.button-violet.button-transparent, button.button-violet.button-transparent, input[type=submit].button-violet.button-transparent {
            color: #8c7ce5
        }

            .button.button-violet.button-transparent.active, .button.button-violet.button-transparent:hover, button.button-violet.button-transparent.active, button.button-violet.button-transparent:hover, input[type=submit].button-violet.button-transparent.active, input[type=submit].button-violet.button-transparent:hover {
                color: #725edf
            }

.order-again {
    margin-top: 15px
}

    .button.alt, .order-again .button {
        background: #7ccc77
    }

        .button.alt.active, .button.alt:hover, .order-again .button.active, .order-again .button:hover {
            color: #fff;
            background: #63c25d
        }

.button.cancel {
    background: #ff6868
}

    .button.cancel.active, .button.cancel:hover {
        color: #fff;
        background: #f44
    }

.kt-mega-menu-holder {
    background: #fff;
    border-radius: 3px;
    border-style: solid;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.1);
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    display: none;
    line-height: 1.4;
    margin-top: 35px;
    position: absolute;
    text-align: right;
    top: 100%
}

    .kt-mega-menu-holder > .kt-row {
        margin-left: 0;
        margin-right: 0
    }

        .kt-mega-menu-holder > .kt-row .column {
            padding-left: 0;
            padding-right: 0
        }

    .kt-mega-menu-holder .sub-menu, .kt-mega-menu-holder .sub-menu.kt-row .column .menu-item-inner a {
        display: block
    }

        .kt-mega-menu-holder .sub-menu.kt-row {
            margin: -10px -15px
        }

            .kt-mega-menu-holder .sub-menu.kt-row .column {
                padding: 10px 15px
            }

                .kt-mega-menu-holder .sub-menu.kt-row .column:nth-child(4n) {
                    clear: right
                }

                .kt-mega-menu-holder .sub-menu.kt-row .column > .menu-item-inner a {
                    color: #46484d;
                    font-size: 16px;
                    padding-bottom: .35em
                }

                    .kt-mega-menu-holder .sub-menu.kt-row .column > .menu-item-inner a .mega-menu-item-dot {
                        border-radius: 100%;
                        float: right;
                        height: 8px;
                        margin-left: 12px;
                        margin-top: 11px;
                        width: 8px
                    }

                .kt-mega-menu-holder .sub-menu.kt-row .column.has-dot > .sub-menu {
                    padding-right: 20px
                }

                .kt-mega-menu-holder .sub-menu.kt-row .column.is-product .menu-item, .kt-mega-menu-holder .sub-menu.kt-row .column.is-product .sub-menu {
                    display: none
                }

                .kt-mega-menu-holder .sub-menu.kt-row .column .sub-menu {
                    font-size: 13px
                }

                    .kt-mega-menu-holder .sub-menu.kt-row .column .sub-menu .menu-item {
                        padding: .15em 0
                    }

                        .kt-mega-menu-holder .sub-menu.kt-row .column .sub-menu .menu-item:last-child {
                            padding-bottom: 0
                        }

.mega-menu-sub-menu-outer {
    padding: 30px 35px
}

.kt-mega-menu-shortcode-holder {
    background: #f7f7f7;
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #ededed;
    padding: 30px
}

.menu-inner {
    padding: 1px 0
}

    .menu-inner > .button {
        padding: 12px 22px;
        font-size: 14px;
     }

.logo-holder, .menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .logo-holder img {
        height: 50px;
        width: auto;
        display: block
    }

    .logo-holder h3 {
        font-size: 18px;
        font-weight: 600;
        margin-right: 15px;
        margin-top: 2px
    }

.main-menu {
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

    .main-menu .menu {
        font-size: 0
    }

        .main-menu .menu:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            width: 0
        }

        .main-menu .menu > .menu-item {
            display: inline-block;
            margin: 4px 15px 0;
            position: relative;
            vertical-align: middle;
            font-weight: 400;
        }

            .main-menu .menu > .menu-item > .menu-item-inner a {
                color: #7f8187;
                display: block;
                font-size: 15px
            }

            .main-menu .menu-item-style-normal .sub-menu .menu-item.active.menu-item-has-children > .menu-item-inner a:after, .main-menu .menu-item-style-normal .sub-menu .menu-item.active > .menu-item-inner a, .main-menu .menu-item-style-normal .sub-menu .menu-item:hover.menu-item-has-children > .menu-item-inner a:after, .main-menu .menu-item-style-normal .sub-menu .menu-item:hover > .menu-item-inner a, .main-menu .menu > .menu-item.active.menu-item-has-children > .menu-item-inner a:before, .main-menu .menu > .menu-item.active > .menu-item-inner a, .main-menu .menu > .menu-item:hover.menu-item-has-children > .menu-item-inner a:before, .main-menu .menu > .menu-item:hover > .menu-item-inner a {
                color: var(--main-color);
            }

            .main-menu .menu > .menu-item .menu-item-inner a, .main-menu .menu > .menu-item.menu-item-has-children > .menu-item-inner a:before {
                line-height: 2em;
                -webkit-transition: color .15s ease-in-out;
                transition: color .15s ease-in-out
            }

            .main-menu .menu > .menu-item.menu-item-has-children > .menu-item-inner a {
                padding-left: 1.4em;
                position: relative
            }

                .main-menu .menu > .menu-item.menu-item-has-children > .menu-item-inner a:before {
                    color: #b9b9b9;
                    content: '\f107';
                    font-family: 'FontAwesome';
                    font-size: 1em;
                    line-height: inherit;
                    margin: auto 0;
                    position: absolute;
                    text-align: left;
                    top: 0;
                    width: .6em;
                    left: 0
                }

            .main-menu .menu > .menu-item.menu-item-has-children:before {
                -webkit-box-sizing: content-box;
                box-sizing: content-box;
                content: '';
                height: 0;
                position: absolute;
                top: 100%;
                width: 100%;
                right: 0
            }

            .main-menu .menu > .menu-item.menu-item-has-children:hover:before {
                height: 35px
            }

            .main-menu .menu > .menu-item:first-child {
                margin-right: 0 !important
            }

            .main-menu .menu > .menu-item:last-child {
                margin-left: 0 !important
            }

    .main-menu .menu-item-style-normal .sub-menu {
        background: #fff;
        border-radius: 3px;
        border-style: solid;
        -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.1);
        box-shadow: 0 2px 8px rgba(0,0,0,.1);
        display: none;
        font-size: 13px;
        margin-top: 14px;
        min-width: 220px;
        padding: 12px 0;
        position: absolute;
        text-align: right;
        top: 100%;
        z-index: 9999;
        right: 0
    }

        .main-menu .menu-item-style-normal .sub-menu .sub-menu {
            margin-right: 2px;
            margin-top: 0 !important;
            top: -12px !important;
            right: 100%
        }

        .main-menu .menu-item-style-normal .sub-menu.menu-item-has-children:before {
            content: '';
            height: calc(100% + 6px);
            position: absolute;
            top: -3px;
            width: 0;
            right: 100%
        }

        .main-menu .menu-item-style-normal .sub-menu.menu-item-has-children:hover:before {
            width: 10px
        }

        .main-menu .menu-item-style-normal .sub-menu .menu-item {
            font-weight: 400;
            padding: 3px 20px;
            position: relative;
            text-transform: none
        }

            .main-menu .menu-item-style-normal .sub-menu .menu-item.menu-item-has-children > .menu-item-inner a {
                padding-left: .5em
            }

                .main-menu .menu-item-style-normal .sub-menu .menu-item.menu-item-has-children > .menu-item-inner a:after {
                    color: #b9b9b9;
                    content: "";
                    font-family: 'FontAwesome';
                    font-size: 1em;
                    line-height: inherit;
                    margin: auto 0;
                    position: absolute;
                    text-align: left;
                    top: 0;
                    width: .5em;
                    left: 0;
                    -webkit-transition: color .15s ease-in-out;
                    transition: color .15s ease-in-out
                }

            .main-menu .menu-item-style-normal .sub-menu .menu-item .menu-item-inner a {
                color: #7f8187;
                display: block;
                position: relative
            }

.vc_row:not(.vc_inner) {
    border-style: solid;
    margin-left: 0 !important;
    margin-right: 0 !important
}

    .vc_row:not(.vc_inner) > .row-inner {
        overflow: hidden
    }

.row-inner-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.column-content-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.column-content-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.column-content-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.vc_column-inner {
    font-size: 13px
}

.row-inner {
    position: relative;
    text-align: center
}

.last_toggle_el_margin, .wpb_button, .wpb_content_element, .wpb_row, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important
}

.row-inner-holder {
    clear: both;
    margin: 0 -15px;
    position: relative;
    z-index: 2;
    zoom: 1
}

.divider {
    font-size: 0
}

    .divider .divider-inner {
        background: var(--main-color);;
        display: inline-block;
        height: 3px;
        margin-bottom: 15px;
        margin-top: 15px;
        vertical-align: top;
        width: 80px
    }

.icon-box1 {
    background: #fff;
     -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.07);
    box-shadow: 0 2px 12px rgba(0,0,0,.07);
    overflow: hidden;
    padding: 18px;
    position: relative;
    text-align: center;
    -webkit-transition: box-shadow .4s cubic-bezier(.45,.01,.05,.92);
    -webkit-transition: -webkit-box-shadow .4s cubic-bezier(.45,.01,.05,.92);
    transition: -webkit-box-shadow .4s cubic-bezier(.45,.01,.05,.92);
    transition: box-shadow .4s cubic-bezier(.45,.01,.05,.92);
    transition: box-shadow .4s cubic-bezier(.45,.01,.05,.92), -webkit-box-shadow .4s cubic-bezier(.45,.01,.05,.92);
    -webkit-perspective: 500px;
    perspective: 500px
}

    .icon-box1 .icon-box1-inner {
        position: relative;
        z-index: 2
    }

    .icon-box1 .icon-box1-title {
        font-size: 18px;
        font-weight: 500;
        -webkit-transition: transform .4s cubic-bezier(.45,.01,.05,.92);
        -webkit-transition: -webkit-transform .4s cubic-bezier(.45,.01,.05,.92);
        transition: -webkit-transform .4s cubic-bezier(.45,.01,.05,.92);
        transition: transform .4s cubic-bezier(.45,.01,.05,.92);
        transition: transform .4s cubic-bezier(.45,.01,.05,.92), -webkit-transform .4s cubic-bezier(.45,.01,.05,.92)
    }

    .icon-box1 .icon-box1-icon, .icon-box1 .icon-box1-title {
        -webkit-transform: translateY(32px);
        transform: translateY(32px)
    }

    .icon-box1 .icon-box1-text {
        color: #757a86;
        font-size: 14px;
        opacity: 0;
        padding-top: 8px;
        -webkit-transform: translate3d(0,32px,16px) rotateX(90deg);
        transform: translate3d(0,32px,16px) rotateX(90deg);
        -webkit-transition: transform .4s cubic-bezier(.45,.01,.05,.92),opacity .4s cubic-bezier(.45,.01,.05,.92);
        -webkit-transition: opacity .4s cubic-bezier(.45,.01,.05,.92),-webkit-transform .4s cubic-bezier(.45,.01,.05,.92);
        transition: opacity .4s cubic-bezier(.45,.01,.05,.92),-webkit-transform .4s cubic-bezier(.45,.01,.05,.92);
        transition: transform .4s cubic-bezier(.45,.01,.05,.92),opacity .4s cubic-bezier(.45,.01,.05,.92);
        transition: transform .4s cubic-bezier(.45,.01,.05,.92),opacity .4s cubic-bezier(.45,.01,.05,.92),-webkit-transform .4s cubic-bezier(.45,.01,.05,.92)
    }

    .icon-box1:hover {
        -webkit-box-shadow: 0 3px 35px rgba(0,0,0,.09);
        box-shadow: 0 3px 35px rgba(0,0,0,.09)
    }

        .icon-box1:hover .icon-box1-text {
            opacity: 1;
            -webkit-transform: translate3d(0,0,0) rotateX(0);
            transform: translate3d(0,0,0) rotateX(0)
        }

        .icon-box1:hover .icon-box1-icon, .icon-box1:hover .icon-box1-title {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

    .icon-box1 .icon-box1-icon {
        display: inline-block;
        font-size: 0;
        margin-bottom: 15px
    }

        .icon-box1 .icon-box1-icon.icon-box1-font-icon, .icon-box1 .icon-box1-icon.icon-box1-image-icon {
            -webkit-transition: transform .4s cubic-bezier(.45,.01,.05,.92);
            -webkit-transition: -webkit-transform .4s cubic-bezier(.45,.01,.05,.92);
            transition: -webkit-transform .4s cubic-bezier(.45,.01,.05,.92);
            transition: transform .4s cubic-bezier(.45,.01,.05,.92);
            transition: transform .4s cubic-bezier(.45,.01,.05,.92), -webkit-transform .4s cubic-bezier(.45,.01,.05,.92)
        }

        .icon-box1 .icon-box1-icon.icon-box1-font-icon {
            color: var(--main-color);;
            line-height: 1;
            font-size: 40px
        }

        .icon-box1 .icon-box1-icon.icon-box1-image-icon {
            display: inline-block;
            font-size: 0;
            vertical-align: top
        }

        .icon-box1 .icon-box1-icon:before, .icon-box2 .icon-box2-icon.icon-box2-image-icon img {
            display: block
        }

.icon-box2 .icon-box2-inner {
    overflow: hidden;
    padding-right: 15px
}

.icon-box2 .icon-box2-title {
    color: #46484d;
    font-size: 14px;
    font-weight: 400;
    opacity: .8
}

.icon-box2 .icon-box2-text {
    color: #46484d;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 8px
}

.icon-box2 .icon-box2-icon {
    float: right
}

    .icon-box2 .icon-box2-icon.icon-box2-font-icon {
        color: var(--main-color);;
        font-size: 40px;
        line-height: 1
    }

.article-section-holder {
    font-size: 0;
    direction: ltr
}

.article-section-link {
    display: block
}

    .article-section-link:hover, table a {
        color: #7f8187
    }

.article-section-image, .article-section-inner {
    width: 45%;
    display: inline-block;
    border-radius: 3px 0 0 3px;
    vertical-align: middle
}

.article-section-inner {
    width: 55%;
    background-color: #fff;
    background-image: url(../images/article-section.png);
    background-position: left top;
    background-repeat: no-repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 25px rgba(106,102,112,.15);
    box-shadow: 0 0 25px rgba(106,102,112,.15);
    padding: 60px;
    direction: rtl;
    position: relative
}

.article-section-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em
}

.article-section-title {
    font-size: 22px;
    line-height: 1.4em
}

.article-section-text {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 400;
    margin-bottom: 22px
}

.icon-box3-icon-right .icon-box3-title {
    margin-bottom: 10px;
    margin-top: 5px
}

.icon-box3-icon-right.align-right .icon-box3-icon {
    float: right;
    margin-left: 20px
}

.icon-box3-icon-right.align-left .icon-box3-icon {
    float: left;
    margin-right: 20px
}

.icon-box3-icon-top .icon-box3-icon {
    display: block
}

.icon-box3-icon-top .icon-box3-title {
    margin-bottom: 5px;
    margin-top: 20px
}

.icon-box3-icon-top.align-right .icon-box3-icon {
    text-align: right
}

.cart-subtotal td, .icon-box3-icon-top.align-left .icon-box3-icon, .order-total td {
    text-align: left
}

.icon-box3-icon i, .icon-box4-icon i {
    color: var(--main-color);;
    display: block;
    font-size: 32px;
    line-height: 1
}

.icon-box3-title {
    font-size: 18px
}

.icon-box3-inner {
    overflow: hidden
}

.icon-box3-text {
    font-size: 15px
}

    .icon-box3-text ul {
        padding-top: 5px
    }

        .icon-box3-text ul li {
            background: #fff;
            border-radius: 3px;
            float: right;
            font-size: 13px;
            line-height: 2em;
            margin-left: 10px;
            padding: 5px 15px
        }

            .icon-box3-text ul li:before {
                color: #17c485;
                content: '\f00c';
                font-family: FontAwesome;
                font-size: 14px;
                line-height: inherit;
                margin-left: 8px
            }

.icon-box4-icon, .icon-box4-title {
    display: inline-block;
    vertical-align: middle
}

.icon-box4-icon {
    margin-left: 15px
}

    .icon-box4-icon i {
        font-size: 30px
    }

.icon-box4-title {
    font-size: 18px
}

.icon-box4-inner {
    overflow: hidden
}

.icon-box4-top-holder {
    font-size: 0
}

.icon-box4-items-holder {
    margin: -15px;
    padding-bottom: 30px
}

    .icon-box4-items-holder .icon-box4-holder {
        float: right;
        padding: 15px;
        width: 20%
    }

.icon-box4-text {
    padding-top: 5px
}

.partner {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 20px rgba(52,76,101,.1);
    box-shadow: 0 1px 20px rgba(52,76,101,.1);
    display: block;
    padding: 30px;
    position: relative;
    text-align: center;
    top: 0;
    -webkit-transition: box-shadow .3s cubic-bezier(.45,.01,.05,.92),top .3s cubic-bezier(.45,.01,.05,.92);
    -webkit-transition: top .3s cubic-bezier(.45,.01,.05,.92),-webkit-box-shadow .3s cubic-bezier(.45,.01,.05,.92);
    transition: top .3s cubic-bezier(.45,.01,.05,.92),-webkit-box-shadow .3s cubic-bezier(.45,.01,.05,.92);
    transition: box-shadow .3s cubic-bezier(.45,.01,.05,.92),top .3s cubic-bezier(.45,.01,.05,.92);
    transition: box-shadow .3s cubic-bezier(.45,.01,.05,.92),top .3s cubic-bezier(.45,.01,.05,.92),-webkit-box-shadow .3s cubic-bezier(.45,.01,.05,.92)
}

    .partner:hover {
        -webkit-box-shadow: 0 10px 30px rgba(52,76,101,.08);
        box-shadow: 0 10px 30px rgba(52,76,101,.08);
        top: -10px
    }

.partner-title {
    color: #46484d;
    font-size: 18px;
    margin-top: 12px
}

.partner-text {
    color: #7f8187;
    font-size: 14px
}

.partner-image {
    font-size: 0
}

    .icon-box3-text ul li:before, .partner-image img {
        display: inline-block;
        vertical-align: top
    }

.brand-first-title {
    padding-left: 90px
}

.brand-second-title {
    padding-right: 90px
}

.footer {
    background: #dfe5ea;
    padding-top: 45px;
    overflow-x: hidden;
    position: relative;
    padding: 5px;
    z-index: 2;
    background: url(../images/footerback.png);
    border-top: 1px solid #ced3d8;
}

    .footer .kt-row .column .footer-widget {
        margin-bottom: 10px
    }

        .footer .kt-row .column .footer-widget:last-child {
            margin-bottom: 0
        }

.footer-bottom {
    background: #3e5c6d;
    margin-top: 0px;
    padding: 10px 0;
    font-size: 14px
}

.copyright {
    text-align: center;
    color: #fff;
}

.footer-logos {
    float: left;
    font-size: 0
}

    .footer-logos img {
        height: 90px;
        width: auto;
        vertical-align: middle;
        display: inline-block
    }

        .footer-logos img:first-child {
            margin-left: 10px
        }

.footer-title {
    color: #64666b;
    font-size: 15px;
    margin-bottom: 25px
}

.footer-list {
    margin: -4px -10px
}

    .footer-list li {
        float: right;
        padding: 4px 10px;
        width: 100%
    }

.footer-social-icons {
    margin-top: 25px
}

    .footer-social-icons a {
        float: left;
        font-size: 18px;
        margin-right: 15px
    }

        .footer-social-icons a.fa-send {
            font-size: 14px;
            margin-top: 1px
        }

        .footer-social-icons a:last-child {
            margin-right: 0
        }

        .footer-social-icons a:hover, .tabs-style1 > .tabs-title-holder > .tab-title.active .tab-title-inner, .tabs-style1 > .tabs-title-holder > .tab-title.active i {
            color: var(--main-color);
        }

.footer-title-outer {
    margin-bottom: 30px
}

    .footer-title-outer .footer-title {
        display: inline-block;
        margin-bottom: 0
    }

.footer .kt-newsletter button {
    border-radius: 3px 0 0 3px;
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    padding: 13px 15px
}

.footer .kt-newsletter input {
    background: #37475A;
    border: 0;
    color: #cacaca;
    border-radius: 0 3px 3px 0
}

    .footer .kt-newsletter input::-webkit-input-placeholder {
        color: #cacaca
    }

    .footer .kt-newsletter input::-moz-placeholder {
        color: #cacaca
    }

    .footer .kt-newsletter input:-ms-input-placeholder {
        color: #cacaca
    }

.footer-contact-item a, .modal-contact-bottom-text a {
    color: inherit !important
}

.footer-contact-item-icon {
    color: #4c4c4c;
    float: right;
    font-size: 18px !important;
    line-height: 24px !important;
    margin-left: 15px;
    text-align: center;
    width: 1em
}

.footer-contact-item-text {
    color: #4c4c4c;
    font-size: 13px;
    overflow: hidden
}

.footer-contact-items {
    margin-bottom: 25px
}

    .footer-contact-items .footer-contact-item {
        padding: 5px 0
    }

        .blog1-list-holder li:first-child, .footer-contact-items .footer-contact-item:first-child {
            padding-top: 0
        }

        .blog1-list-holder li:last-child, .footer-contact-items .footer-contact-item:last-child {
            padding-bottom: 0
        }

    .footer-contact-items + .button + .button {
        margin-right: 8px
    }

.masonry-size {
    padding: 0 !important;
    min-height: auto !important
}

.portfolio-items-holder {
    margin: -15px !important
}

    .portfolio-items-holder .masonry-item {
        padding: 15px !important
    }

    .portfolio-items-holder .portfolio-item-holder {
        float: right;
        padding: 15px;
        width: 33.3333%
    }

    .portfolio-items-holder .portfolio-item {
        display: block;
        overflow: hidden;
        position: relative
    }

        .portfolio-items-holder .portfolio-item:hover .portfolio-item-cover {
            background: rgba(255,255,255,.95);
            -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
            top: 0
        }

        .portfolio-items-holder .portfolio-item:hover .portfolio-item-content {
            opacity: 1;
            top: 0;
            -webkit-transition-delay: .15s;
            transition-delay: .15s
        }

        .portfolio-items-holder .portfolio-item:hover .portfolio-item-title-outer {
            -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.08);
            box-shadow: 0 1px 0 0 rgba(0,0,0,.08)
        }

    .portfolio-items-holder .portfolio-item-cover {
        background: rgba(255,255,255,.92);
        -webkit-box-shadow: 0 -3px 15px rgba(0,0,0,.2);
        box-shadow: 0 -3px 15px rgba(0,0,0,.2);
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: calc(100% - 98px);
        width: 100%;
        -webkit-transition: box-shadow .6s cubic-bezier(.43,.01,.01,1),top .6s cubic-bezier(.43,.01,.01,1),background .6s cubic-bezier(.43,.01,.01,1);
        -webkit-transition: top .6s cubic-bezier(.43,.01,.01,1),background .6s cubic-bezier(.43,.01,.01,1),-webkit-box-shadow .6s cubic-bezier(.43,.01,.01,1);
        transition: top .6s cubic-bezier(.43,.01,.01,1),background .6s cubic-bezier(.43,.01,.01,1),-webkit-box-shadow .6s cubic-bezier(.43,.01,.01,1);
        transition: box-shadow .6s cubic-bezier(.43,.01,.01,1),top .6s cubic-bezier(.43,.01,.01,1),background .6s cubic-bezier(.43,.01,.01,1);
        transition: box-shadow .6s cubic-bezier(.43,.01,.01,1),top .6s cubic-bezier(.43,.01,.01,1),background .6s cubic-bezier(.43,.01,.01,1),-webkit-box-shadow .6s cubic-bezier(.43,.01,.01,1)
    }

    .portfolio-items-holder .portfolio-item-title-outer {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
        padding: 24px 28px;
        -webkit-transition: box-shadow .6s cubic-bezier(.43,.01,.01,1);
        -webkit-transition: -webkit-box-shadow .6s cubic-bezier(.43,.01,.01,1);
        transition: -webkit-box-shadow .6s cubic-bezier(.43,.01,.01,1);
        transition: box-shadow .6s cubic-bezier(.43,.01,.01,1);
        transition: box-shadow .6s cubic-bezier(.43,.01,.01,1), -webkit-box-shadow .6s cubic-bezier(.43,.01,.01,1)
    }

    .portfolio-items-holder .portfolio-item-content {
        color: #7f8187;
        opacity: 0;
        padding: 28px;
        position: relative;
        top: 25px;
        -webkit-transition: top .6s cubic-bezier(.43,.01,.01,1),opacity .6s cubic-bezier(.43,.01,.01,1);
        transition: top .6s cubic-bezier(.43,.01,.01,1),opacity .6s cubic-bezier(.43,.01,.01,1);
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .portfolio-items-holder .portfolio-item-image-holder {
        display: block
    }

        .portfolio-items-holder .portfolio-item-image-holder img {
            display: block;
            width: 100%
        }

    .portfolio-items-holder .portfolio-item-title-holder {
        float: right
    }

    .portfolio-items-holder .portfolio-item-logo-holder {
        float: left;
        font-size: 0;
        height: 50px
    }

        .portfolio-items-holder .portfolio-item-logo-holder:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            width: 0
        }

        .portfolio-items-holder .portfolio-item-logo-holder img {
            display: inline-block;
            max-height: 80%;
            vertical-align: middle;
            width: auto
        }

    .portfolio-items-holder .portfolio-item-title {
        color: #46484d;
        font-size: 20px
    }

    .portfolio-items-holder .portfolio-item-categories {
        color: #7f8187;
        font-size: 13px;
        margin-top: 1px
    }

.footer-logo {
    font-size: 0;
    margin-bottom: 15px;
    text-align: right;
    max-width: 85px;
}

    .footer-logo img {
        display: inline-block;
        vertical-align: top
    }

.process {
    font-size: 0;
    text-align: center
}

.process-title {
    color: #46484d;
    font-size: 20px;
    margin-top: 15px
}

.process-text {
    color: #7f8187;
    font-size: 14px;
    margin-top: 10px
}

.process-image, .process-image img {
    display: inline-block;
    position: relative
}

    .process-image img {
        vertical-align: top;
        z-index: 2
    }

.process-number {
    color: #ededed;
    font-size: 120px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.contact-details-holder {
    float: left;
    max-width: 625px;
    padding-left: 35px;
    padding-right: 25px;
    width: 100%
}

.vc_row.section {
    margin-left: 0;
    margin-right: 0
}

.sercives-desc-col .vc_column-inner {
    background-color: #fff;
    background-image: url(../images/indexbg2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.08);
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    height: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    margin-bottom: 30px
}

.h_iframe-aparat_embed_frame {
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08);
    overflow: hidden;
    z-index: 1
}

.pricing-table-price {
    color: #46484d;
    display: block;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 17px
}

    .pricing-table-price small {
        font-size: 24px;
        position: relative;
        top: -3px
    }

.pricing-table-subtitle {
    color: #7f8187;
    font-size: 14px;
    margin-top: 5px
}

.pricing-table-title {
    font-size: 24px;
    font-weight: 600
}

.pricing-table ul li, .pricing-table-top-holder {
    border-bottom: 1px solid #ededed;
    padding: 30px
}

.pricing-table-currency {
    display: block;
    font-size: 14px;
    line-height: 1.5
}

.pricing-table-label {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 2;
    padding: 4px 12px;
    position: relative;
    top: -17px
}

    .pricing-table-label + .pricing-table-top-holder {
        margin-top: -24px
    }

.pricing-table {
    background-color: #fff;
    background-image: url(../images/indexbg2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.08);
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    font-size: 0;
    text-align: center
}

    .blog1-list-holder li a:hover, .pricing-table.pricing-table-default .pricing-table-title, .tabs-style2 > .tabs-title-holder > .tab-title.active .tab-title-inner, .tabs-style2 > .tabs-title-holder > .tab-title.active i {
        color: var(--main-color);
    }

    .pricing-table.pricing-table-default .pricing-table-label {
        background: var(--main-color);
    }

    .pricing-table.pricing-table-green .pricing-table-title {
        color: #7ccc77
    }

    .pricing-table.pricing-table-green .pricing-table-label {
        background: #7ccc77
    }

    .pricing-table.pricing-table-blue .pricing-table-title {
        color: #5facfa
    }

    .pricing-table.pricing-table-blue .pricing-table-label {
        background: #5facfa
    }

    .pricing-table.pricing-table-red .pricing-table-title {
        color: #ff6868
    }

    .pricing-table.pricing-table-red .pricing-table-label {
        background: #ff6868
    }

    .pricing-table.pricing-table-orange .pricing-table-title {
        color: #fab050
    }

    .pricing-table.pricing-table-orange .pricing-table-label {
        background: #fab050
    }

    .pricing-table.pricing-table-gray .pricing-table-title {
        color: #757a86
    }

    .pricing-table.pricing-table-gray .pricing-table-label {
        background: #757a86
    }

    .pricing-table .button {
        border-radius: 0 0 3px 3px;
        display: block;
        padding: 12px 30px;
        width: 100%
    }

    .pricing-table ul li {
        color: #7f8187;
        font-size: 14px;
        padding: 10px 30px;
        text-align: center
    }

        .pricing-table ul li:first-child {
            padding-top: 20px
        }

        .pricing-table ul li:last-child {
            border-bottom: none;
            padding-bottom: 20px
        }

.wpb_single_image.laptop-adwords img {
    max-width: 860px
}

.kt-icon-holder {
    font-size: 0;
    text-align: center
}

.kt-icon-center {
    display: block
}

.kt-icon {
    border-style: solid;
    font-size: 25px
}

.kt-icon, .kt-icon-inline, .kt-icon-link {
    display: inline-block
}

.kt-icon-left {
    float: left
}

.kt-icon-right {
    float: right
}

.kt-row.blog1-items-holder, .kt-row.blog2-items-holder {
    margin: -15px
}

    .kt-row.blog1-items-holder .column, .kt-row.blog2-items-holder .column {
        padding: 15px
    }

.blog1-item-holder {
    display: block;
    height: 100%;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
    box-shadow: 0 2px 12px rgba(0,0,0,.1);
    border-radius: 3px;
    background: #fff
}

    .blog1-item-holder:hover .blog1-item-title, .voip-portfolio-problem span {
        color: #46484d
    }

.blog1-item-title-holder {
    padding: 25px
}

.blog1-item-title {
    color: #7f8187;
    font-size: 18px;
    line-height: 1.8em;
    min-height: 3.6em;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.blog1-image-holder img, .blog2-image-holder img {
    border-radius: 3px 3px 0 0;
    display: block;
    width: 100%
}

.blog1-list-holder {
    background-color: #fff;
    height: 100%;
    background-image: url(../images/indexbg2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
    box-shadow: 0 2px 12px rgba(0,0,0,.1);
    padding: 35px 25px
}

    .blog1-list-holder li {
        padding: 10px 0
    }

        .blog1-list-holder li h4 {
            font-size: 15px;
            line-height: 1.7em
        }

        .blog1-list-holder li a {
            color: #7f8187;
            display: block
        }

table td, table th {
    text-align: right;
    vertical-align: middle
}

table thead tr td, table thead tr th {
    background: #f8f8f9;
    border: 0;
    color: #7f8187;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 20px 12px;
    border-bottom: 1px solid #ededed
}

    table thead tr td:first-child, table thead tr th:first-child {
        border-right: 1px solid #ededed
    }

    table thead tr td:last-child, table thead tr th:last-child {
        border-left: 1px solid #ededed
    }

table thead tr:first-child td, table thead tr:first-child th {
    border-top: 1px solid #ededed;
}

table tbody tr td, table tbody tr th {
    background: #fff;
    border-bottom: 1px solid #ededed;
    color: #7f8187;
    font-size: 15px;
    font-weight: 400;
    padding: 4px 4px
}

    table tbody tr td:first-child, table tbody tr th:first-child {
        border-right: 1px solid #ededed
    }

    table tbody tr td:last-child, table tbody tr th:last-child {
        border-left: 1px solid #ededed
    }

table tfoot tr td, table tfoot tr th {
    background: #f8f8f9;
    border-bottom: 1px solid #ededed;
    font-size: 15px;
    padding: 15px 20px
}

    table tfoot tr td:first-child, table tfoot tr th:first-child {
        border-right: 1px solid #ededed
    }

    table tfoot tr td:last-child, table tfoot tr th:last-child {
        border-left: 1px solid #ededed
    }

table tbody:first-child tr:first-child td:first-child, table tbody:first-child tr:first-child td:only-child, table tbody:first-child tr:first-child th:first-child, table tbody:first-child tr:first-child th:only-child, table tfoot:first-child tr:first-child td:first-child, table tfoot:first-child tr:first-child td:only-child, table tfoot:first-child tr:first-child th:first-child, table tfoot:first-child tr:first-child th:only-child, table thead tr:first-child td:first-child, table thead tr:first-child td:only-child, table thead tr:first-child th:first-child, table thead tr:first-child th:only-child {
    border-top-right-radius: 3px;
}

table tbody:first-child tr:first-child td:last-child, table tbody:first-child tr:first-child td:only-child, table tbody:first-child tr:first-child th:last-child, table tbody:first-child tr:first-child th:only-child, table tfoot:first-child tr:first-child td:last-child, table tfoot:first-child tr:first-child td:only-child, table tfoot:first-child tr:first-child th:last-child, table tfoot:first-child tr:first-child th:only-child, table thead tr:first-child td:last-child, table thead tr:first-child td:only-child, table thead tr:first-child th:last-child, table thead tr:first-child th:only-child {
    border-top-left-radius: 3px
}

table tbody:first-child tr:first-child td, table tbody:first-child tr:first-child th, table tfoot:first-child tr:first-child td, table tfoot:first-child tr:first-child th {
    border-top: 1px solid #ededed
}

table tbody:last-child tr:last-child td:first-child, table tbody:last-child tr:last-child td:only-child, table tbody:last-child tr:last-child th:first-child, table tbody:last-child tr:last-child th:only-child, table tfoot tr:last-child td:first-child, table tfoot tr:last-child td:only-child, table tfoot tr:last-child th:first-child, table tfoot tr:last-child th:only-child, table thead:last-child tr:last-child td:first-child, table thead:last-child tr:last-child td:only-child, table thead:last-child tr:last-child th:first-child, table thead:last-child tr:last-child th:only-child {
    border-bottom-right-radius: 3px
}

table tbody:last-child tr:last-child td:last-child, table tbody:last-child tr:last-child td:only-child, table tbody:last-child tr:last-child th:last-child, table tbody:last-child tr:last-child th:only-child, table tfoot tr:last-child td:last-child, table tfoot tr:last-child td:only-child, table tfoot tr:last-child th:last-child, table tfoot tr:last-child th:only-child, table thead:last-child tr:last-child td:last-child, table thead:last-child tr:last-child td:only-child, table thead:last-child tr:last-child th:last-child, table thead:last-child tr:last-child th:only-child {
    border-bottom-left-radius: 3px
}

table:not(.shop_table) tbody tr:nth-child(2n) td, table:not(.shop_table) tbody tr:nth-child(2n) th {
    background: #f9f9f9
}

tr.account-funds-discount a {
    font-size: 0;
    position: relative;
    top: 3px
}

    tr.account-funds-discount a:before {
        content: "\4d";
        font-family: 'ElegantIcons';
        font-size: 16px;
        display: inline-block;
        line-height: 1
    }

tbody .order-total td, tbody .order-total th, tbody .woocommerce-order-overview__total.total td, tbody .woocommerce-order-overview__total.total th, tfoot .order-total td, tfoot .order-total th, tfoot .woocommerce-order-overview__total.total td, tfoot .woocommerce-order-overview__total.total th {
    background: #f4fff3;
    color: #7ccc77
}

tbody .order-total td, tbody .woocommerce-order-overview__total.total td, tfoot .order-total td, tfoot .woocommerce-order-overview__total.total td {
    font-size: 17px;
    font-weight: 500
}

tbody .cart-discount td, tbody .cart-discount th, tfoot .cart-discount td, tfoot .cart-discount th {
    background: #fff5f5;
    color: #ff8181
}

tbody .cart-discount td, tfoot .cart-discount td {
    font-size: 16px
}

table.cart .product-name {
    width: 40%;
    font-size: 0
}

tbody .product-subtotal, tbody .product-total {
    color: #7ccc77;
    font-size: 17px;
    font-weight: 500
}

tbody .product-price, tbody .product-subtotal, tbody .product-total {
    white-space: nowrap
}

    tbody .product-price .sale-price, tbody .product-subtotal .sale-price, tbody .product-total .sale-price {
        display: block;
        margin-bottom: -4px;
        font-weight: 400;
        color: #949494;
        text-decoration: line-through
    }

    tbody .product-subtotal .sale-price, tbody .product-total .sale-price {
        font-size: 13px
    }

    tbody .product-price .sale-price {
        font-size: 12px
    }

tbody .product-name {
    padding: 22px 20px 21px !important
}

    tbody .product-name .product-name-inner, tbody .product-name .remove, tbody .product-name > .product-title {
        display: inline-block;
        font-size: 17px;
        vertical-align: middle;
        width: 100%;
        line-height: 1.5
    }

    tbody .product-name .remove {
        font-size: 16px;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 28px;
        border-radius: 3px;
        background: #ffefef;
        color: #ef898c
    }

        tbody .product-name .remove + .product-name-inner {
            width: calc(100% - 24px);
            padding-right: 15px
        }

.product-description {
    display: block;
    font-size: 12px;
    margin-top: 2px
}

.calculated_shipping, .cart_totals {
    margin-top: 30px
}

    .calculated_shipping h2, .cart_totals h2 {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 15px
    }

    .calculated_shipping .checkout-button, .cart_totals .checkout-button {
        float: left
    }

    .calculated_shipping .button-gray, .cart_totals .button-gray {
        float: right
    }

    .calculated_shipping .button, .cart_totals .button {
        margin-top: 15px
    }

.tabs-content-inner {
    overflow: hidden;
    position: relative;
    -webkit-transition: height .5s cubic-bezier(.68,.01,.31,.93);
    transition: height .5s cubic-bezier(.68,.01,.31,.93);
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.tab-content {
    position: absolute;
    right: -10000px;
    top: 0;
    visibility: hidden;
    width: 100%
}

    .tab-content .tab-content-inner {
        opacity: 0
    }

    .tab-content.active {
        position: static;
        right: auto;
        visibility: visible
    }

        .tab-content.active .tab-content-inner {
            opacity: 1
        }

.tab-title, .tab-title-inner {
    display: inline-block;
    vertical-align: middle
}

.tab-title {
    cursor: pointer
}

    .tab-title .tab-title-inner {
        color: #7f8187;
        font-weight: 400;
        -webkit-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out
    }

.tabs-style1 > .tabs-title-holder > .tab-title {
    background: #f6f7fa;
    border-left: 1px solid #e6e6e6;
    padding: 14px 20px;
    -webkit-transition: background .15s ease-in-out,border .15s ease-in-out;
    transition: background .15s ease-in-out,border .15s ease-in-out
}

    .tabs-style1 > .tabs-title-holder > .tab-title .tab-title-inner {
        font-size: 14px
    }

    .tabs-style1 > .tabs-title-holder > .tab-title.active {
        background: var(--main-color);;
        border-left-color: var(--main-color);
    }

.tabs-style1 .tabs-title-holder, .tabs-title-holder {
    font-size: 0;
    margin-bottom: 30px
}

    .tabs-style1 .tabs-title-holder .tab-title:first-child {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px
    }

    .tabs-style1 .tabs-title-holder .tab-title:last-child {
        border-bottom-left-radius: 3px;
        border-left: none;
        border-top-left-radius: 3px
    }

.tabs-style2 > .tabs-title-holder > .tab-title {
    border-bottom: 2px solid #ededed;
    padding: 12px 25px;
    -webkit-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out
}

    .tabs-style2 > .tabs-title-holder > .tab-title .tab-title-inner {
        font-size: 16px
    }

    .tabs-style2 > .tabs-title-holder > .tab-title.active {
        border-bottom-color: var(--main-color);
    }

.accordion-content {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .5s cubic-bezier(.68,.01,.31,.93);
    transition: height .5s cubic-bezier(.68,.01,.31,.93)
}

.accordion-title {
    cursor: pointer;
    font-size: 0;
    position: relative;
    white-space: nowrap
}

    .accordion-title .accordion-title-inner {
        color: #46484d;
        display: inline-block;
        font-size: 18px;
        font-weight: 400;
        max-width: 92%;
        padding-left: 2.5em;
        vertical-align: middle;
        white-space: normal;
        -webkit-transition: color .35s cubic-bezier(.68,.01,.31,.93);
        transition: color .35s cubic-bezier(.68,.01,.31,.93)
    }

        .accordion-title .accordion-title-inner:before {
            bottom: 0;
            color: inherit !important;
            content: '\f104';
            font-family: 'FontAwesome';
            font-size: 1.2em;
            font-style: normal !important;
            font-weight: 400 !important;
            height: 1em;
            left: 0;
            letter-spacing: 0 !important;
            line-height: 1em;
            margin: auto 0;
            position: absolute;
            text-align: center;
            text-transform: none !important;
            top: 0;
            width: 1em;
            -webkit-transition: transform .35s cubic-bezier(.68,.01,.31,.93);
            -webkit-transition: -webkit-transform .35s cubic-bezier(.68,.01,.31,.93);
            transition: -webkit-transform .35s cubic-bezier(.68,.01,.31,.93);
            transition: transform .35s cubic-bezier(.68,.01,.31,.93);
            transition: transform .35s cubic-bezier(.68,.01,.31,.93), -webkit-transform .35s cubic-bezier(.68,.01,.31,.93)
        }

.accordions .accordion {
    border-bottom: 1px solid #ededed;
    padding: 25px 0
}

    .accordions .accordion:last-child {
        border-bottom: 0 !important
    }

.accordion-content-inner {
    font-size: 15px;
    margin-top: 20px
}

.accordion-title.active .accordion-title-inner, .blog2-item-title a:hover {
    color: var(--main-color);
}

    .accordion-title.active .accordion-title-inner:before, .responsive-menu-inner .menu-item.menu-item-has-children.active > .menu-item-inner > a .menu-item-toggle-icon:before {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

.blog2-item-holder {
    height: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
    box-shadow: 0 2px 12px rgba(0,0,0,.1);
    background: #fff
}

.blog2-item-desc-holder {
    padding: 25px
}

.blog2-item-title {
    font-size: 18px;
    line-height: 1.8em;
    min-height: 3.6em
}

    .blog2-item-title a {
        color: #46484d;
        display: block
    }

.blog2-image-holder, .icon-box5-icon i:before, .icon-box6-icon i:before {
    display: block
}

.blog2-item-content {
    display: block;
    margin-top: 10px
}

.blog2-item-readtime {
    color: #666;
    display: block;
    margin-top: 4px
}

.email-package-box, .reportage-section-column .vc_column-inner {
    background-image: url(../images/indexbg2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 3px;
    height: calc(100% - 30px)
}

.reportage-section-column .vc_column-inner {
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 30px !important;
    width: calc(100% - 40px)
}

.wpb_single_image.reportage-partners-image .vc_figure, .wpb_single_image.reportage-partners-image .vc_single_image-img, .wpb_single_image.reportage-partners-image .vc_single_image-wrapper {
    width: 100%
}

.email-package-box {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.08);
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    font-size: 0;
    padding: 30px 30px 20px;
    position: relative;
    text-align: right
}

    .email-package-box.email-package-last {
        background-position: left bottom
    }

    .email-package-box.email-package-box-default .email-package-sites-title {
        color: var(--main-color);
    }

    .email-package-box.email-package-box-green .email-package-sites-title {
        color: #7ccc77
    }

    .email-package-box.email-package-box-blue .email-package-sites-title {
        color: #5facfa
    }

    .email-package-box.email-package-box-red .email-package-sites-title {
        color: #ff6868
    }

    .email-package-box.email-package-box-orange .email-package-sites-title {
        color: #fab050
    }

    .email-package-box.email-package-box-gray .email-package-sites-title {
        color: #757a86
    }

    .email-package-box.email-package-box-aqua .email-package-sites-title {
        color: #1bd4ae
    }

    .email-package-box.email-package-box-violet .email-package-sites-title {
        color: #8c7ce5
    }

.email-package-box-inner {
    position: relative;
    z-index: 2
}

.email-package-number {
    color: rgba(0,0,0,.05);
    font-size: 120px;
    line-height: 1;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    width: .8em;
    z-index: 1
}

.email-package-title {
    font-size: 20px
}

.email-package-desc {
    font-size: 15px;
    margin-top: 10px
}

.email-package-site, .email-package-sites-title {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-left: 10px;
    vertical-align: middle
}

.email-package-site {
    background: rgba(0,0,0,.05);
    border-radius: 3px;
    color: #7f8187;
    font-size: 12px;
    margin-left: 5px;
    padding: 2px 9px;
    font-weight: 400
}

    .email-package-site.email-package-site-dark-blue {
        color: #fff;
        background: #6076c6
    }

    .email-package-site.email-package-site-green {
        color: #fff;
        background: #6bbf71
    }

    .email-package-site.email-package-site-orange {
        color: #fff;
        background: #fd6f3e
    }

    .email-package-site.email-package-site-yellow {
        color: #fff;
        background: #f59c16
    }

    .email-package-site.email-package-site-blue {
        color: #fff;
        background: #339be8
    }

    .email-package-site.email-package-site-violet {
        color: #fff;
        background: #a557c2
    }

    .email-package-site.email-package-site-gray {
        color: #fff;
        background: #5f7d8b
    }

.email-package-sites {
    margin-top: 10px
}

.email-package-price {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 20px;
    vertical-align: middle
}

.email-package-bottom-holder {
    margin-top: 20px
}

    .email-package-bottom-holder .button {
        margin-bottom: 10px
    }

.email-package-plan .vc_column-inner, .email-package-plan .wpb_wrapper {
    height: 100%
}

.reportage-box {
    background-color: #fff;
    background-image: url(../images/indexbg2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.08);
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    font-size: 0;
    height: calc(100% - 30px);
    padding: 30px 30px 20px;
    position: relative;
    text-align: right
}

    .reportage-box.reportage-box-default .reportage-sites-title {
        color: var(--main-color);
    }

    .reportage-box.reportage-box-green .reportage-sites-title {
        color: #7ccc77
    }

    .reportage-box.reportage-box-blue .reportage-sites-title {
        color: #5facfa
    }

    .reportage-box.reportage-box-red .reportage-sites-title {
        color: #ff6868
    }

    .reportage-box.reportage-box-orange .reportage-sites-title {
        color: #fab050
    }

    .reportage-box.reportage-box-gray .reportage-sites-title {
        color: #757a86
    }

    .reportage-box.reportage-box-aqua .reportage-sites-title {
        color: #1bd4ae
    }

    .course-timer b, .reportage-box.reportage-box-violet .reportage-sites-title {
        color: #8c7ce5
    }

.kt-row.reportage-items-holder {
    margin-left: -15px;
    margin-right: -15px
}

    .kt-row.reportage-items-holder .column {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px
    }

    .kt-row.reportage-items-holder .reportage-box {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

.reportage-bottom-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reportage-price-holder {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
    vertical-align: middle
}

    .reportage-price-holder .reportage-price {
        display: block;
        font-size: 13px;
        color: #ff6868;
        margin-left: 0;
        margin-bottom: -5px;
        text-decoration: line-through
    }

    .reportage-price-holder .reportage-sale-price {
        display: block;
        font-size: 15px;
        color: #46484d;
        font-weight: 500
    }

.reportage-box-inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.reportage-number {
    color: rgba(0,0,0,.05);
    font-size: 120px;
    line-height: 1;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    width: .8em;
    z-index: 1
}

.reportage-title {
    font-size: 20px
}

.reportage-desc {
    font-size: 15px;
    margin-top: 10px
}

.reportage-site, .reportage-sites-title {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-left: 10px;
    vertical-align: middle
}

.reportage-site {
    background: rgba(0,0,0,.05);
    border-radius: 3px;
    color: #7f8187;
    font-size: 12px;
    margin-left: 5px;
    padding: 2px 9px;
    font-weight: 400
}

    .reportage-site.reportage-site-dark-blue {
        color: #fff;
        background: #6076c6
    }

    .reportage-site.reportage-site-green {
        color: #fff;
        background: #6bbf71
    }

    .reportage-site.reportage-site-orange {
        color: #fff;
        background: #fd6f3e
    }

    .reportage-site.reportage-site-yellow {
        color: #fff;
        background: #f59c16
    }

    .reportage-site.reportage-site-blue {
        color: #fff;
        background: #339be8
    }

    .reportage-site.reportage-site-violet {
        color: #fff;
        background: #a557c2
    }

    .reportage-site.reportage-site-gray {
        color: #fff;
        background: #5f7d8b
    }

.reportage-sites {
    margin-top: 10px
}

.reportage-price {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 20px;
    vertical-align: middle
}

.reportage-bottom-holder {
    margin-top: 20px
}

    .reportage-bottom-holder .button {
        margin-bottom: 10px
    }

.reportage-plan .vc_column-inner, .reportage-plan .wpb_wrapper {
    height: 100%
}

.seo-item {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 12px rgba(0,75,136,.1);
    box-shadow: 0 2px 12px rgba(0,75,136,.1);
    padding: 30px
}

.seo-item-title {
    float: right;
    font-size: 20px;
    font-weight: 500;
    line-height: 2
}

.seo-item-top-holder {
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding-bottom: 15px
}

.seo-item-link {
    color: #3b93e6;
    direction: ltr;
    float: left;
    font-size: 16px;
    line-height: 40px
}

    .seo-item-link:before {
        color: #315d86;
        content: '\f0c1';
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 18px;
        line-height: inherit;
        margin-right: 15px;
        vertical-align: top
    }

.seo-item-content, .seo-item-services {
    border-bottom: 1px solid rgba(0,0,0,.05);
    font-size: 15px;
    padding: 15px 0
}

.seo-item-services {
    font-size: 0;
    padding: 15px 0 5px
}

.seo-item-service {
    display: inline-block;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 10px;
    margin-left: 20px;
    vertical-align: middle
}

    .seo-item-service:before {
        color: #17c485;
        content: '\f00c';
        margin-top: -2px
    }

.seo-item-tags {
    border-bottom: 1px solid rgba(0,0,0,.05);
    font-size: 0;
    padding: 15px 0 5px
}

.seo-item-tag, .seo-item-tags-title {
    display: inline-block;
    vertical-align: middle
}

.seo-item-tag {
    background: #f6f7fa;
    border-radius: 3px;
    padding: 3px 10px;
    font-size: 13px;
    margin-bottom: 7px;
    margin-left: 7px
}

.seo-item-tags-title {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8em;
    margin-bottom: 10px;
    margin-left: 15px;
    padding-top: 4px
}

    .seo-item-result:before, .seo-item-service:before, .seo-item-tags-title:before {
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 16px;
        line-height: inherit;
        margin-left: 10px;
        vertical-align: top
    }

    .seo-item-tags-title:before {
        font-weight: 400;
        color: #ffba00;
        content: '\f091';
        margin-top: -3px
    }

.course-review-form-notice {
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
    background: #f6f7fa
}

.seo-item-result {
    color: #666;
    font-size: 15px;
    line-height: 1.8em;
    padding-top: 15px
}

    .seo-item-result:before {
        color: #7074d3;
        content: '\f135';
        margin-top: -2px
    }

.external-section {
    display: block;
    padding: 0 80px;
    position: relative
}

    .external-section .external-section-icon {
        background-repeat: no-repeat;
        position: absolute;
        -webkit-transition: all .6s ease-out;
        transition: all .6s ease-out;
        z-index: 3
    }

    .external-section.external-section-melipayamak:before {
        background-image: -webkit-gradient(linear,left top, left bottom,from(#8ad653),to(#72b640));
        background-image: linear-gradient(-180deg,#8ad653,#72b640)
    }

    .external-section.external-section-melipayamak:after {
        background-color: #eefde3
    }

    .external-section.external-section-melipayamak .external-section-icon {
        background-image: url(../images/meli-icons.png)
    }

    .external-section.external-section-melipayamak .external-section-icon1 {
        background-position: right -34px top;
        height: 76px;
        left: 100px;
        top: 140px;
        width: 70px
    }

    .external-section.external-section-melipayamak .external-section-icon2 {
        background-position: left top;
        height: 63px;
        left: 30px;
        top: 200px;
        width: 54px
    }

    .external-section.external-section-melipayamak .external-section-icon3 {
        background-position: right top;
        height: 38px;
        left: 140px;
        top: 245px;
        width: 35px
    }

    .external-section.external-section-melipayamak .external-section-icon4 {
        background-position: left -55px top;
        height: 53px;
        left: 75px;
        top: 305px;
        width: 49px
    }

    .external-section.external-section-melipayamak .external-section-text {
        color: #f4ffeb
    }

    .external-section.external-section-melipayamak:hover .external-section-icon1 {
        top: 115px;
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }

    .external-section.external-section-melipayamak:hover .external-section-icon2 {
        top: 192px;
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    .external-section.external-section-melipayamak:hover .external-section-icon3 {
        top: 217px;
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    .external-section.external-section-melipayamak:hover .external-section-icon4 {
        top: 289px;
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    .external-section.external-section-melipayamak .external-section-link {
        color: #dbffc1
    }

    .external-section.external-section-portal:before {
        background-image: -webkit-gradient(linear,left top, left bottom,from(#58ceff),to(#30a8d9));
        background-image: linear-gradient(-180deg,#58ceff,#30a8d9)
    }

    .external-section.external-section-portal:after {
        background-color: #e9f7fd
    }

    .external-section.external-section-portal .external-section-icon {
        background-image: url(../images/portal-icons.png)
    }

    .external-section.external-section-portal .external-section-icon1 {
        background-position: right top;
        height: 51px;
        left: 110px;
        top: 110px;
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
        width: 52px
    }

    .external-section.external-section-portal .external-section-icon2 {
        background-position: left -67px top;
        height: 62px;
        left: 25px;
        top: 135px;
        width: 63px
    }

    .external-section.external-section-portal .external-section-icon3 {
        background-position: left top;
        height: 67px;
        left: 170px;
        top: 175px;
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
        width: 67px
    }

    .external-section.external-section-portal .external-section-icon4 {
        background-position: right -53px top;
        height: 57px;
        left: 40px;
        top: 215px;
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
        width: 58px
    }

    .external-section.external-section-portal:hover .external-section-icon1 {
        top: 85px
    }

    .external-section.external-section-portal:hover .external-section-icon2 {
        top: 120px
    }

    .external-section.external-section-portal:hover .external-section-icon3 {
        top: 155px
    }

    .external-section.external-section-portal:hover .external-section-icon4 {
        top: 205px
    }

    .external-section.external-section-portal .external-section-link {
        color: #e4f7ff
    }

    .external-section.external-section-portal .external-section-text {
        color: #f2fbff
    }

    .external-section.external-section-didogram:before {
        background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #75e7e4),to(#5ccec9));
        background-image: linear-gradient(-180deg,#75e7e4 0,#5ccec9 100%)
    }

    .external-section.external-section-didogram:after {
        background-color: #eafaf9
    }

    .external-section.external-section-didogram .external-section-icon {
        background-image: url(../images/didogram-icons.png)
    }

    .external-section.external-section-didogram .external-section-icon1 {
        background-position: left top;
        height: 63px;
        left: 26px;
        top: 78px;
        width: 47px
    }

    .external-section.external-section-didogram .external-section-icon2 {
        background-position: right -28px top;
        height: 39px;
        left: -8px;
        top: 138px;
        width: 29px
    }

    .external-section.external-section-didogram .external-section-icon3 {
        background-position: right top;
        height: 36px;
        left: 34px;
        top: 190px;
        width: 27px
    }

    .external-section.external-section-didogram .external-section-icon4 {
        background-position: left -49px top;
        height: 54px;
        left: -8px;
        top: 290px;
        width: 40px
    }

    .external-section.external-section-didogram:hover .external-section-icon1 {
        top: 58px
    }

    .external-section.external-section-didogram:hover .external-section-icon2 {
        top: 133px
    }

    .external-section.external-section-didogram:hover .external-section-icon3 {
        top: 180px
    }

    .external-section.external-section-didogram:hover .external-section-icon4 {
        top: 270px
    }

    .external-section.external-section-didogram .external-section-link {
        color: #f4ffff
    }

    .external-section.external-section-didogram .external-section-text {
        color: #fbffff
    }

    .external-section.external-section-crm:before {
        background-image: -webkit-gradient(linear,left top, left bottom,from(#6a7ee2),to(#3c4ea7));
        background-image: linear-gradient(-180deg,#6a7ee2,#3c4ea7)
    }

    .external-section.external-section-crm:after {
        background-color: #f1f3ff
    }

    .external-section.external-section-crm .external-section-link {
        color: #d9deff
    }

    .external-section.external-section-crm .external-section-text {
        color: #f1f3ff
    }

    .external-section.external-section-novinvoip:before {
        background-image: -webkit-gradient(linear,left top, left bottom,from(#2ce8c4),to(#1abb9a));
        background-image: linear-gradient(-180deg,#2ce8c4,#1abb9a)
    }

    .external-section.external-section-novinvoip:after {
        background-color: #e2fff9
    }

    .external-section.external-section-novinvoip .external-section-link {
        color: #c8fff4
    }

    .external-section.external-section-novinvoip .external-section-text {
        color: #e9fffa
    }

    .external-section:before {
        border-radius: 5px;
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        top: 90px;
        width: 100%;
        z-index: 2
    }

    .external-section:after {
        border-radius: 5px;
        content: '';
        height: 20%;
        left: 16px;
        position: absolute;
        top: 80px;
        -webkit-transform: skewY(3deg);
        transform: skewY(3deg);
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out;
        width: 90%
    }

    .external-section:hover:after {
        top: 65px;
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out
    }

.external-section-image {
    float: right
}

.external-section-desc {
    overflow: hidden;
    padding-right: 70px;
    padding-top: 160px
}

.external-section-title {
    color: #fff;
    font-size: 50px;
    font-weight: 600
}

.external-section-text {
    font-size: 18px;
    margin-top: 20px
}

.external-section-inner {
    position: relative;
    z-index: 4
}

.external-section:hover .external-section-link i.fa {
    margin-left: 15px
}

.external-section-link {
    display: inline-block;
    font-size: 20px;
    line-height: 1.8em;
    margin-top: 20px
}

    .external-section-link i.fa {
        font-size: 22px;
        line-height: inherit;
        margin-left: 10px;
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out
    }

.icon-box5-icon, .icon-box6-icon {
    font-size: 0;
    margin-bottom: 20px;
    text-align: center
}

    .external-section-link i.fa, .icon-box5-icon i, .icon-box5-icon img, .icon-box6-icon i, .icon-box6-icon img {
        display: inline-block;
        vertical-align: top
    }

    .icon-box5-icon i, .icon-box6-icon i {
        color: var(--main-color);;
        font-size: 40px;
        line-height: 1
    }

.icon-box5-title, .icon-box6-title {
    font-size: 18px;
    text-align: center
}

.icon-box5-text, .icon-box6-text {
    font-size: 15px;
    text-align: center
}

.icon-box6-text {
    margin-top: 10px
}

.pricing-table2-price {
    color: #46484d;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-top: 20px
}

.pricing-table2-title {
    font-size: 26px
}

.pricing-table2 {
    background-color: #fff;
    background-image: url(../images/indexbg2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.08);
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    font-size: 0;
    overflow: hidden;
    position: relative;
    text-align: center
}

    .pricing-table2:before {
        border-radius: 3px;
        bottom: 0;
        content: '';
        left: 0;
        opacity: .05;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1
    }

    .pricing-table2 .button {
        border-radius: 0 0 3px 3px;
        display: block;
        padding: 12px 30px;
        position: relative;
        width: 100%;
        z-index: 2
    }

    .pricing-table2.pricing-table2-default .pricing-table2-title {
        color: var(--main-color);
    }

    .pricing-table2.pricing-table2-default:before {
        background: var(--main-color);
    }

    .pricing-table2.pricing-table2-green .pricing-table2-title {
        color: #7ccc77
    }

    .pricing-table2.pricing-table2-green:before {
        background: #7ccc77
    }

    .pricing-table2.pricing-table2-blue .pricing-table2-title {
        color: #5facfa
    }

    .pricing-table2.pricing-table2-blue:before {
        background: #5facfa
    }

    .contact-form-errors-inner strong, .deposit-request-form-errors-inner strong, .employment-form-errors-inner strong, .kt-change-password-form-errors-inner strong, .kt-login-form-errors-inner strong, .kt-register-form-errors-inner strong, .kt-reset-password-form-errors-inner strong, .kt-verify-form-errors-inner strong, .kt-wc-review-form-errors-inner strong, .modal-contact-form-errors-inner strong, .new-ticket-form-errors-inner strong, .pricing-table2.pricing-table2-red .pricing-table2-title, .ticket-single-form-errors-inner strong {
        color: #ff6868
    }

    .pricing-table2.pricing-table2-red:before {
        background: #ff6868
    }

    .pricing-table2.pricing-table2-orange .pricing-table2-title {
        color: #fab050
    }

    .pricing-table2.pricing-table2-orange:before {
        background: #fab050
    }

    .pricing-table2.pricing-table2-gray .pricing-table2-title {
        color: #757a86
    }

    .pricing-table2.pricing-table2-gray:before {
        background: #757a86
    }

.pricing-table2-desc {
    padding: 30px;
    position: relative;
    z-index: 2
}

.pricing-table2-text {
    font-size: 14px;
    margin-top: 14px
}

.popular-peoples-section .icon-box5-icon img {
    border-radius: 100%;
    width: 120px
}

.consult-section {
    background-image: url(../images/indexbg2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #f9f9f9
}

    .consult-section .vc_column-inner {
        padding: 50px 40px !important
    }

.phone-consult-section {
    background-color: #1f94ce
}

.offline-consult-section {
    background-color: #f4f4f4
}

.voip-portfolio-items-holder {
    margin: -15px
}

    .voip-portfolio-items-holder .voip-portfolio-item-holder {
        float: right;
        padding: 15px;
        width: 50%
    }

        .voip-portfolio-items-holder .voip-portfolio-item-holder:nth-child(2n+1) {
            clear: right
        }

    .voip-portfolio-items-holder .voip-portfolio-item {
        background-color: #fff;
        border-radius: 3px;
        -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.06);
        box-shadow: 0 2px 15px rgba(0,0,0,.06)
    }

    .voip-portfolio-items-holder .voip-portfolio-item-title-outer {
        border-bottom: 1px solid #ededed;
        padding: 30px
    }

    .voip-portfolio-items-holder .voip-portfolio-item-content {
        color: #7f8187;
        padding: 30px
    }

    .voip-portfolio-items-holder .voip-portfolio-item-title-holder {
        float: right
    }

    .voip-portfolio-items-holder .voip-portfolio-item-logo-holder {
        float: left;
        font-size: 0;
        height: 50px
    }

        .voip-portfolio-items-holder .voip-portfolio-item-logo-holder:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            width: 0
        }

        .voip-portfolio-items-holder .voip-portfolio-item-logo-holder img {
            display: inline-block;
            max-height: 80%;
            vertical-align: middle;
            width: auto
        }

    .voip-portfolio-items-holder .voip-portfolio-item-title {
        color: #46484d;
        font-size: 20px
    }

    .voip-portfolio-items-holder .voip-portfolio-item-readmore {
        color: var(--main-color);;
        font-size: 13px;
        margin-top: 1px
    }

.voip-portfolio-problem {
    font-size: 14px;
    margin-top: 10px
}

.type-product {
    position: relative
}

    .type-product > .wrapper > .kt-row {
        margin-left: -20px;
        margin-right: -20px
    }

        .type-product > .wrapper > .kt-row > .column {
            padding: 50px 20px 70px
        }

.course-sidebar-tabs.tabs-style1 .tabs-title-holder {
    margin-bottom: 10px
}

    .course-sidebar-tabs.tabs-style1 .tabs-title-holder .tab-title {
        width: calc(50% - 5px);
        border-radius: 3px;
        text-align: center;
        background: #f5f7f6;
        -webkit-box-shadow: 0 3px 8px rgba(255,255,255,.25),0 7px 30px transparent;
        box-shadow: 0 3px 8px rgba(255,255,255,.25),0 7px 30px transparent;
        -webkit-transition: background .15s ease-in-out;
        transition: background .15s ease-in-out;
        white-space: nowrap;
        padding: 14px 0
    }

        .course-sidebar-tabs.tabs-style1 .tabs-title-holder .tab-title:first-child {
            margin-left: 10px;
            border: 0
        }

            .course-sidebar-tabs.tabs-style1 .tabs-title-holder .tab-title:first-child.active {
                background: #7ccc77
            }

        .course-sidebar-tabs.tabs-style1 .tabs-title-holder .tab-title:last-child.active {
            background: #5facfa
        }

.course-details, .course-sidebar-tabs .tabs-content-holder .tab-content {
    padding: 28px
}

.course-timer {
    margin-top: 20px;
    font-size: 15px
}

    .course-timer:before {
        content: '\7b';
        font-family: 'ElegantIcons';
        color: #8c7ce5;
        height: 30px;
        width: 30px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        line-height: 30px;
        border-radius: 100%;
        margin-left: 12px;
        background: rgba(140,124,229,.15)
    }

.course-details, .course-sidebar-tabs .tabs-content-inner {
    background: #f6f7fa;
    border-radius: 5px
}

    .course-details .button, .course-sidebar-tabs .tabs-content-inner .button {
        display: block;
        padding: 13px 0;
        width: 100%;
        white-space: nowrap;
        font-size: 15px
    }

    .course-details .woocommerce-product-details__short-description, .course-sidebar-tabs .tabs-content-inner .woocommerce-product-details__short-description {
        font-size: 14px;
        margin-top: 10px
    }

    .course-details ul.kt-row, .course-sidebar-tabs .tabs-content-inner ul.kt-row {
        margin: -5px -10px;
        padding-bottom: 18px
    }

        .course-details ul.kt-row .column, .course-sidebar-tabs .tabs-content-inner ul.kt-row .column {
            padding: 5px 10px
        }

        .course-details ul.kt-row h5, .course-sidebar-tabs .tabs-content-inner ul.kt-row h5 {
            font-size: 17px
        }

        .course-details ul.kt-row span, .course-sidebar-tabs .tabs-content-inner ul.kt-row span {
            font-size: 15px;
            display: block;
            font-weight: 400;
            margin-top: 4px
        }

            .course-details ul.kt-row span.price, .course-sidebar-tabs .tabs-content-inner ul.kt-row span.price {
                font-size: 14px;
                margin-top: 2px
            }

                .course-details ul.kt-row span.price + span, .course-sidebar-tabs .tabs-content-inner ul.kt-row span.price + span {
                    margin-top: 0;
                    font-size: 12px;
                    line-height: 1.3;
                    color: #ec5155;
                    background: rgba(255,104,104,.12);
                    display: inline-block;
                    vertical-align: middle;
                    margin-left: auto;
                    border-radius: 3px;
                    padding: 6px 9px;
                    font-weight: 500
                }

                .course-details ul.kt-row span.price b, .course-sidebar-tabs .tabs-content-inner ul.kt-row span.price b {
                    font-size: 18px;
                    color: #7ccc77
                }

                .course-details ul.kt-row span.price del, .course-sidebar-tabs .tabs-content-inner ul.kt-row span.price del {
                    display: inline-block;
                    margin-left: 6px;
                    font-size: 15px;
                    color: #ff6868;
                    font-weight: 500
                }

.new-ticket-noti {
    margin-top: 15px
}

.course-item-type {
    border-radius: 3px;
    color: #fab050;
    display: inline-block;
    padding: 1px 10px;
    background: rgba(250,176,80,.15)
}

    .course-item-type.course-item-type-offline {
        background: rgba(124,204,119,.15);
        color: #7ccc77
    }

    .course-item-type.course-item-type-online {
        background: rgba(95,172,250,.15);
        color: #5facfa
    }

.course-details-buy select {
    border: 0
}

.course-details-teacher {
    font-size: 0
}

.course-details-teacher-image {
    border-radius: 100%;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    width: 50px
}

.course-details-teacher-name {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle
}

.course-details-price {
    color: #666;
    font-size: 18px;
    padding: 25px 25px 0;
    text-align: right
}

    .course-details-price .price {
        display: inline-block
    }

.course-whats-learn-section {
    margin-bottom: -10px
}

.course-whats-learn li {
    font-size: 15px;
    padding-bottom: 10px
}

    .course-whats-learn li i {
        color: #91ce33;
        float: right;
        line-height: inherit;
        margin-left: 10px;
        margin-top: -2px
    }

    .course-whats-learn li span {
        display: block;
        overflow: hidden
    }

.course-single-section {
    padding-bottom: 65px
}

    .course-single-section > div > .h_iframe-aparat_embed_frame {
        -webkit-box-shadow: 0 8px 35px 0 rgba(0,0,0,.1);
        box-shadow: 0 8px 35px 0 rgba(0,0,0,.1);
        margin-top: 10px
    }

.course-single-img {
    border-radius: 3px;
    width: 100%;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0,0,0,.12);
    box-shadow: 0 10px 25px 0 rgba(0,0,0,.12);
    display: block
}

.course-single-section-title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px
}

    .course-single-section-title + .woocommerce-Reviews {
        padding-top: 5px
    }

    .course-single-section-title + div + .woocommerce-Reviews {
        padding-top: 30px
    }

.course-single-desc {
    font-size: 15px;
    padding-top: 10px
}

    .course-single-desc .vc_row:not(.vc_inner) > .row-inner {
        overflow: visible
    }

.course-teacher {
    font-size: 0;
    margin-bottom: 30px;
    border-radius: 3px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 8px 35px 0 rgba(0,0,0,.06);
    box-shadow: 0 8px 35px 0 rgba(0,0,0,.06);
    padding: 40px;
    background: #fff;
    height: 100%
}

.course-single-section .course-teacher:last-child {
    margin-bottom: 0
}

.course-teacher-image-holder {
    width: 180px;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.course-teacher-image-blur {
    position: absolute;
    top: 12px;
    right: 0;
    border-radius: 100%;
    -webkit-filter: blur(25px) saturate(180%);
    filter: blur(25px) saturate(180%);
    z-index: 1;
    opacity: .35
}

.course-teacher-image {
    border-radius: 100%;
    display: block;
    position: relative;
    z-index: 2
}

.course-teacher-desc-holder {
    display: inline-block;
    padding-right: 40px;
    vertical-align: middle;
    width: calc(100% - 180px)
}

.course-teacher-title {
    color: #7f8187;
    font-size: 16px
}

.course-teacher-info {
    font-size: 14px;
    margin-top: 12px
}

.course-tabs.tabs > .tabs-title-holder, .subscription-form-fields form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .course-tabs.tabs > .tabs-title-holder > .tab-title {
        text-align: center;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        width: 100%;
        border: 0;
        border-radius: 3px;
        margin-left: 10px;
        background: rgba(134,157,175,.1)
    }

        .course-tabs.tabs > .tabs-title-holder > .tab-title .tab-title-inner {
            color: #869daf;
            font-size: 15px
        }

        .course-tabs.tabs > .tabs-title-holder > .tab-title.active {
            background: #869daf
        }

            .course-tabs.tabs > .tabs-title-holder > .tab-title.active .tab-title-inner {
                color: #fff
            }

        .course-tabs.tabs > .tabs-title-holder > .tab-title:last-child {
            margin-left: 0 !important
        }

.course-tabs.tabs > .tabs-content-holder > .tabs-content-inner > .tab-content {
    padding-bottom: 25px
}

.course-income-inner, .course-suggest-image {
    border-radius: 3px;
    position: relative;
    -webkit-box-shadow: 0 8px 35px 0 rgba(0,0,0,.06);
    box-shadow: 0 8px 35px 0 rgba(0,0,0,.06)
}

.course-income-inner {
    padding: 80px 40px;
    background: #fff;
    text-align: center
}

    .course-income-inner:before, .course-suggest-image:before {
        content: '';
        position: absolute;
        bottom: -7px;
        height: 20px;
        border-radius: 0 0 20px 20px;
        z-index: -1
    }

    .course-income-inner:before {
        background: linear-gradient(30deg,#2cc284 0,#24a6b1 100%);
        left: 50px;
        right: 50px
    }

.course-single-desc .course-income {
    margin-top: 75px;
    padding-bottom: 28px
}

    .course-single-desc .course-income h3, .course-single-desc .course-suggest h3 {
        padding: 20px 0 15px;
        font-size: 24px;
        font-weight: 600
    }

.course-single-desc .course-suggest {
    padding-top: 50px;
    padding-bottom: 15px
}

.course-suggest-image {
    background-color: #fff;
    background-image: url(../images/cart-bg.png);
    background-position: right -430px bottom -120px;
    background-repeat: no-repeat
}

    .course-suggest-image img {
        display: block
    }

    .course-suggest-image:before {
        left: 30px;
        right: 30px;
        background: #e9e3ef
    }

.course-income-content, .course-suggest-content {
    font-size: 17px
}

.course-income-number {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #29b39a;
    background: linear-gradient(30deg,#2cc284 0,#24a6b1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.8
}

.breadcrumb-holder {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
    background: #f6f7fa;
    border-radius: 5px;
    padding: 16px 20px 20px
}

.breadcrumb {
    font-size: 0;
    max-width: 100%
}

    .breadcrumb li, .breadcrumb li:after {
        display: inline-block;
        vertical-align: middle
    }

    .breadcrumb li {
        font-size: 11px;
    }

        .breadcrumb li i {
            border-radius: 10px;
            -webkit-box-shadow: 0 8px 35px 0 rgba(0,0,0,.06);
            box-shadow: 0 8px 35px 0 rgba(0,0,0,.06);
            background: #fff;
            height: 36px;
            width: 36px;
            float: right;
            text-align: center;
            line-height: 34px;
            margin-left: 10px;
            color: #909aa7;
            font-size: 18px;
            margin-top: -3px;
            position: relative;
            top: 1px
        }

        .breadcrumb li a {
            color: inherit !important
        }

        .breadcrumb li:after {
            margin: 0 .75em;
            content: "\f104";
            font-family: "Fontawesome"
        }

        .breadcrumb li:last-child {
            overflow: hidden;
            padding-left: 10px;
            border-radius: 3px 0 0 3px
        }

            .breadcrumb li:last-child span {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                display: block
            }

            .breadcrumb li:last-child:after {
                display: none
            }

.course-income-subtitle {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    color: #a2b7b3;
    display: block;
    margin-top: 15px
}

.course-tabs.tabs .tabs .tab-title {
    width: 50%;
    text-align: center
}

.course-chapter-content {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .5s cubic-bezier(.68,.01,.31,.93);
    transition: height .5s cubic-bezier(.68,.01,.31,.93)
}

.course-chapter-title {
    cursor: pointer;
    font-size: 0;
    padding: 20px;
    position: relative;
    white-space: nowrap
}

    .course-chapter-title .course-chapter-title-inner {
        color: #46484d;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5em;
        max-width: 92%;
        padding-left: 2.5em;
        vertical-align: middle;
        white-space: normal;
        -webkit-transition: color .35s cubic-bezier(.68,.01,.31,.93);
        transition: color .35s cubic-bezier(.68,.01,.31,.93)
    }

        .course-chapter-title .course-chapter-title-inner:before {
            color: inherit !important;
            content: '\4c';
            display: inline-block;
            font-family: 'ElegantIcons';
            font-size: 1.2em;
            font-style: normal !important;
            font-weight: 400 !important;
            letter-spacing: 0 !important;
            line-height: inherit;
            margin-left: 15px;
            text-align: center;
            text-transform: none !important;
            vertical-align: top;
            width: 1em
        }

.course-chapters .course-chapter {
    background: #f6f7fa;
    border: 1px solid #f6f7fa;
    border-radius: 3px;
    margin-bottom: 10px;
    -webkit-transition: background .35s cubic-bezier(.68,.01,.31,.93),border .35s cubic-bezier(.68,.01,.31,.93);
    transition: background .35s cubic-bezier(.68,.01,.31,.93),border .35s cubic-bezier(.68,.01,.31,.93)
}

    .course-chapters .course-chapter:last-child {
        margin-bottom: 0 !important
    }

.course-chapter-content-inner {
    border-top: 1px solid #ededed;
    font-size: 14px
}

.course-chapter.active {
    background: #fff;
    border-color: #ededed
}

    .course-chapter.active .course-chapter-title .course-chapter-title-inner {
        color: var(--main-color);
    }

        .course-chapter.active .course-chapter-title .course-chapter-title-inner:before {
            content: '\4b'
        }

.course-chapter-time {
    bottom: 20px;
    font-size: 14px;
    left: 20px;
    line-height: 24px;
    position: absolute;
    top: 20px
}

.course-teacher-links {
    margin-top: 10px;
    direction: ltr;
    text-align: right
}

    .course-teacher-links a {
        color: #bdc7c7;
        display: inline-block;
        margin-right: 12px;
        vertical-align: middle;
        line-height: 17px
    }

        .course-teacher-links a.fa-linkedin {
            font-size: 16px
        }

            .author-bio-holder .author-social-links a.fa-linkedin:hover, .course-teacher-links a.fa-linkedin:hover {
                color: #0077b5
            }

        .course-teacher-links a.fa-instagram, .course-teacher-links a.fa-twitter {
            font-size: 17px
        }

            .course-teacher-links a.fa-twitter:hover {
                color: #00abf0
            }

            .course-teacher-links a.fa-instagram:hover {
                color: #ee4957
            }

        .course-teacher-links a.fa-link {
            font-size: 16px;
            top: 1px;
            position: relative
        }

            .course-teacher-links a.fa-link:hover {
                color: var(--main-color);
            }

        .course-teacher-links a:last-child {
            margin-right: 0;
            margin-left: 0
        }

.course-details-meta-holder {
    border-bottom: 1px solid #ededed;
    padding: 25px
}

.course-details-meta {
    font-size: 0;
    margin-top: 20px;
    padding: 0 25px
}

.course-details-meta-image {
    display: inline-block;
    height: 26px;
    margin-left: 15px;
    vertical-align: middle;
    width: auto
}

.course-details-meta-title {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 400
}

.course-details-teachers {
    margin-top: 20px
}

.course-tabs .comment-form-holder {
    padding-bottom: 0
}

.course-tabs .blog-single-comments {
    padding: 0
}

#reviews .woocommerce-Reviews-title {
    color: #7f8187;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 22px
}

#reviews #comments + .course-review-form-notice {
    margin-top: 40px
}

#reviews #comments ul.comments-list .comment {
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
    padding-bottom: 30px
}

    #reviews #comments ul.comments-list .comment:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }

    #reviews #comments ul.comments-list .comment ul.review-reply {
        padding-right: 80px;
        padding-top: 20px
    }

        #reviews #comments ul.comments-list .comment ul.review-reply .comment {
            border-radius: 3px;
            background: #f6f7fa;
            padding: 30px;
            border: 0
        }

    #reviews #comments ul.comments-list .comment img.avatar {
        border-radius: 100%;
        float: right;
        margin-left: 20px;
        width: 60px
    }

    #reviews #comments ul.comments-list .comment .woocommerce-review__author, p.stars a {
        display: inline-block;
        font-size: 16px;
        vertical-align: middle
    }

    #reviews #comments ul.comments-list .comment .woocommerce-review__verified {
        border-radius: 3px;
        display: inline-block;
        font-size: 12px;
        line-height: 1;
        margin-right: 10px;
        padding: 3px 6px;
        vertical-align: middle
    }

    #reviews #comments ul.comments-list .comment .kt-wc-review-desc-holder {
        overflow: hidden
    }

    #reviews #comments ul.comments-list .comment .kt-wc-review-title-holder {
        float: right;
        font-size: 0
    }

    #reviews #comments ul.comments-list .comment .woocommerce-review__awaiting-approval, #reviews #comments ul.comments-list .comment .woocommerce-review__published-date {
        color: #7f8187;
        display: block;
        font-size: 13px
    }

    #reviews #comments ul.comments-list .comment .comment_container .star-rating {
        float: left;
        margin-left: 0;
        margin-right: 20px;
        margin-top: 15px
    }

#reviews #comments + #review_form_wrapper {
    margin-top: 50px
}

#reviews #review_form_wrapper .comment-reply-title {
    color: #46484d;
    display: block;
    font-size: 22px;
    font-weight: 400
}

#reviews #review_form_wrapper .comment-form-rating {
    margin-bottom: 25px
}

    #reviews #review_form_wrapper .comment-form-rating label {
        display: block;
        font-size: 15px;
        margin-bottom: 2px
    }

#reviews #review_form_wrapper .kt-wc-review-comment {
    margin-bottom: 24px
}

#reviews #review_form_wrapper .form-submit {
    clear: both;
    display: block
}

    #reviews #review_form_wrapper .form-submit .submit {
        padding: 12px 25px
    }

p.stars {
    font-size: 0;
    margin: 0 -3px
}

    p.stars a {
        color: #e1e1e1;
        font-size: 0;
        padding: 0 3px
    }

        p.stars a:last-child {
            margin-right: 0
        }

        p.stars a:before {
            content: '\e033';
            display: block;
            font-family: 'ElegantIcons';
            font-size: 20px;
            height: 1em;
            line-height: 1;
            text-indent: 0;
            width: 1em
        }

    .course-map-details ul li span, p.stars span {
        display: inline-block
    }

        p.stars span:hover a:hover ~ a, p.stars.selected a.active ~ a, p.stars.selected span:hover a:hover ~ a {
            color: #e1e1e1
        }

            p.stars span:hover a, p.stars.selected a, p.stars.selected a.active ~ a:hover, p.stars.selected span:hover a {
                color: #ffc02e
            }

.course-tabs input[type=submit].button.comment-submit {
    font-size: 15px;
    margin-top: 0;
    padding: 11px 15px;
    width: 120px
}

.course-tabs #blog-comments input[type=submit].button.comment-submit {
    margin-top: 16px;
    padding: 13px 15px;
    width: 156px
}

.star-rating, .star-rating span i {
    display: inline-block;
    font-size: 16px;
    height: 1em;
    vertical-align: top
}

.star-rating {
    position: relative;
    width: 6.25em
}

    .star-rating span {
        font-size: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap
    }

        .star-rating span i {
            width: 1em;
            margin: 0 .125em
        }

        .star-rating span.kt-wc-rating {
            color: #e1e1e1;
            left: 0;
            direction: ltr
        }

        .star-rating span.kt-wc-rating-active {
            color: #ffc02e;
            right: 0;
            direction: rtl
        }

.full-width {
    width: 100%
}

.kt-wc-review-top-holder {
    padding: 5px 0
}

.kt-wc-rating-count {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    margin-right: 10px;
    padding-top: 4px;
    text-align: right;
    vertical-align: middle;
    width: 64px
}

.kt-wc-rating-details {
    float: left;
    font-size: 0;
    margin-right: 20px;
    white-space: nowrap
}

    .course-item-price .amount span, .kt-wc-rating-details .star-rating, .kt-wc-rating-details .star-rating span i {
        font-size: 14px
    }

.kt-wc-rating-rate-bar {
    background: #f0f2f7;
    border-radius: 20px;
    height: 6px;
    overflow: hidden;
    position: relative;
    top: 5px
}

.kt-wc-rating-rate-bar-inner {
    background: #ffc02e;
    border-radius: 6px;
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.kt-ajax-button {
    position: relative
}

    .kt-ajax-button:after {
        animation: ajaxLoading .8s linear infinite;
        -webkit-animation: ajaxLoading .8s linear infinite;
        bottom: 0;
        content: '\f021';
        display: block;
        font-family: 'FontAwesome';
        font-size: 16px;
        height: 1em;
        left: 0;
        line-height: 1em;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 1em;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
        opacity: 0;
        color: #fff
    }

    .is-loading .kt-ajax-button, .kt-ajax-button.is-loading {
        color: transparent !important
    }

        .is-loading .kt-ajax-button:after, .kt-ajax-button.is-loading:after {
            opacity: 1
        }

.kt-wc-rating-rate {
    margin-top: 20px
}

    .kt-wc-rating-rate:first-child {
        margin-top: 0
    }

.kt-wc-rating-average {
    color: #46484d;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    margin-top: 20px
}

    .kt-wc-rating-average + .star-rating {
        font-size: 22px;
        margin-top: 10px
    }

        .kt-wc-rating-average + .star-rating span i {
            font-size: 22px
        }

.kt-wc-rating-subtitle {
    font-size: 14px;
    margin-top: 5px
}

.woocommerce-Reviews {
    padding-top: 20px
}

.kt-wc-rating-stats-holder {
    border-bottom: 1px solid #ededed;
    margin-bottom: 45px;
    padding-bottom: 45px
}

.courses-icon-boxs {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,.08);
    box-shadow: 0 3px 20px rgba(0,0,0,.08);
    padding: 60px 60px 30px;
    text-shadow: 0 0 0
}

.course-login {
    padding-bottom: 30px;
    font-size: 0
}

    .course-login .button:first-child {
        margin-left: 15px
    }

.course-icon-box img {
    width: 80px
}

.courses-page-header {
    position: relative;
    text-shadow: 0 1px 3px rgba(0,0,0,.15)
}

    .course-page-items:before, .courses-page-header:before {
        content: '' !important;
        display: block !important;
        left: 0;
        position: absolute;
        -webkit-transform: skew(0deg,-3deg);
        transform: skew(0deg,-3deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        width: 100%
    }

    .courses-page-header:before {
        height: calc(100% - 150px);
        top: 0;
        background-image: linear-gradient(30deg,#2ecc71 0,#1f94ce 100%)
    }

.course-page-items {
    position: relative
}

    .course-page-items:before {
        background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #f0f2f7),to(#fff));
        background-image: linear-gradient(180deg,#f0f2f7 0,#fff 100%);
        height: 100%;
        top: -160px
    }

.course-item-title {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.8
}

    .course-item-title a {
        color: inherit
    }

.course-item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .course-item-details i.blog-item-popular, .course-item-details i.blog-item-suggested {
        font-size: 16px;
        top: 0
    }

.course-item-content {
    color: #7f8187;
    display: block;
    font-size: 14px;
    margin-top: 16px
}

.course-item-meta {
    padding-top: 15px
}

    .course-item-meta li {
        float: right;
        font-size: 14px;
        line-height: 2em;
        margin-left: 22px
    }

        .course-item-meta li:last-child {
            margin-left: 0
        }

        .course-item-meta li span {
            display: block;
            overflow: hidden;
            color: #9eaeba;
            font-weight: 500
        }

        .course-item-meta li i {
            color: #9eaeba;
            float: right;
            line-height: inherit;
            margin-left: 10px;
            margin-top: -2px;
            font-size: 20px
        }

            .course-item-meta li i.dripicons-graduation {
                font-size: 26px
            }

.related-courses {
    padding: 90px 0 95px;
    background: #f8f9f9;
    margin-top: 40px;
    text-align: center
}

    .related-courses .kt-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .related-courses .kt-row .column, .related-courses-section .column {
            margin-bottom: 40px
        }

.related-courses-section {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -40px
}

.related-courses-title {
    text-align: center;
    margin-bottom: 8px;
    font-weight: 600
}

.related-courses-subtitle {
    text-align: center;
    margin-bottom: 35px;
    color: #949494;
    font-size: 18px;
    font-weight: 500
}

.course-item-image-holder, .course-item-image-holder img {
    display: block;
    position: relative;
    z-index: 2
}

    .course-item-image-holder img {
        border-radius: 5px 5px 0 0;
        z-index: 1
    }

    .course-item-image-holder:before {
        background-image: -webkit-gradient(linear,left top, left bottom,color-stop(45%, rgba(255,255,255,0)),to(#fff));
        background-image: linear-gradient(180deg,rgba(255,255,255,0) 45%,#fff 100%);
        bottom: 0;
        content: '';
        display: block !important;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 2;
        border-radius: 5px 5px 0 0
    }

.course-item-bottom-holder {
    padding: 14px 30px 12px;
    background: #f6f7fa
}

.course-item-price {
    color: #7f8187;
    font-size: 16px;
    font-weight: 500
}

    .course-item-price ins {
        text-decoration: none;
        color: #7ccc77
    }

    .course-item-price del {
        font-size: 15px;
        color: #ff6868;
        margin-left: 5px
    }

        .course-item-price del span {
            font-size: 13px
        }

    .course-item-price > span:first-child {
        margin-left: 6px
    }

    .course-item-price > span:last-child {
        margin-right: 6px
    }

    .course-item-price > span:only-child {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

.masonry-items-holder {
    margin: -20px
}

.masonry-item {
    float: right;
    padding: 20px;
    -webkit-transition-timing-function: cubic-bezier(.38,0,.15,1);
    transition-timing-function: cubic-bezier(.38,0,.15,1)
}

.course-item-holder {
    background: #fff;
    border-radius: 5px;
    text-align: right;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08)
}

    .course-item-holder .star-rating, .course-item-holder .star-rating span i {
        font-size: 15px
    }

    .course-item-holder .course-item-types .course-item-type {
        float: right
    }

        .course-item-holder .course-item-types .course-item-type + .course-item-type {
            margin-right: 5px
        }

.flex-row .course-item-holder {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .flex-row .course-item-holder .course-item-desc-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

        .flex-row .course-item-holder .course-item-desc-holder .course-item-content {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1
        }

.course-item-desc-holder {
    padding: 15px 30px 23px
}

.academy-testimonials .vc_column_container > .vc_column-inner {
    height: 100%
}

    .academy-testimonials .vc_column_container > .vc_column-inner .wpb_wrapper {
        height: calc(100% - 30px)
    }

.courses-testimonials {
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #fef7ff),to(#fff));
    background-image: linear-gradient(180deg,#fef7ff 0,#fff 100%)
}

.courses-categories-filter {
    float: right
}

.courses-types-filter {
    float: left
}

.newsletter-inner {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.newsletter-text {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px
}

.newsletter-title {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px
}

.courses-filters-holder {
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative;
    z-index: 3
}

.wpmlrload-speeding-wheel {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    border-top-color: #fff;
    border-bottom-color: #fff
}

.wpmlrload-container {
    position: relative;
    height: 0
}

.wpmlr_result.failed, .wpmlr_result.success {
    position: relative;
    top: 15px;
    font-size: 14px;
    border: 0;
    font-weight: 400
}

.wpmlr_result.failed {
    background: #ffefef;
    color: #ff6868
}

.wpmlr_result.success {
    background: #fcfff5;
    color: #7ccc77
}

.sender-link-wrapper {
    display: none !important
}

.subscription-form {
    width: 100% !important;
    background: 0 0 !important;
    border: 0 !important;
    padding: 0 !important
}

.subscription-thank-you {
    background: #fcfff5 !important;
    color: #92c72b !important;
    border-radius: 3px !important;
    text-align: center !important;
    font-family: "IRANSans" !important;
    font-weight: 500 !important
}

.subscription-form-fields {
    margin-top: 0 !important
}

    .subscription-form-fields .subscription-form-fields {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

.kt-newsletter-message {
    display: block;
    border-radius: 3px;
    line-height: 1.7;
    padding: 14px 15px 13px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    text-align: right
}

    .kt-newsletter-message a {
        color: inherit;
        font-weight: 500;
        text-decoration: underline
    }

    .kt-newsletter-message.success {
        background: #eff6e0;
        color: #7cab23
    }

    .kt-newsletter-message.error {
        color: #d84a4d;
        background: #fce9ea
    }

.kt-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.newsletter-holder {
    background-image: linear-gradient(30deg,#523d6d 0,#7c659f 100%);
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px
}

    .newsletter-holder:before {
        background-image: url(../images/course-newsletter-pattern.png);
        bottom: 0;
        content: '' !important;
        display: block !important;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

    .newsletter-holder .kt-newsletter-email {
        background: rgba(255,255,255,.12);
        color: #e1e1e1;
        margin-left: 15px;
        border: 0
    }

        .newsletter-holder .kt-newsletter-email::-webkit-input-placeholder {
            color: #e1e1e1
        }

        .newsletter-holder .kt-newsletter-email::-moz-placeholder {
            color: #e1e1e1
        }

        .newsletter-holder .kt-newsletter-email:-ms-input-placeholder {
            color: #e1e1e1
        }

    .newsletter-holder .button {
        background: #765f98;
        width: 180px;
        min-width: 180px;
        max-width: 180px;
        padding: 13px 15px
    }

        .newsletter-holder .button:hover {
            background: #806aa2
        }

.post-hide {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    animation-name: ajaxPostsLoading;
    -webkit-animation-name: ajaxPostsLoading;
    -webkit-animation-timing-function: cubic-bezier(.69,-.13,.19,1);
    animation-timing-function: cubic-bezier(.69,-.13,.19,1);
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.ajax-pagination-fade-in {
    opacity: 1 !important;
    transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s
}

.ajax-pagination-fade-out {
    opacity: 0 !important
}

.ajax-pagination-loading {
    font-size: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease-in-out !important;
    -moz-transition: opacity .3s ease-in-out !important;
    -ms-transition: opacity .3s ease-in-out !important;
    -o-transition: opacity .3s ease-in-out !important;
    -webkit-transition: opacity .3s ease-in-out !important;
    width: 100%
}

    .ajax-pagination-loading:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        width: 0
    }

    .ajax-pagination-loading i {
        animation: ajaxLoading .7s linear infinite;
        -webkit-animation: ajaxLoading .7s linear infinite;
        color: #7f8187;
        display: inline-block;
        font-size: 18px;
        vertical-align: middle
    }

.load-more-notes, .load-more-posts {
    position: relative;
    transition: opacity .3s ease-in-out,background .2s ease-in-out,border .2s ease-in-out !important;
    -moz-transition: opacity .3s ease-in-out,background .2s ease-in-out,border .2s ease-in-out !important;
    -ms-transition: opacity .3s ease-in-out,background .2s ease-in-out,border .2s ease-in-out !important;
    -o-transition: opacity .3s ease-in-out,background .2s ease-in-out,border .2s ease-in-out !important;
    -webkit-transition: opacity .3s ease-in-out,background .2s ease-in-out,border .2s ease-in-out !important;
    z-index: 1
}

.blog-page-notes {
    -webkit-transition: height .5s cubic-bezier(.68,.01,.31,.93);
    transition: height .5s cubic-bezier(.68,.01,.31,.93)
}

.pagination-holder {
    padding-top: 40px;
    text-align: center
}

.ajax-pagination-inner {
    display: inline-block;
    position: relative
}

.courses-filter {
    position: relative
}

.courses-filter-label {
    background: #f6f7fa;
    border-radius: 4px;
    color: #7f8187;
    cursor: pointer;
    display: block;
    font-size: 15px;
    min-width: 230px;
    padding: 8px 20px 8px 50px;
    position: relative
}

    .courses-filter-label:before {
        bottom: 0;
        content: '\f107';
        font-family: 'FontAwesome';
        font-size: 1.25em;
        font-style: normal;
        font-weight: 400;
        height: 1em;
        left: 20px;
        letter-spacing: 0;
        line-height: 1;
        margin: auto 0;
        position: absolute;
        text-align: left;
        top: 0;
        width: 1em
    }

.courses-filter-options {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.06);
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    display: none;
    left: 0;
    margin-top: 10px;
    padding: 14px 20px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 19
}

    .courses-filter-options a, .portfolio-categories a {
        color: #7f8187;
        display: block;
        font-size: 14px;
        padding: 5px 0
    }

.courses-items-outer-holder, .portfolio-items-outer-holder {
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

    .courses-items-outer-holder.is-loading, .portfolio-items-outer-holder.is-loading {
        opacity: .7
    }

.courses-items-holder, .portfolio-items-holder {
    -webkit-transition: height .6s ease;
    transition: height .6s ease
}

.portfolio-quote-outer {
    position: relative;
    z-index: 2
}

.portfolio-quote {
    padding: 35px 40px;
    position: relative;
    overflow: hidden
}

    .portfolio-quote:before {
        bottom: 0;
        content: '';
        height: 100%;
        left: 0;
        opacity: .4;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1
    }

    .portfolio-quote:after {
        bottom: 10px;
        content: '';
        height: 100%;
        left: 10px;
        right: 10px;
        top: 10px;
        width: 100%;
        z-index: 1
    }

    .portfolio-quote.portfolio-quote-default {
        background: var(--main-color);
    }

        .portfolio-quote.portfolio-quote-default:before {
            -webkit-box-shadow: 0 2px 15px var(--main-color);;
            box-shadow: 0 2px 15px var(--main-color);
        }

    .portfolio-quote.portfolio-quote-green {
        background: #7ccc77
    }

        .portfolio-quote.portfolio-quote-green:before {
            -webkit-box-shadow: 0 2px 15px #7ccc77;
            box-shadow: 0 2px 15px #7ccc77
        }

    .portfolio-quote.portfolio-quote-blue {
        background: #5facfa
    }

        .portfolio-quote.portfolio-quote-blue:before {
            -webkit-box-shadow: 0 2px 15px #5facfa;
            box-shadow: 0 2px 15px #5facfa
        }

    .portfolio-quote.portfolio-quote-red {
        background: #ff6868
    }

        .portfolio-quote.portfolio-quote-red:before {
            -webkit-box-shadow: 0 2px 15px #ff6868;
            box-shadow: 0 2px 15px #ff6868
        }

    .portfolio-quote.portfolio-quote-orange {
        background: #fab050
    }

        .portfolio-quote.portfolio-quote-orange:before {
            -webkit-box-shadow: 0 2px 15px #fab050;
            box-shadow: 0 2px 15px #fab050
        }

    .portfolio-quote.portfolio-quote-gray {
        background: #757a86
    }

        .portfolio-quote.portfolio-quote-gray:before {
            -webkit-box-shadow: 0 2px 15px #757a86;
            box-shadow: 0 2px 15px #757a86
        }

    .portfolio-quote.portfolio-quote-aqua {
        background: #1bd4ae
    }

        .portfolio-quote.portfolio-quote-aqua:before {
            -webkit-box-shadow: 0 2px 15px #1bd4ae;
            box-shadow: 0 2px 15px #1bd4ae
        }

    .portfolio-quote.portfolio-quote-violet {
        background: #8c7ce5
    }

        .portfolio-quote.portfolio-quote-violet:before {
            -webkit-box-shadow: 0 2px 15px #8c7ce5;
            box-shadow: 0 2px 15px #8c7ce5
        }

.portfolio-quote-icon {
    color: rgba(0,0,0,.06);
    font-size: 180px !important;
    position: absolute;
    right: -10px;
    top: -18px;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    z-index: 1
}

.portfolio-quote-inner {
    position: relative;
    z-index: 2
}

.portfolio-quote-text {
    color: #fff;
    font-size: 17px;
    text-shadow: 0 1px 3px rgba(0,0,0,.2)
}

.portfolio-quote-author {
    color: rgba(255,255,255,.85);
    display: block;
    font-size: 15px;
    margin-top: 10px
}

.portfolio-categories {
    font-size: 0;
    padding-bottom: 40px;
    text-align: center
}

    .portfolio-categories a {
        background: #f0f2f7;
        border-radius: 3px;
        display: inline-block;
        margin: 0 5px;
        padding: 5px 20px;
        vertical-align: middle;
        -webkit-transition: background .15s ease-in-out,color .15s ease-in-out;
        transition: background .15s ease-in-out,color .15s ease-in-out
    }

        .portfolio-categories a.active, .portfolio-categories a:hover {
            background: var(--main-color);;
            color: #fff
        }

.portfolio-single-header-holder {
    background-color: #fff;
    background-image: url(../images/indexbg3.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 150px 0
}

.portfolio-single-title {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle
}

.portfolio-single-logo {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle
}

.portfolio-single-header-title {
    font-size: 0;
    text-align: center
}

.portfolio-single-header-inner {
    margin: 0 8%
}

.portfolio-single-header-content {
    font-size: 16px;
    margin-top: 20px;
    text-align: center
}

.image-before-after {
    direction: ltr;
    position: relative
}

    .image-before-after img {
        display: block;
        width: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-drag: none;
        user-drag: none
    }

    .image-before-after .before-image {
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        width: 50%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

        .image-before-after .before-image img {
            max-width: none
        }

    .image-before-after .cursor {
        background: var(--main-color);;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,.1);
        box-shadow: 0 0 0 3px rgba(0,0,0,.1);
        color: #fff;
        cursor: move;
        font-size: 14px;
        height: 46px;
        left: 50%;
        line-height: 46px;
        position: absolute;
        text-align: center;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        white-space: nowrap;
        width: 46px;
        -webkit-transition: color .1s ease-in-out,background .1s ease-in-out;
        transition: color .1s ease-in-out,background .1s ease-in-out
    }

        .image-before-after .cursor:before {
            content: '';
            height: 100%;
            width: 0
        }

        .blog-pagination a i, .blog-pagination span i, .image-before-after .cursor i, .image-before-after .cursor:before {
            display: inline-block;
            vertical-align: middle
        }

            .image-before-after .cursor i:first-child {
                margin-right: .22em
            }

.color-scheme {
    background: #fff;
    border-radius: 3px;
    float: right;
    margin-left: 10px;
    padding: 12px 15px 10px
}

.color-scheme-icon {
    border-radius: 100%;
    float: right;
    height: 16px;
    margin-left: 10px;
    width: 16px
}

.color-scheme-hex {
    direction: ltr;
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 18px
}

.color-schemes {
    padding-top: 5px
}

.blog-page-header, .courses-page-header-inner {
    text-shadow: 0 1px 3px rgba(0,0,0,.15);
    overflow: hidden
}

.blog-page-header {
    background-image: linear-gradient(30deg,#a66c94 0,#584364 100%);
    padding: 80px 0 100px
}

    .blog-page-header h3 a, .courses-page-header-inner h3 a {
        color: #fff;
        font-size: 50px;
        font-weight: 300
    }

.courses-page-header-inner {
    padding: 80px 0 74px
}

    .courses-page-header-inner .kt-row {
        margin: 0
    }

        .course-single-desc ol h3, .course-single-desc ol h4, .course-single-desc ul h3, .course-single-desc ul h4, .courses-page-header-inner .kt-row .column {
            padding: 0
        }

.blog-header-filters {
    float: right;
    position: relative
}

    .blog-header-filters:before {
        border: 10px solid transparent;
        border-bottom-color: #fff;
        opacity: 0;
        content: '';
        height: 0;
        left: 0;
        margin: 30px auto 0;
        position: absolute;
        right: 0;
        top: 100%;
        width: 0;
        z-index: 4;
        -webkit-transition: opacity .2s;
        transition: opacity .2s
    }

    .blog-header-filters.active:before {
        opacity: 1
    }

    .blog-header-filters > .button {
        padding: 13px 20px 11px 48px;
        position: relative
    }

        .blog-header-filters > .button:before {
            bottom: 0;
            content: '\f107';
            font-family: 'FontAwesome';
            font-size: 1.25em;
            font-style: normal;
            font-weight: 400;
            height: 1em;
            left: 20px;
            letter-spacing: 0;
            line-height: 1;
            margin: auto 0;
            position: absolute;
            text-align: left;
            top: 2px;
            width: 1em
        }

.blog-header-filters-border {
    background: #ededed;
    height: 1px;
    margin: 12px 0 15px;
    width: 100%
}

.blog-header-filters-holder {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    display: none;
    margin-top: 50px;
    padding: 20px;
    position: absolute;
    right: -25px;
    top: 100%;
    width: 750px;
    z-index: 3
}

    .blog-header-filters-holder a {
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding: 5px 0 4px
    }

        .blog-header-filters-holder a.is-ebook {
            border-bottom: 1px solid #ededed;
            margin-bottom: 15px;
            padding-bottom: 15px
        }

        .blog-header-filters-holder a.active, .blog-header-filters-holder a:hover {
            color: var(--main-color);
        }

    .blog-header-filters-holder .kt-row {
        margin: -6px
    }

        .blog-header-filters-holder .kt-row .column {
            padding: 6px
        }

            .blog-header-filters-holder .kt-row .column .button {
                float: left;
                padding: 9px 25px;
                width: 100%
            }

    .blog-header-filters-holder input[type=checkbox] + label {
        margin-top: 7px
    }

        .blog-header-filters-holder input[type=checkbox] + label:before {
            border: 0;
            background: #f0f0f0
        }

    .blog-header-filters-holder input[type=checkbox]:checked + label:before {
        border: 0;
        background: var(--main-color);
    }

    .blog-header-filters-holder span {
        color: #46484d;
        display: block;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.7;
        padding-top: 2px;
        padding-bottom: 15px
    }

    .blog-header-filters-holder select {
        padding: 8px 12px 8px 37px !important;
        background-color: #f0f2f7 !important;
        border: 0 !important;
        background-position: left 1em center !important
    }

.blog-header-bar {
    background: #fff;
    border-radius: 3px;
    margin-bottom: 70px;
    margin-top: -46px;
    padding: 25px;
    -webkit-box-shadow: 0 35px 15px -30px rgba(0,0,0,.04),0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 35px 15px -30px rgba(0,0,0,.04),0 0 10px rgba(0,0,0,.05)
}

.button-blog-newsletter {
    float: left;
    margin-right: 20px
}

.blog-header-social-icons {
    float: left;
    margin-top: 13px
}

    .blog-header-social-icons a {
        color: #cacaca;
        float: left;
        font-size: 16px;
        margin-right: 15px
    }

        .blog-header-social-icons a:last-child {
            margin-right: 0
        }

        .blog-header-social-icons a.fa-send {
            font-size: 14px;
            margin-top: 1px
        }

        .blog-header-social-icons a:hover {
            color: #7f8187
        }

.blog-item-holder {
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08);
    background: #fff
}

.blog-item-desc-holder {
    padding: 30px
}

.blog-item-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8em;
    overflow: hidden;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

    .blog-item-title a {
        color: #46484d
    }

        .blog-item-title a:hover, .blog-page-series-item-title a:hover {
            color: var(--main-color);
        }

.blog-image-holder {
    position: relative
}

    .blog-image-holder img {
        border-radius: 5px 5px 0 0;
        display: block;
        width: 100%
    }

    .blog-image-holder .blog-item-format-icon {
        bottom: 20px;
        color: #fff;
        font-size: 22px;
        position: absolute;
        right: 20px;
        text-shadow: 0 3px 15px rgba(0,0,0,.2)
    }

.blog-item-content {
    display: block;
    font-size: 15px;
    margin-top: 12px
}

.blog-item-author {
    display: block;
    float: right;
    font-size: 0
}

    .blog-item-author img {
        border-radius: 100%;
        display: inline-block;
        margin-left: 15px;
        vertical-align: middle
    }

    .blog-item-author span {
        color: #46484d;
        display: inline-block;
        font-size: 15px;
        font-weight: 400;
        vertical-align: middle
    }

.blog-item-bottom-holder {
    padding-top: 20px
}

.blog-item-readtime {
    color: #666;
    float: left;
    line-height: 26px
}

.column .blog-page-note {
    height: 521px
}

.blog-note-expend {
    color: var(--main-color);;
    display: none;
    line-height: 36px
}

    .blog-note-expend:after {
        content: '\f107';
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        font-size: 16px;
        margin-right: 10px
    }

    .blog-note-expend.expended:after {
        content: '\f106'
    }

.kt-wc-order-details {
    margin-top: 10px;
    margin-bottom: 30px
}

ul.order_details {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ededed;
    margin-bottom: 20px
}

    ul.order_details li {
        border-bottom: 1px solid #ededed;
        color: #7f8187;
        font-size: 15px;
        font-weight: 400;
        display: table;
        width: 100%;
        padding: 15px 20px
    }

        ul.order_details li strong {
            display: table-cell;
            width: 65%
        }

        ul.order_details li.total {
            background: #f9ffef;
            color: #7ccc77
        }

        ul.order_details li:last-child {
            border-bottom: none
        }

.blog-page-note {
    background: #fff;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08);
    font-family: 'Tanha';
    font-weight: 400;
    padding-left: 35px;
    padding-right: 57px;
    border-radius: 5px;
    padding-top: 51px;
    position: relative
}

    .blog-page-note .kt-like-holder {
        float: right;
        margin-top: 29px
    }

    .blog-page-note:before {
        background-image: linear-gradient(#e1f0ff 1px,transparent 1px);
        background-size: 100% 36px;
        bottom: 65px;
        content: '';
        left: 0;
        line-height: 41px;
        position: absolute;
        right: 0;
        top: 121px;
        z-index: 1
    }

    .blog-page-note:after {
        border-left: 1px solid #fbd0d0;
        border-right: 1px solid #fbd0d0;
        bottom: 0;
        content: '';
        position: absolute;
        right: 20px;
        top: 0;
        z-index: 1;
        width: 7px
    }

.blog-page-notes {
    max-width: 910px;
    margin: 0 auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px
}

    .blog-page-notes .blog-page-note {
        -webkit-box-shadow: 0 1px 7px rgba(0,0,0,.09);
        box-shadow: 0 1px 7px rgba(0,0,0,.09)
    }

.blog-page-notes-inner .blog-page-note {
    margin-bottom: 35px
}

    .blog-page-notes-inner .blog-page-note.active {
        margin-bottom: 50px
    }

    .blog-page-notes-inner .blog-page-note:last-child {
        margin-bottom: 0
    }

.blog-page-single-note .blog-page-note:not(.active) {
    margin-right: 50px;
    margin-left: 50px
}

.blog-page-note.active {
    background: #fffdf6
}

.blog-note, .blog-page-note-bottom {
    position: relative;
    z-index: 2
}

    .blog-page-note-bottom .kt-like {
        margin-left: 0
    }

.div2 {
    background: rgba(255,216,68,.25);
    color: #c49e55;
    line-height: 40px;
    position: absolute;
    right: 57px;
    text-align: center;
    top: -20px;
    width: 140px
}

.blog-note-title {
    line-height: 36px;
    margin-top: 0
}

    .blog-note-title a {
        color: inherit !important
    }

.blog-note-text {
    margin-top: 13px
}

.blog-note-text-inner {
    color: #666;
    font-size: 15px;
    line-height: 36px
}

.blog-note-author {
    color: #46484d;
    font-weight: 400;
    line-height: 36px
}

.blog-note-arrows {
    bottom: 16px;
    font-size: 0;
    left: 0;
    position: absolute;
    right: 20px;
    text-align: center
}

    .blog-note-arrows a, .blog-note-arrows i {
        color: #afbece;
        display: inline-block;
        font-size: 15px;
        padding: 5px 10px;
        vertical-align: middle
    }

    .blog-note-arrows i {
        color: #e1e6eb;
        cursor: pointer;
        font-size: 24px;
        -webkit-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out
    }

        .blog-note-arrows i.active {
            color: #ffbebe
        }

.carousel-holder > .carousel > .slick-arrow {
    display: none !important
}

.blog-page-note.carousel-holder {
    padding-right: 39px
}

    .blog-page-note.carousel-holder .blog-note-author, .blog-page-note.carousel-holder .blog-note-expend, .blog-page-note.carousel-holder .blog-note-text-inner, .blog-page-note.carousel-holder .blog-note-title, .blog-page-note.carousel-holder .blog-page-note-bottom {
        padding-right: 18px
    }

    .blog-page-note.carousel-holder .carousel {
        z-index: 2
    }

.blog-note-share-outer {
    float: left;
    margin-top: 22px;
    position: relative
}

.blog-note-share-icons {
    direction: ltr;
    display: none;
    margin-bottom: -3px;
    margin-top: 3px;
    text-align: center
}

    .blog-note-share-icons .social-share-button {
        display: inline-block;
        font-size: 17px;
        margin-right: 15px;
        vertical-align: middle
    }

        .blog-note-share-icons .social-share-button i {
            color: #cdd8e2
        }

        .blog-note-share-icons .social-share-button:last-child {
            margin-right: 0
        }

.blog-note-share {
    cursor: pointer;
    font-size: 0
}

    .blog-note-share i, .blog-note-share span {
        color: #afbece;
        display: inline-block;
        vertical-align: middle
    }

    .blog-note-share i {
        margin-left: 10px;
        font-size: 26px
    }

    .blog-note-share span {
        font-size: 15px;
        margin-top: 4px
    }

.kt-row.blog-items-holder {
    margin: -15px
}

    .kt-row.blog-items-holder .column {
        padding: 15px
    }

    .kt-row.blog-items-holder .blog-single-social-box:after {
        content: "";
        font-family: FontAwesome;
        height: 38px;
        width: 38px;
        text-align: center;
        border-radius: 100%;
        left: 24px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        line-height: 36px;
        position: absolute;
        font-size: 24px;
        padding-right: 1px
    }

    .kt-row.blog-items-holder .blog-single-social-box-telegram:after {
        color: #5ebae8;
        background: rgba(94,186,232,.15)
    }

    .kt-row.blog-items-holder .blog-single-social-box-instagram:after {
        color: #fb6c78;
        background: rgba(251,108,120,.15)
    }

.blog-homepage {
}

.blog-search-page-title {
    background-color: #fff;
    background-image: url(../images/indexbg2.png);
    background-position: left top -160px;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.06);
    box-shadow: 0 3px 15px rgba(0,0,0,.06);
    color: #46484d;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px;
    padding: 30px
}

.blog-cat-box-holder {
    overflow: hidden;
    max-height: 100%;
    direction: ltr;
    position: relative;
    padding-right: 17px
}

    .blog-cat-box-holder.ps--active-x > .ps__rail-x, .blog-cat-box-holder.ps--active-y > .ps__rail-y {
        display: block !important;
        background: 0 0 !important;
        opacity: 1 !important
    }

    .blog-cat-box-holder .ps__thumb-y {
        border-radius: 4px;
        width: 4px;
        right: 0;
        background-color: rgba(138,150,162,.2)
    }

.blog-cat-box-inner {
    direction: rtl
}

.kt-col-xs-8 .blog-image-holder .blog-item-format-icon {
    bottom: 30px;
    font-size: 40px;
    right: 30px
}

.kt-col-xs-8 .blog-item-image-details {
    left: 30px;
    bottom: 30px
}

.blog-page-media-section {
    border-top: 1px solid #ededed;
    padding-bottom: 100px;
    padding-top: 100px;
    background: #fff
}

    .blog-page-media-section.blog-page-media-section-dark {
        background: #f9f9f9
    }

.kt-row.blog-page-series {
    margin: 25px -15px -15px
}

    .kt-row.blog-page-series .column {
        padding: 15px
    }

        .kt-row.blog-page-series .column:nth-child(3n+1) {
            clear: right
        }

.blog-page-serie {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08);
    padding: 30px
}

.blog-page-series-title {
    border-bottom: 1px dashed #ededed;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px
}

    .blog-page-series-title a {
        color: inherit !important;
        display: block
    }

.blog-page-series-item {
    border-bottom: 1px solid #eee;
    font-size: 0;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.blog-page-series-item-image {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 100%
}

.services-notfound {
    font-size: 16px;
    display: block
}

.blog-page-series-item-title {
    display: inline-block;
    font-size: 15px;
    line-height: 1.7;
    padding-right: 20px;
    vertical-align: middle;
    width: calc(100% - 50px)
}

    .blog-page-series-item-title a {
        color: #666
    }

.blog-page-series-items {
    padding-top: 30px
}

    .blog-page-series-items .blog-page-series-item:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }

.blog-page-series-link {
    color: #1f94ce;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 2em;
    margin-top: 20px
}

    .blog-page-series-link i {
        display: inline-block;
        font-size: 18px;
        line-height: inherit;
        margin-right: 12px;
        margin-top: -1px;
        vertical-align: top
    }

.blog-page-series-count {
    float: right;
    font-size: 15px;
    font-weight: 400;
    margin-top: 20px
}

.blog-page-podcast {
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.08);
    box-shadow: 0 2px 15px rgba(0,0,0,.08);
    display: block;
    overflow: hidden;
    padding: 20px;
    position: relative
}

    .blog-page-podcast:hover .blog-page-podcast-blur {
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }

.blog-page-podcast-inner {
    font-size: 0;
    position: relative;
    z-index: 2
}

    .blog-page-podcast-inner i {
        background: var(--main-color);;
        border-radius: 100%;
        color: #fff;
        display: inline-block;
        font-size: 34px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        vertical-align: middle;
        width: 60px
    }

.blog-page-podcast-title {
    color: #fff;
    font-size: 15px
}

.blog-page-podcast-desc {
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
    width: calc(100% - 60px)
}

.blog-page-podcast-time {
    color: #dadada;
    display: block;
    font-size: 12px;
    margin-top: 2px
}

.blog-page-podcast-blur {
    background-position: center;
    background-size: cover;
    border-radius: 3px;
    bottom: -10px;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    left: -10px;
    position: absolute;
    right: -10px;
    top: -10px;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: transform .5s cubic-bezier(.43,-.04,0,1.06);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.43,-.04,0,1.06);
    transition: -webkit-transform .5s cubic-bezier(.43,-.04,0,1.06);
    transition: transform .5s cubic-bezier(.43,-.04,0,1.06);
    transition: transform .5s cubic-bezier(.43,-.04,0,1.06), -webkit-transform .5s cubic-bezier(.43,-.04,0,1.06)
}

    .blog-page-podcast-blur:before {
        background: rgba(0,0,0,.65)
    }

.kt-row.blog-page-podcasts {
    margin: 30px -10px -10px
}

    .kt-row.blog-page-podcasts .column {
        padding: 10px
    }

h4.blog-page-video-title {
    line-height: 1.7
}

.blog-page-video-image {
    position: relative
}

    .blog-page-infographic:after, .blog-page-podcast-blur:before, .blog-page-video-image:before {
        border-radius: 3px;
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

    .blog-page-video-image i, .blog-page-video-image:before {
        background: rgba(0,0,0,.3)
    }

    .blog-page-video-image i {
        border: 3px solid #fff;
        border-radius: 100%;
        bottom: 0;
        color: #fff;
        display: inline-block;
        font-size: 40px;
        height: 60px;
        left: 0;
        line-height: 54px;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        vertical-align: middle;
        width: 60px;
        -webkit-transition: border .15s ease-in-out,background .15s ease-in-out;
        transition: border .15s ease-in-out,background .15s ease-in-out
    }

    .blog-page-video-image img {
        border-radius: 3px 3px 0 0;
        display: block
    }

.blog-page-video {
    display: block
}

    .blog-page-video:hover .blog-page-video-image i {
        background: var(--main-color);;
        border-color: var(--main-color);
    }

.kt-row.blog-page-infographics, .kt-row.blog-page-videos {
    margin: 25px -15px -15px
}

    .kt-row.blog-page-infographics .column, .kt-row.blog-page-videos .column {
        padding: 15px
    }

.kt-row.blog-page-ebooks {
    margin: 40px -10px -10px
}

    .kt-row.blog-page-ebooks .column {
        padding: 10px
    }

    .kt-row.blog-page-ebooks .blog-item-desc-holder {
        padding: 25px
    }

.blog-page-video-desc {
    background: #fff;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08);
    padding: 30px
}

.blog-page-video-time {
    color: #7f8187 !important
}

.blog-page-infographic-title {
    bottom: 25px;
    color: #fff;
    font-size: 18px;
    left: 30px;
    line-height: 1.7;
    position: absolute;
    right: 30px;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
    z-index: 2
}

.blog-page-infographic {
    display: block;
    position: relative
}

    .blog-page-infographic img {
        border-radius: 3px;
        display: block
    }

    .blog-page-infographic:after {
        background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, transparent),to(rgba(0,0,0,.6)));
        background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.6) 100%);
        z-index: 1
    }

.blog-pagination a, .blog-pagination span {
    color: #7f8187;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    background: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.07);
    box-shadow: 0 1px 6px rgba(0,0,0,.07);
    border-radius: 3px;
    border-style: solid;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    min-width: 40px;
    padding: 0 14px;
    -webkit-transition: background .2s ease-in-out,color .2s ease-in-out;
    transition: background .2s ease-in-out,color .2s ease-in-out
}

    .blog-pagination a:first-child, .blog-pagination span:first-child {
        margin-right: 0 !important
    }

    .blog-pagination a:last-child, .blog-pagination span:last-child {
        margin-left: 0 !important
    }

.blog-pagination i {
    font-weight: 400
}

.blog-pagination .pagination-arrows {
    font-size: 0 !important
}

    .blog-pagination .pagination-arrows i {
        font-size: 18px
    }

.blog-pagination a:before, .blog-pagination span:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.blog-pagination .number-paginations {
    line-height: 48px
}

.blog-pagination a:hover, .blog-pagination span.active {
    background: var(--main-color);;
    color: #fff
}

.blog-pagination .pagination-arrows i.fa-angle-double-right {
    margin-left: .1em
}

.blog-pagination .pagination-arrows i.fa-angle-right {
    margin-left: .05em
}

.blog-pagination .pagination-arrows i.fa-angle-double-left {
    margin-right: .1em
}

.blog-pagination .pagination-arrows i.fa-angle-left {
    margin-right: .05em
}

.blog-single {
    padding-bottom: 80px
}

.blog-single-star-rating {
    float: left;
    margin-top: 10px
}

    .blog-single-star-rating .star-rating, .blog-single-star-rating .star-rating span i {
        font-size: 20px
    }

    .blog-single-star-rating .blog-single-star-rating-count {
        display: block;
        font-size: 14px;
        margin-top: 2px
    }

.blog-single-author {
    font-size: 0;
    margin-bottom: 30px
}

    .blog-single-author span {
        display: inline-block;
        font-size: 15px;
        margin-right: 15px;
        vertical-align: middle
    }

    .blog-single-author .avatar {
        border-radius: 100%;
        display: inline-block;
        vertical-align: middle
    }

.blog-single-content {
    margin-left: 210px
}

.post-content {
    color: #181522;
    font: 300 1rem/2.2 'IRANSans';
    font-size: 16px
}

    .post-content .h_iframe-aparat_embed_frame {
        margin: 30px 0
    }

        .post-content .h_iframe-aparat_embed_frame .h_iframe-aparat_embed_frame {
            margin: 0;
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .post-content .alignright {
        float: right;
        padding: 0 0 0 25px
    }

    .post-content .alignleft {
        float: left;
        padding: 0 25px 0 0
    }

    .post-content ul {
        list-style-type: circle !important
    }

        .post-content ul li {
            list-style-type: circle
        }

    .post-content a {
        color: #3f91f2
    }

    .post-content blockquote {
        margin: 10px 0;
        padding: 15px 20px 15px 0;
        position: relative
    }

        .post-content blockquote:before {
            color: rgba(0,0,0,.05);
            content: '\f10e';
            font-family: FontAwesome;
            font-size: 130px !important;
            line-height: 1;
            position: absolute;
            right: 1px;
            top: -6px;
            -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
            z-index: -1
        }

    .post-content h2 {
        font-size: 1.6em;
        font-weight: 600;
        line-height: 2em;
        padding: 10px 0 20px
    }

    .post-content h3, .post-content h4 {
        color: #3d3d3d;
        font-size: 1.35em;
        font-weight: 600;
        line-height: 2em;
        padding: 10px 0 15px
    }

    .post-content p {
        margin: 0 0 1.5em;
        padding: 0
    }

        .post-content p.blog-latest-edit {
            margin-bottom: 1em;
            border-right: 3px solid #92c72b;
            padding: 5px 12px;
            background: #f9f9f9;
            font-size: 14px
        }

    .post-content h4 {
        border-bottom: 1px solid #e1e3e5;
        display: inline-block;
        font-size: 1.2em;
        margin: 25px 0 20px;
        padding: 8px 0 !important
    }

    .post-content ol, .post-content ul {
        list-style: inherit;
        margin: -10px 0 25px;
        padding: 0 35px 0 0
    }

        .post-content ol li {
            list-style-type: decimal
        }

    .post-content img {
        height: auto;
        margin: 20px 0 30px !important;
        max-width: 95%
    }

        .post-content img.aligncenter {
            margin: 25px auto !important
        }

.blog-page-posts-outer {
    padding-bottom: 100px !important
}

.blog-single-social-links .kt-like-holder {
    float: none;
    margin-top: 0
}

.blog-single-social-links .kt-dislike, .blog-single-social-links .kt-like {
    float: none
}

.blog-single-social-links .kt-like {
    margin-left: 0
}

.blog-single-social-links .kt-dislike-button, .blog-single-social-links .kt-like-button {
    margin-bottom: 25px
}

.blog-single-social-links .kt-dislike-count, .blog-single-social-links .kt-like-count {
    margin-right: 0
}

.blog-single-social-links .kt-dislike-button i:before, .blog-single-social-links .kt-like-button i:before {
    color: #dcdcdc;
    font-size: 24px
}

.blog-single-social-links .kt-like-button i {
    margin-top: -2px
}

.blog-single-title {
    font-weight: 500;
    margin-bottom: 15px
}

.blog-single-date span {
    display: inline-block;
    min-width: 120px;
    line-height: 26px;
    text-align: right;
    vertical-align: top
}

.blog-single-top-holder {
    margin: 0 auto;
    max-width: 910px;
    padding: 60px 20px 35px
}

.blog-single-image-holder {
    padding-top: 10px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px
}

    .blog-single-image-holder:before {
        background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #f8f8f8),color-stop(70%, #fff),to(#fff));
        background-image: linear-gradient(180deg,#f8f8f8 0,#fff 70%,#fff 100%);
        content: '' !important;
        display: block !important;
        height: 100%;
        left: 0;
        position: absolute;
        top: 60%;
        -webkit-transform: skew(0deg,-3deg);
        transform: skew(0deg,-3deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        width: 100%;
        z-index: -1
    }

    .blog-single-image-holder img {
        border-radius: 3px;
        display: block;
        margin: 0 auto;
        max-width: 950px;
        width: 100%
    }

.blog-single-content-holder {
    margin: 0 auto;
    max-width: 910px;
    padding-right: 20px;
    padding-left: 20px
}

.blog-single-categories {
    display: inline;
    vertical-align: middle
}

    .blog-single-categories a.primary {
        color: #8c7ce5
    }

        .blog-single-categories a.primary:hover {
            color: #6751dd
        }

.blog-single-categories-holder {
    margin-bottom: 2px;
    font-size: 0
}

    .blog-single-categories-holder i.blog-item-popular, .blog-single-categories-holder i.blog-item-suggested {
        font-size: 20px
    }

.blog-single-categories, .blog-single-date, .inline-related-post span {
    font-size: 16px;
    font-weight: 400
}

a.music-player-playlist-item-link {
    color: #7f8187;
    float: left;
    font-size: 16px;
    margin-right: auto
}

    a.music-player-playlist-item-link:hover {
        color: var(--main-color);
    }

.blog-single-content-sidebar {
    float: left;
    width: 120px
}

.blog-single-social-links a {
    display: block;
    margin-bottom: 15px
}

    .blog-single-social-links a i {
        color: #dcdcdc;
        float: right;
        font-size: 26px;
        height: 26px;
        line-height: 26px;
        margin-left: 15px;
        margin-top: 2px;
        text-align: center;
        width: 26px
    }

    .blog-single-social-links a span {
        color: #b3b3b3;
        font-size: 18px;
        font-weight: 400
    }

    .blog-single-social-links a.blog-single-meta-comments i {
        margin-top: 1px
    }

    .blog-single-social-links a.social-share-button-facebook i, .blog-single-social-links a.social-share-button-twitter i {
        font-size: 24px
    }

    .blog-single-social-links a.social-share-button-gplus i {
        font-size: 21px
    }

    .blog-single-social-links a.social-share-button-linkedin i {
        font-size: 22px
    }

    .blog-single-social-links a.social-share-button-telegram {
        margin-bottom: 0
    }

        .blog-single-social-links a.social-share-button-telegram i {
            font-size: 20px
        }

.social-share-button i {
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.social-share-button.social-share-button-facebook:hover i {
    color: #3a579a
}

.author-bio-holder .author-social-links a.fa-twitter:hover, .social-share-button.social-share-button-twitter:hover i {
    color: #00abf0
}

.social-share-button.social-share-button-gplus:hover i {
    color: #df4a32
}

.social-share-button.social-share-button-telegram:hover i {
    color: #36ade1
}

.social-share-button.social-share-button-linkedin:hover i {
    color: #017ab5
}

.inline-related-post {
    background: #f7f7f7;
    border-radius: 3px;
    display: block;
    font-size: 0;
    margin-bottom: 35px;
    margin-top: 35px;
    padding: 18px;
    clear: both
}

    .inline-related-post:after, .inline-related-post:before {
        clear: both;
        content: '';
        display: block
    }

    .inline-related-post img {
        border-radius: 100%;
        display: inline-block;
        margin: 0 0 0 20px !important;
        vertical-align: middle;
        width: 50px
    }

    .inline-related-post span {
        color: #46484d;
        display: inline-block;
        vertical-align: middle;
        line-height: 1.6;
        width: calc(100% - 70px)
    }

        .inline-related-post span strong {
            color: #3498db
        }

.article-bold-text {
    color: #3c4274;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    padding: 12px 5px;
    width: 40%
}

.article-bold-text-center {
    width: auto;
    text-align: center;
    padding: 0;
    margin: 25px 30px
}

.article-bold-text-left {
    margin: 0 30px 0 10px;
    float: left
}

.article-bold-text-right {
    margin: 0 10px 0 30px;
    float: right
}

.related-posts-title {
    color: #3d3d3d;
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px
}

.related-posts-inner {
    margin: -5px
}

    .kt-series-pagination > div, .related-posts-inner .related-post {
        float: right;
        padding: 5px;
        width: 50%
    }

        .related-posts-inner .related-post:nth-child(2n+1) {
            clear: right
        }

        .kt-series-pagination > div a, .related-posts-inner .related-post a {
            background: #f7f7f7;
            border-radius: 3px;
            display: block;
            font-size: 0;
            padding: 18px
        }

            .related-posts-inner .related-post a img {
                border-radius: 100%;
                display: inline-block;
                margin: 0 0 0 18px !important;
                vertical-align: middle;
                width: 56px
            }

            .kt-series-pagination > div a h3, .related-posts-inner .related-post a span {
                color: #46484d;
                display: inline-block;
                font-size: 14px;
                font-weight: 400;
                line-height: 1.7em;
                vertical-align: middle;
                width: calc(100% - 74px)
            }

.kt-series-pagination {
    margin: -5px;
    padding-top: 30px
}

    .kt-series-pagination > div a div {
        vertical-align: middle;
        width: 56px;
        display: inline-block;
        position: relative
    }

        .kt-series-pagination > div a div img {
            border-radius: 100%;
            margin: 0 !important;
            display: block;
            max-width: 100%
        }

        .kt-series-pagination > div a div i {
            position: absolute;
            right: 0;
            left: 0;
            bottom: 0;
            top: 0;
            line-height: 56px;
            text-align: center;
            font-size: 36px;
            color: #fff;
            text-shadow: 0 0 15px #000;
            border-radius: 100%;
            background: rgba(0,0,0,.25)
        }

    .kt-series-pagination > div a h3 {
        padding: 0;
        direction: rtl
    }

    .kt-series-pagination > div:nth-child(1) a div {
        margin-left: 18px
    }

        .kt-series-pagination > div:nth-child(1) a div i {
            padding-left: 4px
        }

    .banner-adv-table tbody tr td:nth-child(2), .kt-series-pagination > div:nth-child(2) a {
        direction: ltr
    }

        .kt-series-pagination > div:nth-child(2) a div {
            margin-right: 18px
        }

            .kt-series-pagination > div:nth-child(2) a div i {
                padding-right: 4px
            }

        .kt-series-pagination > div:nth-child(2) a h3 {
            text-align: left
        }

.blog-single-sources {
    font-size: 0
}

    .blog-single-sources a, .blog-single-sources span {
        display: inline-block;
        font-weight: 400;
        margin-top: 8px;
        vertical-align: middle
    }

    .blog-single-sources span {
        line-height: 34px;
        font-size: 18px;
        margin-left: 15px
    }

    .blog-single-sources a {
        background: #f7f7f7;
        border-radius: 3px;
        color: #7f8187;
        font-size: 14px;
        margin-left: 8px;
        padding: 2px 12px;
        -webkit-transition: background .15s ease-in-out,color .15s ease-in-out;
        transition: background .15s ease-in-out,color .15s ease-in-out
    }

        .blog-single-sources a:hover {
            background: #efefef;
            color: #616368
        }

    .blog-single-sources + .blog-single-sources {
        padding-top: 10px
    }

.blog-rating {
    display: none
}

.author-bio-holder .author-avatar, .blog-engagements {
    float: right
}

    .blog-engagements span {
        line-height: 26px;
        display: block;
        overflow: hidden;
        color: #7f8187;
        font-size: 15px;
        padding-right: 10px
    }

.blog-engagements-icon {
    float: right;
    width: 22px
}

    .blog-engagements-icon img {
        display: block
    }

[data-tooltip] {
    position: relative;
    cursor: pointer
}

    [data-tooltip]:after, [data-tooltip]:before {
        pointer-events: none;
        bottom: 100%;
        position: absolute;
        opacity: 0;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out
    }

    [data-tooltip]:after {
        line-height: 1.8;
        font-size: 13px;
        -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.08);
        box-shadow: 0 5px 30px rgba(0,0,0,.08);
        padding: 6px 12px 5px;
        color: #817f84;
        text-align: center;
        background-color: #fff;
        border-radius: 3px;
        white-space: nowrap;
        right: -10px;
        margin-bottom: 8px;
        content: attr(data-tooltip);
        z-index: 1
    }

    [data-tooltip]:before {
        border-style: solid;
        border-width: 4px 5px 0;
        border-color: #fff transparent transparent;
        content: "";
        width: 0;
        height: 0;
        margin: 0 auto 4px;
        right: 6px;
        z-index: 2
    }

    [data-tooltip]:hover:after, [data-tooltip]:hover:before {
        opacity: 1
    }

.contact-button-holder {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 15px
}

.contact-button-inner {
    margin-top: 7px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    text-align: center;
    direction: ltr
}

    .contact-button-inner i, .contact-button-inner span {
        font-size: 14px;
        vertical-align: middle;
        display: inline-block
    }

    .contact-button-inner i {
        color: #ec406a;
        margin-right: 8px
    }

    .contact-button-inner span {
        line-height: 1;
        margin-top: 2px
    }

    .contact-button-inner a {
        color: #7f8187 !important
    }

.author-bio-holder {
    border-bottom: 1px solid #ededed;
    margin: 35px 0;
    padding-bottom: 35px
}

    .author-bio-holder .author-avatar img {
        border-radius: 100%;
        display: block;
        margin: 0 !important;
        max-width: 100%
    }

        .author-bio-holder .author-avatar img.novin-logo {
            -webkit-box-shadow: 0 7px 50px rgba(252,223,230,.7);
            box-shadow: 0 7px 50px rgba(252,223,230,.7)
        }

    .author-bio-holder .author-bio-desc-outer {
        overflow: hidden;
        padding-right: 30px;
        padding-top: 5px
    }

        .author-bio-holder .author-bio-desc-outer .button.button-transparent {
            border-bottom: 2px dashed !important;
            font-size: 15px;
            padding: 7px 5px !important;
            margin-top: 7px
        }

    .author-bio-holder h4.author-name {
        border: 0;
        float: right;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
        padding: 0 !important
    }

    .author-bio-holder .author-social-links {
        float: left;
        font-size: 0;
        margin-top: 10px;
        direction: ltr
    }

        .author-bio-holder .author-social-links a {
            color: #bdc7c7;
            display: inline-block;
            margin-right: 12px;
            vertical-align: middle;
            line-height: 18px
        }

            .author-bio-holder .author-social-links a.fa-linkedin {
                font-size: 17px;
                top: -1px;
                position: relative
            }

            .author-bio-holder .author-social-links a.fa-instagram, .author-bio-holder .author-social-links a.fa-twitter {
                font-size: 18px
            }

                .author-bio-holder .author-social-links a.fa-instagram:hover {
                    color: #ee4957
                }

            .author-bio-holder .author-social-links a.fa-link {
                font-size: 17px
            }

                .author-bio-holder .author-social-links a.fa-link:hover {
                    color: var(--main-color);
                }

            .author-bio-holder .author-social-links a:last-child {
                margin-right: 0
            }

.blog-goto-comments {
    padding: 25px;
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-top: 30px
}

    .blog-goto-comments:before {
        content: '\77';
        font-family: 'ElegantIcons';
        position: absolute;
        top: -30px;
        right: -21px;
        font-size: 160px;
        line-height: 1;
        color: rgba(0,0,0,.035)
    }

    .blog-goto-comments span {
        display: block;
        float: right;
        margin-top: 4px;
        font-weight: 400;
        color: #7f8187
    }

    .blog-goto-comments .button {
        color: #fff;
        float: left
    }

.author-bio-desc {
    font-size: 15px;
    line-height: 2em;
    margin-top: 5px
}

.blog-single-sponsor {
    background: #f7f7f7;
    border-radius: 3px;
    margin: 50px 0;
    padding: 30px
}

    .blog-single-sponsor + .author-bio-holder {
        border-top: 0;
        margin-top: 0;
        padding-top: 5px
    }

    .blog-single-sponsor .button.blog-single-sponsor-button {
        color: #fff
    }

    .blog-single-sponsor .blog-single-sponsor-logo {
        float: right;
        height: 43px;
        margin: 0 0 0 25px !important
    }

    .blog-single-sponsor .blog-single-sponsor-name {
        float: right;
        font-size: 20px;
        font-weight: 500;
        margin-top: 6px
    }

    .blog-single-sponsor .blog-single-sponsor-desc {
        color: #7c7c7c;
        font-size: 15px;
        line-height: 2em;
        padding-top: 20px
    }

.blog-single-sponsor-button {
    float: left
}

.blog-single-comments {
    margin: 0 auto;
    max-width: 910px;
    padding: 80px 20px 50px
}

.comment-desc-holder .comment-respond {
    margin-top: 30px
}

.logged-in-as {
    font-size: 16px;
    margin-bottom: 15px
}

.comment-email-field, .comment-name-field {
    float: right;
    margin-left: 16px;
    margin-top: 16px;
    width: calc(50% - 94px)
}

input[type=submit].button.comment-submit {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 16px;
    padding: 13px 15px;
    width: 156px
}

.comment-author, .post-comment-title {
    display: inline-block;
    vertical-align: middle
}

.comment-author {
    line-height: 1.4
}

#cancel-comment-reply-link {
    background: rgba(0,0,0,.05);
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
    padding: 8px 12px;
    vertical-align: top
}

.post-comment-title {
    font-size: 20px
}

.comment-text-holder p {
    color: inherit;
    margin-bottom: 8px
}

    .comment-text-holder p:last-child, .new-ticket-help ul li:last-child, .single-portfolio .icon-box3-text p:last-child {
        margin-bottom: 0
    }

.comment-author-col, .comment-email-col, .comments-list li .comment-holder .comment-respond {
    margin-top: 20px
}

.comment-title-holder {
    float: right
}

.comment-title-inner {
    font-size: 0;
    padding-top: 2px
}

.comment-top-holder {
    padding: 5px 0
}

.comment-form #submit {
    cursor: pointer
}

.comment-author-col {
    padding-left: 0;
    padding-right: 10px
}

.comment-email-col {
    padding-left: 10px;
    padding-right: 0
}

#comment {
    display: block;
    height: 160px
}

.comment-desc-holder {
    overflow: hidden
}

.comment-image-holder {
    float: right;
    margin-left: 20px
}

    .comment-image-holder img {
        border-radius: 100%;
        display: block
    }

.comment-inner {
    background: #f7f7f7;
    border-radius: 3px;
    padding: 30px
}

.comment-popular .comment-inner {
    background: #f0f1ff
}

.comments-list li .comment-holder {
    padding-bottom: 30px
}

    .comments-list li .comment-holder .comment-author-col, .comments-list li .comment-holder .comment-email-col {
        margin-top: 15px
    }

.comments-list li.comment-no-avatar .comment-top-holder {
    padding-bottom: 10px
}

.comments-list li.comment-no-avatar .children, .comments-list li.comment-no-avatar .comment-holder .comment-respond {
    margin-right: 30px
}

.comments-list .children {
    margin-right: 40px;
    padding-bottom: 10px
}

.comment-moderation {
    color: var(--main-color);;
    font-size: 14px;
    margin-top: 5px
}

.comment-date {
    color: #7f8187;
    display: block;
    font-size: 13px
}

.comment-reply-link {
    display: inline-block;
    font-size: 12px;
    margin-right: 12px;
    margin-top: 2px;
    vertical-align: middle
}

.comments-holder {
    overflow: hidden
}

    .comments-holder + .comment-form-holder {
        margin-top: 0
    }

.comment-text-holder {
    color: #666;
    font-size: 15px;
    font-weight: 400
}

.comments-title {
    margin-bottom: 30px
}

    .comments-title .comments-title-inner {
        font-size: 0;
        font-weight: 500;
        margin-bottom: 4px
    }

        .comments-title .comments-title-inner span {
            display: inline-block;
            font-size: 24px;
            line-height: 1;
            vertical-align: bottom
        }

            .comments-title .comments-title-inner span:last-child {
                padding-bottom: .12em
            }

            .comments-title .comments-title-inner span.comments-number {
                color: #8c7ce5;
                display: inline-block;
                font-size: 30px;
                line-height: 1;
                margin-left: 12px;
                vertical-align: bottom
            }

    .comments-title > span {
        color: #7f8187;
        display: block;
        font-size: 15px;
        line-height: 1.6
    }

.comment-reply-title small {
    display: block;
    font-size: 0
}

.comments-pagination-holder {
    padding-bottom: 35px
}

.kt-dislike-button i, .kt-like-button i {
    display: inline-block;
    vertical-align: middle
}

    .kt-dislike-button i:before, .kt-like-button i:before {
        color: #b9b9b9;
        display: block;
        font-family: 'FontAwesome';
        font-size: 20px;
        line-height: 1;
        -webkit-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out
    }

.kt-dislike, .kt-like {
    float: right;
    font-size: 0
}

    .kt-dislike a, .kt-like a, .mejs-overlay-loading span {
        display: block
    }

.kt-like {
    margin-left: 20px
}

.kt-like-holder {
    float: left;
    margin-top: 12px;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

    .kt-like-holder.is-loading {
        opacity: .6
    }

    .kt-like-holder.liked .kt-like-button i:before, .kt-like-holder.liked .kt-like-button span {
        color: #a1ce4c
    }

    .kt-like-holder.disliked .kt-dislike-button i:before, .kt-like-holder.disliked .kt-dislike-button span {
        color: #f79090
    }

.kt-like-button i {
    margin-top: -2px
}

.kt-dislike-button i {
    margin-top: 2px
}

.kt-dislike-count, .kt-like-count {
    color: #7f8187;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-right: 15px;
    min-width: 32px;
    text-align: right;
    vertical-align: middle;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.comment-form {
    padding-bottom: 50px
}

.comment-holder .comment-form {
    padding-bottom: 0
}

.comment-form-outer {
    display: none
}

.comment-open-button {
    float: left;
    margin-top: 8px
}

.comments-title-outer {
    float: right;
    max-width: calc(100% - 130px)
}

.mejs-time-current {
    background: var(--main-color);
}

.mejs-offscreen {
    height: 1px !important;
    overflow: hidden;
    position: absolute !important;
    top: -10000px;
    width: 1px !important
}

.mejs-container {
    display: block;
    font-family: 'IRANSans';
    height: auto !important;
    overflow: hidden;
    position: relative;
    text-align: left;
    text-indent: 0;
    width: 100% !important
}

.me-plugin {
    height: auto;
    position: absolute;
    width: auto
}

.mejs-embed, .mejs-embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.mejs-fullscreen {
    overflow: hidden !important
}

.mejs-container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

    .mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
        height: 100%;
        width: 100%
    }

.mejs-clear {
    clear: both
}

.mejs-background, .mejs-mediaelement {
    left: 0;
    position: absolute;
    top: 0
}

.mejs-mediaelement {
    height: 100%;
    width: 100%
}

.mejs-poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    position: absolute;
    top: 0
}

    .mejs-poster img {
        border: 0;
        padding: 0
    }

:root .mejs-poster img {
    display: none
}

.mejs-overlay {
    height: 100% !important;
    position: absolute;
    top: 0;
    width: 100% !important;
    left: 0
}

.mejs-overlay-play {
    cursor: pointer
}

.mejs-overlay-button {
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px
}

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -6.25rem
}

.mejs-container .mejs-controls {
    position: relative;
    width: 100%
}

    .mejs-container .mejs-controls div {
        display: block;
        float: left;
        font-size: 11px;
        height: 15px;
        line-height: 11px;
        width: 15px
    }

        .mejs-container .mejs-controls div button {
            background-color: transparent;
            background-repeat: no-repeat;
            background-size: 100%;
            border: 0;
            cursor: pointer;
            display: block;
            font-size: 0;
            height: 15px;
            line-height: 0;
            padding: 0;
            text-decoration: none;
            width: 15px
        }

    .mejs-container .mejs-controls .mejs-time {
        color: #2d2d2d;
        display: block;
        font-size: 12px;
        font-weight: 600;
        height: 15px;
        line-height: 15px;
        text-align: center;
        width: 54px
    }

.mejs-controls .mejs-time-rail {
    direction: ltr;
    width: 200px
}

    .mejs-controls .mejs-time-rail a, .mejs-controls .mejs-time-rail span {
        border-radius: 0;
        cursor: pointer;
        display: block;
        height: 2px;
        position: absolute;
        width: 180px
    }

    .mejs-controls .mejs-time-rail .mejs-time-total {
        background: #ededed;
        margin: 7px 0
    }

    .mejs-controls .mejs-time-rail .mejs-time-buffering {
        animation: buffering-stripes 2s linear infinite;
        -ms-animation: buffering-stripes 2s linear infinite;
        -webkit-animation: buffering-stripes 2s linear infinite;
        width: 100%
    }

    .mejs-controls .mejs-time-rail .mejs-time-loaded {
        background: #e2e2e2;
        width: 0
    }

    .mejs-controls .mejs-time-rail .mejs-time-current {
        width: 0
    }

    .mejs-controls .mejs-time-rail .mejs-time-handle {
        background: #fff;
        border: solid 2px #333;
        border-radius: 5px;
        cursor: pointer;
        display: none;
        margin: 0;
        position: absolute;
        text-align: center;
        top: -2px;
        width: 10px
    }

    .mejs-controls .mejs-time-rail .mejs-time-float {
        display: none !important
    }

.mejs-controls .mejs-fullscreen-button {
    height: 0 !important;
    width: 0 !important
}

.mejs-controls .mejs-unfullscreen button {
    background-position: -2rem -1rem
}

.mejs-controls .mejs-volume-button {
    position: relative
}

    .mejs-controls .mejs-volume-button:hover {
        border-radius: 0 0 4px 4px
    }

    .mejs-controls .mejs-volume-button .mejs-volume-slider {
        border-radius: 0;
        display: none;
        height: 115px;
        left: 0;
        margin: 0;
        position: absolute;
        top: -115px;
        width: 25px;
        z-index: 1
    }

        .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
            background: #ddd;
            background: rgba(255,255,255,.5);
            height: 100px;
            left: 11px;
            margin: 0;
            position: absolute;
            top: 8px;
            width: 2px
        }

        .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
            background: #ddd;
            background: rgba(255,255,255,.9);
            border-radius: 1px;
            cursor: N-resize;
            height: 6px;
            left: 4px;
            margin: 0;
            position: absolute;
            top: -3px;
            width: 16px
        }

        .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
            background: #ddd;
            background: rgba(255,255,255,.9);
            height: 100px;
            left: 11px;
            margin: 0;
            position: absolute;
            top: 8px;
            width: 2px
        }

.mejs-controls a.mejs-horizontal-volume-slider {
    display: block;
    float: left;
    height: 16px;
    position: relative;
    width: 50px
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #ededed
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    border-radius: 0;
    font-size: 1px;
    height: 2px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 7px;
    width: 50px
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none
}

.me-cannotplay a {
    color: #fff;
    font-weight: 700
}

.me-cannotplay span {
    display: block;
    padding: 15px
}

.music-player {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .music-player img {
        margin: 0 !important
    }

    .music-player .kt-lazyload.kt-lazyloaded {
        animation: none;
        -moz-animation: none;
        -webkit-animation: none
    }

    .music-player .mejs-container.music-player-item-audio .mejs-controls .mejs-time {
        color: #7f8187;
        font-weight: 400
    }

        .music-player .mejs-container.music-player-item-audio .mejs-controls .mejs-time.mejs-currenttime-container {
            text-align: left
        }

        .music-player .mejs-container.music-player-item-audio .mejs-controls .mejs-time.mejs-duration-container {
            text-align: right
        }

h4.music-player-item-name {
    border: 0 !important;
    font-size: 18px;
    font-weight: 500;
    margin: 0 !important;
    padding: 0 !important
}

.music-player-item-cover img {
    border-radius: 100%;
    display: block;
    max-width: 100%;
    width: 100%
}

.music-player-playlist-item-holder {
    cursor: pointer
}

.music-player-playlist-inner .music-player-playlist-item-holder {
    padding-bottom: 10px;
    padding-top: 10px
}

    .music-player-playlist-inner .music-player-playlist-item-holder:first-child, .responsive-menu-inner > .menu-item:first-child > .menu-item-inner > a .menu-item-toggle-icon {
        padding-top: 0 !important
    }

    .music-player-playlist-inner .music-player-playlist-item-holder:last-child, .responsive-menu-inner > .menu-item:last-child > .menu-item-inner > a .menu-item-toggle-icon {
        padding-bottom: 0 !important
    }

.music-player-playlist-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

    .music-player-playlist-item .music-player-playlist-item-cover {
        float: right;
        height: 50px;
        margin-left: 15px;
        width: 50px
    }

        .music-player-playlist-item .music-player-playlist-item-cover img {
            border-radius: 100%;
            display: block;
            max-width: 100%
        }

    .music-player-playlist-item .music-player-playlist-item-inner {
        float: right
    }

        .music-player-playlist-item .music-player-playlist-item-inner .music-player-playlist-item-name:only-child {
            padding-bottom: 2px;
            padding-top: 2px
        }

    .music-player-playlist-item .music-player-playlist-item-links {
        float: right;
        margin-left: auto
    }

    .blog-single-series-items .blog-single-series-item h4, .music-player-playlist-item h4.music-player-playlist-item-name {
        border: 0 !important;
        color: #7f8187;
        font-size: 15px;
        font-weight: 400;
        margin: 0 !important;
        padding: 0 !important;
        -webkit-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out
    }

    .music-player-playlist-item .music-player-playlist-item-artist {
        color: #7f8187;
        font-size: 12px
    }

    .music-player-playlist-item .music-player-playlist-item-links {
        font-size: 0
    }

        .music-player-playlist-item .music-player-playlist-item-links a {
            color: #ccc;
            display: inline-block;
            font-size: 14px;
            margin-right: 12px;
            vertical-align: middle
        }

            .blog-cat-text a, .header-search-item:hover .header-search-item-desc h3, .music-player-playlist-item .music-player-playlist-item-links a:hover, .music-player-playlist-item.active h4.music-player-playlist-item-name, .panel-header-inner li.is-active a, .panel-header-inner li:hover a {
                color: var(--main-color);
            }

            .music-player-playlist-item .music-player-playlist-item-links a:last-child {
                margin-right: 0
            }

            .music-player-playlist-item .music-player-playlist-item-links a.fa.fa-apple, .responsive-menu-outer .mobile-menu .menu-item .sub-menu .menu-item-inner a {
                font-size: 16px
            }

            .music-player-playlist-item .music-player-playlist-item-links a.elegant-icon.icon_cart {
                font-size: 16px;
                margin-top: -2px
            }

            .kt-minicart-table-holder table h4, .music-player-playlist-item .music-player-playlist-item-links a.fa.fa-download {
                font-size: 15px
            }

.mejs-container.music-player-item-audio .mejs-layers, .mejs-container.music-player-item-audio .mejs-mediaelement, .mejs-container.music-player-item-audio .mejs-playpause-button, .mejs-container.music-player-item-audio .mejs-time-loaded, .mejs-container.music-player-item-audio .mejs-volume-button {
    display: none
}

.mejs-container.music-player-item-audio .mejs-horizontal-volume-slider {
    height: 0;
    visibility: hidden;
    width: 0
}

.music-player-buttons {
    direction: ltr;
    font-size: 0;
    text-align: center
}

    .music-player-buttons i {
        cursor: pointer;
        display: inline-block;
        line-height: 1.4em;
        overflow: hidden;
        vertical-align: middle
    }

.music-player-next-button, .music-player-play-button, .music-player-prev-button {
    height: .55em;
    position: relative;
    width: .67em
}

    .music-player-next-button:after, .music-player-next-button:before, .music-player-prev-button:after, .music-player-prev-button:before {
        color: #ddd;
        font-family: 'ElegantIcons';
        font-size: 1em;
        position: absolute;
        top: -.425em
    }

    .music-player-prev-button:after, .music-player-prev-button:before {
        content: '\44'
    }

    .music-player-prev-button:before {
        right: -.35em
    }

    .music-player-prev-button:after {
        left: -.295em
    }

    .music-player-next-button:after, .music-player-next-button:before {
        content: '\45'
    }

    .music-player-next-button:before {
        left: -.35em
    }

    .music-player-next-button:after {
        right: -.295em
    }

.music-player-play-button {
    width: .5em
}

    .music-player-play-button:after, .music-player-play-button:before {
        color: var(--main-color);;
        font-family: 'ElegantIcons';
        position: absolute;
        -webkit-transition: transform .3s cubic-bezier(.45,.01,.05,.92),opacity .3s cubic-bezier(.45,.01,.05,.92);
        -webkit-transition: opacity .3s cubic-bezier(.45,.01,.05,.92),-webkit-transform .3s cubic-bezier(.45,.01,.05,.92);
        transition: opacity .3s cubic-bezier(.45,.01,.05,.92),-webkit-transform .3s cubic-bezier(.45,.01,.05,.92);
        transition: transform .3s cubic-bezier(.45,.01,.05,.92),opacity .3s cubic-bezier(.45,.01,.05,.92);
        transition: transform .3s cubic-bezier(.45,.01,.05,.92),opacity .3s cubic-bezier(.45,.01,.05,.92),-webkit-transform .3s cubic-bezier(.45,.01,.05,.92)
    }

    .music-player-play-button:before {
        content: '\45';
        font-size: 1em;
        left: -.26em;
        top: -.425em
    }

    .music-player-play-button:after {
        content: '\60';
        font-size: 1.15em;
        left: -.29em;
        top: -.37em
    }

    .music-player-play-button.active:before, .music-player-play-button:after {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    .music-player-play-button.active:after, .music-player-play-button:before {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.music-player-item-holder {
    display: none
}

.music-player-buttons {
    float: left;
    margin-right: 20px
}

.music-player-item-audio-holder {
    margin-top: 12px
}

.music-player-item-audio {
    overflow: hidden;
    padding-top: 1px;
    width: auto !important
}

.music-player-play-button {
    font-size: 30px;
    margin-left: 12px;
    margin-right: 12px
}

.music-player-next-button, .music-player-prev-button {
    font-size: 22px
}

.mejs-container.music-player-item-audio .mejs-controls .mejs-time {
    width: 3.5em
}

.music-player {
    padding: 30px 0
}

    .music-player .music-player-items-holder, .music-player .music-player-playlist-holder {
        padding-left: 30px;
        padding-right: 30px
    }

.music-player-playlist-holder {
    border-top: 1px solid #ededed;
    margin-top: 30px;
    padding-top: 30px
}

.music-player-item-cover {
    width: 80px
}

.music-player-item-desc {
    padding-right: 30px;
    width: calc(100% - 80px)
}

.header-search-button i, .music-player-item-cover, .music-player-item-desc, .search-remove-value:before {
    display: inline-block;
    vertical-align: middle
}

.music-player {
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.08);
    box-shadow: 0 2px 15px rgba(0,0,0,.08);
    margin: 60px 0
}

.blog-cat-box {
    background-color: #fff;
    background-image: url(../images/indexbg2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08);
    font-weight: 400;
    padding: 30px 13px 30px 30px
}

.kt-spoiler-holder {
    position: relative;
    min-height: 42px
}

.kt-spoiler-button {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff !important
}

.kt-spoiler-inner {
    display: none
}

.blog-cat-title {
    font-size: 20px;
    font-weight: 500
}

.blog-cat-text {
    color: #7f8187;
    font-size: 14px;
    line-height: 2em;
    margin-top: 12px
}

    .blog-cat-text p, .single-portfolio .icon-box3-text p {
        margin-bottom: 12px
    }

    .blog-cat-text .button {
        margin-top: 10px
    }

    .blog-cat-text a:hover {
        color: #ff2264
    }

.blog-page-notes .blog-page-note {
    height: auto;
    padding-bottom: 50px;
    padding-top: 45px
}

    .blog-page-notes .blog-page-note:before {
        bottom: 48px;
        top: 114px
    }

.header-search-holder {
    float: right;
    position: relative;
    width: 100%;
}

.header-search-button i {
    font-size: 21px;
    margin-left: 3px
}

.header-search-content {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.1);
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
    display: none;
    opacity: 0;
    position: absolute;
    top: 109%;
    width: 405px;
    z-index: 2;
    -webkit-transition: transform .3s cubic-bezier(.71,-.21,.26,1.79),opacity .3s cubic-bezier(.69,-.13,.19,1);
    -webkit-transition: opacity .3s cubic-bezier(.69,-.13,.19,1),-webkit-transform .3s cubic-bezier(.71,-.21,.26,1.79);
    transition: opacity .3s cubic-bezier(.69,-.13,.19,1),-webkit-transform .3s cubic-bezier(.71,-.21,.26,1.79);
    transition: transform .3s cubic-bezier(.71,-.21,.26,1.79),opacity .3s cubic-bezier(.69,-.13,.19,1);
    transition: transform .3s cubic-bezier(.71,-.21,.26,1.79),opacity .3s cubic-bezier(.69,-.13,.19,1),-webkit-transform .3s cubic-bezier(.71,-.21,.26,1.79);
    -webkit-transform: scale(.8);
    transform: scale(.8);
    right: -195px;
}

    .header-search-content.active {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: transform .5s cubic-bezier(.71,-.21,.26,1.79),opacity .5s cubic-bezier(.69,-.13,.19,1);
        -webkit-transition: opacity .5s cubic-bezier(.69,-.13,.19,1),-webkit-transform .5s cubic-bezier(.71,-.21,.26,1.79);
        transition: opacity .5s cubic-bezier(.69,-.13,.19,1),-webkit-transform .5s cubic-bezier(.71,-.21,.26,1.79);
        transition: transform .5s cubic-bezier(.71,-.21,.26,1.79),opacity .5s cubic-bezier(.69,-.13,.19,1);
        transition: transform .5s cubic-bezier(.71,-.21,.26,1.79),opacity .5s cubic-bezier(.69,-.13,.19,1),-webkit-transform .5s cubic-bezier(.71,-.21,.26,1.79)
    }

    .header-search-content .search-field {
        border: 0;
        padding: 15px 20px 15px 35px
    }

    .header-search-content .search-loading-icon, .header-search-content .search-submit-icon {
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: transform .4s cubic-bezier(.69,-.13,.19,1),opacity .4s cubic-bezier(.69,-.13,.19,1);
        -webkit-transition: opacity .4s cubic-bezier(.69,-.13,.19,1),-webkit-transform .4s cubic-bezier(.69,-.13,.19,1);
        transition: opacity .4s cubic-bezier(.69,-.13,.19,1),-webkit-transform .4s cubic-bezier(.69,-.13,.19,1);
        transition: transform .4s cubic-bezier(.69,-.13,.19,1),opacity .4s cubic-bezier(.69,-.13,.19,1);
        transition: transform .4s cubic-bezier(.69,-.13,.19,1),opacity .4s cubic-bezier(.69,-.13,.19,1),-webkit-transform .4s cubic-bezier(.69,-.13,.19,1)
    }

    .header-search-content .search-submit-icon {
        display: block;
        -webkit-transform: scale(1) translate(0,-50%);
        transform: scale(1) translate(0,-50%);
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .header-search-content .search-loading-icon, .header-search-content.is-loading .search-submit-icon {
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .header-search-content .search-loading-icon {
        display: block;
        -webkit-transform: scale(1.3) translate(0,-50%);
        transform: scale(1.3) translate(0,-50%)
    }

        .header-search-content .search-loading-icon:before {
            animation: ajaxLoading .8s linear infinite;
            -webkit-animation: ajaxLoading .8s linear infinite;
            display: block
        }

    .header-search-content.is-loading .search-submit-icon {
        opacity: 0;
        -webkit-transform: scale(0) translate(0,-50%);
        transform: scale(0) translate(0,-50%)
    }

    .header-search-content.is-loading .search-loading-icon {
        opacity: 1;
        -webkit-transform: scale(1) translate(0,-50%);
        transform: scale(1) translate(0,-50%);
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

.header-search-content-inner {
    overflow: hidden;
    padding: 0 20px
}

.header-search-content-holder {
    border-top: 1px solid #ededed;
    overflow: hidden;
    padding: 20px 0;
    position: relative
}

.header-search-morelink {
    border-top: 1px solid #ededed;
    color: var(--main-color);;
    display: block;
    font-size: 13px;
    padding: 12px 20px
}

.publisher-search-content {
    background: #fff;
    z-index: 2;
    margin: 6px;
    right: -195px;
    border: 1px solid #ddd;
}

    .publisher-search-content.active {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: transform .5s cubic-bezier(.71,-.21,.26,1.79),opacity .5s cubic-bezier(.69,-.13,.19,1);
        -webkit-transition: opacity .5s cubic-bezier(.69,-.13,.19,1),-webkit-transform .5s cubic-bezier(.71,-.21,.26,1.79);
        transition: opacity .5s cubic-bezier(.69,-.13,.19,1),-webkit-transform .5s cubic-bezier(.71,-.21,.26,1.79);
        transition: transform .5s cubic-bezier(.71,-.21,.26,1.79),opacity .5s cubic-bezier(.69,-.13,.19,1);
        transition: transform .5s cubic-bezier(.71,-.21,.26,1.79),opacity .5s cubic-bezier(.69,-.13,.19,1),-webkit-transform .5s cubic-bezier(.71,-.21,.26,1.79)
    }

    .publisher-search-content .search-field {
        border: 1px solid #ddd;
        padding: 10px 10px 10px 44px;
        border: 0;
    }

    .publisher-search-content .search-loading-icon, .publisher-search-content .search-submit-icon {
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: transform .4s cubic-bezier(.69,-.13,.19,1),opacity .4s cubic-bezier(.69,-.13,.19,1);
        -webkit-transition: opacity .4s cubic-bezier(.69,-.13,.19,1),-webkit-transform .4s cubic-bezier(.69,-.13,.19,1);
        transition: opacity .4s cubic-bezier(.69,-.13,.19,1),-webkit-transform .4s cubic-bezier(.69,-.13,.19,1);
        transition: transform .4s cubic-bezier(.69,-.13,.19,1),opacity .4s cubic-bezier(.69,-.13,.19,1);
        transition: transform .4s cubic-bezier(.69,-.13,.19,1),opacity .4s cubic-bezier(.69,-.13,.19,1),-webkit-transform .4s cubic-bezier(.69,-.13,.19,1)
    }

    .publisher-search-content .search-submit-icon {
        display: block;
        -webkit-transform: scale(1) translate(0,-50%);
        transform: scale(1) translate(0,-50%);
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .publisher-search-content .search-loading-icon, .publisher-search-content.is-loading .search-submit-icon {
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .publisher-search-content .search-loading-icon {
        display: block;
        -webkit-transform: scale(1.3) translate(0,-50%);
        transform: scale(1.3) translate(0,-50%)
    }

        .publisher-search-content .search-loading-icon:before {
            animation: ajaxLoading .8s linear infinite;
            -webkit-animation: ajaxLoading .8s linear infinite;
            display: block
        }

    .publisher-search-content.is-loading .search-submit-icon {
        opacity: 0;
        -webkit-transform: scale(0) translate(0,-50%);
        transform: scale(0) translate(0,-50%)
    }

    .publisher-search-content.is-loading .search-loading-icon {
        opacity: 1;
        -webkit-transform: scale(1) translate(0,-50%);
        transform: scale(1) translate(0,-50%);
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

.publisher-search-content-inner {
    overflow: hidden;
    padding: 0 20px
}

.publisher-search-content-holder {
    border-top: 1px solid #ededed;
    overflow: hidden;
    padding: 20px 0;
    position: relative
}



.author-search-content {
    background: #fff;
    z-index: 2;
    margin: 6px;
    right: -195px;
    border: 1px solid #ddd;
}

    .author-search-content.active {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: transform .5s cubic-bezier(.71,-.21,.26,1.79),opacity .5s cubic-bezier(.69,-.13,.19,1);
        -webkit-transition: opacity .5s cubic-bezier(.69,-.13,.19,1),-webkit-transform .5s cubic-bezier(.71,-.21,.26,1.79);
        transition: opacity .5s cubic-bezier(.69,-.13,.19,1),-webkit-transform .5s cubic-bezier(.71,-.21,.26,1.79);
        transition: transform .5s cubic-bezier(.71,-.21,.26,1.79),opacity .5s cubic-bezier(.69,-.13,.19,1);
        transition: transform .5s cubic-bezier(.71,-.21,.26,1.79),opacity .5s cubic-bezier(.69,-.13,.19,1),-webkit-transform .5s cubic-bezier(.71,-.21,.26,1.79)
    }

    .author-search-content .search-field {
        border: 1px solid #ddd;
        padding: 10px 10px 10px 44px;
        border: 0;
    }

    .author-search-content .search-loading-icon, .author-search-content .search-submit-icon {
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: transform .4s cubic-bezier(.69,-.13,.19,1),opacity .4s cubic-bezier(.69,-.13,.19,1);
        -webkit-transition: opacity .4s cubic-bezier(.69,-.13,.19,1),-webkit-transform .4s cubic-bezier(.69,-.13,.19,1);
        transition: opacity .4s cubic-bezier(.69,-.13,.19,1),-webkit-transform .4s cubic-bezier(.69,-.13,.19,1);
        transition: transform .4s cubic-bezier(.69,-.13,.19,1),opacity .4s cubic-bezier(.69,-.13,.19,1);
        transition: transform .4s cubic-bezier(.69,-.13,.19,1),opacity .4s cubic-bezier(.69,-.13,.19,1),-webkit-transform .4s cubic-bezier(.69,-.13,.19,1)
    }

    .author-search-content .search-submit-icon {
        display: block;
        -webkit-transform: scale(1) translate(0,-50%);
        transform: scale(1) translate(0,-50%);
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .author-search-content .search-loading-icon, .author-search-content.is-loading .search-submit-icon {
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .author-search-content .search-loading-icon {
        display: block;
        -webkit-transform: scale(1.3) translate(0,-50%);
        transform: scale(1.3) translate(0,-50%)
    }

        .author-search-content .search-loading-icon:before {
            animation: ajaxLoading .8s linear infinite;
            -webkit-animation: ajaxLoading .8s linear infinite;
            display: block
        }

    .author-search-content.is-loading .search-submit-icon {
        opacity: 0;
        -webkit-transform: scale(0) translate(0,-50%);
        transform: scale(0) translate(0,-50%)
    }

    .author-search-content.is-loading .search-loading-icon {
        opacity: 1;
        -webkit-transform: scale(1) translate(0,-50%);
        transform: scale(1) translate(0,-50%);
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

.author-search-content-inner {
    overflow: hidden;
    padding: 0 20px
}

.author-search-content-holder {
    border-top: 1px solid #ededed;
    overflow: hidden;
    padding: 20px 0;
    position: relative
}



.blog-single-series-items a.blog-single-series-item:hover h4, .course-map-details ul li b, .header-search-morelink:hover, .packages-holder .tabs-style1 > .tabs-title-holder > .tab-title.active .tab-title-inner {
    color: #46484d
}

.header-search-item, .header-search-not-found {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-name: ajaxSearchLoading;
    -webkit-animation-name: ajaxSearchLoading;
    -webkit-animation-timing-function: cubic-bezier(.69,-.13,.19,1);
    animation-timing-function: cubic-bezier(.69,-.13,.19,1);
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.header-search-not-found {
    color: #7f8187;
    font-size: 13px;
    line-height: 1.4
}

.header-search-content-inner .header-search-item:first-child {
    margin-top: 0
}

.header-search-item {
    display: block;
    margin-top: 15px
}

    .header-search-item + .header-search-type-title {
        margin-top: 22px
    }

    .header-search-item .header-search-item-desc {
        overflow: hidden
    }

        .header-search-item .header-search-item-desc h3 {
            font-size: 13px;
            line-height: 1.5;
            margin-top: 4px;
             text-overflow: ellipsis;
             -webkit-transition: color .15s ease-in-out;
            transition: color .15s ease-in-out
        }

        .header-search-item .header-search-item-desc span {
            color: #7f8187;
            display: block;
            font-size: 11px;
            line-height: 1.4
        }

    .header-search-item .header-search-item-image {
        float: right;
        height: 42px;
        margin-left: 12px;
        width: 42px
    }

        .header-search-item .header-search-item-image img {
            border-radius: 5px;
            display: block
        }

.post-protected-form, .search-form {
    position: relative
}

.password-submit, .search-submit {
    background: 0 0;
    border: 0;
    bottom: 0;
    color: #c5c5c5;
    cursor: pointer;
    left: 20px;
    margin: auto 0;
    padding: 0;
    position: absolute;
    top: 3px
}

.search-submit {
    font-size: 14px
}

.search-remove-value {
    background: 0 0;
    border: 0;
    bottom: 0;
    color: #c5c5c5;
    cursor: pointer;
    font-size: 20px;
    left: 36px;
    margin: auto 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transition: color .15s ease-in-out,transform .4s cubic-bezier(.69,-.13,.19,1),opacity .4s cubic-bezier(.69,-.13,.19,1);
    -webkit-transition: color .15s ease-in-out,opacity .4s cubic-bezier(.69,-.13,.19,1),-webkit-transform .4s cubic-bezier(.69,-.13,.19,1);
    transition: color .15s ease-in-out,opacity .4s cubic-bezier(.69,-.13,.19,1),-webkit-transform .4s cubic-bezier(.69,-.13,.19,1);
    transition: color .15s ease-in-out,transform .4s cubic-bezier(.69,-.13,.19,1),opacity .4s cubic-bezier(.69,-.13,.19,1);
    transition: color .15s ease-in-out,transform .4s cubic-bezier(.69,-.13,.19,1),opacity .4s cubic-bezier(.69,-.13,.19,1),-webkit-transform .4s cubic-bezier(.69,-.13,.19,1);
    -webkit-transform: scale(0);
    transform: scale(0)
}

    .search-remove-value:after {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        width: 0
    }

    .search-remove-value.active {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.search-loading-icon {
    display: none;
    font-size: 15px;
    opacity: 0
}

.password-submit {
    font-size: 13px
}

.password-field, .search-field {
    margin-bottom: 0;
    padding-left: 30px;
    width: 100%
}

.carousel-holder {
    position: relative
}

.carousel {
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

    .carousel.slick-initialized {
        opacity: 1
    }

.slick-list, .slick-slider {
    display: block;
    overflow: hidden;
    position: relative
}

.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

    .slick-slider .slick-list, .slick-slider .slick-track {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

.slick-list {
    margin: 0 -10px
}

    .slick-list:focus, div.pp_pic_holder a:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0
}

    .slick-track:after, .slick-track:before {
        clear: both;
        content: '';
        display: block
    }

    .slick-loading .slick-track, .slick-track:before {
        visibility: hidden
    }

.slick-slide {
    display: none;
    height: 100%;
    min-height: 1px;
    padding: 0 10px
}

    .slick-dots, .slick-slide img {
        display: block
    }

    .slick-slide.slick-loading img {
        display: none
    }

    .slick-slide.dragging img {
        pointer-events: none
    }

.kt-ads-box-phone span, .modal-contact-logo img, .slick-initialized .slick-slide {
    display: inline-block;
    vertical-align: top
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-dots {
    font-size: 0;
    margin: -5px;
    padding-top: 20px;
    text-align: center
}

    .kt-ads-box-desc .button, .kt-modal-holder:before, .modal-contact-bottom-text small, .slick-dots li {
        display: inline-block;
        vertical-align: middle
    }

    .slick-dots li {
        cursor: pointer;
        margin: 5px
    }

        .slick-dots li button {
            background: rgba(0,0,0,.07);
            border-radius: 100%;
            border-style: solid;
            border-width: 0;
            color: transparent;
            cursor: pointer;
            display: block;
            font-size: 0;
            height: 10px;
            line-height: 0;
            outline: 0;
            padding: 0 !important;
            width: 10px;
            -webkit-transition: background .15s ease-in-out,border .15s ease-in-out;
            transition: background .15s ease-in-out,border .15s ease-in-out
        }

            .slick-dots li button:hover, .slick-dots li.slick-active button {
                background: var(--main-color);
            }

.kt-ads-box-text {
    color: #888;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 5px
}

.kt-ads-box-phone {
    color: #1f94ce;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    margin-right: 20px;
    vertical-align: middle
}

    .kt-ads-box-phone span {
        color: #888;
        margin-right: 10px
    }

.kt-ads-box-desc {
    font-size: 0;
    overflow: hidden
}

    .kt-ads-box-desc .button {
        color: #fff
    }

    .kt-ads-box-desc h4 {
        border-bottom: none;
        font-size: 20px;
        font-weight: 500;
        margin: 10px 0 0;
        padding: 0 !important
    }

.kt-ads-box {
    background: #f9fafa;
    border-radius: 3px;
    margin: 40px 0;
    padding: 30px
}

    .kt-ads-box .kt-ads-box-image {
        float: right;
        margin: 0 0 0 25px !important;
        width: 140px
    }

.kt-modal-inner {
    background-color: #fff;
    background-image: url(../images/indexbg2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.06);
    box-shadow: 0 3px 15px rgba(0,0,0,.06);
    cursor: default;
    display: inline-block;
    font-weight: 400;
    left: -99999px;
    opacity: 0;
    position: absolute;
    vertical-align: middle;
    overflow-x: auto;
    width: 100%;
    z-index: 2;
    -webkit-transition: transform .35s cubic-bezier(.45,.01,.05,.92),opacity .35s cubic-bezier(.45,.01,.05,.92);
    -webkit-transition: opacity .35s cubic-bezier(.45,.01,.05,.92),-webkit-transform .35s cubic-bezier(.45,.01,.05,.92);
    transition: opacity .35s cubic-bezier(.45,.01,.05,.92),-webkit-transform .35s cubic-bezier(.45,.01,.05,.92);
    transition: transform .35s cubic-bezier(.45,.01,.05,.92),opacity .35s cubic-bezier(.45,.01,.05,.92);
    transition: transform .35s cubic-bezier(.45,.01,.05,.92),opacity .35s cubic-bezier(.45,.01,.05,.92),-webkit-transform .35s cubic-bezier(.45,.01,.05,.92);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

    .kt-modal-inner.active {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
        -webkit-transition: transform .45s cubic-bezier(.45,.01,.05,.92),opacity .45s cubic-bezier(.45,.01,.05,.92);
        -webkit-transition: opacity .45s cubic-bezier(.45,.01,.05,.92),-webkit-transform .45s cubic-bezier(.45,.01,.05,.92);
        transition: opacity .45s cubic-bezier(.45,.01,.05,.92),-webkit-transform .45s cubic-bezier(.45,.01,.05,.92);
        transition: transform .45s cubic-bezier(.45,.01,.05,.92),opacity .45s cubic-bezier(.45,.01,.05,.92);
        transition: transform .45s cubic-bezier(.45,.01,.05,.92),opacity .45s cubic-bezier(.45,.01,.05,.92),-webkit-transform .45s cubic-bezier(.45,.01,.05,.92)
    }

    .kt-modal-inner.kt-login-modal {
        padding: 50px 35px 35px
    }

    .kt-modal-inner.kt-checkout-login-modal, .kt-modal-inner.kt-checkout-register-modal {
        padding: 35px;
        text-align: right
    }

        .kt-modal-inner.kt-checkout-login-modal h3, .kt-modal-inner.kt-checkout-register-modal h3 {
            margin-bottom: 20px;
            line-height: 1.2
        }

        .kt-modal-inner.kt-checkout-login-modal .kt-modal-close, .kt-modal-inner.kt-checkout-register-modal .kt-modal-close {
            margin-left: 0;
            right: auto;
            left: 35px;
            top: 35px
        }

    .kt-modal-inner.kt-contact-modal {
        max-width: 1060px
    }

.kt-checkout-login-col {
    border-left: 1px solid rgba(0,0,0,.06)
}

.kt-checkout-login-box {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center
}

    .kt-checkout-login-box i, .kt-checkout-login-box span {
        display: block;
        margin-bottom: 20px
    }

    .kt-checkout-login-box i {
        font-size: 50px;
        color: #a7a4ab
    }

    .kt-checkout-login-box span {
        font-weight: 400
    }

.modal-contact-right {
    background-image: url(../images/popup-contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px 0 0 3px;
    bottom: 0;
    left: 0;
    padding: 45px 40px 0;
    position: absolute;
    top: 0;
    width: 33.3333%
}

.modal-contact-online {
    color: #6d6f74;
    font-size: 14px;
    line-height: 1.9;
    margin-top: 25px
}

.modal-contact-left {
    margin-left: 33.3333%;
    padding: 80px 40px 40px;
    text-align: right
}

.kt-modal-content {
    position: relative
}

.modal-contact-title {
    color: #46484d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.07;
}

.modal-contact-subtitle {
    color: #7f8187;
    font-size: 16px;
    font-weight: 400
}

.modal-contact-logo {
    margin-bottom: 15px;
    text-align: center
}

.modal-contact-bottom-text, .modal-contact-bottom-title {
    display: block;
    font-size: 16px;
    line-height: 1.7
}

.modal-contact-bottom-title {
    color: #fff;
    padding-top: 20px;
    text-align: right
}

.modal-contact-bottom-text {
    color: #d3d7e2;
    text-align: left
}

    .modal-contact-bottom-text small {
        font-size: 14px;
        margin-left: 10px
    }

.modal-contact-brand {
    color: #fff;
    font-size: 22px
}

.kt-modal-holder {
    font-size: 0;
    text-align: center
}

    .kt-modal-holder:before {
        content: '';
        height: 100%;
        width: 0
    }

.kt-modal-overlay {
    background: rgba(255,255,255,.9);
    bottom: 0;
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.kt-modal-outer-holder {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 999999
}

    .kt-modal-outer-holder.active .kt-modal-overlay {
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .kt-modal-outer-holder .kt-modal-holder, .kt-modal-outer-holder .wrapper {
        height: 100%;
        position: relative;
        z-index: 2
    }

    .kt-modal-outer-holder .kt-modal-transparent-overlay {
        bottom: 0;
        cursor: pointer;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1
    }

.contact-form-errors-inner, .deposit-request-form-errors-inner, .employment-form-errors-inner, .kt-change-password-form-errors-inner, .kt-login-form-errors-inner, .kt-register-form-errors-inner, .kt-reset-password-form-errors-inner, .kt-verify-form-errors-inner, .kt-wc-review-form-errors-inner, .modal-contact-form-errors-inner, .new-ticket-form-errors-inner, .ticket-single-form-errors-inner {
    display: block;
    font-size: 14px;
    padding-bottom: 15px
}

.contact-form-errors, .deposit-request-form-errors, .employment-form-errors, .kt-change-password-form-errors, .kt-login-form-errors, .kt-register-form-errors, .kt-reset-password-form-errors, .kt-verify-form-errors, .kt-wc-review-form-errors, .modal-contact-form-errors, .new-ticket-form-errors, .ticket-single-form-errors {
    overflow: hidden
}

.kt-modal-tabs.tabs-style2 > .tabs-title-holder > .tab-title {
    text-align: center;
    width: 50%
}

.kt-checkout-login-modal, .kt-checkout-register-modal, .kt-login-modal {
    max-width: 520px
}

.kt-change-mobile-number-form, .kt-change-password-form, .kt-reset-password-form, .kt-verify-form, .wc-account-funds-apply-notice em, .wc_payment_methods .wc_payment_method input[type=radio] + label:after, .wc_payment_methods .wc_payment_method input[type=radio] + label:before {
    display: none
}

    .kt-change-password-form input[type=email], .kt-change-password-form input[type=password], .kt-change-password-form input[type=text], .kt-login-form input[type=email], .kt-login-form input[type=password], .kt-login-form input[type=text], .kt-register-form input[type=email], .kt-register-form input[type=password], .kt-register-form input[type=text], .kt-reset-password-form input[type=email], .kt-reset-password-form input[type=password], .kt-reset-password-form input[type=text] {
        margin-bottom: 15px
    }

    .kt-change-password-form input[type=submit], .kt-login-form input[type=submit], .kt-register-form input[type=submit], .kt-reset-password-form input[type=submit] {
        padding: 13px 20px
    }

.kt-register-form input[type=submit] {
    width: 100%
}

.kt-modal-close {
    cursor: pointer;
    height: 24px;
    margin-left: 33.3333%;
    position: absolute;
    right: 40px;
    top: 40px;
    width: 24px;
    z-index: 2
}

    .kt-modal-close:after, .kt-modal-close:before {
        background-color: #e0e0e0;
        bottom: 0;
        content: '';
        height: 30px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 2px
    }

    .kt-modal-close:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .kt-modal-close:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.contact-form-email, .contact-form-name, .contact-form-phone, .employment-form-email, .employment-form-name, .employment-form-phone, .employment-form-type, .modal-contact-form-email, .modal-contact-form-email .contact-form-website, .modal-contact-form-name, .modal-contact-form-phone, .modal-contact-form-website {
    float: right;
    margin-bottom: 16px;
    width: calc(50% - 8px)
}

.contact-form-text, .employment-form-experience {
    margin-bottom: 1px
}

.employment-form-experience, .employment-form-personality, .employment-form-skills {
    height: 98px
}

.contact-form-subject, .employment-form-personality, .employment-form-skills {
    margin-bottom: 16px
}

.contact-us-button.button {
    padding: 14px 20px
}

.contact-form-email, .contact-form-name, .employment-form-email, .employment-form-name, .employment-form-personality, .modal-contact-form-email, .modal-contact-form-name {
    margin-left: 16px
}

.modal-contact-form-subject {
    margin-bottom: 16px
}

.modal-contact-form, .new-ticket-help ul {
    margin-top: 25px
}

.contact-form {
    margin-top: 35px
}

.modal-contact-bottom {
    bottom: 0;
    left: 0;
    padding: 0 40px 40px;
    position: absolute;
    right: 0
}

.fa.login-modal-button {
    background: #f0f2f7;
    border-radius: 100%;
    color: #b1b1b1;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    text-align: center;
    width: 40px;
    -webkit-transition: color .15s ease-in-out,background .15s ease-in-out;
    transition: color .15s ease-in-out,background .15s ease-in-out
}

    .fa.login-modal-button:hover {
        background: #5facfa;
        color: #fff
    }

.kt-login-password-holder {
    position: relative
}

    .kt-login-password-holder a {
        position: absolute;
        font-size: 12px;
        color: var(--main-color);;
        top: 10px;
        left: 0;
        line-height: 30px;
        padding-left: 15px
    }

.header-user-area {
    margin-right: 10px;
    position: relative
}

    .header-user-area:before {
        content: '';
        height: 0;
        position: absolute;
        right: 0;
        top: 100%;
        width: 100%
    }

    .header-user-area:hover:before {
        height: 30px
    }

.header-user-area-inner {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .header-user-area-inner span {
        font-size: 14px;
        margin-right: 15px
    }

    .header-user-area-inner .avatar {
        border-radius: 4px
    }

.header-user-area-list {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.1);
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    display: none;
    left: 0;
    margin-top: 35px;
    min-width: 240px;
    padding: 15px 20px;
    position: absolute;
    top: 100%
}

    .header-user-area-list a {
        display: block;
        padding: 3px 0
    }

@media only screen and (max-width:767px) {
    .kt-hidden-xs {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    .searchspan {
        display: none !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .kt-hidden-sm {
        display: none !important
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .kt-hidden-md {
        display: none !important
    }
}

@media only screen and (min-width:1400px) {
    .kt-hidden-lg {
        display: none !important
    }
}

.kt-lazyload {
    background-color: #f4f4f4;
    background-position: center center;
    background-repeat: no-repeat;
    height: 0 !important;
    overflow: hidden;
    padding-top: 50%
}

    .kt-lazyload.kt-lazyloaded {
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        animation-name: ktFadeIn;
        -webkit-animation-name: ktFadeIn;
        background: 0 0 !important;
        height: auto !important;
        padding-top: 0 !important
    }

.dashboard-box-default {
    background: #a3be8c;
    background: linear-gradient(20deg,#99b77f,#b0c79c);
    -webkit-box-shadow: 0 2px 25px rgba(255,255,255,.55),0 3px 35px rgba(163,190,140,.7);
    box-shadow: 0 2px 25px rgba(255,255,255,.55),0 3px 35px rgba(163,190,140,.7)
}

.dashboard-box-blue {
    background: #88c0d0;
    background: linear-gradient(20deg,#79b8ca,#9acad7);
    -webkit-box-shadow: 0 2px 25px rgba(255,255,255,.55),0 3px 35px rgba(136,192,208,.7);
    box-shadow: 0 2px 25px rgba(255,255,255,.55),0 3px 35px rgba(136,192,208,.7)
}

.dashboard-box-green {
    background: #b48ead;
    background: linear-gradient(20deg,#ac82a4,#be9db8);
    -webkit-box-shadow: 0 2px 25px rgba(255,255,255,.55),0 3px 35px rgba(180,142,173,.7);
    box-shadow: 0 2px 25px rgba(255,255,255,.55),0 3px 35px rgba(180,142,173,.7)
}

.dashboard-box-violet {
    background: #ff9e73;
    background: linear-gradient(20deg,#ff905f,#ffb08d);
    -webkit-box-shadow: 0 2px 25px rgba(255,255,255,.55),0 3px 35px rgba(255,158,115,.7);
    box-shadow: 0 2px 25px rgba(255,255,255,.55),0 3px 35px rgba(255,158,115,.7)
}

.dashboard-box {
    border-radius: 3px;
    position: relative;
    text-align: right
}

.dashboard-box-inner {
    border-radius: 3px;
    overflow: hidden;
    padding: 50px 30px;
    display: block;
    position: relative
}

.dashboard-box-title {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-top: 5px
}

.dashboard-box-text {
    color: #fff;
    line-height: 32px;
    opacity: .8;
    font-size: 0
}

    .dashboard-box-text span {
        font-size: 32px
    }

    .dashboard-box-text small {
        display: inline-block;
        font-size: 24px;
        margin-top: -4px;
        vertical-align: middle
    }

.kt-row.dashboard-boxs {
    margin: -15px;
    padding-bottom: 50px
}

    .kt-row.dashboard-boxs .column {
        padding: 15px
    }

.dashboard-box-icon {
    bottom: -10px;
    color: #fff;
    font-size: 105px;
    left: -10px;
    opacity: .1;
    position: absolute;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
}

.dashboard-welcome-box {
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.06);
    box-shadow: 0 3px 15px rgba(0,0,0,.06);
    margin-bottom: 60px;
    overflow: hidden
}

.dashboard-welcome-box-inner {
    background: #fff;
    font-weight: 400;
    padding: 40px;
    position: relative
}

    .dashboard-welcome-box-inner img {
        float: right;
        margin-left: 40px;
        max-width: 35%
    }

.dashboard-welcome-box-desc {
    overflow: hidden;
    padding-top: 40px
}

    .dashboard-welcome-box-desc h4 {
        font-size: 28px
    }

        .dashboard-welcome-box-desc h4 span {
            color: var(--main-color);;
            font-weight: 500
        }

.dashboard-welcome-box-text {
    font-size: 18px;
    margin-top: 20px
}

.dashboard-welcome-close {
    cursor: pointer;
    height: 30px;
    left: 40px;
    position: absolute;
    top: 40px;
    width: 30px;
    z-index: 2
}

    .dashboard-welcome-close:after, .dashboard-welcome-close:before {
        background-color: #e0e0e0;
        bottom: 0;
        content: '';
        height: 36px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 2px
    }

    .dashboard-welcome-close:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .dashboard-welcome-close:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.dashboard-discount-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.06);
    box-shadow: 0 3px 15px rgba(0,0,0,.06);
    display: block;
    height: 100px;
    margin-bottom: 50px;
    position: relative
}

.dashboard-discount-box-inner {
    margin-left: 410px
}

.dashboard-discount-box-timer {
    background: #9a8abe;
    border-radius: 3px 0 0 3px;
    height: 100px;
    left: 0;
    padding-left: 30px;
    padding-top: 31px;
    position: absolute;
    top: 0
}

    .dashboard-discount-box-timer:before {
        background-repeat: no-repeat;
        content: '';
        height: 100px;
        position: absolute;
        right: -115px;
        top: 0;
        width: 115px
    }

    .dashboard-discount-box-timer .dashboard-discount-box-timer-column:first-child.dashboard-discount-box-timer-label {
        margin-top: 2px
    }

    .dashboard-discount-box-timer .dashboard-discount-box-timer-column:last-child {
        margin-left: 0
    }

.dashboard-discount-box-timer-number {
    display: block;
    font-size: 26px;
    font-weight: 500
}

.dashboard-discount-box-timer-label {
    display: block;
    font-size: 14px;
    margin-top: 4px
}

.dashboard-discount-box-timer-column {
    color: #fff;
    float: right;
    line-height: 1;
    margin-left: 15px;
    text-align: center;
    width: 55px
}

.dashboard-discount-title {
    color: #666;
    display: inline-block;
    font-size: 24px;
    vertical-align: middle
}

.dashboard-discount-price {
    display: inline-block;
    line-height: 1;
    margin-right: 30px;
    padding-top: 5px;
    vertical-align: middle
}

.dashboard-discount-sale-price {
    color: #7f8187;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through
}

.dashboard-discount-price-inner {
    color: #9a8abe;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px
}

.dashboard-discount-button {
    float: left;
    margin-top: 5px
}

.dashboard-discount-box-inner {
    font-size: 0;
    padding: 25px 35px 25px 5px
}

.dashboard-posts-list {
    padding: 30px
}

    .dashboard-posts-list .dashboard-post {
        border-bottom: 1px solid #ededed;
        display: block;
        margin-bottom: 25px;
        padding-bottom: 25px
    }

        .dashboard-posts-list .dashboard-post:last-child {
            border-bottom: none;
            margin-bottom: 0 !important;
            padding-bottom: 0 !important
        }

    .dashboard-posts-list .dashboard-news {
        border-bottom: 1px solid #ededed;
        margin-bottom: 23px;
        padding-bottom: 23px
    }

        .dashboard-posts-list .dashboard-news:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0
        }

.dashboard-post-date {
    float: right;
    line-height: 1;
    margin-left: 25px;
    margin-top: 8px;
    width: 86px;
    text-align: left
}

.dashboard-post-date-day, .dashboard-post-date-month {
    display: block;
    font-size: 24px;
    font-weight: 400
}

.dashboard-post-date-month {
    font-size: 13px;
    margin-top: 7px;
    color: #7f8187 !important
}

.dashboard-post-inner {
    border-right: 1px solid #ededed;
    overflow: hidden;
    padding-bottom: 6px;
    padding-right: 25px;
    padding-top: 3px
}

.dashboard-post-title {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8
}

.dashboard-post-status {
    color: #ffad89
}

h5.dashboard-posts-title {
    color: #7f8187;
    display: inline-block;
    font-size: 20px;
    margin-right: 15px;
    vertical-align: middle
}

.dashboard-posts-title-holder {
    border-bottom: 1px solid #ededed;
    font-size: 0;
    padding: 25px 30px
}

    .dashboard-posts-title-holder i {
        display: inline-block;
        font-size: 24px;
        vertical-align: middle
    }

.dashboard-posts-box {
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.06);
    box-shadow: 0 3px 15px rgba(0,0,0,.06);
    position: relative;
    background: #fff;
    height: 100%
}

a.dashboard-add-post-button {
    border-radius: 100%;
    bottom: -25px;
    color: #fff;
    font-size: 25px;
    height: 50px;
    left: 30px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 50px
}

.dashboard-tickets-box a.dashboard-add-post-button {
    background: linear-gradient(20deg,#ac82a4,#be9db8);
    -webkit-box-shadow: 0 2px 12px rgba(255,255,255,.6),0 3px 15px 0 #b48ead;
    box-shadow: 0 2px 12px rgba(255,255,255,.6),0 3px 15px 0 #b48ead
}

.dashboard-tickets-box .dashboard-post-date-day, .dashboard-tickets-box .dashboard-posts-title-holder i {
    color: #ac82a4
}

.dashboard-news-box .dashboard-post-date-day, .dashboard-news-box .dashboard-posts-title-holder i {
    color: #79b8ca
}

.dashboard-news-box .dashboard-posts-title-holder i {
    font-size: 26px;
    margin-top: -3px
}

.dashboard-services-box .services-notfound {
    margin-bottom: -10px
}

.dashboard-services-box a.dashboard-add-post-button {
    background: linear-gradient(20deg,#99b77f,#b0c79c);
    -webkit-box-shadow: 0 2px 12px rgba(255,255,255,.6),0 3px 15px 0 #99b77f;
    box-shadow: 0 2px 12px rgba(255,255,255,.6),0 3px 15px 0 #99b77f
}

.dashboard-services-box .dashboard-posts-title-holder i {
    color: #99b77f;
    font-size: 28px;
    margin-top: -5px
}

.dashboard-services-box .dashboard-service-link {
    background: #a0bc88
}

    .dashboard-services-box .dashboard-service-link:hover {
        background: #93b378
    }

.woocommerce-checkout-payment .button {
    margin-top: 8px;
    padding: 13px 20px;
    width: 100%
}

.payment_box, .payment_box p, .woocommerce-billing-fields__field-wrapper {
    display: none !important
}

#order_comments {
    height: 180px
}

.wc_payment_methods {
    margin: -7px;
    padding-top: 14px
}

    .wc_payment_methods .wc_payment_method {
        width: 50%;
        padding: 7px;
        float: right
    }

        .wc_payment_methods .wc_payment_method:nth-child(2n+1) {
            clear: right
        }

        .wc_payment_methods .wc_payment_method input[type=radio] + label {
            background: #fff;
            border-radius: 3px;
            -webkit-transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out;
            -webkit-transition: border-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
            transition: border-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
            transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out;
            transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
            -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.06);
            box-shadow: 0 2px 10px rgba(0,0,0,.06);
            text-align: center;
            padding: 20px 15px;
            font-size: 0;
            border: 1px solid transparent
        }

            .wc_payment_methods .wc_payment_method input[type=radio] + label span {
                font-size: 14px;
                line-height: 1.5;
                margin-top: 5px;
                display: block;
                color: #7f8187;
                font-weight: 400;
                -webkit-transition: color .2s ease-in-out;
                transition: color .2s ease-in-out
            }

        .wc_payment_methods .wc_payment_method input[type=radio]:checked + label {
            -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.06),0 0 35px #f3f3f3 inset;
            box-shadow: 0 2px 10px rgba(0,0,0,.06),0 0 35px #f3f3f3 inset;
            border-color: #e4e4e4
        }

            .wc_payment_methods .wc_payment_method input[type=radio]:checked + label span {
                color: #46484d
            }

.payment_method_cardtocard label img {
    margin-bottom: 2px;
    margin-top: 1px
}

tbody .product-image {
    width: 50px
}

    tbody .product-image img {
        display: block;
        border-radius: 100%
    }

.wc-account-funds-apply-notice {
    background: #f9f9f9;
    border-radius: 3px;
    font-size: 15px;
    padding: 20px;
    border: 1px solid #ededed;
    margin-bottom: 40px
}

    .wc-account-funds-apply-notice .wc-account-funds-apply-button {
        background: #1f94ce;
        margin-left: 15px;
        padding: 9px 15px;
        font-size: 13px
    }

        .wc-account-funds-apply-notice .wc-account-funds-apply-button:hover {
            background: #1a7eaf
        }

.kt-wc-coupon-box {
    margin-bottom: 15px;
    font-weight: 400
}

    .kt-wc-coupon-box a {
        color: #f35f5f
    }

.checkout_coupon {
    font-size: 0;
    margin-bottom: 30px
}

    .checkout_coupon p, tbody .product-image {
        display: inline-block;
        vertical-align: middle
    }

        .checkout_coupon p:first-child {
            margin-left: 10px
        }

        .checkout_coupon p input[type=text] {
            padding: 10px 15px
        }

span.required {
    color: #d94255;
    font-weight: 500
}

.dashboard-courses-box .dashboard-posts-list {
    padding-bottom: 40px
}

    .dashboard-courses-box .dashboard-posts-list .dashboard-post {
        margin-bottom: 29px;
        padding-bottom: 29px
    }

.dashboard-courses-box .services-notfound {
    margin-bottom: -10px
}

.dashboard-courses-box .dashboard-posts-title-holder i {
    color: #83bece;
    margin-top: -3px
}

.dashboard-courses-box .dashboard-service-link {
    background: #7ebbcc
}

    .dashboard-courses-box .dashboard-service-link:hover {
        background: #6cb1c5
    }

.dashboard-sources-box .dashboard-post-date-day, .dashboard-sources-box .dashboard-posts-title-holder i {
    color: #ff905f
}

.dashboard-sources-box .dashboard-posts-title-holder i {
    font-size: 26px;
    margin-top: -3px
}

.dashboard-blog-section {
    margin-top: 75px
}

.kt-row.dashboard-sources {
    margin: -8px
}

    .kt-row.dashboard-sources .column {
        padding: 8px
    }

.dashboard-source {
    background: #f7f7f7;
    border-radius: 3px;
    display: block;
    padding: 25px 20px 20px;
    text-align: center;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out
}

    .dashboard-source h2, .dashboard-source i {
        -webkit-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out
    }

    .dashboard-source i {
        color: #ff905f;
        display: block;
        font-size: 20px;
        height: 1em
    }

    .dashboard-source h2 {
        color: #7f8187;
        font-size: 16px;
        margin-top: 10px
    }

    .dashboard-source:hover {
        background: #ff905f
    }

        .dashboard-service-link:hover, .dashboard-source:hover h2, .dashboard-source:hover i {
            color: #fff
        }

.dashboard-news-date {
    color: #79b8ca;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5
}

.dashboard-news-title {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 5px
}

.dashboard-service-inner {
    float: right;
    padding-left: 20px
}

.dashboard-service-date {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4
}

.dashboard-service-links {
    float: left;
    margin-top: 10px
}

    .bankmellat-checkout-form #bankmellat-payment-button, .dashboard-service-links a {
        margin-left: 10px
    }

        .dashboard-service-links a:last-child {
            margin-left: 0
        }

.dashboard-service-link {
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 13px;
    padding: 3px 15px;
    -webkit-transition: color .15s ease-in-out,background .15s ease-in-out;
    transition: color .15s ease-in-out,background .15s ease-in-out
}

.dashboard-services-box .dashboard-posts-list {
    padding-bottom: 40px
}

    .dashboard-services-box .dashboard-posts-list .dashboard-post {
        margin-bottom: 29px;
        padding-bottom: 29px
    }

.panel-header {
    background-color: #fff;
    background-image: url(../images/indexbg2.png);
    background-position: left bottom -187px;
    background-repeat: no-repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.06);
    box-shadow: 0 3px 15px rgba(0,0,0,.06);
    font-weight: 400;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 23px 30px;
    position: relative
}

.panel-header-inner {
    float: right
}

    .panel-header-inner li {
        float: right;
        margin-left: 25px
    }

        .panel-header-inner li a, .panel-responsive-menu ul li a {
            display: block;
            font-size: 15px;
            font-weight: 400
        }

.woocommerce-account .page-inner-holder {
    padding-top: 60px
}

.panel-header-wallet {
    color: var(--main-color);;
    float: left;
    font-size: 0
}

    .panel-header-wallet i, .panel-header-wallet span {
        display: inline-block;
        vertical-align: middle
    }

    .panel-header-wallet span {
        font-size: 17px;
        font-weight: 400;
        line-height: 30px;
        margin-right: 15px
    }

        .panel-header-wallet span span {
            margin-right: 0
        }

    .panel-header-wallet i {
        font-size: 20px;
        margin-top: -5px
    }

.contact-form, .deposit-request-form, .employment-form, .new-ticket-form, .ticket-single-form {
    position: relative
}

.contact-form-loading, .deposit-request-form-loading, .employment-form-loading, .new-ticket-form-loading, .ticket-single-form-loading {
    background: rgba(255,255,255,.6);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

    .contact-form-loading:after, .deposit-request-form-loading:after, .employment-form-loading:after, .new-ticket-form-loading:after, .ticket-single-form-loading:after {
        animation: ajaxLoading .8s linear infinite;
        -webkit-animation: ajaxLoading .8s linear infinite;
        bottom: 0;
        content: '\f021';
        display: block;
        font-family: 'FontAwesome';
        font-size: 22px;
        height: 1em;
        left: 0;
        line-height: 1em;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 1em
    }

form .contact-form-submit, form .employment-form-submit, form .new-ticket-form-submit, form .new-ticket-form-text, form .ticket-single-form-submit {
    margin-top: 15px
}

form .contact-form-submit, form .employment-form-submit, form .new-ticket-form-submit, form .ticket-single-form-submit {
    float: right;
    padding: 14px 20px;
    text-align: center;
    width: calc(50% - 8px)
}

#contact-form-file, #employment-form-file, #new-ticket-form-file, #ticket-single-form-file {
    display: none
}

    #contact-form-file + label, #employment-form-file + label, #new-ticket-form-file + label, #ticket-single-form-file + label {
        direction: ltr;
        float: right;
        margin-left: 16px;
        margin-top: 15px;
        overflow: hidden;
        padding: 14px 20px;
        text-align: center;
        text-overflow: ellipsis;
        width: calc(50% - 8px);
        white-space: nowrap
    }

.ticket-single-attached-file {
    direction: ltr;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
}

    .ticket-single-attached-file i {
        float: right;
        font-size: 14px;
        margin-left: 12px;
        margin-top: 3px
    }

.new-ticket-title {
    font-size: 24px;
    margin-bottom: 10px
}

.new-ticket-text {
    display: block;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px
}

.new-ticket-form-text {
    height: 209px
}

.new-ticket-help {
    background-color: #fff;
    background-image: url(../images/indexbg2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.06);
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    font-weight: 400;
    padding: 30px
}

    .new-ticket-help ul li {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 15px;
        padding-right: 25px;
        position: relative
    }

        .new-ticket-help ul li:before {
            background: #8c7ce5;
            border-radius: 100%;
            content: '';
            height: 8px;
            position: absolute;
            right: 0;
            top: 9px;
            width: 8px
        }

.ticket-single {
    margin: 0 auto;
    max-width: 750px
}

.ticket-single-top-area {
    margin: 0 auto 25px;
    max-width: 750px
}

.ticket-single-title {
    float: right;
    font-size: 24px
}

    .ticket-single-title span {
        font-size: 18px
    }

.dashboard-post-status {
    font-size: 14px
}

.dashboard-post-status, .ticket-single-status {
    font-weight: 400;
    line-height: 1.4
}

.dashboard-post-status {
    display: block
}

.ticket-single-status {
    clear: right;
    float: right;
    font-size: 16px;
    margin-top: 5px
}

.dashboard-post-status-replied, .dashboard-service-status-active, .dashboard-service-status-semi-active, .kt-custom-package-cart-bottom span.price b, .ticket-single-status-replied {
    color: #a0bc88
}

.dashboard-post-status-not-replied, .dashboard-service-status-close-to-end, .ticket-single-status-not-replied {
    color: #ffad89
}

.dashboard-post-status-closed, .dashboard-service-status-inactive, .ticket-single-status-closed {
    color: #ff7878
}

.ticket-single-count {
    background: #ececec;
    border-radius: 3px;
    color: #7f8187;
    float: right;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    margin-right: 15px;
    padding: 4px 12px
}

.ticket-single-reply-button {
    float: left;
    margin-top: 10px
}

.ticket-single-title-holder {
    float: right
}

.single-tickets {
    background: #f9f9f9
}

.tickets-navigation .button-light {
    background: #ececec
}

.ticket-single-reply {
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 30px;
    position: relative
}

    .ticket-single-reply.ticket-single-reply-admin {
        background: #fff;
        -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.06);
        box-shadow: 0 5px 20px rgba(0,0,0,.06)
    }

        .ticket-single-reply.ticket-single-reply-admin:before {
            background-image: url(../images/ticket-logo.png);
            content: '';
            height: 38px;
            left: 38px;
            position: absolute;
            top: 38px;
            width: 29px
        }

    .ticket-single-reply.ticket-single-reply-user {
        background: #fff;
        border: 1px solid #ededed
    }

.ticket-single-replies .ticket-single-reply:last-child {
    margin-bottom: 0
}

.ticket-single-image {
    float: right;
    margin-left: 20px
}

    .ticket-single-image img {
        border-radius: 100%;
        display: block
    }

.ticket-single-desc-holder {
    overflow: hidden
}

.ticket-single-author {
    line-height: 1.4
}

.ticket-single-date {
    color: #7f8187;
    display: block;
    font-size: 13px
}

.ticket-single-top-holder {
    padding: 5px 0
}

.ticket-single-text-holder {
    color: #666;
    font-size: 15px;
    word-break: break-word;
    font-weight: 400
}

.ticket-single-replies {
    padding-top: 5px
}

.new-ticket-form-outer {
    margin-top: 40px
}

.ticket-single-form-holder {
    display: none
}

.ticket-single-form {
    margin-bottom: 45px
}

.our-team-header {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,.08);
    box-shadow: 0 3px 20px rgba(0,0,0,.08);
    padding: 60px 60px 30px;
    text-shadow: 0 0 0
}

.accordion-content-inner .wpb_wrapper p, .accordion-content-inner > p {
    margin-bottom: 10px
}

    .accordion-content-inner .wpb_wrapper p:last-child, .accordion-content-inner > p:last-child {
        margin-bottom: 0
    }

.accordion-content-inner a, .blog-cat-box-inner a, .blog-single-series-items span.blog-single-series-item h4, .woocommerce-MyAccount-account-funds > p strong {
    color: var(--main-color);
}

    .accordion-content-inner a:hover, .blog-cat-box-inner a:hover {
        color: #ff2264
    }

.accordion-content-inner .button, .blog-cat-box-inner .button {
    color: #fff !important
}

.team-group-title .icon-box4-title {
    font-weight: 500;
    margin-bottom: -8px;
    vertical-align: bottom
}

.team-group-title .icon-box4-icon {
    vertical-align: bottom
}

.our-team-member {
    background: #f7f7f7;
    border-radius: 3px;
    padding: 30px
}

    .our-team-member.icon-box3-icon-right .icon-box3-title {
        margin: 0
    }

.icon-box1, .icon-box2, .icon-box3, .icon-box4, .icon-box5, .icon-box6 {
    display: block
}

.google-snippet-title-output-outer {
    font-family: arial;
    font-size: 18px !important;
    line-height: 18px !important;
    text-decoration: none
}

.google-snippet-title-output {
    color: #1e0fbe !important
}

.google-snippet-desc-output, .google-snippet-title-output {
    display: block;
    position: relative;
    min-height: 18px
}

    .google-snippet-desc-output .hidden, .google-snippet-title-output .hidden {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        pointer-events: none
    }

    .google-snippet-desc-output b, .google-snippet-desc-output span, .google-snippet-title-output b, .google-snippet-title-output span {
        display: inline-block;
        padding-right: .278em
    }

        .google-snippet-desc-output b:first-child, .google-snippet-desc-output span:first-child, .google-snippet-title-output b:first-child, .google-snippet-title-output span:first-child {
            padding-right: 0
        }

.google-snippet-desc-output-outer {
    color: #545454;
    font-family: arial;
    font-size: 13px;
    line-height: 1.4
}

    .google-snippet-desc-output-outer b, .google-snippet-desc-output-outer strong {
        font-weight: 600
    }

.google-snippet-box {
    padding: 30px;
    text-align: left;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.05);
    box-shadow: 0 5px 30px rgba(0,0,0,.05);
    margin-top: 15px
}

.button.google-snippet-url-submit {
    float: left;
    padding: 14px 20px;
    width: 150px
}

.google-snippet-url-input.google-ad-preview-item {
    float: right;
    width: calc(100% - 160px)
}

.google-snippet-holder .google-ad-preview-item {
    margin-bottom: 12px
}

.google-snippet-desc {
    height: 120px
}

.google-snippet-url-output-outer {
    font-family: arial;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 1px;
    direction: ltr
}

.google-snippet-url-output {
    display: inline-block;
    max-width: 390px;
    overflow: hidden;
    padding-right: 14px;
    color: #006621 !important;
    min-height: 16px;
    position: relative;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap
}

    .google-snippet-url-output:before {
        bottom: 0;
        color: #006621;
        content: '\f0d7';
        font-family: FontAwesome;
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 1px;
        z-index: 1
    }

.google-snippet-holder {
    padding-top: 10px
}

.google-snippet-limit {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 2;
    padding: 2px 10px;
    border-radius: 3px;
    background: rgba(124,204,119,.1);
    color: #51bb4a;
    margin-right: 120px;
    font-weight: 400
}

    .google-snippet-limit.google-snippet-limit-error {
        background: rgba(255,104,104,.1);
        color: #ff2b2b
    }

.kt-mega-menu-shortcode-holder .icon-box3 {
    margin-bottom: 30px
}

    .kt-mega-menu-shortcode-holder .icon-box3:last-child {
        margin-bottom: 0
    }

.kt-mega-menu-shortcode-holder .icon-box3-icon-right .icon-box3-title {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 15px
}

.kt-mega-menu-shortcode-holder .icon-box3-text {
    color: #7f8187;
    font-size: 14px
}

.contact-us-left > .vc_column-inner > .wpb_wrapper {
    border-right: 1px solid #ededed;
    padding-right: 40px
}

.woocommerce-MyAccount-content .dashboard-services-box:first-child .dashboard-posts-list {
    padding-bottom: 30px
}

    .woocommerce-MyAccount-content .dashboard-services-box:first-child .dashboard-posts-list .services-notfound {
        margin-bottom: 0
    }

.woocommerce-edit-account .woocommerce-MyAccount-content {
    margin: 0 auto;
    max-width: 700px;
    padding-top: 20px
}

    .woocommerce-edit-account .woocommerce-MyAccount-content legend {
        color: #46484d;
        display: block;
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 5px;
        padding-top: 10px
    }

    .woocommerce-edit-account .woocommerce-MyAccount-content .button {
        padding: 13px 20px;
        text-align: center;
        width: 100%
    }

    .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-form-row {
        margin-bottom: 20px
    }

        .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-form-row label {
            display: block;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 8px
        }

        .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-form-row.form-row-one-half {
            float: right;
            width: calc(50% - 10px)
        }

            .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-form-row.form-row-one-half.form-row-first {
                margin-left: 20px
            }

.bankmellat-checkout-form {
    font-size: 0
}

.woocommerce-orders-table__cell-order-actions {
    text-align: left
}

    .woocommerce-orders-table__cell-order-actions .button {
        padding: 6px 13px;
        margin-left: 10px;
        font-size: 13px
    }

        .woocommerce-orders-table__cell-order-actions .button:nth-child(2), .woocommerce-orders-table__cell-order-actions .button:only-child {
            background: #f0f2f7;
            color: #7f8187
        }

            .woocommerce-orders-table__cell-order-actions .button:nth-child(2):hover, .woocommerce-orders-table__cell-order-actions .button:only-child:hover {
                background: #e3e6f0;
                color: #64656a
            }

        .woocommerce-orders-table__cell-order-actions .button:first-child:not(:only-child) {
            background: #7ccc77
        }

            .woocommerce-orders-table__cell-order-actions .button:first-child:not(:only-child):hover {
                color: #fff;
                background: #63c25d
            }

        .woocommerce-orders-table__cell-order-actions .button:last-child:not(:only-child) {
            background: #ff6868
        }

            .woocommerce-orders-table__cell-order-actions .button:last-child:not(:only-child):hover {
                color: #fff;
                background: #f44
            }

        .woocommerce-orders-table__cell-order-actions .button:last-child {
            margin-left: 0
        }

.woocommerce-customer-details {
    margin-top: 30px
}

.woocommerce-order-details__title {
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 22px
}

.tools-box-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

.tools-box-text {
    font-size: 15px;
    margin-bottom: 20px
}

.tools-box {
    position: relative;
    padding-bottom: 7px
}

    .tools-box:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 40px;
        right: 40px;
        height: 20px;
        background: #eff3f7;
        border-radius: 0 0 20px 20px;
        z-index: 1
    }

.tools-box-inner {
    border-radius: 5px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 5px 30px rgba(51,105,158,.1);
    box-shadow: 0 5px 30px rgba(51,105,158,.1);
    padding: 40px 30px;
    background-color: #fff;
    height: 100%;
    text-align: center
}

.woocommerce-MyAccount-account-funds {
    max-width: 700px;
    margin: 0 auto
}

    .woocommerce-MyAccount-account-funds > p {
        font-size: 14px;
        font-weight: 400
    }

    .woocommerce-MyAccount-account-funds h2, .woocommerce-MyAccount-account-funds h3 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 15px;
        font-weight: 500
    }

    .icon-box3-text .woocommerce-MyAccount-account-funds ul + h3, .mejs-container .woocommerce-MyAccount-account-funds .mejs-controls + h3, .woocommerce-MyAccount-account-funds .clearfix + h3, .woocommerce-MyAccount-account-funds .dashboard-posts-list + h3, .woocommerce-MyAccount-account-funds .header-search-item + h3, .woocommerce-MyAccount-account-funds .icon-box2 + h3, .woocommerce-MyAccount-account-funds .icon-box3-text ul + h3, .woocommerce-MyAccount-account-funds .kt-row + h3, .woocommerce-MyAccount-account-funds .mejs-container .mejs-controls + h3, .woocommerce-MyAccount-account-funds .music-player-playlist-item + h3 {
        margin-top: 30px;
        margin-bottom: 20px
    }

    .woocommerce-MyAccount-account-funds #topup_amount, .woocommerce-MyAccount-account-funds .deposit-request-form-amount {
        padding: 9px 15px;
        float: right;
        width: calc(100% - 150px);
        margin-left: 10px
    }

    .woocommerce-MyAccount-account-funds .button.button-green {
        width: 140px;
        float: right
    }

    .woocommerce-MyAccount-account-funds textarea {
        height: 120px;
        margin-bottom: 10px
    }

.blog-single-series-items {
    margin-bottom: 20px
}

    .blog-single-series-items .blog-single-series-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-bottom: 10px;
        padding-top: 10px
    }

        .blog-single-series-items .blog-single-series-item:first-child {
            padding-top: 0
        }

        .blog-single-series-items .blog-single-series-item:last-child {
            padding-bottom: 0
        }

        .blog-single-series-items .blog-single-series-item img {
            float: right;
            height: 50px;
            margin: 0 0 0 15px !important;
            width: 50px;
            border-radius: 100%
        }

    .blog-single-series-items h2 {
        font-size: 0;
        text-align: right;
        padding: 0
    }

        .blog-single-series-items h2 a {
            font-size: 18px;
            font-weight: 500;
            padding: 20px 25px;
            margin-bottom: 15px;
            border-radius: 3px;
            display: inline-block;
            background: #f6f7fa;
            line-height: 1em;
            color: #46484d
        }

.wpb_single_image.vc_align_center {
    text-align: center
}

.wpb_single_image.vc_align_right {
    text-align: right
}

.wpb_single_image.vc_align_left {
    text-align: left
}

.kt-verify-submit {
    width: calc(50% - 6px);
    text-align: center;
    margin-top: 12px
}

.kt-verify-change-number, .kt-verify-send-again {
    margin-top: 12px
}

.kt-change-password-submit, .kt-reset-password-again, .kt-verify-change-number, .kt-verify-send-again {
    width: calc(50% - 6px);
    text-align: center
}

.kt-reset-password-again, .kt-verify-send-again {
    margin-left: 12px
}

.button.clicked {
    opacity: .6;
    cursor: not-allowed
}

.kt-change-mobile-number-submit {
    width: 100%;
    margin-top: 12px
}

.banner-adv-outer .kt-modal-overlay, .google-adwords-slider .slick-dots li.slick-active button {
    background: #fff
}

.kt-modal-inner.kt-banner-adv-modal {
    background: 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    direction: ltr;
    max-width: 800px
}

    .kt-modal-inner.kt-banner-adv-modal .kt-modal-close {
        margin-left: 0;
        top: 15px;
        left: 0;
        right: auto
    }

    .kt-modal-inner.kt-banner-adv-modal .kt-modal-content {
        direction: rtl
    }

.banner-adv-table tr td:first-child {
    width: 50%
}

.banner-adv-table tbody tr td:last-child {
    width: 50px;
    padding-right: 0
}

    .banner-adv-table tbody tr td:last-child .banner-adv-item-add-remove {
        float: none;
        display: block;
        margin-top: 0
    }

.banner-adv-item-cat span:first-child, .reportage-custom-item-cat span:first-child {
    vertical-align: top;
    background: rgba(0,0,0,.04);
    border-radius: 3px;
    color: #929096;
    display: inline-block;
    font-size: 12px;
    padding: 2px 9px
}

.banner-adv-item-suggested, .reportage-custom-item-suggested {
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-top: 7px;
    line-height: 1.5em
}

    .banner-adv-item-suggested.reportage-custom-item-special-offer, .reportage-custom-item-suggested.reportage-custom-item-special-offer {
        margin-top: 5px;
        padding: 5px 9px;
        background: rgba(247,175,10,.18);
        border-radius: 3px;
        color: #f7af0a
    }

        .banner-adv-item-suggested.reportage-custom-item-special-offer:before, .reportage-custom-item-suggested.reportage-custom-item-special-offer:before {
            color: #f7af0a
        }

    .banner-adv-item-suggested:before, .reportage-custom-item-suggested:before {
        content: "\e033";
        color: var(--main-color);;
        font-family: 'ElegantIcons';
        display: inline-block;
        line-height: inherit;
        vertical-align: middle;
        padding-bottom: 1px;
        padding-left: 6px
    }

.reportage-custom-item-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner-adv-item-rank span, .reportage-custom-item-rank span {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 7px
}

    .banner-adv-item-rank span:last-child, .reportage-custom-item-rank span:last-child {
        margin-bottom: 0
    }

    .banner-adv-item-rank span b, .reportage-custom-item-rank span b {
        color: #6190bf
    }

.banner-adv-item-middle, .banner-adv-item-top, .reportage-custom-item-bottom, .reportage-custom-item-middle, .reportage-custom-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-adv-item-middle, .reportage-custom-item-middle {
    min-height: 55px
}

.reportage-custom-item-bottom {
    min-height: 44px
}

.banner-adv-item-middle, .banner-adv-item-top, .reportage-custom-item-middle, .reportage-custom-item-top {
    margin-bottom: 15px
}

.banner-adv-item-top, .reportage-custom-item-top {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

    .banner-adv-item-top h2, .reportage-custom-item-top h2, .responsive-menu-outer .mobile-menu .menu-item .menu-item-inner a {
        font-size: 18px
    }

    .banner-adv-item-top a, .reportage-custom-item-top a {
        font-weight: 400;
        color: #725edf;
        font-size: 13px;
        white-space: nowrap
    }

.banner-adv-item-inner, .reportage-custom-item-inner {
    background-color: #fff;
    background-image: url(../images/indexbg2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 3px;
    padding: 25px;
    position: relative;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.08);
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.banner-adv-item, .reportage-custom-item {
    width: 33.3333%;
    padding: 10px;
    display: block
}

.banner-adv-items-holder, .reportage-custom-items-holder {
    min-height: 20px;
    margin: -10px;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.reportage-custom-item-price-holder {
    line-height: 1.8
}

.reportage-custom-item-price {
    font-size: 14px;
    font-weight: 400;
    display: block
}

.reportage-custom-item-sale-price {
    font-size: 11px;
    color: #7ccc77;
    font-weight: 400;
    display: block
}

.banner-adv-item-add-remove, .reportage-custom-item-add-remove {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    border: 2px solid #7ccc77;
    -webkit-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out
}

    .banner-adv-item-add-remove:before, .reportage-custom-item-add-remove:before {
        font-family: 'ElegantIcons';
        display: block;
        line-height: 26px;
        font-size: 22px;
        content: "\4c";
        padding-right: 1px;
        color: #7ccc77;
        -webkit-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out;
        text-align: center
    }

.banner-adv-item-plan.selected .banner-adv-item-add-remove, .reportage-custom-item.selected .reportage-custom-item-add-remove {
    border-color: #ff6868
}

    .banner-adv-item-plan.selected .banner-adv-item-add-remove:before, .reportage-custom-item.selected .reportage-custom-item-add-remove:before {
        content: "\4b";
        color: #ff6868
    }

.banner-adv-modal-title {
    float: right
}

    .banner-adv-modal-title h4 {
        font-size: 22px;
        font-weight: 500
    }

    .banner-adv-modal-title a {
        font-size: 14px;
        display: block;
        line-height: 1.5
    }

.kt-custom-package-categories, .kt-custom-package-sort {
    position: relative;
    float: right
}

.kt-custom-package-sort {
    z-index: 2
}

.banner-adv-modal-top {
    margin-bottom: 20px;
    text-align: right
}

.banner-adv-modal-rank {
    float: left;
    margin-top: 7px;
    padding-left: 54px
}

    .banner-adv-modal-rank span {
        float: right;
        margin-left: 30px;
        font-size: 15px
    }

        .banner-adv-modal-rank span:last-child {
            margin-left: 0
        }

        .banner-adv-modal-rank span b {
            display: block;
            color: #6190bf;
            line-height: 1;
            font-size: 17px
        }

.kt-custom-package-categories-label, .kt-custom-package-sort-label {
    background: #fff;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.08);
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    border-radius: 3px;
    color: #7f8187;
    cursor: pointer;
    display: block;
    font-size: 14px;
    min-width: 210px;
    padding: 6px 15px 6px 40px;
    position: relative
}

    .kt-custom-package-categories-label:before, .kt-custom-package-sort-label:before {
        bottom: 0;
        content: '\f107';
        font-family: 'FontAwesome';
        font-size: 1em;
        font-style: normal;
        font-weight: 400;
        height: 1em;
        left: 15px;
        letter-spacing: 0;
        line-height: 1;
        margin: auto 0;
        position: absolute;
        text-align: left;
        top: 0;
        width: 1em
    }

.kt-custom-package-categories-options {
    max-height: 288px;
    direction: ltr
}

    .kt-custom-package-categories-options.ps--active-x > .ps__rail-x, .kt-custom-package-categories-options.ps--active-y > .ps__rail-y {
        display: block !important;
        background: 0 0 !important;
        opacity: 1 !important;
        left: 10px !important;
        right: auto !important
    }

    .kt-custom-package-categories-options .ps__thumb-y {
        border-radius: 6px;
        width: 6px;
        left: 0;
        right: auto;
        background-color: rgba(138,150,162,.2)
    }

.kt-custom-package-categories {
    z-index: 3
}

.kt-custom-package-categories-options, .kt-custom-package-sort-options {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.08);
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    display: none;
    left: 0;
    margin-top: 10px;
    padding: 14px 20px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 19
}

    .kt-custom-package-categories-options a, .kt-custom-package-sort-options a {
        color: #7f8187;
        display: block;
        font-size: 14px;
        padding: 5px 0
    }

        .kt-custom-package-categories-options a.active, .kt-custom-package-categories-options a:hover, .kt-custom-package-sort-options a.active, .kt-custom-package-sort-options a:hover {
            color: var(--main-color);
        }

.kt-custom-package-categories-options-inner {
    direction: rtl
}

.kt-custom-package-filters-holder {
    padding-bottom: 20px
}

.kt-custom-package-categories, i.blog-item-popular + i.blog-item-suggested {
    margin-left: 10px
}

input.kt-custom-package-search {
    float: right;
    width: auto;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 300;
    border: 0;
    margin-left: 10px;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.08);
    box-shadow: 0 2px 12px rgba(0,0,0,.08)
}

.kt-custom-package-show-suggested {
    float: left;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.08);
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    padding: 8px 20px;
    background: #fab050;
    color: #fff !important
}

    .kt-custom-package-show-suggested:before {
        font-family: 'ElegantIcons';
        float: right;
        height: 26px;
        width: 26px;
        margin-left: 10px;
        border-radius: 100%;
        -webkit-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out;
        margin-top: -2px;
        margin-right: -2px;
        text-align: center;
        line-height: 26px;
        font-size: 15px;
        padding-top: 1px;
        background: #ea8e2b;
        padding-right: 1px;
        content: "\4e";
        color: transparent
    }

    .kt-custom-package-show-suggested.active:before {
        color: #fff
    }

.kt-captcha-image {
    display: block;
    float: left;
    border: 1px solid #ededed;
    border-radius: 3px
}

.kt-captcha-text {
    float: right;
    width: calc(100% - 142px)
}

.kt-login-remember-label {
    float: right;
    margin-top: 12px
}

.kt-login-submit {
    float: left
}

.kt-custom-package-cart {
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.08);
    box-shadow: 0 2px 12px rgba(0,0,0,.08)
}

    .kt-custom-package-cart:before {
        background: rgba(255,255,255,.4);
        content: '';
        z-index: 2
    }

    .kt-custom-package-cart:after {
        animation: ajaxLoading .8s linear infinite;
        -webkit-animation: ajaxLoading .8s linear infinite;
        z-index: 3;
        content: '\f021';
        font-family: 'FontAwesome';
        font-size: 22px;
        height: 1em;
        line-height: 1em;
        margin: auto;
        text-align: center;
        width: 1em;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        display: none
    }

    .kt-custom-package-cart.is-loading:after, .kt-custom-package-cart.is-loading:before, .kt-custom-package-cart:after, .kt-custom-package-cart:before {
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out
    }

    .kt-custom-package-cart:before {
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        opacity: 0;
        display: none
    }

    .kt-custom-package-cart.is-loading:after, .kt-custom-package-cart.is-loading:before {
        opacity: 1;
        display: block
    }

.kt-custom-package-cart-title {
    padding: 12px 25px 10px;
    font-size: 18px;
    color: #46484d;
    font-weight: 500;
    border-bottom: 1px solid #ededed
}

    .kt-custom-package-cart-title i {
        font-size: 24px;
        margin-left: 10px;
        float: right;
        margin-top: 4px
    }

.kt-custom-package-cart-content {
    padding: 20px 25px
}

    .kt-custom-package-cart-content .kt-custom-package-cart-item {
        padding-bottom: 15px;
        margin-bottom: 15px;
        position: relative;
        border-bottom: 1px solid #ededed
    }

        .kt-custom-package-cart-content .kt-custom-package-cart-item:last-child {
            margin-bottom: 0 !important;
            padding-bottom: 0 !important;
            border-bottom: none
        }

.kt-custom-package-cart-empty {
    font-size: 14px;
    line-height: 1.7;
    display: block
}

    .kt-custom-package-cart-empty + span {
        padding: 12px 16px;
        background: #fff3e6;
        border-radius: 3px;
        font-weight: 400;
        color: #c36d10;
        margin-top: 12px
    }

.banner-adv.kt-row, .reportage-custom.kt-row {
    margin-left: -15px;
    margin-right: -15px;
    text-align: right
}

    .banner-adv.kt-row .column, .reportage-custom.kt-row .column {
        padding-left: 15px;
        padding-right: 15px
    }

.kt-custom-package-cart-item-title {
    font-size: 16px;
    color: #46484d;
    font-weight: 500;
    display: block;
    padding-left: 25px;
    line-height: 1.6
}

.kt-custom-package-cart-item-price {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #d94255;
    line-height: 1.6
}

.kt-custom-package-cart-item-remove {
    position: absolute;
    left: 0;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    padding: 4px 4px 4px 0
}

    .kt-custom-package-cart-item-remove:before, .reportage-custom-item-modal:before {
        font-family: 'ElegantIcons';
        content: "\4d";
        display: block;
        -webkit-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out
    }

    .kt-custom-package-cart-item-remove:hover:before {
        color: var(--main-color);
    }

.kt-custom-package-cart-bottom {
    padding: 20px 25px 25px;
    border-top: 1px solid #ededed
}

    .kt-custom-package-cart-bottom span {
        display: block;
        padding-bottom: 4px;
        font-size: 14px
    }

        .kt-custom-package-cart-bottom span.discount b {
            color: #ff8181
        }

    .kt-custom-package-cart-bottom .button {
        text-align: center;
        font-size: 16px;
        display: block;
        margin-top: 10px
    }

.reportage-custom-item-modal {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin-left: 6px;
    background: #e6e6e6;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out
}

    .reportage-custom-item-modal:hover {
        background: #dedede
    }

        .reportage-custom-item-modal:hover:before {
            color: #8c8c8c
        }

    .reportage-custom-item-modal.reportage-custom-item-modal-alert {
        background: rgba(255,104,104,.18)
    }

        .reportage-custom-item-modal.reportage-custom-item-modal-alert:before {
            color: #ff6868
        }

        .reportage-custom-item-modal.reportage-custom-item-modal-alert:hover {
            background: rgba(255,104,104,.25)
        }

            .reportage-custom-item-modal.reportage-custom-item-modal-alert:hover:before, .woocommerce-error li a:hover {
                color: #ff3535
            }

    .reportage-custom-item-modal:before {
        content: "\75";
        color: #a5a5a5
    }

.kt-reportage-modal, .kt-service-renew-modal {
    max-width: 600px;
    background: #fff
}

    .kt-reportage-modal .kt-modal-close, .kt-service-renew-modal .kt-modal-close {
        left: 30px;
        top: 30px;
        right: auto;
        margin-left: 0;
        height: 18px;
        width: 18px
    }

        .kt-reportage-modal .kt-modal-close:after, .kt-reportage-modal .kt-modal-close:before, .kt-service-renew-modal .kt-modal-close:after, .kt-service-renew-modal .kt-modal-close:before {
            background: #d4d4d4;
            height: 24px
        }

.kt-custom-package-cart-modal {
    text-align: right;
    max-width: 450px;
    overflow: hidden !important
}

    .kt-custom-package-cart-modal .kt-custom-package-cart {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .kt-custom-package-cart-modal .kt-custom-package-cart-content {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        padding: 18px 20px
    }

        .kt-custom-package-cart-modal .kt-custom-package-cart-content .kt-custom-package-cart-item {
            padding-bottom: 13px;
            margin-bottom: 13px
        }

    .kt-custom-package-cart-modal .kt-custom-package-cart-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: none;
        -webkit-box-shadow: 0 0 35px rgba(0,0,0,.12);
        box-shadow: 0 0 35px rgba(0,0,0,.12);
        padding: 16px 20px 20px;
        background: #fff
    }

        .kt-custom-package-cart-modal .kt-custom-package-cart-bottom span {
            padding-bottom: 2px
        }

        .kt-custom-package-cart-modal .kt-custom-package-cart-bottom .button {
            margin-top: 8px
        }

    .kt-custom-package-cart-modal .kt-modal-close {
        right: auto;
        margin-left: 0;
        left: 18px;
        top: 18px
    }

        .kt-custom-package-cart-modal .kt-modal-close:after, .kt-custom-package-cart-modal .kt-modal-close:before {
            background-color: #bfbfbf;
            height: 22px
        }

.kt-service-history-modal {
    max-width: 750px;
    background: #fff
}

    .kt-service-history-modal .kt-modal-close {
        left: 30px;
        top: 30px;
        right: auto;
        margin-left: 0;
        height: 18px;
        width: 18px
    }

        .kt-service-history-modal .kt-modal-close:after, .kt-service-history-modal .kt-modal-close:before {
            background: #d4d4d4;
            height: 24px
        }

.reportage-modal-title, .service-history-modal-title, .service-renew-modal-title {
    font-size: 20px;
    text-align: right;
    padding: 20px 30px 0;
    font-weight: 500;
    color: #46484d
}

.reportage-modal-title, .service-renew-modal-title {
    padding: 20px 30px 16px;
    border-bottom: 1px solid #ededed
}

.service-renew-modal-form {
    padding: 25px 30px 30px
}

.service-history-modal-table {
    padding: 20px 30px 30px
}

.reportage-modal-text {
    padding: 20px 30px;
    font-size: 15px;
    text-align: right
}

.kt-custom-package-sort-label {
    width: 210px
}

.google-adwords-item {
    vertical-align: middle !important;
    padding: 0 12px
}

    .google-adwords-item .pricing-table {
        margin-top: 17px
    }

.google-adwords-slider {
    font-size: 0
}

    .google-adwords-slider .slick-list, .google-adwords-slider .slick-next, .google-adwords-slider .slick-prev {
        display: inline-block;
        vertical-align: middle
    }

    .google-adwords-slider .slick-list {
        margin: 0 -12px;
        width: calc(100% - 304px)
    }

    .google-adwords-slider .slick-dots {
        padding-top: 24px
    }

        .google-adwords-slider .slick-dots li button {
            height: 12px;
            width: 12px;
            background: rgba(255,255,255,.7)
        }

    .google-adwords-slider .slick-next, .google-adwords-slider .slick-prev {
        border-radius: 50px;
        background: #fff;
        padding: 10px 26px;
        font-size: 0;
        -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.08);
        box-shadow: 0 2px 12px rgba(0,0,0,.08);
        text-align: center;
        width: 134px;
        -webkit-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out
    }

        .google-adwords-slider .slick-next i, .google-adwords-slider .slick-next span, .google-adwords-slider .slick-prev i, .google-adwords-slider .slick-prev span {
            display: inline-block;
            vertical-align: middle;
            -webkit-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out
        }

        .google-adwords-slider .slick-next i, .google-adwords-slider .slick-prev i {
            font-size: 30px;
            color: var(--main-color);;
            line-height: 1
        }

        .google-adwords-slider .slick-next span, .google-adwords-slider .slick-prev span {
            color: #7f8187;
            font-size: 14px;
            line-height: 1.4em
        }

            .google-adwords-slider .slick-next span b, .google-adwords-slider .slick-prev span b {
                display: block
            }

        .google-adwords-slider .slick-next.slick-disabled, .google-adwords-slider .slick-prev.slick-disabled {
            cursor: not-allowed
        }

            .google-adwords-slider .slick-next.slick-disabled i, .google-adwords-slider .slick-next.slick-disabled span, .google-adwords-slider .slick-prev.slick-disabled i, .google-adwords-slider .slick-prev.slick-disabled span {
                color: #7f8187
            }

        .google-adwords-slider .slick-next:not(.slick-disabled):hover, .google-adwords-slider .slick-prev:not(.slick-disabled):hover {
            background: var(--main-color);
        }

            .google-adwords-slider .slick-next:not(.slick-disabled):hover i, .google-adwords-slider .slick-next:not(.slick-disabled):hover span, .google-adwords-slider .slick-prev:not(.slick-disabled):hover i, .google-adwords-slider .slick-prev:not(.slick-disabled):hover span {
                color: #fff
            }

    .google-adwords-slider .slick-prev {
        margin-left: 30px
    }

        .google-adwords-slider .slick-prev span {
            text-align: right
        }

        .google-adwords-slider .slick-prev i {
            margin-left: 15px
        }

    .google-adwords-slider .slick-next {
        margin-right: 30px
    }

        .google-adwords-slider .slick-next span {
            text-align: left
        }

        .google-adwords-slider .slick-next i {
            margin-right: 15px
        }

.blog-quote-box {
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08)
}

    .blog-quote-box.blog-quote-box-default .blog-quote-box-image:before {
        background: var(--main-color);
    }

    .blog-quote-box.blog-quote-box-green .blog-quote-box-image:before {
        background: #7ccc77
    }

    .blog-quote-box.blog-quote-box-blue .blog-quote-box-image:before {
        background: #5facfa
    }

    .blog-quote-box.blog-quote-box-red .blog-quote-box-image:before {
        background: #ff6868
    }

    .blog-quote-box.blog-quote-box-orange .blog-quote-box-image:before {
        background: #fab050
    }

    .blog-quote-box.blog-quote-box-gray .blog-quote-box-image:before {
        background: #757a86
    }

    .blog-quote-box.blog-quote-box-aqua .blog-quote-box-image:before {
        background: #1bd4ae
    }

    .blog-quote-box.blog-quote-box-violet .blog-quote-box-image:before {
        background: #8c7ce5
    }

.blog-quote-link {
    z-index: 3;
    display: inline-block;
    margin-top: 20px;
    background: rgba(255,255,255,.22);
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 3px;
    padding: 4px 15px;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.1);
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
    text-shadow: 0 1px 5px rgba(0,0,0,.18)
}

    .blog-quote-link:hover {
        color: #fff
    }

    .blog-quote-link:after {
        content: "\f104";
        font-family: FontAwesome;
        font-size: 18px;
        margin-right: 10px;
        position: relative;
        top: 2px;
        line-height: 1
    }

.blog-quote-box-image {
    background-position: center;
    background-size: cover;
    border-radius: 3px;
    bottom: -10px;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    left: -10px;
    position: absolute;
    right: -10px;
    top: -10px;
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

    .blog-quote-box-image:after, .blog-quote-box-image:before {
        border-radius: 3px;
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

    .blog-quote-box-image:before {
        opacity: .7
    }

    .blog-quote-box-image:after {
        background-image: linear-gradient(-45deg,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%)
    }

.blog-quote-inner {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    position: relative;
    padding: 130px 30px 30px
}

.blog-quote-icon {
    color: #fff;
    font-size: 60px !important;
    margin-bottom: 20px;
    text-shadow: 0 1px 5px rgba(0,0,0,.25)
}

.blog-quote-author, .blog-quote-text {
    text-shadow: 0 1px 3px rgba(0,0,0,.15)
}

.blog-quote-text {
    color: #fff;
    line-height: 1.8em;
    font-size: 18px;
    font-weight: 400
}

    .blog-quote-text p {
        color: inherit;
        line-height: inherit;
        font-size: inherit;
        font-weight: inherit
    }

    .blog-quote-text a {
        color: inherit !important
    }

.blog-quote-author {
    margin-top: 12px;
    color: rgba(255,255,255,.9);
    font-size: 16px;
    font-weight: 500
}

i.blog-item-suggested {
    color: #fab050
}

.panel-responsive-menu ul li.is-active a, .panel-responsive-menu ul li:hover a, .responsive-menu-inner .menu-item.active.menu-item-has-children > .menu-item-inner > a .menu-item-toggle-icon, .responsive-menu-inner .menu-item.active > .menu-item-inner a span, .responsive-menu-inner .menu-item:hover.menu-item-has-children > .menu-item-inner > a .menu-item-toggle-icon, .responsive-menu-inner .menu-item:hover > .menu-item-inner a span, i.blog-item-popular {
    color: var(--main-color);
}

i.blog-item-popular, i.blog-item-suggested {
    display: inline;
    font-size: 18px;
    line-height: 1em;
    vertical-align: middle;
    position: relative;
    top: -3px
}

    i.blog-item-popular + .blog-item-categories, i.blog-item-popular + .blog-single-categories, i.blog-item-suggested + .blog-item-categories, i.blog-item-suggested + .blog-single-categories {
        padding-right: 15px
    }

.blog-item-top-holder {
    font-size: 0
}

.account-funds-tabs a, .blog-item-categories {
    display: inline;
    vertical-align: middle;
    font-size: 14px
}

.scroll-progress-bar {
    background: var(--main-color);;
    height: 3px;
    z-index: 1000;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: width .25s cubic-bezier(0,0,.33,1);
    transition: width .25s cubic-bezier(0,0,.33,1)
}

.admin-bar .scroll-progress-bar {
    top: 32px
}

.account-funds-tabs {
    font-size: 0;
    padding-bottom: 25px
}

    .account-funds-tabs a {
        background: #f6f7fa;
        padding: 12px 20px;
        border-radius: 3px;
        display: inline-block;
        line-height: 1.5em;
        color: #7f8187;
        margin-left: 10px
    }

        .account-funds-tabs a.active {
            background: var(--main-color);;
            color: #fff
        }

.service-renew-history-button {
    float: right;
    font-size: 16px !important;
    margin-top: 8px
}

.service-report-link {
    background: #83bece;
    border-radius: 3px;
    float: right;
    font-size: 13px;
    padding: 3px 15px;
    -webkit-transition: color .15s ease-in-out,background .15s ease-in-out;
    transition: color .15s ease-in-out,background .15s ease-in-out;
    color: #fff
}

    .service-report-link:hover {
        color: #fff;
        background: #71b4c7
    }

.service-renew-form-select {
    float: right;
    width: calc(100% - 90px);
    padding: 7px 15px;
    font-size: 14px
}

.service-renew-form-submit {
    float: left;
    width: 80px !important;
    font-size: 14px !important
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_loaderIcon {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: url(../images/loader.gif) center center no-repeat;
    background-color: #fff
}

div.pp_overlay {
    position: fixed;
    z-index: 999999;
    top: 0 !important;
    right: 0;
    display: none;
    width: 100%;
    background: rgba(255,255,255,.95);
    height: 100% !important
}

.banner-adv-gallery a img, .custom-heading span, .kt-gallery a, .kt-gallery img, .responsive-logo img, .responsive-menu-inner .menu-item.menu-item-has-children.active > .sub-menu {
    display: block
}

.kt-gallery a {
    -webkit-box-shadow: 0 8px 35px 0 rgba(0,0,0,.06);
    box-shadow: 0 8px 35px 0 rgba(0,0,0,.06);
    background: #fff;
    border-radius: 3px
}

    .kt-gallery a h5 {
        padding: 15px;
        font-size: 18px;
        text-align: center
    }

    .kt-gallery a :first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .kt-gallery a :last-child {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }

div.pp_pic_holder {
    z-index: 1000000;
    display: none;
    width: 100px;
    position: fixed;
    top: 50% !important;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.pp_content {
    min-width: 40px;
    height: 40px
}

* html .pp_content {
    width: 40px
}

.pp_content_container {
    position: relative;
    width: 100%;
    text-align: right
}

    .pp_content_container .pp_left {
        padding-right: 20px
    }

    .pp_content_container .pp_right {
        padding-left: 20px
    }

div.pp_default .pp_nav .currentTextHolder {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 2px;
    margin: 0 0 0 -2px;
    color: #fff
}

.pp_hoverContainer {
    position: absolute;
    z-index: 2000;
    top: 0;
    width: 100%
}

.pp_content_container .pp_details .pp_description, .pp_content_container .pp_details .pp_nav, .pp_content_container .pp_details .pp_social, .pp_gallery, a.pp_contract, a.pp_expand, a.pp_next, a.pp_previous {
    display: none !important
}

div.ppt {
    font-size: 17px;
    z-index: 9999;
    margin: 0 20px 12px 0;
    color: #fff;
    max-width: calc(100% - 3.75rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.pp_loaderIcon, a.pp_close {
    position: absolute;
    display: block
}

a.pp_close {
    left: 0;
    cursor: pointer;
    padding-bottom: 10px;
    line-height: 1;
    -webkit-transform: translate(-7px,-100%);
    transform: translate(-7px,-100%);
    font-size: 0;
    top: 0
}

    a.pp_close:before {
        font-size: 34px;
        content: "\4d";
        font-family: 'ElegantIcons';
        line-height: 1;
        color: #7f8187
    }

.pp_play, div.ppt {
    display: none
}

.pp_loaderIcon {
    top: 50%;
    right: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px
}

#pp_full_res {
    line-height: 1 !important;
    font-size: 0
}

.pp_fade {
    display: none;
    position: relative
}

.banner-adv-gallery {
    font-size: 0;
    padding-top: 27px
}

    .banner-adv-gallery a {
        display: inline-block;
        vertical-align: top;
        padding: 8px
    }

.mega-menu-title-empty {
    display: block;
    font-size: 16px;
    height: 2.35em
}

.kt-wc-login-holder {
    width: 550px;
    margin: 0 auto;
    padding: 40px 0 30px
}

.responsive-menu-outer-holder {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    background-color: #fff;
    z-index: 99999;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    border-style: solid;
    display: none;
    -webkit-transition: right .55s cubic-bezier(.38,.11,.01,1),box-shadow .55s cubic-bezier(.38,.11,.01,1);
    -webkit-transition: right .55s cubic-bezier(.38,.11,.01,1),-webkit-box-shadow .55s cubic-bezier(.38,.11,.01,1);
    transition: right .55s cubic-bezier(.38,.11,.01,1),-webkit-box-shadow .55s cubic-bezier(.38,.11,.01,1);
    transition: right .55s cubic-bezier(.38,.11,.01,1),box-shadow .55s cubic-bezier(.38,.11,.01,1);
    transition: right .55s cubic-bezier(.38,.11,.01,1),box-shadow .55s cubic-bezier(.38,.11,.01,1),-webkit-box-shadow .55s cubic-bezier(.38,.11,.01,1);
    right: -250px
}

.responsive-logo {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 31%;
}

.responsive-menu-outer {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 92px;
    bottom: 45px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden
}

    .responsive-menu-outer .mobile-menu .menu-item .menu-item-inner a i:not(.menu-item-toggle-icon) {
        font-size: 18px
    }

    .responsive-menu-outer .mobile-menu .menu-item .sub-menu .menu-item-inner a i:not(.menu-item-toggle-icon) {
        font-size: 16px
    }

.responsive-menu-overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    position: fixed;
    cursor: pointer;
    z-index: 99991;
    visibility: hidden;
    opacity: 0;
    display: none;
    -webkit-transition: opacity .5s cubic-bezier(.38,.11,.01,1);
    transition: opacity .5s cubic-bezier(.38,.11,.01,1)
}

html.responsive-menu-opened .responsive-menu-outer-holder {
    right: 0
}

html.responsive-menu-opened .responsive-menu-overlay {
    opacity: 1
}

.kt-notice-holder {
    padding: 10px 0;
    background-color: var(--main-color);
}

.kt-notice-inner {
    padding: 10px 20px 10px 10px;
    background: rgba(255,255,255,.9);
    border-radius: 3px;
    position: relative
}

    .kt-notice-inner .button {
        float: left
    }

    .kt-notice-inner .kt-notice-close {
        position: absolute;
        font-size: 24px;
        height: 1em;
        width: 1em;
        color: #fff;
        top: 0;
        bottom: 0;
        right: -1.3em;
        line-height: 1em;
        cursor: pointer;
        text-align: center;
        margin: auto 0
    }

    .kt-notice-inner .kt-notice-text {
        float: right;
        font-size: 16px;
        color: #46484d;
        padding: 6px 0 4px;
        font-weight: 400
    }

.responsive-menu-inner > .menu-item:first-child > .menu-item-inner > a {
    padding-top: 0
}

.panel-responsive-menu ul li:last-child, .responsive-menu-inner > .menu-item:last-child > .menu-item-inner > a {
    padding-bottom: 0
}

.responsive-menu-inner > .menu-item > .menu-item-inner, .responsive-menu-inner > .menu-item > .sub-menu {
    padding-right: 30px;
    padding-left: 30px
}

.responsive-menu-inner > .menu-item > .sub-menu {
    margin-right: 20px
}

.responsive-menu-inner .menu-item {
    border-bottom: 1px solid #ededed
}

    .responsive-menu-inner .menu-item .menu-item-inner a {
        padding: 1em 0;
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 1.6em
    }

        .responsive-menu-inner .menu-item .menu-item-inner a span {
            color: #7f8187;
            -webkit-transition: color .15s ease-in-out;
            transition: color .15s ease-in-out;
            display: inline-block;
            position: relative;
            vertical-align: top
        }

    .responsive-menu-inner .menu-item.menu-item-has-children > .menu-item-inner > a .menu-item-toggle-icon {
        left: 0;
        padding-top: .9em;
        padding-bottom: .9em;
        top: 0;
        padding-right: .7em;
        margin: auto 0;
        position: absolute;
        color: #7f8187;
        font-size: 1.2em;
        display: block
    }

        .responsive-menu-inner .menu-item.menu-item-has-children > .menu-item-inner > a .menu-item-toggle-icon:before {
            font-family: 'FontAwesome';
            content: '\f104';
            display: inline-block;
            vertical-align: top;
            -webkit-transition: color .15s ease-in-out,transform .2s ease-in-out;
            -webkit-transition: color .15s ease-in-out,-webkit-transform .2s ease-in-out;
            transition: color .15s ease-in-out,-webkit-transform .2s ease-in-out;
            transition: color .15s ease-in-out,transform .2s ease-in-out;
            transition: color .15s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out
        }

    .responsive-menu-inner .menu-item .sub-menu {
        display: none;
        padding-right: 20px
    }

        .responsive-menu-inner .menu-item .sub-menu .menu-item a {
            font-size: 14px
        }

.responsive-menu-inner .sub-menu {
    border-top: 1px solid #ededed
}

    .responsive-menu-inner .menu-item:last-child, .responsive-menu-inner .sub-menu .menu-item:last-child {
        border-bottom: none !important
    }

.panel-menu-button, .responsive-menu-button {
    cursor: pointer;
    position: relative;
    display: none
}

.panel-menu-button-inner, .responsive-menu-button-inner {
    top: 0;
    -webkit-transition: transform .45s cubic-bezier(.5,-.6,.19,1),background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out,-webkit-transform .45s cubic-bezier(.5,-.6,.19,1);
    transition: background .3s ease-in-out,-webkit-transform .45s cubic-bezier(.5,-.6,.19,1);
    transition: transform .45s cubic-bezier(.5,-.6,.19,1),background .3s ease-in-out;
    transition: transform .45s cubic-bezier(.5,-.6,.19,1),background .3s ease-in-out,-webkit-transform .45s cubic-bezier(.5,-.6,.19,1);
    bottom: 0
}

.panel-menu-button-inner {
    margin: auto 0
}

    .panel-menu-button-inner, .panel-menu-button-inner:after, .panel-menu-button-inner:before, .responsive-menu-button-inner, .responsive-menu-button-inner:after, .responsive-menu-button-inner:before {
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: #afafaf
    }

        .panel-menu-button-inner:after, .panel-menu-button-inner:before, .responsive-menu-button-inner:after, .responsive-menu-button-inner:before {
            content: "";
            -webkit-transition: transform .45s cubic-bezier(.5,-.6,.19,1),top .45s cubic-bezier(.5,-.6,.19,1),bottom .45s cubic-bezier(.5,-.6,.19,1),background .3s ease-in-out;
            -webkit-transition: top .45s cubic-bezier(.5,-.6,.19,1),bottom .45s cubic-bezier(.5,-.6,.19,1),background .3s ease-in-out,-webkit-transform .45s cubic-bezier(.5,-.6,.19,1);
            transition: top .45s cubic-bezier(.5,-.6,.19,1),bottom .45s cubic-bezier(.5,-.6,.19,1),background .3s ease-in-out,-webkit-transform .45s cubic-bezier(.5,-.6,.19,1);
            transition: transform .45s cubic-bezier(.5,-.6,.19,1),top .45s cubic-bezier(.5,-.6,.19,1),bottom .45s cubic-bezier(.5,-.6,.19,1),background .3s ease-in-out;
            transition: transform .45s cubic-bezier(.5,-.6,.19,1),top .45s cubic-bezier(.5,-.6,.19,1),bottom .45s cubic-bezier(.5,-.6,.19,1),background .3s ease-in-out,-webkit-transform .45s cubic-bezier(.5,-.6,.19,1)
        }

        .panel-menu-button-inner:after, .responsive-menu-button-inner:after {
            top: -7px
        }

        .panel-menu-button-inner:before, .responsive-menu-button-inner:before {
            bottom: -7px
        }

.responsive-menu-button {
    height: 31px;
    width: 31px;
 }

    .panel-menu-button.active .panel-menu-button-inner, .responsive-menu-button.active .responsive-menu-button-inner {
        -webkit-transform: translateX(.375rem);
        transform: translateX(.375rem);
        background: 0 0 !important
    }

        .responsive-menu-button.active .responsive-menu-button-inner:before {
            bottom: 0
        }

        .responsive-menu-button.active .responsive-menu-button-inner:after {
            top: 0
        }

        .responsive-menu-button.active .responsive-menu-button-inner:before {
            -webkit-transform: translateX(-.375rem) rotate(-45deg);
            transform: translateX(-.375rem) rotate(-45deg)
        }

        .responsive-menu-button.active .responsive-menu-button-inner:after {
            -webkit-transform: translateX(-.375rem) rotate(45deg);
            transform: translateX(-.375rem) rotate(45deg)
        }

.responsive-menu-button-inner {
    left: 0;
    margin: auto;
    right: 0
}

    .responsive-menu-button-inner:after, .responsive-menu-button-inner:before {
        right: 0
    }

.panel-menu-button {
    float: right;
    margin-top: 3px;
    width: 24px;
    height: 24px
}

    .panel-menu-button.active .panel-menu-button-inner:before {
        bottom: 0
    }

    .panel-menu-button.active .panel-menu-button-inner:after {
        top: 0
    }

    .panel-menu-button.active .panel-menu-button-inner:before {
        -webkit-transform: translateX(-.375rem) rotate(45deg);
        transform: translateX(-.375rem) rotate(45deg)
    }

    .panel-menu-button.active .panel-menu-button-inner:after {
        -webkit-transform: translateX(-.375rem) rotate(-45deg);
        transform: translateX(-.375rem) rotate(-45deg)
    }

.panel-menu-button-inner, .panel-menu-button-inner:after, .panel-menu-button-inner:before {
    left: 0
}

.panel-responsive-menu {
    display: none
}

    .panel-responsive-menu ul {
        padding-top: 18px;
        display: block
    }

        .panel-responsive-menu ul li {
            padding: 10px 0;
            border-top: 1px solid #ededed
        }

.reportage-holder-box .row-inner-holder {
    -webkit-box-shadow: 0 10px 55px rgba(0,0,0,.05);
    box-shadow: 0 10px 55px rgba(0,0,0,.05);
    border-radius: 3px;
    padding: 45px 30px 15px;
    background: #fff
}

.index-article-section {
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #f6f3fc),to(#fff));
    background-image: linear-gradient(180deg,#f6f3fc 0,#fff 100%)
}

.clients-list .row-inner-holder {
    -webkit-box-shadow: 0 10px 55px #f2f0f7;
    box-shadow: 0 10px 55px #f2f0f7;
    border-radius: 3px;
    padding: 38px 45px 8px;
    background: #fff
}

.index-why-novin > .row-inner:after, .index-why-novin > .row-inner:before {
    position: absolute;
    content: '';
    z-index: 1
}

.index-why-novin > .row-inner:before {
    background: url(../images/bg7.png) 0 -1236px no-repeat;
    width: 117px;
    height: 280px;
    bottom: 50px;
    left: 0
}

.index-why-novin > .row-inner:after {
    background: url(../images/bg7.png) 0 0 no-repeat;
    width: 221px;
    height: 411px;
    top: 55px;
    right: 0
}

.typing-text {
    font-size: 0
}

.typing-text-holder {
    font-size: 26px;
    color: #46484d;
    font-weight: 500;
    line-height: 1.5em;
    display: inline;
    vertical-align: middle;
    min-height: 1.5em
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    animation: blink .7s infinite;
    font-size: 0;
    width: 3px;
    height: 28px;
    background: #d8c4ec;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px
}

.index-portfolio-section > .row-inner:after, .index-portfolio-section > .row-inner:before {
    position: absolute;
    content: '';
    z-index: 1
}

.index-portfolio-section > .row-inner:before {
    background: url(../images/bg7.png) 0 -411px no-repeat;
    width: 204px;
    height: 431px;
    top: 20px;
    left: 0
}

.index-portfolio-section > .row-inner:after {
    background: url(../images/bg7.png) 0 -842px no-repeat;
    width: 136px;
    height: 394px;
    bottom: 50px;
    right: 0
}

.index-icon-box5 .icon-box5-title {
    font-size: 20px
}

.index-icon-box5 .icon-box5-text {
    margin-top: 5px
}

.index-icon-box5 .icon-box5-icon i {
    font-size: 26px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    border-radius: 100%;
    color: #fff
}

.icon-box5-orange .icon-box5-icon i {
    background-image: linear-gradient(-45deg,#ef864d 0,#f7b66f 100%);
    -webkit-box-shadow: 0 1px 7px rgba(255,255,255,.6),0 2px 15px #f7b66f;
    box-shadow: 0 1px 7px rgba(255,255,255,.6),0 2px 15px #f7b66f
}

.icon-box5-blue .icon-box5-icon i {
    background-image: linear-gradient(-45deg,#748be0 0,#a3cff1 100%);
    -webkit-box-shadow: 0 1px 7px rgba(255,255,255,.6),0 2px 15px #a3cff1;
    box-shadow: 0 1px 7px rgba(255,255,255,.6),0 2px 15px #a3cff1
}

.icon-box5-green .icon-box5-icon i {
    background-image: linear-gradient(-45deg,#a4df65 0,#dfe87c 100%);
    -webkit-box-shadow: 0 1px 7px rgba(255,255,255,.6),0 2px 15px #dfe87c;
    box-shadow: 0 1px 7px rgba(255,255,255,.6),0 2px 15px #dfe87c
}

.kt-social-posts {
    margin: -15px
}

    .kt-social-posts .column {
        padding: 15px
    }

.kt-social-blog-posts {
    width: 45.75%
}

.kt-social-twitter-posts {
    width: 30.5%
}

.kt-social-instagram-posts {
    width: 23.75%
}

    .kt-social-instagram-posts .kt-row {
        margin: -10px
    }

        .kt-social-instagram-posts .kt-row .column {
            padding: 10px
        }

.kt-social-twitter-top {
    padding: 32px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(70,72,77,.08);
    margin-bottom: 28px
}

    .kt-social-twitter-top i {
        width: 60px;
        border-radius: 5px;
        margin-left: 15px;
        height: 60px;
        font-size: 26px;
        padding-top: 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        background: rgba(255,255,255,.2)
    }

    .kt-social-twitter-top .kt-social-twitter-name {
        padding-top: 5px
    }

        .kt-social-twitter-top .kt-social-twitter-name h4 {
            font-size: 17px;
            font-weight: 500;
            color: #fff
        }

        .kt-social-twitter-top .kt-social-twitter-name span {
            font-size: 13px;
            display: block;
            line-height: 1.7;
            font-weight: 400;
            direction: ltr;
            text-align: right;
            margin-top: 2px
        }

    .kt-social-twitter-top:hover {
        color: #fff
    }

.kt-social-instagram-post {
    display: block;
    overflow: hidden;
    position: relative
}

    .kt-social-instagram-post img {
        display: block;
        border-radius: 5px;
        -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
        box-shadow: 0 5px 30px rgba(70,72,77,.08)
    }

.kt-social-twitter-posts-holder {
    background-image: url(../images/twitter-bg.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 5px;
    z-index: 2;
    position: relative;
    -webkit-box-shadow: 0 5px 30px 0 rgba(86,160,236,.2);
    box-shadow: 0 5px 30px 0 rgba(86,160,236,.2)
}

    .kt-social-twitter-posts-holder:before {
        height: 350px;
        width: 100%;
        content: '';
        bottom: 0;
        right: 0;
        position: absolute;
        background-image: -webkit-gradient(linear,left bottom, left top,from(#56a1ec),color-stop(21%, #56a1ec),to(rgba(86,161,236,0)));
        background-image: linear-gradient(0deg,#56a1ec 0%,#56a1ec 21%,rgba(86,161,236,0) 100%);
        z-index: 3
    }

.kt-social-twitter-posts-inner {
    position: relative;
    z-index: 2
}

.kt-social-twitter-post-text {
    font-size: 14px;
    color: #fff;
    line-height: 1.85;
    margin-top: 3px;
    opacity: .92
}

    .kt-social-twitter-post-text a {
        font-weight: 400;
        color: #fff
    }

.kt-social-twitter-post-date {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #fff !important
}

.kt-social-twitter-button {
    position: absolute;
    bottom: 32px;
    z-index: 4;
    left: 32px;
    right: 32px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255,255,255,.15);
    border-radius: 5px;
    padding-top: 2px;
    color: #fff;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out
}

    .kt-social-twitter-button:hover {
        background: rgba(255,255,255,.2);
        color: #fff
    }

.kt-social-twitter-post {
    padding: 0 32px 20px
}

    .kt-social-twitter-post:last-child {
        padding-bottom: 0
    }

.index-social-posts > .row-inner {
    background-size: contain
}

.kt-social-blog-single-post-desc-holder {
    padding: 30px 30px 26px
}

.kt-social-blog-single-post-title {
    font-size: 17px
}

.kt-social-blog-single-post {
    display: block;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08);
    background: #fff
}

    .kt-social-blog-single-post:hover {
        color: #7f8187
    }

    .kt-social-blog-single-post img {
        display: block;
        border-radius: 5px 5px 0 0;
        width: 100%
    }

.kt-social-blog-single-post-content {
    font-size: 14px;
    font-weight: 400;
    color: #7f8187;
    margin-top: 15px
}

.kt-social-blog-post {
    padding: 27px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08);
    background: #fff;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

    .kt-social-blog-post img {
        width: 65px;
        min-width: 65px;
        height: 65px;
        border-radius: 5px;
        margin-left: 20px;
        -webkit-box-shadow: 0 3px 15px rgba(70,72,77,.1);
        box-shadow: 0 3px 15px rgba(70,72,77,.1)
    }

    .kt-social-blog-post h3 {
        font-size: 16px;
        margin-top: 4px;
        font-weight: 500;
        line-height: 1.7
    }

.kt-social-blog-posts-holder {
    margin-top: 20px;
    position: relative
}

    .kt-social-blog-posts-holder:before {
        background: url(../images/abstract1.png) center no-repeat;
        position: absolute;
        right: -131px;
        content: '';
        width: 262px;
        height: 263px;
        bottom: -53px;
        z-index: 1
    }

    .course-map-details ul li:last-child, .course-single-desc ol li:last-child, .course-single-desc ul li:last-child, .kt-social-blog-posts-holder .kt-social-blog-post:last-child, .page-content-holder ol li:last-child, .page-content-holder ul li:last-child {
        margin-bottom: 0
    }

.packages-header {
    padding-top: 140px;
    position: relative;
    background: #f7f7f7
}

    .packages-header:before {
        position: absolute;
        content: '';
        right: 0;
        left: 0;
        background-image: url(../../../uploads/2017/05/handshake-192012.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 75%;
        top: 0
    }

    .packages-header > .wrapper > h2 {
        font-size: 50px;
        text-align: center;
        color: #fff;
        text-shadow: 0 1px 5px rgba(0,0,0,.2);
        z-index: 2;
        position: relative
    }

.post-type-archive-packages .packages-header {
    background: 0 0
}

.packages-holder {
    border-radius: 3px;
    background: #fff;
    z-index: 2;
    position: relative;
    max-width: 900px;
    margin: 60px auto 0;
    -webkit-box-shadow: 0 1px 20px rgba(0,0,0,.07);
    box-shadow: 0 1px 20px rgba(0,0,0,.07);
    background-image: url(../images/indexbg2.png);
    background-position: right 80px bottom -70px;
    background-repeat: no-repeat
}

    .packages-holder .tabs-content-holder {
        padding: 15px 45px 45px
    }

    .packages-holder .tabs-style1 > .tabs-title-holder > .tab-title {
        width: 50%;
        padding: 18px 20px;
        text-align: center;
        background: #757a86;
        border: 0
    }

        .packages-holder .tabs-style1 > .tabs-title-holder > .tab-title .tab-title-inner {
            font-size: 16px;
            color: #fff
        }

        .packages-holder .tabs-style1 > .tabs-title-holder > .tab-title.active {
            background: #fff
        }

        .packages-holder .tabs-style1 > .tabs-title-holder > .tab-title:first-child {
            border-radius: 0 3px 0 3px
        }

        .packages-holder .tabs-style1 > .tabs-title-holder > .tab-title:last-child {
            border-radius: 3px 0 3px 0
        }

.packages-text-holder {
    text-align: center;
    font-size: 16px;
    margin-top: 15px
}

.packages-title-holder {
    text-align: center
}

.packages-form-holder {
    margin-top: 25px
}

    .packages-form-holder select {
        float: right;
        width: calc(100% - 100px);
        padding: 11px 12px
    }

    .packages-form-holder .button {
        width: 90px;
        text-align: center;
        float: left;
        padding: 12px 20px
    }

.vc_row table tr:first-child td {
    font-size: 18px;
    color: #46484d
}

    .vc_row table tr:first-child td:first-child {
        font-size: 20px
    }

.vc_row table tr td {
    text-align: center;
    font-size: 15px
}

    .vc_row table tr td:first-child {
        text-align: right;
        font-size: 18px;
        color: #46484d
    }

.analysis-tabs.tabs-style1 > .tabs-title-holder > .tab-title {
    border-radius: 3px;
    margin-left: 10px;
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.05);
    box-shadow: 0 1px 8px rgba(0,0,0,.05)
}

    .analysis-tabs.tabs-style1 > .tabs-title-holder > .tab-title.active, .courses-carousel .slick-dots li.slick-active button {
        background: var(--main-color);
    }

    .analysis-tabs.tabs-style1 > .tabs-title-holder > .tab-title:last-child {
        margin-left: 0
    }

.ppc-left-col .vc_column-inner, .ppc-right-col .vc_column-inner {
    background-color: #fff;
    background-image: url(../images/article-section.png);
    background-position: left top;
    background-repeat: no-repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 25px rgba(106,102,112,.15);
    box-shadow: 0 0 25px rgba(106,102,112,.15);
    padding: 60px 50px !important
}

.ppc-right-col-title {
    line-height: 1.5
}

.ppc-left-col .vc_column-inner {
    background-color: #757a86;
    border-radius: 3px 0 0 3px;
    padding: 50px !important;
    background-image: url(../images/indexbg2.png);
    background-position: right bottom
}

.footer .kt-row {
    margin: -15px
}

    .footer .kt-row .column {
        padding: 15px
    }

@media (max-width:1920px) {
    .index-social-posts > .row-inner {
        background-size: auto
    }
}

.ps {
    overflow: scroll;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
    overflow-x: hidden;
}

.ps__rail-x, .ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    position: absolute
}

.ps__rail-x {
    height: 15px;
    bottom: 0
}

.ps__rail-y {
    width: 15px;
    right: 0
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent
}

.ps__thumb-x, .ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-x {
    height: 6px;
    bottom: 2px;
    transition: background-color .2s linear,height .2s ease-in-out;
    -webkit-transition: background-color .2s linear,height .2s ease-in-out
}

.ps__thumb-y {
    transition: background-color .2s linear,width .2s ease-in-out;
    -webkit-transition: background-color .2s linear,width .2s ease-in-out;
    width: 6px;
    right: 2px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .ps {
        overflow: auto !important
    }
}

.statistics-section {
    background-image: linear-gradient(30deg,#523d6d 0,#7c659f 100%);
    padding-top: 48px;
    padding-bottom: 18px
}

    .statistics-section .custom-heading {
        line-height: 1.8
    }

@media (min-width:1400px) {
    .vc_hidden-lg {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .vc_hidden-md {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .vc_hidden-sm {
        display: none !important
    }
}

@media (max-width:991px) {
    .pclandscape {
        display: none
    }

    .fnlandscape {
        display: block;
    }
}

@media (min-width:991px) {
    .pclandscape {
        display: block
    }

    .fnlandscape {
        display: none;
    }
}

.index-icon-box3 .icon-box3-icon i {
    font-size: 26px;
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 100%;
    color: #fff;
    text-align: center
}

.icon-box3-orange .icon-box3-icon i {
    background-image: linear-gradient(-45deg,#ef864d 0,#f7b66f 100%);
    -webkit-box-shadow: 0 1px 7px rgba(255,255,255,.6),0 2px 15px #f7b66f;
    box-shadow: 0 1px 7px rgba(255,255,255,.6),0 2px 15px #f7b66f
}

.icon-box3-blue .icon-box3-icon i {
    background-image: linear-gradient(-45deg,#748be0 0,#a3cff1 100%);
    -webkit-box-shadow: 0 1px 7px rgba(255,255,255,.6),0 2px 15px #a3cff1;
    box-shadow: 0 1px 7px rgba(255,255,255,.6),0 2px 15px #a3cff1
}

.icon-box3-green .icon-box3-icon i {
    background-image: linear-gradient(-45deg,#a4df65 0,#dfe87c 100%);
    -webkit-box-shadow: 0 1px 7px rgba(255,255,255,.6),0 2px 15px #dfe87c;
    box-shadow: 0 1px 7px rgba(255,255,255,.6),0 2px 15px #dfe87c
}

.page-holder, body, html {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.menu-holder {
    left: 0;
    min-width: 340px;
}

.blog-menu-outer .kt-modal-overlay {
    background: rgba(255,255,255,.97)
}

.woocommerce-error li, .woocommerce-message {
    margin-bottom: 15px;
    padding: 5px 12px;
    background: #f9f9f9;
    font-size: 14px
}

    .woocommerce-error li .button, .woocommerce-message .button, .woocommerce.cardtocard .cardtocard-checkout-form br {
        display: none
    }

.woocommerce-message {
    border-right: 3px solid #7ccc77
}

    .woocommerce-message a {
        color: #7ccc77
    }

        .woocommerce-message a:hover {
            color: #58be52
        }

.woocommerce-error li {
    border-right: 3px solid #ff6868
}

    .woocommerce-error li a, .woocommerce.cardtocard .cardtocard_label abbr {
        color: #ff6868
    }

.kt-modal-inner .ps__rail-y {
    opacity: 0 !important
}

.blog-notfound {
    padding: 30px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08)
}

.blog-notfound, .cart-empty {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5
}

.search-no-results .blog-search-page-title {
    margin-bottom: 15px
}

.blog-single-comments.without-comment .comment-open-button {
    display: none !important
}

.blog-single-comments.without-comment .comment-form-outer {
    display: block !important
}

.comments .comment-form-outer:last-child .comment-form {
    padding-bottom: 30px
}

.cart-outer-holder {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background: #f0eef2
}

    .cart-outer-holder:before {
        height: 360px;
        width: 50%;
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
        background: #af8edc;
        border-radius: 0 0 40px 0;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: 1
    }

.cart-inner-holder {
    padding: 40px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 2px 25px rgba(0,0,0,.05);
    box-shadow: 0 2px 25px rgba(0,0,0,.05);
    border-radius: 3px;
    background-image: url(../images/cart-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat
}

    .cart-inner-holder .sp-outer-holder {
        padding-left: 0 !important;
        padding-right: 0 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed
    }

.woocommerce-table__spotplayer {
    min-width: 200px;
    max-width: 200px;
    width: 200px;
    text-align: left
}

.cart-header {
    padding-bottom: 20px
}

    .cart-header h2 {
        float: right;
        font-size: 24px;
        margin-top: 3px
    }

    .cart-header .button, .course-chapter-content-inner ul li span {
        float: left
    }

.woocommerce-notice--success {
    background: #7ccc77;
    padding: 10px 20px 8px;
    border-radius: 3px;
    font-weight: 400;
    color: #fff;
    font-size: 16px
}

    .woocommerce-notice--success:before {
        display: inline-block;
        font-family: 'ElegantIcons';
        font-size: 22px;
        line-height: 18px;
        position: relative;
        top: 6px;
        margin-left: 12px;
        content: "\52"
    }

.woocommerce.cardtocard h2 {
    font-size: 22px
}

.woocommerce.cardtocard > p {
    font-size: 15px;
    border-radius: 3px;
    background: #f9f9f9;
    padding: 15px 20px;
    margin-bottom: 20px
}

.woocommerce.cardtocard .cardtocard_type_label {
    cursor: pointer;
    background: #f9f9f9;
    border-radius: 3px;
    padding: 4px 10px;
    font-weight: 400;
    margin: 13px 3px 0
}

    .woocommerce.cardtocard .cardtocard_type_label.cardtocard_type_shetab_label {
        margin-right: 24px
    }

.woocommerce.cardtocard .cardtocard_label {
    padding-top: 12px;
    font-weight: 400;
    margin: 5px 0
}

.woocommerce.cardtocard .cardtocard-table {
    margin-top: 15px;
    margin-bottom: 20px
}

.woocommerce.cardtocard .cardtocard-checkout-form p:last-child {
    text-align: left;
    padding-left: 5px;
    padding-top: 5px
}

.header-minicart-holder {
    position: relative;
    margin-right: 5px
}


.header-minicart-button {
    font-size: 0;
    cursor: pointer;
    display: block
}

    .header-minicart-button:before {
        content: '';
        height: 0;
        position: absolute;
        right: 0;
        top: 100%;
        width: 100%
    }

    .header-minicart-button:hover:before {
        height: 30px
    }

.header-minicart-button-inner {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.kt-minicart-icon {
    border-radius: 4px;
    color: #d670ac;
    float: left;
    font-size: 19px;
    cursor: pointer;
    height: 32px;
    line-height: 32px !important;
    text-align: center;
    width: 32px;
    display: block;
    padding-right: 1px;
}
.header-favorites-holder {
    position: relative;
    margin-right: 5px
}


.header-favorites-button {
    font-size: 0;
    cursor: pointer;
    display: block
}

.header-favorites-button:before {
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%
}

.header-favorites-button:hover:before {
    height: 30px
}

.header-favorites-button-inner {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.kt-favorites-icon {
     border-radius: 4px;
    color: #d670ac;
    float: left;
    font-size: 19px;
    cursor: pointer;
    height: 33px;
    line-height: 33px !important;
    text-align: center;
    width: 33px;
    display: block;
    padding-right: 1px;
}
.addcart {
    background: #ffffff;
    border-radius: 24px;
    color: var(--main-color);
    float: left;
    font-size: 29px;
    margin-right: 7px;
}

    .addcart:hover {
        color: #f0f2f7;
        background-color: var(--main-color);
        -webkit-transition: background-color 300ms linear;
        -ms-transition: background-color 300ms linear;
        transition: background-color 300ms linear;
    }

.favorites {
    border-radius: 24px;
    color: var(--fourth-color);
    float: left;
    font-size: 18px;
    margin-right: 7px;
}

    .favorites:hover {
        color: #f0f2f7;
        background-color: var(--fourth-color);
        -webkit-transition: background-color 300ms linear;
        -ms-transition: background-color 300ms linear;
        transition: background-color 300ms linear;
    }

.minicart-total-holder {
    padding-top: 3px;
    margin-top: 3px;
    border-top: 1px solid #ededed
}

    .minicart-total-holder .minicart-price-holder {
        font-size: 15px;
        padding-top: 4px;
        clear: both
    }

        .minicart-item .minicart-item-desc > span:after, .minicart-item .minicart-item-desc > span:before, .minicart-item:after, .minicart-item:before, .minicart-total-holder .minicart-price-holder:after, .minicart-total-holder .minicart-price-holder:before {
            display: block;
            clear: both;
            content: ''
        }

        .minicart-total-holder .minicart-price-holder:first-child {
            padding-top: 0
        }

        .minicart-total-holder .minicart-price-holder .minicart-price-title {
            float: right;
            font-weight: 400
        }

        .minicart-total-holder .minicart-price-holder .minicart-price {
            float: left;
            font-weight: 400;
            color: #7ccc77
        }

.minicart-checkout-button {
    display: block;
    margin-top: 15px;
    width: 100%
}

.header-minicart-quantity {
    font-size: 9px;
    position: absolute;
    padding: 3px 1px 1px;
    border-radius: 100px;
    background: var(--main-color);
    line-height: 1;
    color: #fff;
    min-height: 8px;
    min-width: 13px;
    text-align: center;
    bottom: -6px;
    right: 9px;
}
.header-favorites-quantity {
    font-size: 11px;
    position: absolute;
    padding: 4px 2px 1px;
    border-radius: 100px;
    background: var(--main-color);
    line-height: 1;
    color: white;
    /* min-height: 11px; */
    min-width: 16px;
    text-align: center;
    bottom: -9px;
    right: 9px;
}   
.header-minicart-content, header-cart-content {
    display: none;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,.12);
    box-shadow: 0 3px 20px rgba(0,0,0,.12);
    width: 330px;
    margin-top: 5px;
    background: #fff;
    border-radius: 3px;
    max-height: 400px;
    overflow-y: scroll
}

.minicart-buttons-holder {
    margin-top: 10px;
    font-size: 0;
}

    .minicart-buttons-holder .button {
        width: calc(50% - 5px);
        text-align: center;
        font-size: 14px
    }

        .minicart-buttons-holder .button:first-child {
            margin-left: 10px
        }

.header-minicart-content .minicart-content-inner {
    padding: 3px
}

.header-minicart-content .minicart-content-holder {
    margin: 5px 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

    .header-minicart-content .minicart-content-holder.is-loading {
        opacity: .6;
        pointer-events: none
    }

.header-minicart-content .minicart-empty-content {
    padding: 20px
}

.header-minicart-content .minicart-total-holder {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px
}

.minicart-content-inner {
    overflow: hidden
}

.minicart-content-holder {
    position: relative;
    overflow: hidden
}

.minicart-content-inner .minicart-item:first-child {
    border-top: 0;
    padding-top: 0;
    margin-bottom: 9px;
}

.minicart-item {
    margin-top: 5px;
    padding-top: 20px;
    border-top: 1px solid #ededed;
    clear: both;
    font-size: 0
}

    .minicart-item .minicart-remove-item {
        float: right;
        font-size: 16px;
        height: 1em;
        line-height: 1em;
        margin-top: .15em;
        margin-right: -3px
    }

        .minicart-item .minicart-remove-item:before {
            font-family: 'ElegantIcons';
            content: '\4d';
            display: block
        }

    .minicart-item .minicart-item-desc {
        overflow: hidden;
        padding-right: 8px
    }

        .minicart-item .minicart-item-desc h3 {
            font-size: 16px;
            line-height: 1.5;
            color: #46484d;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .minicart-item .minicart-item-desc > span {
            font-size: 14px;
            display: block;
            color: #949494;
            line-height: 1.6;
            font-weight: 400;
            clear: both
        }

.minicart-empty-content {
    padding: 10px;
    text-align: center
}

.minicart-empty-icon {
    display: block;
    font-size: 50px;
    line-height: 1
}

    .minicart-empty-icon:before {
        display: block
    }

.minicart-empty-text {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 400;
    display: block;
    line-height: 1.4
}

.tickets-navigation {
    font-size: 0;
    padding-bottom: 20px
}

    .tickets-navigation a, .tickets-navigation span {
        margin-left: 10px
    }

        .tickets-navigation a:last-child, .tickets-navigation span:last-child {
            margin-left: 0
        }

.cart-suggestion-item-button {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    margin-top: 6.5px;
    background: #8c7ce5;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out
}

    .cart-suggestion-item-button:before {
        font-family: 'ElegantIcons';
        display: block;
        line-height: 26px;
        font-size: 20px;
        content: "\4c";
        padding-right: 1px;
        color: #fff;
        text-align: center
    }

    .cart-suggestion-item-button:hover {
        background: #7967e1
    }

.cart_totals-table {
    float: left;
    width: 50%
}

.cart-suggestions-holder {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.07);
    box-shadow: 0 1px 10px rgba(0,0,0,.07)
}

    .cart-suggestions-holder .cart-suggestion-item:last-child, .course-chapter-content-inner ul li:last-child {
        border-bottom: none
    }

.cart-suggestion-item-desc {
    float: right;
    line-height: 1.38;
    width: calc(100% - 26px);
    padding-left: 10px;
    white-space: nowrap
}

.cart-suggestion-item-title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #48464c
}

.cart-suggestion-item-price {
    font-size: 13px;
    font-weight: 400;
    color: #92c72b
}

.cart-suggestion-item {
    border-bottom: 1px solid #ededed;
    padding: 12px 15px
}

.cart_totals {
    font-size: 0
}

.cart-suggestions, .cart-suggestions + .cart_totals-table {
    display: inline-block;
    vertical-align: bottom;
    width: calc(50% - 10px)
}

.cart-suggestions {
    margin-left: 20px
}

    .cart-suggestions h3 {
        margin-bottom: 12px
    }

    .cart-suggestions + .cart_totals-table {
        float: none
    }

.input-text.qty.text {
    width: auto;
    padding: 8px 15px 8px 10px
}

.box-909 {
    background: #b48ead;
    background: linear-gradient(20deg,#94628a,#aa7fa2);
    -webkit-box-shadow: 0 2px 25px rgba(255,255,255,.75),0 2px 25px rgba(180,142,173,.7);
    box-shadow: 0 2px 25px rgba(255,255,255,.75),0 2px 25px rgba(180,142,173,.7);
    padding: 25px;
    border-radius: 3px;
    margin-top: 20px;
    color: #fff;
    line-height: 1.9;
    position: relative;
    overflow: hidden
}

    .box-909 i {
        bottom: 2px;
        color: #000;
        font-size: 110px;
        right: 2px;
        opacity: .1;
        position: absolute;
        -webkit-transform: rotate(0deg) rotateY(180deg);
        transform: rotate(0deg) rotateY(180deg);
        z-index: 1
    }

.box-909-tel, .box-909-text {
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 3px rgba(0,0,0,.15)
}

.box-909-text {
    float: right
}

    .box-909-text b {
        display: block;
        font-size: 20px;
        margin-top: 2px
    }

    .box-909-tel span, .box-909-text span {
        line-height: 1;
        display: block;
        margin-top: 5px
    }

.box-909-tel {
    float: left;
    text-align: center
}

    .box-909-tel span {
        font-size: 14px;
        margin-top: 15px
    }

    .box-909-tel b {
        display: inline-block;
        vertical-align: middle;
        padding: 3px 15px 0;
        background: rgba(255,255,255,.14);
        font-size: 18px;
        border-radius: 3px;
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.08);
        box-shadow: 0 2px 2px rgba(0,0,0,.08)
    }

.mega-menu-box {
    border-radius: 3px;
    background-size: cover;
    background-position: center center;
    display: block;
    color: #fff;
    padding: 40px 35px;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 18px;
    position: relative
}

    .mega-menu-box i {
        position: absolute;
        width: 1em;
        height: 1em;
        top: 0;
        bottom: 0;
        left: 15px;
        margin: auto 0;
        font-size: 60px;
        text-align: center;
        text-shadow: 0 1px 10px #000;
        color: #fff;
        opacity: .7;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-transition: transform .2s,opacity .2s;
        -webkit-transition: opacity .2s,-webkit-transform .2s;
        transition: opacity .2s,-webkit-transform .2s;
        transition: transform .2s,opacity .2s;
        transition: transform .2s,opacity .2s,-webkit-transform .2s
    }

    .mega-menu-box h2, .mega-menu-box h4 {
        color: #fff;
        font-size: 22px;
        line-height: 1.6
    }

    .mega-menu-box h4 {
        font-size: 16px;
        font-weight: 400;
        opacity: .92
    }

    .mega-menu-box:hover i {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .9
    }

.mega-menu-box1 {
    background-image: url(../images/menu-box1.jpg)
}

.mega-menu-box2 {
    background-image: url(../images/menu-box2.jpg)
}

.google-ad-preview-item {
    display: table;
    width: 100%;
    margin-bottom: 8px
}

    .google-ad-preview-item input, .google-ad-preview-item textarea {
        border-radius: 0
    }

    .google-ad-preview-item .google-ad-preview-alert, .google-ad-preview-item .google-ad-preview-url input, .google-ad-preview-item input, .google-ad-preview-item label, .google-ad-preview-item select, .google-ad-preview-item textarea, .google-ad-preview-item > span {
        display: table-cell;
        vertical-align: middle;
        border-left-width: 0 !important
    }

    .google-ad-preview-item .google-ad-preview-url span {
        border-left-width: 0 !important
    }

    .google-ad-preview-item .google-ad-preview-alert {
        width: 1%;
        padding: 4px 15px 0;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 400;
        min-width: 42px;
        text-align: center;
        direction: ltr;
        letter-spacing: 1px
    }

    .google-ad-preview-item textarea {
        resize: vertical;
        height: 76px
    }

    .google-ad-preview-item .google-ad-preview-alert-green {
        color: #7db117;
        background: #f7fbf0;
        border: 1px solid #e5efd5
    }

    .google-ad-preview-item .google-ad-preview-alert-red {
        border: 1px solid #f9dddd;
        background: #ffefef;
        color: #ec565a
    }

    .google-ad-preview-item :first-child {
        border-radius: 0 3px 3px 0
    }

    .google-ad-preview-item :last-child {
        border-radius: 3px 0 0 3px;
        border-left-width: 1px !important
    }

    .google-ad-preview-item label {
        text-align: center;
        background: #f9f9f9;
        padding: 2px 15px 0;
        font-size: 14px;
        line-height: 1.4;
        font-weight: 500;
        border: 1px solid #ededed;
        width: 120px
    }

        .google-ad-preview-item label span, .utm-generator-item label span {
            display: block;
            font-size: 12px;
            color: #48464c;
            font-weight: 400
        }

    .google-ad-preview-item .google-ad-preview-url {
        display: table;
        width: 100%;
        direction: ltr
    }

        .google-ad-preview-item .google-ad-preview-url :first-child {
            border-radius: 3px 0 0 3px;
            border-left-width: 1px !important
        }

        .google-ad-preview-item .google-ad-preview-url :last-child {
            border-radius: 0
        }

        .google-ad-preview-item .google-ad-preview-url span {
            background: #f9f9f9;
            padding: 2px 15px 0;
            font-size: 13px;
            width: 1%;
            display: table-cell;
            vertical-align: middle;
            font-weight: 400;
            border: 1px solid #ededed
        }

.google-ad-preview-sitelink-desc {
    padding-right: 30px;
    display: none
}

.google-ad-preview-checkbox-box {
    display: none;
    padding-right: 36px
}

    .google-ad-preview-checkbox-box > .google-ad-preview-item:first-child {
        margin-top: 15px
    }

.google-ad-preview-checkbox-holder {
    padding-top: 10px
}

    .google-ad-preview-checkbox-holder + .google-ad-preview-item {
        margin-top: 10px
    }

.google-ad-preview-fields {
    width: 52%
}

.google-ad-preview-ui {
    width: 48%;
    background: #fafafa;
    border-right: 1px solid #eee
}

    .google-ad-preview-ui .gadps-title {
        margin-bottom: 20px
    }

.gadp-wrapper {
    max-width: 1450px;
    z-index: 2;
    position: relative
}

.service-setting-button {
    float: right;
    font-size: 16px !important;
    margin-top: 8px
}

.gadp-success-box {
    margin-top: 20px;
    border-radius: 3px;
    background: #f7fbf0;
    padding: 20px;
    border: 1px solid #e5efd5
}

    .gadp-success-box h4 {
        color: #54790a
    }

    .gadp-success-box span {
        font-size: 16px;
        font-weight: 400;
        color: #54790a;
        display: block;
        line-height: 1
    }

    .gadp-success-box a {
        color: #4e4e4e !important;
        line-height: 1.5em;
        display: block;
        margin-top: 4px;
        font-weight: 400
    }

.button.gadps-url-submit {
    float: left;
    width: 130px
}

.gadp-buttons {
    padding-top: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 35px
}

    .gadp-buttons .button:nth-child(2) {
        margin-right: 10px
    }

.gadps-url {
    float: right;
    padding: 9px 15px;
    width: calc(100% - 138px)
}

.gadps-title {
    font-size: 20px
}

.gadps-content, .gadps-text {
    font-size: 15px;
    margin-top: 10px
}

.gadps-text {
    display: block;
    margin-bottom: 4px
}

.gadps-content {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px
}

    .gadps-content p, .variations .value select {
        margin-bottom: 10px
    }

.page .gadps-text {
    margin-top: 12px;
    line-height: 1.8
}

.gadps-form, .page .gadps-text {
    margin-bottom: 20px
}

.gadp-outer {
    position: relative
}

    .gadp-outer:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 48%;
        background: #fafafa;
        content: '';
        z-index: 1
    }

    .gadp-outer .kt-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -30px;
        margin-right: -30px
    }

        .gadp-outer .kt-row .column {
            padding: 70px 30px
        }

.gadp-title {
    font-family: arial;
    text-decoration: none;
    display: block
}

.gadp-description {
    color: #545454;
    font-family: arial;
    font-size: 13px;
    line-height: 1.4
}

.gadp-box {
    max-width: 100%;
    float: left;
    width: 640px;
    text-align: left;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.1);
    box-shadow: 0 2px 10px rgba(0,0,0,.1)
}

    .gadp-box .gadp-title {
        color: #1e0fbe;
        font-size: 18px;
        line-height: 21px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

.gadp-url-tag {
    background-color: #fff;
    border-radius: 3px;
    color: #006621;
    display: inline-block;
    font-size: 11px;
    border: 1px solid #006621;
    padding: 1px 3px 0;
    line-height: 11px;
    vertical-align: baseline;
    margin-right: 7px
}

.gadp-url-outer {
    color: #006621;
    font-family: arial;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    direction: ltr
}

.gadp-url {
    display: inline-block;
    padding-right: 12px;
    position: relative;
    vertical-align: bottom
}

    .gadp-url:before {
        bottom: 0;
        color: #006621;
        content: '\f0d7';
        font-family: FontAwesome;
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 1px;
        z-index: 1
    }

.gadp-callouts, .gadp-sitelinks, .gadp-snippets {
    color: #545454;
    font-family: arial;
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

    .gadp-callouts:empty, .gadp-phone:empty, .gadp-sitelinks:empty, .gadp-snippets:empty {
        display: none !important
    }

    .gadp-sitelinks a {
        color: #1e0fbe
    }

.gadp-hide {
    display: none !important
}

.gadp-phone {
    color: #545454;
    margin-left: 8px;
    vertical-align: bottom
}

.gadp-mobile {
    max-width: 100%;
    width: 370px;
    padding: 50px 13px;
    background: #fff;
    border-radius: 25px;
    height: 670px;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.1),0 46px 40px -35px rgba(0,0,0,.05);
    box-shadow: 0 2px 20px rgba(0,0,0,.1),0 46px 40px -35px rgba(0,0,0,.05);
    float: left;
    margin-top: 30px;
    text-align: left;
    direction: ltr
}

    .gadp-mobile .gadp-phone {
        margin: 0;
        display: block;
        padding: 8px 15px;
        border-top: 1px solid #ededed;
        font-family: arial
    }

        .gadp-mobile .gadp-phone:before {
            content: 'Call '
        }

        .gadp-mobile .gadp-phone:after {
            content: "\e090";
            font-family: 'ElegantIcons';
            float: left;
            font-size: 18px;
            line-height: 1;
            position: relative;
            top: 5px;
            margin-right: 10px;
            color: gray
        }

    .gadp-mobile .gadp-sitelinks {
        font-size: 0;
        margin-top: 10px;
        margin-right: -15px;
        text-overflow: unset
    }

        .gadp-mobile .gadp-sitelinks a {
            background-color: #fff;
            border-radius: 4px;
            border: 1px solid rgba(0,0,0,.12);
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 5px 8px;
            display: inline-block;
            font-size: 14px;
            line-height: 20px;
            color: #1967d2;
            margin-right: 8px
        }

.gadp-mobile-inner {
    border: 2px solid #f0f2f7;
    height: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

.gadp-google-logo {
    margin: 20px auto 18px;
    width: 92px;
    height: 36px;
    background: url(../images/google-logo.png) no-repeat;
    display: block
}

.gadp-google-search-holder {
    -webkit-box-shadow: 0 1px 7px rgba(32,33,36,.18);
    box-shadow: 0 1px 7px rgba(32,33,36,.18);
    border-radius: 5px;
    margin: 0 10px;
    overflow: hidden
}

    .gadp-google-search-holder input {
        float: left;
        width: calc(100% - 40px);
        padding: 9px 14px;
        border: 0;
        background: 0 0
    }

    .gadp-google-search-holder i {
        height: 40px;
        width: 40px;
        background-color: #3b78e7;
        color: #fff;
        float: right;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        border-radius: 0 5px 0 0;
        cursor: pointer
    }

.gadp-mobile-ad {
    -webkit-box-shadow: 0 1px 7px rgba(32,33,36,.15);
    box-shadow: 0 1px 7px rgba(32,33,36,.15);
    border-radius: 5px;
    margin: 10px 10px 0
}

.gadp-mobile-title {
    padding: 15px 0;
    margin: 0 15px;
    border-bottom: 1px solid #ededed
}

    .gadp-mobile-title .gadp-title {
        color: #1967d2;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 1px;
        margin-top: 1px
    }

.gadp-mobile-content {
    padding: 15px
}

.gadp-google-menu {
    border-top: 1px solid #ededed;
    margin-top: -1px;
    white-space: nowrap
}

    .gadp-google-menu span {
        display: inline-block;
        line-height: 42px;
        height: 40px;
        margin: 0;
        padding: 0 14px;
        text-align: center;
        text-transform: uppercase;
        font-size: 11px;
        border-bottom: 2px solid transparent;
        cursor: pointer
    }

        .gadp-google-menu span.active {
            border-bottom: 2px solid #1a73e8;
            color: #1a73e8
        }

.utm-generator-item {
    display: table;
    width: 100%;
    margin-bottom: 8px
}

    .utm-generator-item input {
        border-radius: 3px 0 0 3px;
        padding: 15px;
        display: table-cell;
        vertical-align: middle
    }

    .utm-generator-item label {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        background: #f9f9f9;
        padding: 2px 15px 0;
        font-size: 14px;
        line-height: 1.4;
        font-weight: 500;
        border: 1px solid #ededed;
        border-left-width: 0;
        width: 160px
    }

    .utm-generator-item b {
        display: inline-block;
        margin-right: 3px;
        color: #ff6868
    }

.utm-copy-button {
    width: 70px;
    text-align: center;
    margin-left: 6px
}

.utm-link {
    display: inline-block;
    vertical-align: middle;
    direction: ltr;
    padding: 9px 15px;
    text-align: left;
    width: calc(100% - 202px);
    margin-left: 6px
}

.utm-generate-button {
    width: 120px;
    text-align: center
}

.utm-generator-bottom {
    font-size: 0
}

.single-post.kt-mobile .blog-single-top-holder {
    padding-top: 0;
    padding-bottom: 15px
}

.single-post.kt-mobile .blog-header-bar {
    margin-bottom: 45px
}

.single-post.kt-mobile .blog-single-content .accordions, .single-post.kt-mobile .blog-single-image-holder {
    margin-bottom: 30px
}

@media (max-width:1250px) {
    .kt-notice-inner {
        margin-right: 15px
    }
}

@media (max-width:1400px) {
    .banner-adv-item, .reportage-custom-item {
        width: 50%
    }
}

@media (max-width:1100px) {
    .kt-custom-package-cart {
        margin-top: 0
    }

    .kt-custom-package-categories, input.kt-custom-package-search {
        margin-bottom: 10px
    }

    .kt-custom-package-categories {
        margin-left: 0;
        width: calc(50% - 5px)
    }

    .kt-custom-package-show-suggested, .kt-custom-package-sort, input.kt-custom-package-search {
        width: calc(50% - 5px)
    }

    .kt-custom-package-categories-label, .kt-custom-package-sort-label {
        width: 100% !important
    }
}

.column .blog-note-text {
    direction: ltr;
    position: relative;
    overflow: hidden
}

    .column .blog-note-text .blog-note-text-inner {
        direction: rtl
    }

    .column .blog-note-text.ps--active-x > .ps__rail-x, .column .blog-note-text.ps--active-y > .ps__rail-y {
        display: block !important;
        background: 0 0 !important;
        opacity: 1 !important
    }

    .column .blog-note-text .ps__thumb-y {
        border-radius: 4px;
        width: 4px;
        right: 0;
        background-color: rgba(138,150,162,.2)
    }

.page-content-outer-holder {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background: #f0eef2
}

    .page-content-outer-holder:before {
        height: 450px;
        width: 50%;
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
        background: #af8edc;
        border-radius: 0 0 40px 0;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: 1
    }

.page-content-holder {
    padding: 40px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 2px 25px rgba(0,0,0,.05);
    box-shadow: 0 2px 25px rgba(0,0,0,.05);
    border-radius: 3px;
    background-image: url(../images/cart-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    max-width: 950px;
    margin: 0 auto;
    color: #181522;
    font: 300 1rem/2.2 IRANSans
}

    .course-single-desc .vc_column-inner, .page-content-holder .vc_column-inner {
        font-size: 16px
    }

    .course-single-desc h2, .page-content-holder h2 {
        font-size: 26px;
        font-weight: 500;
        padding: 0 0 15px
    }

    .course-single-desc h3, .course-single-desc h4, .page-content-holder h3 {
        font-weight: 500;
        line-height: 2em;
        padding: 10px 0
    }

    .page-content-holder h3 {
        font-size: 1.3em
    }

    .course-single-desc h5, .page-content-holder h5 {
        margin-bottom: 5px
    }

.course-single-desc p {
    padding: 0
}

.page-content-holder p {
    margin: 0 0 .6em;
    padding: 0
}

    .course-single-desc p:empty, .page-content-holder p:empty {
        display: none
    }

.course-single-desc blockquote, .page-content-holder blockquote {
    padding: 30px;
    margin-right: 25px;
    background: #f9fafb;
    margin-top: 25px;
    margin-bottom: 30px
}

.course-single-desc ol, .course-single-desc ul, .page-content-holder ol, .page-content-holder ul {
    list-style: inherit;
    margin: 0 0 .6em;
    padding: 0 30px 0 0
}

    .page-content-holder ol li, .page-content-holder ul li {
        list-style-type: decimal;
        margin-bottom: 5px
    }

.course-single-desc {
    color: #181522;
    font: 300 1rem/2.2 IRANSans
}

    .course-single-desc h3 {
        font-size: 1.3em
    }

    .course-single-desc h4 {
        font-size: 1.15em
    }

    .course-single-desc ol li, .course-single-desc ul li {
        margin-bottom: 5px
    }

    .course-single-desc ul li {
        list-style-type: disc
    }

    .course-single-desc ol li {
        list-style-type: decimal
    }

    .course-single-desc .aligncenter, .course-single-desc div.aligncenter {
        margin: 25px auto
    }

.mobile-contact-button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 9px 15px;
    display: none;
    z-index: 999;
    font-size: 0;
    -webkit-box-shadow: 0 -5px 50px rgba(107,66,132,.12);
    box-shadow: 0 -5px 50px rgba(107,66,132,.12)
}

    .mobile-contact-button .button {
        text-align: center;
        width: calc(50% - 3px);
        font-size: 15px;
        display: inline-block !important;
        padding: 11px 5px
    }

        .mobile-contact-button .button.button-green {
            animation: mobileContactButton 2s linear infinite;
            -webkit-animation: mobileContactButton 2s linear infinite
        }

        .mobile-contact-button .button span {
            direction: ltr;
            display: inline-block
        }

        .mobile-contact-button .button:last-child {
            margin-right: 6px
        }

        .mobile-contact-button .button:only-child {
            width: 100%;
            margin-right: 0
        }

.fixed-contact-button {
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 999
}

    .fixed-contact-button a.icon_phone {
        color: #fff !important;
        background-image: linear-gradient(-45deg,#ef864d 0,#f7b66f 100%);
        -webkit-box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(239,134,77,.35);
        box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(239,134,77,.35);
        height: 54px;
        width: 54px;
        display: block;
        border-radius: 100%;
        line-height: 54px !important;
        position: relative;
        z-index: 2;
        font-size: 20px;
        text-align: center;
        -webkit-transition: background .2s ease-in-out,box-shadow .2s ease-in-out,transform .2s ease-in-out;
        -webkit-transition: background .2s ease-in-out,-webkit-box-shadow .2s ease-in-out,-webkit-transform .2s ease-in-out;
        transition: background .2s ease-in-out,-webkit-box-shadow .2s ease-in-out,-webkit-transform .2s ease-in-out;
        transition: background .2s ease-in-out,box-shadow .2s ease-in-out,transform .2s ease-in-out;
        transition: background .2s ease-in-out,box-shadow .2s ease-in-out,transform .2s ease-in-out,-webkit-box-shadow .2s ease-in-out,-webkit-transform .2s ease-in-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

        .fixed-contact-button a.icon_phone:hover {
            -webkit-transform: scale(1.08);
            transform: scale(1.08);
            -webkit-box-shadow: 0 3px 8px rgba(255,255,255,.25),0 7px 30px rgba(239,134,77,.45);
            box-shadow: 0 3px 8px rgba(255,255,255,.25),0 7px 30px rgba(239,134,77,.45)
        }

    .fixed-contact-button .tooltip {
        position: absolute;
        right: 0;
        bottom: 100%;
        margin-bottom: 15px;
        z-index: 1;
        background-color: #fff;
        border-radius: 4px;
        -webkit-box-shadow: 0 3px 20px rgba(106,102,112,.15);
        box-shadow: 0 3px 20px rgba(106,102,112,.15);
        pointer-events: none;
        color: #a3a2a5;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.6;
        white-space: nowrap
    }

        .fixed-contact-button .tooltip:before {
            content: "";
            position: absolute;
            bottom: -6px;
            right: 21px;
            width: 12px;
            height: 12px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            border-radius: 0 0 4px 0;
            background-color: inherit;
            -webkit-box-shadow: 12px 12px 15px rgba(106,102,112,.15);
            box-shadow: 12px 12px 15px rgba(106,102,112,.15)
        }

.blog-academy-box {
    position: fixed;
    left: 20px;
    bottom: 20px;
    background: #fff;
    z-index: 9999;
    border-radius: 3px;
    width: 280px;
    -webkit-box-shadow: 0 5px 35px rgba(0,0,0,.09);
    box-shadow: 0 5px 35px rgba(0,0,0,.09);
    display: none
}

.blog-academy-box-image img {
    border-radius: 5px;
    display: block;
    width: 80px;
    margin: 25px auto 0
}

.blog-academy-box-close {
    position: absolute;
    z-index: 2;
    height: 38px;
    width: 38px;
    border-radius: 100%;
    background: #f4f4f4;
    text-align: center;
    line-height: 36px;
    font-size: 22px;
    top: 20px;
    right: 20px;
    padding-right: 2px;
    color: #949494 !important
}

    .blog-academy-box-close:before {
        font-family: ElegantIcons;
        content: '\4d'
    }

.blog-academy-box-inner {
    overflow: hidden;
    padding: 15px 25px 25px;
    text-align: center
}

    .blog-academy-box-inner h2 {
        font-size: 18px;
        font-weight: 500
    }

    .blog-academy-box-inner .blog-academy-box-text {
        display: block;
        font-size: 14px;
        line-height: 1.8;
        color: #6f6773;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .blog-academy-box-inner .button {
        margin-top: 15px
    }

.mobile-blog-academy-box.blog-academy-box {
    border-radius: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    padding: 15px;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.13);
    box-shadow: 0 0 35px rgba(0,0,0,.13)
}

    .mobile-blog-academy-box.blog-academy-box .blog-academy-box-close, .mobile-blog-academy-box.blog-academy-box:after {
        top: 0;
        bottom: 0;
        margin: auto 0
    }

    .mobile-blog-academy-box.blog-academy-box:after {
        padding-right: 2px;
        color: var(--main-color); !important;
        text-align: center;
        background: rgba(255,85,136,.12);
        position: absolute;
        border-radius: 100%;
        content: '\f104';
        font-family: 'FontAwesome';
        left: 15px;
        width: 38px;
        height: 38px;
        line-height: 36px;
        font-size: 22px
    }

    .mobile-blog-academy-box.blog-academy-box .blog-academy-box-close {
        right: 15px
    }

    .mobile-blog-academy-box.blog-academy-box .blog-academy-box-inner {
        padding: 0 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .mobile-blog-academy-box.blog-academy-box .blog-academy-box-inner img {
            width: 65px;
            border-radius: 5px;
            min-width: 65px;
            margin-left: 15px
        }

        .mobile-blog-academy-box.blog-academy-box .blog-academy-box-inner h2 {
            font-size: 16px;
            text-align: right;
            padding-top: 4px
        }

.course-details-box {
    border-radius: 3px;
    -webkit-box-shadow: 0 8px 35px 0 rgba(0,0,0,.06);
    box-shadow: 0 8px 35px 0 rgba(0,0,0,.06);
    margin-bottom: 70px;
    padding: 35px;
    background: #fff;
    background-image: url(../images/indexbg2.png);
    background-position: left top -15px;
    background-repeat: no-repeat
}

    .course-details-box .kt-row {
        margin: -15px
    }

        .course-details-box .kt-row .column {
            padding: 15px
        }

.course-detail-box {
    font-size: 0
}

    .course-detail-box h3 {
        font-size: 15px;
        width: calc(100% - 62px);
        padding-right: 15px
    }

    .course-detail-box h3, .course-detail-box img, .course-header-socials a {
        display: inline-block;
        vertical-align: middle
    }

.course-header {
    position: relative;
    padding-bottom: 30px
}

    .course-header img {
        border-radius: 5px;
        width: 100%;
        -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
        box-shadow: 0 5px 30px rgba(70,72,77,.08);
        display: block;
        position: relative;
        z-index: 3
    }

.course-header-link {
    position: absolute;
    background-image: linear-gradient(30deg,#2cc284 0,#24a6b1 100%);
    color: #fff !important;
    padding: 12px 15px;
    line-height: 1;
    border-radius: 3px;
    top: -19px;
    margin-right: -19px;
    -webkit-box-shadow: 0 3px 8px rgba(255,255,255,.25),0 7px 30px rgba(41,184,147,.3);
    box-shadow: 0 3px 8px rgba(255,255,255,.25),0 7px 30px rgba(41,184,147,.3)
}

.course-header-socials {
    font-size: 0;
    direction: ltr;
    text-align: right;
    float: right;
    line-height: 1
}

    .course-header-socials a {
        color: #b3bcc7;
        font-size: 17px;
        margin-right: 7px;
        padding: 5px
    }

        .course-header-socials a:last-child {
            margin-right: 0
        }

        .course-header-socials a.social-share-button-telegram {
            font-size: 15px;
            margin-top: 1px
        }

.course-map-details {
    padding: 55px 55px 55px 10px
}

    .course-map-details h3 {
        margin-bottom: 25px;
        font-size: 24px;
        font-weight: 600
    }

    .course-map-details ul li {
        margin-bottom: 12px;
        font-size: 15px;
        padding-right: 29px;
        position: relative
    }

        .course-map-details ul li:before {
            position: absolute;
            right: 0;
            width: 15px;
            height: 4px;
            border-radius: 6px;
            content: '';
            background: #7ccc77;
            top: 13px;
            opacity: .7
        }

.course-map-icons {
    font-size: 0;
    margin-top: 20px;
    padding-right: 28px
}

    .course-map-icons a {
        height: 32px;
        width: 32px;
        display: inline-block;
        background-image: url(../images/map-icons.png);
        background-repeat: no-repeat
    }

        .course-map-icons a:first-child {
            background-position: right top;
            margin-left: 5px
        }

        .course-map-icons a:last-child {
            background-position: left top
        }

.course-map.kt-row {
    margin: 60px 0 0;
    border-radius: 3px;
    position: relative;
    -webkit-box-shadow: 0 7px 30px 0 rgba(0,0,0,.07);
    box-shadow: 0 7px 30px 0 rgba(0,0,0,.07);
    background: #fff
}

    .course-map.kt-row .column {
        padding: 0
    }

    .course-map.kt-row .google-map-holder {
        position: relative;
        overflow: hidden;
        height: 100%;
        border-radius: 3px 0 0 3px
    }

        .course-map.kt-row .google-map-holder .gm-fullscreen-control, .course-map.kt-row .google-map-holder .gmnoprint {
            display: none !important
        }

        .course-map.kt-row .google-map-holder:after {
            background-image: -webkit-gradient(linear,left top, right top,color-stop(0, rgba(255,255,255,0)),to(#fff));
            background-image: linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 100%);
            width: 35%;
            right: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            content: ''
        }

        .course-map.kt-row .google-map-holder div {
            height: 100% !important
        }

.course-header-holder .kt-row {
    margin-left: -25px;
    margin-right: -25px
}

    .course-header-holder .kt-row .column {
        padding-left: 25px;
        padding-right: 25px
    }

.star-rating[data-tooltip]:after {
    left: -10px;
    right: auto;
    margin-bottom: 10px
}

.star-rating[data-tooltip]:before {
    left: 6px;
    right: auto;
    margin-bottom: 6px
}

.course-header-inner {
    position: relative;
    z-index: 2
}

    .course-header-inner .star-rating {
        float: left;
        margin-top: 11px;
        font-size: 18px
    }

        .course-header-inner .star-rating span i {
            font-size: 18px
        }

    .course-header-inner h1 {
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 28px
    }

    .course-header-inner .course-item-types {
        font-size: 0;
        margin-bottom: 28px
    }

        .course-header-inner .course-item-types .course-item-type {
            font-size: 13px;
            padding: 2px 11px
        }

            .course-header-inner .course-item-types .course-item-type:nth-child(2) {
                margin-right: 5px
            }

    .course-header-inner .woocommerce-product-details__short-description p {
        font-size: 17px;
        line-height: 1.8
    }

.course-header-buttons {
    margin-top: 20px
}

    .course-header-buttons .button {
        float: right;
        margin-left: 18px;
        margin-top: 10px
    }

        .course-header-buttons .button + .course-header-socials {
            margin-top: 17px
        }

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

    .flex-row > .column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .flex-row.row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

.course-extra-details {
    margin-bottom: 70px
}

    .course-extra-details .kt-row {
        margin: -10px
    }

        .course-extra-details .kt-row .column {
            padding: 10px
        }

.course-extra-detail {
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08);
    padding: 30px;
    background: #fff
}

    .course-extra-detail img {
        float: right;
        margin-left: 18px
    }

.course-extra-detail-inner {
    overflow: hidden
}

    .course-extra-detail-inner span {
        font-size: 15px;
        font-weight: 400;
        color: #858c96;
        display: block;
        line-height: 1.7;
        padding-top: 1px
    }

.course-tabs > .tabs-content-holder > .tabs-content-inner {
    padding: 0 40px;
    margin: 0 -40px
}

.course-single-section .comments-holder {
    overflow: visible
}

.comments-list.kt-row {
    margin: -20px -15px
}

    .comments-list.kt-row .column {
        padding: 20px 15px !important
    }

    .comments-list.kt-row .comment {
        position: relative;
        border-bottom: none !important;
        margin-bottom: 0 !important
    }

        .comments-list.kt-row .comment .comment-text {
            padding-top: 15px
        }

        .comments-list.kt-row .comment:before {
            content: '';
            position: absolute;
            bottom: 15px;
            left: 50px;
            right: 50px;
            height: 20px;
            background: #ffc02e;
            border-radius: 0 0 20px 20px;
            z-index: 1
        }

    .comments-list.kt-row .comment_container {
        border-radius: 3px;
        position: relative;
        z-index: 2;
        -webkit-box-shadow: 0 8px 35px 0 rgba(0,0,0,.06);
        box-shadow: 0 8px 35px 0 rgba(0,0,0,.06);
        padding: 30px;
        background: #fff;
        height: 100%
    }

        .comments-list.kt-row .comment_container .kt-wc-review-top-holder {
            padding: 18px 0
        }

            .comments-list.kt-row .comment_container .kt-wc-review-top-holder .star-rating {
                margin-top: 2px !important
            }

#onesignal-popover-container #onesignal-popover-dialog .popover-body-icon {
    float: right !important;
    width: 100px !important;
    height: 40px !important
}

    #onesignal-popover-container #onesignal-popover-dialog .popover-body-icon img {
        height: 80px !important;
        width: 80px !important;
        float: right;
        border-radius: 3px
    }

#onesignal-popover-container #onesignal-popover-dialog .popover-body-message {
    padding: 0 !important;
    width: calc(100% - 100px) !important;
    line-height: 1.9 !important;
    font-size: 16px !important
}

#onesignal-popover-container #onesignal-popover-dialog .align-right {
    float: left !important
}

#onesignal-popover-container #onesignal-popover-dialog .popover-footer {
    margin: 20px 0 0 !important
}

#onesignal-popover-container #onesignal-popover-dialog .popover-body-message {
    direction: rtl;
    font-family: 'IRANSans' !important;
    font-weight: 400 !important
}

#onesignal-popover-container #onesignal-popover-dialog .onesignal-bell-launcher-message, #onesignal-popover-container #onesignal-popover-dialog .popover-button.primary, #onesignal-popover-container #onesignal-popover-dialog .popover-button.secondary {
    direction: rtl;
    font-family: 'IRANSans' !important;
    font-weight: 400 !important;
    font-size: 15px
}

body.rtl #onesignal-popover-container #onesignal-popover-dialog {
    padding: 30px !important;
    border-radius: 0 0 3px 3px !important;
    -webkit-box-shadow: 0 2px 60px rgba(0,0,0,.15) !important;
    box-shadow: 0 2px 60px rgba(0,0,0,.15) !important
}

.reset_variations, .variations_form .quantity, .woocommerce-variation {
    display: none !important
}

.variations .label {
    display: none
}

.variations .value {
    padding: 0 !important;
    border: 0 !important;
    background: 0 0 !important
}

.course-details-inner .button.button-demo {
    width: 100%;
    color: #5facfa;
    background: rgba(95,172,250,.08);
    text-align: center;
    display: block;
    margin-top: 15px;
    padding: 15px 20px
}

.button.button-demo:after {
    color: #5facfa !important
}

.course-single-desc p {
    margin: 0 0 10px
}

    .course-single-desc p:last-child {
        margin-bottom: 0
    }

.course-chapter-content-inner {
    padding: 0
}

    .course-chapter-content-inner ul li {
        border-bottom: 1px solid #ededed;
        padding: 15px 20px 14px
    }

        .course-chapter-content-inner ul li h4 {
            float: right;
            font-size: 15px;
            font-weight: 400;
            line-height: 22px
        }

        .course-chapter-content-inner ul li span {
            line-height: 22px
        }

.course-chapter-description {
    padding: 20px
}

    .course-chapter-description + ul {
        border-top: 1px solid #ededed
    }

.woocommerce-notice--success a {
    color: #fff !important;
    background: rgba(0,0,0,.08);
    padding: 2px 6px;
    border-radius: 3px;
    margin: 0 5px
}

.gm-style > .gmnoprint:not(.gm-bundled-control), .gm-svpc {
    display: none !important
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.course-description-section {
    margin-top: 60px
}

    .course-description-section h3 {
        padding: 0 0 20px;
        font-size: 1.5em;
        font-weight: 600;
        display: inline-block;
        position: relative
    }

        .course-description-section h3:before {
            content: '';
            position: absolute;
            bottom: 25px;
            height: 15px;
            right: -5px;
            left: -5px;
            border-radius: 3px;
            opacity: .08;
            z-index: 1
        }

        .course-description-section h3 span {
            position: relative;
            z-index: 2;
            display: block
        }

    .course-description-section.color-default h3:before {
        background: linear-gradient(30deg,#2cc284 0,#24a6b1 100%)
    }

    .course-description-section.color-green h3:before {
        background: #7ccc77
    }

    .course-description-section.color-blue h3:before {
        background: #5facfa
    }

    .course-description-section.color-red h3:before {
        background: #ff6868
    }

    .course-description-section.color-yellow h3:before {
        background: #ffc02e
    }

.kt-row.course-gallery-items {
    margin: -10px;
    padding-top: 5px
}

    .kt-row.course-gallery-items .column {
        padding: 10px
    }

        .blog-compare-box-rating canvas, .carousel-table-rating canvas, .kt-row.course-gallery-items .column a {
            display: block
        }

            .kt-row.course-gallery-items .column a img {
                display: block;
                border-radius: 3px;
                -webkit-box-shadow: 0 8px 35px 0 rgba(0,0,0,.1);
                box-shadow: 0 8px 35px 0 rgba(0,0,0,.1)
            }

.blog-single-headings-list .accordion-content-inner > ul > li:last-child, .blog-single-headings-list .accordion-content-inner > ul > li:last-child ul, .blog-single-headings-list .accordion-content-inner > ul > li:last-child ul li, .tab-content-inner .course-single-section:last-child {
    padding-bottom: 0
}

.course-single-advice {
    border-radius: 3px;
    margin-top: 35px;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08);
    padding: 40px;
    background: #fff;
    font-size: 0;
    background-image: url(../images/cart-bg.png);
    background-position: right -100px top -70px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .course-single-advice .button {
        white-space: nowrap
    }

.course-single-advice-inner {
    padding-left: 20px
}

    .course-single-advice-inner i {
        color: var(--main-color);;
        height: 60px;
        width: 60px;
        border-radius: 25px;
        line-height: 60px !important;
        font-size: 20px;
        text-align: center;
        background: rgba(255,85,136,.1);
        display: inline-block;
        vertical-align: middle
    }

    .course-single-advice-inner span {
        font-size: 18px;
        font-weight: 400;
        color: #8c8596;
        display: inline-block;
        vertical-align: middle;
        padding-right: 22px;
        line-height: 1.7;
        width: calc(100% - 60px)
    }

.course-purchase {
    border-radius: 3px;
    -webkit-box-shadow: 0 8px 35px 0 rgba(0,0,0,.06);
    box-shadow: 0 8px 35px 0 rgba(0,0,0,.06);
    padding: 20px;
    background: #fff;
    margin-top: 20px
}

.course-purchase-inner {
    overflow: hidden;
    padding-right: 15px;
    width: calc(100% - 50px);
    line-height: 1.75;
    color: #858c96;
    font-size: 13px;
    padding-top: 5px
}

    .course-purchase-inner span {
        font-size: 18px;
        color: #7ccc77;
        font-weight: 600;
        line-height: 1
    }

.course-purchase-text {
    color: #46484d;
    font-weight: 500;
    font-size: 14px
}

.course-purchase-icon {
    float: right;
    width: 50px;
    fill: #909aa7
}

.blog-team-section {
    padding: 40px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 40px rgba(0,0,0,.08);
    box-shadow: 0 5px 40px rgba(0,0,0,.08);
    margin-top: 45px;
    background: #fff url(../images/blog-logo.png) no-repeat left top
}

    .blog-team-section h3 {
        padding: 0;
        margin-bottom: 10px;
        font-size: 24px
    }

    .blog-team-section .button {
        margin-top: 15px;
        color: #fff
    }

.blog-team-section-text {
    font-size: 15px;
    line-height: 2;
    color: #7f8187
}

.grecaptcha-badge {
    visibility: hidden
}

.blog-single-content .accordion {
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.08);
    box-shadow: 0 2px 15px rgba(0,0,0,.08);
    margin-bottom: 10px;
    padding: 0;
    border: 0;
    background-color: #fff
}

    .blog-single-content .accordion .accordion-title {
        padding: 25px 30px
    }

        .blog-single-content .accordion .accordion-title:before {
            content: "\68";
            font-family: 'ElegantIcons';
            font-size: 20px;
            line-height: 1;
            display: inline-block;
            vertical-align: middle;
            margin-left: 14px
        }

        .blog-single-content .accordion .accordion-title .accordion-title-inner {
            font-weight: 500
        }

            .blog-single-content .accordion .accordion-title .accordion-title-inner:before {
                background: #f0f0f0;
                width: 34px;
                height: 34px;
                line-height: 34px;
                border-radius: 100%;
                left: 25px;
                padding-right: 2px;
                font-size: 1.1em;
                background: rgba(124,204,119,.15);
                color: #7ccc77 !important;
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg)
            }

        .blog-single-content .accordion .accordion-title.active .accordion-title-inner {
            color: #46484d
        }

            .blog-single-content .accordion .accordion-title.active .accordion-title-inner:before {
                color: #7ccc77 !important;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg)
            }

    .blog-single-content .accordion.blog-single-series-items-list .accordion-title:before {
        content: '\e022';
        font-size: 21px
    }

    .blog-single-content .accordion .accordion-content-inner {
        padding: 25px 30px;
        border-top: 1px solid #ededed;
        margin-top: 0
    }

        .blog-single-content .accordion .accordion-content-inner a {
            color: #7f8187
        }

            .blog-single-content .accordion .accordion-content-inner a:hover {
                color: var(--main-color);
            }

.blog-single-content .accordions {
    margin-bottom: 40px
}

    .blog-compare-box-lists.kt-row ul li:last-child, .blog-compare-box-text p:last-child, .blog-single-content .accordions .accordion:last-child {
        margin-bottom: 0
    }

.blog-single-headings-list .accordion-content-inner > ul > li {
    padding-bottom: 12px
}

    .blog-single-headings-list .accordion-content-inner > ul > li > a {
        font-size: 15px;
        font-weight: 500
    }

    .blog-single-headings-list .accordion-content-inner > ul > li ul {
        padding-right: 20px;
        padding-bottom: 2px;
        padding-top: 10px
    }

        .blog-single-headings-list .accordion-content-inner > ul > li ul li {
            padding-bottom: 4px;
            font-size: 14px
        }

.page-template-panel-page {
    background: #f9f9f9
}

.highlight {
    font-weight: 500
}

.highlight-yellow {
    background: #ffed9d
}

.highlight-dark-yellow {
    background: #ffe25a
}

.highlight-orange {
    background: #ffe1c3
}

.highlight-red {
    background: #ffd4d5
}

.highlight-aqua {
    background: #cdf3eb
}

.highlight-violet {
    background: #eee2ff
}

.highlight-pink {
    background: #ffd8e1
}

.highlight-blue {
    background: #dbf5f9
}

.highlight-green {
    background: #ddf1b6
}

.blog-content-box {
    border-radius: 8px;
    padding: 30px;
    margin: 30px 0 35px
}

    .blog-content-box.blog-content-box-blue {
        -webkit-box-shadow: 5px 5px rgba(95,172,250,.35);
        box-shadow: 5px 5px rgba(95,172,250,.35);
        background: rgba(95,172,250,.08);
        color: #054e98
    }

    .blog-content-box.blog-content-box-violet {
        -webkit-box-shadow: 5px 5px rgba(140,124,229,.35);
        box-shadow: 5px 5px rgba(140,124,229,.35);
        background: rgba(140,124,229,.08);
        color: #2c1b89
    }

    .blog-content-box.blog-content-box-pink {
        -webkit-box-shadow: 5px 5px rgba(255,85,136,.35);
        box-shadow: 5px 5px rgba(255,85,136,.35);
        background: rgba(255,85,136,.08);
        color: #97002d
    }

    .blog-content-box.blog-content-box-red {
        -webkit-box-shadow: 5px 5px rgba(255,104,104,.35);
        box-shadow: 5px 5px rgba(255,104,104,.35);
        background: rgba(255,104,104,.08);
        color: #a00
    }

    .blog-content-box.blog-content-box-aqua {
        -webkit-box-shadow: 5px 5px rgba(27,212,174,.35);
        box-shadow: 5px 5px rgba(27,212,174,.35);
        background: rgba(27,212,174,.08);
        color: #062d25
    }

    .blog-content-box.blog-content-box-orange {
        -webkit-box-shadow: 5px 5px rgba(250,176,80,.35);
        box-shadow: 5px 5px rgba(250,176,80,.35);
        background: rgba(250,176,80,.08);
        color: #894f04
    }

    .blog-content-box.blog-content-box-yellow {
        -webkit-box-shadow: 5px 5px rgba(255,205,66,.35);
        box-shadow: 5px 5px rgba(255,205,66,.35);
        background: rgba(255,205,66,.08);
        color: #846100
    }

    .blog-content-box.blog-content-box-green {
        -webkit-box-shadow: 5px 5px rgba(124,204,119,.35);
        box-shadow: 5px 5px rgba(124,204,119,.35);
        background: rgba(124,204,119,.08);
        color: #286225
    }

    .blog-content-box :last-child {
        margin-bottom: 0 !important
    }

.blog-single-social-box {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.07);
    box-shadow: 0 5px 20px rgba(0,0,0,.07);
    top: 0;
    -webkit-transition: top .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: top .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: top .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: top .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: top .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

    .blog-single-social-box:hover {
        top: -2px;
        -webkit-box-shadow: 0 8px 30px rgba(0,0,0,.1);
        box-shadow: 0 8px 30px rgba(0,0,0,.1)
    }

.blog-single-social-box-icon {
    min-width: 105px;
    width: 105px;
    position: relative;
    height: 90px;
    margin-left: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .blog-single-social-box-icon svg {
        position: relative;
        z-index: 2;
        fill: #fff;
        margin-top: 2px
    }

    .blog-single-social-box-icon:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 10px 0 0 10px;
        -webkit-transform: skewX(-10deg);
        transform: skewX(-10deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        z-index: 1
    }

.blog-single-social-box-text {
    font-size: 15px;
    color: #949494;
    font-weight: 500;
    line-height: 1.7
}

    .blog-single-social-box-text b {
        font-size: 18px;
        font-weight: 600
    }

.blog-single-social-box-telegram .blog-single-social-box-icon:before {
    -webkit-box-shadow: -13px 0 rgba(94,186,232,.2),-23px 0 rgba(94,186,232,.1);
    box-shadow: -13px 0 rgba(94,186,232,.2),-23px 0 rgba(94,186,232,.1);
    background: #5ebae8
}

.blog-single-social-box-telegram .blog-single-social-box-icon svg {
    height: 48px;
    margin-left: 10px
}

.blog-single-social-box-telegram .blog-single-social-box-text b {
    color: #5ebae8
}

.blog-single-social-box-instagram .blog-single-social-box-icon:before {
    -webkit-box-shadow: -13px 0 rgba(254,114,103,.2),-23px 0 rgba(254,114,103,.1);
    box-shadow: -13px 0 rgba(254,114,103,.2),-23px 0 rgba(254,114,103,.1);
    background: #f76290;
    background: linear-gradient(295deg,#f76290 0%,#fe7464 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f76290", endColorstr="#fe7464", GradientType=1)
}

.blog-single-social-box-instagram .blog-single-social-box-icon svg {
    height: 52px;
    margin-left: 12px
}

.blog-single-social-box-instagram .blog-single-social-box-text b {
    color: #fb6c78
}

.kt-row.blog-single-social-boxes {
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 10px
}

    .kt-row.blog-single-social-boxes .column {
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 15px
    }

.kt-minicart-table-holder {
    padding: 100px 40px 40px
}

    .kt-minicart-table-holder .kt-row {
        margin-left: -7px;
        padding-top: 4px;
        margin-right: -7px
    }

        .kt-minicart-table-holder .kt-row .column {
            padding-left: 7px;
            padding-right: 7px;
            margin-top: 10px
        }

            .kt-minicart-table-holder .kt-row .column .button {
                width: 100%
            }

    .kt-minicart-table-holder img {
        max-width: 260px;
        margin-bottom: 25px
    }

    .kt-minicart-table-holder h3 {
        font-weight: 600
    }

    .kt-minicart-table-holder table span {
        font-size: 12px;
        display: block;
        color: #949494
    }

    .kt-minicart-table-holder table td.price {
        color: #7ccc77;
        font-size: 15px;
        font-weight: 500
    }

    .kt-minicart-table-holder table tr :last-child {
        white-space: nowrap
    }

    .kt-minicart-table-holder table .order-total td {
        text-align: right
    }

.tab-content .blog-single-comments .comment-inner .comment-respond {
    display: none
}

.kt-minicart-table-text {
    font-size: 14px;
    margin: 8px auto 22px;
    line-height: 1.9
}

    .kt-minicart-table-text b {
        color: #46484d
    }

.kt-minicart-modal {
    max-width: 520px;
    background: #fff
}

    .kt-minicart-modal .kt-modal-close {
        left: 40px;
        top: 40px;
        right: auto;
        margin-left: 0;
        height: 48px;
        width: 48px;
        border-radius: 100%;
        background: rgba(255,104,104,.1)
    }

        .kt-course-modal .kt-modal-close:after, .kt-course-modal .kt-modal-close:before, .kt-ebook-modal .kt-modal-close:after, .kt-ebook-modal .kt-modal-close:before, .kt-minicart-modal .kt-modal-close:after, .kt-minicart-modal .kt-modal-close:before {
            height: 22px;
            background: #ff6868
        }

.kt-ebook-modal-image {
    position: relative
}

    .kt-ebook-modal-image span {
        font-size: 16px;
        position: absolute;
        top: 23px;
        right: 23px;
        z-index: 2;
        background: #fff;
        color: #75717b;
        border-radius: 3px;
        padding: 6px 15px 4px
    }

    .kt-course-modal-image:before, .kt-ebook-modal-image:before {
        background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(255,255,255,0)),to(#fff));
        background-image: linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 100%);
        bottom: 0;
        content: '';
        display: block;
        height: 55%;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 2
    }

    .kt-course-modal-image img, .kt-ebook-modal-image img {
        width: 100%;
        display: block;
        position: relative;
        z-index: 1
    }

.kt-ebook-modal {
    max-width: 500px;
    background: #fff
}

    .kt-course-modal .kt-modal-close, .kt-ebook-modal .kt-modal-close {
        left: 20px;
        top: 20px;
        right: auto;
        margin-left: 0;
        height: 48px;
        width: 48px;
        border-radius: 100%;
        background: rgba(255,255,255,.94);
        -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.15);
        box-shadow: 0 5px 30px rgba(0,0,0,.15)
    }

.kt-ebook-modal-inner {
    padding: 25px 40px 40px
}

    .kt-course-modal-inner h3, .kt-ebook-modal-inner h3 {
        font-size: 22px;
        font-weight: 600
    }

    .kt-course-newsletter button, .kt-ebook-modal-inner .kt-newsletter button {
        white-space: nowrap;
        padding: 11px 20px;
        width: auto
    }

    .kt-ebook-modal-inner .kt-newsletter input {
        border: 0;
        background: #f0f2f7;
        margin-left: 10px;
        padding: 13px 15px
    }

.kt-ebook-modal-price {
    font-size: 17px;
    font-weight: 500;
    color: #7ccc77;
    margin-bottom: 15px
}

    .kt-ebook-modal-price del {
        color: #ff6868;
        font-size: 14px;
        margin-left: 3px
    }

.kt-ebook-modal-text {
    font-size: 14px;
    margin: 8px auto 6px;
    line-height: 1.9
}

.kt-course-modal-image {
    position: relative
}

.kt-course-modal {
    max-width: 500px;
    background: #fff
}

.kt-course-modal-inner {
    padding: 25px 40px 40px
}

.kt-course-newsletter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .kt-course-newsletter button {
        margin: 5px
    }

    .kt-course-newsletter input {
        border: 0;
        background: #f0f2f7;
        padding: 13px 15px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto;
        margin: 5px
    }

.kt-course-modal-text {
    font-size: 14px;
    margin: 12px auto 22px;
    line-height: 1.9
}

.reportage-send-ticket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #dff6f9;
    padding: 15px 20px;
    border-radius: 3px;
    margin-bottom: 30px
}

    .reportage-send-ticket span {
        font-size: 16px;
        color: #28a5b7;
        padding-left: 20px
    }

    .reportage-send-ticket .button {
        white-space: nowrap
    }

.carousel-table-holder {
    position: relative;
    z-index: 9;
    margin-top: 60px;
    margin-bottom: 60px;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

    .carousel-table-holder.carousel-table-loaded {
        opacity: 1
    }

.carousel-table, .carousel-table-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.carousel-table-top {
    height: 145px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

    .carousel-table, .carousel-table-top:before {
        -webkit-box-shadow: 0 5px 35px rgba(0,0,0,.07);
        box-shadow: 0 5px 35px rgba(0,0,0,.07);
        background: #fff
    }

    .carousel-table-top:before {
        right: 225px;
        left: 0;
        content: '';
        top: 0;
        height: 100%;
        -webkit-transition: right .4s cubic-bezier(.36,.05,.35,1),border-radius .4s cubic-bezier(.36,.05,.35,1);
        transition: right .4s cubic-bezier(.36,.05,.35,1),border-radius .4s cubic-bezier(.36,.05,.35,1);
        border-radius: 5px 5px 0 0;
        position: absolute;
        z-index: 1
    }

    .carousel-table-top.fixed {
        position: fixed
    }

    .carousel-table-top.scrolled {
        z-index: 3
    }

        .carousel-table-top.scrolled:before {
            right: 0;
            border-radius: 0
        }

.carousel-table {
    position: relative;
    border-radius: 0 5px 5px 5px;
    z-index: 2
}

.carousel-table-buttons, .carousel-table-headings {
    width: 225px;
    min-width: 225px;
    max-width: 225px;
    position: relative;
    z-index: 2;
    margin-left: -1px
}

.carousel-table-buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #f4f4f4
}

@media (min-width:1400px) {
    .hide-buttons .carousel-table-arrow {
        display: none
    }
}

.carousel-table-prev {
    padding-left: 1px
}

.carousel-table-next {
    padding-right: 1px;
    margin-right: 10px
}

.carousel-table-arrow {
    height: 40px;
    width: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    background: #eef0f3;
    color: #a0a7b1;
    font-size: 24px;
    -webkit-transition: color .15s ease-in-out,background .15s ease-in-out;
    transition: color .15s ease-in-out,background .15s ease-in-out
}

    .carousel-table-arrow:hover {
        color: #af800f;
        background: #fde6af
    }

.carousel-table-headings .carousel-table-heading {
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px;
    display: block
}

    .carousel-table-headings .carousel-table-heading:first-child {
        border-top-right-radius: 5px;
        border-left: 1px solid #878f9a
    }

.carousel-table-td, .carousel-table-th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f4f4f4;
    color: #766f8b;
    font-weight: 400;
    line-height: 24px
}

.carousel-table-th {
    border-left: 1px solid #f4f4f4;
    font-size: 14px;
    padding: 12px 20px
}

.carousel-table-td {
    font-size: 13px;
    padding: 12px 15px;
    border-right: 1px solid #f4f4f4;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .carousel-table-td i.icon_check, .carousel-table-td i.icon_close {
        line-height: inherit;
        display: block;
        position: relative
    }

    .carousel-table-td i.icon_check {
        font-size: 18px;
        color: #7ccc77;
        top: 1px
    }

    .carousel-table-td i.icon_close {
        font-size: 22px;
        color: #ff6868;
        top: -1px
    }

.carousel-table-heading {
    height: 50px;
    color: #fff !important;
    margin: 0 !important;
    background: #8f98a5;
    display: block !important;
    line-height: 50px !important
}

    .carousel-table-heading + .carousel-table-td, .carousel-table-heading + .carousel-table-th {
        border-top: none !important
    }

.carousel-table-rating-holder {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 13px auto
}

    .carousel-table-rating-holder + .button.carousel-table-button {
        margin-bottom: 10px
    }

.carousel-table-rating-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    line-height: 75px;
    bottom: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #7a828c
}

.carousel-table-items, .carousel-table-logos {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    z-index: 1;
    overflow: hidden
}

    .carousel-table-items .slick-list, .carousel-table-logos .slick-list {
        margin: 0
    }

        .carousel-table-items .slick-list .slick-track, .carousel-table-logos .slick-list .slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .carousel-table-items .slick-list .slick-track .slick-slide, .carousel-table-logos .slick-list .slick-track .slick-slide {
                padding: 0
            }

.carousel-table-item {
    width: 16.6666%;
    position: relative
}

    .carousel-table-item .carousel-table-heading {
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        padding: 0 10px !important;
        border-bottom: none
    }

    .carousel-table-item h4.carousel-table-heading {
        border-right: 1px solid #878f9a
    }

.carousel-table-item-logo {
    border-right: 1px solid #f4f4f4;
    position: relative;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0 20px !important
}

    .carousel-table-item-logo img {
        max-width: 100%;
        margin: 0 !important
    }

.carousel-table-logos .slick-arrow {
    display: none !important
}

.carousel-table-logos .slick-list, .carousel-table-logos .slick-list .slick-track {
    height: 100%
}

.carousel-table-top-holder {
    height: 145px;
    position: relative
}

@media (max-width:486px) {
    .carousel-table-headings .carousel-table-heading {
        font-size: 15px;
        padding: 0 15px
    }

    .carousel-table-item .carousel-table-heading {
        font-size: 13px
    }

    .carousel-table-td, .carousel-table-th {
        font-size: 13px;
        padding: 10px 15px
    }

    .carousel-table-heading {
        height: 48px;
        line-height: 48px !important
    }

    .carousel-table-buttons, .carousel-table-headings {
        width: 50%;
        min-width: 50%;
        max-width: 50%
    }

    .carousel-table-top:before {
        right: 50%
    }
}

.button.carousel-table-button {
    color: #966c08;
    background: #feebbe;
    font-size: 12px;
    line-height: 1.5;
    padding: 11px;
    width: 100%
}

    .button.carousel-table-button:after {
        position: relative;
        top: 1px;
        right: 0;
        -webkit-transition: right .2s ease-in-out;
        transition: right .2s ease-in-out;
        font-family: "ElegantIcons";
        font-size: 1.375em;
        display: inline-block;
        line-height: 1;
        vertical-align: middle;
        content: "\23";
        margin-right: 6px
    }

    .button.blog-compare-box-button:hover, .button.carousel-table-button:hover {
        color: #4e3700;
        background: #fde3a4
    }

        .button.blog-compare-box-button:hover:after, .button.carousel-table-button:hover:after {
            right: 2px
        }

.carousel-table-link {
    line-height: 1.7;
    color: #2498a9 !important
}

    .carousel-table-link:hover {
        color: #1b727f !important
    }

.blog-compare-box {
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 5px 35px rgba(0,0,0,.07);
    box-shadow: 0 5px 35px rgba(0,0,0,.07);
    margin-bottom: 25px
}

.blog-compare-box-holder {
    margin-top: 15px;
    padding-bottom: 10px
}

p:empty + .blog-compare-box-holder {
    margin-top: -9px
}

.blog-compare-box-top {
    padding: 20px 25px;
    border-bottom: 1px solid #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .blog-compare-box-top img {
        margin: 0 18px 0 15px !important;
        max-height: 50px;
        width: auto !important;
        max-width: 100% !important
    }

.blog-compare-box-rating-holder {
    position: relative;
    width: 60px;
    height: 60px
}

.blog-compare-box-rating-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    line-height: 65px;
    bottom: 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -.6px;
    text-align: center;
    color: #7a828c
}

.button.blog-compare-box-button {
    color: #966c08;
    background: #feebbe;
    font-size: 13px;
    line-height: 1.5;
    margin-right: auto;
    padding: 12px 18px;
    width: auto
}

    .button.blog-compare-box-button:after {
        position: relative;
        top: 1px;
        right: 0;
        -webkit-transition: right .2s ease-in-out;
        transition: right .2s ease-in-out;
        font-family: "ElegantIcons";
        font-size: 1.375em;
        display: inline-block;
        line-height: 1;
        vertical-align: middle;
        content: "\23";
        margin-right: 7px
    }

.blog-compare-box-row.kt-row {
    margin: 0
}

    .blog-compare-box-row.kt-row .column {
        padding: 22px 25px
    }

        .blog-compare-box-row.kt-row .column:first-child {
            border-left: 1px solid #f4f4f4
        }

.blog-compare-box-text {
    font-size: 13px;
    line-height: 2.1;
    color: #949494;
    font-weight: 400
}

    .blog-compare-box-text p {
        margin-bottom: 5px
    }

.blog-compare-box-star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px
}

    .blog-compare-box-star-rating .star-rating {
        min-width: 6.25em;
        font-size: 14px
    }

        .blog-compare-box-star-rating .star-rating span i {
            font-size: 14px
        }

.blog-compare-box-star-rating-holder {
    width: 100%
}

    .blog-compare-box-star-rating-holder .blog-compare-box-star-rating:last-child {
        margin-bottom: 0 !important
    }

.blog-compare-box-star-rating-text {
    font-size: 13px;
    color: #949494;
    line-height: 1.8;
    font-weight: 400;
    margin-left: 15px
}

.blog-compare-box-lists.kt-row {
    margin: 0 -10px
}

    .blog-compare-box-lists.kt-row .column {
        padding: 0 10px 25px
    }

    .blog-compare-box-lists.kt-row ul {
        list-style: none;
        margin: 0 !important;
        padding: 0
    }

        .blog-compare-box-lists.kt-row ul li {
            padding-right: 24px;
            font-size: 15px;
            line-height: 1.9;
            position: relative;
            list-style-type: none !important;
            margin-bottom: 6px
        }

            .blog-compare-box-lists.kt-row ul li:before {
                height: 3px;
                width: 12px;
                border-radius: 2px;
                right: 0;
                top: 13px;
                position: absolute;
                content: ''
            }

h4.blog-compare-box-list-title {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 0 8px !important;
    font-size: 18px !important;
    font-weight: 500
}

.blog-compare-box-pros .blog-compare-box-list-title {
    color: #71c86c
}

.blog-compare-box-pros ul li:before {
    background: #71c86c
}

.blog-compare-box-cons .blog-compare-box-list-title {
    color: #ff3f3f
}

.blog-compare-box-cons ul li:before {
    background: #ff3f3f
}

.post-content .row-inner, .post-content .row-inner-holder {
    clear: none !important
}

    .post-content .row-inner-holder:after, .post-content .row-inner-holder:before, .post-content .row-inner:after, .post-content .row-inner:before {
        display: none !important
    }

    .post-content .row-inner .vc_col-sm-12, .post-content .row-inner-holder .vc_col-sm-12 {
        float: none !important
    }

.post-content .vc_row:not(.vc_inner) > .row-inner {
    overflow: visible
}

.post-content .vc_column-inner {
    font-size: inherit
}

.post-content .highlight {
    color: #181522
}

.academy-hero {
    background: url(../images/abstract2.png) right 0 top 30px no-repeat
}

.hero {
    background: url(../images/abstract2.png) right 0 top 30px no-repeat,url(../images/hero-bg.jpg) center top no-repeat;
    height: 798px;
    padding-top: 160px;
    padding-bottom: 125px
}

    .hero .wrapper {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.navbar-shadow-none .menu-holder:not(.scrolled) {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .navbar-shadow-none .menu-holder:not(.scrolled) .menu-inner {
        padding: 50px 0
    }

.navbar-shadow-none .page-holder {
    padding-top: 150px
}

.hero-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .hero-buttons .button:first-child {
        margin-left: 15px
    }

.hero-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 25px
}

.hero-text {
    font-size: 17px;
    color: #7f8187;
    margin-bottom: 32px
}

.hero-inner {
    width: 48%
}

.hero-badges {
    max-width: 750px;
    margin: 0 -15px;
    position: relative
}

    .hero-badges:before {
        background: url(../images/abstract1.png) center no-repeat;
        position: absolute;
        right: -118px;
        width: 262px;
        height: 263px;
        top: -53px
    }

    .hero-badges .column {
        padding: 0 15px
    }

.hero-badge {
    padding: 24px 30px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    top: 0;
    -webkit-transition: top .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: top .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,top .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,top .2s ease-in-out,-webkit-box-shadow .2s ease-in-out
}

    .hero-badge:hover {
        top: -2px;
        -webkit-box-shadow: 0 10px 36px 4px rgba(70,72,77,.09);
        box-shadow: 0 10px 36px 4px rgba(70,72,77,.09)
    }

.hero-badge-inner {
    padding-right: 25px;
    padding-top: 5px
}

    .hero-badge-inner h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 3px
    }

    .hero-badge-inner span {
        font-size: 13px;
        color: #7f8187
    }

.section-subtitle * {
    font-size: 18px;
    color: #7f8187;
    font-weight: 400
}

.home-courses {
    background: url(../images/abstract3.png) left bottom 250px no-repeat;
    position: relative
}

    .home-courses:after, .home-courses:before {
        position: absolute;
        background: rgba(250,176,80,.08);
        border-top-left-radius: 20px;
        border-bottom-left-radius: 50px;
        width: 125px;
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
        content: '';
        top: 325px;
        -webkit-transform: skewX(-10deg);
        transform: skewX(-10deg);
        height: 250px
    }

    .home-courses:before {
        right: -60px
    }

    .home-courses:after {
        right: 0;
        margin-top: 60px
    }

.academy-category {
    height: 110px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 3px 15px rgba(70,72,77,.08);
    box-shadow: 0 3px 15px rgba(70,72,77,.08);
    position: relative;
    top: 0;
    -webkit-transition: top .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: top .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,top .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,top .2s ease-in-out,-webkit-box-shadow .2s ease-in-out
}

    .academy-category h3 {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        padding-top: 4px
    }

        .academy-category h3 span {
            font-size: 16px;
            font-weight: 300
        }

    .academy-category:hover {
        -webkit-box-shadow: 0 8px 22.5px 2.5px rgba(70,72,77,.17);
        box-shadow: 0 8px 22.5px 2.5px rgba(70,72,77,.17);
        top: -3px
    }

.academy-categories {
    margin: 0 -10px -20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .academy-categories .column {
        padding: 0 10px;
        margin-bottom: 20px
    }

.testimonials-item {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08);
    padding: 35px;
    height: 100%
}

.testimonials-item-image {
    border-radius: 5px;
    margin-left: 18px;
    -webkit-box-shadow: 0 3px 18px rgba(70,72,77,.08);
    box-shadow: 0 3px 18px rgba(70,72,77,.08)
}

.testimonials-item-name-outer {
    padding-top: 4px
}

.testimonials-item-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px
}

.testimonials-item-company {
    color: #7f8187;
    font-size: 13px;
    font-weight: 500
}

.testimonials-item-top-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testimonials-item-text {
    color: #7f8187;
    font-size: 14px;
    padding-top: 20px
}

.testimonials {
    margin: -25px -21px;
    cursor: -webkit-grab;
    cursor: grab
}

    .testimonials .slick-list {
        padding: 10px 16px
    }

    .testimonials .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .testimonials .slick-slide .testimonials-item {
        -webkit-box-shadow: 0 3px 10px rgba(70,72,77,.08);
        box-shadow: 0 3px 10px rgba(70,72,77,.08);
        -webkit-transition: -webkit-box-shadow .4s ease-in-out;
        transition: -webkit-box-shadow .4s ease-in-out;
        transition: box-shadow .4s ease-in-out;
        transition: box-shadow .4s ease-in-out, -webkit-box-shadow .4s ease-in-out
    }

    .testimonials .slick-slide.slick-active .testimonials-item {
        -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
        box-shadow: 0 5px 30px rgba(70,72,77,.08)
    }

.testimonials-item-holder {
    padding: 15px;
    height: auto
}

.clients-carousel-holder {
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08);
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background: #fff;
    margin: 25px 0 30px;
    padding: 0 40px
}

.clients-carousel {
    cursor: -webkit-grab;
    cursor: grab
}

.clients-carousel-item {
    vertical-align: middle !important
}

    .clients-carousel-item img {
        display: block;
        max-width: 85% !important;
        height: auto;
        margin: 0 auto
    }

.free-ebook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 5px 30px rgba(51,105,158,.09);
    box-shadow: 0 5px 30px rgba(51,105,158,.09);
    top: 0;
    -webkit-transition: top .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: top .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,top .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,top .2s ease-in-out,-webkit-box-shadow .2s ease-in-out
}

    .free-ebook img {
        border-radius: 20px;
        width: 70px;
        height: 70px;
        min-width: 70px;
        margin-left: 20px
    }

    .free-ebook span {
        color: #7f8187;
        font-size: 14px;
        display: block;
        margin-bottom: 2px
    }

    .free-ebook h3 {
        font-size: 16px;
        font-weight: 500
    }

        .free-ebook h3:after {
            content: "\3a";
            font-family: "dripicons-v2";
            font-size: 16px;
            font-weight: 400;
            color: #5facfa;
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
            line-height: 1;
            position: relative;
            top: 1px
        }

    .free-ebook:hover {
        -webkit-box-shadow: 0 12px 30.1px 4.9px rgba(51,105,158,.1);
        box-shadow: 0 12px 30.1px 4.9px rgba(51,105,158,.1);
        top: -3px
    }

.academy-free-ebooks > .vc_column-inner > .wpb_wrapper, .free-ebook, .home-testimonials {
    position: relative
}

    .home-testimonials:after, .home-testimonials:before {
        position: absolute;
        background: rgba(140,124,229,.08);
        border-top-right-radius: 20px;
        border-bottom-right-radius: 50px;
        width: 200px;
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        content: '';
        bottom: 90px;
        -webkit-transform: skewX(10deg);
        transform: skewX(10deg);
        height: 250px
    }

    .home-testimonials:before {
        left: -110px;
        margin-bottom: 60px
    }

    .home-testimonials:after {
        left: 0
    }

.service-box-icon {
    height: 41px;
    margin-left: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.service-box-icon, .service-box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-box {
    position: relative;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08);
    top: 0;
    display: block;
    -webkit-transition: top .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: top .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,top .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,top .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    border-radius: 5px
}

    .service-box:hover {
        top: -2px;
        -webkit-box-shadow: 0 10px 36px 4px rgba(70,72,77,.09);
        box-shadow: 0 10px 36px 4px rgba(70,72,77,.09)
    }

.service-box-type-icon {
    background: #fff;
    padding: 33px 35px 26px;
    overflow: hidden
}

    .service-box-type-icon .service-box-title {
        font-size: 17px;
        font-weight: 400;
        padding-top: 2px
    }

    .service-box-type-icon .service-box-text {
        margin-top: 15px;
        color: #7f8187;
        font-size: 15px
    }

.service-box-overlay {
    position: absolute;
    opacity: .05
}

.service-box-reportage .service-box-icon img, .service-box-seo .service-box-icon img {
    height: 40px
}

.service-box-seo .service-box-overlay {
    bottom: -40px;
    left: -10px;
    height: 120px
}

.service-box-reportage .service-box-overlay {
    bottom: -42px;
    left: -25px;
    height: 120px
}

.service-box-adwords .service-box-icon img {
    height: 34px
}

.service-box-adwords .service-box-overlay {
    bottom: -20px;
    left: -10px;
    height: 100px
}

.service-box-content .service-box-icon img {
    height: 41px
}

.service-box-content .service-box-overlay {
    bottom: -42px;
    left: -18px;
    height: 120px
}

.service-box-type-background {
    padding: 45px 50px;
    background-size: cover;
    background-position: center
}

    .service-box-type-background .service-box-title {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 10px;
        padding-top: 4px;
        line-height: 1.7
    }

    .service-box-type-background .service-box-text {
        color: #ebebec;
        font-size: 16px;
        line-height: 1.7
    }

.courses-carousel-holder {
    height: 100%;
    position: relative;
    z-index: 2
}

.courses-carousel {
    height: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08)
}

    .courses-carousel .slick-list, .courses-carousel .slick-slide, .courses-carousel .slick-track {
        height: 100%
    }

    .courses-carousel .slick-dots {
        position: absolute;
        bottom: 50px;
        left: 40px;
        padding-top: 0
    }

        .courses-carousel .slick-dots li button {
            background: rgba(255,255,255,.8);
            height: 12px;
            width: 12px
        }

.courses-carousel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    background-position: center;
    height: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 45% 40px 40px
}

    .courses-carousel-item:before {
        background-image: -webkit-gradient(linear,left top, left bottom,from(transparent),color-stop(90%, rgba(0,0,0,.4)));
        background-image: linear-gradient(180deg,transparent 0%,rgba(0,0,0,.4) 90%);
        bottom: 0;
        content: '';
        display: block !important;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 1
    }

.courses-carousel-item-title {
    font-size: 22px;
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: 500
}

    .courses-carousel-item-title:after {
        content: "\23";
        font-family: 'ElegantIcons';
        display: inline;
        vertical-align: middle;
        font-size: 26px;
        line-height: 1;
        margin-right: 15px;
        position: relative;
        top: 3px
    }

.academy-categories-section {
    background: 0 0
}

    .academy-categories-section + .home-courses:after, .academy-categories-section + .home-courses:before {
        display: none
    }

.academy-free-ebooks > .vc_column-inner > .wpb_wrapper:before {
    background: url(../images/abstract1.png) center no-repeat;
    position: absolute;
    left: -112px;
    width: 262px;
    height: 263px;
    bottom: -71px;
    z-index: 1;
    content: ''
}

.academy-free-ebooks > .vc_column-inner > .wpb_wrapper .free-ebook {
    z-index: 2
}

.why-novin-section {
    background: #fff;
    padding: 40px 70px 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08);
    position: relative;
    z-index: 2
}

    .why-novin-section .kt-row .column {
        margin-bottom: 35px
    }

.academy-suggestion h3, .why-novin-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .why-novin-item span {
        display: block
    }

    .why-novin-item img {
        max-height: 60px;
        width: auto;
        margin-left: 25px
    }

.why-novin-title {
    font-size: 14px;
    font-weight: 400;
    color: #7f8187
}

.why-novin-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #46484d
}

.why-novin-item-inner {
    line-height: 1.8;
    padding-top: 4px
}

.kt-banners {
    position: relative;
    z-index: 2
}

    .kt-banners .kt-row {
        margin: -12px
    }

        .kt-banners .kt-row .column {
            padding: 12px
        }

.kt-banner {
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08);
    position: relative;
    top: 0;
    -webkit-transition: top .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: top .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,top .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,top .2s ease-in-out,-webkit-box-shadow .2s ease-in-out
}

    .kt-banner:hover {
        top: -2px;
        -webkit-box-shadow: 0 10px 36px 5px rgba(70,72,77,.14);
        box-shadow: 0 10px 36px 5px rgba(70,72,77,.14)
    }

    .kt-banner, .kt-banner img {
        display: block;
        border-radius: 5px
    }

.testimonials-video-link {
    margin-right: auto;
    margin-left: -35px;
    background: rgba(255,85,136,.1);
    color: var(--main-color);;
    border-radius: 0 5px 5px 0;
    padding: 9px 16px 9px 20px;
    font-weight: 400
}

    .testimonials-video-link:before {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 511.999 511.999' style='enable-background:new 0 0 511.999 511.999;' xml:space='preserve'%3E%3Cpath fill='%23ff5588' d='M443.86,196.919L141.46,10.514C119.582-2.955,93.131-3.515,70.702,9.016c-22.429,12.529-35.819,35.35-35.819,61.041 v371.112c0,38.846,31.3,70.619,69.77,70.829c0.105,0,0.21,0.001,0.313,0.001c12.022-0.001,24.55-3.769,36.251-10.909 c9.413-5.743,12.388-18.029,6.645-27.441c-5.743-9.414-18.031-12.388-27.441-6.645c-5.473,3.338-10.818,5.065-15.553,5.064 c-14.515-0.079-30.056-12.513-30.056-30.898V70.058c0-11.021,5.744-20.808,15.364-26.183c9.621-5.375,20.966-5.135,30.339,0.636 l302.401,186.405c9.089,5.596,14.29,14.927,14.268,25.601c-0.022,10.673-5.261,19.983-14.4,25.56L204.147,415.945 c-9.404,5.758-12.36,18.049-6.602,27.452c5.757,9.404,18.048,12.36,27.452,6.602l218.611-133.852 c20.931-12.769,33.457-35.029,33.507-59.55C477.165,232.079,464.729,209.767,443.86,196.919z'/%3E%3C/svg%3E");
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 15px;
        width: 15px;
        background-size: 15px;
        margin-left: 10px
    }

.section-text {
    font-size: 16px
}

.kt-cta, .kt-cta img {
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08)
}

.kt-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    position: relative;
    z-index: 2
}

    .kt-cta.kt-cta-light {
        background: #fff
    }

        .kt-cta.kt-cta-light .kt-cta-inner h4 {
            color: #46484d;
            font-weight: 600
        }

        .kt-cta.kt-cta-light .kt-cta-text {
            color: #7f8187
        }

    .kt-cta.kt-cta-dark {
        background: #757a86
    }

        .kt-cta.kt-cta-dark .kt-cta-inner h4 {
            color: #fff
        }

        .kt-cta.kt-cta-dark .kt-cta-text {
            color: #eef1f7
        }

    .kt-cta img {
        margin-left: 10px;
        width: 70px;
        min-width: 70px
    }

    .kt-cta .button {
        margin-right: auto;
        margin-left: 10px
    }

.kt-cta-inner {
    padding-right: 10px;
    padding-top: 4px
}

    .kt-cta-inner h4 {
        font-size: 18px;
        line-height: 1.7
    }

.kt-cta-text {
    font-size: 14px
}

.academy-category-single-image img, .academy-suggestion {
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 30px rgba(70,72,77,.08);
    box-shadow: 0 5px 30px rgba(70,72,77,.08)
}

.academy-suggestion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background: #fff;
    position: relative;
    top: 0;
    -webkit-transition: top .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: top .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,top .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,top .2s ease-in-out,-webkit-box-shadow .2s ease-in-out
}

    .academy-suggestion:hover {
        top: -2px;
        -webkit-box-shadow: 0 10px 36px 4px rgba(70,72,77,.09);
        box-shadow: 0 10px 36px 4px rgba(70,72,77,.09)
    }

    .academy-suggestion h3 {
        font-size: 16px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 14px 25px 20px;
        font-weight: 500;
        text-align: center;
        line-height: 1.8
    }

.academy-suggestions .kt-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px -30px
}

    .academy-suggestions .kt-row .column {
        margin-bottom: 30px;
        padding: 0 15px
    }

.academy-category-single-image img {
    display: block;
    margin: 0 auto
}

.flex-row .blog-item-holder {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .flex-row .blog-item-holder .blog-item-desc-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .flex-row .blog-item-holder .blog-item-content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

.blog2-items-holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.course-header-image-holder {
    position: relative
}

    .course-header-image-holder * {
        position: relative;
        z-index: 2
    }

    .course-header-image-holder:before {
        background: url(../images/abstract1.png) center no-repeat;
        position: absolute;
        left: -116px;
        width: 262px;
        height: 263px;
        bottom: -37px;
        z-index: 1;
        content: ''
    }

.menu-inner > .header-login-button {
    padding: 7px;
    font-size: 24px;
    width: 46px;
    display: none;
    color: var(--main-color);;
    background: rgba(255,85,136,.1)
}

.product-total .button {
    float: left;
    font-size: 14px;
    padding: 10px 15px
}

@media (max-width:1270px) {
    .fixed-contact-button {
        right: 25px;
        bottom: 25px
    }
}

@media (max-width:1150px) {
    .related-courses-section {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -15px -30px
    }

        .related-courses-section .column {
            margin-bottom: 30px;
            padding: 0 15px
        }
}

@media (max-width:1050px) {
    .portfolio-items-holder .portfolio-item-holder {
        width: 50%
    }

    .type-product > .wrapper > .kt-row {
        margin-left: -15px;
        margin-right: -15px
    }

        .type-product > .wrapper > .kt-row > .column {
            padding-left: 15px;
            padding-right: 15px
        }
}

.kt-responsive-table table {
    min-width: 1024px
}

    .kt-responsive-table table tr td:first-child {
        width: 32%
    }

@media (max-width:1023px) {
    body {
        -webkit-text-size-adjust: none
    }

    .kt-modal-inner, .kt-responsive-table {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    .kt-responsive-table {
        width: 100%
    }

    .icon-box4-items-holder .icon-box4-holder {
        width: 33.3333%
    }

    html.kt-modal-opened, html.responsive-menu-opened {
        overflow: hidden
    }

    .kt-modal-inner {
        overflow-x: hidden
    }

    .scroll-progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.academy-category-hero-inner {
    padding-left: 70px
}

@media (max-width:991px) {
    .academy-archive-carousel {
        padding-bottom: 35px
    }

    .academy-category-hero-inner {
        padding-left: 0
    }

    .logo-holder h3 {
        font-size: 17px;
        margin-right: 0px
    }

    .logo-holder img {
        height: 44px
    }

    .navbar-shadow-none .menu-holder:not(.scrolled) .menu-inner {
        padding: 40px 0
    }

    .navbar-shadow-none .page-holder {
        padding-top: 130px
    }

    .academy-banners {
        margin-top: 30px
    }

    .why-novin-section {
        padding: 40px 40px 5px
    }

    .kt-social-blog-posts, .kt-social-twitter-posts {
        width: 50%
    }

    .kt-social-instagram-posts {
        width: 100%
    }

    .hero {
        padding-top: 120px
    }

    .hero-inner {
        width: 50%
    }

    .related-courses {
        padding: 65px 0 70px;
        margin-top: 15px
    }

        .related-courses .button {
            margin: 0 auto
        }

    .external-section-icon, .fixed-contact-button .tooltip, .gadp-outer:before {
        display: none
    }

    .course-header-inner {
        margin-top: 40px
    }

    .type-product > .wrapper > .kt-row > .column:first-child {
        padding-bottom: 0
    }

    .fixed-contact-button {
        right: auto;
        left: 20px;
        bottom: 20px
    }

    .gadp-outer .kt-row {
        display: block
    }

        .gadp-outer .kt-row .column {
            padding: 50px 30px
        }

    .google-ad-preview-fields, .google-ad-preview-ui {
        width: 100%
    }

    .google-ad-preview-ui {
        border-top: 1px solid #eee;
        border-right: none
    }

    .dashboard-welcome-box-inner img {
        float: none;
        max-width: 100%;
        margin-left: 0
    }

    .dashboard-welcome-box-desc {
        padding-top: 10px
    }

    .dashboard-welcome-box-text {
        margin-top: 15px
    }

    .dashboard-welcome-box-inner {
        padding: 25px;
        text-align: center
    }

    .dashboard-welcome-close {
        left: 25px;
        top: 25px
    }

    .dashboard-blog-section, .dashboard-tickets-box {
        margin-top: 45px
    }

    .tickets-navigation + .dashboard-tickets-box {
        margin-top: 0
    }

    .dashboard-sources-box {
        margin-top: 30px
    }

    .course-details-inner {
        position: static !important;
        width: auto !important
    }

    .kt-notice-inner {
        margin-right: 20px
    }

    .kt-row.blog-page-series .column:nth-child(3n+1) {
        clear: none
    }

    .kt-row.blog-page-series .column:nth-child(2n+1) {
        clear: right
    }

    .kt-row.blog1-items-holder, .kt-row.blog2-items-holder, .kt-row.dashboard-boxs {
        margin: -10px
    }

        .kt-row.blog1-items-holder .column, .kt-row.blog2-items-holder .column, .kt-row.dashboard-boxs .column {
            padding: 10px
        }

    .header-user-area-list, .main-menu {
        display: none !important
    }

    .responsive-menu-button, .responsive-menu-outer-holder, .responsive-menu-overlay {
        display: block
    }

    .wrapper {
        padding: 0 20px
    }

    .center-in-tablet, .center-in-tablet p, .center-in-tablet span {
        text-align: center !important
    }

    .right-in-tablet, .right-in-tablet p, .right-in-tablet span {
        text-align: right !important
    }

    .left-in-tablet, .left-in-tablet p, .left-in-tablet span {
        text-align: left !important
    }

    .padding-left-none-tablet, .padding-left-none-tablet > .vc_column-inner {
        padding-left: 0 !important
    }

    .padding-right-none-tablet, .padding-right-none-tablet > .vc_column-inner {
        padding-right: 0 !important
    }

    .autoheight-tablet {
        height: auto !important
    }

    .index-header > .row-inner {
        background-position: right top !important
    }

    .index-header-col > .vc_column-inner {
        padding-top: 170px !important;
        padding-bottom: 160px !important
    }

    .icon-box3-icon-right.align-left {
        text-align: right
    }

        .icon-box3-icon-right.align-left .icon-box3-icon {
            float: right;
            margin-left: 20px;
            margin-right: 0
        }

    .banner-marketing-page .fixed-contact-button, .external-section-image, .reportage-page .fixed-contact-button {
        display: none
    }

    .external-section-desc {
        padding: 170px 0 90px
    }

    .wpb_single_image.laptop-adwords img {
        width: 600px;
        max-width: 100%
    }

    .contact-us-left > .vc_column-inner > .wpb_wrapper {
        padding-right: 0;
        border-right: none
    }

    .banner-marketing-page .mobile-contact-button, .reportage-page .mobile-contact-button {
        display: block
    }
}

@media (max-width:910px) {
    .blog-page-notes-inner .blog-page-note {
        margin-bottom: 20px
    }

        .blog-page-notes-inner .blog-page-note.active {
            margin-bottom: 30px
        }

    .blog-page-notes {
        padding-top: 40px
    }

    .blog-page-single-note .blog-page-note:not(.active) {
        margin-right: 30px;
        margin-left: 30px
    }
}

.button.blog-menu-button {
    padding: 10px 20px 10px 55px;
    position: relative;
    float: right;
    display: none
}

    .button.blog-menu-button:before {
        bottom: 0;
        content: '\f107';
        font-family: 'FontAwesome';
        font-size: 1.25em;
        font-style: normal;
        font-weight: 400;
        height: 1em;
        left: 20px;
        letter-spacing: 0;
        line-height: 1;
        margin: auto 0;
        position: absolute;
        text-align: left;
        top: 0;
        width: 1em
    }

@media (max-width:810px) {
    .blog-header-filters .blog-header-filters-holder {
        width: 728px
    }
}

@media (max-width:767px) {
    .shop_table.shop_table_responsive tbody tr td.product-total {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
        flex-flow: wrap row
    }

    .product-total .button {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 12px;
        padding: 11px 15px
    }

    .kt-cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 35px 25px
    }

        .kt-cta img {
            margin-left: 0;
            margin-bottom: 20px
        }

        .kt-cta .button {
            margin-right: 0;
            margin-left: 0;
            margin-top: 15px
        }

    .kt-cta-inner {
        padding-right: 0;
        padding-top: 0
    }

    .kt-social-blog-posts, .kt-social-twitter-posts {
        width: 100%
    }

    .kt-social-twitter-posts-holder {
        height: 690px !important
    }

    .hero {
        background: url(../images/abstract2.png) right 0 top 30px no-repeat;
        height: auto;
        padding-bottom: 20px;
        padding-top: 65px;
        text-align: center
    }

    .hero-badges .column:first-child {
        margin-bottom: 25px
    }

    .hero-inner {
        width: 100%
    }

    .hero-buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 50px
    }

    .kt-wc-rating-subtitle {
        margin-bottom: 25px
    }

    .course-description-section h3 {
        padding-bottom: 15px
    }

        .course-description-section h3:before, .fixed-contact-button, .shop_table.shop_table_responsive tbody tr td.product-name:before, .shop_table.shop_table_responsive tfoot tr .woocommerce-table__spotplayer, .shop_table.shop_table_responsive thead {
            display: none
        }

    .mobile-contact-button {
        display: block
    }

    .panel-header {
        padding: 18px 25px
    }

    .panel-menu-button, .shop_table.shop_table_responsive.woocommerce-table--order-details tbody tr td.product-name {
        display: block
    }

    .dashboard-posts-title-holder {
        padding: 20px 15px 18px
    }

    .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-form-row.form-row-one-half {
        float: none;
        width: 100%
    }

        .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-form-row.form-row-one-half.form-row-first {
            margin-left: 0
        }

    .dashboard-post-date {
        float: none;
        margin-left: 0;
        margin-top: 0;
        text-align: right;
        width: auto
    }

    .dashboard-post-date-day, .dashboard-post-date-month {
        display: inline-block;
        vertical-align: bottom
    }

    .dashboard-post-date-month {
        position: relative;
        top: -3px;
        margin-right: 5px
    }

    .dashboard-post-inner {
        padding-right: 0;
        padding-bottom: 0;
        text-align: right;
        border-right: 0
    }

    .panel-header {
        margin-bottom: 30px
    }

    .woocommerce-account .page-inner-holder {
        padding: 30px 0
    }

    .tickets-navigation + .dashboard-tickets-box {
        margin-bottom: 20px
    }

    .dashboard-service-inner {
        float: none;
        text-align: right;
        padding-left: 0
    }

    .dashboard-service-links {
        float: none;
        text-align: right;
        font-size: 0
    }

        .dashboard-service-links a {
            float: none !important;
            display: inline-block;
            vertical-align: top
        }

            .dashboard-service-links a:first-child.service-setting-button, .dashboard-service-links a:first-child.service-setting-button + .service-renew-history-button, .dashboard-service-links a:only-child.service-renew-history-button {
                margin-top: 0
            }

    .dashboard-posts-list {
        padding: 20px 15px
    }

    .dashboard-services-box .dashboard-posts-list {
        padding-bottom: 25px !important
    }

        .dashboard-services-box .dashboard-posts-list .dashboard-post {
            margin-bottom: 20px;
            padding-bottom: 20px
        }

    a.dashboard-add-post-button {
        left: 15px
    }

    .kt-modal-inner.kt-login-modal {
        padding: 30px 15px 15px
    }

        .kt-modal-inner.kt-login-modal .kt-modal-close {
            right: 20px;
            top: 20px
        }

    .footer {
        padding-top: 40px
    }

    .footer-bottom {
        margin-top: 30px
    }

    .kt-checkout-login-box {
        padding-top: 40px;
        padding-bottom: 30px
    }

    .kt-checkout-login-col {
        border-left: none
    }

        .kt-checkout-login-col .kt-checkout-login-box {
            border-bottom: 1px solid rgba(0,0,0,.06);
            padding-top: 30px;
            padding-bottom: 40px
        }

    .checkout_coupon {
        margin-bottom: 15px
    }

    .kt-wc-coupon-box {
        margin-bottom: 10px
    }

    .woocommerce-notice--success {
        padding: 10px 15px 8px
    }

    .woocommerce-additional-fields {
        margin-top: 15px
    }

    .cart_totals-table {
        width: 100%;
        float: none
    }

    .cart-suggestions {
        width: 100%;
        margin-left: 0;
        display: block
    }

        .cart-suggestions + .cart_totals-table {
            width: 100%;
            display: block;
            margin-top: 15px
        }

    .shop_table.shop_table_responsive tfoot {
        display: block;
        border-radius: 5px;
        background: #f8f8f9;
        border: 1px solid #ededed;
        margin-top: 15px
    }

        .shop_table.shop_table_responsive tfoot tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            border-bottom: 1px solid #ededed
        }

            .shop_table.shop_table_responsive tfoot tr:last-child {
                border-bottom: none
            }

            .shop_table.shop_table_responsive tfoot tr td, .shop_table.shop_table_responsive tfoot tr th {
                display: block;
                background: 0 0;
                padding: 12px 15px;
                text-align: left;
                border: 0 !important
            }

                .shop_table.shop_table_responsive tfoot tr td:first-child, .shop_table.shop_table_responsive tfoot tr th:first-child {
                    white-space: nowrap;
                    padding-left: 15px
                }

    .shop_table.shop_table_responsive tbody tr {
        display: block;
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.07);
        box-shadow: 0 1px 10px rgba(0,0,0,.07);
        border-radius: 3px;
        overflow: hidden;
        margin-bottom: 15px;
        background-color: #fff;
        background-position: right bottom;
        background-repeat: no-repeat
    }

        .shop_table.shop_table_responsive tbody tr:last-child {
            margin-bottom: 0
        }

        .shop_table.shop_table_responsive tbody tr td {
            display: block;
            padding: 7px 15px;
            border: 0;
            text-align: left;
            background: 0 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

            .shop_table.shop_table_responsive tbody tr td.product-name {
                width: auto;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse
            }

            .shop_table.shop_table_responsive tbody tr td.woocommerce-table__spotplayer {
                width: auto;
                min-width: 0;
                max-width: none
            }

            .shop_table.shop_table_responsive tbody tr td:before {
                content: attr(data-title) ": ";
                color: #7f8187;
                font-weight: 400;
                font-size: 15px;
                padding-left: 15px
            }

            .shop_table.shop_table_responsive tbody tr td.product-name {
                padding: 15px 15px 7px !important;
                text-align: right
            }

                .shop_table.shop_table_responsive tbody tr td.product-name .remove {
                    float: left
                }

                    .shop_table.shop_table_responsive tbody tr td.product-name .remove + .product-name-inner {
                        padding-left: 15px;
                        padding-right: 0
                    }

            .shop_table.shop_table_responsive tbody tr td.product-subtotal:before {
                font-size: 15px;
                font-weight: 400;
                margin-top: 2px
            }

            .shop_table.shop_table_responsive tbody tr td.product-quantity:before {
                margin-top: 7px
            }

            .shop_table.shop_table_responsive tbody tr td:first-child {
                padding-top: 15px
            }

            .shop_table.shop_table_responsive tbody tr td:last-child {
                padding-bottom: 15px
            }

    .woocommerce-customer-details {
        margin-top: 15px
    }

    table thead tr td, table thead tr th {
        padding: 14px 10px 12px
    }

    .cart-inner-holder {
        padding: 15px
    }

    .cart-outer-holder {
        padding: 30px 0
    }

    table tbody tr td, table tbody tr th, table tfoot tr td, table tfoot tr th {
        padding: 4px 4px
    }

    tbody .product-name {
        padding: 22px 10px 21px !important;
        width: 100%
    }

    .kt-notice-inner {
        text-align: center;
        padding: 15px;
        margin-right: 25px
    }

        .kt-notice-inner .button {
            float: none;
            margin-top: 2px
        }

        .kt-notice-inner .kt-notice-text {
            float: none
        }

    .blog-series-title {
        margin-bottom: 15px
    }

    .center-in-mobile, .center-in-mobile p, .center-in-mobile span {
        text-align: center !important
    }

    .right-in-mobile, .right-in-mobile p, .right-in-mobile span {
        text-align: right !important
    }

    .left-in-mobile, .left-in-mobile p, .left-in-mobile span {
        text-align: left !important
    }

    .google-adwords-slider .slick-next, .google-adwords-slider .slick-prev {
        display: none !important
    }

    .google-adwords-slider .slick-list {
        width: 100%
    }

    .button.blog-menu-button {
        display: block
    }

    .blog-page-notes, .blog-single-comments, .blog-single-content-holder, .blog-single-image-holder, .blog-single-top-holder {
        padding-left: 15px;
        padding-right: 15px
    }

    .blog-page-notes-inner .blog-page-note {
        margin-bottom: 15px
    }

        .blog-page-notes-inner .blog-page-note.active {
            margin-bottom: 25px
        }

    .blog-page-notes {
        padding-top: 35px
    }

    .blog-page-single-note .blog-page-note:not(.active) {
        margin-right: 25px;
        margin-left: 25px
    }

    .blog-single-content {
        margin-left: 0
    }

    .blog-single-date span {
        min-width: unset;
        text-align: left
    }

    .wrapper {
        padding: 0 5px
    }

    .blog-header-social-icons, .blog-single-social-links a span, .button-blog-newsletter, .button.header-search-button span, .panel-header-inner {
        display: none
    }

    .article-section-inner, .portfolio-items-holder .portfolio-item-holder {
        width: 100%
    }

    .article-section-image {
        width: calc(100% - 30px);
        display: block;
        border-radius: 3px 3px 0 0;
        margin: 0 auto
    }

    .kt-row.blog-items-holder.masonry-items-holder .column.masonry-item {
        position: relative !important;
        -webkit-transform: none !important;
        transform: none !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important
    }

    .ppc-left-col {
        padding: 0 10px
    }

        .ppc-left-col .vc_column-inner {
            border-radius: 0 0 3px 3px
        }

    .vc_hidden-xs {
        display: none !important
    }

    .autoheight-mobile {
        height: auto !important
    }

    .blog-page-header-title, .courses-page-header-title {
        text-align: center !important
    }

        .blog-page-header-title.align-left a, .courses-page-header-title.align-left a {
            font-size: 25px
        }

    .courses-icon-boxs {
        padding: 30px 30px 0
    }

    .courses-page-header-inner {
        padding: 60px 0 54px
    }

    .blog-header-bar {
        padding: 20px
    }

    .blogpage-note .blog-page-note {
        height: auto !important;
        padding-bottom: 110px !important
    }

        .blogpage-note .blog-page-note .blog-note-text {
            height: 180px;
            overflow: hidden;
            max-height: none !important
        }

    .blog-note-expend {
        display: block
    }

    .header-search-holder {
        float: left
    }

    .button.header-search-button {
        padding: 10px 0 0 10px;
    }

        .button.header-search-button i {
            margin-left: 0;
            display: block
        }

    .header-search-content {
        right: auto;
        width: 300px
    }

    .blog-cat-box, .masonry-item.kt-col-md-8 {
        height: auto !important
    }

    .modal-contact-online {
        margin-top: 15px
    }

    .modal-contact-bottom {
        position: static;
        padding: 0
    }

    .modal-contact-bottom-title {
        padding-top: 15px
    }

    .modal-contact-left {
        padding: 20px;
        margin-left: 0
    }

    .modal-contact-form {
        margin-top: 15px
    }

    .modal-contact-right {
        position: static;
        width: 100%;
        padding: 20px;
        border-radius: 3px 3px 0 0
    }

    .kt-contact-modal .kt-modal-close {
        margin-left: 0;
        right: 20px;
        top: 20px
    }

    .kt-row.blog-items-holder {
        height: auto !important
    }

    .blog-single-content-sidebar {
        float: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9999;
        background: #f9f8fc;
        border-top: 1px solid #ededed
    }

    .blog-single-social-links {
        position: static !important;
        width: 100% !important;
        font-size: 0
    }

        .blog-single-social-links a {
            text-align: center;
            margin-bottom: 0;
            padding: 12px 0
        }

            .blog-single-social-links a i {
                float: none !important;
                margin: 0 !important;
                font-size: 22px !important;
                color: #b2b0b5
            }

            .blog-single-social-links a.social-share-button-telegram i {
                font-size: 20px !important
            }

        .blog-single-social-links .kt-dislike-button i:before, .blog-single-social-links .kt-like-button i:before {
            color: #b2b0b5
        }

        .blog-single-social-links .kt-like-holder.liked .kt-like-button i:before {
            color: #a1ce4c
        }

        .blog-single-social-links .kt-like-holder, .blog-single-social-links a {
            display: inline-block;
            width: 16.6666%;
            vertical-align: middle
        }

            .blog-single-social-links .kt-like-holder .kt-dislike {
                display: none
            }

            .blog-single-social-links .kt-like-holder .kt-like {
                width: 100%;
                display: inline-block;
                vertical-align: middle
            }

                .blog-single-social-links .kt-like-holder .kt-like a {
                    width: 100% !important;
                    margin-bottom: 0
                }

                    .blog-single-social-links .kt-like-holder .kt-like a i {
                        position: relative;
                        top: 2px
                    }

                        .blog-single-social-links .kt-like-holder .kt-like a i:before {
                            font-size: 21px !important
                        }

    .blog-single-top-holder {
        padding-bottom: 30px;
        padding-top: 30px
    }

    .blog-single-title {
        margin-bottom: 10px;
        font-size: 24px
    }

    .course-map.kt-row .google-map-holder div {
        height: 400px !important
    }

    .course-map.kt-row .google-map-holder {
        border-radius: 3px 3px 0 0
    }

        .course-map.kt-row .google-map-holder:after {
            height: 40%;
            width: 100%;
            top: auto;
            background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(255,255,255,0)),to(#fff));
            background-image: linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 100%)
        }

    .course-map-details {
        padding: 10px 40px 40px
    }

    body.has-fixed-contact {
        padding-bottom: 63px
    }

    .course-single-desc .course-income, .course-single-desc .course-suggest {
        text-align: center
    }

        .course-single-desc .course-income h3, .course-single-desc .course-suggest h3 {
            padding: 42px 0 5px
        }

    .course-income-inner {
        padding: 60px 30px
    }

    .course-suggest-image {
        max-width: 350px;
        margin: 0 auto
    }

    .blog-header-filters .blog-header-filters-holder {
        width: 300px;
        right: -20px;
        margin-top: 45px
    }

        .blog-header-filters .blog-header-filters-holder span {
            padding-bottom: 12px;
            font-size: 14px
        }

    .blog-header-filters:before {
        margin-top: 25px
    }

    .blog-header-filters-holder input[type=checkbox] + label {
        margin-top: 0
    }

    .blog-compare-box-row.kt-row .column:first-child {
        border-left: none;
        border-bottom: 1px solid #f4f4f4
    }
}

@media (min-width:768px) {
    .panel-responsive-menu {
        display: none !important
    }
}

@media (max-width:880px) {
    .article-section-inner {
        padding: 40px
    }
}

@media (max-width:700px) {
    .courses-carousel .slick-dots {
        bottom: auto;
        top: 30px;
        left: 30px
    }

    .courses-carousel-item {
        padding: 45% 30px 30px
    }

    .kt-series-pagination > div {
        float: none !important;
        width: 100% !important
    }

        .kt-series-pagination > div:nth-child(2) {
            margin-top: 10px
        }

    .related-posts-inner .related-post {
        width: 100%
    }

    .course-single-advice {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .course-single-advice .button {
            margin-top: 18px
        }

    .course-single-advice-inner {
        padding: 0
    }

        .course-single-advice-inner i {
            display: block;
            margin: 0 auto 15px
        }

        .course-single-advice-inner span {
            padding: 0;
            width: auto
        }

    .copyright, .footer-logos {
        float: none;
        text-align: center
    }

    .copyright {
        max-width: none;
        padding: 15px 0
    }

    .footer-logos {
        padding-top: 15px
    }
}

@media (max-width:620px) {
    .blog-header-filters .blog-header-filters-holder {
        margin-top: 35px;
        right: -15px
    }

    .blog-header-filters:before {
        margin-top: 15px
    }

    .course-header-inner {
        margin-top: 30px
    }

        .course-header-inner .course-item-types {
            margin-bottom: 20px
        }

    .new-ticket-help {
        padding: 15px
    }

    .course-tabs .tabs-title-holder {
        white-space: nowrap;
        overflow-y: hidden;
        margin-left: -15px;
        margin-right: -15px;
        overflow-x: scroll;
        padding-right: 15px;
        -webkit-overflow-scrolling: touch
    }

        .course-tabs .tabs-title-holder:after {
            width: 15px;
            min-width: 15px;
            content: ''
        }

    .course-tabs.tabs > .tabs-title-holder > .tab-title {
        margin-left: 7px;
        padding: 10px 20px
    }

        .course-tabs.tabs > .tabs-title-holder > .tab-title .tab-title-inner {
            font-size: 14px
        }

    .course-teacher-desc-holder {
        display: block;
        width: auto;
        padding-right: 0
    }

    .course-teacher-image-holder {
        display: none
    }

    .kt-notice-inner .kt-notice-close {
        right: -1.2em
    }

    .icon-box4-items-holder .icon-box4-holder {
        width: 50%
    }

    .banner-adv-items-outer, .reportage-custom-items-outer {
        margin: -5px
    }

    .banner-adv-item, .reportage-custom-item {
        padding: 5px
    }

    .banner-adv-item-inner, .reportage-custom-item-inner {
        padding: 20px
    }

    .comment-email-field, .comment-name-field {
        width: 100%;
        margin-left: 0;
        margin-top: 10px
    }

    input[type=submit].button.comment-submit {
        width: 100%;
        margin-top: 10px
    }

    .kt-social-instagram-posts .kt-social-instagram-post {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
        display: block
    }

        .kt-social-instagram-posts .kt-social-instagram-post:last-child {
            margin-bottom: 0
        }

    .contact-form-email, .contact-form-name, .contact-form-phone, .contact-form-website, .employment-form-email, .employment-form-name, .employment-form-phone, .employment-form-type, .modal-contact-form-email, .modal-contact-form-name, .modal-contact-form-phone, .modal-contact-form-website {
        width: 100%
    }

    .contact-form-email, .contact-form-name, .employment-form-email, .employment-form-name, .employment-form-personality, .modal-contact-form-email, .modal-contact-form-name {
        margin-left: 0
    }

    .external-section-desc {
        padding: 130px 0 50px
    }

    .external-section {
        padding: 0 25px
    }

    .ppc-right-col .vc_column-inner {
        padding: 35px 25px
    }

    .ppc-left-col .vc_column-inner {
        padding: 25px
    }

    .blog-header-bar {
        padding: 15px
    }

    .blog-page-single-note .blog-page-note:not(.active) {
        margin-right: 15px;
        margin-left: 15px
    }

    .blog-page-note.carousel-holder {
        padding-left: 20px;
        padding-right: 2px;
        padding-top: 35px
    }

        .blog-page-note.carousel-holder:before {
            top: 105px
        }

        .blog-page-note.carousel-holder:after {
            display: none
        }

        .blog-page-note.carousel-holder .blog-note-arrows {
            right: 0
        }

        .blog-page-note.carousel-holder .div2 {
            right: 20px
        }

    .blog-page-notes-inner .blog-page-note {
        padding: 30px 20px 35px
    }

        .blog-page-notes-inner .blog-page-note:before {
            top: 100px;
            bottom: 33px
        }

        .blog-page-notes-inner .blog-page-note:after {
            display: none
        }

        .blog-page-notes-inner .blog-page-note .blog-note-arrows {
            right: 0
        }

    .column .blog-note-text.ps--active-y > .ps__rail-y {
        right: 5px !important
    }

    .header-search-content {
        right: -111px;
        width: 283px    
    }

    .blog-cat-box {
        padding: 25px 20px
    }

    .blog-item-desc-holder {
        padding: 20px
    }
}

@media (max-width:550px) {
    .academy-suggestions .kt-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -10px -20px
    }

        .academy-suggestions .kt-row .column {
            margin-bottom: 20px;
            padding: 0 10px
        }

    .menu-inner > .button {
        display: none
    }

    .button-holder.button-inline + .button-holder.button-inline, .menu-inner > .header-login-button {
        display: block
    }

    .why-novin-section {
        padding: 35px 35px 5px
    }

        .why-novin-section .kt-row .column {
            margin-bottom: 30px
        }

    .blog-compare-box-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .blog-compare-box-top img {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            margin: 0 0 0 auto !important
        }

    .blog-compare-box-rating-holder {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .button.blog-compare-box-button {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin-top: 10px
    }

    .reportage-send-ticket {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: self-start;
        -ms-flex-align: self-start;
        align-items: self-start;
        padding: 20px
    }

        .reportage-send-ticket span {
            padding-left: 0;
            margin-bottom: 8px
        }

    .kt-minicart-table-holder {
        padding: 70px 20px 20px
    }

    .kt-minicart-modal .kt-modal-close {
        left: 20px;
        top: 20px
    }

    .kt-minicart-table-holder img {
        max-width: 170px;
        margin-bottom: 18px
    }

    .kt-minicart-table-text {
        margin: 5px auto 15px
    }

    #reviews #comments ul.comments-list .comment ul.review-reply {
        padding-right: 0
    }

        #reviews #comments ul.comments-list .comment ul.review-reply .comment {
            padding: 25px
        }

    .kt-course-modal-inner, .kt-ebook-modal-inner {
        padding: 20px 30px 30px
    }

        .kt-course-newsletter .button, .kt-ebook-modal-inner .kt-newsletter button {
            width: 100%
        }

        .kt-ebook-modal-inner .kt-newsletter, .newsletter-holder .kt-newsletter {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .kt-ebook-modal-inner .kt-newsletter input, .newsletter-holder .kt-newsletter input {
                margin-left: 0;
                margin-bottom: 10px;
                text-align: center
            }

    .newsletter-holder {
        padding-top: 70px;
        padding-bottom: 70px
    }

        .newsletter-holder .kt-newsletter input {
            width: 100%
        }

        .newsletter-holder .kt-newsletter button {
            width: 100%;
            max-width: 100%
        }

    .courses-categories-filter, .courses-types-filter {
        float: none
    }

    .courses-types-filter {
        margin-top: 10px
    }

    .blog-academy-box {
        width: auto;
        right: 20px
    }

    .alignleft, .alignright {
        float: none !important;
        margin: 25px auto !important;
        display: block !important;
        padding: 0 !important
    }

    .tabs-title-holder {
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }

    .course-header-inner .star-rating {
        float: none;
        display: block;
        margin-top: 0;
        margin-bottom: 12px
    }

    .box-909 {
        padding: 25px 25px 28px
    }

    .box-909-text {
        float: none;
        margin-bottom: 20px
    }

    .blog-goto-comments, .box-909-text {
        text-align: center
    }

        .blog-goto-comments .button {
            margin-top: 8px;
            float: none
        }

        .blog-goto-comments span {
            float: none
        }

        .blog-goto-comments:before {
            top: 0
        }

    .box-909-tel {
        float: none;
        font-size: 0
    }

        .box-909-tel span {
            margin-top: 0;
            margin-right: 20px
        }

        .box-909-tel b, .box-909-tel span {
            display: inline-block;
            vertical-align: middle
        }

    .banner-adv-table tbody tr td:last-child {
        width: 36px
    }

    table.banner-adv-table tbody tr td, table.banner-adv-table tbody tr th {
        padding: 7px 5px;
        line-height: 1.7;
        font-size: 13px
    }

    .button-holder.button-inline + .button-holder.button-inline .button {
        margin-right: 0 !important;
        margin-top: 10px
    }

    .button-holder.button-inline + .contact-button-holder {
        margin-right: 0 !important;
        margin-top: 10px;
        display: block
    }

        .button-holder.button-inline + .contact-button-holder .contact-button-inner {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            margin-right: 15px
        }

    .inline-related-post, .related-posts-inner .related-post a {
        padding: 15px
    }

    .blog-single-sponsor {
        text-align: center;
        padding: 25px
    }

        .blog-single-sponsor .blog-single-sponsor-logo {
            float: none;
            display: inline-block;
            vertical-align: middle;
            margin: 0 0 0 18px !important
        }

        .blog-single-sponsor .blog-single-sponsor-name {
            float: none;
            display: inline-block;
            vertical-align: middle;
            margin-top: 2px
        }

        .blog-single-sponsor .blog-single-sponsor-button {
            display: block;
            float: none;
            margin-top: 18px
        }

        .blog-single-sponsor .blog-single-sponsor-desc {
            padding-top: 18px
        }

    .kt-ads-box-phone {
        display: block;
        margin-top: 10px;
        margin-right: 0
    }

    .kt-ads-box {
        padding: 20px;
        text-align: center
    }

        .kt-ads-box .kt-ads-box-image {
            float: none;
            display: block;
            margin: 0 auto 5px !important
        }

    .banner-adv-item, .reportage-custom-item {
        width: 100%
    }

    .kt-custom-package-categories {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px
    }

    .kt-custom-package-show-suggested {
        width: 100%;
        margin-left: 0
    }

    .kt-custom-package-sort, input.kt-custom-package-search {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px
    }

    .kt-custom-package-show-suggested {
        margin-bottom: 0
    }

    .comment-image-holder, .header-user-area-inner span {
        display: none
    }

    .comment-inner {
        padding: 15px
    }

    .comments-list li .comment-holder {
        padding-bottom: 15px
    }

    .comment-top-holder {
        padding-bottom: 10px
    }

        .comment-top-holder .kt-like-holder {
            margin-top: 3px
        }

            .comment-top-holder .kt-like-holder .kt-like {
                float: none;
                margin-left: 0;
                margin-bottom: 5px
            }

            .comment-top-holder .kt-like-holder .kt-dislike {
                float: none
            }

    .header-phone-holder .header-phone-text {
        left: 0;
        opacity: 1
    }

    .kt-social-blog-single-post-desc-holder {
        padding: 25px 20px 18px
    }

    .kt-social-blog-post {
        padding: 20px
    }

    .kt-social-twitter-top {
        padding: 25px
    }

    .kt-social-twitter-post {
        padding: 0 25px 17px
    }

    .kt-social-twitter-button {
        left: 25px;
        bottom: 25px;
        right: 25px
    }

    .author-bio-holder .author-avatar {
        display: none
    }

    .author-bio-holder .author-bio-desc-outer {
        padding: 0
    }
}

@media (max-width:430px) {
    .blog-compare-box-top {
        padding: 15px 20px
    }

    .blog-compare-box-row.kt-row .column {
        padding: 17px 20px
    }

    .footer .kt-newsletter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .footer .kt-newsletter button {
            width: 100%;
            border-radius: 3px;
            margin-top: 10px;
            max-width: 100%;
            min-width: 100%
        }

        .footer .kt-newsletter input {
            border-radius: 3px
        }

    .reportage-box {
        padding: 25px 25px 15px
    }

    .icon-box4-items-holder .icon-box4-holder, .wc_payment_methods .wc_payment_method {
        width: 100%
    }

    .blog-item-author {
        float: none;
        margin-top: 10px
    }

    .blog-single-top-holder .blog-item-author {
        margin-top: 0
    }

    .article-section-inner {
        padding: 25px
    }

    .article-section-text {
        margin-bottom: 15px
    }

    .article-section-image {
        width: calc(100% - 20px)
    }

    .header-phone-holder .header-phone-text {
        display: none
    }

    .blog-item-readtime {
        float: none;
        display: block;
        margin-bottom: 6px
    }

    .blog-item-bottom-holder {
        padding-top: 5px
    }

    .gadp-mobile-inner {
        border: 0;
        -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.1);
        box-shadow: 0 2px 10px rgba(0,0,0,.1)
    }

    .gadp-mobile {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        width: 100%
    }
}

@media (max-width:374px) {
    .mobile-blog-academy-box.blog-academy-box {
        padding: 10px
    }

        .mobile-blog-academy-box.blog-academy-box .blog-academy-box-close {
            right: 10px
        }

        .mobile-blog-academy-box.blog-academy-box:after {
            left: 10px
        }

    .calculated_shipping .button, .cart_totals .button {
        width: 100%;
        float: none !important;
        display: block;
        text-align: center;
        color: var(--main-color);
    }

        .calculated_shipping .button.checkout-button, .cart_totals .button.checkout-button {
            margin-top: 10px
        }

    .wrapper {
        padding: 0 10px
    }

    .blog-page-notes, .blog-single-comments, .blog-single-content-holder, .blog-single-image-holder, .blog-single-top-holder, .mobile-contact-button {
        padding-left: 10px;
        padding-right: 10px
    }

    .course-tabs .tabs-title-holder {
        margin-left: -10px;
        margin-right: -10px
    }
}

.c-swiper--promotion .c-product-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 15px 60px;
    position: relative
}

    .c-swiper--promotion .c-product-box:hover {
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
    }

.c-swiper--products .c-product-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5px 15px 16px;
    position: relative
}

.c-swiper--products .c-product-box--history {
    padding-bottom: 5px;
    margin: 0;
    border: 1px solid #fff;
    border-left-color: #f2f2f2;
    border-radius: 5px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

    .c-swiper--products .c-product-box--history:hover {
        -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
        -webkit-transform: none !important;
        transform: none !important;
        border-color: #f2f2f2
    }

    .c-swiper--products .c-product-box--history a {
        width: 100%
    }

.c-swiper--products .c-product-box--same-product {
    padding-bottom: 5px;
    margin: 0;
    border-radius: 5px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-swiper--products .c-product-box__history-img {
    height: inherit;
    margin: auto
}

    .c-swiper--products .c-product-box__history-img img {
        max-width: 150px;
        width: 100%
    }

.c-swiper--products .c-product-box__same-product-link {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    margin-top: 8px;
    padding: 12px;
    border: 2px solid #fff;
    border-top-color: #ededed;
    width: 100%;
    cursor: pointer;
    background-color: #fff;
    color: #858585
}

    .c-swiper--products .c-product-box__same-product-link:after {
        content: "\E0BD\00FE0E";
        font-weight: 700;
        vertical-align: sub;
        margin-right: 4px
    }

.c-swiper--products .c-product-box__edit-link {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
    color: #81858b
}

.c-swiper--products .c-product-box:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
}

.c-swiper--products .c-product-box__img {
    width: 180px;
    height: 180px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    position: relative
}

.c-swiper--products .c-product-box__img-container {
    position: relative;
    width: 100%;
    z-index: 40
}

.c-swiper--products .c-product-box__title {
    text-align: left;
    margin-top: 14px;
    overflow: hidden;
    max-width: 90%;
    min-height: 50px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 25px;
    color: #535353
}

.c-product-box__title a {
    text-decoration: none;
}

    .c-product-box__title a:hover {
        color: #3d5f8e;
    }

.c-swiper--products .c-product-box--plus {
    min-height: 355px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .c-swiper--products .c-product-box--plus .c-product-box__digiplus {
        width: 100%
    }

    .c-swiper--products .c-product-box--plus:hover {
        -webkit-transform: none;
        transform: none
    }

@font-face {
    font-family: 'ketabpro';
    src: url('fonts/596bf85e.woff2') format('woff2'), url('fonts/6d686db6.woff') format('woff'), url('fonts/8833836d.eot') format('embedded-opentype'), url('fonts/e2700962.ttf') format('truetype');
}


.o-page-navigation__close:before, .btn-option:before, .btn-action--add-to-cart:before, .btn-action--preview:before, .btn-action--remove:before, .btn-add-comment__txt:after, .btn-add-comment__txt:before, .btn-add-compare:after, .btn-add-to-cart--cta-icon:after, .btn-add-to-cart-mini--has-config:before, .btn-add-to-cart-mini:before, .btn-category-search:after, .btn-checked:after, .btn-checkout:after, .btn-default--success:after, .btn-helpful--negative:before, .btn-helpful--positive:before, .btn-items-more:before, .btn-light--sign-in:before, .btn-light--sign-up:before, .btn-link-spoiler--arrow-left-to-left:before, .btn-link-spoiler--arrow-left:before, .btn-link-spoiler--arrow-up:before, .btn-link-spoiler--edit:before, .btn-link-spoiler--minus:before, .btn-link-spoiler--plus-m:before, .btn-link-spoiler--plus:before, .btn-link-spoiler--tag:before, .btn-login:after, .btn-mini--recover:before, .btn-notify-me:after, .btn-option--3d:before, .btn-option--alarm.is-active:before, .btn-option--alarm:before, .btn-option--compare:before, .btn-option--like-it.is-active:before, .btn-option--like-it:before, .btn-option--play-video:before, .btn-option--play:before, .btn-option--social:before, .btn-option--stats:before, .btn-option--wishes.is-active:before, .btn-option--wishes:before, .btn-order-more:before, .btn-order-traking:after, .btn-password-change:after, .btn-payment:after, .btn-primary--add-cart:before, .btn-primary--filter:before, .btn-share--fb:before, .btn-share--gplus:before, .btn-share--telegram:before, .btn-share--twitter:before, .btn-share--whatsapp:before, .btn-share-it:after, .btn-user-add:after, .btn-user-list:before, .btn-user-lock:after, .btn-user-profile:after, .c-add-item-cart__button--arrow-left:after, .c-add-item-cart__button--close:before, .c-adplacement-html__item-button:after, .c-adplacement__promotion-banner-more:after, .c-box-tabs__tab a[data-tab-name=comments]:before, .c-box-tabs__tab a[data-tab-name=compare]:before, .c-box-tabs__tab a[data-tab-name=delivery]:before, .c-box-tabs__tab a[data-tab-name=desc]:before, .c-box-tabs__tab a[data-tab-name=expert]:before, .c-box-tabs__tab a[data-tab-name=home]:before, .c-box-tabs__tab a[data-tab-name=params]:before, .c-box-tabs__tab a[data-tab-name=questions]:before, .c-box-tabs__tab a[data-tab-name=returns]:before, .c-box-tabs__tab a[data-tab-name=script]:before, .c-box-togglable__header--togglable-chevron:after, .c-box__header--toggleable:before, .c-brand-campaign__brand-link:after, .c-brand-profile__share-button:before, .c-btn-seller-plus-subscribe:after, .c-buy-gift-for-me__get-link--title--check-icon:before, .c-buy-now-modal__info--recipient:before, .c-buy-now-modal__info--time-scope:before, .c-cancel-order-navbar__btn-back:before, .c-cancel-order__warning:before, .c-cart-item__amazing-timer:before, .c-cart-item__best-price:before, .c-cart-item__delete:before, .c-cart-item__gift-title:before, .c-cart-item__move-to-cart:before, .c-cart-item__plus-box-item--cash-back:before, .c-cart-item__plus-box-item--quick-delivery:before, .c-cart-item__product-data--lead-time:before, .c-cart-item__product-data--no-lead-time:before, .c-cart-item__product-data--seller:before, .c-cart-item__product-data--size:before, .c-cart-item__product-data--warranty:before, .c-cart-item__remove-from-sfl:before, .c-cart-item__save-for-later:before, .c-cart-item__stock-info:before, .c-cart-notification--arrow-down:before, .c-cart-notification--arrow-up:before, .c-cart-notification--info:before, .c-catalog__cat-item--arrow-down:before, .c-catalog__cat-item--arrow-left:before, .c-catalog__plain-list-more--expanded:before, .c-catalog__plain-list-more:before, .c-catalog__show-more:after, .c-checkbox input[type=checkbox]:checked + .c-checkbox__check:before, .c-checkout-additional-options__freight-logo:before, .c-checkout-address__add-btn:before, .c-checkout-address__close:before, .c-checkout-address__item-alert:before, .c-checkout-address__item-detail--phone:before, .c-checkout-address__item-detail--postal-code:before, .c-checkout-address__item-detail--username:before, .c-checkout-alert__icon.alert i:after, .c-checkout-alert__icon.failed i:after, .c-checkout-alert__icon.success i:after, .c-checkout-alert__reminder--warning:before, .c-checkout-alert__reminder:before, .c-checkout-aside__login-header:before, .c-checkout-bill__cash-back-title--more-info:after, .c-checkout-bill__cash-back-title:before, .c-checkout-bill__digiclub-title:after, .c-checkout-bill__item-title--gift:before, .c-checkout-bill__item-title--voucher:before, .c-checkout-bill__plus-box-item--cashback:before, .c-checkout-bill__plus-box-item--delivery:before, .c-checkout-bill__plus-box-item--link:after, .c-checkout-bill__plus-box-item--return:before, .c-checkout-bill__select-city:before, .c-checkout-bill__shipping-history-title--altShipping:before, .c-checkout-bill__shipping-history-title--dropOffShipping:before, .c-checkout-bill__shipping-history-title--expressShipping:before, .c-checkout-bill__shipping-history-title--fastShipping:before, .c-checkout-bill__shipping-history-title--heavyShipping:before, .c-checkout-bill__shipping-history-title--jetShipping:before, .c-checkout-bill__shipping-history-title--middleSizeShipping:before, .c-checkout-bill__shipping-history-title--sellerShipping:before, .c-checkout-bill__shipping-history:after, .c-checkout-contact.is-completed .c-checkout-contact__badge:before, .c-checkout-contact__item--choose-location-btn:after, .c-checkout-contact__item--choose-location-digiclub:before, .c-checkout-contact__item--username:before, .c-checkout-contact__mandatory-location:before, .c-checkout-empty__icon:before, .c-checkout-order-summary__header:after, .c-checkout-pack__change-sender-icon--dk:before, .c-checkout-pack__change-sender-icon--seller:before, .c-checkout-pack__drop-off-action:before, .c-checkout-pack__drop-off-data--address:before, .c-checkout-pack__drop-off-data--time:before, .c-checkout-pack__drop-off-main-title:before, .c-checkout-pack__free-shipping-message:before, .c-checkout-pack__headline-table--fastest:before, .c-checkout-pack__headline-table--normal:before, .c-checkout-pack__headline-table--post:before, .c-checkout-pack__packaging-info:before, .c-checkout-pack__power-up:after, .c-checkout-pack__quick-to-express:before, .c-checkout-paymethod__item--cc-delivery:before, .c-checkout-paymethod__item--cc:before, .c-checkout-paymethod__item--credit-payment:before, .c-checkout-paymethod__item--wallet-payment:before, .c-checkout-paymethod__more:before, .c-checkout-paymethod__wallet-gift:before, .c-checkout-price-options__message-option:before, .c-checkout-shipment__info:before, .c-checkout-shipment__invoice-type-info:before, .c-checkout-shipment__options-li--cheapest:after, .c-checkout-shipment__options-li--fastest:after, .c-checkout-shipment__quick-delivery-header > span:before, .c-checkout-shipment__tab-pill-title--eco:before, .c-checkout-shipment__tab-pill-title--fast:before, .c-checkout-shipment__tab-pill-title--normal:before, .c-checkout-summary__sfl-add-all-button:before, .c-checkout-time-table__shipping-type--alt:before, .c-checkout-time-table__shipping-type--drop-off:before, .c-checkout-time-table__shipping-type--express:before, .c-checkout-time-table__shipping-type--fresh:before, .c-checkout-time-table__shipping-type--heavy:before, .c-checkout-time-table__shipping-type--quick:before, .c-checkout-time-table__shipping-type--seller:before, .c-checkout-time-table__table-title:before, .c-checkout__actions--back:before, .c-checkout__best-price:before, .c-checkout__btn-remove:before, .c-checkout__gift-row:before, .c-checkout__header--express:before, .c-checkout__header--fresh:before, .c-checkout__header--heavy:before, .c-comment-advice--no-idea:before, .c-comment-advice--not-recommend:before, .c-comment-advice--recommend:before, .c-comments__helpful-no:before, .c-comments__helpful-yes:after, .c-comments__modal-evaluation-item--negative:before, .c-comments__modal-evaluation-item--positive:before, .c-comments__seller:before, .c-comments__status--negative:before, .c-comments__status--not-sure:before, .c-comments__status--positive:before, .c-comments__user-shopping > li .seller-cell:before, .c-compare-footer__remove-item:before, .c-compare-footer__trigger-title:before, .c-compare__btn-remove:before, .c-compare__check--no:before, .c-compare__check--yes:before, .c-compare__images-button--next:before, .c-compare__images-button--prev:before, .c-compare__placement:before, .c-components__aside-item.has-children:after, .c-components__top-bar-logo:before, .c-content-expert__article.is-active .c-content-expert__button:before, .c-content-expert__button:before, .c-counter--discount:before, .c-cro--questions-q__accordion:before, .c-cro--questions-q__panel--more:after, .c-cro__inside-x:before, .c-cro__inside:before, .c-dc-dropdown-filter__header:after, .c-dc-game-center-link__btn:after, .c-dc-header-submenu__nav-link--history:before, .c-dc-header-submenu__nav-link--luckydraw:before, .c-dc-header-submenu__nav-link--main:after, .c-dc-header-submenu__nav-link--rewards:before, .c-dc-history-table__code:before, .c-dc-history-table__link:after, .c-dc-history-table__row-item--chevron:before, .c-dc-history-table__spinner:before, .c-dc-history__notice:before, .c-dc-luckydraw-ticket__get-chance:before, .c-dc-luckydraw__terms-link:after, .c-dc-main-area__arrow:before, .c-dc-main-nav__link:after, .c-dc-main-page-details__link:after, .c-dc-main-slider__main-slide-btn:after, .c-dc-mission__item--done:before, .c-dc-modal-luckydraw__computing-points:before, .c-dc-modal-terms__btn:after, .c-dc-modal__close:before, .c-dc-modal__code:after, .c-dc-modal__info-link:after, .c-dc-notice-box__btn--is-active:before, .c-dc-notice-box__btn:before, .c-dc-page-link__notice--time:before, .c-dc-page-link__title:before, .c-dc-reward__show-more:after, .c-dc-slider__nav--next:before, .c-dc-slider__nav--prev:before, .c-dc-sort__selected-item:after, .c-dc-spinner__modal-code:before, .c-dc-voucher__code-container:before, .c-dc-voucher__points--product:before, .c-dc-voucher__price-box:after, .c-delivery-progress__title--express:before, .c-delivery-progress__title--fast:before, .c-delivery-progress__title--fresh:before, .c-delivery-progress__title--heavy:before, .c-digiplus-landing-faq__checkbox:checked ~ .c-digiplus-landing-faq__label:after, .c-digiplus-landing-faq__label:after, .c-digiplus-landing-faq__link:after, .c-digiplus-landing-header__scroll-arrow:after, .c-digiplus-landing-infobox__video-box:after, .c-digiplus-landing-offer__more-discount-divider:before, .c-digiplus-landing-offer__title--one-month:before, .c-digiplus-landing-offer__title--six-month:before, .c-digiplus-landing-offer__title--three-month:before, .c-digiplus-landing-section__title--icon-cashback:before, .c-digiplus-landing-section__title--icon-compare:before, .c-digiplus-landing-section__title--icon-question:before, .c-digiplus-landing-tab__more-info:before, .c-digiplus-landing-tab__slider-nav--next:before, .c-digiplus-landing-tab__slider-nav--prev:before, .c-digiplus-landing-usp--amazing:before, .c-digiplus-landing-usp--cashback:before, .c-digiplus-landing-usp--free-shipping:before, .c-digiplus-landing-usp--media:before, .c-digiplus-landing-usp--return:before, .c-digiplus-landing-usp--support:before, .c-digiplus-navbar__alpha-test:before, .c-digiplus-navbar__info--cashback:before, .c-digiplus-navbar__info--free-shipping:before, .c-digiplus-navbar__link:after, .c-discount__aside-a--button:after, .c-discount__aside-a--lock span:after, .c-discount__aside-btn-next:before, .c-discount__aside-btn-prev:before, .c-discount__counter__fmcg-badge--truck-area:before, .c-dp-header-submenu__register:after, .c-expandable-text__expand-btn--shadowed:after, .c-faq__answer-col--rules span.h4:before, .c-faq__list > li.is-added .section .header:before, .c-faq__list > li.is-answer .section .header--seller:before, .c-faq__list > li.is-question .section .header:before, .c-filter__rating--filled:before, .c-filter__rating:before, .c-floating-box-bar__fmcg-btn:after, .c-floating-box__close:before, .c-floating-box__fmcg-btn:after, .c-fmcg-recommend__arrow--next:after, .c-fmcg-recommend__arrow--prev:after, .c-fmcg-voucher-box__copy-button:before, .c-footer-checkout__col-email:before, .c-footer-checkout__col-phone:before, .c-footer__jumpup-angle:before, .c-footer__social-fb:before, .c-footer__social-gplus:before, .c-footer__social-instagram:before, .c-footer__social-link--aparat:before, .c-footer__social-link--instagram:before, .c-footer__social-link--linkedin:before, .c-footer__social-link--twitter:before, .c-footer__social-telegram:before, .c-footer__social-twitter:before, .c-form-checkout__headline--address:before, .c-form-checkout__map-overlay > p:before, .c-form-comment__new-file-content:before, .c-form-comment__thumbnail-cancel:before, .c-form-comment__thumbnail-remove:before, .c-form-legal__label-verified:after, .c-form-legal__overlay-create button:before, .c-form-send-giftcard__link:after, .c-gallery__img.is-video:before, .c-gallery__items li.is-video:after, .c-gallery__three-bullets:before, .c-general-location__add-address:before, .c-general-location__row--arrow:after, .c-general-location__row--back:before, .c-general-location__row--your-location:before, .c-gift-details__order-head:after, .c-gift-details__order-head:before, .c-gift__magnetic:before, .c-header__basket-list-item-remove:before, .c-header__basket-list-item-shipping-type--fresh:before, .c-header__basket-list-item-shipping-type--not-ready:before, .c-header__basket-list-item-shipping-type--ready:before, .c-header__btn-adding:after, .c-header__btn-adding:before, .c-header__btn-cart:before, .c-header__btn-login:before, .c-header__btn-notifications:before, .c-header__btn-profile:after, .c-header__btn-profile:before, .c-header__btn-user:after, .c-header__cart-info-link:after, .c-header__menu-handler:before, .c-header__profile-dropdown-action--activate-digiclub:after, .c-header__profile-dropdown-action--digiclub-gifts:before, .c-header__profile-dropdown-action--logout:before, .c-header__profile-dropdown-action--orders:before, .c-header__profile-dropdown-user-profile-link:after, .c-header__user-dropdown-action--logout:before, .c-header__user-dropdown-action--orders:before, .c-header__user-dropdown-action--profile:before, .c-header__user-dropdown-action--rate:before, .c-header__user-menu-btn:after, .c-header__user-menu-btn:before, .c-header__user-menu-list .c-navi-list__a--user:after, .c-header__user-menu-list .c-navi-list__a--user:before, .c-header__user-menu-register:before, .c-header__yalda-box-img:after, .c-hint-delivery__item:before, .c-hint-question__handler:before, .c-info-page .c-message-light--info-has-image:before, .c-info-page__article-button:before, .c-info-page__article.is-active .c-info-page__article-button:before, .c-info-page__show-more:after, .c-landing-bug-reporting__selection-list--bug:before, .c-landing-bug-reporting__selection-list--digiclub:before, .c-landing-bug-reporting__selection-list--faq:before, .c-landing-bug-reporting__selection-list--feedback:before, .c-landing-bug-reporting__selection-list--order:before, .c-landing-bug-reporting__selection-list--return:before, .c-landing-bug-reporting__selection-list li:after, .c-light-box__close-button:before, .c-light-box__copy-button:before, .c-listing-options__clear:before, .c-listing-options__label button:before, .c-listing.is-list .c-product-box__params > span:before, .c-listing__center-footer--more-discount:before, .c-listing__header:before, .c-listing__type li button[data-type=gallery]:before, .c-listing__type li button[data-type=list]:before, .c-login__arrow-link:after, .c-login__back-button:before, .c-main-slider-container .swiper-button-next:before, .c-main-slider-container .swiper-button-prev:before, .c-map__my-location.is-unavailable:before, .c-map__my-location:before, .c-map__search-cancel:before, .c-map__search-field:before, .c-message--disabled:before, .c-message--free-time:before, .c-message--info:before, .c-message--timer:before, .c-message-error__dismiss:before, .c-message-light--opinion-negative:before, .c-message-light--opinion-positive:before, .c-message-light--purchased:before, .c-message-light__btn-close:before, .c-modal__close:before, .c-my-landing-page__action-link--cart:before, .c-my-landing-page__action-link--sfl:before, .c-my-landing-page__category-link-to-all:after, .c-my-landing-page__category-title--apparel:before, .c-my-landing-page__category-title--book-and-media:before, .c-my-landing-page__category-title--electronic-devices:before, .c-my-landing-page__category-title--food-beverage:before, .c-my-landing-page__category-title--home-and-kitchen:before, .c-my-landing-page__category-title--mother-and-child:before, .c-my-landing-page__category-title--personal-appliance:before, .c-my-landing-page__category-title--sport-entertainment:before, .c-my-landing-page__category-title--vehicles:before, .c-my-landing-page__digiclub-link:after, .c-my-landing-page__fidibo-link-img:after, .c-my-landing-page__header-text--cart:before, .c-my-landing-page__mag-header-more:before, .c-my-landing-page__order-header-more:before, .c-my-landing-page__payment-alert:before, .c-my-landing-page__same-product-link:after, .c-my-landing-page__sub-category-cart li:last-of-type:before, .c-my-landing-page__sub-category-cart li:not(:last-of-type):after, .c-my-landing-page__wish-list-header:before, .c-navi-list__a--gift:before, .c-navi-list__a--promotion:before, .c-navi-list__a--seller:before, .c-navi-list__a--tracking:before, .c-navi-list__a--user:before, .c-navi-list__a--wishlist:before, .c-navi-list__basket-item-Fresh:after, .c-navi-list__basket-item-gift:after, .c-navi-list__basket-item-remove:before, .c-navi-list__user-menu-a--inbox:before, .c-navi-list__user-menu-a--logout:before, .c-navi-list__user-menu-a--my-comments:before, .c-navi-list__user-menu-a--shopper:before, .c-navi-list__user-menu-a--user:before, .c-navi-new-list__a--promotion:before, .c-navi-new-list__category--location:after, .c-navi-new-list__category--main:before, .c-navi-new-list__category-link--amazing:before, .c-navi-new-list__category-link--digiclub:before, .c-navi-new-list__category-link--fresh:before, .c-navi-new-list__category-link--my-digikala:before, .c-navi-new-list__inner-category--book-and-media:before, .c-navi-new-list__inner-category--electronics:before, .c-navi-new-list__inner-category--fashion:before, .c-navi-new-list__inner-category--food-and-beverage:before, .c-navi-new-list__inner-category--home-and-kitchen:before, .c-navi-new-list__inner-category--mother-and-child:before, .c-navi-new-list__inner-category--personal-appliance:before, .c-navi-new-list__inner-category--sport-and-entertainment:before, .c-navi-new-list__inner-category--tools:before, .c-navi-new-list__sublist-option--best-selling a:before, .c-navi-new-list__sublist-option--cashback a:before, .c-navi-new-list__sublist-option--digiclub a:after, .c-navi-new-list__sublist-option--digiclub a:before, .c-navi-new-list__sublist-option--footer:before, .c-navi-new-list__sublist-option--gift-card a:before, .c-navi-new-list__sublist-option--gift a:before, .c-navi-new-list__sublist-option--last-season a:before, .c-navi-new-list__sublist-option--new-seller-product a:before, .c-navi-new-list__sublist-option--show-more:after, .c-navi-new-list__sublist-option--title a:after, .c-navi-new-list__sublist-see-all-cats:after, .c-navi__button button:before, .c-new-phone-confirmed__phone-success:before, .c-new-price__toman-icon:before, .c-new-register__user-success:before, .c-next-incredible__timer:before, .c-notice__dismiss-button:before, .c-nps__btn-back:before, .c-nps__btn-next:before, .c-payment__cash-back:before, .c-payment__debit-info:before, .c-payment__disabled-cod-container:before, .c-payment__invoice-type-info:before, .c-payment__more-paymethod:before, .c-payment__order-details-item-value--currency:after, .c-payment__paymethod-icon--cc-delivery:before, .c-payment__paymethod-icon--credit:before, .c-payment__paymethod-icon--online:before, .c-payment__paymethod-icon--wallet:before, .c-payment__serial-input-clear:before, .c-payment__summary__row-header:after, .c-payment__voucher-header:after, .c-product--fake-badge:before, .c-product-box--compact .c-product-box__decrease--last-one:after, .c-product-box__cashback:before, .c-product-box__engagement-rating:before, .c-product-box__present-header:before, .c-product-box__remaining-in-stock:before, .c-product-box__sender--dk:before, .c-product-box__sender--seller:before, .c-product-box__status--fast:before, .c-product-box__status--jet:before, .c-product-box__status:before, .c-product-box__timer:after, .c-product-box__variant--size:before, .c-product-info-box__final-score-info:before, .c-product-info-box__header:before, .c-product__add-discount:before, .c-product__added-notice:before, .c-product__additional-item--fmcg:before, .c-product__additional-item:before, .c-product__badge:before, .c-product__best-price:before, .c-product__bundling-product:first-child:before, .c-product__delivery-seller:before, .c-product__delivery-warehouse--fmcg:before, .c-product__delivery-warehouse--fresh-lead-time:before, .c-product__delivery-warehouse--lead-time:before, .c-product__delivery-warehouse--no-lead-time:before, .c-product__delivery__fmcgfastdelivery:before, .c-product__engagement-rating:before, .c-product__feature-item--1:before, .c-product__feature-item--2:before, .c-product__feature-item--3:before, .c-product__feature-item--4:before, .c-product__feature-item--5:before, .c-product__feature-item--6:before, .c-product__feature-item--fmcg-5:before, .c-product__fidibo-button:after, .c-product__fidibo-button:before, .c-product__gift-value:before, .c-product__guarantee-text:before, .c-product__guaranteed:before, .c-product__large-item-alert:before, .c-product__other-sellers:before, .c-product__plus-box-link:after, .c-product__plus-feature-list--cash-back:before, .c-product__plus-feature-list--quick:before, .c-product__remaining-in-stock:before, .c-product__seller-extra:before, .c-product__seller-row--dk:before, .c-product__seller-row--gift:before, .c-product__seller-row--guarantee:before, .c-product__seller-row--seller:before, .c-product__seller-row-main--arrow-left:before, .c-product__special-offer:before, .c-product__status-bar--info:before, .c-product__status-bar--out-of-stock:before, .c-product__status-bar--soon:before, .c-product__uploaded-thumb.is-video:after, .c-profile-address-add:before, .c-profile-address-card__method--mobile:before, .c-profile-address-card__method--phone:before, .c-profile-address-card__method--post:before, .c-profile-address__add:after, .c-profile-address__add:before, .c-profile-address__info-item.location:before, .c-profile-address__info-item.name:before, .c-profile-address__info-item.phone:before, .c-profile-address__info-item.postal-code:before, .c-profile-box-seller__btn-edit:before, .c-profile-box-seller__digiclub--linked:after, .c-profile-box-seller__digiclub-title:before, .c-profile-box-seller__referer-url:before, .c-profile-box-seller__row-arrow:after, .c-profile-box-seller__tab--access:before, .c-profile-box-seller__tab--sign-out:before, .c-profile-box__amount--toman:after, .c-profile-comments__product-variant--seller:before, .c-profile-comments__product-variant--size:before, .c-profile-comments__see-button--less:after, .c-profile-comments__see-button--more:after, .c-profile-comments__to-comment-link:after, .c-profile-empty:before, .c-profile-gifts__add-new-phrase:after, .c-profile-gifts__card-item--has-arrow:before, .c-profile-gifts__card-item-value--toman:after, .c-profile-gifts__orders-card-item-value--toman:after, .c-profile-gifts__unused-caution:before, .c-profile-list__item-cart-link:after, .c-profile-list__item-notification-type:before, .c-profile-menu__item--address:before, .c-profile-menu__item--comments:before, .c-profile-menu__item--gifts:before, .c-profile-menu__item--message:before, .c-profile-menu__item--orders:before, .c-profile-menu__item--sign-out:before, .c-profile-menu__item--top-up:before, .c-profile-menu__item--user-history:before, .c-profile-menu__item--user-info:before, .c-profile-menu__item--wishlist:before, .c-profile-navbar__btn-back:before, .c-profile-navbar__btn-download:before, .c-profile-navbar__btn-location:before, .c-profile-navbar__btn-share:after, .c-profile-notifications-empty:before, .c-profile-order-invoices li:before, .c-profile-order-steps__button--next:before, .c-profile-order-steps__button--prev:before, .c-profile-order-steps hr:after, .c-profile-order__list-item-detail--currency:after, .c-profile-order__list-item-detail-title--cashback:before, .c-profile-order__list-item-detail-title--digiclub:before, .c-profile-order__list-item-detail-title--plus:before, .c-profile-order__list-item-product-detail--dk:before, .c-profile-order__list-item-product-detail--guarantee:before, .c-profile-order__list-item-product-detail--seller:before, .c-profile-order__list-item-product-detail--size:before, .c-profile-order__payment-record-status--negative:before, .c-profile-order__payment-record-status--positive:before, .c-profile-order__search-btn:before, .c-profile-order__search-close:before, .c-profile-order__warning:before, .c-profile-personal__grid-item-btn.is-edit:before, .c-profile-personal__grid-item-btn:before, .c-profile-personal__info:before, .c-profile-plus__detail-title--cashback:before, .c-profile-plus__detail-title--cost:before, .c-profile-plus__detail-title--end-date:before, .c-profile-plus__detail-title--free:before, .c-profile-plus__detail-title--start-date:before, .c-profile-plus__detail-title--sub:before, .c-profile-plus__detail-value--currency:before, .c-profile-plus__item-collapse-checkbox:checked ~ .c-profile-plus__item-show-more:after, .c-profile-plus__item-show-more:after, .c-profile-plus__summary-value--currency:before, .c-profile-return-request__show-more:after, .c-profile-return__btn--next:after, .c-profile-return__notification--question:before, .c-profile-return__select-item-check:before, .c-profile-return__upload-remove:before, .c-profile-user-history__list-item-delete-button:before, .c-profile-wishlist__list-item-remove:before, .c-promo-single__show-more:after, .c-promotion__badge--incredible-offer:after, .c-promotion__category--book-and-media:before, .c-promotion__category--electronics:before, .c-promotion__category--fashion:before, .c-promotion__category--food-and-beverage:before, .c-promotion__category--home-and-kitchen:before, .c-promotion__category--mother-and-child:before, .c-promotion__category--personal-appliance:before, .c-promotion__category--sport-and-entertainment:before, .c-promotion__category--tools:before, .c-promotion__comming-soon-product-timer:after, .c-promotion__dc-voucher-remains:before, .c-promotion__dc-voucher:before, .c-promotion__full-banner-button:after, .c-promotion__full-banner-title--book-and-media:before, .c-promotion__full-banner-title--electronics:before, .c-promotion__full-banner-title--fashion:before, .c-promotion__full-banner-title--food-and-beverage:before, .c-promotion__full-banner-title--home-and-kitchen:before, .c-promotion__full-banner-title--mother-and-child:before, .c-promotion__full-banner-title--personal-appliance:before, .c-promotion__full-banner-title--sport-and-entertainment:before, .c-promotion__full-banner-title--tools:before, .c-promotion__tags .swiper-button-next:before, .c-promotion__tags .swiper-button-prev:before, .c-promotion__today-banner-product--more:before, .c-promotion__today-banner-subtitle--book-and-media:before, .c-promotion__today-banner-subtitle--electronics:before, .c-promotion__today-banner-subtitle--fashion:before, .c-promotion__today-banner-subtitle--food-and-beverage:before, .c-promotion__today-banner-subtitle--home-and-kitchen:before, .c-promotion__today-banner-subtitle--mother-and-child:before, .c-promotion__today-banner-subtitle--personal-appliance:before, .c-promotion__today-banner-subtitle--sport-and-entertainment:before, .c-promotion__today-banner-subtitle--tools:before, .c-quantity-selector__add:before, .c-quantity-selector__remove:before, .c-quantity-selector__trash:before, .c-referral__btn--has-arrow:after, .c-referral__faq-question-container.selected .c-referral__faq-question:after, .c-referral__faq-question:after, .c-referral__invite-information-iconic:before, .c-referral__invite-input-icon:before, .c-referral__modal-close:before, .c-referral__social-item--instagram:before, .c-referral__social-item--twitter:before, .c-remodal-am-price-chart__close:before, .c-remodal-confirm__icon--comment-success:before, .c-remodal-drop-off__center-name:after, .c-remodal-drop-off__close:before, .c-remodal-drop-off__time-list-header:before, .c-remodal-gallery__back:before, .c-remodal-gallery__close:before, .c-remodal-gallery__comment-details--question .c-comments__title:before, .c-remodal-gallery__comment-gallery .swiper-button-next:before, .c-remodal-gallery__comment-gallery .swiper-button-prev:before, .c-remodal-gallery__comment-thumbnail.is-video:before, .c-remodal-gallery__thumb.is-3dimage:before, .c-remodal-gallery__thumb.is-video:before, .c-remodal-invite-friends__btn:after, .c-remodal-location__close:before, .c-remodal-notification__ilu:before, .c-remodal-order-cancellation__success-sign:before, .c-remodal-payment-result .c-message-light--error:before, .c-remodal-payment-result .c-message-light--success:before, .c-remodal-same-product__product-delete:before, .c-remodal-share__ilu:before, .c-search:before, .c-search__button:before, .c-search__reset:before, .c-share__social--email:before, .c-share__social--fb:before, .c-share__social--twitter:before, .c-share__social--whatsapp:before, .c-sis__image-placeholder:before, .c-sis__stars-image--deactive:before, .c-sis__stars-image:before, .c-sis__text--back-button:before, .c-sis__text--detail-info:after, .c-slider.noUi-horizontal .noUi-handle.noUi-handle-lower:before, .c-slider.noUi-horizontal .noUi-handle.noUi-handle-upper:before, .c-stars__item:before, .c-stars__selected .c-stars__item:before, .c-swiper--brands .swiper-button-next:before, .c-swiper--brands .swiper-button-prev:before, .c-swiper--category-collage .swiper-button-next:before, .c-swiper--category-collage .swiper-button-prev:before, .c-swiper--fmcg .o-headline:before, .c-swiper--order-summary .swiper-button-next:before, .c-swiper--order-summary .swiper-button-prev:before, .c-swiper--present .swiper-button-next:before, .c-swiper--present .swiper-button-prev:before, .c-swiper--products-compact .c-box .swiper-container .swiper-button-next:before, .c-swiper--products-compact .c-box .swiper-container .swiper-button-prev:before, .c-swiper--products .c-product-box__same-product-link:after, .c-swiper--products .swiper-button-next:before, .c-swiper--products .swiper-button-prev:before, .c-swiper--promotion .swiper-button-next:before, .c-swiper--promotion .swiper-button-prev:before, .c-swiper--quick-delivery .swiper-container .swiper-button-next:before, .c-swiper--quick-delivery .swiper-container .swiper-button-prev:before, .c-swiper--time-table-days .swiper-button-next:before, .c-swiper--time-table-days .swiper-button-prev:before, .c-swiper--trends .swiper-button-next:before, .c-swiper--trends .swiper-button-prev:before, .c-swiper--will-be-finished .o-headline:before, .c-swiper-specials__banner-cta:after, .c-swiper-specials__btn:after, .c-table-delivery__item .c-ui-radio input[type=radio]:checked + .c-ui-radio__check:after, .c-table-orders__order-status--disabled:before, .c-table-orders__order-status--info:before, .c-table-orders__order-status--ok:before, .c-table-orders__order-status--warning:before, .c-table-suppliers--main .c-table-suppliers__body .c-table-suppliers__cell--guarantee:before, .c-table-suppliers--main .c-table-suppliers__body .c-table-suppliers__cell--title:before, .c-table-suppliers--main .c-table-suppliers__body .c-table-suppliers__row--head .c-table-suppliers__cell--title .c-table-suppliers__seller-name:after, .c-table-suppliers .summary-overlay__button-arrow:before, .c-table-suppliers__cell--action .btn-plus:before, .c-table-suppliers__cell--conditions:before, .c-table-suppliers__cell--fresh-lead-time:before, .c-table-suppliers__cell--no-lead-time:before, .c-table-suppliers__cell--quick-delivery:before, .c-table-suppliers__gift:before, .c-tag--ads:before, .c-tag--exclusive:before, .c-tag--freeshipping:before, .c-tag--gift:after, .c-tag--rate:before, .c-thank-you__digiclub-link:after, .c-thank-you__gift-card-dsc:before, .c-thank-you__order-point--cash-back:before, .c-thank-you__payments-history p:before, .c-thank-you__plus-service-item--amazing:before, .c-thank-you__plus-service-item--cashback:before, .c-thank-you__plus-service-item--return:before, .c-thank-you__plus-service-item--shipping:before, .c-thank-you__plus-service-item--support:before, .c-thank-you__plus-service-state-icon--active:after, .c-thank-you__plus-service-state-icon--inactive:before, .c-thank-you__plus-warning-box:before, .c-toggle-box__button:before, .c-ui-input--account-login:before, .c-ui-input--account-password:before, .c-ui-input--add-point .c-ui-input__point:before, .c-ui-input--filled:after, .c-ui-input--folder:before, .c-ui-input--newsletter:before, .c-ui-input--orders-search:before, .c-ui-input--quick-search:before, .c-ui-input--search:before, .c-ui-input--send-to-email:before, .c-ui-input-cleaner:after, .c-ui-input-new--quick-search:before, .c-ui-input-new__cleaner:after, .c-ui-uploader__new-file-content:before, .c-ui-uploader__thumbnail-cancel:before, .c-ui-uploader__thumbnail-remove:before, .c-ui-url:before, .c-upload-drag__btn:before, .c-upload-drag__uploaded-close:before, .c-wait-for-payment__remaining-time:before, .c-widget__item-date:before, .c-wiki-sign-info:after, .c-wiki-sign:after, .c-wiki__info-sign:after, .is-full .c-catalog__show-more:after, .o-btn--back:before, .o-btn--copy.copied:before, .o-btn--copy:before, .o-btn--l-arrow:after, .o-btn--l-chevron:after, .o-btn--l-expand-more:after, .o-btn--l-more:before, .o-btn--r-voucher:before, .o-form__check-box-input:checked + .o-form__check-box-sign:before, .o-form__field-clear-button:before, .o-form__field-container.has-error .o-form__field-frame:before, .o-form__password-field-button--show-password:before, .o-form__password-field-button:before, .o-form__uploader-progress-cancel:before, .o-form__uploader.finished .o-form__uploader-progress-cancel:before, .o-form__uploader.finished .o-form__uploader-progress-title:after, .o-headline--delivery:before, .o-headline--point-square:before, .o-hint--neutral:before, .o-hint:before, .o-link--has-arrow:after, .remodal-close:before, .selectric-c-ui-select--folder-add .selectric .label:before, .selectric .label:after, .title.chat-top:before {
    font-family: ketabpro;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
}


@font-face {
    font-family: 'ketabpro-mobile';
    src: url('../fonts/741a01c5.woff2') format('woff2'), url('../fonts/88b12e74.woff') format('woff');
}


.c-add-comment__new-file-content:before, .c-add-comment__points-item:after, .c-add-comment__thumbnail-cancel:before, .c-add-comment__thumbnail-remove:before, .c-add-item-cart__button--arrow-left:after, .c-add-item-cart__button--close:before, .c-add-item-page__btn:after, .c-b-share-product__link--attach:before, .c-b-share-product__link--dribble:before, .c-b-share-product__link--facebook:before, .c-b-share-product__link--fb:before, .c-b-share-product__link--gplus:before, .c-b-share-product__link--pinterest:before, .c-b-share-product__link--telegram:before, .c-b-share-product__link--twitter:before, .c-b-share-product__link--whatsapp:before, .c-badge--incredible:before, .c-badge--recommendation:before, .c-box__header--togglable-chevron:after, .c-breadcrumb li:before, .c-btn-action--cta-icon:after, .c-btn-back-checkout:after, .c-btn-default--access:after, .c-btn-default--checkout:after, .c-btn-default--password-change:after, .c-btn-default--user-add:after, .c-btn-filter--advanced:before, .c-btn-filter--direction:before, .c-btn-link-spoiler--arrow-left-to-left:before, .c-btn-link:after, .c-btn-namak:after, .c-btn-option--chart:before, .c-btn-option--notification.is-active:before, .c-btn-option--notification:before, .c-btn-option--share:before, .c-btn-option--wishlist.is-active:before, .c-btn-option--wishlist:before, .c-btn-primary--access:after, .c-btn-small--add-gift:before, .c-btn-smallest--add-gift:before, .c-btn-value:before, .c-burger-menu__category--fmcg:before, .c-burger-menu__category--promotion:before, .c-burger-menu__category.is-active:before, .c-burger-menu__category:before, .c-burger-menu__subcategory--all-link:before, .c-burger-menu__subcategory.is-active:before, .c-burger-menu__subcategory:before, .c-buy-gift-for-me__get-link--title--check-icon:before, .c-cancel-order-navbar__btn-back:before, .c-cancel-order__warning:before, .c-cart-item__add-to-cart:before, .c-cart-item__best-price:before, .c-cart-item__gift-section span:before, .c-cart-item__product-data--lead-time:before, .c-cart-item__product-data--no-lead-time:before, .c-cart-item__product-data--not-available:before, .c-cart-item__product-data--seller:before, .c-cart-item__product-data--size:before, .c-cart-item__product-data--warranty:before, .c-cart-item__remaining-in-stock:before, .c-cart-item__save-for-later:before, .c-cart-item__stock-info:before, .c-cart-notification--arrow-down:before, .c-cart-notification--arrow-up:before, .c-cart-notification--info:before, .c-catalog__parent:before, .c-category__main-item.is-active:before, .c-category__main-item:before, .c-category__show-less .c-category__main-item:before, .c-category__show-more .c-category__main-item:before, .c-chat-box__arrow:before, .c-chat-box__trigger-btn:before, .c-checkbox input[type=checkbox]:checked + .c-checkbox__check:before, .c-checkout-alert__reminder--warning:before, .c-checkout-alert__reminder:before, .c-checkout-back:before, .c-checkout-bill__cash-back-title:before, .c-checkout-bill__digiclub-title--has-info:after, .c-checkout-bill__item-title--gift:before, .c-checkout-bill__item-title--voucher:before, .c-checkout-bill__plus-box-item--cashback:before, .c-checkout-bill__plus-box-item--delivery:before, .c-checkout-bill__plus-box-item--link:after, .c-checkout-bill__plus-box-item--return:before, .c-checkout-bill__select-city:before, .c-checkout-confirm-pay__tab:before, .c-checkout-confirm__header.is-error-highlighted .c-checkout-confirm__icon:before, .c-checkout-confirm__header.is-error .c-checkout-confirm__icon:before, .c-checkout-confirm__header.is-success-highlighted .c-checkout-confirm__icon:before, .c-checkout-confirm__header.is-success .c-checkout-confirm__icon:before, .c-checkout-contact__address:before, .c-checkout-contact__choose-location-btn:before, .c-checkout-contact__choose-location-digiclub:before, .c-checkout-contact__mandatory-location-title:after, .c-checkout-contact__mandatory-location-title:before, .c-checkout-empty__icon:before, .c-checkout-empty__login-header:after, .c-checkout-empty__login-header:before, .c-checkout-pack__action a:after, .c-checkout-pack__packaging-info:before, .c-checkout-parcel__change-sender-action:after, .c-checkout-parcel__change-sender-icon--dk:before, .c-checkout-parcel__change-sender-icon--seller:before, .c-checkout-parcel__edit-time-btn:after, .c-checkout-parcel__free-shipping-message:before, .c-checkout-parcel__quick-to-express:before, .c-checkout-parcel__shipping-type--alt:before, .c-checkout-parcel__shipping-type--drop-off:before, .c-checkout-parcel__shipping-type--express:before, .c-checkout-parcel__shipping-type--fresh:before, .c-checkout-parcel__shipping-type--heavy:before, .c-checkout-parcel__shipping-type--quick:before, .c-checkout-parcel__shipping-type--seller:before, .c-checkout-parcel__wiki:before, .c-checkout-paymethod__more:before, .c-checkout-paymethod__wallet-gift:before, .c-checkout-shipment__info:before, .c-checkout-shipment__invoice-type-info:before, .c-checkout-shipment__quick-delivery-additional-price--amount:after, .c-checkout-shipment__quick-delivery-title:before, .c-checkout-shipment__tab-pill-title--eco:before, .c-checkout-shipment__tab-pill-title--fast:before, .c-checkout-shipment__tab-pill-title--normal:before, .c-checkout-steps__item--delivery:before, .c-checkout-steps__item--payment:before, .c-checkout-steps__item--summary:before, .c-checkout-time-table__additional-option-cost--currency:before, .c-checkout__gift-icon-row:before, .c-checkout__header--express:before, .c-checkout__header--fresh:before, .c-checkout__header--heavy:before, .c-checkout__optional-shipment__arow-left:before, .c-checkout__options .c-ui-select-container:after, .c-checkout__select-gift:before, .c-churned-user__nav-btn--next:after, .c-churned-user__nav-btn--prev:before, .c-comments__add:before, .c-comments__helpful-no:before, .c-comments__helpful-yes:after, .c-comments__modal-evaluation-item--negative:before, .c-comments__modal-evaluation-item--positive:before, .c-comments__seller:before, .c-comments__show-more:after, .c-comments__status--negative:before, .c-comments__status--not-sure:before, .c-comments__status--positive:before, .c-components__aside-item.has-children:after, .c-components__top-bar-logo:before, .c-contact-us__contact-data--mail:before, .c-contact-us__contact-data--phone:before, .c-contact-us__contact-time:before, .c-contact-us__select-file-btn span:before, .c-contact-us__sms-text:before, .c-content-box__accordion li span.head3.is-active:before, .c-content-box__accordion li span.head3:before, .c-content-box__accordion section span.head3.is-active:before, .c-content-box__accordion section span.head3:before, .c-content-box__collapse span.head3.is-active:before, .c-content-box__collapse span.head3:before, .c-content-box__dropdown-toggle.is-active:after, .c-content-box__dropdown-toggle:after, .c-content-box__links a:before, .c-content-nav__btn-back:before, .c-content-x__back-button:before, .c-content-x__category-option-container--apparel:before, .c-content-x__category-option-container--book-and-media:before, .c-content-x__category-option-container--electronic-devices:before, .c-content-x__category-option-container--food-beverage:before, .c-content-x__category-option-container--home-and-kitchen:before, .c-content-x__category-option-container--mother-and-child:before, .c-content-x__category-option-container--personal-appliance:before, .c-content-x__category-option-container--sport-entertainment:before, .c-content-x__category-option-container--vehicles:before, .c-content-x__category-option-container:after, .c-content-x__item-post-actions--comment:after, .c-content-x__item-post-actions--like:after, .c-content-x__item-post-actions--share:after, .c-content-x__item-product-price:after, .c-content-x__post-actions--like:before, .c-content-x__post-actions--share:before, .c-content-x__settings-link:after, .c-content-x__view-button:after, .c-dc-drop-down-filter__header:after, .c-dc-dropdown-filter__header:after, .c-dc-dropup-checkout__close:before, .c-dc-game-center-link__btn:after, .c-dc-history__notice:before, .c-dc-history__row-code:after, .c-dc-history__row-more:before, .c-dc-history__row-spinner:before, .c-dc-luckydraw-ticket__get-chance:before, .c-dc-luckydraw__terms-link:after, .c-dc-main-area__arrow:before, .c-dc-main-nav__link:after, .c-dc-main-page-details__link:after, .c-dc-main-slider__main-slide-btn:after, .c-dc-mission__item--done:before, .c-dc-modal-luckydraw__computing-points:before, .c-dc-modal-terms__btn:after, .c-dc-modal__close:before, .c-dc-modal__code:after, .c-dc-modal__info-link:after, .c-dc-notice-box__btn--is-active:before, .c-dc-notice-box__btn:before, .c-dc-page-link__notice--time:before, .c-dc-page-link__title:before, .c-dc-reward-filter__header-icon:before, .c-dc-reward__show-more:after, .c-dc-slider__nav--next:before, .c-dc-slider__nav--prev:before, .c-dc-sort__header:after, .c-dc-spinner__modal-code:before, .c-dc-voucher__code-container:before, .c-dc-voucher__points--product:before, .c-dc-voucher__price-box:after, .c-digiplus-landing-compare__table-cell--checked:before, .c-digiplus-landing-compare__table-cell--cross:before, .c-digiplus-landing-faq__checkbox:checked ~ .c-digiplus-landing-faq__label:after, .c-digiplus-landing-faq__label:after, .c-digiplus-landing-faq__link:after, .c-digiplus-landing-header__scroll-arrow:after, .c-digiplus-landing-offer__more-discount-divider:before, .c-digiplus-landing-offer__more-discount-value:before, .c-digiplus-landing-offer__title--one-month:before, .c-digiplus-landing-offer__title--six-month:before, .c-digiplus-landing-offer__title--three-month:before, .c-digiplus-landing-section__title--icon-cashback:before, .c-digiplus-landing-section__title--icon-compare:before, .c-digiplus-landing-section__title--icon-question:before, .c-digiplus-landing-slider__show-more:after, .c-digiplus-landing-tab__more-info:before, .c-digiplus-landing-usp--amazing:before, .c-digiplus-landing-usp--cashback:before, .c-digiplus-landing-usp--free-shipping:before, .c-digiplus-landing-usp--media:before, .c-digiplus-landing-usp--return:before, .c-digiplus-landing-usp--support:before, .c-digiplus-navbar__alpha-test:before, .c-digiplus-navbar__link:after, .c-discount__banner-cta:after, .c-discount__btn:after, .c-download-app__close:before, .c-dropup-buy-now__info--recipient:before, .c-dropup-drop-off__center-name:after, .c-dropup-drop-off__header-close:before, .c-dropup-drop-off__time-list-header:before, .c-dropup-same-product__close:before, .c-dropup-same-product__product-delete:before, .c-dropup__close:before, .c-expandable-text.collapsed .c-expandable-text__expand-btn:after, .c-expandable-text__expand-btn:after, .c-faq-section--cover .image-container:before, .c-faq-section--main .o-cart-header--best-price:before, .c-faq-section--main .o-cart-header--cancel-change:before, .c-faq-section--main .o-cart-header--delivery:before, .c-faq-section--main .o-cart-header--discount:before, .c-faq-section--main .o-cart-header--guarantee:before, .c-faq-section--main .o-cart-header--order-process:before, .c-faq-section--main .o-cart-header--others:before, .c-faq-section--main .o-cart-header--payment:before, .c-faq-section--main .o-cart-header--register:before, .c-faq-section--main .o-cart-header--return:before, .c-faq-section--main .o-cart-header--track:before, .c-faq-section--main .o-cart-header:after, .c-faq-section--not-found .c-form-auth__row--add-screen:before, .c-faq-section--not-found .o-cart-header--new-msg:after, .c-faq-section--not-found .o-cart-header--new-msg:before, .c-faq-section--not-found .o-cart-header--phone:before, .c-faq-section--not-found .o-cart-header:after, .c-faq__add:before, .c-faq__show-more:after, .c-fashion__list-container .c-category--more-product:before, .c-fashion__list-container .c-category__main-item:before, .c-filter__header:before, .c-filter__rating--filled:before, .c-filter__rating:before, .c-floating-box__fmcg-btn:after, .c-footer__return-faq:after, .c-footer__return-faq:before, .c-general-location__add-address:before, .c-general-location__bar-icon:before, .c-general-location__bar:after, .c-general-location__row--arrow:after, .c-general-location__row--back:before, .c-general-location__row--your-location:before, .c-gift__data-item-value--currency:after, .c-gift__details-link:after, .c-header__back-button:before, .c-header__cart:before, .c-header__faq:before, .c-header__profile--logged-in:not(.c-header__profile--has-notif-profile):after, .c-header__profile:before, .c-header__search-reset:before, .c-header__yalda-box-img:after, .c-landing-bug-reporting__selection-list--bug:before, .c-landing-bug-reporting__selection-list--digiclub:before, .c-landing-bug-reporting__selection-list--faq:before, .c-landing-bug-reporting__selection-list--feedback:before, .c-landing-bug-reporting__selection-list--order:before, .c-landing-bug-reporting__selection-list--return:before, .c-landing-bug-reporting__selection-list li:after, .c-light-box__close-button:before, .c-login__arrow-link:after, .c-login__back-button:before, .c-map__my-location.is-unavailable:before, .c-map__my-location:before, .c-map__search-item:before, .c-message-light--opinion-negative:before, .c-message-light--opinion-positive:before, .c-message-light--purchased:before, .c-message-light__btn-close:before, .c-modal__back:before, .c-modal__close:before, .c-modal__search-header-btn:before, .c-modal__search-header-cancel:before, .c-my-landing-page__action-link--cart:before, .c-my-landing-page__action-link--sfl:before, .c-my-landing-page__category--apparel .c-my-landing-page__category-header:before, .c-my-landing-page__category--book-and-media .c-my-landing-page__category-header:before, .c-my-landing-page__category--electronic-devices .c-my-landing-page__category-header:before, .c-my-landing-page__category--food-and-beverage .c-my-landing-page__category-header:before, .c-my-landing-page__category--home-and-kitchen .c-my-landing-page__category-header:before, .c-my-landing-page__category--mother-and-child .c-my-landing-page__category-header:before, .c-my-landing-page__category--personal-appliance .c-my-landing-page__category-header:before, .c-my-landing-page__category--sport-entertainment .c-my-landing-page__category-header:before, .c-my-landing-page__category--vehicles .c-my-landing-page__category-header:before, .c-my-landing-page__digiclub-link:after, .c-my-landing-page__fidibo-link-img:after, .c-my-landing-page__header-text--cart:before, .c-my-landing-page__history-product-title:before, .c-my-landing-page__mag-more:after, .c-my-landing-page__more-products:after, .c-my-landing-page__order-header-more:before, .c-my-landing-page__payment-alert:before, .c-my-landing-page__same-product-link:after, .c-my-landing-page__sub-category-cart li:last-of-type:before, .c-my-landing-page__sub-category-cart li:not(:last-of-type):after, .c-my-landing-page__wish-list-header:before, .c-new-phone-confirmed__phone-success:before, .c-new-register__user-success:before, .c-next-incredible__timer:before, .c-notice__dismiss-button:before, .c-nps__btn-back:before, .c-nps__btn-next:before, .c-pager__back:after, .c-pager__next:before, .c-payment__cash-back:before, .c-payment__debit-info:before, .c-payment__disabled-cod-container:before, .c-payment__more-paymethod:before, .c-payment__serial-input-clear:before, .c-payment__voucher-header:after, .c-price-chart__close:before, .c-price__best-price:before, .c-product-box--fmcg .c-product-box__img:before, .c-product-box__blockade--removed:before, .c-product-box__blockade--user:before, .c-product-box__cashback:before, .c-product-box__present-header:before, .c-product-box__sender--dk:before, .c-product-box__sender--seller:before, .c-product-box__timer:after, .c-product-box__variant--size:before, .c-product-data__arrow:before, .c-product-data__best-price:before, .c-product-data__delivery-icon:before, .c-product-data__info-icon:before, .c-product-data__item--fmcgfastdelivery:before, .c-product-data__item--guarantee:before, .c-product-data__item--seller:before, .c-product-data__section--fmcg .c-product-data__info-icon:before, .c-product-data__section-warning .c-product-data__info-icon:before, .c-product-delivery:before, .c-product-digiplus-box__description--cashback:before, .c-product-digiplus-box__description--quick-delivery:before, .c-product-digiplus-box__description--return:before, .c-product-digiplus-box__description--shipping:before, .c-product-digiplus-box__link:after, .c-product-feature__item--1:before, .c-product-feature__item--2:before, .c-product-feature__item--3:before, .c-product-feature__item--4:before, .c-product-feature__item--5:before, .c-product-gift:before, .c-product-guarantee:before, .c-product-item__close-details:before, .c-product-item__details-link a:after, .c-product-item__engagement-rating:before, .c-product-item__fast-button--more:before, .c-product-item__fast-button:before, .c-product-item__fast-quantity:after, .c-product-item__seller-count:after, .c-product-item__seller-details:before, .c-product-item__status--fast:before, .c-product-item__status--jet:before, .c-product-item__status--recommend:before, .c-product-item__status:before, .c-product-item__stock-info:before, .c-product-nav__btn-back:before, .c-product-seller--dk:before, .c-product-seller:before, .c-product-seller__extra:after, .c-product-ship__main--fmcg:before, .c-product-ship__main--fresh-lead-time:before, .c-product-ship__main--no-lead-time:before, .c-product-ship__main:after, .c-product-ship__main:before, .c-product-tab__value:before, .c-product-text__more:before, .c-product__added-notice:before, .c-product__bundling-product:first-child:before, .c-product__fidibo-button:after, .c-product__fidibo-button:before, .c-product__info-box-title--is-bundle:before, .c-product__plus-feature-list--cash-back:before, .c-product__plus-feature-list--quick:before, .c-product__uploaded-thumb.is-video:after, .c-profile-address__add:after, .c-profile-address__add:before, .c-profile-address__alert:before, .c-profile-address__info-item.location:before, .c-profile-address__info-item.name:before, .c-profile-address__info-item.phone:before, .c-profile-address__info-item.postal-code:before, .c-profile-box__action--logout:before, .c-profile-box__action--password:before, .c-profile-box__btn-edit:before, .c-profile-box__digiclub--linked:before, .c-profile-box__row-arrow:after, .c-profile-box__title--digiclub:before, .c-profile-comments__item-vote--down:before, .c-profile-comments__item-vote--up:before, .c-profile-edit__label-verified:after, .c-profile-empty:before, .c-profile-gift-details__items .c-price__value:after, .c-profile-gift-details__transaction-details-item-value--currency:after, .c-profile-gift__details-header:after, .c-profile-gift__details-header:before, .c-profile-gifts__add-new:after, .c-profile-notifications__item-action:before, .c-profile-notifiers__product-remove-button:before, .c-profile-order-steps hr:after, .c-profile-order__details-row-item-value--toman:after, .c-profile-order__list-item-detail-title--cashback:before, .c-profile-order__list-item-detail-title--digiclub:before, .c-profile-order__list-item-detail-title--plus:before, .c-profile-order__list-item-detail-value--currency:after, .c-profile-order__list-item-details-link:before, .c-profile-order__list-item-product-detail--dk:before, .c-profile-order__list-item-product-detail--guarantee:before, .c-profile-order__list-item-product-detail--seller:before, .c-profile-order__list-item-product-detail--size:before, .c-profile-order__payment-record-status--negative:before, .c-profile-order__payment-record-status--positive:before, .c-profile-order__search-btn:before, .c-profile-order__search-close:before, .c-profile-order__transactions-status--purchased:before, .c-profile-order__transactions-status--returned:before, .c-profile-order__warning:before, .c-profile-orders__header-details:after, .c-profile-orders__header-more:before, .c-profile-personal__item--has-arrow:before, .c-profile-personal__legal-desc:before, .c-profile-plus__detail-title--cashback:before, .c-profile-plus__detail-title--cost:before, .c-profile-plus__detail-title--end-date:before, .c-profile-plus__detail-title--free:before, .c-profile-plus__detail-title--start-date:before, .c-profile-plus__detail-title--sub:before, .c-profile-plus__detail-value--currency:before, .c-profile-plus__item-collapse-checkbox:checked ~ .c-profile-plus__item-show-more:after, .c-profile-plus__item-show-more:after, .c-profile-plus__summary-value--currency:before, .c-profile-user-history__action--secondary:before, .c-promotion__category--book-and-media:before, .c-promotion__category--electronics:before, .c-promotion__category--fashion:before, .c-promotion__category--food-and-beverage:before, .c-promotion__category--home-and-kitchen:before, .c-promotion__category--mother-and-child:before, .c-promotion__category--personal-appliance:before, .c-promotion__category--sport-and-entertainment:before, .c-promotion__category--tools:before, .c-promotion__comming-soon-product-timer:after, .c-promotion__dc-voucher-remains:before, .c-promotion__dc-voucher:before, .c-promotion__fmcg-card-link:after, .c-promotion__full-banner-button:after, .c-promotion__full-banner-title--book-and-media:before, .c-promotion__full-banner-title--electronics:before, .c-promotion__full-banner-title--fashion:before, .c-promotion__full-banner-title--food-and-beverage:before, .c-promotion__full-banner-title--home-and-kitchen:before, .c-promotion__full-banner-title--mother-and-child:before, .c-promotion__full-banner-title--personal-appliance:before, .c-promotion__full-banner-title--sport-and-entertainment:before, .c-promotion__full-banner-title--tools:before, .c-promotion__plp-footer--more-discount:before, .c-promotion__today-banner-product--more:before, .c-promotion__today-banner-subtitle--book-and-media:before, .c-promotion__today-banner-subtitle--electronics:before, .c-promotion__today-banner-subtitle--fashion:before, .c-promotion__today-banner-subtitle--food-and-beverage:before, .c-promotion__today-banner-subtitle--home-and-kitchen:before, .c-promotion__today-banner-subtitle--mother-and-child:before, .c-promotion__today-banner-subtitle--personal-appliance:before, .c-promotion__today-banner-subtitle--sport-and-entertainment:before, .c-promotion__today-banner-subtitle--tools:before, .c-quantity-selector__add:before, .c-quantity-selector__remove:before, .c-quantity-selector__trash:before, .c-referral__btn--has-arrow:after, .c-referral__faq-question-container.selected .c-referral__faq-question:after, .c-referral__faq-question:after, .c-referral__invite-information-icon:before, .c-referral__invite-input-icon:before, .c-referral__modal-close:before, .c-referral__social-item--instagram:before, .c-referral__social-item--twitter:before, .c-referral__social-share:after, .c-remodal-comments__add-action:after, .c-remodal-comments__header-back:after, .c-remodal-date__close:before, .c-remodal-dc-filters__btn-back:before, .c-remodal-expert-review__details-title.is-open:before, .c-remodal-expert-review__details-title:before, .c-remodal-expert-review__header-back:after, .c-remodal-gallery-modal__comment-content--question .c-comments__title:before, .c-remodal-gallery-modal__comment-thumbnail.is-video:before, .c-remodal-gallery-modal__content--comment .swiper-container .swiper-button-next:before, .c-remodal-gallery-modal__content--comment .swiper-container .swiper-button-prev:before, .c-remodal-gallery-modal__footer .swiper-slide.is-video:after, .c-remodal-gifts .c-remodal__header:before, .c-remodal-invite-friends__btn:after, .c-remodal-login__header-back:after, .c-remodal-lower-price__province-dropdown:before, .c-remodal-other-sellers__arrow:before, .c-remodal-other-sellers__field--dk-seller:before, .c-remodal-other-sellers__field--fresh-shipment:before, .c-remodal-other-sellers__field--gift:before, .c-remodal-other-sellers__field--guarantee:before, .c-remodal-other-sellers__field--main:before, .c-remodal-other-sellers__field--quick-delivery:before, .c-remodal-other-sellers__field--shipment-ready:before, .c-remodal-other-sellers__field--shipment:before, .c-remodal-other-sellers__plus-subscribe:after, .c-remodal-other-sellers__title--dk:after, .c-remodal-payment-result .c-message-light--error:before, .c-remodal-payment-result .c-message-light--success:before, .c-remodal-questions__header-back:after, .c-remodal-size-guide__toggle:after, .c-remodal-variants__header-back:after, .c-remodal-variants__item-seller:before, .c-return-edit__box-change-btn:after, .c-return-edit__see-info:after, .c-return-edit__tab.is-checked:after, .c-return-edit__upload-remove:before, .c-return-product-box__select-item-check:before, .c-search__item-icon--category:before, .c-search__item-icon--history:before, .c-search__item-icon--search:before, .c-search__item-icon--trend:before, .c-seller__box-details--new:after, .c-seller__box-link:before, .c-seller__box-option:after, .c-seller__share-button:before, .c-sis__image-placeholder:before, .c-sis__stars-image--deactive:before, .c-sis__stars-image:before, .c-sis__text--back-button:before, .c-sis__text--detail-info:after, .c-sponsor-ad__carousel-more:before, .c-stars__item:before, .c-stars__selected .c-stars__item:before, .c-super-deal__more:after, .c-swiper-main .swiper-button-next:before, .c-swiper-main .swiper-button-prev:before, .c-swiper-product .swiper-slide.is-video .c-swiper-product__item:before, .c-tag:after, .c-tag:before, .c-thank-you__digiclub-link:after, .c-thank-you__gift-card-dsc:before, .c-thank-you__order-point--cash-back:before, .c-thank-you__payments-history p:before, .c-thank-you__plus-service-item--amazing:before, .c-thank-you__plus-service-item--cashback:before, .c-thank-you__plus-service-item--return:before, .c-thank-you__plus-service-item--shipping:before, .c-thank-you__plus-service-item--support:before, .c-thank-you__plus-service-state-icon--active:after, .c-thank-you__plus-service-state-icon--inactive:before, .c-thank-you__plus-warning-box:before, .c-ugc__next:before, .c-ugc__notification--warning:before, .c-ugc__notification:before, .c-ugc__prev:before, .c-ugc__product-nav-item--checked:before, .c-ugc__reason-remove:before, .c-ugc__thumb-desc--down:after, .c-ugc__thumb-desc--up:before, .c-ui-input--newsletter:before, .c-ui-input--password:before, .c-ui-input--search:before, .c-ui-input--user:before, .c-ui-input-new--quick-search:before, .c-ui-input-new__cleaner:after, .c-ui-more__option--comment:before, .c-ui-more__option--edit:before, .c-ui-more__option--Icon-Action-Cancel:before, .c-ui-more__option--invoice:before, .c-ui-more__option--payment:before, .c-ui-more__option--repurchase:before, .c-ui-more__option--return:before, .c-ui-select__container--arrowed:before, .c-wait-for-payment__title:after, .c-wait-for-payment__title:before, .c-wiki-sign-info:after, .c-wiki-sign:after, .is-active .c-filter__header:before, .is-answer .c-faq__header--seller:before, .is-question .c-faq__header:before, .o-box__back:before, .o-box__search:before, .o-box__title--back:before, .o-btn--l-arrow:after, .o-btn--l-check:after, .o-btn--l-chevron:after, .o-btn--l-expand-more:after, .o-btn--l-more:before, .o-btn--r-cart:before, .o-btn--r-later:before, .o-form__check-box-input:checked + .o-form__check-box-sign:before, .o-form__field-clear-button:before, .o-form__field-container--dropdown .selectric .label:after, .o-form__field-container.has-error .o-form__field-frame:before, .o-form__field-frame--r-search:before, .o-form__password-field-button--show-password:before, .o-form__password-field-button:before, .o-form__uploader-progress-cancel:before, .o-form__uploader.finished .o-form__uploader-progress-cancel:before, .o-form__uploader.finished .o-form__uploader-progress-title:after, .o-hint--neutral:before, .o-hint:before, .o-link--has-arrow:after, .o-page-navigation__back-arrow:before, .o-page-navigation__btn-back:before, .o-page-navigation__close:before, .o-page__header-back:before, .o-section--fmcg-superdeal .o-section__headline:before, .o-section__head-show-more:after, .o-section__headline--amazing:before, .remodal-close:before, .selectric .label:after {
    font-family: ketabpro-mobile;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1
}


.p-tabs {
    margin-top: 39px;
    position: relative;
    padding-top: 45px;
    line-height: 22px
}

    .p-tabs.is-fixed .c-box-tabs {
        position: fixed;
        top: 0;
        width: calc(100% - 30px);
        min-width: 1005px;
        z-index: 123;
        -webkit-box-shadow: 0 5px 10px 0 hsla(0,0%,70.6%,.2);
        box-shadow: 0 5px 10px 0 hsla(0,0%,70.6%,.2);
        top: 68px;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s
    }

    .p-tabs.is-fixed .c-box-tabs__tab.is-active a {
        padding-bottom: 13px
    }

.p-tabs__content > div {
    display: none
}

    .p-tabs__content > div.is-active {
        display: block
    }

body.navi-is-visible .p-tabs.is-fixed .c-box-tabs {
    -webkit-transform: translateY(45px);
    transform: translateY(45px)
}

.c-params__headline {
    color: #6f6f6f;
    font-size: 30px;
    font-size: 2.143rem;
    line-height: 1.467;
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: -.6px
}

    .c-params__headline span {
        display: block;
        font-size: 16px;
        font-size: 1.143rem;
        line-height: 1.375;
        color: #a7a7a7;
        letter-spacing: -.3px
    }

.c-params__inner-tabs {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 16px
}

.c-params__inner-tab, .c-params__inner-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-params__inner-tab {
    min-width: 120px;
    padding: 13px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #4d4d4d;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0 10px
}

.c-params__inner-tab--selected {
    border-bottom: 3px solid #00bfd6
}

.c-params__inner-tab-content {
    display: none
}

    .c-params__inner-tab-content.is-active {
        display: block
    }

.c-params__inner-tab-img {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8px
}

    .c-params__inner-tab-img img {
        width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.c-params__inner-title {
    margin-bottom: 40px;
    color: #4d4d4d;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467
}

.c-params__title {
    color: #4d4d4d;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    margin-bottom: 25px;
    letter-spacing: -.3px;
    position: relative;
    padding-right: 19px
}

    .c-params__title:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 7px;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #00bfd6;
        border-style: solid;
        border-width: 7px 0 0 7px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.c-params__list {
    list-style: none;
    padding: 0;
    margin-bottom: 70px;
    border-bottom: 1px solid #dfdfdf;
}

    .c-params__list li {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: 1px solid #dfdfdf;
        border-left: none;
        border-bottom: none;
    }

.c-params__list-key {
    -ms-flex: 0 0 22.2%;
    flex: 0 0 22.2%;
    max-width: 22.2%
}

.c-params__list-key, .c-params__list-value {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0
}

.c-params__list-value {
    -ms-flex: 0 0 77.8%;
    flex: 0 0 77.8%;
    max-width: 77.8%
}

.c-params__list-key, .c-params__list-value {
    border-left: 1px solid #dfdfdf;
}

    .c-params__list-key .block, .c-params__list-value .block {
        display: block;
        background: #fafafa;
        padding: 14px 18px 12px;
        font-size: 13px;
        font-size: .929rem;
        line-height: 1.692;
        color: #4d4d4d;
        letter-spacing: -.3px;
        min-height: 47px;
        position: relative
    }

        .c-params__list-key .block[data-icon=cancel], .c-params__list-value .block[data-icon=cancel] {
            background: #fff8f9;
            color: #ff637d
        }

            .c-params__list-key .block[data-icon=cancel]:before, .c-params__list-value .block[data-icon=cancel]:before {
                margin: 2px 4px 0 0;
                vertical-align: top
            }

        .c-params__list-key .block[data-icon=check], .c-params__list-value .block[data-icon=check] {
            background: #f0fdff;
            color: #55c6d9
        }

            .c-params__list-key .block[data-icon=check]:before, .c-params__list-value .block[data-icon=check]:before {
                margin: 0;
                vertical-align: top;
                font-size: 14px
            }

.header-logout-button {
    border-radius: 55px;
    padding: 8px;
    padding-top: 2px;
}




.c-header__profile-dropdown-action--digiclub-gifts:before, .c-header__profile-dropdown-action--logout:before, .c-header__profile-dropdown-action--orders:before, .c-header__profile-dropdown-user-profile-link:after, .c-header__user-dropdown-action--logout:before, .c-header__user-dropdown-action--orders:before, .c-header__user-dropdown-action--profile:before, .c-profile-menu__item--gifts:before, .c-profile-menu__item--orders:before, .c-profile-menu__item--sign-out:before, .c-profile-menu__item--user-info:before {
    font-family: ketabpro;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1
}

[data-icon], [data-icon]:before {
    display: inline-block;
    line-height: 1
}

    [data-icon]:before {
        font-family: ketabpro;
        font-size: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        text-decoration: none;
        text-transform: none
    }



.c-header {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    background: #fff;
    position: relative;
    -webkit-box-shadow: rgba(0,0,0,.04) 0 7px 8px 0;
    box-shadow: 0 7px 8px 0 rgba(0,0,0,.04);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 234
}

    .c-header > .container {
        z-index: 100;
        position: relative;
        background: #fff
    }

.c-header__user-menu-dropdown {
    width: 230px;
    padding-top: 15px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692
}

    .c-header__user-menu-dropdown > span {
        display: block;
        padding: 0 15px
    }

    .c-header__user-menu-dropdown a {
        color: #009ec9
    }

.c-header__dropdown {
    position: absolute;
    top: 100%;
    right: auto !important;
    left: 0;
    background: #fff;
    border-radius: 0 0 8px 8px;
    z-index: 10;
    -webkit-box-shadow: 0 2px 9px 0 hsla(0,0%,44.3%,.32);
    box-shadow: 0 2px 9px 0 hsla(0,0%,44.3%,.32);
    padding-top: 1px;
    display: none
}

    .c-header__dropdown:after, .c-header__dropdown:before {
        position: absolute;
        content: ""
    }

    .c-header__dropdown:before {
        height: 2px;
        background-color: #35ccde;
        bottom: 100%;
        left: 0;
        right: 0
    }

    .c-header__dropdown:after {
        width: 0;
        height: 0;
        border-color: transparent transparent #35ccde;
        border-style: solid;
        border-width: 0 8px 8px;
        position: absolute;
        bottom: 100%;
        margin-bottom: 2px;
        left: 20px;
        right: auto !important
    }

.c-header__action {
    min-height: 1px;
    padding-right: 0;
    padding-left: 0
}

.c-header__action {
    -ms-flex: 0 0 370px;
    -webkit-box-flex: 0;
    flex: 0 0 370px;
    max-width: 370px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: unset
}

.c-header__profile-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 12px;
    width: 200px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    background: #fff;
    border-radius: 5px;
    overflow: hidden
}

.c-header__profile-dropdown-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    position: relative;
    z-index: 1
}

.c-header__profile-dropdown-user-img {
    width: 32px;
    height: 32px;
    border: 1px solid #424750;
    border-radius: 50%;
    background: #fff;
    background-size: contain
}

    .c-header__profile-dropdown-user-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.c-header__profile-dropdown-user-info {
    margin-right: 8px
}

.c-header__profile-dropdown-user-name {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700
}

.c-header__profile-dropdown-user-profile-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #19bfd3;
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2
}

    .c-header__profile-dropdown-user-profile-link:after {
        content: "\E0D5\00FE0E";
        font-size: 18px;
        font-size: 1.286rem;
        line-height: 1.222;
        margin-right: 5px
    }

.c-header__profile-dropdown-user-profile-full-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.c-header__profile-dropdown-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    padding: 10px 20px;
    cursor: pointer;
    color: #424750
}

.c-header__profile-dropdown-action-container {
    position: relative
}

    .c-header__profile-dropdown-action-container:hover {
        background: #f0f0f1
    }

        .c-header__profile-dropdown-action-container:hover:before {
            content: "";
            display: block;
            position: absolute;
            top: -1px;
            height: 1px;
            background: #f0f0f1;
            width: 100%
        }

    .c-header__profile-dropdown-action-container:not(:last-child):after {
        content: "";
        width: calc(100% - 32px);
        height: 1px;
        background: #f0f0f1;
        position: absolute;
        left: 16px;
        bottom: 0
    }

.c-header__profile-dropdown-action:before {
    margin-left: 11px
}

.c-header__profile-dropdown-action--orders:before {
    content: "\E16A\00FE0E";
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 1.222
}

.c-header__profile-dropdown-action--logout:before {
    content: "\E164\00FE0E";
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 1.222
}

.c-header__profile-dropdown-action--digiclub-gifts:before {
    content: "\E0FC\00FE0E";
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 1.222
}

.c-header__profile-dropdown-account {
    display: block;
    position: relative;
    padding-right: 52px;
    padding-left: 16px;
    padding-top: 12px
}

    .c-header__profile-dropdown-account:before {
        content: "";
        display: block;
        width: 1px;
        height: 15px;
        background: #c0c2c5;
        position: absolute;
        right: 28px;
        top: -18px
    }

.c-header__profile-dropdown-account-item {
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    position: relative;
    color: #81858b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-header__profile-dropdown-account-item-amount, .c-header__profile-dropdown-account-item-title {
    line-height: normal !important
}

.c-header__profile-dropdown-account-item-amount, .c-header__profile-dropdown-account-item-title--link {
    z-index: 3;
    position: relative;
    color: #81858b
}

.c-header__profile-dropdown-account-item-amount-number {
    font-size: 12px;
    color: #424750
}

.c-header__profile-dropdown-account-item:not(:last-child) {
    margin-bottom: 12px
}

.c-header__profile-dropdown-account-item:before {
    content: "";
    display: block;
    width: 1px;
    height: 33px;
    background: #c0c2c5;
    position: absolute;
    right: -24px;
    top: -23px
}

.c-header__profile-dropdown-account-item:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c0c2c5;
    position: absolute;
    right: -27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-header__profile-dropdown-account-container {
    padding-top: 8px;
    padding-bottom: 12px;
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    cursor: pointer
}

    .c-header__profile-dropdown-account-container:hover {
        background: #f0f0f1;
        border-top: 1px solid #f0f0f1;
        border-bottom: 1px solid #f0f0f1
    }

    .c-header__profile-dropdown-account-container:after {
        content: "";
        width: calc(100% - 32px);
        height: 1px;
        background: #f0f0f1;
        position: absolute;
        left: 16px;
        bottom: -1px
    }

.c-header__user-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 228px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 9px 0 hsla(0,0%,44.3%,.32);
    box-shadow: 0 2px 9px 0 hsla(0,0%,44.3%,.32);
    padding: 15px;
    z-index: 123
}

    .c-header__user-dropdown:after, .c-header__user-dropdown:before {
        position: absolute;
        content: ""
    }

    .c-header__user-dropdown:before {
        height: 4px;
        background-color: #ef5661;
        bottom: 100%;
        left: 0;
        right: 0
    }

    .c-header__user-dropdown:after {
        width: 0;
        height: 0;
        border-color: transparent transparent #ef5661;
        border-style: solid;
        border-width: 0 8px 8px;
        position: absolute;
        bottom: 100%;
        margin-bottom: 2px;
        left: 30px
    }

.c-header__user-dropdown-action {
    padding-right: 50px;
    position: relative;
    color: #4a4a4a;
    letter-spacing: -.4;
    font-size: 14px;
    font-size: 1rem;
    line-height: 40px;
    vertical-align: middle;
    display: block;
    margin-left: -15px;
    margin-right: -15px
}

    .c-header__user-dropdown-action:hover {
        background-color: #f4f4f4
    }

    .c-header__user-dropdown-action:before {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 19px;
        font-size: 1.357rem;
        line-height: 1.158;
        opacity: .6
    }

    .c-header__user-dropdown-action:not(:last-child):after {
        content: "";
        height: 1px;
        width: calc(100% - 56px);
        position: absolute;
        right: 40px;
        bottom: 0;
        background-color: #ececec
    }

.c-header__user-dropdown-action--digiclub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 20px;
    line-height: normal;
    height: 40px;
    padding-left: 16px;
    white-space: nowrap
}

.c-header__user-dropdown-action--profile {
    line-height: 30px
}

    .c-header__user-dropdown-action--profile:before {
        content: "\E1EC\00FE0E"
    }

.c-header__user-dropdown-action--orders:before {
    content: "\E169\00FE0E"
}

.c-header__user-dropdown-action--logout:before {
    content: "\E158\00FE0E"
}

.c-header__user-dropdown-action[data-counter]:after {
    content: attr(data-counter);
    border-radius: 8px;
    height: 26px;
    background-color: #00bfd6;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 9px;
    text-align: center;
    font-size: 14.5px;
    font-size: 1.036rem;
    line-height: 26px
}

.c-header__user-dropdown-action-digiclub-img {
    width: 20px;
    height: 20px;
    margin-left: 10px
}

    .c-header__user-dropdown-action-digiclub-img img {
        height: 100%;
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.c-header__user-dropdown-action-digiclub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-header__user-dropdown-action-wallet {
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 16px;
    width: 100%;
    padding-bottom: 8px
}

.c-404 {
    padding: 68px 0;
    text-align: center;
    line-height: 22px
}

.c-404__title {
    text-align: center
}

.c-404__actions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: auto
}

.c-404__action {
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
    border: none;
    min-width: 161px;
    margin: 10px 19.5px 46px;
    text-decoration: none
}

    .c-404__action:not(.disabled):not(.is-inactive):not([disabled]) {
        position: relative;
        overflow: hidden
    }

        .c-404__action:not(.disabled):not(.is-inactive):not([disabled]):before {
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            width: 200%;
            height: 200%;
            position: absolute;
            right: -50%;
            top: -50%;
            background: hsla(0,0%,100%,.21);
            content: "";
            opacity: 0
        }

        .c-404__action:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
            opacity: 1
        }


.c-params__title {
    color: #4d4d4d;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    margin-bottom: 25px;
    letter-spacing: -.3px;
    position: relative;
    padding-right: 19px
}

    .c-params__title:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 7px;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #00bfd6;
        border-style: solid;
        border-width: 7px 0 0 7px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }


.c-profile-menu__item {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    color: #424750;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0
}

    .c-profile-menu__item:before {
        font-size: 24px;
        font-size: 1.714rem;
        line-height: 24px;
        margin-left: 16px
    }

    .c-profile-menu__item:hover {
        color: #0fabc6
    }


.c-dropdown {
    position: relative;
    display: inline
}

.c-dropdown__container {
    display: none;
    -webkit-box-shadow: 0 -6px 12px 0 hsla(0,0%,71%,.3);
    box-shadow: 0 -6px 12px 0 hsla(0,0%,71%,.3);
    background-color: #fff;
    border: 1px solid #b8b8b8;
    padding: 25px;
    z-index: 20;
    position: absolute;
    min-height: 222px
}

.smalprofile {
    display: none;
}

.c-header__btn-user-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-header__btn-profile, .c-header__btn-user-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-header__btn-profile {
    position: relative;
    cursor: pointer;
    height: 46px;
    padding: 8px;
    background-color: #f0f2f7;
    color: #424750;
    border-radius: 4px;
    margin-right: 12px;
}

    .c-header__btn-profile:before {
        content: "\E194\00FE0E";
        font-size: 22px;
        color: #ff5588;
    }

    .c-header__btn-profile:after {
        content: "\E10F\00FE0E"
    }


.c-cart-item__delete {
    font-size: 16px;
    line-height: 1.833;
    color: red;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
    padding-top: 8px;
}



.RadGrid_Grid {
    color: #333;
}




.rgTwoLines .rgHeaderDiv {
    background-position: 0 -7050px;
}

.rgAltRow a:hover {
    color: #c71585;
}

.RadGrid_Grid .rgHeader, .RadGrid_Grid th.rgResizeCol {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    font-weight: normal;
}

.RadGrid_Grid th.rgSorted {
    background-position: 0 -2600px;
}

.RadGrid_Grid .rgHeader, .RadGrid_Grid .rgHeader a {
    color: #333;
    text-align: right;
    height: 24px;
    font-size: 12px;
}

.RadGrid_Grid .rgAltRow a:hover, .RadGrid_Grid .rgRow a:hover {
    color: #c71585;
}


.RadGrid_Grid .rgRow td, .RadGrid_Grid .rgAltRow td, .RadGrid_Grid .rgEditRow td, .RadGrid_Grid .rgFooter td {
    border-style: solid;
    border-width: 0;
    padding: 2px;
    line-height: 13px;
}

.RadGrid_Grid .rgAltRow {
}

    .RadGrid_Grid .rgAltRow td {
    }

.RadGrid_Grid .rgRow .rgSorted {
    border-bottom-color: #f2f2f2;
}

.RadGrid_Grid .rgAltRow .rgSorted {
    background-color: #e6e6e6;
    border-bottom-color: #e6e6e6;
}

.RadGrid_Grid .rgSelectedRow .rgSorted, .RadGrid_Grid .rgActiveRow .rgSorted, .RadGrid_Grid .rgHoveredRow .rgSorted, .RadGrid_Grid .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_Grid .rgRow a, .RadGrid_Grid .rgAltRow a, .RadGrid_Grid .rgEditRow a, .RadGrid_Grid tr.rgEditRow a, .RadGrid_Grid tr.rgHoveredRow a, .RadGrid_Grid tr.rgActiveRow a, .RadGrid_Grid .rgFooter a, .RadGrid_Grid .rgEditForm a {
    color: #000;
}

.RadGrid_Grid th {
    text-align: center;
}

.rgMasterTable td.rgGroupCol, .RadGrid_Grid td.rgExpandCol {
    background: #d9d9d9 none repeat scroll 0 0;
    border-left: 1px solid #a2a2a2;
    border-bottom: 1px solid #a2a2a2;
    text-align: center;
}

.rgRow td, .rgAltRow td, .rgEditRow td, .rgFooter td {
    font-size: 13px;
    padding: 4px 0;
}

.BottomSpacer {
    margin-bottom: 10px;
}

.CellInfo {
    background: #ffffff none repeat scroll 0 0;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
}

.noborderop {
    border: 0 none !important;
    opacity: .8;
}

    .noborderop:hover {
        opacity: 1;
    }


#whole_basket:hover {
    opacity: 1;
}

#Header_Div /* Basket Header Div Style */ {
    position: relative;
    vertical-align: middle;
    cursor: move;
}

.img_min_max /* Minimize and Maximize image style */ {
    right: 3px;
    cursor: pointer;
}

.Basket_Header_Label /*The style of basket Header*/ {
    top: 5px;
    right: 30px;
    position: absolute;
    color: White;
    Font-Size: small;
    text-align: center;
}

#Basket_body /* the style of basket content*/ {
    position: relative;
    font-size: 11px;
    height: auto;
    visibility: visible;
    background-color: #fff;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.8)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
    background-size: contain;
    background-repeat: no-repeat;
}

.Column_header /* Basket Column Header Product Name, Qty, Price */ {
    color: Black;
    font-weight: bold;
}

.Column_total {
    color: Black;
    font-weight: normal;
    font-size: 13px;
    background-color: #fff;
    padding: 3px;
    left: 0px;
}

.hidden {
    display: none;
}

.c-checkout-bill {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
    box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
    border: 1px solid #e6e6e6;
    line-height: 22px;
    border-radius: 8px;
}

.c-checkout-bill__summary {
    list-style: none;
    padding: 14px 16px 8px;
}

    .c-checkout-bill__summary li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 6px 0;
        color: #777;
    }

.c-checkout-bill__item-title {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-checkout-bill__price {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
}

.c-checkout-bill__sum-price {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #eee;
    font-weight: 700 !important;
    color: #000 !important;
}

.c-checkout-bill__price--discount {
    color: #7ccc77;
}

.c-checkout-bill__total-price--title {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
}

.c-checkout-bill__total-price--title {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
}

.c-checkout-bill__total-price--amount {
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
}

.c-checkout-bill__total-price {
    margin: 8px 0 !important;
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
    font-weight: 700 !important;
    color: #000 !important;
}

.c-checkout-bill__to-forward-button {
    margin: 12px 0 !important;
}

.c-checkout__group {
    background: #fff;
    padding: 12px 12px 0;
}

.c-checkout__items {
    padding: 0;
    list-style: none;
}

.c-checkout__item:first-child {
    border-top: none;
}

.c-checkout__item {
    border-top: 1px solid #eaeaea;
}

.c-cart-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
}

.c-cart-item__thumb {
    width: 20%;
    min-width: 124px;
}

.c-cart-item__data {
    width: 60%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 12px 20px 4px;
    text-align: center;
}

.c-cart-item__info {
    width: 20%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 3px 3px 4px;
    min-width: 169px;
}

.c-cart-item__thumb-img {
    width: 100%;
    display: block;
    min-height: 100px;
    text-align: center;
    position: relative;
}

    .c-cart-item__thumb-img img {
        max-width: 100%;
        max-height: 180px;
    }

.c-cart-item__title {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    color: #3f3f3f;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 6px;
    width: 100%;
}

.c-cart-item__discount {
    padding-top: 7px;
}

.c-cart-item__yourprice {
    padding-top: 7px;
    font-weight: 600;
    color: #0fabc6
}

.c-cart-item__price-row {
    align-items: center;
    text-align: center;
    padding: 20px;
}

.c-cart-item__quantity-row, .c-cart-item__sfl-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-cart-item__product-price {
    padding-top: 10px;
    color: #000;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    text-align: center;
}

.c-quantity-selector {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eee;
    border-radius: 8px;
    color: #f88cff;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

    .c-quantity-selector button {
        border: none;
        margin: 0;
        padding: 0;
        color: #f88cff;
        background-color: #fff;
        cursor: pointer;
        width: 33%;
        text-align: center;
        height: 100%;
        border-radius: 8px;
    }

c-cart-item__delete {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #777;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    padding-top: 8px;
}

.c-checkout-empty__empty-cart-icon {
    margin: 0 auto;
    width: 200px;
    height: 150px;
    background: url(../images/Cart-empty_A7y8Ikdfb.webp) 50% no-repeat;
    background-size: contain;
}

.c-checkout-sucseee {
    margin: 0 auto;
    width: 200px;
    height: 150px;
    background: url(../images/ok.gif) 50% no-repeat;
    background-size: contain;
}

.c-checkout-error {
    margin: 0 auto;
    width: 200px;
    height: 150px;
    background: url(../images/errorpay.gif) 50% no-repeat;
    background-size: contain;
}

.c-checkout-empty_total-cart-icon {
    margin: 0 auto;
    width: 200px;
    height: 150px;
    background: url(../images/empty.png) 50% no-repeat;
    background-size: contain;
}

.c-checkout-empty__title {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    color: #424750;
    text-align: center;
    margin: 4px auto 12px;
}

.c-checkout-empty__links {
    margin-bottom: 20px;
}

.c-checkout-empty {
    margin-bottom: 30px;
    width: 100%;
     padding: 30px;
    text-align: center;
    line-height: 22px;
    border: 1px solid #ededed;
}

.c-checkout-errorbg {
    background: #fff;
}

.c-checkout-empty__links p {
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    color: #6d727e;
    margin-bottom: 6px;
}

.c-checkout-empty__link-urls a:not(:last-of-type) {
    border-left: 1px solid #e0e0e2;
    padding-left: 12px;
    margin-left: 12px;
}

.c-checkout-empty__link-urls a {
    cursor: pointer;
    color: #12b4cd;
    font-size: 12px;
    font-size: .857rem;
    line-height: 24px;
}

.delivery-info li {
    margin-top: 5px
}

.fctext del {
    font-size: .75rem;
}

.fctext ul span {
    font-size: .75rem;
}

.fctext ul li {
    margin: 0
}

.fctext img {
    max-width: 100%;
    max-height: 140px;
    padding: 6px 0;
}

.fctextpcl_span {
    justify-content: center;
}

.c-filter--switcher {
    padding: 8px 73px 8px 20px;
    position: relative;
    font-size: 12px;
}

.c-filter {
    line-height: 22px;
}

.prod-stock {
    height: 41px;
    width: 100px;
    background-size: 90px 36px;
    line-height: 45px;
    background-position: center;
}

.available {
    background: url(../images/available1.png) left 0px no-repeat;
    background-size: 90px 36px;
}

.posible {
    background: url(../images/available2.png) left 0px no-repeat;
    background-size: 90px 36px;
}

.notavailable {
    background: url(../images/available3.png) left 0px no-repeat;
    background-size: 90px 36px;
}

.c-ui-statusswitcher__slider {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 21px;
    border-radius: 2px;
    border: 1px solid #8c8c8c;
    background: #e5e5e5;
    -webkit-transition: .15s ease-in;
    transition: .15s ease-in;
}

input[type=checkbox]:checked + .c-ui-statusswitcher__slider {
    background-color: #03ff22;
    border-color: #02650e;
}

.c-ui-statusswitcher__slider__toggle {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #959595;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 16%;
    position: absolute;
    top: 2px;
    right: 2px;
}

input[type=checkbox]:checked + .c-ui-statusswitcher__slider span {
    right: 21px;
}

.c-filter {
    line-height: 22px;
}

.c-filter--switcher {
    padding: 8px 73px 8px 20px;
    position: relative;
    font-size: 12px;
}

.c-ui-statusswitcher {
    position: absolute;
    right: 20px;
    top: 10px;
}

.enamad img {
    float: left;
    width: 103px;
    height: 124px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}

.breadcrumb {
    margin-top: 10px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    border: 1px solid #e4e4e4;
    line-height: 22px;
    position: relative;
    padding: 8px
}

@media screen and (max-width: 700px) {
    .p-page_side, .p-page_content {
        max-width: 100%;
    }

    .o-page__aside {
        flex: 0 0 0%;
        max-width: 0%;
        display: none;
    }

    c-product__info {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .o-page__content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    c-product__gallery, c-product__summary {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .p-page_side, .p-page_content {
        max-width: 100%;
    }
}

@media screen and (min-width: 901px) and (max-width: 3950px) {


    .c-product__attributes, .c-product__params {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}


@media screen and (min-width: 701px) and (max-width: 950px) {
    .o-page__aside {
        flex: 0 0 350%;
        max-width: 35%;
    }

    .o-page__content {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .p-page_side, .p-page_content {
        max-width: 100%;
    }
}

@media screen and (min-width: 951px) and (max-width: 1280px) {
    .o-page__aside {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .o-page__content {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .p-page_side, .p-page_content {
        max-width: 100%;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1840px) {
    .o-page__aside {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .o-page__content {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .p-page_side {
        flex: 0 0 35%;
        max-width: 35%;
    }

    .p-page_content {
        flex: 0 0 65%;
        max-width: 65%;
    }
}

@media screen and (min-width: 1841px) and (max-width: 2220px) {
    .o-page__aside {
        flex: 0 0 14%;
        max-width: 14%;
    }

    .o-page__content {
        flex: 0 0 86%;
        max-width: 86%;
    }

    .kt-col-xlg-2 {
        width: 16.66667%
    }

    .p-page_side {
        flex: 0 0 35%;
        max-width: 35%;
    }

    .p-page_content {
        flex: 0 0 65%;
        max-width: 65%;
    }
}

@media screen and (min-width: 2221px) {
    .o-page__aside {
        flex: 0 0 12%;
        max-width: 12%;
    }

    .o-page__content {
        flex: 0 0 88%;
        max-width: 88%;
    }

    
    
    .p-page_side {
        flex: 0 0 35%;
        max-width: 35%;
    }

    .p-page_content {
        flex: 0 0 65%;
        max-width: 65%;
    }
}

.p-page_side, .p-page_side-content {
    width: 100%;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    margin-bottom: 11px;
    text-align: center;
    position: relative;
    padding: 0 0px 10px 8px;
}

.p-page_side-content {
    background-color: #fff;
    border: 1px solid #dedede;
}

.p-page_content {
    padding: 0 12px;
}

.c-filter--params .c-ui-input {
    margin: 9px 14px 8px;
    display: block;
    width: auto
}

.c-filter--params .c-box__scroll-container {
    margin: 0
}

.c-filter--params ul {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    list-style: none
}

    .c-filter--params ul li {
        margin: 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .c-filter--params ul li, .c-filter--params ul li .c-filter__label {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start
        }

            .c-filter--params ul li .c-filter__label {
                padding: 5px 8px 5px 8px;
                cursor: pointer;
                color: #3b3b3b;
                max-width: 100%;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-orient: horizontal;
                width: 100%;
                -webkit-box-pack: justify;
                border-bottom: 1px solid #eee;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

            .c-filter--params ul li .c-filter__label--colored {
                padding-right: 71px
            }

            .c-filter--params ul li .c-filter__label--color a {
                padding: 0
            }

            .c-filter--params ul li .c-filter__label--rating {
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-orient: unset;
                -webkit-box-direction: unset;
                -ms-flex-direction: unset;
                flex-direction: unset;
                color: #81858b
            }

                .c-filter--params ul li .c-filter__label--rating[data-en]:before {
                    content: unset !important
                }

            .c-filter--params ul li .c-filter__label:hover {
                background: #f9f9f9
            }

            .c-filter--params ul li .c-filter__label[data-en]:before {
                content: attr(data-en);
                color: #a6a6a6;
                font-size: 11px;
                font-size: .786rem;
                line-height: 2;
                font-weight: 300;
                text-align: left;
                max-width: 110px;
                overflow: hidden;
                text-overflow: ellipsis;
                direction: ltr;
                padding-right: 10px
            }

            .c-filter--params ul li .c-filter__label[data-color]:after {
                color: attr(data-color color);
                font-size: 35px;
                font-size: 2.5rem;
                content: "\2022";
                line-height: 1.257;
                text-align: left;
                height: 15px;
                position: absolute;
                right: 52px;
                top: -3px
            }

            .c-filter--params ul li .c-filter__url {
                display: block;
                padding: 10px 19px 10px 15px;
                cursor: pointer;
                color: #3b3b3b;
                width: 100%
            }

                .c-filter--params ul li .c-filter__url:hover {
                    background: #f9f9f9
                }

                .c-filter--params ul li .c-filter__url[data-en]:before {
                    float: left;
                    content: attr(data-en);
                    color: #a6a6a6;
                    font-size: 14px;
                    font-size: 1rem;
                    line-height: 1.571;
                    text-align: left
                }

                .c-filter--params ul li .c-filter__url .c-filter__color {
                    margin-right: 0
                }

            .c-filter--params ul li .c-filter__color {
                width: 10px;
                height: 10px;
                display: inline-block;
                border-radius: 50%;
                vertical-align: top;
                margin-top: 6px;
                margin-left: 6px;
                border: 1px solid #f2f2f2
            }

            .c-filter--params ul li .c-ui-checkbox {
                position: absolute;
                right: 20px;
                top: 6px
            }


.c-ui-checkbox {
    width: 19px;
    height: 18px;
    display: inline-block;
    position: relative
}

    .c-ui-checkbox input[type=checkbox] {
        visibility: hidden;
        position: absolute
    }

.c-ui-checkbox__check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d8d8d8
}

.c-ui-checkbox .input-checkbox:checked + .c-ui-checkbox__check, .c-ui-checkbox input[type=checkbox]:checked + .c-ui-checkbox__check {
    background: #00bfd6;
    border: 1px solid #1fa4b3
}

    .c-ui-checkbox .input-checkbox:checked + .c-ui-checkbox__check:before, .c-ui-checkbox input[type=checkbox]:checked + .c-ui-checkbox__check:before {
        content: "\f00c";
        position: absolute;
        left: 2px;
        top: 2px;
        color: #fff;
        font-size: 11px
    }

.c-ui-checkbox--primary {
    width: 22px;
    height: 21px
}

    .c-ui-checkbox--primary .c-ui-checkbox__check {
        border-radius: 8px;
        border: 1px solid #b7b7b7
    }

    .c-ui-checkbox--primary input[type=checkbox]:checked + .c-ui-checkbox__check:before {
        left: 3px;
        top: 3px;
        font-size: 12px
    }

.c-ui-checkbox--round {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    overflow: hidden
}

    .c-ui-checkbox--round .c-ui-checkbox__check {
        border-radius: 100%
    }

.c-ui-checkbox.c-ui-checkbox--round .input-checkbox:checked + .c-ui-checkbox__check:before {
    font-size: 7px
}

.c-ui-checkbox--green input.input-checkbox:checked + .c-ui-checkbox__check {
    border-color: #d8d8d8;
    background-color: #fff
}

    .c-ui-checkbox--green input.input-checkbox:checked + .c-ui-checkbox__check:before {
        content: "\E0FB\00FE0E";
        color: #45c75c;
        left: 1px
    }

.c-ui-checkbox__text {
    margin-right: 14px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    color: #7e7e7e
}

.c-ui-checkbox-new {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px
}

    .c-ui-checkbox-new input[type=checkbox] {
        visibility: hidden;
        position: absolute
    }

.c-ui-checkbox-new__check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border: 2px solid #424750;
    border-radius: 8px
}

.c-ui-checkbox-new input[type=checkbox]:checked + .c-ui-checkbox-new__check {
    background: #0fabc6;
    border: 2px solid #0fabc6
}

    .c-ui-checkbox-new input[type=checkbox]:checked + .c-ui-checkbox-new__check:before {
        content: "\E025\00FE0E";
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        font-size: 14px
    }

.c-ui-checkbox-min {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ababab;
    font-size: 11px;
    font-size: .786rem;
    line-height: 19px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

    .c-ui-checkbox-min input {
        opacity: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%
    }

        .c-ui-checkbox-min input:checked + span {
            background-color: #00bfd6
        }

            .c-ui-checkbox-min input:checked + span:before {
                content: "\E0FC\00FE0E"
            }

    .c-ui-checkbox-min span {
        width: 17px;
        padding: 0 8px;
        height: 17px;
        display: block;
        border: 1px solid #d8d8d8;
        border-radius: 4px;
        background-color: #fff;
        position: relative;
        margin-left: 5px
    }

        .c-ui-checkbox-min span:before {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            color: #fff
        }

.productsfilter {
    font-size: 50px;
    color: var(--main-color);;
    background-color: white;
    bottom: 0;
    position: fixed;
    z-index: 15;
    padding: 15px;
    border-radius: 48px;
    opacity: 0.75;
}
 
