a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-style: normal;
}
ins {
  text-decoration: none;
}
html {
    line-height: 1;
}
ol {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
td,
th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
a img {
    border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
[type=reset], [type=submit], button, html [type=button] {
    cursor: pointer;
    border: 0;
}
.wpman-auto-type,
.wpman-blog .wpman-post-meta,
.wpman-blog .read-more,
.wpman-countdown-timer-holder .wpman-countdown-timer .number,
.wpman-footer .wpman-subfooter,
.wpman-header .wpman-logo-holder.wpman-logo-text,
.wpman-post-nav .wpman-post-nav-link,
.wpman-post-share .post-share-title,
.wpman-sidebar-inner .widget.widget_recent_reviews ul li a,
.commentlist .comment .comment-meta,
.commentlist .comment .vcard,
.commentlist .comment-body p.meta,
.commentlist .comment-text p.meta,
.product .woocommerce-tabs .tabs li,
.search-results-wrapper .search-result-block .result-content .read-more,
.tag-cloud-link,
.tag-link:not(.post),
.woocommerce legend,
.wpb_wrapper .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-wpman-minimal .vc_tta-tab > a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
}

body.single-product .course-page:before {
    position: absolute;
    right: 0;
    top: 25px;
    background: url(../images/course-parallax.svg) no-repeat top right;
    background-size: 254px 412px;
    width: 254px;
    height: 412px;
    content: '';
}
.course-page {
  position: relative;
}
body.single-product form.cart {
  display: flex;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-50px, 0, 0);
    }
    to {
        -webkit-transform: none;
    }
}
@keyframes fadeInLeftShort {
    from {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInLeftShort {
    from {
        -webkit-transform: translate3d(-20px, 0, 0);
    }
    to {
        -webkit-transform: none;
    }
}
@-webkit-keyframes fadeOutLeft {
    from {
        -webkit-transform: none;
    }
    to {
        -webkit-transform: translate3d(-50px, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        -webkit-transform: none;
        transform: none;
    }
    to {
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
}
@-webkit-keyframes fadeOutLeftShort {
    from {
        -webkit-transform: none;
    }
    to {
        -webkit-transform: translate3d(-20px, 0, 0);
    }
}
@keyframes fadeOutLeftShort {
    from {
        -webkit-transform: none;
        transform: none;
    }
    to {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-50px, 0, 0);
    }
    to {
        -webkit-transform: none;
    }
}
@keyframes fadeInRightShort {
    from {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInRightShort {
    from {
        -webkit-transform: translate3d(20px, 0, 0);
    }
    to {
        -webkit-transform: none;
    }
}
@keyframes fadeOutRight {
    from {
        -webkit-transform: none;
        transform: none;
    }
    to {
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
}
@-webkit-keyframes fadeOutRight {
    from {
        -webkit-transform: none;
        transform: none;
    }
    to {
        -webkit-transform: translate3d(50px, 0, 0);
    }
}
@keyframes fadeInBottomShort {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInBottomShort {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
    }
    to {
        -webkit-transform: none;
    }
}
.wpman-animated-box {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.wpman-animated-box.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
body {
    font-size: 15px;
    line-height: 26px;
    color: #666;
    text-align: right;
    font-weight: 400;
    overflow-x: hidden !important;
    background-color: #fff;
}
@media screen and (max-width: 992px) {
    body {
        padding-bottom: 0 !important;
    }
}
a {
    -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
a:hover {
    color: #428bca;
}
h1 {
    font-size: 37px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
    margin-top: 10px;
}
h1,
h2 {
    margin-top: 25px;
    margin-bottom: 25px;
}
dd,
h4,
h5 {
    margin-bottom: 15px;
}
h4,
h5 {
    margin-top: 15px;
}
dt,
h6 {
    margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #303030;
    line-height: 1.3em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #428bca;
}
p {
    margin-bottom: 10px;
}
strong {
    font-weight: 600;
}
.small,
small {
    font-size: 88%;
}
blockquote {
    background-color: #f9f9f9;
    margin: 27px 0;
    font-size: 17px;
    padding: 30px;
    border-width: 4px;
    border-left-style: solid;
    border-color: #428bca;
}
blockquote cite {
    display: inline-block;
    margin-top: 12px;
}
ol,
ul {
    list-style-position: inside;
}
li > ol,
li > ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
pre {
    padding: 9.5px;
    margin: 0 0 10px;
    background-color: #eee;
    border-radius: 0;
}
table {
    width: 100%;
    margin-bottom: 20px;
}
table tr th {
    padding: 12px 0;
    text-align: left;
    line-height: 1.4;
    font-weight: 500;
    color: #303030;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #efefef;
}
table tr td {
    padding: 9px 0 8px;
    font-size: 12px;
    color: #888;
    border-bottom: 1px solid #efefef;
}
.woocommerce-cart-form table tr:last-child td {
    border-bottom: none;
}
caption,
td,
th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

.video_popup_wrrapper {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999
}

.video_popup_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(9, 9, 9, .7)
}

.video_popup_inner {
    display: block;
    z-index: 9999;
    position: absolute;
    right: 50%;
    bottom: 50%;
    widht: 100%;
    transform: translate(50%, 50%);
    color: #fff;
    text-align: center
}

@media (max-width:992px) {
    .video_popup_inner {
        width: 90%
    }
}

.video_popup_inner video {
    margin: auto auto;
    display: block
}
audio, canvas, video {
    display: inline-block;
    max-width: 100%;
}
.img-wrap {
    background-color: #eee;
}
.img-wrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    image-rendering: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.wpman-content {
    position: relative;
    z-index: 30;
}
.fixed-footer-on .wpman-content {
    min-height: 100vh;
    overflow: hidden;
}
.wpman-page-load {
    position: relative;
}
.page-padding {
    padding-bottom: 40px;
}
.wpman-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 999;
    background: transparent;
}
body.elementor-editor-active .wpman-header {
  visibility: hidden;
}
.wpman-transparent-header .wpman-header {
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
    margin-bottom: 0;
}
.wpman-transparent-header .wpman-header .wpman-search-wrapper .wpman-search-form .wpman-search-opener svg {
    fill: #fff;
}
.wpman-transparent-header .wpman-header .wpman-search-wrapper .wpman-search-form.shown .wpman-search-opener svg {
    fill: #555;
}
@media screen and (min-width: 768px) {
    .header-full-width .wpman-header .container {
        width: auto;
        padding-left: 55px;
        padding-right: 55px;
    }
    .header-full-width .wpman-header .nav-container .container, .header-full-width .wpman-top-header .container {
      max-width: 100%;
    }
}

.wpman-header .wpman-logo-holder {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wpman-header .wpman-logo-holder .wpman-logo-link {
    display: inline-block;
    margin-top: 3px;
}
.wpman-header .wpman-logo-holder .wpman-logo-link .wpman-logo-image {
    max-width: 100%;
    max-height: 43px;
}
.wpman-header .wpman-logo-holder .wpman-logo-link .wpman-logo-image.-light {
    display: none;
}
.wpman-header .wpman-regular-header.transparent_header .wpman-logo-holder .wpman-logo-link .wpman-logo-image.-light {
    display: inline-block;
}
.wpman-header .wpman-regular-header.transparent_header .wpman-logo-holder .wpman-logo-link .wpman-logo-image.-dark {
    display: none;
}
.wpman-header.scrolled .wpman-regular-header.transparent_header .wpman-logo-holder .wpman-logo-link .wpman-logo-image.-light {
    display: none;
}
.wpman-header.scrolled .wpman-regular-header.transparent_header .wpman-logo-holder .wpman-logo-link .wpman-logo-image.-dark {
    display: inline-block;
}
.wpman-header .wpman-logo-holder.wpman-logo-text .wpman-logo-link {
    font-size: 24px;
    font-weight: 500;
}
.wpman-transparent-header .wpman-header .wpman-logo-holder.wpman-logo-text .wpman-logo-link {
    color: #fff;
}
.wpman-header.wpman-header-2 .wpman-logo-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wpman-header div.menu > ul,
.wpman-header ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.wpman-header div.menu > ul li,
.wpman-header ul.menu li {
    position: relative;
    white-space: nowrap;
}
.wpman-header div.menu > ul li a,
.wpman-header ul.menu li a {
    display: inline-block;
}
.wpman-header div.menu > ul li a:after,
.wpman-header ul.menu li a:after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #428bca;
    display: block;
    -webkit-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.wpman-header div.menu > ul li a:hover,
.wpman-header ul.menu li a:hover {
    color: #428bca;
}
.wpman-header div.menu > ul li a:hover:after,
.wpman-header ul.menu li a:hover:after {
    width: 100%;
}
.wpman-header div.menu > ul li ul,
.wpman-header ul.menu li ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 15px 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    opacity: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
    transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
}
.wpman-header div.menu > ul li ul li,
.wpman-header ul.menu li ul li {
    position: relative;
}
.wpman-header div.menu > ul li ul li a,
.wpman-header ul.menu li ul li a {
    font-size: 12px;
    color: #6f6f6f;
    font-weight: 600;
    padding: 5px 20px;
}
.wpman-header div.menu > ul li ul li ul,
.wpman-header ul.menu li ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: -15px;
}

.wpman-header div.menu > ul li ul li.menu-item-has-children > a,
.wpman-header ul.menu li ul li.menu-item-has-children > a {
    position: relative;
}
.wpman-header div.menu > ul li ul li.menu-item-has-children > a:before,
.wpman-header ul.menu li ul li.menu-item-has-children > a:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 15px;
}
.wpman-header div.menu > ul li.shown > ul,
.wpman-header ul.menu li.shown > ul {
    display: block;
    visibility: visible;
    opacity: 1;
}
.wpman-header div.menu > ul > li,
.wpman-header ul.menu > li {
    display: inline-block;
    margin-left: 5px;
}
.wpman-header div.menu > ul > li > a,
.wpman-header ul.menu > li > a {
    font-weight: 500;
    color: #555;
    padding: 10px 10px;
    font-size: 14px;
}
.wpman-header .wpman-top-header ul.menu > li > a {
  font-size: 12px;
  padding: 0 5px;
    font-weight: 300;
}
.wpman-header ul.menu > li.menu-item-has-children > a:before {
    position: absolute;
    top: 0;
    left: -1px;
    padding: 10px 0;
    opacity: 0.6;
    font-size: 12px;
    font-family: FontAwesome;
    content: "\f107";
}

/*--------------------------------------------------------------
Catergory Vertical Menu
--------------------------------------------------------------*/
.header-category-menu {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 15px 0 15px;
    padding: 6px 22px 6px 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: auto;
    border-right: 1px solid #e0e0e0;
}
.header-category-menu .category-menu-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-category-menu .header-category-dropdown-wrap {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    position: absolute;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    top: 100%;
    right: 0;
    z-index: 4;
}
.header-category-menu:hover .header-category-dropdown-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.header-category-menu .header-category-dropdown-wrap ul {
    margin: 0;
    list-style-type: none;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
    border: 1px solid #ededed;
    border-radius: 5px;
    width: 250px;
    position: relative;
    max-width: none !important;
    padding: 14px 0 22px;
}
.header-category-menu .header-category-dropdown:before, .header-category-menu .header-category-dropdown:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 28px;
    width: 0;
    height: 0;
}
.header-category-menu .header-category-dropdown:before {
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 11px solid #ededed;
    -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.12));
}
.header-category-menu .header-category-dropdown:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
}
.header-category-menu .header-category-dropdown-wrap ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: static !important;
}
.header-category-menu .header-category-dropdown-wrap ul li > a {
    position: relative;
    display: block;
    padding: 9px 30px 10px;
    font-size: 13px;
    line-height: 1.31;
}
.header-category-menu .header-category-dropdown-wrap > ul.header-category-dropdown > li.menu-item-has-children > a:before {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 10px 0;
    opacity: 0.6;
    font-size: 12px;
    font-family: FontAwesome;
    content: "\f104";
}
.header-category-menu .header-category-dropdown-wrap ul.sub-menu li.menu-item-has-children > a:before {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 10px 0;
    opacity: 0.6;
    font-size: 12px;
    font-family: FontAwesome;
    content: "\f104";
}
.header-category-menu .header-category-dropdown-wrap ul li:hover > a {
    background: #292b50;
    color:#fff;
}
.header-category-menu .header-category-dropdown-wrap ul.sub-menu a {
  padding: 6px 30px 6px;
  font-size: 12px;
}
.header-category-menu .header-category-dropdown-wrap ul.sub-menu {
    display: none;
    position: absolute;
    top: -1px;
    margin-top: 0;
    height: calc(100% + 2px);
    width: 255px;
    border-radius: 0 5px 5px 0;
    z-index: -1;
    padding-left: 5px;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    left: auto;
    right: 100%;
}
.header-category-menu .header-category-dropdown-wrap ul li:hover > .sub-menu {
    display: block;
}
.header-category-menu .header-category-dropdown-wrap ul .sub-menu {
    box-shadow: none;
}
.header-category-menu .category-toggle-text {
    font-size: 13px;
    font-weight: 600;
}
.header-category-menu .category-toggle-icon {
    margin: 0 0 0 15px;
    font-size: 0;
    line-height: 1;
}

.wpman-transparent-header .wpman-header div.menu > ul > li > a,
.wpman-transparent-header .wpman-header ul.menu > li > a {
    color: #fff;
}
.wpman-transparent-header .wpman-header div.menu > ul > li > a:hover,
.wpman-transparent-header .wpman-header ul.menu > li > a:hover {
    color: #fff;
}
.wpman-header div.menu > ul > li > ul,
.wpman-header ul.menu > li > ul {
    position: absolute;
}
.wpman-header .wpman-search-wrapper , .wpman-header .header-cart-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 13px;
    font-size:22px;
}
.wpman-header .wpman-search-wrapper .wpman-search-form {
    position: relative;
    top: 1px;
    z-index: 101;
}
.wpman-header .wpman-search-wrapper .wpman-search-form .wpman-search-holder {
    position: relative;
    visibility: hidden;
    margin-top: -3px;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.wpman-header .wpman-search-wrapper .wpman-search-form .wpman-search-holder .form-control {
    font-size: 14px;
    min-height: 43px;
    height: 43px;
    padding: 0 10px;
    margin-bottom: 0;
    border-color: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wpman-header .wpman-search-wrapper .wpman-search-form .wpman-search-holder .form-control:focus {
    border-color: #eee;
}
.wpman-header .wpman-search-wrapper .wpman-search-form .wpman-search-holder .wpman-search-input {
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(0, -32%);
    transform: translate(0, -32%);
    padding-left: 30px;
    width: 200px;
}
.wpman-header .wpman-search-wrapper .wpman-search-form.shown .wpman-search-holder {
    visibility: visible;
    opacity: 1;
}
.wpman-header .wpman-search-wrapper .wpman-search-form .wpman-search-opener {
    position: relative;
    line-height: 0;
    display: block;
}
.wpman-header .wpman-search-wrapper .wpman-search-form .wpman-search-opener svg {
    fill: #555;
}

.search-mob-wrapper {
  margin-top: 25px;
  padding: 0 5px;
  align-items: center;
  justify-content: space-between;
  background: #efefef;
}

.search-mob-wrapper form.wpman-search-form {
  display: flex;
  justify-content: space-around;
}
.search-mob-wrapper .wpman-search-input {
  font-size: 12px;
    height: 40px;
    line-height: 40px;
    min-height: 37px;
    border: 0;
    background: transparent;
}
.search-mob-wrapper .wpman-search-opener {
  display: block;
height: 40px;
line-height: 40px;
padding: 0 18px;
}
.search-mob-wrapper .wpman-search-holder {
  width: 100%;
}
.wpman-header .wpman-header-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin-left: 25px;
}
.wpman-header .wpman-regular-header {
    position: relative;
    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;
    background-color: #ffffff;
    padding: 0 20px;
    min-height: 57px;
    border-radius: 5px;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1) !important;
}
.wpman-header .wpman-regular-header .wpman-logo-holder .wpman-logo-link {
    padding: 3px 0;
}
.wpman-header .wpman-regular-header .wpman-main-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
@media screen and (max-width: 992px) {
    .wpman-header .wpman-regular-header .wpman-main-menu, .header-category-menu {
        display: none;
    }
}
@media screen and (max-width: 1230px) {
    .header-category-menu {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .wpman-header .wpman-header-button,
    .wpman-header .wpman-search-wrapper {
        display: none;
    }
}

/*///////////////////////
//transparent Header
///////////////////////*/
.wpman-header .wpman-regular-header.transparent_header {
  background-color: rgb(0 0 0 / 18%);
}
.wpman-header .wpman-regular-header.transparent_header div.menu > ul > li > a, .wpman-header .wpman-regular-header.transparent_header ul.menu > li > a, .transparent_header .mini-cart-opener, .transparent_header .header-category-menu .category-toggle-text   {
    color: #fff;
}
.wpman-regular-header.transparent_header .cat-menu-icon, .wpman-header .wpman-regular-header.transparent_header .wpman-search-wrapper .wpman-search-form .wpman-search-opener svg {
  fill: #fff;
}
.wpman-header .wpman-regular-header.transparent_header .mobile-nav-toggle .the-icon {
    background-color: #fff;
}
.wpman-header .wpman-regular-header.transparent_header .mobile-nav-toggle.active .the-icon {
    background-color: transparent;
}
.wpman-header .wpman-regular-header.transparent_header .mobile-nav-toggle .the-icon:after, .wpman-header .wpman-regular-header.transparent_header .mobile-nav-toggle .the-icon:before {
    background-color: #fff;
}
.wpman-header .wpman-regular-header.transparent_header .header-category-menu {
    border-right: 1px solid rgb(255 255 255 / 21%);
}
.wpman-header .wpman-regular-header.transparent_header .wpman-search-wrapper .wpman-search-form .wpman-search-opener {
  color: #fff;
}


.wpman-header.scrolled .wpman-regular-header.transparent_header .mobile-nav-toggle .the-icon {
    background-color: #111;
}
.wpman-header.scrolled .wpman-regular-header.transparent_header .mobile-nav-toggle.active .the-icon {
    background-color: transparent;
}
.wpman-header.scrolled .wpman-regular-header.transparent_header .mobile-nav-toggle .the-icon:after, .wpman-header.scrolled .wpman-regular-header.transparent_header .mobile-nav-toggle .the-icon:before {
    background-color: #111;
}
.wpman-header.scrolled .wpman-regular-header.transparent_header {
  background-color: #fff;
}
.wpman-header.scrolled  .wpman-regular-header.transparent_header div.menu > ul > li > a, .wpman-header.scrolled  .wpman-regular-header.transparent_header ul.menu > li > a, .wpman-header.scrolled .transparent_header .mini-cart-opener, .wpman-header.scrolled .transparent_header .header-category-menu .category-toggle-text   {
    color: #111;
}
.wpman-header.scrolled  .wpman-regular-header.transparent_header .wpman-search-wrapper .wpman-search-form .wpman-search-opener {
  color: #111;
}
.wpman-header.scrolled .wpman-regular-header.transparent_header .cat-menu-icon, .wpman-header.scrolled  .wpman-regular-header.transparent_header .wpman-search-wrapper .wpman-search-form .wpman-search-opener svg {
  fill: #111;
}
.wpman-header.scrolled .wpman-regular-header.transparent_header .header-category-menu {
    border-right: 1px solid #e0e0e0;
}

.wpman-header .wpman-top-header {
    width: 100%;
    position: relative;
    z-index: 200;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent !important;
}
.wpman-top-header .col-sm-6 {
  width: 50%;
}
.wpman-topbar-button {
  text-align: right;
  display: none;
}
.wpman-topbar-button .digits-login-modal {
   line-height: 46px;
}
@media screen and (max-width: 992px) {
  .wpman-topbar-button {
    display: block;
  }
}
.wpman-header .wpman-top-header.light {
    color: #fff;
}
.wpman-header .wpman-top-header.light a {
    color: #fff;
}
.wpman-header .wpman-top-header.light a:hover {
    color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 992px) {
    .wpman-header .wpman-top-header {
        text-align: center;
    }
    .wpman-header .wpman-top-header .wpman-top-header-right {
        display: none;
    }
    .wpman-top-header .col-sm-6 {
    margin-top: 10px;
}
}
@media screen and (min-width: 768px) {
    .wpman-header .wpman-top-header .wpman-top-header-right {
        text-align: right;
    }

}
.wpman-header .wpman-top-header .wpman-top-bar-widget {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    padding-right: 24px;
}
.wpman-header .wpman-top-header .wpman-top-bar-widget:last-child {
    padding-left: 0;
}
.wpman-header .wpman-top-header .wpman-top-bar-widget p {
    margin-bottom: 0;
}
.wpman-header .wpman-top-header .wpman-social-links > li {
    font-size: 16px;
}
.wpman-header .wpman-top-header .wpman-social-links > li:first-child {
    margin-left: 0;
}
.wpman-header.wpman-header-fixed.scrolled .nav-container .container  {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 8888;
    width: 100%;
    max-width: 2000px;
}
.admin-bar .wpman-header.wpman-header-fixed.scrolled .nav-container .container  {
    top: 30px;
}
@media screen and (min-width: 992px) {
    .wpman-transparent-header .wpman-header.wpman-header-fixed.fixed-active {
        background-color: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }
    .wpman-transparent-header .wpman-header.wpman-header-fixed.fixed-active .ubermenu.ubermenu-skin-none .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
        color: #555;
    }
    .wpman-transparent-header .wpman-header.wpman-header-fixed.fixed-active .ubermenu.ubermenu-skin-none .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target > .ubermenu-target-title:after {
        background-color: #428bca;
    }
    .wpman-transparent-header .wpman-header.wpman-header-fixed.fixed-active .ubermenu.ubermenu-skin-none .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target:hover {
        color: #428bca;
    }
    .wpman-transparent-header .wpman-header.wpman-header-fixed.fixed-active .wpman-logo-holder.wpman-logo-text .wpman-logo-link {
        color: #303030;
    }
    .wpman-transparent-header .wpman-header.wpman-header-fixed.fixed-active .wpman-logo-holder .wpman-logo-image.-dark {
        display: inline-block;
    }
    .wpman-transparent-header .wpman-header.wpman-header-fixed.fixed-active .wpman-logo-holder .wpman-logo-image.-light {
        display: none;
    }
    .wpman-transparent-header .wpman-header.wpman-header-fixed.fixed-active .wpman-search-form .wpman-search-opener svg {
        fill: #555;
    }
    .admin-bar .wpman-header.wpman-header-fixed.fixed-active {
        top: 32px;
    }
    .wpman-header.wpman-header-fixed.fixed-active .wpman-regular-header div.menu > ul > li > a,
    .wpman-header.wpman-header-fixed.fixed-active .wpman-regular-header ul.menu > li > a {
        color: #555;
    }
    .wpman-header.wpman-header-fixed.fixed-active .wpman-regular-header div.menu > ul > li > a:hover,
    .wpman-header.wpman-header-fixed.fixed-active .wpman-regular-header ul.menu > li > a:hover {
        color: #428bca;
    }
}

.wpman-logo-image.mob-logo {
  display: none;
}

@media screen and (max-width: 992px) {
  .wpman-logo-image.mob-logo {
    display: block;
  }
  .wpman-logo-image.desk-logo {
    display: none;
  }
}

.wpman-mobile-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    height: 100%;
    background-color: #fff;
    z-index: 8000;
    overflow: auto;
    -webkit-transform: translateX(-270px);
    transform: translateX(-270px);
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.admin-bar .wpman-mobile-navigation {
    top: 32px;
}
.mobile-menu-active .wpman-mobile-navigation {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.mobile-nav-container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.mobile-nav-container nav.mobile-menu > ul,
.mobile-nav-container ul.mobile-menu {
    position: relative;
    width: 100%;
}
.mobile-nav-container nav.mobile-menu > ul li,
.mobile-nav-container ul.mobile-menu li {
    position: relative;
    display: block;
    list-style: none;
    margin: 0;
    width: 100%;
}
.mobile-nav-container nav.mobile-menu > ul li .submenu-indicator,
.mobile-nav-container ul.mobile-menu li .submenu-indicator {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px 15px;
}
.mobile-nav-container nav.mobile-menu > ul li .submenu-indicator .fa,
.mobile-nav-container ul.mobile-menu li .submenu-indicator .fa {
    font-family: FontAwesome !important;
    font-weight: 400 !important;
}
.mobile-nav-container nav.mobile-menu > ul li.is-active > .submenu-indicator,
.mobile-nav-container ul.mobile-menu li.is-active > .submenu-indicator {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.mobile-nav-container nav.mobile-menu > ul li.is-active > a,
.mobile-nav-container ul.mobile-menu li.is-active > a {
    color: #303030;
}
.mobile-nav-container nav.mobile-menu > ul li.is-active > .sub-menu li,
.mobile-nav-container ul.mobile-menu li.is-active > .sub-menu li {
    opacity: 1;
}
.mobile-nav-container nav.mobile-menu > ul li a,
.mobile-nav-container ul.mobile-menu li a {
    display: block;
    -webkit-transition: padding 0.5s ease;
    transition: padding 0.5s ease;
    -webkit-transition-delay: 175ms;
    transition-delay: 175ms;
}
.mobile-nav-container nav.mobile-menu > ul li li a,
.mobile-nav-container ul.mobile-menu li li a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}
.mobile-nav-container nav.mobile-menu > ul li .sub-menu,
.mobile-nav-container ul.mobile-menu li .sub-menu {
    position: relative;
    background-color: #f7f7f7;
    margin: 0;
    display: none;
}
.mobile-nav-container nav.mobile-menu > ul li .sub-menu li,
.mobile-nav-container ul.mobile-menu li .sub-menu li {
    padding-left: 20px;
    opacity: 0;
    border-top: 1px solid #eaeaea;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.mobile-nav-container nav.mobile-menu > ul li .sub-menu li a,
.mobile-nav-container ul.mobile-menu li .sub-menu li a {
    color: #888;
}
.mobile-nav-container nav.mobile-menu > ul li .sub-menu li a:hover,
.mobile-nav-container ul.mobile-menu li .sub-menu li a:hover {
    color: #303030;
}
.mobile-nav-container nav.mobile-menu > ul > li,
.mobile-nav-container ul.mobile-menu > li {
    border-bottom: 1px solid #eaeaea;
}
.mobile-nav-container nav.mobile-menu > ul > li > a,
.mobile-nav-container ul.mobile-menu > li > a {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobile-menu-active .mobile-nav-container nav.mobile-menu > ul > li > a,
.mobile-menu-active .mobile-nav-container ul.mobile-menu > li > a {
    padding-left: 20px;
}
.mobile-nav-toggle {
    position: relative;
    padding: 20px 0px 20px 20px;
    display: none;
}
@media screen and (max-width: 992px) {
    .mobile-nav-toggle {
        display: inline-block;
    }
}
.mobile-nav-toggle .the-icon {
    vertical-align: middle;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.mobile-nav-toggle .the-icon:after,
.mobile-nav-toggle .the-icon:before {
    position: absolute;
    content: "";
    left: 0;
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.mobile-nav-toggle .the-icon:before {
    top: -6px;
}
.mobile-nav-toggle .the-icon:after {
    top: 6px;
}
.mobile-nav-toggle.active .the-icon {
    background-color: transparent;
}
.mobile-nav-toggle.active .the-icon:before {
    -webkit-transform: translateY(6px) rotateZ(-45deg);
    transform: translateY(6px) rotateZ(-45deg);
}
.mobile-nav-toggle.active .the-icon:after {
    -webkit-transform: translateY(-6px) rotateZ(45deg);
    transform: translateY(-6px) rotateZ(45deg);
}
.wpman-transparent-header .mobile-nav-toggle .the-icon,
.wpman-transparent-header .mobile-nav-toggle .the-icon:after,
.wpman-transparent-header .mobile-nav-toggle .the-icon:before {
    background-color: #fff;
}
.wpman-transparent-header .mobile-nav-toggle.active .the-icon {
    background-color: transparent;
}
.wpman-transparent-header .wpman-header.fixed-active .mobile-nav-toggle .the-icon,
.wpman-transparent-header .wpman-header.fixed-active .mobile-nav-toggle .the-icon:after,
.wpman-transparent-header .wpman-header.fixed-active .mobile-nav-toggle .the-icon:before {
    background-color: rgba(0, 0, 0, 0.8);
}
.wpman-transparent-header .wpman-header.fixed-active .mobile-nav-toggle.active .the-icon {
    background-color: transparent;
}
.mobile-nav-footer,
.mobile-nav-social {
    padding: 10px 20px 20px;
}
.wpman-close-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 7800;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.mobile-menu-active .wpman-close-overlay {
    opacity: 1;
    visibility: visible;
}
.header-cart-active .wpman-close-overlay {
    opacity: 1;
    visibility: visible;
}
.wpman-footer .wpman-footer-widgets {
    background-color: #f3f3f3;
    padding: 33px 0 14px;
    position: relative;
}
.wpman-footer .wpman-footer-widgets .widget {
    padding: 20px 0;
}
.wpman-footer .wpman-footer-widgets .widget .wpman-widget-title {
    margin-top: 5px;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 15px;
    position: relative;
    padding-right: 30px;
}
.wpman-footer .wpman-footer-widgets .widget .wpman-widget-title:before {
  width: 5px;
  height: 5px;
  background-color: #0063d1;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 17px;
  z-index: 1;
  content: '';
  border-radius: 2px;
}
.wpman-footer .wpman-footer-widgets .widget .wpman-widget-title:after {
    width: 13px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0;
    z-index: 1;
    content: '';
    border-radius: 2px;
}
.wpman-footer .wpman-footer-widgets .widget ul {
    list-style: none;
    vertical-align: middle;
    padding: 0;
    font-size: 13px;
    margin: 0;
}
.wpman-footer .wpman-footer-widgets .widget ul.menu li {
    padding-right: 21px;
    position: relative;
    -webkit-transition: all .3s ease;
transition: all .3s ease;
display: inline-block;
width: 48%;
}
.wpman-footer .wpman-footer-widgets .widget ul.menu li:hover {
    padding-right: 24px;
}
.wpman-footer .wpman-footer-widgets .widget ul.menu li:before {
  width: 4px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 11px;
    z-index: 1;
    opacity: .5;
    content: '';
    border-radius: 2px;
    -webkit-transition: all .3s ease;
transition: all .3s ease;
}
.wpman-footer .wpman-footer-widgets .widget ul.menu li:hover:before {
    background-color: #eeab34;
    opacity: 1;
}
.wpman-footer .wpman-footer-widgets .widget ul.menu li a {
    display: inline-block;
}
.wpman-footer .wpman-footer-widgets .widget p {
    font-size: 13px;
}
.wpman-footer .wpman-footer-widgets .widget.widget_archive ul li a,
.wpman-footer .wpman-footer-widgets .widget.widget_categories ul li a,
.wpman-footer .wpman-footer-widgets .widget.widget_meta ul li a,
.wpman-footer .wpman-footer-widgets .widget.widget_nav_menu ul li a,
.wpman-footer .wpman-footer-widgets .widget.widget_pages ul li a,
.wpman-footer .wpman-footer-widgets .widget.widget_recent_comments ul .recentcomments,
.wpman-footer .wpman-footer-widgets .widget.widget_recent_entries ul li a {
    padding-top: 4px;
    padding-bottom: 4px;
}
.wpman-footer .wpman-subfooter {
    padding-top: 29px;
    padding-bottom: 7px;
}
.wpman-footer .wpman-subfooter p {
    margin: 0;
    font-size:13px;
}
.wpman-footer .wpman-subfooter .wpman-subfooter-inside .wpman-subfooter-center,
.wpman-footer .wpman-subfooter .wpman-subfooter-inside .wpman-subfooter-left,
.wpman-footer .wpman-subfooter .wpman-subfooter-inside .wpman-subfooter-right {
    text-align: center;
}
.wpman-footer .wpman-subfooter .wpman-subfooter-inside .wpman-subfooter-left,
.wpman-footer .wpman-subfooter .wpman-subfooter-inside .wpman-subfooter-right {
    padding-top: 6px;
}
@media screen and (min-width: 768px) {
    .wpman-footer .wpman-subfooter .wpman-subfooter-inside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        font-size: 12px;
    }
    .wpman-footer .wpman-subfooter .wpman-subfooter-inside .wpman-subfooter-left {
        text-align: left;
    }
    .wpman-footer .wpman-subfooter .wpman-subfooter-inside .wpman-subfooter-right {
        text-align: right;
    }
}
.wpman-footer .wpman-go-top {
    line-height: 1;
    display: inline-block;
}
.wpman-footer .wpman-go-top i {
    display: inline-block;
    width: 46px;
    height: 46px;
    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;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50px;
    -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.wpman-footer .wpman-go-top:hover i {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
@media screen and (max-width: 992px) {
    .wpman-footer .wpman-go-top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.wpman-footer.dark .wpman-footer-widgets .widget .wpman-widget-title {
    color: #fff;
}
.wpman-footer.dark .wpman-footer-widgets .widget .tagcloud .tag-cloud-link,
.wpman-footer.dark .wpman-footer-widgets .widget .tagcloud .tag-link {
    background-color: rgba(255, 255, 255, 0.1);
}
.wpman-footer.dark .wpman-footer-widgets .form-control,
.wpman-footer.dark .wpman-footer-widgets .wpcf7-form-control:not([type="submit"]) {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: transparent;
}
.wpman-footer.dark .wpman-footer-widgets .form-control:focus,
.wpman-footer.dark .wpman-footer-widgets .wpcf7-form-control:not([type="submit"]):focus {
    border-color: rgba(255, 255, 255, 0.2);
}
.wpman-footer.dark .wpman-subfooter {
    color: #fff;
}
.wpman-footer.dark .wpman-subfooter a {
    color: #fff;
}
.wpman-footer.dark .wpman-subfooter a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.wpman-footer.dark .wpman-footer-widgets {
    color: rgba(255, 255, 255, 0.7);
}
.wpman-footer.dark .wpman-footer-widgets a {
    color: rgba(255, 255, 255, 0.7);
}
.wpman-footer.dark .wpman-footer-widgets a:hover {
    color: #fff;
}
.wpman-footer.dark .wpman-go-top i {
    border-color: rgba(255, 255, 255, 0.08);
}
.wpman-footer.light .wpman-footer-widgets .widget ul li {
    border-bottom-color: rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
    .wpman-footer.wpman-footer-wide .container {
        width: auto;
        padding-left: 55px;
        padding-right: 55px;
    }
}
.wpman-footer.wpman-fixed-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 992px) {
    .wpman-footer.wpman-fixed-footer {
        position: relative;
        left: 0;
        right: 0;
    }
}
.wpman-footer.wpman-fixed-footer.footer-fade .wpman-footer-widgets .container {
    opacity: 0;
    -webkit-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}
.wpman-footer.wpman-fixed-footer.footer-fade.visible .wpman-footer-widgets .container {
    opacity: 1;
    -webkit-transition-delay: 220ms;
    transition-delay: 220ms;
}
.wpman-page-heading {
    padding: 142px 0 40px 0;
    margin-bottom: 30px;
    background: #203c7b;
}
.wpman-page-heading h1.wpman-page-title {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    color:#fff;
    margin-top: 7px;
}
.wpman-product-heading h1.wpman-page-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color:#fff;
    margin-top: 7px;
    margin-bottom: 25px;
}
.wpman-product-heading .summary-product {
  padding: 20px 15px;
  display: flex;
    justify-content: flex-end;
}
.summary-product.single-kala {
  display: block !important;
}
.course-description ul li {
  position: relative;
}
.course-description ul li:before {
    width: 4px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: -11px;
    z-index: 1;
    content: '';
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.wpman-product-heading .course-description {
  font-size: 13px;
    text-align: justify;
    color: #dadada;
    margin-top: 15px;
}
.wpman-product-heading .price-title {
  font-size: 19px;
  color: #fff;
}
.wpman-product-heading .ld_course_grid_price {
  background: #5cb85c;
    box-shadow: 0 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px rgba(0,0,0,0.2);
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    position: absolute;
    font-size: 16px;
    left: 7px;
    top: 20px;
    padding: 3px 10px;
    z-index: 2;
    font-weight: bold;
}
.ld_course_grid_price:before {
    border: 4px solid transparent;
    border-top: 4px solid #348c34;
    border-right: 4px solid #348c34;
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
}
.wpman-product-heading .price-title del {
  opacity: .5;
  font-size: 15px;
}
.wpman-product-heading .price-title>span {
  font-size: 14px;
}
.wpman-product-heading .price-title del .woocommerce-Price-currencySymbol, .ld_course_grid_price del {
  display: none;
}
.wpman-product-heading .price-title ins {
  font-size: 22px;
}
.wpman-product-heading .price-title ins .woocommerce-Price-currencySymbol {
  font-size: 14px;
}
.woocommerce-breadcrumb, .wpman-page-heading .breadcrumbs, .wpman-page-heading .breadcrumbs span, .wpman-post-header .breadcrumbs, .wpman-product-heading .breadcrumbs, .wpman-product-heading .breadcrumbs span {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}
.woocommerce-breadcrumb a, .wpman-page-heading .breadcrumbs span a, .wpman-post-header .breadcrumbs a, .wpman-product-heading .breadcrumbs span a {
 color: #fff;
 opacity: .9;
}
.wpman-page-heading .wpman-page-description {
    margin: 8px 0;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .wpman-page-heading, .wpman-product-heading {
        margin-top: 0px;
    }
}
.page-padding .wpman-page-heading, .page-padding .wpman-product-heading {
    margin-top: 0;
}
.wpman-page-heading .page-padding, .wpman-product-heading .page-padding {
    padding-top: 0;
}
.wpman-page-heading .highlight, .wpman-product-heading .highlight {
    color: #428bca;
}

.wpman-product-heading {
    padding: 156px 0 80px 0;
    margin-bottom: 30px;
    background: #203c7b;
}
.wpman-product-heading.single-kala {
  padding: 156px 0 30px 0;
}
.wpman-product-heading .product-image-wrapper img {
  border-radius: 6px;
  -webkit-box-shadow: 15px 0px 23px 2px rgb(0 0 0 / 19%);
box-shadow: 15px 0px 23px 2px rgb(0 0 0 / 19%);
}
.wpman-product-heading .wpman-countdown-timer-holder.center {
    justify-content: space-evenly;
    font-size: 15px;
    margin: 20px 0px;
    border-radius: 10px;
    padding: 0 11px;
    position: relative;
}
@media screen and (max-width: 768px) {
  .wpman-product-heading .wpman-countdown-timer-holder.center {
      display: block;
  }
}
.wpman-product-heading .special-offer {
  margin-left: 10px;
  color: #fff;
  line-height: 44px;
}
.wpman-product-heading .wpman-countdown-timer-holder.center i {
  font-size:28px;
    right: 22px;
    top: 14px;
    opacity: .5;
transform: translateY(8px);
}
.wpman-product-heading .wpman-countdown-timer span {
  color: #fff;
  padding: 4px;
  border-radius: 10px;
}
.wpman-product-heading .wpman-countdown-timer span span.number {
  color: #fff;
  font-size:19px;
}
button.single_add_to_cart_button {
  border-radius: 4px;
}



.product-intro__tick .col-xs-6 {
    width: 50%;
}
.product-intro__tick {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 22.73%;
    margin-bottom: 20px;
}
.product-intro__tick>* {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}
.product-intro__tick>div {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
}

.product-intro__tick>div>div[class*=col-] {
    vertical-align: middle;
    margin-bottom: 0;
    padding: 0;
}
.product-intro__tick-count {
    position: relative;
    text-align: center;
}
.product-intro__tick>svg {
    opacity: .6;
    fill: #fff;
}
.product-intro__tick [class*=col-] {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    padding: 0 15px;
    margin-bottom: 30px;
}
.product-intro__tick-count>div {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.product-intro__tick-count var {
    color: #fff;
    font-size: 34px;
    line-height: 3.125rem;
    display: block;
    text-align: center;
}

.product-intro__tick-price {
    text-align: center;
}
.product-intro__tick-price var {
    font-size: 50px;
    display: flex;
    justify-content: center;
    color: #fff;

}
.product-intro__tick-price del {
    opacity: .5;
    margin-left: 13px;
}

.product-intro__tick-price span {
  font-size: 28px;
  display: block;
  line-height: 30px;
  color: #fff;
  margin: 0 auto;
}
.product-intro__tick-price span.woocommerce-Price-currencySymbol {
    font-size: 16px;
}
.svg--full {
    width: 100%;
    height: 100%;
}
.product-intro__tick-count>div>span:first-of-type {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    margin-left: 15px;
    fill: #fff;
}
.product-intro__tick-count>div>span:last-of-type {
    font-size: 14px;
    font-size: .875rem;
    display: block;
    text-align: center;
    line-height: 24px;
    color: #fff;
    margin-top: -9px;
}
.product-intro__tick-price ins, .product-intro__tick-price mark {
    background: transparent !important;
}
.product-intro__btns {
  margin-bottom: 30px;
  overflow: hidden;
}
.product-intro__btns .row-10-0>div[class*=col-] {
    display: inline-block;
    padding-left: 5px!important;
    padding-right: 5px!important;
}
.product-intro__btns .single_add_to_cart_button {
  width: 100%;
  height: 48px;
  font-size: 13px;
  font-weight: 600;
  background: #4bbb7d;
  padding: 12px;
}
.product-intro__btns .single_add_to_cart_button.button:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f290";
  width: 20px;
  height: 20px;
  text-align: center;
  right: 13px;
  top: 42%;
  font-size: 25px;
  color: #fff;
  background: 0 0;
  margin-left: 20px;
  transform: translateY(3px);
  line-height: 16px;
}
.product-intro__btns .single_add_to_cart_button:hover, .product-intro__btns .single_add_to_cart_button:focus {
    background: #3a9a65;
}
.product-intro__btns .view-lessons.button {
  width: 100%;
  height: 48px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
.product-intro__btns .view-lessons.button i {
  font-size: 25px;
margin-left: 13px;
}

.produc-box-tick {
  max-width: 550px;
    margin-left: 0;
    display: block;
    width: 100%;
}

@media screen and (max-width: 992px) {
  .product-intro__tick-count>div>span:first-of-type {
    width: 21px;
}
.product-intro__tick-count var {
    font-size: 24px;
    line-height: 27px;
}
.product-intro__tick-price span {
    font-size: 19px;
    line-height: 27px;
}
.product-intro__tick-price span.woocommerce-Price-currencySymbol {
    font-size: 12px;
}
}
.herozh-checkout-steps {
  text-align: center;
  padding: 20px 0;
  color: #fff;
  position: relative;
    z-index: 11;
    font-size: 25px;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
}
.herozh-checkout-steps ul {
    counter-reset: step;
}
.herozh-checkout-steps ul li {
  list-style-type: none;
  float: right;
  width: 33.33%;
  position: relative;
  text-align: center;
  font-weight: 400;
}
.herozh-checkout-steps ul li a {
    display: inline-block;
    color: inherit;
    opacity: .55;
}
.herozh-checkout-steps ul li>span {
    opacity: .55;
}
.herozh-checkout-steps ul .step-active a, .herozh-checkout-steps ul .step-active>span {
    opacity: 1;
}

.herozh-checkout-steps ul li:before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    height: 50px;
    border: 5px solid transparent;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 41px;
    margin: 0 auto 10px auto;
    z-index: 9;
    background-color: white;
    font-weight: 600;
    color: #111;
}
.herozh-checkout-steps ul li.step-active:before {
    border: 5px solid #ffb02d;
}

.herozh-checkout-steps ul li:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 7px;
  background-color: #fff;
  top: 22px;
  right: 50%;
  z-index: -1;
}
.herozh-checkout-steps li.step-active:after {
    background-color: #ffb02d;
}
.herozh-checkout-steps ul li:last-child:after {
  content: none;
}

@media screen and (max-width: 992px) {
  .herozh-checkout-steps {
      font-size: 16px;
  }
}

.site-wrapper {
    position: relative;
}
body.page-template-default .site-wrapper {
    background-color: #fff;
}

body.home .site-wrapper {
    background-color: #fff;
}
.site-layout-boxed .site-wrapper {
    max-width: 1300px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-box-shadow: 0 1px 5px rgba(190, 190, 190, 0.26);
    box-shadow: 0 1px 5px rgba(190, 190, 190, 0.26);
}
.site-layout-boxed.fixed-footer-on .wpman-footer.wpman-fixed-footer {
    right: auto;
    left: auto;
    max-width: 1300px;
    width: 100%;
}
.site-layout-boxed .wpman-header.wpman-header-fixed.fixed-active {
    right: auto;
    left: auto;
    max-width: 1300px;
    width: 100%;
}

.site-layout-content-full .container,
.site-layout-content-full .vc_page_container .cdb-grid-section.cdb-grid-container,
.site-layout-content-full .vc_page_container .cdb-grid-section.row-stretch_row > .vc_row {
  width: 95%;
}

.site-layout-content-full .vc_page_container .cdb-grid-section.row-stretch_row > .vc_row {
  max-width: 95%;
}

@media (min-width: 1200px) {
  .site-layout-wide .container,
  .site-layout-wide .vc_page_container .cdb-grid-section.cdb-grid-container,
  .site-layout-wide .vc_page_container .cdb-grid-section.row-stretch_row > .vc_row {
    max-width: 1480px;
    width: 95%; }
  }

.wpb_wrapper {
    position: relative;
    width: 100%;
}
.wpb_text_column ol,
.wpb_text_column ul {
    padding-right: 40px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.wpb_text_column ul:not(.wpman-social-links) > li {
    position: relative;
}
.wpb_text_column ul:not(.wpman-social-links) > li:before {
    content: "\f105";
    opacity: 0.7;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: -20px;
}
.wpb_text_column ol {
    list-style: decimal;
    padding-left: 40px;
}
.btn {
    border-radius: 0;
    border: none;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 30px;
    line-height: 1.7em;
    text-align: center;
    -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn i {
    display: inline-block;
}
.btn:focus {
    outline: 0;
    box-shadow: unset;
}
.btn:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:active:focus {
    outline: 0;
}
.btn.btn-small {
    padding: 9px 18px;
    min-width: 95px;
}
.btn.btn-xsmall {
    font-size: 13px;
    line-height: 1.5;
    padding: 8px 16px;
}
.btn.btn-icon-left i {
    margin-right: 8px;
}
.btn.btn-icon-right i {
    margin-left: 8px;
}
.btn.btn-medium {
    min-width: 145px;
}
.btn.btn-large {
    font-size: 17px;
}
.btn.btn-fullwidth {
    display: block;
    width: 100%;
}
.btn.btn-bordered {
    border: 2px solid #eee;
}
.btn.btn-bordered.btn-primary {
    border-color: #303030;
    color: #303030;
}
.btn.btn-bordered.btn-primary:hover {
    color: #fff;
    background-color: #303030;
}
.btn.btn-bordered.btn-default {
    border-color: #428bca;
    color: #428bca;
}
.btn.btn-bordered.btn-default:hover {
    border-color: #428bca;
    background-color: #428bca;
    color: #fff;
}
.btn.btn-bordered.btn-light {
    border-color: #eee;
    color: #666;
}
.btn.btn-bordered.btn-light:hover {
    background-color: #eee;
    color: #303030;
}
.btn.btn-bordered.btn-blue {
    border-color: #1250d1;
    color: #1250d1;
}
.btn.btn-bordered.btn-blue:active,
.btn.btn-bordered.btn-blue:hover {
    background-color: #1250d1;
    color: #fff;
}
.btn.btn-bordered.btn-red {
    border-color: #ec2929;
    color: #ec2929;
}
.btn.btn-bordered.btn-red:active,
.btn.btn-bordered.btn-red:hover {
    background-color: #ec2929;
    color: #fff;
}
.btn.btn-bordered.btn-yellow {
    border-color: #fcc04e;
    color: #fcc04e;
}
.btn.btn-bordered.btn-yellow:active,
.btn.btn-bordered.btn-yellow:hover {
    background-color: #fcc04e;
    color: #fff;
}
.btn.btn-bordered.btn-green {
    border-color: #66b34e;
    color: #66b34e;
}
.btn.btn-bordered.btn-green:active,
.btn.btn-bordered.btn-green:hover {
    background-color: #66b34e;
    color: #fff;
}
.btn.btn-standard.btn-primary {
    background-color: #303030;
}
.btn.btn-standard.btn-primary:active,
.btn.btn-standard.btn-primary:hover {
    color: #fff;
    background: #232323;
}
.btn.btn-standard.btn-default {
    background-color: #f89d0e;
    color: #333;
}
.btn.btn-standard.btn-default:active,
.btn.btn-standard.btn-default:hover {
    color: #333;
    background-color: #f09507;
}
.btn.btn-standard.btn-light {
    background-color: #eee;
    color: #555;
}
.btn.btn-standard.btn-light:hover {
    background-color: #e1e1e1;
}
.btn.btn-standard.btn-blue {
    background-color: #1250d1;
    color: #fff;
}
.btn.btn-standard.btn-blue:active,
.btn.btn-standard.btn-blue:hover {
    background-color: #2062ec;
}
.btn.btn-standard.btn-red {
    background-color: #ec2929;
    color: #fff;
}
.btn.btn-standard.btn-red:active,
.btn.btn-standard.btn-red:hover {
    background-color: #ef4e4e;
}
.btn.btn-standard.btn-yellow {
    background-color: #fcc04e;
    color: #fff;
}
.btn.btn-standard.btn-yellow:active,
.btn.btn-standard.btn-yellow:hover {
    background-color: #fbb530;
}
.btn.btn-standard.btn-green {
    background-color: #66b34e;
    color: #fff;
}
.btn.btn-standard.btn-green:active,
.btn.btn-standard.btn-green:hover {
    background-color: #79bc63;
}
.btn.btn-underline {
    padding: 0;
    line-height: 1.4;
    min-width: 0;
    display: inline-block;
}
.btn.btn-underline:after {
    content: "";
    width: 0;
    height: 2px;
    background-color: transparent;
    display: block;
    -webkit-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.btn.btn-underline.btn-default {
    color: #428bca;
}
.btn.btn-underline.btn-default:after {
    background-color: #428bca;
}
.btn.btn-underline.btn-light {
    color: #fff;
}
.btn.btn-underline.btn-light:after {
    background-color: #fff;
}
.btn.btn-underline:hover {
    background-color: transparent;
}
.btn.btn-underline:hover:after {
    width: 100%;
}
.product .woocommerce-tabs {
    padding-bottom: 20px;
    margin-top: 20px;
}

.product .woocommerce-tabs .tabs {
    position: relative;
    list-style: none;
    overflow: hidden;
    top: 1px;
}
.product .woocommerce-tabs .tabs:after {
    content: "";
    clear: both;
    display: block;
}
.product .woocommerce-tabs .tabs li {
    display: block;
    float: right;
    line-height: 1;
    border: 1px solid #eaeaea;
    border-bottom: 1px solid transparent;
    border-left-color: transparent;
    background: #fff;
    position: relative;
}
.product .woocommerce-tabs .tabs li.active:after {
  content: '';
position: absolute;
border-radius: 10px;
right: 0;
width: 100%;
bottom: 0;
height: 4px;
transition: width .3s cubic-bezier(.175,.885,.32,1.15);
}
.product .woocommerce-tabs .tabs li:last-child {
    border-right-color: #eaeaea;
}
.product .woocommerce-tabs .tabs li a {
    display: inline-block;
    padding: 17px 24px;
}
.product .woocommerce-tabs .tabs li.active a {
    font-weight: 600;
}
@media screen and (max-width: 992px) {
  .product .woocommerce-tabs .tabs li a {
    padding: 17px 14px;
  font-size: 11px;
  }
}

.product .woocommerce-tabs .tabs li a span {
    color: #428bca;
}
.product .woocommerce-tabs .tabs li a:hover {
    color: #303030;
}
.product .woocommerce-tabs .tabs li.active a {
    color: #303030;
}
.product .woocommerce-tabs #comments {
    margin-bottom: 35px;
}
.product .woocommerce-tabs .comment-respond {
    padding: 0;
}
.product .woocommerce-tabs .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 25px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}
@media screen and (max-width: 768px) {
  .product .woocommerce-tabs .panel {
      padding: 16px;
  }
}
.form-control,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    width: 100%;
    border-radius: 0;
    padding: 0 12px;
    min-height: 50px;
    line-height: 1.7;
    border: 1px solid #e6e6e6;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    placeholder: #afafaf;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    border-color: #428bca;
    outline: 0;
}
select {
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
}
fieldset:not(:last-of-type) {
    margin-bottom: 20px;
}
.button,
input[type="submit"] {
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
    border: 0 none;
    border-radius: 0;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    outline: 0;
    text-align: center;
    opacity: 1;
    background-color: #428bca;
    -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button:focus,
.button:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    background-color: #357ebd;
    color: #fff;
        outline: 0px;
}
.button.sec-button,
input[type="submit"].sec-button {
    background-color: #333;
        outline: 0px;
}
.button.sec-button:hover,
input[type="submit"].sec-button:hover {
    background-color: #474747;
        outline: 0px;
}
.button.full-button,
input[type="submit"].full-button {
    width: 100%;
    display: block;
    padding: 12px;
}
.button.disabled,
.button:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
label {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #303030;
    line-height: 1.4;
    padding-top: 5px;
    padding-bottom: 8px;
}
textarea {
    max-width: 100%;
    resize: vertical;
    padding: 12px;
}
textarea.form-control {
    padding: 12px;
}
.comment-form textarea {
    height: 130px;
}
.wpman-custom-checkbox,
.wpman-custom-radio {
    position: absolute;
    top: -9000px;
    left: 0;
    visibility: hidden;
}
.wpman-custom-checkbox:checked + .wpman-custom-checkbox-label:before {
    font-family: eleganticons;
    font-size: 9px;
    line-height: 13px;
    font-style: normal;
    font-weight: 400;
    color: #428bca;
    content: "\e923";
    text-align: center;
}
.wpman-custom-checkbox-label,
.wpman-custom-radio-label {
    position: relative;
    display: block;
    color: #303030;
    padding-left: 22px;
}
.wpman-custom-checkbox-label:before,
.wpman-custom-radio-label:before {
    position: absolute;
    display: block;
    content: " ";
    border: 1px solid #ccc;
    cursor: pointer;
}
.wpman-custom-checkbox-label:before {
    top: 7px;
    left: 0;
    width: 14px;
    height: 14px;
}
.wpman-custom-radio-label:before {
    top: 9px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 20px;
}
.wpman-custom-radio:checked + .wpman-custom-radio-label:before {
    border-color: #428bca;
    border-width: 4px;
}
.nice-select {
    background-color: #fff;
    border: solid 1px #e8e8e8;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    text-align: right !important;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active,
.nice-select:focus {
    border-color: #428bca;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 6px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 6px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #ccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    margin-top: 1px !important;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    color: #428bca;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
.wpcf7-form input[type="date"].wpcf7-not-valid,
.wpcf7-form input[type="email"].wpcf7-not-valid,
.wpcf7-form input[type="number"].wpcf7-not-valid,
.wpcf7-form input[type="tel"].wpcf7-not-valid,
.wpcf7-form input[type="text"].wpcf7-not-valid,
.wpcf7-form input[type="url"].wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
    border-color: #e35b5b;
}
.wpcf7-form .row {
    margin-left: -6px;
    margin-right: -6px;
}
.wpcf7-form .column {
    padding: 6px;
}
@media screen and (min-width: 992px) {
    .pull-right-lg {
        float: right;
    }
}
@media screen and (min-width: 768px) {
    .pull-right-md {
        float: right;
    }
}
@media screen and (min-width: 768px) {
    .pull-right-sm {
        float: right;
    }
}
.mt0 {
    margin-top: 0;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.wpman-pagination {
    margin-top: 20px;
}
.search-results-wrapper .wpman-pagination {
    margin-top: 40px;
}
.wpman-pagination .pagination {
    margin: 0;
}
.wpman-pagination .screen-reader-text {
    display: none;
}
.wpman-pagination .page-numbers {
    list-style: none;
    vertical-align: top;
}
.wpman-pagination .page-numbers li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.wpman-pagination .page-numbers li > span {
    display: block;
    width: 39px;
    height: 40px;
    line-height: 36px;
    font-weight: 500;
    color: #bbb;
    border: 2px solid #ddd;
    margin: 0px;
}
.wpman-pagination .page-numbers li > a {
    display: block;
    width: 39px;
    height: 40px;
    line-height: 36px;
    font-weight: 500;
    border: 2px solid transparent;
    margin: 0px;
    color: #428bca;
}
.wpman-pagination .page-numbers li > a:hover {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
}
.wpman-page-pagination {
    margin-top: 30px;
}
.wpman-page-pagination .wpman-page-links-title {
    margin-right: 15px;
}
.wpman-page-pagination a span.wpman-page-link,
.wpman-page-pagination span.wpman-page-link {
    min-width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
}
.wpman-page-pagination > span.wpman-page-link {
    color: #fff;
    background-color: #428bca;
}

ul.page-numbers {
  padding: 0;
  margin: 0;
  list-style: none; }
  ul.page-numbers li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 5px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
  }
    ul.page-numbers li:first-child {
      margin-left: 0; }
  ul.page-numbers .page-numbers {
    position: relative;
    display: block;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%; }
    ul.page-numbers .page-numbers.current, ul.page-numbers .page-numbers:hover {
      background-color: #f9a134;
      color: #fff; }

.page-numbers.herozh_wp_link_pages {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
  text-align: center; }
  .page-numbers.herozh_wp_link_pages > * {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #f0f0f1; }
  .page-numbers.herozh_wp_link_pages > .page-number {
    background-color: #f9a134;
    color: #fff;
    margin: 0 5px; }
    ul.page-numbers {
        padding: 20px 10px;
        margin: 0;
        list-style: none;
        text-align: center;
    }
.wpman-social-links {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0.667;
    list-style: none;
}
.wpman-social-links li {
    display: inline-block;
    overflow: hidden;
}
.wpman-social-links li:first-child {
    margin-left: 0;
}
.wpman-social-links li a {
    display: inline-block;
    font-size: 12px;
    padding: 6px;
    color: rgba(0, 0, 0, 0.6);
}
.wpman-social-links li a:hover {
    color: #428bca;
}
.wpman-social-links li:last-child {
    padding-right: 0;
}
.wpman-social-links.rounded li {
    line-height: 1;
    margin: 4px;
}
.wpman-social-links.rounded li a {
    width: 30px;
    height: 30px;
    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-color: #eee;
    border-radius: 50%;
}
.wpman-social-links.rounded.colored-hover li a:hover i {
    color: #fff;
}
.wpman-social-links.rounded.colored-hover li a:hover.facebook {
    background-color: #3b5998;
}
.wpman-social-links.rounded.colored-hover li a:hover.twitter {
    background-color: #1da1f2;
}
.wpman-social-links.rounded.colored-hover li a:hover.youtube {
    background-color: red;
}
.wpman-social-links.rounded.colored-hover li a:hover.vimeo {
    background-color: #1ab7ea;
}
.wpman-social-links.rounded.colored-hover li a:hover.dribbble {
    background-color: #ea4c89;
}
.wpman-social-links.rounded.colored-hover li a:hover.linkedin {
    background-color: #0077b5;
}
.wpman-social-links.rounded.colored-hover li a:hover.instagram {
    background-color: #e1306c;
}
.wpman-social-links.rounded.colored-hover li a:hover.pinterest {
    background-color: #bd081c;
}
.wpman-social-links.rounded.colored-hover li a:hover.google {
    background-color: #dd4b39;
}
.wpman-social-links.rounded.colored-hover li a:hover.vkontakte {
    background-color: #dd4b39;
}
.wpman-social-links.rounded.colored-hover li a:hover.flickr {
    background-color: #0063dc;
}
.wpman-social-links.rounded.colored-hover li a:hover.behance {
    background-color: #1769ff;
}
.wpman-social-links.rounded.colored-hover li a:hover.foursquare {
    background-color: #f94877;
}
.wpman-social-links.rounded.colored-hover li a:hover.skype {
    background-color: #00aff0;
}
.wpman-social-links.rounded.colored-hover li a:hover.tumblr {
    background-color: #35465c;
}
.wpman-social-links.rounded.colored-hover li a:hover.deviantart {
    background-color: #05cc47;
}
.wpman-social-links.rounded.colored-hover li a:hover.github {
    background-color: #05cc47;
}
.wpman-social-links.rounded.colored-hover li a:hover.houzz {
    background-color: #7ac142;
}
.wpman-social-links.rounded.colored-hover li a:hover.s-500px {
    background-color: #0099e5;
}
.wpman-social-links.rounded.colored-hover li a:hover.xing {
    background-color: #026466;
}
.wpman-social-links.rounded.colored-hover li a:hover.vine {
    background-color: #00b488;
}
.wpman-social-links.rounded.colored-hover li a:hover.snapchat {
    background-color: #fffc00;
}
.wpman-social-links.rounded.colored-hover li a:hover.email {
    background-color: #428bca;
}
.wpman-social-links.rounded.colored-hover li a:hover.yelp {
    background-color: #af0606;
}
.wpman-social-links.rounded.colored-hover li a:hover.tripadvisor {
    background-color: #00af87;
}
.wpman-social-links.rounded.colored-hover li a:hover.custom {
    background-color: #333;
}
.wpman-social-links.colored-bg li a i {
    color: #fff;
}
.wpman-social-links.colored-bg li a.facebook {
    background-color: #3b5998;
}
.wpman-social-links.colored-bg li a.facebook:hover {
    background-color: #344e86;
}
.wpman-social-links.colored-bg li a.twitter {
    background-color: #1da1f2;
}
.wpman-social-links.colored-bg li a.twitter:hover {
    background-color: #0d95e8;
}
.wpman-social-links.colored-bg li a.youtube {
    background-color: red;
}
.wpman-social-links.colored-bg li a.youtube:hover {
    background-color: #e60000;
}
.wpman-social-links.colored-bg li a.vimeo {
    background-color: #1ab7ea;
}
.wpman-social-links.colored-bg li a.vimeo:hover {
    background-color: #14a7d7;
}
.wpman-social-links.colored-bg li a.dribbble {
    background-color: #ea4c89;
}
.wpman-social-links.colored-bg li a.dribbble:hover {
    background-color: #e7357a;
}
.wpman-social-links.colored-bg li a.linkedin {
    background-color: #0077b5;
}
.wpman-social-links.colored-bg li a.linkedin:hover {
    background-color: #00669c;
}
.wpman-social-links.colored-bg li a.instagram {
    background-color: #e1306c;
}
.wpman-social-links.colored-bg li a.instagram:hover {
    background-color: #d81f5e;
}
.wpman-social-links.colored-bg li a.pinterest {
    background-color: #bd081c;
}
.wpman-social-links.colored-bg li a.pinterest:hover {
    background-color: #a50718;
}
.wpman-social-links.colored-bg li a.google {
    background-color: #dd4b39;
}
.wpman-social-links.colored-bg li a.google:hover {
    background-color: #d73925;
}
.wpman-social-links.colored-bg li a.vkontakte {
    background-color: #dd4b39;
}
.wpman-social-links.colored-bg li a.vkontakte:hover {
    background-color: #d73925;
}
.wpman-social-links.colored-bg li a.flickr {
    background-color: #0063dc;
}
.wpman-social-links.colored-bg li a.flickr:hover {
    background-color: #0058c3;
}
.wpman-social-links.colored-bg li a.behance {
    background-color: #1769ff;
}
.wpman-social-links.colored-bg li a.behance:hover {
    background-color: #0059fd;
}
.wpman-social-links.colored-bg li a.foursquare {
    background-color: #f94877;
}
.wpman-social-links.colored-bg li a.foursquare:hover {
    background-color: #f82f65;
}
.wpman-social-links.colored-bg li a.skype {
    background-color: #00aff0;
}
.wpman-social-links.colored-bg li a.skype:hover {
    background-color: #009cd7;
}
.wpman-social-links.colored-bg li a.tumblr {
    background-color: #35465c;
}
.wpman-social-links.colored-bg li a.tumblr:hover {
    background-color: #2c3a4c;
}
.wpman-social-links.colored-bg li a.deviantart {
    background-color: #05cc47;
}
.wpman-social-links.colored-bg li a.deviantart:hover {
    background-color: #04b33e;
}
.wpman-social-links.colored-bg li a.github {
    background-color: #05cc47;
}
.wpman-social-links.colored-bg li a.github:hover {
    background-color: #04b33e;
}
.wpman-social-links.colored-bg li a.houzz {
    background-color: #7ac142;
}
.wpman-social-links.colored-bg li a.houzz:hover {
    background-color: #6eb03a;
}
.wpman-social-links.colored-bg li a.s-500px {
    background-color: #0099e5;
}
.wpman-social-links.colored-bg li a.s-500px:hover {
    background-color: #08c;
}
.wpman-social-links.colored-bg li a.xing {
    background-color: #026466;
}
.wpman-social-links.colored-bg li a.xing:hover {
    background-color: #024b4d;
}
.wpman-social-links.colored-bg li a.vine {
    background-color: #00b488;
}
.wpman-social-links.colored-bg li a.vine:hover {
    background-color: #009b75;
}
.wpman-social-links.colored-bg li a.snapchat {
    background-color: #fffc00;
}
.wpman-social-links.colored-bg li a.snapchat:hover {
    background-color: #e6e300;
}
.wpman-social-links.colored-bg li a.email {
    background-color: #428bca;
}
.wpman-social-links.colored-bg li a.email:hover {
    background-color: #357ebd;
}
.wpman-social-links.colored-bg li a.yelp {
    background-color: #af0606;
}
.wpman-social-links.colored-bg li a.yelp:hover {
    background-color: #960505;
}
.wpman-social-links.colored-bg li a.tripadvisor {
    background-color: #00af87;
}
.wpman-social-links.colored-bg li a.tripadvisor:hover {
    background-color: #009673;
}
.wpman-social-links.colored-bg li a.custom {
    background-color: #333;
}
.wpman-social-links.colored-bg li a.custom:hover {
    background-color: #262626;
}
.wpman-social-links.colored-hover li a:hover.facebook {
    color: #3b5998;
}
.wpman-social-links.colored-hover li a:hover.twitter {
    color: #1da1f2;
}
.wpman-social-links.colored-hover li a:hover.youtube {
    color: red;
}
.wpman-social-links.colored-hover li a:hover.vimeo {
    color: #1ab7ea;
}
.wpman-social-links.colored-hover li a:hover.dribbble {
    color: #ea4c89;
}
.wpman-social-links.colored-hover li a:hover.linkedin {
    color: #0077b5;
}
.wpman-social-links.colored-hover li a:hover.instagram {
    color: #e1306c;
}
.wpman-social-links.colored-hover li a:hover.pinterest {
    color: #bd081c;
}
.wpman-social-links.colored-hover li a:hover.google {
    color: #dd4b39;
}
.wpman-social-links.colored-hover li a:hover.vkontakte {
    color: #dd4b39;
}
.wpman-social-links.colored-hover li a:hover.flickr {
    color: #0063dc;
}
.wpman-social-links.colored-hover li a:hover.behance {
    color: #1769ff;
}
.wpman-social-links.colored-hover li a:hover.foursquare {
    color: #f94877;
}
.wpman-social-links.colored-hover li a:hover.skype {
    color: #00aff0;
}
.wpman-social-links.colored-hover li a:hover.tumblr {
    color: #35465c;
}
.wpman-social-links.colored-hover li a:hover.deviantart {
    color: #05cc47;
}
.wpman-social-links.colored-hover li a:hover.github {
    color: #05cc47;
}
.wpman-social-links.colored-hover li a:hover.houzz {
    color: #7ac142;
}
.wpman-social-links.colored-hover li a:hover.s-500px {
    color: #0099e5;
}
.wpman-social-links.colored-hover li a:hover.xing {
    color: #026466;
}
.wpman-social-links.colored-hover li a:hover.vine {
    color: #00b488;
}
.wpman-social-links.colored-hover li a:hover.snapchat {
    color: #fffc00;
}
.wpman-social-links.colored-hover li a:hover.email {
    color: #428bca;
}
.wpman-social-links.colored-hover li a:hover.yelp {
    color: #af0606;
}
.wpman-social-links.colored-hover li a:hover.tripadvisor {
    color: #00af87;
}
.wpman-social-links.colored-hover li a:hover.custom {
    color: #333;
}
.wpman-social-links.colored li a.facebook {
    color: #3b5998;
}
.wpman-social-links.colored li a.facebook:hover {
    color: #344e86;
}
.wpman-social-links.colored li a.twitter {
    color: #1da1f2;
}
.wpman-social-links.colored li a.twitter:hover {
    color: #0d95e8;
}
.wpman-social-links.colored li a.youtube {
    color: red;
}
.wpman-social-links.colored li a.youtube:hover {
    color: #e60000;
}
.wpman-social-links.colored li a.vimeo {
    color: #1ab7ea;
}
.wpman-social-links.colored li a.vimeo:hover {
    color: #14a7d7;
}
.wpman-social-links.colored li a.dribbble {
    color: #ea4c89;
}
.wpman-social-links.colored li a.dribbble:hover {
    color: #e7357a;
}
.wpman-social-links.colored li a.linkedin {
    color: #0077b5;
}
.wpman-social-links.colored li a.linkedin:hover {
    color: #00669c;
}
.wpman-social-links.colored li a.instagram {
    color: #e1306c;
}
.wpman-social-links.colored li a.instagram:hover {
    color: #d81f5e;
}
.wpman-social-links.colored li a.pinterest {
    color: #bd081c;
}
.wpman-social-links.colored li a.pinterest:hover {
    color: #a50718;
}
.wpman-social-links.colored li a.google {
    color: #dd4b39;
}
.wpman-social-links.colored li a.google:hover {
    color: #d73925;
}
.wpman-social-links.colored li a.vkontakte {
    color: #dd4b39;
}
.wpman-social-links.colored li a.vkontakte:hover {
    color: #d73925;
}
.wpman-social-links.colored li a.flickr {
    color: #0063dc;
}
.wpman-social-links.colored li a.flickr:hover {
    color: #0058c3;
}
.wpman-social-links.colored li a.behance {
    color: #1769ff;
}
.wpman-social-links.colored li a.behance:hover {
    color: #0059fd;
}
.wpman-social-links.colored li a.foursquare {
    color: #f94877;
}
.wpman-social-links.colored li a.foursquare:hover {
    color: #f82f65;
}
.wpman-social-links.colored li a.skype {
    color: #00aff0;
}
.wpman-social-links.colored li a.skype:hover {
    color: #009cd7;
}
.wpman-social-links.colored li a.tumblr {
    color: #35465c;
}
.wpman-social-links.colored li a.tumblr:hover {
    color: #2c3a4c;
}
.wpman-social-links.colored li a.deviantart {
    color: #05cc47;
}
.wpman-social-links.colored li a.deviantart:hover {
    color: #04b33e;
}
.wpman-social-links.colored li a.github {
    color: #05cc47;
}
.wpman-social-links.colored li a.github:hover {
    color: #04b33e;
}
.wpman-social-links.colored li a.houzz {
    color: #7ac142;
}
.wpman-social-links.colored li a.houzz:hover {
    color: #6eb03a;
}
.wpman-social-links.colored li a.s-500px {
    color: #0099e5;
}
.wpman-social-links.colored li a.s-500px:hover {
    color: #08c;
}
.wpman-social-links.colored li a.xing {
    color: #026466;
}
.wpman-social-links.colored li a.xing:hover {
    color: #024b4d;
}
.wpman-social-links.colored li a.vine {
    color: #00b488;
}
.wpman-social-links.colored li a.vine:hover {
    color: #009b75;
}
.wpman-social-links.colored li a.snapchat {
    color: #fffc00;
}
.wpman-social-links.colored li a.snapchat:hover {
    color: #e6e300;
}
.wpman-social-links.colored li a.email {
    color: #428bca;
}
.wpman-social-links.colored li a.email:hover {
    color: #357ebd;
}
.wpman-social-links.colored li a.yelp {
    color: #af0606;
}
.wpman-social-links.colored li a.yelp:hover {
    color: #960505;
}
.wpman-social-links.colored li a.tripadvisor {
    color: #00af87;
}
.wpman-social-links.colored li a.tripadvisor:hover {
    color: #009673;
}
.wpman-social-links.colored li a.custom {
    color: #333;
}
.wpman-social-links.colored li a.custom:hover {
    color: #262626;
}
.wpman-post-share {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wpman-post-share .post-share-title {
    font-size: 14px;
    color: #aaa;
    margin-right: 10px;
}
.blockUI.blockOverlay:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 12px;
    height: 12px;
    margin: -6px -6px 0 0;
    opacity: 1;
    background: #303030;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: wpmanFade 0.8s infinite;
    animation: wpmanFade 0.8s infinite;
    border-radius: 50%;
}
@-webkit-keyframes wpmanFade {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@keyframes wpmanFade {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
.aligncenter,
.alignleft,
.alignright,
.bypostauthor,
.gallery-caption,
.sticky,
.wp-caption,
.wp-caption-text {
    color: inherit;
}
.wp-caption {
    background: 0 0;
    border: none;
    margin-bottom: 20px;
    padding: 0;
    max-width: 100%;
}
.alignleft {
    float: left;
    margin-top: 3px;
    margin-bottom: 10px;
    margin-right: 25px;
}
.alignright {
    float: right;
    margin-top: 3px;
    margin-bottom: 10px;
    margin-left: 25px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
    line-height: 1.6;
    font-style: italic;
    padding: 5px 10px 5px 0;
    opacity: 0.8;
}
.gallery {
    display: block;
    margin: 0 -2px;
    clear: both;
    overflow: hidden;
}
.gallery.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
@media only screen and (min-width: 768px) {
    .gallery.gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
}
.gallery.gallery-columns-3 .gallery-item {
    max-width: 50%;
}
@media only screen and (min-width: 768px) {
    .gallery.gallery-columns-3 .gallery-item {
        width: 33.33%;
    }
}
.gallery.gallery-columns-4 .gallery-item {
    max-width: 50%;
}
@media only screen and (min-width: 768px) {
    .gallery.gallery-columns-4 .gallery-item {
        max-width: 50%;
    }
}
@media only screen and (min-width: 992px) {
    .gallery.gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
}
.gallery.gallery-columns-5 .gallery-item {
    max-width: 50%;
}
@media only screen and (min-width: 768px) {
    .gallery.gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
}
.gallery.gallery-columns-6 .gallery-item {
    max-width: 50%;
}
@media only screen and (min-width: 768px) {
    .gallery.gallery-columns-6 .gallery-item {
        max-width: 33.33%;
    }
}
@media only screen and (min-width: 992px) {
    .gallery.gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
}
.gallery.gallery-columns-7 .gallery-item {
    max-width: 50%;
}
@media only screen and (min-width: 768px) {
    .gallery.gallery-columns-7 .gallery-item {
        max-width: 25%;
    }
}
@media only screen and (min-width: 992px) {
    .gallery.gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
}
.gallery.gallery-columns-8 .gallery-item {
    max-width: 50%;
}
@media only screen and (min-width: 768px) {
    .gallery.gallery-columns-8 .gallery-item {
        max-width: 25%;
    }
}
@media only screen and (min-width: 992px) {
    .gallery.gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
}
.gallery.gallery-columns-9 .gallery-item {
    max-width: 50%;
}
@media only screen and (min-width: 768px) {
    .gallery.gallery-columns-9 .gallery-item {
        max-width: 25%;
    }
}
@media only screen and (min-width: 992px) {
    .gallery.gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}
.gallery .gallery-item {
    display: inline-block;
    width: 100%;
    padding: 0 2px;
    margin: 0 0 1.5em;
    vertical-align: top;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.gallery .gallery-item:hover {
    opacity: 0.8;
}
.gallery .gallery-item img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.gallery .gallery-item a {
    line-height: 0;
    display: block;
    width: 100%;
}
.gallery .gallery-item .gallery-caption {
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
.wpman-not-found {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.wpman-not-found .not-found-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #e6e6e6;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #f6f6f6;
    margin-bottom: 20px;
}
.wpman-not-found .not-found-icon:before {
    content: "!";
    font-size: 80px;
}
.wpman-not-found h6 a {
    color: #428bca;
}
.wpman-not-found h6 a:hover {
    color: #303030;
}
.banner-image-widget {
  margin-bottom: 20px;
}
.banner-image-widget img {
  border-radius: 5px;
}
.widget_contacts ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.widget_contacts ul li .contact-info-icon {
    margin-left: 12px;
    margin-right: 0;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-transition: all .5s ease;
transition: all .5s ease;
    background-color: rgba(255,255,255,.12);
    width: 37px;
height: 37px;
text-align: center;
font-size: 20px;
line-height: 41px;
}
.widget_contacts ul li:hover .contact-info-icon {
  background-color: rgb(0 0 0 / 24%);
}
.contact-info-value.tell-value {
  font-size: 18px;
}
.wpman-sidebar-inner {
    padding-bottom: 30px;
}
.wpman-sidebar-inner .widget {
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 1px 7px -3px rgba(0,0,0,.2);
}

.wpman-sidebar-inner .widget:after {
    content: "";
    clear: both;
    display: block;
}
.wpman-sidebar-inner .widget ul li {
    border-bottom: 1px solid #eaeaea;
    color: #428bca;
    font-size: 13px;
}
.wpman-sidebar-inner .widget ul li:last-child {
    border-bottom: none;
}
.wpman-sidebar-inner .widget ul li a {
    display: inline-block;
    color: #555;
}
.wpman-sidebar-inner .widget ul li a:hover {
    color: #428bca;
}
.wpman-sidebar-inner .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wpman-sidebar-inner .widget .wpman-sidearea-title {
    font-size: 13px;
	font-weight:600;
}
.wpman-sidebar-inner .widget .wpman-sidearea-title {
    border-bottom: 2px solid #f5f5f5;
    margin: 0 -15px 10px -15px;
    padding: 0 15px 10px 15px;
    position: relative;
}
.wpman-sidebar-inner .widget .wpman-sidearea-title:before {
    width: 80px;
    height: 2px;
    background-color: #dcdcdc;
    position: absolute;
    bottom: -2px;
    right: 18px;
    z-index: 1;
    content: '';
}
.wpman-sidebar-inner .widget .wpman-sidearea-title:after {
    width: 13px;
    height: 2px;
    background-color: #0063d1;
    position: absolute;
    bottom: -2px;
    right: 0;
    z-index: 1;
    content: '';
}
.wpman-sidebar-inner .widget .search-form {
    position: relative;
}
.wpman-sidebar-inner .widget .search-form input {
    margin: 0;
}
.wpman-sidebar-inner .widget .search-form .search-submit {
    position: absolute;
    top: 1px;
    right: 1px;
    color: #303030;
    background: #fff;
    border: 0;
    outline: 0;
    width: 35px;
    height: 35px;
    line-height: 46px;
}
.wpman-sidebar-inner .widget.widget_archive ul li,
.wpman-sidebar-inner .widget.widget_categories ul li,
.wpman-sidebar-inner .widget.widget_meta ul li,
.wpman-sidebar-inner .widget.widget_nav_menu ul li,
.wpman-sidebar-inner .widget.widget_pages ul li,
.wpman-sidebar-inner .widget.widget_product_categories ul li {
    position: relative;
}
.wpman-sidebar-inner .widget.widget_archive ul li a,
.wpman-sidebar-inner .widget.widget_categories ul li a,
.wpman-sidebar-inner .widget.widget_meta ul li a,
.wpman-sidebar-inner .widget.widget_nav_menu ul li a,
.wpman-sidebar-inner .widget.widget_pages ul li a,
.wpman-sidebar-inner .widget.widget_product_categories ul li a {
    padding-bottom: 4px;
    padding-top: 4px;
}
.wpman-sidebar-inner .widget.widget_archive ul li .children,
.wpman-sidebar-inner .widget.widget_categories ul li .children,
.wpman-sidebar-inner .widget.widget_meta ul li .children,
.wpman-sidebar-inner .widget.widget_nav_menu ul li .children,
.wpman-sidebar-inner .widget.widget_pages ul li .children,
.wpman-sidebar-inner .widget.widget_product_categories ul li .children {
    border-top: 1px solid #eaeaea;
    padding-left: 12px;
}
.wpman-sidebar-inner .widget.widget_rss ul li:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.wpman-sidebar-inner .widget.widget_recent_entries ul li {
    position: relative;
    padding-bottom: 8px;
    padding-top: 8px;
}
.wpman-sidebar-inner .widget.widget_recent_entries ul li:first-child {
    padding-top: 0;
}
.wpman-sidebar-inner .widget.widget_recent_entries ul li:last-child {
    padding-bottom: 0;
}
.wpman-sidebar-inner .widget.widget_recent_entries ul li .post-date {
    display: block;
    color: #ababab;
}
.wpman-sidebar-inner .widget.widget_recent_comments ul li {
    position: relative;
    padding-bottom: 8px;
    padding-top: 8px;
    color: #555;
}
.wpman-sidebar-inner .widget.widget_recent_comments ul li:first-child {
    padding-top: 0;
}
.wpman-sidebar-inner .widget.widget_recent_comments ul li:last-child {
    padding-bottom: 0;
}
.wpman-sidebar-inner .widget.widget_recent_comments ul li a {
    color: #428bca;
}
.wpman-sidebar-inner .widget.widget_recent_comments ul li a:hover {
    color: #555;
}
.wpman-sidebar-inner .widget.widget_recent_comments ul li .comment-author-link a {
    color: #555;
}
.wpman-sidebar-inner .widget.widget_recent_comments ul li .comment-author-link a:hover {
    color: #428bca;
}
.wpman-auto-type {
    display: block;
    font-size: 32px;
    line-height: 45px;
    font-weight: 500;
    color: #303030;
}
@media screen and (min-width: 992px) {
    .wpman-auto-type {
        font-size: 48px;
        line-height: 60px;
    }
}
.wpman-auto-type .wpman-auto-type-text {
    display: inline-block;
    will-change: contents;
}
.wpman-auto-type .typed-cursor {
    display: inline-block;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@-webkit-keyframes blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
@keyframes blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
.wpman-countdown-timer-holder.center {
  text-align: center;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-box-align: center;
-ms-flex-align: center;
justify-content: space-between;
align-items: center;
font-size: 12px;
margin: 17px 0px;
}
.special-offer {
  color: #e43434;
  font-weight: 600;
  font-size: 12px;
}
.wpman-countdown-timer-holder.center i {
  margin-left: 4px;
  color: #bfbfbf;
font-size: 17px;
}
.wpman-countdown-timer-holder.left {
    text-align: left;
}
.wpman-countdown-timer-holder.right {
    text-align: right;
}
.wpman-countdown-timer-holder .wpman-countdown-timer {
    line-height: 1;
}
.wpman-countdown-timer-holder .wpman-countdown-timer > span {
    display: inline-block;
    text-align: center;
    margin: 3px;
}
.wpman-countdown-timer-holder .wpman-countdown-timer > span span {
    display: block;
    font-size: 11px;
}
.wpman-countdown-timer-holder .wpman-countdown-timer .number {
    display: inline-block;
    color: #303030;
    font-size: 14px;
}
.wpman-countdown-timer-holder.standard .wpman-countdown-timer > span {
    background-color: #fff;
    border: 1px solid #f1f1f1;
}
.wpman-countdown-timer-holder.transparent .wpman-countdown-timer {
    color: #fff;
}
.wpman-countdown-timer-holder.transparent .wpman-countdown-timer > span {
    background-color: rgba(255, 255, 255, 0.08);
}
.wpman-countdown-timer-holder.transparent .wpman-countdown-timer .number {
    color: #fff;
}
.wpman-countdown-timer-holder.small .wpman-countdown-timer > span {
    min-width: 55px;
    height: 55px;
    padding: 12px 6px;
}
.wpman-countdown-timer-holder.small .wpman-countdown-timer .number {
    font-size: 20px;
    font-weight: 600;
}
.wpman-countdown-timer-holder.medium .wpman-countdown-timer > span {
    min-width: 80px;
    height: 80px;
    padding: 20px 8px;
}
.wpman-countdown-timer-holder.medium .wpman-countdown-timer .number {
    font-size: 30px;
    font-weight: 600;
}
.wpman-countdown-timer-holder.large .wpman-countdown-timer > span {
    min-width: 100px;
    height: 100px;
    padding: 28px 10px;
}
.wpman-countdown-timer-holder.large .wpman-countdown-timer .number {
    font-size: 36px;
    font-weight: 600;
}
.wpman-counter {
    position: relative;
    padding: 10px 0;
    line-height: 1.1;
}
.wpman-counter .wpman-counter-icon-wrapper {
    display: block;
    padding-bottom: 20px;
}
.wpman-counter .wpman-counter-text {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
.wpman-counter .wpman-counter-number {
    font-weight: 600;
}
.wpman-counter .wpman-counter-label {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    opacity: 0.8;
}
.wpman-counter.wpman-counter-light {
    color: #fff;
}
.wpman-counter.wpman-counter-dark {
    color: #303030;
}
.wpman-counter.wpman-counter-dark .wpman-counter-label {
    opacity: 0.5;
}
.wpman-counter.wpman-counter-small .wpman-counter-icon-wrapper,
.wpman-counter.wpman-counter-small .wpman-counter-number {
    font-size: 24px;
}
.wpman-counter.wpman-counter-medium .wpman-counter-icon-wrapper,
.wpman-counter.wpman-counter-medium .wpman-counter-number {
    font-size: 36px;
}
.wpman-counter.wpman-counter-large .wpman-counter-icon-wrapper,
.wpman-counter.wpman-counter-large .wpman-counter-number {
    font-size: 55px;
}
.wpman-counter.wpman-counter-large .wpman-counter-label {
    font-size: 20px;
}
.wpman-message-box {
    display: block;
    position: relative;
    margin: 1.5em 0;
    padding: 30px 40px 30px 30px;
    border-radius: 0;
    border: none;
}
.wpman-message-box p:last-of-type {
    margin-bottom: 0;
}
.wpman-message-box .close {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: inherit;
    opacity: 0.4;
    text-shadow: none;
    cursor: pointer;
}
.wpman-message-box.alert-default {
    background-color: #428bca;
    color: #fff;
}
.wpman-quote-form {
    display: block;
    position: relative;
    -webkit-box-shadow: 0 0 5px 1px #e8e8e8;
    box-shadow: 0 0 5px 1px #e8e8e8;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 6px;
    overflow: hidden;
}
.wpman-quote-form .wpman-quote-form-header {
    position: relative;
    background-color: #428bca;
    text-align: center;
    padding: 35px 30px;
}
.wpman-quote-form .wpman-quote-form-header .wpman-quote-form-title {
    font-size: 30px;
    color: #fff;
    margin: 0 0 6px;
}
@media (max-width: 767px) {
    .wpman-quote-form .wpman-quote-form-header .wpman-quote-form-title {
        font-size: 24px;
    }
}
.wpman-quote-form .wpman-quote-form-header .wpman-quote-form-subtitle {
    color: #fff;
}
.wpman-quote-form .wpman-quote-form-header .wpman-quote-form-seperator {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    z-index: 2;
}
.wpman-quote-form .wpman-quote-form-header .wpman-quote-form-seperator .curved-shape {
    width: 100%;
    left: 0;
    bottom: -30px;
    height: 100%;
    position: absolute;
}
.wpman-quote-form.light .wpman-quote-form-header {
    background-color: #eee;
}
.wpman-quote-form.light .wpman-quote-form-header .wpman-quote-form-title {
    color: #303030;
}
.wpman-quote-form.light .wpman-quote-form-header .wpman-quote-form-subtitle {
    color: #666;
}
.wpman-quote-form.dark .wpman-quote-form-header {
    background-color: #303030;
}
.wpman-quote-form .wpman-quote-form-holder .wpcf7-form {
    position: relative;
    padding: 38px 48px;
}
@media (max-width: 768px) {
    .wpman-quote-form .wpman-quote-form-holder .wpcf7-form {
        padding: 30px;
    }
}
.wpman-quote-form .wpman-quote-form-holder .wpcf7-form .ajax-loader {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 62px;
}
.wpman-quote-form .wpman-quote-form-holder .wpcf7-form span.wpcf7-not-valid-tip {
    display: none;
}
.wpman-quote-form .wpman-quote-form-holder input,
.wpman-quote-form .wpman-quote-form-holder label,
.wpman-quote-form .wpman-quote-form-holder textarea {
    display: block;
    width: 100%;
}
.wpman-team-member {
    margin-bottom: 30px;
}
.wpman-team-member .wpman-team-member-img {
    position: relative;
}
.wpman-team-member .wpman-team-member-img .member-img-holder img {
    display: block;
    width: 100%;
}
.wpman-team-member .wpman-team-member-content {
    padding-top: 24px;
}
.wpman-team-member .wpman-team-member-content .wpman-member-content-header {
    margin-bottom: 15px;
}
.wpman-team-member .wpman-team-member-content .wpman-member-name {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 6px;
}
.wpman-team-member .wpman-team-member-content .wpman-member-position {
    font-size: 15px;
    margin: 0;
    color: #ababab;
}
.wpman-team-member .wpman-member-social .wpman-social-links.rounded li a {
    width: 30px;
    height: 30px;
}
.wpman-team-member.style-default .wpman-team-member-content .wpman-member-content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}
.wpman-team-member.style-default .wpman-team-member-content .wpman-member-social-wrapper {
    margin-top: 5px;
}
.wpman-team-member.style-hover .wpman-team-member-content {
    text-align: center;
}
.wpman-team-member.style-hover .wpman-member-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.wpman-team-member.style-hover .wpman-social-links {
    opacity: 0;
    padding: 15px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.wpman-team-member.style-hover:hover .wpman-member-social {
    opacity: 1;
}
.wpman-team-member.style-hover:hover .wpman-social-links {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.wpman-testimonials-holder .testimonials .wpman-testimonial-item-holder {
    margin-bottom: 10px;
}
.wpman-testimonials-holder .testimonials .wpman-testimonial-item {
    position: relative;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-radius: 4px;
    border: 1px solid transparent;
    -webkit-transition: -webkit-box-shadow 0.35s ease;
    transition: -webkit-box-shadow 0.35s ease;
    transition: box-shadow 0.35s ease;
    transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
}
.wpman-testimonials-holder .testimonials .wpman-testimonial-item:hover {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.wpman-testimonials-holder .testimonials .wpman-testimonial-item:after {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 80px;
    line-height: 80px;
    opacity: 0.06;
    position: absolute;
    display: block;
    bottom: 30px;
    right: 20px;
}
.wpman-testimonials-holder .testimonials .wpman-testimonial-item .wpman-testimonial-user {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.wpman-testimonials-holder .testimonials .wpman-testimonial-item .wpman-testimonial-user .wpman-testimonial-user-avatar {
    min-width: 86px;
    width: 86px;
    height: 86px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 50%;
    padding: 6px;
    background-color: #eee;
}
.wpman-testimonials-holder .testimonials .wpman-testimonial-item .wpman-testimonial-user .wpman-testimonial-user-avatar .testimonial-avatar-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
}
.wpman-testimonials-holder .testimonials .wpman-testimonial-item .wpman-testimonial-user .wpman-testimonial-author-name {
    font-size: 18px;
    text-transform: capitalize;
    margin: 0;
}
.wpman-testimonials-holder .testimonials .wpman-testimonial-item .wpman-testimonial-user .wpman-testimonial-author-role {
    color: #428bca;
}
.wpman-testimonials-holder .testimonials .wpman-testimonial-item blockquote {
    padding: 0;
    font-size: 15px;
    border-left: 0;
    margin: 0;
    background-color: transparent;
}
.wpman-testimonials-holder .testimonials.testimonials-light .wpman-testimonial-item {
    background-color: #fff;
}
.wpman-testimonials-holder .testimonials.testimonials-light.has-arrow .wpman-testimonial-item:before {
    background: #fff;
}
.wpman-testimonials-holder .testimonials.testimonials-light.testimonials-bordered .wpman-testimonial-item {
    border-color: rgba(0, 0, 0, 0.06);
}
.wpman-testimonials-holder .testimonials.testimonials-dark .wpman-testimonial-item {
    color: #fff;
}
.wpman-testimonials-holder .testimonials.testimonials-dark .wpman-testimonial-item .wpman-testimonial-author-name,
.wpman-testimonials-holder .testimonials.testimonials-dark .wpman-testimonial-item .wpman-testimonial-author-role {
    color: #fff;
}
.wpman-testimonials-holder .testimonials.testimonials-dark .wpman-testimonial-item .wpman-testimonial-user-avatar {
    background-color: rgba(255, 255, 255, 0.1);
}
.wpman-testimonials-holder .testimonials.testimonials-dark.testimonials-bordered .wpman-testimonial-item {
    border-color: rgba(255, 255, 255, 0.2);
}
.wpman-testimonials-holder .testimonials.testimonials-bordered.has-arrow .wpman-testimonial-item:before {
    display: none;
}
.wpman-testimonials-holder .testimonials.has-arrow .wpman-testimonial-item:before {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wpman-testimonials-holder .testimonials.has-arrow.arrow-bottom-right .wpman-testimonial-item:before {
    right: 50px;
    bottom: -9.5px;
}
.wpman-testimonials-holder .testimonials.has-arrow.arrow-bottom-left .wpman-testimonial-item:before {
    left: 62px;
    bottom: -9.5px;
}
.wpman-testimonials-holder .testimonials.has-arrow.arrow-left-top .wpman-testimonial-item:before {
    left: -9.5px;
    top: 40px;
}
.wpman-testimonials-holder .testimonials.has-arrow.arrow-left-bottom .wpman-testimonial-item:before {
    left: -9.5px;
    bottom: 60px;
}
.wpman-testimonials-holder .testimonials.has-arrow.arrow-right-top .wpman-testimonial-item:before {
    right: -9.5px;
    top: 40px;
}
.wpman-testimonials-holder .testimonials.has-arrow.arrow-right-bottom .wpman-testimonial-item:before {
    right: -9.5px;
    bottom: 60px;
}
.wpman-testimonials-holder .testimonials.testimonials-grid {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
.wpman-testimonials-holder .testimonials.testimonials-grid > .wpman-testimonial-item-holder {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 100%;
}
.wpman-testimonials-holder .testimonials.testimonials-slider {
    position: relative;
    margin-left: -14px;
    margin-right: -14px;
}
.wpman-testimonials-holder .testimonials.testimonials-slider .wpman-testimonial-item-holder {
    padding-left: 14px;
    padding-right: 14px;
}
@media screen and (min-width: 992px) {
    .wpman-testimonials-holder .testimonials.testimonials-columns-2 > .wpman-testimonial-item-holder {
        width: 50%;
    }
    .wpman-testimonials-holder .testimonials.testimonials-columns-2 > .wpman-testimonial-item-holder:nth-child(2n + 1) {
        clear: left;
    }
}
@media screen and (min-width: 992px) {
    .wpman-testimonials-holder .testimonials.testimonials-columns-3 > .wpman-testimonial-item-holder {
        width: 33.33333333%;
    }
    .wpman-testimonials-holder .testimonials.testimonials-columns-3 > .wpman-testimonial-item-holder:nth-child(3n + 1) {
        clear: left;
    }
}
@media screen and (min-width: 992px) {
    .wpman-testimonials-holder .testimonials.testimonials-columns-4 > .wpman-testimonial-item-holder {
        width: 25%;
    }
    .wpman-testimonials-holder .testimonials.testimonials-columns-4 > .wpman-testimonial-item-holder:nth-child(4n + 1) {
        clear: left;
    }
}


.wpman-blog {
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .wpman-blog {
        margin-bottom: 30px;
    }
}
.wpman-blog .wpman-posts-wrapper {
    margin-bottom: 50px;
}
.single-post .wpman-blog {
    margin-bottom: 30px;
}
.wpman-blog .row > .wpman-column {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    min-height: 1px;
}
.wpman-blog .wpman-post-container p {
    margin-bottom: 20px;
}
.wpman-blog .wpman-post-container ol,
.wpman-blog .wpman-post-container ul {
    padding-left: 40px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.wpman-blog .wpman-post-container ul:not(.wpman-social-links) > li {
    position: relative;
}
.wpman-blog .wpman-post-container ul:not(.wpman-social-links) > li:before {
    content: "\f104";
    opacity: 0.7;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: -12px;
}
.wpman-blog .wpman-post-container ol {
    list-style: decimal;
    padding-left: 40px;
}
.wpman-blog .post {
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpman-blog .post .post-inner {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.07);
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.wpman-blog .post.format-link .wpman-post-title:before {
    display: inline-block;
    content: "\e62d";
    font-family: themify;
    font-size: 24px;
    color: #ababab;
    margin-right: 10px;
}
.wpman-blog .post.sticky .wpman-post-title {
    text-decoration: underline;
}
.wpman-blog .post.sticky .wpman-post-title a {
    color: #428bca;
}
.wpman-blog .post-single.post-medium-image,
.wpman-blog .post-single.post-small-image {
    margin-top: 60px;
}
.wpman-blog .post-single.post-medium-image.format-audio .wpman-post-single-thumbnail,
.wpman-blog .post-single.post-medium-image.format-audio .wpman-post-thumbnail-spacer,
.wpman-blog .post-single.post-small-image.format-audio .wpman-post-single-thumbnail,
.wpman-blog .post-single.post-small-image.format-audio .wpman-post-thumbnail-spacer {
    margin-bottom: 0;
}
.wpman-blog .post-single.post-medium-image.format-audio .wpman-blog-audio-wrapper,
.wpman-blog .post-single.post-small-image.format-audio .wpman-blog-audio-wrapper {
    margin-bottom: 40px;
}
.wpman-blog .post-single.post-full-image .wpman-post-single-thumbnail-spacer {
    width: 100%;
    height: 55px;
}
.wpman-blog .wpman-post-thumbnail {
    overflow: hidden;
    position: relative;
    display: block;
}
.wpman-blog .wpman-post-thumbnail img {
    display: block;
    width: 100%;
}
.wpman-blog .wpman-post-thumbnail a {
    display: block;
}
.wpman-blog .wpman-post-thumbnail-spacer {
    position: relative;
    background-color: #e3e3e3;
}
.wpman-blog .wpman-post-single-thumbnail {
    position: relative;
    overflow: hidden;
    background-color: #dbdbdb;
    margin-bottom: 40px;
}
.wpman-blog .wpman-post-single-thumbnail img {
    width: 100%;
}
.wpman-blog .wpman-post-single-thumbnail.full-thumbnail {
    position: relative;
    overflow: hidden;
    margin-top: -40px;
    min-height: 44vh;
}
@media screen and (min-width: 768px) {
    .wpman-blog .wpman-post-single-thumbnail.full-thumbnail {
        min-height: 55vh;
    }
}
.wpman-blog .wpman-post-single-thumbnail.full-thumbnail .parallax-bg {
    position: absolute;
    background-color: #eee;
    top: -30px;
    left: 0;
    right: 0;
    width: 100%;
    height: 120%;
    background-size: cover;
    background-position: center center;
    will-change: transform;
}
.wpman-blog .wpman-blog-content {
    padding: 15px;
}
.wpman-blog .wpman-blog-content .wpman-post-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 15px;
    font-weight: 600;
    height: 47px;
line-height: 24px;
overflow: hidden;
margin: 6px 0;
}
.wpman-blog .wpman-blog-content-inner {
    overflow: hidden;
    background: #fff;
padding: 25px;
box-shadow: 0 1px 7px -3px rgba(0,0,0,.2);
border-radius: 6px;
}
.post-thumbnail img {
    margin-bottom: 20px;
    border-radius: 4px;
        width: 100%;
}
.wpman-blog .wpman-post-meta {
    color: #555;
}
.wpman-blog .wpman-post-meta a {
    color: #555;
}
.wpman-blog .wpman-post-meta a:hover {
    color: #555;
}
.wpman-blog .wpman-post-meta > span {
    font-size: 13px;
    display: inline-block;
    margin-left: 4px;
}
.wpman-blog .wpman-post-meta > span:first-child {
    margin-left: 0;
}
.wpman-blog .wpman-post-meta-category:before {
    content: "\00b7";
    margin-right: 8px;
    display: inline-block;
}
.wpman-blog .wpman-post-date {
    min-width: 70px;
    padding: 16px 18px;
    color: #fff;
    background-color: #428bca;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 25px;
    float: left;
    border-radius: 5px;
}
.wpman-blog .wpman-post-date .day {
    display: block;
    font-size: 30px;
}
.wpman-blog .read-more {
    display: inline-block;
    color: #428bca;
}
.wpman-blog .read-more:hover {
    color: #555;
}
.wpman-blog .wpman-post-header {
padding: 142px 0 40px 0;
margin-bottom: 30px;
background: #203c7b;
}
.wpman-blog .wpman-post-header .wpman-post-title {
  margin: 13px 0 0;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .wpman-blog .wpman-post-header .wpman-post-title {
    font-size: 18px;
  }
}
.wpman-blog .post-single-footer {
    padding: 0 0 30px;
}
.wpman-blog .post-single-footer .post-tags {
    margin-top: 30px;
}
.wpman-blog .post-list .wpman-post-title,
.wpman-blog .post-masonry .wpman-post-title {
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0 12px;
}
.wpman-blog .post-list .wpman-post-title {
  height: auto !important
}
.wpman-post-excerpt {
    font-size: 11px;
    line-height: 17px;
    height: 59px;
overflow: hidden;
}
.wpman-blog .post-list .wpman-quote-title,
.wpman-blog .post-masonry .wpman-quote-title {
    font-size: 22px;
}
.wpman-blog .post-list .wpman-post-thumbnail-spacer {
    padding-bottom: 66.66666%;
}
.wpman-blog .post-list .post-inner {
    border: 0;
}
.wpman-blog .post-list .wpman-blog-content {
    padding: 15px;
}
@media screen and (max-width: 768px) {
    .wpman-blog .post-list .wpman-blog-content {
        padding: 30px;
    }
}
.wpman-blog-posts {
    position: relative;
    margin: 0 -15px;
}
.wpman-blog-posts .wpman-preloader {
    position: absolute;
    width: 100%;
    top: 20%;
    font-size: 16px;
    color: #ddd;
    padding: 15px;
    text-align: center;
}
.wpman-blog-posts > .post {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (min-width: 768px) {
    .wpman-blog-posts.two-columns > .post {
        width: 50%;
    }
    .wpman-blog-posts.two-columns > .post:nth-child(2n + 1) {
        clear: left;
    }
}

@media screen and (min-width: 768px) {
    .wpman-blog-posts.three-columns > .post {
        width: 50%;
    }
    .wpman-blog-posts.three-columns > .post:nth-child(3n + 1) {
        clear: left;
    }
}

@media screen and (min-width: 992px) {
    .wpman-blog-posts.three-columns > .post {
        width: 33.33333333%;
    }
    .wpman-blog-posts.three-columns > .post:nth-child(3n + 1) {
        clear: left;
    }
}
@media screen and (min-width: 992px) {
    .wpman-blog-posts.four-columns > .post {
        width: 25%;
    }
    .wpman-blog-posts.four-columns > .post:nth-child(4n + 1) {
        clear: left;
    }
}
@media screen and (min-width: 992px) {
    .wpman-blog-posts.five-columns > .post {
        width: 20%;
    }
    .wpman-blog-posts.five-columns > .post:nth-child(5n + 1) {
        clear: left;
    }
}
@media screen and (min-width: 992px) {
    .wpman-blog.has-sidebar .row > .wpman-posts-wrapper {
        width: 75%;
    }
    .wpman-blog.has-sidebar .row > .wpman-sidebar-area {
        width: 25%;
    }
    .wpman-blog.sidebar-position-left .row > .wpman-posts-wrapper {
        float: right;
    }
}
.tag-cloud-link,
.tag-link:not(.post) {
    line-height: normal;
    font-size: 13px !important;
    display: inline-block;
    margin: 8px 6px 0 0;
    padding: 6px 8px;
    background-color: #f3f3f3;
}
.tag-cloud-link:hover,
.tag-link:not(.post):hover {
    color: #303030;
    background-color: #e6e6e6;
}
.wpman-post-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
}
.wpman-post-nav .wpman-post-nav-btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
}
.wpman-post-nav .wpman-post-nav-btn.next-btn {
    text-align: right;
}
.wpman-post-nav .wpman-post-nav-link {
    display: block;
    position: relative;
    width: 100%;
    line-height: 1.5;
    padding: 26px 0;
    height: auto;
}
.wpman-post-nav .wpman-post-nav-link svg {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 20px;
    fill: #b3b3b3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpman-post-nav .wpman-post-nav-link.prev {
    padding-left: 32px;
    text-align: left;
}
.wpman-post-nav .wpman-post-nav-link.next {
    text-align: right;
    padding-right: 32px;
}
.wpman-post-nav .wpman-post-nav-link.next svg {
    right: auto;
    left: 0;
}
.wpman-post-nav .wpman-post-nav-link span {
    color: #ababab;
    display: block;
}
@media screen and (max-width: 992px) {
    .wpman-post-nav .wpman-post-nav-link span {
        color: #303030;
        font-weight: 500;
    }
}
.wpman-post-nav .wpman-post-nav-link strong {
    font-weight: 500;
    display: block;
}
@media screen and (max-width: 992px) {
    .wpman-post-nav .wpman-post-nav-link strong {
        display: none;
    }
}
.wpman-post-nav .back-link a {
    display: block;
    line-height: 1;
    margin-top: 3px;
}
.wpman-post-nav .back-link a svg {
    fill: #303030;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.wpman-post-nav .back-link a:hover svg {
    fill: #428bca;
}
.wpman-author {
    margin-bottom: 26px;
    background: #fff;
    padding: 25px;
    box-shadow: 0 1px 7px -3px rgba(0,0,0,.2);
    border-radius: 6px;
    margin-top: 26px;
}
.wpman-author .avatar {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
}
@media screen and (min-width: 768px) {
    .wpman-author .avatar {
        width: 80px;
        height: 80px;
    }
}
@media screen and (min-width: 768px) {
    .wpman-author .avatar {
        width: 130px;
        height: 130px;
    }
}
.wpman-author .wpman-author-content {
    padding-left: 55px;
}
@media screen and (min-width: 768px) {
    .wpman-author .wpman-author-content {
        padding-left: 100px;
    }
}
@media screen and (min-width: 768px) {
    .wpman-author .wpman-author-content {
        padding-left: 155px;
    }
}
.wpman-author .wpman-author-content h5 {
    margin: 8px 0 10px;
}
.wpman-comment-holder {
    padding-top: 20px;
}
.wpman-comment-holder .comments-title {
    margin-bottom: 10px;
}
.commentlist {
    list-style: none;
    margin: 0;
    display: block;
    padding: 0;
}
.commentlist > .comment:last-child .comment-body {
    margin-bottom: 0;
}
.commentlist .comment_container {
    position: relative;
}
.commentlist .comment-body,
.commentlist .comment-text {
    position: relative;
    padding-bottom: 0;
}
@media screen and (min-width: 768px) {


}
.commentlist .comment-body:hover .reply a,
.commentlist .comment-text:hover .reply a {
    opacity: 1;
}
.commentlist .comment-body .star-rating,
.commentlist .comment-text .star-rating {
    float: right;
    margin-top: -5px;
}
.commentlist .comment-body p.meta,
.commentlist .comment-text p.meta {
    margin-bottom: 10px;
}
.commentlist .comment-body p.meta strong,
.commentlist .comment-text p.meta strong {
    font-weight: 600;
}
.commentlist .pingback {
    margin-top: 15px;
}
.commentlist .pingback .comment-body {
    padding-left: 0;
}
.commentlist .pingback .url {
    font-weight: 500;
}
.commentlist .comment {
    padding-bottom: 26px;
    padding-top: 26px;
    padding-bottom: 26px;
padding-top: 26px;
border-bottom: 1px solid #eaeaea;
background: #fff;
border-radius: 10px;
padding: 20px;
margin-top: 18px;
box-shadow: 0 1px 7px -3px rgba(0,0,0,.2);
}
.commentlist .comment:before {
    display: none !important;
}
.commentlist .comment .comment-meta {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    color: #ababab;
    margin-left: 8px;
    margin-bottom: 16px;
}
.commentlist .comment .comment-meta a {
    color: #ababab;
}
.commentlist .comment .vcard {
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0 0 16px;
    line-height: 12px;
}
.commentlist .comment .vcard .fn {
    font-style: normal;
    font-weight: 600;
    color: #303030;
}
.commentlist .comment .vcard .fn .url {
    color: #303030;
}
.commentlist .comment .vcard .fn:before {
    display: none;
}
.commentlist .comment .vcard .says {
    display: none;
}
.commentlist .comment .avatar {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
}
@media screen and (min-width: 768px) {
    .commentlist .comment .avatar {
        width: 68px;
        height: 68px;
    }
}
.commentlist .comment .comment-awaiting-moderation {
    font-size: 12px;
}
.commentlist .comment .reply a {
    color: #428bca;
}
.commentlist .comment .children {
    list-style: none;
    padding: 0;
    margin-right: 10px;
}
@media screen and (min-width: 768px) {
    .commentlist .comment .children {
        margin-right: 94px;
    }
}
.commentlist .comment .comment-respond {
    margin: 10px 0;
    padding: 30px;
    background-color: #f9f9f9;
    border-top: 0;
}
.commentlist .comment .comment-respond .comment-reply-title {
    margin-top: 0;
}
.commentlist .comment .comment-respond .comment-form p:last-of-type {
    margin-bottom: 0;
}
.commentlist .children {
  margin-top: 17px;
list-style: none;
margin-right: 41px;
margin-left: 0;
}
.commentlist ul.children li.comment-author-admin  {
  background: #f5f5f5;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 12px;
}
.commentlist .children .comment:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.commentlist .review .comment_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    clear: both;
}
.commentlist .review .comment_container .comment-text {
    width: 100%;
}
.commentlist .review .comment_container .comment-text .stars-wrap {
  display: flex;
  width: 100%;
}
.comment_container .herozh-comment-replay-btn {
  position: absolute;
left: 0;
top: 0;
}
.comment-respond .comment-form-rating {
  display: none;
}
.comment_container .herozh-comment-replay-btn a {
    padding: 5px 12px;
    border-radius: 3px;
    background: #fff;
    color: #b1bbbf;
    border: 1px solid #b1bbbf;
    font-size: 12px;
}
.admin-label {
    font-style: normal;
    background: #ec406a;
    padding: 3px 7px;
    border-radius: 3px;
    margin-right: 4px;
    font-size: 10px;
    color: #fff;
}
.commentlist .review .star-rating {
    display: block;
    vertical-align: top;
    width: 90px;
    margin-top: 10px;
    height: 18px;
    background-size: 18px;
    background: url(../images/star-empty.svg) left top repeat-x;
}
.commentlist .review .star-rating>span {
    display: block;
    text-indent: -9999px;
    line-height: 1;
    height: 18px;
    background-size: 18px 18px;
    background: url(../images/star-fill.svg) left top repeat-x;
}
.commentlist .review .comment_container .comment-text .comment-header .comment-author {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    color: #464749;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 10px;
}
.commentlist .review .comment_container .comment-text .comment-header {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-bottom: 10px;
    color: #adb5bd;
}
.comment-respond {
    padding: 10px 0 30px;
}
.comment-respond .comment-reply-title {
    margin-bottom: 5px;
    font-size: 15px;
    display: flex;
justify-content: space-between;
margin-bottom: 17px;
}
.comment-respond .comment-reply-title small a {
    font-size: 14px;
    margin-left: 10px;
    padding: 3px 6px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
}
.commentlist .review .comment_container .comment-avatar img {
    border-radius: 50%;
    max-width: unset;
    width: 50px;
}
.woocommerce-review__published-date {
  font-size: 12px;
}
.wpman-comment-form ~ .wpman-comment-holder {
    margin-top: 400px;
}
.comment-notes,
.logged-in-as {
    margin-bottom: 20px;
}
.page-template-portfolio .wpman-content {
    background-color: #f8f8f8;
}
.page-template-portfolio .wpman-pagination {
    margin-top: 0;
}
.wpman-portfolio-filter .portfolio-filter-list {
    display: block;
    list-style: none;
    text-align: center;
    margin-bottom: 40px;
}
.wpman-portfolio-filter .portfolio-filter-list li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.wpman-portfolio-filter .portfolio-filter-list li:last-child {
    margin-left: 0;
}
.wpman-portfolio-filter .portfolio-filter-list li > a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.5px;
    color: #aaa;
    line-height: 1.7;
    padding: 6px 12px;
    border-radius: 2px;
    border: 1px solid #efefef;
}
.wpman-portfolio-filter .portfolio-filter-list li > a:hover {
    color: #428bca;
}
.wpman-portfolio-filter .portfolio-filter-list li > a.filter-active {
    color: #fff !important;
    background-color: #428bca;
    border-color: #428bca;
}
@media (max-width: 768px) {
    .wpman-portfolio-filter .portfolio-filter-list {
        text-align: center;
        margin-bottom: 20px;
    }
    .wpman-portfolio-filter .portfolio-filter-list li > a {
        font-size: 11px;
        color: #888;
        padding: 4px 8px;
        border-color: #e3e3e3;
    }
}

.portfolio-holder-elementor .portfolio-entry-inner {
    position: relative;
    border-radius: 10px;
}
.portfolio-holder-elementor .portfolio-entry {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.portfolio-holder-elementor h3.portfolio-entry-title {
  font-size:16px;
  font-weight: 600;
  text-align: center;
}
.portfolio-holder-elementor .portfolio-entry-terms {
  text-align: center;
  font-size: 12px;
}
.portfolio-holder-elementor .portfolio-entry-infos {
  background: #fff;
border-radius: 24px;
padding: 10px;
margin-top: -185px;
padding-top: 185px;
box-shadow: 0 19px 0 -13px rgba(0, 0, 0, 0.11);

}
.portfolio-holder-elementor .portfolio-entry-thumb {
  margin: 0 15px;
}
.portfolio-holder-elementor .portfolio-entry-thumb img {
  border-radius: 10px;
  -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0 5px 20px rgb(22 25 39 / 20%);
}
.portfolio-holder-elementor .portfolio-entry

.portfolio-holder .portfolio-entry .portfolio-entry-inner {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.portfolio-holder .portfolio-entry .portfolio-entry-thumb {
    position: relative;
    overflow: hidden;
}
.portfolio-holder .portfolio-entry .portfolio-entry-thumb .portfolio-thumb-link {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-appearance: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.portfolio-holder .portfolio-entry .portfolio-entry-thumb .portfolio-thumb-link img {
    width: 100%;
}
.portfolio-holder .portfolio-entry .portfolio-entry-thumb .portfolio-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}
.portfolio-holder .portfolio-entry .portfolio-entry-thumb .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    overflow: hidden;
}
.portfolio-holder .portfolio-entry .portfolio-entry-thumb .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s, background-color 0.5s;
    transition: opacity 0.5s, background-color 0.5s;
}
.portfolio-holder .portfolio-entry .portfolio-entry-infos {
    text-align: center;
    line-height: 1.7;
    padding: 5px 10px 2px;
}
.portfolio-holder .portfolio-entry .portfolio-entry-infos .portfolio-entry-title {
    font-size: 18px;
    margin: 0;
}
.portfolio-holder .portfolio-entry .portfolio-entry-infos .portfolio-entry-terms {
    font-size: 14px;
    color: #8d8d8d;
    margin-top: 4px;
}
.portfolio-holder .portfolio-entry:hover .portfolio-entry-thumb .portfolio-thumb-link {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}
.portfolio-holder .portfolio-entry:hover .portfolio-entry-thumb .overlay:before {
    opacity: 0.98;
    background-color: #428bca;
}
.portfolio-holder .portfolio-entry.info-below-thumb .portfolio-entry-thumb .overlay .overlay-icon {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.portfolio-holder .portfolio-entry.info-below-thumb .portfolio-entry-infos {
    background-color: #fff;
    padding: 24px;
    border-bottom: 1px solid #ededed;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.portfolio-holder .portfolio-entry.info-below-thumb:hover .portfolio-entry-thumb .overlay .overlay-icon {
    opacity: 1;
}
.portfolio-holder .portfolio-entry.info-below-thumb:hover .portfolio-entry-infos {
    background-color: #fbfbfb;
}
.portfolio-holder .portfolio-entry.info-on-hover .portfolio-entry-infos .portfolio-entry-terms,
.portfolio-holder .portfolio-entry.info-on-hover .portfolio-entry-infos .portfolio-entry-title a {
    color: #fff;
}
.portfolio-holder .portfolio-entry.info-on-hover .portfolio-entry-infos .portfolio-entry-terms,
.portfolio-holder .portfolio-entry.info-on-hover .portfolio-entry-infos .portfolio-entry-title {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.portfolio-holder .portfolio-entry.info-on-hover:hover .portfolio-entry-infos .portfolio-entry-terms,
.portfolio-holder .portfolio-entry.info-on-hover:hover .portfolio-entry-infos .portfolio-entry-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.portfolio-holder.portfolio-masonry .portfolio-entry .portfolio-entry-inner {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.portfolio-holder.portfolio-col-gap-0 {
    margin: 0;
    padding-bottom: 40px;
}
.portfolio-holder.portfolio-col-gap-0 .portfolio-entry {
    padding: 0;
}
.portfolio-holder.portfolio-col-gap-2 {
    margin-left: -1px;
    margin-right: -1px;
    padding-bottom: 38px;
}
.portfolio-holder.portfolio-col-gap-2 .portfolio-entry {
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 2px;
}
.portfolio-holder.portfolio-col-gap-6 {
    margin-left: -3px;
    margin-right: -3px;
    padding-bottom: 34px;
}
.portfolio-holder.portfolio-col-gap-6 .portfolio-entry {
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 6px;
}
.portfolio-holder.portfolio-col-gap-10 {
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 30px;
}
.portfolio-holder.portfolio-col-gap-10 .portfolio-entry {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}
.portfolio-holder.portfolio-col-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 20px;
}
.portfolio-holder.portfolio-col-gap-20 .portfolio-entry {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.portfolio-holder.portfolio-col-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 10px;
}
.portfolio-holder.portfolio-col-gap-30 .portfolio-entry {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}
.portfolio-holder.portfolio-carousel {
    padding-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
}
@media screen and (max-width: 992px) {
  .portfolio-holder.portfolio-carousel {
      margin-left: 0px;
      margin-right: 0px;
  }
  .portfolio-holder.portfolio-col-gap-30 {
      margin-left: 0px;
      margin-right: 0px;
  }
}

.portfolio-holder.portfolio-carousel .portfolio-entry {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.portfolio-container.portfolio-layout-full-width {
    width: 100%;
}
.portfolio-single-navigation {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.portfolio-single-navigation .wpman-post-nav {
    border: 0;
}
.portfolio-related-block {
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #f9f9f9;
}
.portfolio-related-block .portfolio-related-heading {
    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;
    margin-bottom: 20px;
}
.portfolio-related-block .portfolio-related-title {
    margin: 10px 0;
}
.portfolio-related-block .related-back-link {
    float: right;
}
.portfolio-related-block .related-back-link > a {
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.5px;
    color: #aaa;
    line-height: 1.7;
    padding: 6px 12px;
    border-radius: 2px;
    border: 1px solid #efefef;
}
.portfolio-related-block .related-back-link > a:hover {
    color: #428bca;
}
@media (max-width: 768px) {
    .portfolio-related-block {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .portfolio-related-block .portfolio-related-title {
        font-size: 18px;
    }
    .portfolio-related-block .related-back-link > a {
        font-size: 11px;
        color: #888;
        padding: 4px 8px;
        border-color: #e3e3e3;
    }
}
.portfolio-single-page .wpman-post-share {
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}
.page-404 {
    display: block;
    position: relative;
    text-align: center;
    padding: 160px 0 110px;
}
.page-404 .error-page-title {
    font-size: 166px;
    line-height: 99px;
    letter-spacing: -10px;
    color: #428bca;
}
@media screen and (max-width: 768px) {
    .page-404 .error-page-title {
        font-size: 65px;
        line-height: 40px;
        letter-spacing: -2px;
    }
}
.page-404 p {
    font-size: 18px;
    color: rgba(48, 48, 48, 0.6);
    margin-bottom: 30px;
}
.search-results-wrapper .search-result-block {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search-results-wrapper .search-result-block .result-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 24px;
}
.search-results-wrapper .search-result-block .result-thumbnail a {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
}
.search-results-wrapper .search-result-block .result-content .result-title {
    font-size: 22px;
    margin: 0 0 10px;
}
.search-results-wrapper .search-result-block .result-content .read-more {
    color: #428bca;
}
.search-results-wrapper .search-result-pagination {
    text-align: center;
}
.woocommerce:after {
    content: "";
    clear: both;
    display: block;
}
.woocommerce .star-rating {
    display: inline-block;
}
.woocommerce-breadcrumb i, .breadcrumbs i {
    margin: 0 8px;
}
.woocommerce legend {
    font-size: 22px;
    font-weight: 600;
    padding: 20px 0;
}
.woocommerce legend.margin-top-0 {
    padding-top: 0;
}
.woocommerce .form-row label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}
.woocommerce .quantity {
    float: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin-left: 10px;
}
.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
    border: none;
    background-color: #f3f3f3;
    min-width: 20px;
    width: auto;
    padding: 8px 10px;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover {
    background-color: #eee;
}
.woocommerce .quantity .minus {
    border-right: 0;
}
.woocommerce .quantity .plus {
    border-left: 0;
}
.woocommerce .quantity input[type="number"].qty {
    width: 40px;
    border: none;
    font-size: 14px;
    padding: 8px 10px;
    background-color: #f5f5f5;
    margin: 0 1px;
    outline: 0;
    vertical-align: top;
    text-align: center;
    -webkit-transition: border-color 0.5s;
    transition: border-color 0.5s;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.woocommerce .quantity input[type="number"] {
    -moz-appearance: textfield;
}
.woocommerce .quantity input[type="number"]::-webkit-inner-spin-button,
.woocommerce .quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce #shipping_method {
    list-style: none;
}
.woocommerce .term-description {
    margin-bottom: 30px;
}
.woocommerce .star-rating i {
    color: #dbdbdb;
    font-size: 13px;
}
.woocommerce .star-rating i.filled {
    color: #fda306;
}
.woocommerce .lost_reset_password p:first-child {
    margin-bottom: 20px;
}
.woocommerce .woocommerce-password-strength {
    margin-bottom: 10px;
}
.woocommerce .woocommerce-password-strength.strong {
    color: #83c373;
}
.woocommerce .woocommerce-password-strength.short {
    color: #e35b5b;
}
.woocommerce .woocommerce-password-strength.bad {
    color: #f78b53;
}
.woocommerce .woocommerce-password-strength.good {
    color: #ffc733;
}
.woocommerce .woocommerce-password-hint {
    display: block;
    margin-bottom: 10px;
}
.woocommerce .wpman-background-box {
    background-color: #f9f9f9;
    padding: 26px 30px;
}
.woocommerce .wpman-background-box h3 {
    margin-top: 0;
    font-size: 20px;
}
.woocommerce .wpman-background-box .lost-password-link {
    font-size: 14px;
    color: #428bca;
}
.woocommerce .wpman-background-box .lost-password-link:hover {
    color: #666;
}
.woocommerce #review_form_wrapper .comment-reply-title {
    font-size: 15px;
    margin: 10px 0 20px;
}
.woocommerce #review_form_wrapper .comment-form-rating .stars a {
    position: relative;
    width: 23px;
    height: 23px;
    color: #aaa;
    text-indent: -1000em;
    display: inline-block;
    text-decoration: none;
}
.woocommerce #review_form_wrapper .comment-form-rating .stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: FontAwesome;
    font-size: 18px;
    content: "\f005";
    text-indent: 0;
}
.woocommerce #review_form_wrapper .comment-form-rating .stars.selected a,
.woocommerce #review_form_wrapper .comment-form-rating .stars:hover a {
    color: #fda306;
}
.woocommerce #review_form_wrapper .comment-form-rating .stars a:hover ~ a,
.woocommerce #review_form_wrapper .comment-form-rating .stars.selected a.active ~ a {
    color: #aaa;
}
.woocommerce-Message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-notice {
    position: relative;
    padding: 26px;
    background-color: #428bca;
    color: #fff;
    list-style-type: none;
    margin: 0 0 1.758em;
    clear: both;
}
.woocommerce-Message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-notice .button {
    background-color: #fff;
    color: #303030;
    position: relative;
    font-size: 14px;
    padding: 8px 16px;
    display: block;
    float: left;
}
.woocommerce-Message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-message .button:hover,
.woocommerce-notice .button:hover {
    background-color: #fff;
    color: #666;
}
.woocommerce-Message .button:only-child,
.woocommerce-error .button:only-child,
.woocommerce-info .button:only-child,
.woocommerce-message .button:only-child,
.woocommerce-notice .button:only-child {
    margin-top: -15px;
    top: 10px;
}
body.single-product .woocommerce-message {
  position: fixed;
  width: 100%;
  right:0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  margin-bottom: 0;
}
.woocommerce-info {
    background-color: #d9edf7 !important;
    color: #303030;
}
.woocommerce-info a {
    color: #31708f;
}
.woocommerce-info a:hover {
    color: #31708f;
}
.woocommerce-error {
    background-color: #f2dede !important;
    color: #303030;
}
.woocommerce-error a {
    color: #a94442;
}
.woocommerce-error a:hover {
    color: #a94442;
}
.woocommerce-checkout-payment li {
    margin-bottom: 10px;
}
.woocommerce-checkout-payment .payment_box {
    font-size: 12px;
    padding: 5px 0 5px 22px;
}
.track_order p {
    margin-bottom: 20px;
}
.track_order .form-row:last-of-type {
    margin-bottom: 0;
}
.product-sharing .share-title {
    display: block;
    margin-right: 12px;
}
.cross-sells {
    background-color: #f9f9f9;
    width: 100%;
    display: block;
    padding: 20px 20px 10px;
    margin-bottom: 10px;
}
.cross-sells:after {
    content: "";
    clear: both;
    display: block;
}
.cross-sells h2 {
    font-size: 16px;
    margin: 0;
    padding-bottom: 15px;
}
.cross-sells .product-holder {
    display: table;
    table-layout: auto;
    width: 100%;
    margin-bottom: 10px;
}
.cross-sells .product-holder .btn-add,
.cross-sells .product-holder a {
    display: table-cell;
    vertical-align: middle;
}
.cross-sells .product-holder img {
    max-width: 60px;
    height: auto;
    margin-right: 10px;
    float: left;
}
.cross-sells .product-holder .product-title {
    font-size: 15px;
    font-weight: 400;
    color: #555;
    display: block;
    margin: 2px 0 0;
}
.cross-sells .product-holder .price {
    font-size: 13px;
    color: #428bca;
}
.cross-sells .product-holder .btn-add {
    text-align: right;
    white-space: nowrap;
    width: 1%;
}
.cross-sells .product-holder .btn-add .product-category {
    display: none;
}
.cross-sells .product-holder .btn-add .add_to_cart_button {
    font-size: 13px;
}
.cross-sells .product-holder .btn-add .add_to_cart_button:hover {
    color: #555;
}
.related,
.up-sells {
    padding: 20px 0;
}
.related h2,
.up-sells h2 {
    font-size: 24px;
    margin: 0 0 28px;
}
.form-row {
    margin-bottom: 20px;
}
.form-row-first,
.form-row-last {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .form-row-first,
    .form-row-last {
        width: 49%;
    }
}
.form-row-first {
    float: left;
}
.form-row-last {
    float: right;
}
.form-row-wide {
    width: 100%;
}
.form-row-wide span.password-input, .form-row span {
    width: 100%;
}
.form-row label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 5px;
    padding-bottom: 8px;
}
.form-row label.checkbox {
    padding-bottom: 0;
}
.form-row label .required {
    text-decoration: none;
    border-bottom: 0 none;
    color: #e35b5b;
}
.form-row .input-text,
.form-row select {
    display: block;
    width: 100%;
}
.form-row textarea {
    resize: vertical;
}
.form-row.woocommerce-invalid .input-text,
.form-row.woocommerce-invalid select {
    border-bottom-color: #e35b5b;
}
.woocommerce-form__label-for-checkbox {
    cursor: pointer;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    position: relative;
    top: 1px;
    margin-right: 6px;
}
.woocommerce-form__label-for-checkbox {
    position: relative;
}
.woocommerce-form__label-for-checkbox input {
    visibility: hidden;
}
.woocommerce-form__label-for-checkbox span {
    display: inline;
}
.woocommerce-form__label-for-checkbox input.woocommerce-form__input-checkbox {
    position: relative;
    margin: 0 5px 0;
    display: inline;
}
.woocommerce-form__label-for-checkbox input.woocommerce-form__input-checkbox span {
    display: inline;
}
.woocommerce-form__label-for-checkbox input + span:before {
    position: absolute;
    top: 8px;
    right: 7px;
    display: block;
    content: " ";
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.woocommerce-form__label-for-checkbox input:checked + span:before {
    font-family: eleganticons;
    font-size: 9px;
    line-height: 13px;
    font-style: normal;
    font-weight: 400;
    color: #428bca;
    content: "\e923";
    text-align: center;
}
.comment-form-cookies-consent {
  position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.woocommerce .cart-empty {
    margin-bottom: 20px;
}
.woocommerce .return-to-shop {
  text-align: center;
}
@media screen and (min-width: 1200px) {
    .wpman-cart-collaterals {
        width: 42%;
    }
}
.cart-collaterals {
    width: 100%;
}
.cart-collaterals:after {
    content: "";
    clear: both;
    display: block;
}
.cart-collaterals .cart_totals {
    background-color: #ececec;
    padding: 10px 20px 16px 20px;
}
.cart-collaterals .cart_totals h2 {
    display: none;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
    width: 100%;
    display: block;
    padding: 12px;
    margin: 5px 0;
    line-height: inherit;
}
@media screen and (min-width: 1200px) {
    .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
        margin: 0;
    }
}
.cart-collaterals .shipping-calculator-button {
    display: block;
    position: relative;
    color: #555;
}
.cart-collaterals .shipping-calculator-button:hover {
    color: #666;
}
.cart-collaterals .shipping-calculator-button:after {
    font-family: FontAwesome;
    content: "\f0d7";
    position: absolute;
    top: 0;
    right: 3px;
    z-index: 10;
    display: block;
}
.cart-collaterals .shipping-calculator-form p:first-child {
    margin-top: 15px;
}
.wpman-shipping-calc-wrap {
    margin-bottom: 10px;
    padding: 16px 20px;
    background-color: #f9f9f9;
}
.wpman-shipping-calc-wrap > p {
    margin-bottom: 0;
}
.woocommerce-checkout .wpman-login-form .login p:first-of-type {
    margin-bottom: 22px;
}
.woocommerce-checkout .checkout_coupon input,
.woocommerce-checkout .checkout_coupon p {
    margin: 0;
}
.woocommerce-checkout .wpman-checkout-coupon-form-holder,
.woocommerce-checkout .wpman-login-form {
    padding-bottom: 20px;
}
.woocommerce-checkout .wpman-checkout-coupon,
.woocommerce-checkout .wpman-checkout-login {
    padding: 0 0 25px;
}
.woocommerce-checkout .wpman-checkout-coupon .woocommerce-info,
.woocommerce-checkout .wpman-checkout-login .woocommerce-info {
    margin: 0;
}
.woocommerce-checkout .wpman-checkout-coupon .woocommerce-info:before,
.woocommerce-checkout .wpman-checkout-login .woocommerce-info:before {
    font-family: FontAwesome;
    font-size: 18px;
    padding-right: 10px;
    display: inline-block;
    font-weight: 400;
}
.woocommerce-checkout .wpman-checkout-login .woocommerce-info:before {
    content: "\f2be";
}
.woocommerce-checkout .wpman-checkout-coupon .woocommerce-info:before {
    content: "\f0c4";
}
.checkout .col2-set {
    width: 100%;
}
.checkout .col2-set:after {
    content: "";
    clear: both;
    display: block;
}

.checkout .create-account .form-group {
    margin-bottom: 0;
    padding-bottom: 22px;
}
.checkout .woocommerce-billing-fields:after {
    content: "";
    clear: both;
    display: block;
}
.checkout .woocommerce-checkout-review-order {
    padding: 30px 25px 10px 25px;
    background-color: #f9f9f9;
}
.checkout .payment_methods {
    list-style: none;
}
.checkout .payment_methods .payment_method_paypal img {
    max-height: 25px;
    margin: 0 4px;
    float: right;
}
.checkout .payment_methods .payment_method_paypal .about_paypal {
    font-size: 12px;
    border-bottom: 1px dashed;
}
.checkout .woocommerce-checkout-payment a {
    color: #428bca;
}
.checkout .place-order .button {
    display: block;
    width: 100%;
    padding: 12px;
}

.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.products .product {
    margin-bottom: 30px;
}

.products .wpman-product-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-top: 53px;
    padding-right: 10px;
    padding-left: 10px;
  }
  @media (min-width: 768px) {
    .products.grid-view.courses-2-columns .wpman-product-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .products.grid-view.courses-3-columns .wpman-product-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .products.grid-view.courses-3-columns .wpman-product-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (min-width: 768px) {
    .products.grid-view.courses-4-columns .wpman-product-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .products.grid-view.courses-4-columns .wpman-product-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; } }

.product-item-inner {
    background-color: #fff;
    border-radius: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.15);
}
.product-item-inner:hover {
  -webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
.products .wpman-product-item .product-item-inner .product-content-holder .product-content-main {
    padding: 12px;
    overflow: hidden;
    margin-top: -53px;
}
.products .wpman-product-item .product-item-inner .product-content-holder .product-content-main .product-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    height: 43px;
    margin-bottom: 10px;
    margin-top:0;
    text-align: center;
}
.products .wpman-product-item .product-item-inner .product-content-holder .product-content-bottom {
  border-top: 1px solid #eaeaea;
padding: 9px 0;
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;
}
.product-sale i {
  margin-left: 5px;
}
.wpman-product-item .product-item-inner .product-content-holder .product-description {
  font-size: 12px;
  text-align: justify;
}
.wpman-product-item .product-item-inner .product-content-holder .product-price {
  text-align: left;
    border-radius: 7px;
    padding: 4px;
}
.product-item-inner .product-thumbnail {
    position: relative;
    top: -53px;
}
.product-thumbnail .image-item {
  padding: 15px;
  display: block;
}
.swiper-slide.style-2 .product-thumbnail .image-item {
  padding: 0px;
  display: block;
}
.product-thumbnail .image-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 22px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0 5px 11px rgb(22 25 39 / 10%);
}
.swiper-slide.style-2 .product-thumbnail .image-item img {
  border-radius: 0;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}
.product-info-holder {
    margin-top: 10px;
    padding-bottom: 6px;
    text-align: center;
}
.products .product .product-info-holder .price {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 14px;
    line-height: 1.1;
    color: #428bca;
}
.products .product .product-info-holder .name-holder h3 {
    font-weight: 400;
    padding: 10px 0 8px;
    margin: 0;
    font-size: 18px;
}
.products .product .product-info-holder .star-rating {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 12px;
}
.products .product .product-info-holder .button {
    font-size: 11px;
    margin: 0 2px;
    padding: 12px 13px;
    line-height: 1;
    background-color: #4caf50;
    color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
    border-radius: 3px;
}
.products .product .product-info-holder .button:hover {
    background-color: #e3e3e3;
    color: #303030 !important;
}
.category-grid-box {
    position: relative;
    overflow: hidden;
    min-height: 150px;
    background-color: #eee;
}
.category-grid-box a,
.category-grid-box img {
    display: block;
    width: 100%;
}
.category-grid-box img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.category-grid-box .product-category-heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 35px 20px 35px 35px;
}
.category-grid-box .product-category-heading .cat_name {
    font-size: 20px;
    margin: 0;
    display: inline-block;
    line-height: 1.5;
}
.category-grid-box .product-category-heading .cat_name .count {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.3;
}
.category-grid-box .product-category-heading .product-category-desc {
    display: block;
    color: #999;
}

@media screen and (min-width: 768px) {
    .woocommerce .woocommerce-ordering {
        width: 240px;
    }
}
.woocommerce .product .onsale {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 10;
    padding: 7px;
    background: #428bca;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    display: block;
}
.woocommerce .product .onsale.featured {
    background-color: #666;
}
.product .price del {
    color: #a0a0a0;
}
.product .price .woocommerce-Price-currencySymbol {
    font-size: 12px;
}
.product .price del .woocommerce-Price-currencySymbol {
    display: none;
}
.product .price ins {
    text-decoration: none;
    color: #111;
    font-weight: 600;
}
@media screen and (max-width: 992px) {
    .wpman-shop-holder.wpman-shop-sidebar-on .pull-right-md {
        float: none;
    }
}
.single-product-page {
    padding-top: 5px;
}
.single-product-page .woocommerce-product-gallery__trigger {
    display: none;
}
.single-product-page .wpman-product-gallery-opener-holder {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.single-product-page .woocommerce-product-gallery:hover .wpman-product-gallery-opener-holder {
    opacity: 1;
}
.single-product-page .product-images {
    position: relative;
}
.single-product-page .product-images .image-container-slider {
    position: relative;
    overflow: hidden;
}
.single-product-page .product-images .wpman-product-gallery-opener-holder {
    position: absolute;
    top: 0;
    right: 4px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    z-index: 12;
}
.single-product-page .product-images .wpman-product-gallery-opener-holder .wpman-product-gallery-opener {
    font-size: 20px;
    display: block;
    color: #555;
}
.single-product-page .product-images .wpman-product-gallery-opener-holder .wpman-product-gallery-opener:before {
    display: block;
    content: "\e61a";
    font-family: themify;
}
.single-product-page .product-images .wpman-product-gallery-opener-holder .wpman-product-gallery-opener:hover {
    color: #428bca;
}
.single-product-page .product-images .onsale {
  top: 25px;
  left: 28px;
  border-radius: 8px;
}
.single-product-page .product-images .woocommerce-product-gallery__wrapper {
    padding-right: 4px;
}
.single-product-page .product-images .thumbnails-holder {
    position: relative;
    margin-top: 4px;
    margin-left: -2px;
}
.single-product-page .product-images .thumbnails-holder .owl-item {
    overflow: hidden;
    cursor: pointer;
    padding: 0 2px 0 2px;
    display: block;
}
.single-product-page .product-images .thumbnails-holder .owl-nav > div {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 12;
    background-color: transparent;
    color: #303030;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.single-product-page .product-images .thumbnails-holder .owl-nav > div:after {
    display: none;
}
.single-product-page .product-images .thumbnails-holder .owl-nav > div:before {
    display: block;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 28px;
}
.single-product-page .product-images .thumbnails-holder .owl-nav .owl-prev {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
}
.single-product-page .product-images .thumbnails-holder .owl-nav .owl-next {
    right: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
}
.single-product-page .product-images .thumbnails-holder .owl-nav .owl-next:before {
    content: "\f105";
}
.single-product-page .product-images .thumbnails-holder:hover .owl-nav .owl-next,
.single-product-page .product-images .thumbnails-holder:hover .owl-nav .owl-prev {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.single-product-page .product-images .thumbnails-holder img {
    overflow: hidden;
    opacity: 0.5;
    margin-bottom: -5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 11px;
}
.woocommerce-product-gallery {
  direction: ltr;
}
.single-product-page .product-images .thumbnails-holder img:hover {
    opacity: 1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.single-product-page .product-images .thumbnails-holder .active-thumb img {
    opacity: 1;
}
.single-product-page .summary {
    margin-bottom: 30px;
}
.single-product-page .summary .product_title {
    font-size: 28px;
    margin: 10px 0;
}
.single-product-page .summary .woocommerce-product-rating {
    overflow: hidden;
    margin-bottom: 10px;
    display: inline-block;
}
.single-product-page .summary .woocommerce-product-rating ~ .price {
    margin-top: 12px;
}
.single-product-page .summary p {
    margin-bottom: 20px;
    font-size: 13px;
}
.single-product-page .summary .price {
    margin: 22px 0;
    font-weight: 600;
}
.single-product-page .summary .price .woocommerce-Price-currencySymbol {
    font-size: 15px;
}
.single-product-page .summary .price ins,
.single-product-page .summary .price > .amount {
    color: #428bca;
    font-size: 24px;
}
.single-product-page .summary .price del {
    color: #bbb;
    font-size: 16px;
}
.single-product-page .summary .cart {
    margin-bottom: 20px;
    display: inline-block;
}
.single-product-page .summary .cart .single_variation {
    margin-top: 10px;
    margin-bottom: 30px;
}
.single-product-page .summary .variations_form {
    display: block;
}
.single-product-page .summary .stock.out-of-stock {
    padding: 10px 20px;
    border: 1px dashed #ddd;
    color: #999;
    font-weight: 600;
    text-align: center;
}
.single-product-page .summary .product_meta {
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    display: block;
}
.single-product-page .summary .product_meta > span {
    display: block;
    margin-bottom: 8px;
}
.single-product-page .summary .product_meta > span:last-child {
    margin-bottom: 0;
}
.single-product-page .summary .product_meta > span a {
    color: #bdbdbd !important;
}
.single-product-page .summary .product_meta > span a:hover {
    color: #444 !important;
}
.single-product-page .course-details {
  margin-top: 20px;
  position: relative;

}
.single-product-page .boxed-titles {
  padding: 2px 23px;
position: absolute;
top: -18px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
border-radius: 3px;
border: 1px solid rgba(0, 0, 0, 0.1);
font-size: 10px;
font-weight: 200;
color: #6f7881;
background-color: #ffffff;
}
.single-product-page .product_meta {
  margin-top: 25px;
}
.woocommerce-product-details__short-description {
  margin-bottom: 25px;
}
.summary-product.single-kala p.price {
    font-size: 19px;
}
.course-details-icon {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-between;
    padding: 25px;
    position: relative;
    border-top: 1px solid #e5e5e5;
}
.detail-icon-item {
  text-align: center;
  font-size: 12px;
}
.detail-icon-item i {
  font-size:24px;
}
.detail-icon-item .value {
  font-size: 17px;
    font-weight: 600;
    color: #111;
}
.single-product-page .variations {
    width: 100%;
    margin-bottom: 0;
}
.single-product-page .variations tr {
    display: block;
}
.single-product-page .variations td {
    display: block;
    text-align: right;
    padding: 0;
    border: none;
}
.single-product-page .variations td.value {
    margin-bottom: 7px;
}
.single-product-page .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-left: 1em;
}
.single-product-page .variations .reset_variations {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #428bca;
}
.single-product-page .group_table {
    width: 100%;
    margin-bottom: 10px;
}
.single-product-page .group_table tr {
    margin-bottom: 10px;
}
.single-product-page .group_table td {
    vertical-align: middle;
    padding: 10px 0;
    border: none;
    font-size: 15px;
}
.single-product-page .group_table td:first-child {
    width: 1%;
}
.single-product-page .group_table td p {
    margin-bottom: 0;
}
.single-product-page .group_table .button {
    display: block;
    white-space: nowrap;
    margin-right: 10px;
    padding: 0;
    color: #428bca;
    border-bottom: 2px solid;
    background-color: transparent;
}
.single-product-page .group_table label {
    font-size: 17px;
}
.single-product-page .group_table .price {
    text-align: right;
}
.single-product-page .group_table .price del {
    display: block;
}
.single-product-page .group_table .price > .amount {
    font-size: 18px;
}
.single-product-page .product-head {
  padding: 20px;
background: #fff;
margin-bottom: 20px;
border-radius: 4px;
    box-shadow: 0 1px 7px -3px rgba(0,0,0,.2);
}
.single-product-page .woocommerce-product-gallery__image {
  border-radius: 10px;
}

.box-lesson {
  background: #fff;
  padding: 15px;
  border: 1px solid #eaeaea;
}
.shop_attributes tr td,
.shop_attributes tr th {
    font-weight: 400;
    padding-bottom: 10px;
}
.shop_attributes th {
    color: #303030;
}
.wpman-sidebar-inner .widget.widget_recent_reviews ul li {
    position: relative;
    display: block;
    border: 0;
    margin-top: 20px;
    color: #666;
}
.wpman-sidebar-inner .widget.widget_recent_reviews ul li:after,
.wpman-sidebar-inner .widget.widget_recent_reviews ul li:before {
    content: "";
    display: table;
}
.wpman-sidebar-inner .widget.widget_recent_reviews ul li:after {
    clear: both;
}
.wpman-sidebar-inner .widget.widget_recent_reviews ul li a {
    position: static;
    display: block;
}
.wpman-sidebar-inner .widget.widget_recent_reviews ul li a img {
    float: left;
    max-width: 60px;
    margin-right: 10px;
    height: auto;
}
.wpman-sidebar-inner .widget.widget_recent_reviews ul li .star-rating {
    font-size: 14px;
}
.wpman-sidebar-inner .widget.widget_price_filter .price_slider_wrapper {
    position: relative;
    margin-top: 20px;
}
.wpman-sidebar-inner .widget.widget_price_filter .price_slider_wrapper .price_slider {
    position: relative;
    background-color: #ddd;
    margin-bottom: 16px;
    direction: ltr;
}
.wpman-sidebar-inner .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
    position: relative;
    background-color: #428bca;
    height: 5px;
}
.wpman-sidebar-inner .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
    position: absolute;
    background-color: #428bca;
    border: 3px solid transparent;
    top: -4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-left: -1px;
    outline: 0;
}
.wpman-sidebar-inner .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle + .ui-slider-handle {
    margin-left: -10px;
}
.wpman-sidebar-inner .widget.widget_price_filter .price_slider_wrapper .price_slider_amount {
    display: block;
}
.wpman-sidebar-inner .widget.widget_price_filter .price_slider_wrapper .price_slider_amount:after {
    content: "";
    clear: both;
    display: block;
}
.wpman-sidebar-inner .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button,
.wpman-sidebar-inner .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 0;
    line-height: 1;
    font-size: 13px;
}
.wpman-sidebar-inner .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    float: left;
}
.wpman-sidebar-inner .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
    background-color: transparent;
    border: none !important;
    color: #428bca;
    float: right;
}
.wpman-sidebar-inner .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
    color: #666 !important;
}
.wpman-sidebar-inner .widget .widget_shopping_cart_content ul {
    padding-bottom: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}
.wpman-sidebar-inner .widget .widget_shopping_cart_content ul li {
    position: relative;
    border: 0;
    line-height: 1.4;
}
.wpman-sidebar-inner .widget .widget_shopping_cart_content ul li a.remove {
    float: right;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    font-size: 16px;
    color: #428bca;
}
.wpman-sidebar-inner .widget .widget_shopping_cart_content ul li + li {
    margin-top: 20px;
}
.wpman-sidebar-inner .widget .widget_shopping_cart_content ul li:after,
.wpman-sidebar-inner .widget .widget_shopping_cart_content ul li:before {
    content: "";
    display: table;
}
.wpman-sidebar-inner .widget .widget_shopping_cart_content ul li:after {
    clear: both;
}
.wpman-sidebar-inner .widget .widget_shopping_cart_content .total {
    font-size: 13px;
    margin-bottom: 10px;
}
.wpman-sidebar-inner .widget .widget_shopping_cart_content .total strong {
    color: #303030;
    font-weight: 400;
}
.wpman-sidebar-inner .widget .widget_shopping_cart_content .buttons .button {
    font-size: 12px;
    padding: 6px 10px;
    margin-left: 5px;
}
.wpman-sidebar-inner .widget .product_list_widget li {
    color: #a9a9a9;
    overflow: hidden;
    padding: 15px 0;
}
.wpman-sidebar-inner .widget .product_list_widget li:last-child {
    padding-bottom: 0;
}
.wpman-sidebar-inner .widget .product_list_widget li:first-child {
    padding-top: 0;
}
.wpman-sidebar-inner .widget .product_list_widget li a {
    display: block;
}
.wpman-sidebar-inner .widget .product_list_widget li img {
    width: 62px;
    height: auto;
    float: right;
    margin-left: 15px;
}
.wpman-sidebar-inner .widget .product_list_widget li .quantity {
    font-size: 13px;
}
.wpman-sidebar-inner .widget .product-categories ul.children li a {
    padding-top: 6px;
    padding-bottom: 6px;
}
@media (min-width: 768px) {
    .woocommerce-MyAccount-navigation {
        float: right;
        width: 25%;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .woocommerce-MyAccount-content {
        float: left;
        width: 75%;
        padding-left: 15px;
    }
}
.rtl .woocommerce-MyAccount-navigation {
    width: 25%;
}
@media screen and (max-width: 768px) {
	.rtl .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
}
}
.woocommerce-MyAccount-content .woocommerce-Message {
    margin-bottom: 28px;
}
.woocommerce-view-order .woocommerce-MyAccount-content h2 {
    font-size: 22px;
    margin: 0;
    padding-bottom: 17px;
}
.wpman-order-info {
    padding-bottom: 20px;
}
.wpman-order-info .mark,
.wpman-order-info mark {
    background-color: #ff0;
    color: #000;
    padding: 0;
}
.order-again {
    text-align: right;
    padding-bottom: 30px;
}
@media (max-width: 992px) {
    .order-again .button {
        width: 100%;
        padding: 11px 0 12px;
    }
}
.woocommerce-edit-address .woocommerce-Message {
    margin-bottom: 0;
}
.woocommerce-edit-address .woocommerce-Addresses {
    padding-top: 0;
}
.woocommerce-edit-address .woocommerce-Addresses address {
    padding: 14px 0;
}
.woocommerce-edit-address .addresses > div {
    padding-top: 0;
}
.woocommerce-edit-address .woocommerce-Address {
    padding-top: 25px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content h2 {
    font-size: 26px;
    margin-bottom: 30px;
}
.addresses > div {
    padding-top: 21px;
}
.addresses h3 {
    font-size: 22px;
    margin: 0;
}
.addresses address {
    font-style: normal;
    margin-bottom: 0;
    padding-top: 10px;
}
.shop_table {
    width: 100%;
    margin-bottom: 30px;
}
.shop_table tr .amount,
.shop_table tr .product-quantity {
    font-weight: 400;
}
.shop_table tr td {
    font-size: 15px;
}
.shop_table th.product-thumbnail {
    width: 10px;
}
.shop_table th.product-remove {
    width: 30px;
}
.shop_table thead {
    text-align: left;
}
.shop_table thead tr {
    border-bottom: 1px solid #eaeaea;
}
.shop_table thead tr th {
    color: #7f7e83;
    font-weight: 400;
    padding: 0 5px 10px;
}
@media (min-width: 768px) {
    .shop_table thead tr th {
        padding: 0 13px 10px;
    }
}
@media (max-width: 992px) {
    .shop_table thead tr th.product-thumbnail {
        display: none;
    }
}
.shop_table tbody tr {
    border-bottom: 1px solid #eaeaea;
}
.shop_table tbody tr th {
    font-weight: 400;
}
.shop_table tbody tr td {
    padding: 10px 5px;
}
@media (min-width: 768px) {
    .shop_table tbody tr td {
        padding: 30px 13px;
    }
}
.cart_totals .shop_table tbody tr td,
.woocommerce-checkout .shop_table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}
.shop_table tbody tr:last-child {
    border: 0;
}
.shop_table tbody .product-thumbnail img {
    max-width: 80px;
}
@media (max-width: 992px) {
    .shop_table tbody .product-thumbnail.product-thumbnail {
        display: none;
    }
}
.shop_table .actions {
    padding-left: 0;
    padding-right: 0;
}
.shop_table .actions .footer_coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1200px) {
    .shop_table .actions .footer_coupon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .shop_table .actions .footer_coupon .coupon {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .shop_table .actions .footer_coupon .coupon .box {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.shop_table .actions .footer_coupon .coupon .form-control {
    vertical-align: top;
}
@media screen and (min-width: 1200px) {
    .shop_table .actions .footer_coupon .coupon .form-control {
        width: auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-bottom: 0;
    }
}
.shop_table .actions .footer_coupon .button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.shop_table tfoot tr {
    background: #f9f9f9;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
}
.shop_table tfoot th {
    padding-left: 25px;
    font-weight: 400;
}
.woocommerce-checkout .shop_table tfoot th {
    padding-left: 15px;
}
.shop_table tfoot td {
    padding: 15px 5px;
}
@media (min-width: 768px) {
    .shop_table tfoot td {
        padding: 15px 13px;
    }
}
.shop_table tfoot:last-child {
    border: 0;
}
.wpman-MyAccount-user {
    overflow: hidden;
    margin-bottom: 13px;
    text-align: center;
    padding: 22px;
border-radius: 21px;
}
.wpman-MyAccount-user img {
  border-radius: 100px;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.wpman-MyAccount-user-image {
    max-width: 80px;
    margin-bottom: 13px;
}
.wpman-MyAccount-user-image img {
    border-radius: 80px;
}
.wpman-MyAccount-user-info .wpman-username {
    display: block;
    color: #a0a0a0;
}
.wpman-MyAccount-user-info .wpman-username strong {
    font-weight: 400;
    color: #303030;
}
.wpman-MyAccount-user-info .wpman-logout-button {
    font-size: 12px;
    display: inline-block;
    line-height: 1;
    margin: 11px 0 0;
    padding: 5px 10px;
    border: 1px solid #aaa;
}
.wpman-MyAccount-user-info .wpman-logout-button:hover {
  background-color: #de1f1f;
  border-color: #ff3d3d;
    color: #fff;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
    position: relative;
        margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  padding: 13px 10px;
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding-right: 50px;
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    line-height: 1.4;
    padding: 0 0 3px;
    border-bottom: 1px solid transparent;
}
.woocommerce-MyAccount-navigation ul li:hover a {
    color: #fff;
    background-color: #2b2c2e;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
    background: #2b2c2e;
    font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li:hover:before, .woocommerce-MyAccount-navigation ul li.is-active:before {
    color: #fff !important;
}
.woocommerce-MyAccount-navigation ul li:before {
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 300;
  position: absolute;
  top: 11.5px;
  right: 17px;
  font-size: 25px;
  color: #515151;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders:before {
    content: "\f46d";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard:before {
    content: "\f3fd";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads:before {
    content: "\f019";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address:before {
    content: "\f3c5";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account:before {
    content: "\f2bd";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout:before {
    content: "\f08b";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--purchased-products:before {
    content: "\f501";
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.owl-carousel:after,
.owl-carousel:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
}
.owl-carousel:before {
    right: -50px;
}
.owl-carousel:after {
    left: -50px;
}
.owl-carousel .owl-stage {
    position: relative;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-dots .owl-dot.active span {
  width: 25px;
  border-radius: 5px;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 0.1s ease;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.owl-nav {
    font-size: 0;
}
.owl-nav > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    background-color: #428bca;
    color: #fff;
    width: 40px;
    height: 40px;
    margin-top: -40px;
    border-radius: 29%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.owl-nav > div:after {
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.owl-nav > div[class*="prev"] {
    right: auto !important;
    left: 2px !important;
}
.owl-nav > div[class*="prev"]:after {
    content: "\e649";
    font-family: themify;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.owl-nav > div[class*="next"] {
    left: auto !important;
    right: 2px !important;
}
.owl-nav > div[class*="next"]:after {
    content: "\e649";
    font-family: themify;
}
.owl-carousel:hover .owl-nav > div {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}
.owl-dots {
    text-align: center;
    margin-top: 5px;
}
.owl-dots .owl-dot {
    display: inline-block;
    margin-top: 10px;
}
.owl-dots .owl-dot span {
    display: block;
    width: 11px;
    height: 11px;
    margin: 5px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.light-scheme .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.2);
}
.owl-dots .owl-dot:not(.active):hover span {
    border-color: #428bca;
}
.light-scheme .owl-dots .owl-dot:not(.active):hover span {
    background-color: #fff;
}
.owl-dots .owl-dot.active span {
    background-color: #428bca;
    border-color: #428bca;
}
.light-scheme .owl-dots .owl-dot.active span {
    background-color: #fff;
    border-color: #fff;
}
.slick-slider {
    position: relative;
}
.slick-slider .slick-slide a {
    outline: 0 !important;
}
.slick-slider .slick-next,
.slick-slider .slick-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    outline: 0;
    border: none;
    background-color: transparent;
    font-size: 28px;
    z-index: 2;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.slick-slider .slick-next:active.slick-prev,
.slick-slider .slick-prev:active.slick-prev {
    left: 5px;
}
.slick-slider .slick-next:active.slick-next,
.slick-slider .slick-prev:active.slick-next {
    right: 5px;
}
.slick-slider .slick-next {
    right: 15px;
}
.slick-slider .slick-prev {
    left: 15px;
}
.select2-container--default .select2-selection--single {
    padding: 0 12px;
    min-height: 50px;
    line-height: 1.7;
    border-color: #e6e6e6;
    border-radius: 0;
    outline: 0;
}
.select2-container--default .select2-selection--single:hover {
    border-color: #428bca;
    background-color: #428bca;
    color: #fff;
}
.select2-container--default .select2-selection--single:hover .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}
.select2-container--default .select2-selection--single:focus {
    outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
    line-height: inherit;
    padding: 12px 0;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-color: #428bca;
    background-color: #428bca;
    color: #fff;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 10px;
}
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below,
.select2-dropdown {
    border: none;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    margin-top: -1px;
}
.select2-search--dropdown {
    padding: 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
    border-color: #ccc !important;
}
.select2-results {
    padding: 4px;
    background: #fff;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 245px;
}
.select2-results__option {
    margin: 0;
    padding: 6px 10px;
}
.select2-results__option:last-child {
    border-bottom: 0 none;
}
.select2-container--default .select2-results__option[data-selected="true"] {
    background-color: #f0f0f0;
    color: inherit;
    outline: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: inherit;
    background: #f0f0f0;
    border-radius: 0;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 104200;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 104300;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 104500;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 55px 0 55px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 55px;
    bottom: 55px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -40px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
.mfp-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in .mfp-iframe-scaler,
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-iframe-scaler,
.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.85;
}
.mfp-zoom-in.mfp-removing .mfp-iframe-scaler,
body .mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.93) !important;
    transform: scale(0.93) !important;
    opacity: 0 !important;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-wrap.mfp-removing .mfp-arrow-left,
.mfp-wrap.mfp-removing .mfp-arrow-right {
    opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}


.top-header-contact-info {
    padding-right: 21px;
    text-align: right;
}
.wpman-top-header.light .top-header-contact-info li {
  color: #fff;
}
.top-header-contact-info li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    padding-left: 30px;
    font-size: 11px;
}
.top-header-contact-info li:last-child {
    margin-left: 0;
}

.top-header-contact-info li i {
    position: absolute;
    color: #eeab34;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 26px;
    right: -38px;
    left: auto;
}
.top-header-contact-info li span {
    display: block;
    margin-bottom: -4px;
}

.wpman-top-header.light .top-header-contact-info li a {
  color: #fff;
}
.top-header-contact-info li a {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
}
.wpman-search-opener svg {
  height: 22px;
}


.dropdown-cart {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 340px;
    background-color: #FFF;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    left: auto;
    right: 0;
    -webkit-transform: translate3d(340px,0,0);
    transform: translate3d(340px,0,0);
    color: #7c7d7e;
    box-shadow: -6px 0px 20px 0px rgba(115, 118, 127, 0.17);
}
.cart-open .dropdown-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.dropdown-cart .basket__header {
    padding: 20px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.basket__header-title {
  margin-bottom: 0;
}

.mini-cart-opener {
    position: relative;
    text-align: center;
    display: block;
}
.herozh-cart-number {
    position: absolute;
    font-size: 10px;
    top: 12px;
    right: 12px;
    width: 16px;
    line-height: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #eeab34;
    color: #fff;
}

.dropdown-cart .woocommerce-mini-cart__empty-message {
    text-align: center;
    margin: 20px 30px;
    padding-top: 50px;
}

.mini-cart-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.dropdown-cart .woocommerce-mini-cart__total {
    border-top: 1px solid #e5e5e5 !important;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    padding: 15px 20px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.dropdown-cart .woocommerce-mini-cart__buttons {
    padding: 0 20px !important;
}
.dropdown-cart .woocommerce-mini-cart__buttons a {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
    padding: 8px 17px !important;
    color: #fff;
}

.dropdown-cart .woocommerce-mini-cart__buttons a:first-child {
    background-color: #adb5bd!important;
}

.widget_shopping_cart .mini_cart_item .remove {
    color: #9ca4ac!important;
    display: block;
    position: absolute;
    z-index: 12;
    background: #ededee;
    border-radius: 0px;
    width: 20px;
    height: 100%;
    right: 0;
}
.woocommerce-mini-cart-item a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 93px;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.widget_shopping_cart .product_list_widget .mini_cart_item {
    padding: 20px 29px 20px 15px !important;
}
.woocommerce a.remove:hover {
    color: #fff!important;
    background: red;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .header-cart .woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    right: 0;
}

.widget_shopping_cart .product_list_widget {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    text-align: left
}

.widget_shopping_cart .product_list_widget .mini_cart_item {
    padding: 20px
}

.widget_shopping_cart .mini_cart_item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}



.widget_shopping_cart .cart-item-image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.widget_shopping_cart .cart-item-content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 20px;
    text-align: right;
}

.widget_shopping_cart .quantity {
    color: #adb5bd;
    font-size: 13px;
    display: block
}

.product_list_widget>li {
    border-bottom: 1px solid #e5e5e5
}

.product_list_widget>li:last-child {
    border-bottom: none
}

.product_list_widget li img {
    max-width: 65px;
    min-width: 65px;
    -webkit-box-shadow: 0 0 0 1px #e1e1e1;
    box-shadow: 0 0 0 1px #e1e1e1
}
.admin-bar .dropdown-cart {
    top: 30px;
}

.wpman-top-bar-widget-inner ul.menu > li {
  line-height: 45px;
}

.btn.btn-header {
    background-color: #dea94c;
    padding: 7px 10px;
    font-size: 13px;
    border-radius: 4px;
    color: #fff;
}
.btn.btn-header i, .btn.btn-header img {
    margin-left: 9px;
}
.btn.btn-header img.icon-logedin {
    width: 18px;
}

.shop-top-bar {
  background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 1.875rem;
    padding: 1rem 1.25rem;
}
.shop-top-bar-inner {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.shop-top-bar-right {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}
.search-form .search-submit {
    position: absolute;
    top: 5px;
    left: 0;
    width: 42px;
    height: 42px;
    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-color: transparent;
    border: none;
    outline: 0;
}
.shop-ordering  .search-form .search-submit {
    position: absolute;
    top: 0px;
    left: 0;
}
.shop-ordering .search-field {
    font-size: 12px;
    height: 42px;
}
.shop-top-bar .woocommerce-product-search.search-form {
  position: relative;
}


.product-label {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 12px;
    z-index: 3;
    left: 27px;
}
.product-label span {
    font-size: 13px;
    position: absolute;
    top: 2px;
    left: -10px;
    color: #fff;
}

.triangle {
    position: relative;
    background-color: #e8b65d;
    text-align: left;
    border-bottom-right-radius: 70%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 45%;
    border-top-left-radius: 30%;
}
.triangle, .triangle:after, .triangle:before {
    width: 100%;
    height: 100%;
}
.triangle {
    transform: rotate(-58deg) skewX(-30deg) scale(1,.866);
}

.triangle:before {
    content: '';
    position: absolute;
    background-color: inherit;
    text-align: left;
    border-bottom-right-radius: 70%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 45%;
    border-top-left-radius: 30%;
}
.triangle:after {
    content: '';
    position: absolute;
    background-color: inherit;
    text-align: left;
    border-bottom-right-radius: 70%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 45%;
    border-top-left-radius: 30%;
}

.triangle:after {
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(-66%,-33%);
}
.triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(66%,132%);
}



/*--------------------------------------------------------------
Lifter LMS Styles
--------------------------------------------------------------*/
body.course-template-default .site-wrapper {
    background-color: #fff;
}
.llms-loop-item-content {
    background: #ffffff;
    padding-bottom: 10px;
    margin: 10px;
    border-radius: 14px;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.15);
	overflow: hidden;
}
.llms-loop-item-content:hover {
    background: #fff;
}
.llms-loop-item-content .llms-loop-title {
    font-size: 16px;
	height: 43px;
}
.llms-featured-image {
    margin-bottom: 10px;
}
.llms-loop-item-content .llms-progress {
    margin-bottom: 10px;
}

.llms-loop-item-footer {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.llms-lesson-preview {
    width: 100%;
}
.llms-lesson-preview .llms-lesson-link {
    border-radius: 10px;
}
.llms-lesson-preview .llms-lesson-link:hover {
    background: #ffffff;
    color: #212121;
    display: block;
    padding: 15px;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.15);
    border-radius: 10px;
}
.llms-syllabus-wrapper .llms-section-title {
    margin: 65px 0 0;
    text-align: right;
}
p.llms-parent-course-link {
	    text-align: left;
    padding: 10px;
    margin-bottom: 28px;
}
a.llms-lesson-link {
	    background: #e6b45b;
    padding: 5px 10px;
    color: #ffffff;
}
a.llms-lesson-link:hover {
    color: #ffffff;
}
.llms-form-field {
    padding: 15px 10px 10px;
}





/*--------------------------------------------------------------
Download Accardion style
--------------------------------------------------------------*/

ul.wcdlar_download_list {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.wcdlar_download_list li {
    margin-bottom: 20px;
    background: #fff;
    padding: 5px;
    border-right: 6px solid #cfcfcf;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
ul.wcdlar_download_list li.active {

    border-right: 6px solid #ffb02d;
}
ul.wcdlar_download_list.produc-page li {
    border-right: 1px solid #e5e5e5;
}
ul.wcdlar_download_list.produc-page li .sub_items {
    padding: 5px 10px;
    text-align: center
}

ul.wcdlar_download_list li:after {
    clear: both;
    display: block;
    content: ''
}

ul.wcdlar_download_list li span.arrow {
    background: no-repeat center center url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIgZmlsbD0iIzAwMDAwMCIvPgogIDwvZz4KPC9zdmc+Cg==);
    width: 32px;
    height: 32px;
    position: absolute;
    left: 10px;
    top: 33px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

ul.wcdlar_download_list li.active span.arrow {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

ul.wcdlar_download_list li a.title {
    color: #3b4446;
    padding: 5px 10px;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    font-size: 15px;
    font-weight: 600
}

.product-single-aside ul.wcdlar_download_list li a.title {
    color: #7b868a
}

ul.wcdlar_download_list ul.wcdlar_order_wrapper {
    padding: 10px;
    margin: 0;
    list-style: none;
    border-top: 1px dashed #eff2f3
}

ul.wcdlar_download_list ul.wcdlar_order_wrapper h5 {
    font-size: 13px;
    padding: 0 12px
}

ul.wcdlar_download_list ul.wcdlar_order_wrapper th {
    font-size: 12px;
    font-weight: 400
}

ul.wcdlar_download_list li .sub_items {
    display: none
}

ul.wcdlar_download_list a.download-btns {
    display: inline-block;
    background: #2dbe60;
    color: #fff;
    width: fit-content;
    padding: 5px 16px;
    border-radius: 3px;
    min-width: 140px;
    box-shadow: 0 2px 12px rgba(147, 203, 116, .8)
}

ul.wcdlar_download_list a.download-btns-product-page {
    display: inline-block;
    background: #17bd7b;
    color: #fff;
    padding: 5px 16px;
    border-radius: 3px;
    width: 94%;
    text-align: center;
    font-size: 13px
}

ul.wcdlar_download_list a.download-btns .fal {
    font-size: 15px;
    margin-left: 11px;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px)
}

ul.wcdlar_download_list a.title img {
  width: 80px;
  margin-left: 10px;
  border-radius: 5px;
}




.grid-cat .cat-count {
    position: absolute;
    top: 4px;
    left: 4px;
    color: #fff;
    width: 27px;
    height: 27px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 22px;
    border: 3px solid #fff;
    text-align: center;
    background: #ff402d;
}
.grid-cat {
  position: relative;
display: inline-block;
margin-bottom: 20px;
box-shadow: 0 0 10px rgba(51, 51, 51, 0.16) !important;
border-radius: 10px;
-webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 18px;
overflow: hidden;
}
.grid-cat:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.grid-cat h6.cat-title {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  position: absolute;
bottom: 0px;
padding: 10px 0;
width: 100%;
background: rgb(0 0 0 / 46%);
margin-bottom: 0;
color: #fff;
font-size: 13px;
-webkit-transition: all .5s ease;
    transition: all .5s ease;
    visibility: hidden;
    opacity: 0;
    bottom: -30px
}
.grid-cat:hover h6.cat-title {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}


.box-shadow-1 {
  background-color: #fff;
    padding: 1.35rem;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 12px;
}
.tagged_as i {
  margin-left: 10px;
}
.box-shadow-1 .tagged_as a {
    background: #eaecef;
    color: #7b868a!important;
    font-size: 12px;
    padding: 0 9px;
    margin: 3px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.box-shadow-1 .tagged_as a:hover {
    background: #7b868a!important;
    color: #fff!important;
}


.desc-product-tab {
  max-height: 400px;
  overflow: hidden;
  -webkit-transition: all .5s ease;
transition: all .5s ease;
}
.desc-product-tab.active {
    max-height: unset !important;
}
.readmore_link {
  display: none;
  -webkit-transition: all .5s ease;
transition: all .5s ease;
}
.readmore_link.active {
  margin-top: -40px;
  display: block;
}
.readmore_link.active:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    opacity: 1;
    bottom: 30px;
    height: 105px;
    width: 96%;
    margin: auto;
    z-index: 1;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(99%,hsl(0deg 0% 100% / 99%)),to(#ffffff));
    background: linear-gradient(180deg,hsla(0,0%,100%,0),hsl(0deg 0% 100% / 99%) 99%,#ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff",endColorstr="#fff",GradientType=0);
}
.readmore_link span {
    position: relative;
    z-index: 2;
    border-bottom: 1px dashed;
}



.wp-video {
    border-radius: 15px;
    overflow: hidden;
    margin: auto;
}
.related-products-holder {
  margin: 35px 0;
}


/*******
////// Modal Login
*******/

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    visibility: hidden;
}
.modal-open .modal {
    visibility: visible;
    opacity: 1;
    display: block;
}
.login-form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    opacity: 0;
    background-color: #000;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.modal-open .modal .login-form-overlay {
    opacity: .8;
}
.dropdown-cart-form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #000;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.cart-open .dropdown-cart-form-overlay {
    opacity: .8;
    z-index: 1040;
}
.modal-dialog {
    z-index: 1041;
}
.login-form-modal {
    position: relative;
    width: auto;
    margin: .5rem;
    z-index: 1040;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    opacity: 0;
    visibility: hidden;
}
@media (min-width: 576px) {
  .login-form-modal {
      max-width: 400px;
      margin: 10vh auto 0 auto;
  }
}
.modal-open .login-form-modal {
    visibility: visible;
    opacity: 1;
}
.modal-header {
    border-bottom: 0px;
}
.login-form-modal .card-header-tabs {
    display: flex;
    width: 100%;
}
.login-form-modal .nav-tabs .nav-item {
    text-align: center;
    width: 50%;
}
.login-form-modal .nav-tabs .nav-link {
    position: relative;
}
.login-form-modal .nav-tabs .nav-link::before {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  bottom: -5px;
  height: 3px;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
  background-color: transparent;
  content: '';
}
.login-form-modal .nav-tabs .nav-link.active:before {
    background-color: #fe696a;
}
.login-form-modal .nav-tabs .nav-link {
    border: 0px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.login-form-modal .form-row label {
    display: block;
    width: 100%;
}
.login-form-modal .woocommerce-Button {
  width: 100%;
}
.login-form-modal label {
  width: 100%;
}
.login-form-modal .woocommerce-privacy-policy-text {
  display: none;
}



.purchased-courses .product-label, .products.purchased-courses .wpman-product-item .product-item-inner .product-content-holder .product-content-bottom {
  display: none;
}


.search-con {
    padding-top: 10px;
}
.searchwp-live-search-results {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    height: 0;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    display: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    max-height: 300px;
    min-height: 175px;
}
.search-result-more {
    text-align: center;
    width: 100%;
    display: block;
    padding: 8px;
    cursor: pointer;
    border-top: 1px solid #e8e8e8;
}
.search-result-more i {
    margin-right: 5px;
}
.searchwp-live-search-results-showing {
    display: block;
    opacity: 1;
    height: auto;
    overflow: auto;
    outline: 0;
    min-height: 137px;
}
.searchwp-live-search-result:hover {
    background: #fafafa;
}
.searchwp-live-search-no-results {
    padding: 3em 2em;
    text-align: center;
}
.searchwp-live-search-no-min-chars::after {
    display: block;
    text-align: center;
    padding: 1.5em 2em 0;
}
.searchwp-live-search-no-min-chars .spinner {
    opacity: 0.3;
}
.searchwp-live-search-result p {
    font-size: 0.9em;
    padding: 8px;
    margin: 0;
    border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}
.searchwp-live-search-result--focused {
    background: #ddd;
}
.searchwp-live-search-result--focused a {
    color: #000;
}
.searchwp-live-search-result:last-of-type p {
    border-bottom: 0;
}
.searchwp-live-search-result a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.searchwp-live-search-instructions {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.re-img {
    float: right;
    width: 16%;
}
.re-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.re-desc {
    float: right;
    padding-right: 10px;
    max-width: 83%;
}
.re-title {
    display: block;
    font-size: 14px;
}
.re-subtitle {
    color: #757575;
    font-size: 13px;
    float: right;
    display: block;
    width: 100%;
}
.re-price {
    font-size: 13px;
    float: right;
    display: block;
    width: 100%;
}
.re-price ins {
    text-decoration: none;
}
.re-price del {
    color: #39b156;
}
.re-nstock {
    color: #757575;
    font-size: 13px;
    float: right;
    display: block;
    width: 100%;
}
.searchwp-live-search-results-showing::-webkit-scrollbar {
    width: 5px;
}
.searchwp-live-search-results-showing::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.searchwp-live-search-results-showing::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
.prod-cat {
    padding: 0;
    border: none;
    position: relative;
}
.prod-cat select {
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 100%;
    outline: 0;
    padding: 5px 20px 5px 15px !important;
    border-radius: 0 22px 22px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.search-field {
    display: inline-block;
    max-width: 170px;
    min-height: 35px;
}
.search-form-ajax {
	display: flex;
}
.searchwp-live-search-no-min-chars::after {content: 'لطفا بیشتر تایپ کنید...';
}
.spinner {
    top: 90px !important;
}


.help_download {
  background: #f8f9fa;
    border-radius: 8px;
    padding: 10px 20px;
    color: #000000;
    line-height: 20pt;
    margin-bottom: 20px;
    border: 1px dashed #cfcfcf;
}
.help_download p {
    margin-bottom: 0px;
}

.help_download ul {
    margin: 0 20px 0px 0;
}
.box_download, .box_help {
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0 7px -2px rgba(0,0,0,.3);
    margin-bottom: 0px;
    border-radius: 8px;

}
.box_download span, .box_help span {
    background: #fea000;
    border-radius: 8px;
    color: #fff;
    font-size: 12pt;
    padding: 10px 20px;
    display: block;
    cursor: pointer;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.box_download .box_content, .box_help .box_content {
    display: none;
}
.box_download span .fa, .box_help span .fa {
    padding-left: 5px;
}
.box_download .box_content, .box_help .box_content {
    padding: 5px 15px;
}
.box_download a, .box_help a {
    display: block;
    border-bottom: 1px solid #dedede;
    color: #2e2e2e;
    margin: 5px;
    padding: 4px 5px;
    font-size: 15px;
    font-weight: 400;
}
.box_download span:after, .box_help span:after {
    content: "\f107";
    float: left;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18pt;
    padding: 2px 0 0 0;
}
.box_download a:last-child, .box_help a:last-child {
    border: 0;
}
.box_download a .fa, .box_help a .fa {
    padding-left: 10pt;
}

.button_download {
    margin: 20px -9px 10px -9px;
    font-size: 11pt;
    line-height: 25pt;
    overflow: hidden;
}

.button_download .password {
  width: calc(50% - 18px);
  float: right;
  background: #535b61;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  margin: 0 9px;
  border: 2px solid #535b61;
}

.button_download .link-not {
    width: calc(50% - 18px);
    float: left;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    color: #fea000;
    margin: 0 9px;
    cursor: pointer;
    border: 2px solid #fea000;
}

.button_download .link-not:hover {
    background: #fea000;
    color: #fff !important;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.well {
    background-color: #f7f6f6;
    border: 1px solid #f5f5f5;
}

.collapse {
    display: none;
}

p.msg-box-download {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
a.login-box-download-btn {
  text-align: center;
    width: 140px;
    margin: 0 auto;
    background: #535b61;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    margin-bottom: 14px;
}
a.login-box-download-btn:hover {
    background: #6a7277;
    color: #fff;

}
a.login-box-download-btn .fal {
  margin-left:8px;
}

.wpman-blog .wpman-post-container .help_download ul > li:before {
  display: none;
}

@media (max-width: 991.98px) {
  .button_download .password {
    width: calc(100% - 20px);
    margin-bottom: 10px;
}
  .button_download .link-not {
    width: calc(100% - 20px);
    float: none;
}
}

.mg-t-25 {
  margin-top: 25px;
}
