@charset "UTF-8";body {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--body-bg-color)
}

body.helix-ultimate-preloader {
    overflow: hidden
}

body.helix-ultimate-preloader:before {
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: rgba(255,255,255,0.9)
}

body.helix-ultimate-preloader:after {
    content: "\f110";
    font-family: "FontAwesome";
    font-size: 36px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    line-break: 48px;
    text-align: center;
    color: #007bff;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    z-index: 99999
}

a {
    -webkit-transition: color 400ms,background-color 400ms;
    transition: color 400ms,background-color 400ms;
    color: var(--body-link-color);
    text-decoration: none
}

.sppb-addon-title a span {
    color: var(--color-primary)
}

a:active,a:focus,a:hover {
    text-decoration: none;
    color: var(--body-link-hover-color)
}

label {
    font-weight: normal
}

legend {
    padding-bottom: 10px
}

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

.row {
    --bs-gutter-x: 1.875rem
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

.element-invisible {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

#sp-top-bar {
    padding: 8px 0;
    font-size: 0.875rem
}

#sp-top-bar .sp-module {
    display: inline-block;
    margin: 0 0 0 1.25rem
}

ul.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

ul.social-icons>li {
    display: inline-block;
    line-height: 1.5
}

ul.social-icons>li:not(:last-child) {
    margin-right: 20px
}

.flex-auto {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

#sp-menu.menu-with-social .sp-megamenu-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#sp-menu>.sp-column {
    height: 100%
}

#sp-menu .social-wrap {
    position: relative;
    padding-left: 60px
}

#sp-menu .social-wrap:after {
    content: "";
    margin-top: 10px;
    margin-bottom: 10px;
    position: absolute;
    width: 2px;
    height: calc(var(--header_height) - 20px);
    left: 30px;
    background-color: rgba(80,80,80,0.2)
}

#sp-menu ul.social-icons>li:not(:last-child) {
    margin-right: 20px
}

#sp-menu ul.social-icons a {
    color: #9c9c9c
}

#sp-menu .social-wrap.no-border ul.social-icons {
    border-left: none;
    padding-left: 0px
}

#sp-menu.menu-center .sp-megamenu-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-flex .sp-megamenu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#menu-right .sp-module:first-child {
    border-right: 2px solid rgba(80,80,80,0.2);
    padding-right: 30px
}

.header-has-modules #offcanvas-toggler {
    margin-right: 20px;
    margin-left: 0
}

.sp-module-content .mod-languages ul.lang-inline {
    margin: 0;
    padding: 0
}

.sp-module-content .mod-languages ul.lang-inline li {
    border: none;
    display: inline-block;
    margin: 0 5px 0 0
}

.sp-module-content .mod-languages ul.lang-inline li a {
    padding: 0!important
}

.sp-module-content .mod-languages ul.lang-inline li>a:before {
    display: none
}

.sp-module-content .mod-languages img {
    display: inline-block;
    border: none
}

.sp-module-content .latestnews>li>a>span {
    display: block;
    margin-top: 5px;
    font-size: 85%
}

div.mod-languages ul li.lang-active {
    background-color: rgba(130,130,130,0.5019607843)!important;
    padding: 0px 5px 3px;
    border-radius: 3px
}

.sp-contact-info {
    list-style: none;
    padding: 0;
    margin: 0px
}

.sp-contact-info li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    font-size: 90%;
    white-space: nowrap
}

.sp-contact-info li i {
    margin: 0 3px
}

#sp-header {
    width: 100%;
    position: relative;
    z-index: 99;
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-animation: spFadeIn 0.5s;
    animation: spFadeIn 0.5s
}

#sp-header #offcanvas-toggler.mega,#sp-header #offcanvas-toggler.offcanvas {
    display: none!important
}

#sp-header.full-header-center #offcanvas-toggler.offcanvas,#sp-header.full-header-left #offcanvas-toggler.offcanvas,#sp-header.header-with-modal-menu #offcanvas-toggler.offcanvas,#sp-header.header-with-social #offcanvas-toggler.offcanvas,#sp-header.lg-header #offcanvas-toggler.offcanvas {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

#sp-header.full-header-center .menu-with-offcanvas #offcanvas-toggler,#sp-header.full-header-left .menu-with-offcanvas #offcanvas-toggler,#sp-header.header-with-modal-menu .menu-with-offcanvas #offcanvas-toggler,#sp-header.header-with-social .menu-with-offcanvas #offcanvas-toggler,#sp-header.lg-header .menu-with-offcanvas #offcanvas-toggler {
    display: none!important
}

#sp-header.full-header {
    padding-left: 45px;
    padding-right: 45px
}

#sp-header.lg-header {
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    box-shadow: 0 2px 3px rgba(0,0,0,0.1)
}

#sp-header.lg-header .logo {
    height: auto
}

#sp-header.lg-header #offcanvas-toggler {
    margin-right: 20px;
    margin-left: 0px
}

#sp-header.lg-header #offcanvas-toggler.offcanvas-toggler-right.offcanvas {
    display: none!important
}

#sp-header.lg-header .sp-column {
    height: 100%
}

#sp-header.lg-header #sp-logo #offcanvas-toggler {
    display: none
}

#sp-header .logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#sp-header .logo a {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding: 0
}

#sp-header .logo p {
    margin: 5px 0 0
}

#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: spFadeInDown 0.2s;
    animation: spFadeInDown 0.2s
}

#sp-header .sp-module {
    margin-left: 0
}

#sp-header nav.sp-megamenu-wrapper #offcanvas-toggler {
    display: none
}

#sp-header-topbar {
    position: relative;
    z-index: 111
}

#sp-header-topbar .sp-profile-wrapper .sp-sign-in .user-text {
    display: none!important
}

#sp-header-topbar #sp-logo #offcanvas-toggler {
    display: none!important
}

#sp-header-topbar .container-inner {
    border-bottom: 1px solid #e5e5e5
}

#sp-header-topbar .container-inner>.row {
    min-height: var(--header_height)
}

#sp-header-topbar a {
    color: #909196
}

#sp-header-topbar a:hover {
    color: var(--body-link-color)
}

#sp-header-topbar .sp-contact-info {
    color: #909196
}

.header-modules {
    margin-left: 20px
}

.header-modules .sp-module {
    margin-left: 20px
}

.header-modules .search {
    position: relative
}

.header-modules .search form:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    font-size: 12px;
    line-height: 32px;
    right: 10px
}

.header-modules .search form input {
    background: #efeff0;
    border: none;
    height: 32px;
    font-size: 15px;
    border-radius: 3px;
    padding: 5px 10px
}

.burger-icon {
    width: 25px;
    cursor: pointer
}

.burger-icon>span {
    display: block;
    height: 2px;
    background-color: #000;
    margin: 5px 0;
    -webkit-transition: background-color 0.3s ease-in,opacity 0.3s ease-in,-webkit-transform 0.3s ease-in;
    transition: background-color 0.3s ease-in,opacity 0.3s ease-in,-webkit-transform 0.3s ease-in;
    transition: background-color 0.3s ease-in,opacity 0.3s ease-in,transform 0.3s ease-in;
    transition: background-color 0.3s ease-in,opacity 0.3s ease-in,transform 0.3s ease-in,-webkit-transform 0.3s ease-in
}

#modal-menu-toggler.active .burger-icon>span,.offcanvas-active .burger-icon>span {
    background-color: #000
}

#modal-menu-toggler.active .burger-icon>span:first-child,.offcanvas-active .burger-icon>span:first-child {
    -webkit-transform: translate(0,8px) rotate(-45deg);
    transform: translate(0,8px) rotate(-45deg)
}

#modal-menu-toggler.active .burger-icon>span:nth-child(2),.offcanvas-active .burger-icon>span:nth-child(2) {
    opacity: 0
}

#modal-menu-toggler.active .burger-icon>span:nth-child(3),.offcanvas-active .burger-icon>span:nth-child(3) {
    -webkit-transform: translate(0,-5px) rotate(45deg);
    transform: translate(0,-5px) rotate(45deg)
}

.offcanvas-active .close-offcanvas .burger-icon>span {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

body.modal-menu-active {
    overflow-y: hidden
}

#sp-logo.has-border {
    position: relative;
    padding-right: 45px
}

#sp-logo.has-border:after {
    content: "";
    margin-top: 10px;
    margin-bottom: 10px;
    position: absolute;
    width: 2px;
    height: calc(var(--header_height) - 20px);
    right: 15px;
    background-color: rgba(80,80,80,0.2)
}

#sp-logo.has-border .sp-column {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sp-profile-wrapper {
    position: relative;
    font-size: 14px
}

.sp-profile-wrapper .arrow-icon {
    font-size: 11px
}

.sp-profile-wrapper .sp-profile-dropdown {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 10px 15px!important;
    list-style: none!important;
    font-size: 14px;
    position: absolute;
    min-width: 100px;
    right: 0;
    top: 100%;
    display: none!important
}

.sp-profile-wrapper .sp-profile-dropdown>li:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 1.3
}

.sp-profile-wrapper:hover .sp-profile-dropdown {
    display: block!important;
    -webkit-animation: spFadeInDown 0.2s;
    animation: spFadeInDown 0.2s
}

#sp-title {
    min-height: 0
}

.sp-page-title {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

.sp-page-title:after {
    content: " ";
    display: block;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.sp-page-title .container {
    text-align: center;
    position: relative;
    z-index: 2
}

.sp-page-title .sp-page-title-heading,.sp-page-title .sp-page-title-sub-heading {
    margin: 0;
    padding: 0;
    text-align: center;
    color: var(--color-white)
}

.sp-page-title .sp-page-title-sub-heading {
    font-size: 14px;
    font-weight: normal;
    max-width: 750px;
    margin: 10px auto 0
}

.sp-page-title .breadcrumb__box {
    width: auto;
    margin: 0 auto;
    display: inline-block
}

.sp-page-title .breadcrumb {
    background: none;
    padding: 0;
    margin: 20px 0 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sp-page-title .breadcrumb .float-start {
    margin-right: 4px
}

.sp-page-title .breadcrumb>.active {
    color: var(--color-light)
}

.sp-page-title .breadcrumb li {
    text-align: left
}

.sp-page-title .breadcrumb>li,.sp-page-title .breadcrumb>li+li:before,.sp-page-title .breadcrumb>li>a,.sp-page-title .breadcrumb>span {
    color: var(--color-white)
}

.sp-page-title .breadcrumb>li+li:before:hover,.sp-page-title .breadcrumb>li:hover,.sp-page-title .breadcrumb>li>a:hover,.sp-page-title .breadcrumb>span:hover {
    text-decoration: underline
}

.sp-page-title .breadcrumb>li a:hover {
    text-decoration: underline
}

.breadcrumb {
    padding: 0.75rem 1rem;
    background-color: #e9ecef;
    border-radius: 0.25rem
}

.body-innerwrapper {
    overflow-x: hidden
}

.layout-boxed .body-innerwrapper {
    max-width: 1240px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2)
}

#sp-main-body {
    padding: 100px 0
}

body.view-article.remove-container .body-innerwrapper>#sp-main-body>.container,body.view-article.remove-container .body-innerwrapper>.sp-main-body>.container {
    max-width: 100%;
    padding: 0
}

.com-sppagebuilder #sp-main-body {
    padding: 0
}

#sp-left .sp-module,#sp-right .sp-module {
    margin-top: 50px;
    border: 1px solid #f3f3f3;
    padding: 30px;
    border-radius: 3px
}

#sp-left .sp-module:first-child,#sp-right .sp-module:first-child {
    margin-top: 0
}

#sp-left .sp-module .sp-module-title,#sp-right .sp-module .sp-module-title {
    margin: 0 0 30px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #f3f3f3
}

#sp-left .sp-module ul,#sp-right .sp-module ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#sp-left .sp-module ul>li,#sp-right .sp-module ul>li {
    display: block;
    border-bottom: 1px solid #f3f3f3
}

#sp-left .sp-module ul>li>a,#sp-right .sp-module ul>li>a {
    display: block;
    padding: 5px 0;
    line-height: 36px;
    padding: 2px 0
}

#sp-left .sp-module ul>li:last-child,#sp-right .sp-module ul>li:last-child {
    border-bottom: none
}

#sp-left .sp-module .categories-module ul,#sp-right .sp-module .categories-module ul {
    margin: 0 10px
}

#sp-left .sp-module .latestnews>div,#sp-right .sp-module .latestnews>div {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e8e8e8
}

#sp-left .sp-module .latestnews>div:last-child,#sp-right .sp-module .latestnews>div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

#sp-left .sp-module .latestnews>div>a,#sp-right .sp-module .latestnews>div>a {
    display: block;
    font-weight: 400
}

#sp-left .sp-module .tagscloud,#sp-right .sp-module .tagscloud {
    margin: -2px 0
}

#sp-left .sp-module .tagscloud .tag-name,#sp-right .sp-module .tagscloud .tag-name {
    display: inline-block;
    padding: 5px 10px;
    background: #808080;
    color: #fff;
    border-radius: 4px;
    margin: 2px 0
}

#sp-left .sp-module .tagscloud .tag-name span,#sp-right .sp-module .tagscloud .tag-name span {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px
}

.login img {
    display: inline-block;
    margin: 20px 0
}

.login .checkbox input[type=checkbox] {
    margin-top: 6px
}

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

.hide-label {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.search .btn-toolbar {
    margin-bottom: 20px
}

.search .btn-toolbar span.icon-search {
    margin: 0
}

.search .btn-toolbar button {
    color: #fff
}

.search .phrases .phrases-box .controls label {
    display: inline-block;
    margin: 0 20px 20px
}

.search .phrases .ordering-box {
    margin-bottom: 15px
}

.search .only label {
    display: inline-block;
    margin: 0 20px 20px
}

.search .search-results dt.result-title {
    margin-top: 40px
}

.search .search-results dd,.search .search-results dt {
    margin: 5px 0
}

.filter-search .chzn-container-single .chzn-single {
    height: 34px;
    line-height: 34px
}

.form-search .finder label {
    display: block
}

.form-search .finder .input-medium {
    width: 60%;
    border-radius: 4px
}

.finder .word input {
    display: inline-block
}

.finder .search-results.list-striped li {
    padding: 20px 0
}

.article-list .article {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-radius: 3px
}

.article-list .article .article-feature-gallery,.article-list .article .article-featured-audio,.article-list .article .article-featured-video,.article-list .article .article-intro-image {
    margin: 0 0 20px 0;
    border-radius: 4px;
    border: none;
    overflow: hidden;
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1)
}

.article-list .article .article-feature-gallery img,.article-list .article .article-featured-audio img,.article-list .article .article-featured-video img,.article-list .article .article-intro-image img {
    border-radius: 3px
}

.article-list .article .article-header h1,.article-list .article .article-header h2 {
    font-size: 1.375rem;
    margin: 0 0 1.25rem 0
}

.article-list .article .article-header h1 a:active,.article-list .article .article-header h1 a:focus,.article-list .article .article-header h1 a:hover,.article-list .article .article-header h2 a:active,.article-list .article .article-header h2 a:focus,.article-list .article .article-header h2 a:hover {
    color: var(--body-link-hover-color)
}

.article-list .article figcaption.caption {
    text-align: center;
    font-size: 14px;
    color: #252525;
    margin: 5px 0px;
    opacity: 0.7
}

.related-article-large .article-image {
    width: 350px;
    min-width: 350px
}

.related-article-large .article-information {
    border-left: 1px solid #f1f1f1;
    padding-left: 20px;
    margin-left: 20px
}

.related-article-large .article-information>span {
    font-size: 0.813rem
}

.related-article-large .article-information>span+span:before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: "/"
}

.related-article-large .article-information>span a {
    color: var(--body-text-color)
}

.related-article-large .article-information>span a:hover {
    color: var(--body-link-hover-color)
}

.related-article-large .article-information .intro-text {
    margin-top: 20px
}

.article-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem
}

.article-info>span {
    font-size: 0.813rem
}

.article-info>span+span:before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: "/"
}

.article-info>span a {
    color: var(--body-text-color)
}

.article-info>span a:hover {
    color: var(--body-link-hover-color)
}

.article-details .article-header {
    position: relative
}

.article-details .article-header h1,.article-details .article-header h2 {
    font-size: 2.25rem
}

.article-details .article-info {
    margin-bottom: 1rem
}

.article-details .article-full-image {
    margin-bottom: 2rem
}

.article-details .article-full-image img {
    display: inline-block;
    border-radius: 4px
}

.article-details .article-feature-gallery,.article-details .article-featured-audio,.article-details .article-featured-video {
    margin-bottom: 2rem;
    background-color: #fff;
    padding: 15px;
    border: 5px solid var(--color-light);
    border-radius: 3px
}

.article-details .article-feature-gallery img,.article-details .article-featured-audio img,.article-details .article-featured-video img {
    border-radius: 3px
}

.article-details .article-ratings-social-share {
    padding: 1rem 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 1rem
}

.article-details .article-author-information {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #f5f5f5
}

.article-details .article-can-edit {
    position: relative;
    margin-bottom: 10px
}

.article-details .article-can-edit a {
    display: inline-block;
    background: #2a61c9;
    color: #fff;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 14px
}

.article-details figcaption.caption {
    font-size: 14px;
    color: #252525;
    margin: 5px 0px;
    opacity: 0.7
}

.related-article-list-container {
    margin-top: 15px
}

.related-article-list-container .related-article-title {
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f3f3
}

.related-article-list-container ul.related-article-list {
    list-style: none;
    padding: 0
}

.related-article-list-container ul.related-article-list li {
    margin-bottom: 10px
}

.related-article-list-container ul.related-article-list li .article-header h2 {
    font-size: 16px
}

.related-article-list-container ul.related-article-list li .published {
    font-size: 14px
}

.tags {
    list-style: none;
    padding: 0;
    margin: -0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tags>li {
    display: inline-block;
    margin: 0.3125rem
}

.tags>li a {
    display: block;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 6.25rem
}

.tags>li a:hover {
    color: #fff
}

.pager {
    list-style: none;
    padding: 2rem 0 0 0;
    margin: 2rem 0 0 0;
    border-top: 1px solid #f5f5f5
}

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

.pager>li {
    display: inline-block
}

.pager>li.previous {
    float: left
}

.pager>li.next {
    float: right
}

.pager>li a {
    display: inline-block;
    font-size: 0.785rem;
    padding: 1rem 2.5rem;
    border-radius: 100px
}

#article-comments {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #f5f5f5
}

.article-ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-ratings .rating-symbol {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 1rem;
    display: inline-block;
    margin-left: 5px
}

.article-ratings .rating-symbol span.rating-star {
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    font-style: normal;
    display: inline-block
}

.article-ratings .rating-symbol span.rating-star.active:before {
    content: "\f005";
    font-weight: 900;
    color: #f6bc00
}

.article-ratings .rating-symbol span.rating-star:before {
    content: "\f005";
    padding-right: 5px
}

.article-ratings .rating-symbol span.rating-star:hover:before,.article-ratings .rating-symbol span.rating-star:hover~span.rating-star:before {
    content: "\f005";
    color: #e7b000;
    font-weight: 900;
    cursor: pointer
}

.article-ratings .ratings-count {
    font-size: 0.785rem;
    color: #4c4b4b
}

.article-ratings .fa-spinner {
    margin-right: 5px
}

.pagination-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination-wrapper .pagination {
    margin-bottom: 0
}

.article-social-share {
    float: right
}

.article-social-share .social-share-icon ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.article-social-share .social-share-icon ul li {
    display: inline-block
}

.article-social-share .social-share-icon ul li:not(:last-child) {
    margin-right: 10px
}

.article-social-share .social-share-icon ul li a {
    border: none;
    background-color: var(--color-light);
    font-size: 1rem;
    border-radius: 3px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
    display: inline-block
}

.article-social-share .social-share-icon ul li a:focus,.article-social-share .social-share-icon ul li a:hover {
    color: #fff;
    background-color: var(--color-dark)
}

.newsfeed-category .category {
    list-style: none;
    padding: 0;
    margin: 0
}

.newsfeed-category .category li {
    padding: 5px 0
}

.newsfeed-category #filter-search {
    margin: 10px 0
}

.archive-module,.categories-module,.category-module,.form-links,.latestnews,.list-striped,.mostread,.newsflash-horiz {
    list-style: none;
    padding: 0;
    margin: 0
}

.archive-module li,.categories-module li,.category-module li,.form-links li,.latestnews li,.list-striped li,.mostread li,.newsflash-horiz li {
    padding: 2px 0
}

.archive-module li h4,.categories-module li h4,.category-module li h4,.form-links li h4,.latestnews li h4,.list-striped li h4,.mostread li h4,.newsflash-horiz li h4 {
    margin: 5px 0
}

.article-footer-top {
    display: table;
    clear: both;
    width: 100%
}

.article-footer-top .post_rating {
    float: left
}

.contentpane:not(.com-sppagebuilder) {
    padding: 20px
}

#sp-bottom {
    padding: 60px 0 30px;
    font-size: 14px;
    line-height: 1.6
}

#sp-bottom .sp-module {
    margin-bottom: 30px
}

#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 30px;
    color: #fff
}

#sp-bottom .sp-module ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#sp-bottom .sp-module ul>li {
    display: block;
    margin-bottom: 15px
}

#sp-bottom .sp-module ul>li:last-child {
    margin-bottom: 0
}

#sp-bottom .sp-module ul>li>a {
    display: block
}

#sp-footer {
    padding: 0
}

html.coming-soon {
    width: 100%;
    height: 100%;
    min-height: 100%
}

html.coming-soon body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 40%
}

html.coming-soon .coming-soon-logo {
    display: inline-block;
    margin-bottom: 2rem
}

html.coming-soon #coming-soon-countdown {
    margin-top: 4rem
}

html.coming-soon #coming-soon-countdown .coming-soon-days,html.coming-soon #coming-soon-countdown .coming-soon-hours,html.coming-soon #coming-soon-countdown .coming-soon-minutes,html.coming-soon #coming-soon-countdown .coming-soon-seconds {
    margin: 0;
    float: left;
    width: 25%
}

html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
    width: 100%;
    font-size: 4.5rem;
    letter-spacing: -1px;
    line-height: 1
}

html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
    font-size: 1.5rem;
    letter-spacing: -1px;
    display: block;
    text-transform: uppercase
}

html.coming-soon .coming-soon-position {
    margin-top: 2rem
}

html.coming-soon .social-icons {
    margin-top: 4rem
}

html.coming-soon .coming-soon-login form {
    display: inline-block
}

html.error-page {
    width: 100%;
    height: 100%
}

html.error-page body {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 40%
}

html.error-page .error-logo {
    display: inline-block;
    margin-bottom: 2rem
}

html.error-page .error-code {
    margin: 0 0 1rem;
    font-size: 6rem;
    line-break: 1
}

html.error-page .error-message {
    font-size: 1.5rem;
    margin-bottom: 3rem
}

.sp-social-share ul {
    display: block;
    padding: 0;
    margin: 20px -5px 0
}

.sp-social-share ul li {
    display: inline-block;
    font-size: 24px;
    margin: 0 5px
}

.profile>div:not(:last-child) {
    margin-bottom: 30px
}

.dl-horizontal dt {
    margin: 8px 0;
    text-align: left
}

.page-header {
    padding-bottom: 15px
}

table.category {
    width: 100%
}

table.category tbody>tr,table.category thead>tr {
    border: 1px solid #f2f2f2
}

table.category tbody>tr td,table.category tbody>tr th,table.category thead>tr td,table.category thead>tr th {
    padding: 10px
}

.contact-form .form-actions {
    background: none;
    border: none
}

@media print {
    .visible-print {
        display: inherit!important
    }

    .hidden-print {
        display: none!important
    }
}

.sp-preloader {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.sp-preloader>div {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    position: absolute;
    -webkit-animation: spSpin 0.75s linear infinite;
    animation: spSpin 0.75s linear infinite
}

.sp-preloader>div:after {
    content: "";
    position: absolute;
    width: 49px;
    height: 49px;
    top: 1px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%
}

.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(0,0,0,0.4);
    border-radius: 4px;
    z-index: 1000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.sp-scroll-up:active,.sp-scroll-up:focus,.sp-scroll-up:hover {
    color: #fff;
    background: var(--color-dark)
}

.control-group {
    margin-bottom: 1rem
}

select.form-control:not([multiple]),select.inputbox:not([multiple]),select:not([multiple]) {
    height: calc(2.25rem + 2px)
}

.form-control-feedback {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.875em
}

input[type=text],textarea {
    outline: none;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

input[type=date]:not(.form-control),input[type=email]:not(.form-control),input[type=number]:not(.form-control),input[type=password]:not(.form-control),input[type=search]:not(.form-control),input[type=tel]:not(.form-control),input[type=text]:not(.form-control),input[type=url]:not(.form-control),select:not(.form-select):not(.form-control) {
    display: block;
    width: 100%;
    background-image: none;
    background-clip: padding-box;
    -webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s
}

input[type=date]:not(.form-control):focus,input[type=email]:not(.form-control):focus,input[type=number]:not(.form-control):focus,input[type=password]:not(.form-control):focus,input[type=search]:not(.form-control):focus,input[type=tel]:not(.form-control):focus,input[type=text]:not(.form-control):focus,input[type=url]:not(.form-control):focus,select:not(.form-select):not(.form-control):focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0
}

.password-group meter {
    width: 100%
}

.chzn-select,.chzn-select-deselect {
    width: 100%
}

.chzn-container.chzn-container-single .chzn-single {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    height: calc(2.25rem + 2px);
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.chzn-container.chzn-container-single .chzn-single div {
    width: 30px;
    background: none
}

.chzn-container.chzn-container-single .chzn-single div>b {
    background: none;
    position: relative;
    font: normal normal normal 14px/1 FontAwesome
}

.chzn-container.chzn-container-single .chzn-single div>b:after {
    content: "\f0dc";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%)
}

.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
    border-radius: 0.25rem 0.25rem 0 0
}

.chzn-container.chzn-container-single .chzn-search {
    padding: 0.625rem
}

.chzn-container.chzn-container-single .chzn-search input[type=text] {
    display: block;
    width: 100%;
    padding: 0.5rem 1.429rem 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    height: calc(2rem + 2px);
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    box-shadow: none;
    -webkit-box-shadow: none
}

.chzn-container.chzn-container-single .chzn-search input[type=text]:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25)
}

.chzn-container.chzn-container-single .chzn-search:after {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 0.875rem;
    color: rgba(0,0,0,0.2);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.chzn-container.chzn-container-single .chzn-drop {
    border-color: rgba(0,0,0,0.15);
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: none;
    -webkit-box-shadow: none
}

.chzn-container.chzn-container-single .chzn-results li.highlighted {
    background-image: none!important
}

.chzn-container.chzn-container-multi .chzn-choices {
    display: block;
    width: 100%;
    padding: 0 0.75rem;
    min-height: calc(2.25rem + 2px);
    line-height: 1.25;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    box-shadow: none;
    -webkit-box-shadow: none
}

.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type=text] {
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.25;
    height: calc(2rem + 2px);
    background-color: #fff
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
    margin: 5.5px 5px 0 0;
    padding: 5px 20px 5px 5px;
    background-image: none;
    background-color: #f5f5f5;
    border-color: rgba(0,0,0,0.1);
    box-shadow: none;
    -webkit-box-shadow: none
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
    background: none;
    top: 5px;
    color: rgba(0,0,0,0.2)
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
    color: rgba(0,0,0,0.5)
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 0.875rem;
    position: absolute;
    top: 0;
    right: 0
}

.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
    border-radius: 0.25rem
}

.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
    margin-top: -4px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none
}

.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
    padding: 0.75rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    border-top: 0;
    border-radius: 0 0 0.25rem 0.25rem
}

.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
    background: none
}

.form-horizontal .control-label {
    float: left;
    width: auto;
    padding-top: 5px;
    padding-right: 5px;
    text-align: left
}

.form-horizontal .controls {
    margin-left: 220px
}

.card-block {
    padding: 20px
}

.card-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block
}

.card-block ul li {
    display: block
}

.alert.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.invalid {
    color: #a51f18;
    border-color: #a51f18
}

#sp-cookie-consent {
    position: fixed;
    font-size: 16px;
    font-weight: 500;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10001
}

#sp-cookie-consent>div {
    padding: 20px;
    position: relative
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline {
    margin: 0;
    margin-right: -5px;
    padding-left: 0px
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #333;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    border-radius: 0
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success {
    background: #46a546;
    color: #fff
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label input[type=radio] {
    display: none!important
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label {
    border-left: 1px solid #b3b3b3;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.com-contenthistory .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.com-contenthistory .btn-group button {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)
}

.com-contenthistory .btn-group button:hover {
    color: #333;
    background-color: #e9e9e9
}

#versionsModal {
    top: 10%
}

#versionsModal .modal-dialog {
    max-width: 80%
}

#versionsModal iframe {
    min-height: 300px
}

body.com-content.view-form.layout-edit .nav-tabs .nav-link {
    display: block!important
}

.no-js img.lazyload {
    display: none
}

#system-message-container {
    position: fixed;
    bottom: 0px;
    right: 15px;
    max-width: 350px;
    z-index: 9999
}

#system-message-container .alert {
    font-size: 13px;
    line-height: 1.5
}

#system-message-container .alert>.btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer
}

#system-message-container joomla-alert {
    font-size: 13px
}

.com-users.view-profile #member-profile .modal-dialog,.com-users.view-profile #member-registration .modal-dialog,.com-users.view-registration #member-profile .modal-dialog,.com-users.view-registration #member-registration .modal-dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.hu-media-modal .modal-dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.registration #member-registration #jform_privacyconsent_privacy-lbl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.registration #member-registration #jform_privacyconsent_privacy-lbl>a {
    position: initial;
    display: block;
    color: var(--body-text-color)
}

.registration #member-registration #jform_privacyconsent_privacy-lbl>a:focus,.registration #member-registration #jform_privacyconsent_privacy-lbl>a:hover {
    color: var(--body-link-hover-color)
}

body.com-users.view-registration>#sbox-window {
    overflow: hidden
}

body.com-users.view-registration>#sbox-window>#sbox-btn-close {
    top: 5px;
    right: 5px
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.joomla-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0!important;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    list-style: outside none none;
    background-color: #f5f5f5;
    border-color: #ccc #ccc currentcolor;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    border-radius: 0.25rem 0.25rem 0 0;
    -o-border-image: none;
    border-image: none;
    -webkit-box-shadow: 0 1px #fff inset,0 2px 3px -3px rgba(0,0,0,0.15),0 -4px 0 rgba(0,0,0,0.05) inset,0 0 3px rgba(0,0,0,0.04);
    box-shadow: 0 1px #fff inset,0 2px 3px -3px rgba(0,0,0,0.15),0 -4px 0 rgba(0,0,0,0.05) inset,0 0 3px rgba(0,0,0,0.04)
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.joomla-tabs .nav-item>.nav-link {
    color: var(--text-color)
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.joomla-tabs .nav-item>.nav-link.active {
    background-color: rgba(0,0,0,0.03);
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,0.05)));
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,0.05) 100%);
    border-right: 0 none;
    border-left: 0 none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 2px 0 1px -1px rgba(0,0,0,0.08) inset,-2px 0 1px -1px rgba(0,0,0,0.08) inset,0 1px 0 rgba(0,0,0,0.02) inset;
    box-shadow: 2px 0 1px -1px rgba(0,0,0,0.08) inset,-2px 0 1px -1px rgba(0,0,0,0.08) inset,0 1px 0 rgba(0,0,0,0.02) inset
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.tab-content {
    padding: 15px;
    background-color: #fefefe;
    border: 1px solid #ccc;
    border-radius: 0 0 0.25rem 0.25rem;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.04);
    box-shadow: 0 0 3px rgba(0,0,0,0.04)
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #editor label#jform_title-lbl {
    margin-bottom: 15px;
    font-weight: 700
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #editor .js-editor-tinymce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group>label,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group>label,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group>label {
    margin-bottom: 5px;
    font-weight: 700
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group textarea,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group textarea,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group textarea {
    width: 100%
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group .calendar-container .time td select,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group .calendar-container .time td select,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group .calendar-container .time td select {
    padding: 4px;
    font-size: 13px
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8 {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8>.controls {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8>.controls #folderlist,body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8>.controls #folderlist_chzn {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8 #upbutton {
    background: var(--bs-primary);
    color: #fff;
    margin: 0 5px
}

body.contentpane.com-media.view-images .container-popup #imageForm .well>.row-fluid:not(:last-child) {
    margin-bottom: 5px
}

body.contentpane.com-media.view-images .container-popup #imageForm .well>.row-fluid:not(:last-child)>.control-group:not(:last-child) {
    margin-bottom: 5px
}

body.contentpane.com-media.view-images .container-popup #imageForm .btn.button-cancel {
    background: var(--bs-danger);
    color: #fff
}

body.contentpane.com-media.view-images .container-popup #imageForm .btn.button-cancel:focus,body.contentpane.com-media.view-images .container-popup #imageForm .btn.button-cancel:hover {
    border-color: var(--bs-danger)
}

body.contentpane.com-menus.view-items.layout-modal #adminForm .js-stools-container-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0px
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label {
    margin-right: 10px
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type=submit] {
    background: var(--bs-primary);
    color: #fff;
    margin-left: 5px
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type=button] {
    background: var(--bs-primary);
    color: #fff
}

body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools,body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools,body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools {
    padding-top: 15px
}

body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar,body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar,body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar {
    margin-bottom: 10px
}

body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label,body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label,body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label {
    margin-right: 10px
}

body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append,body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append,body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type=submit],body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type=submit],body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type=submit] {
    background: var(--bs-primary);
    color: #fff;
    margin-left: 5px
}

body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type=button],body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type=button],body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type=button] {
    background: var(--bs-primary);
    color: #fff
}

body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm .js-stools-container-bar,body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm .js-stools-container-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-dialog.jviewport-width80 {
    width: 80vw;
    max-width: none
}

.btn:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.hu-media-modal .modal-content {
    height: 65vh
}

.input-group.hu-j4-media {
    max-width: 356px
}

.hidden {
    display: none!important
}

.field-calendar .input-group-text {
    padding: 0
}

.field-calendar .input-group-text button#jform_mycalendar_btn {
    background: transparent;
    border: none;
    color: #212529
}

.form-check-inline label.form-check-label.btn {
    padding: 0.375rem 3px
}

.modal-body .iframe {
    min-height: 60vh!important
}

#sbox-content iframe {
    width: 780px;
    height: 480px
}

body.contentpane.component {
    padding: 0;
    background: none
}

body.contentpane.component .module-title {
    margin-top: 0
}

.com-media.contentpane {
    padding: 10px!important
}

.com-media .well {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 10px
}

.com-media .well .row {
    margin: 0;
    padding: 0
}

.com-media .well .row>div:first-child {
    width: calc(100% - 200px)
}

.com-media .well .row>div:last-child {
    width: 200px;
    float: right;
    text-align: right;
    padding-top: 30px
}

.com-media .well .row #folderlist {
    display: inline-block
}

.com-media .well .row #upbutton {
    display: none
}

.com-media.view-imagesList {
    padding: 0px 0px 10px 0!important
}

.com-media.view-imagesList:before {
    content: " ";
    display: table
}

.com-media.view-imagesList:after {
    display: block;
    clear: both;
    content: ""
}

.com-media.view-imagesList ul.manager {
    list-style: none;
    padding: 0;
    margin: 0
}

.com-media.view-imagesList ul.manager>li.thumbnail {
    width: 110px;
    float: left
}

.com-media.view-imagesList ul.manager>li.thumbnail>a {
}

.com-media.view-imagesList ul.manager>li.thumbnail>a.selected {
    border: 2px solid green;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child {
    height: 60px;
    margin-bottom: 10px;
    text-align: center
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child>span {
    display: inline-block;
    width: 60px;
    height: 40px;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
    background-color: rgb(146,206,255);
    border-radius: 0 5px 5px 5px
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child>span:before {
    content: "";
    width: 50%;
    height: 12px;
    border-radius: 0 20px 0 0;
    background-color: rgb(146,206,255);
    position: absolute;
    top: -12px;
    left: 0px
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child img {
    display: inline-block
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    letter-spacing: -0.1px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: normal;
    line-height: 1
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 0;
    margin-bottom: 30px;
    color: var(--color-black)
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: var(--color-black)
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%
}

@media (min-width: 320px) and (max-width:767px) {
    .h1,h1 {
        font-size:37.5px!important
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .h2,h2 {
        font-size:30px!important
    }
}

.h3,h3 {
    text-transform: uppercase
}

@media (min-width: 320px) and (max-width:767px) {
    .h3,h3 {
        font-size:22.5px!important
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .h4,h4 {
        font-size:18px!important
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .h5,h5 {
        font-size:17px!important
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .h6,h6 {
        font-size:16.2!important
    }
}

.blog-list .item-readmore a,.btn {
    min-height: 40px;
    padding: 0.267rem 0.75rem
}

.small,small {
    font-size: 12px;
    font-weight: 400
}

.img-rounded {
    border-radius: 5px
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fw-thin {
    font-weight: 300
}

.fw-semi-bold {
    font-weight: 500
}

.fw-bold {
    font-weight: 600
}

.fs-xs {
    font-size: 10.875px
}

.fs-sm {
    font-size: 13.125px
}

.fs-base {
    font-size: 15px
}

.fs-lg {
    font-size: 18.75px
}

.icon-xs {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem
}

.icon-sm {
    height: 3rem;
    line-height: 3rem;
    width: 3rem
}

.icon-md {
    height: 3.5rem;
    line-height: 3.5rem;
    width: 3.5rem
}

.icon-lg {
    height: 5rem;
    line-height: 5rem;
    width: 5rem
}

.rounded-4 {
    border-radius: 0.5rem!important
}

.rounded-5 {
    border-radius: 0.8rem!important
}

pre {
    background-color: var(--color-light);
    border-radius: 3px;
    padding: 30px/2 30px
}

.btn,.button,.sppb-btn,.vm-button-correct {
    padding: 9px 15px;
    border: none;
    border-radius: 3px;
    color: var(--color-white);
    text-transform: capitalize;
    position: relative;
    overflow: hidden
}

.btn:after,.button:after,.sppb-btn:after,.vm-button-correct:after {
    content: " ";
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    direction: block
}

.btn:focus,.button:focus,.sppb-btn:focus,.vm-button-correct:focus,button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-white)
}

.btn-default,.btn-readmore,.sppb-btn-default {
    background-color: var(--color-light);
    border-color: var(--color-light);
    color: var(--body-text-color)
}

.btn-default:focus,.btn-readmore:focus,.sppb-btn-default:focus {
    color: var(--body-text-color)
}

.btn-default:active,.btn-default:hover,.btn-readmore:active,.btn-readmore:hover,.sppb-btn-default:active,.sppb-btn-default:hover {
    background-color: var(--color-dark);
    border-color: var(--color-dark);
    color: var(--color-white)
}

.btn-primary,.sppb-btn-primary,.vm-button-correct {
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}

.btn-primary:active,.btn-primary:hover,.sppb-btn-primary:active,.sppb-btn-primary:hover,.vm-button-correct:active,.vm-button-correct:hover {
    background-color: var(--color-dark);
    border-color: var(--color-dark);
    color: var(--color-white)
}

.btn-secondary,.sppb-btn-secondary {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary)
}

.btn-secondary:active,.btn-secondary:hover,.sppb-btn-secondary:active,.sppb-btn-secondary:hover {
    background-color: var(--color-dark);
    border-color: var(--color-dark);
    color: var(--color-white)
}

.btn-success,.sppb-btn-success {
    background-color: var(--color-success);
    border-color: var(--color-success)
}

.btn-success:active,.btn-success:hover,.sppb-btn-success:active,.sppb-btn-success:hover {
    background-color: var(--color-dark);
    border-color: var(--color-dark);
    color: var(--color-white)
}

.btn-info,.sppb-btn-info {
    background-color: var(--color-info);
    border-color: var(--color-info)
}

.btn-info:active,.btn-info:hover,.sppb-btn-info:active,.sppb-btn-info:hover {
    background-color: var(--color-dark);
    border-color: var(--color-dark);
    color: var(--color-white)
}

.btn-warning,.sppb-btn-warning {
    background-color: var(--color-warning);
    border-color: var(--color-warning)
}

.btn-warning:active,.btn-warning:hover,.sppb-btn-warning:active,.sppb-btn-warning:hover {
    background-color: var(--color-dark);
    border-color: var(--color-dark);
    color: var(--color-white)
}

.btn-danger,.sppb-btn-danger {
    background-color: var(--color-danger);
    border-color: var(--color-danger)
}

.btn-danger:active,.btn-danger:hover,.sppb-btn-danger:active,.sppb-btn-danger:hover {
    background-color: var(--color-dark);
    border-color: var(--color-dark);
    color: var(--color-white)
}

.btn-dark,.reset2,.sppb-btn-dark {
    background-color: var(--color-dark);
    border-color: var(--color-dark)
}

.btn-dark:after,.reset2:after,.sppb-btn-dark:after {
    background-color: rgb(0,0,0)
}

.btn-dark:active,.btn-dark:hover,.reset2:active,.reset2:hover,.sppb-btn-dark:active,.sppb-btn-dark:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white)
}

.btn-dark:active:after,.btn-dark:hover:after,.reset2:active:after,.reset2:hover:after,.sppb-btn-dark:active:after,.sppb-btn-dark:hover:after {
    background-color: rgba(0,0,0,0.3)
}

.btn-link,.sppb-btn-link {
    color: var(--body-link-color);
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0
}

.btn-link:after,.sppb-btn-link:after {
    display: none
}

.btn-link:hover,.sppb-btn-link:hover {
    color: var(--body-link-hover-color)
}

.sppb-btn-link:focus,.sppb-btn-link:focus {
    color: var(--body-link-color)
}

.btn-xs,.sppb-btn-xs {
    padding: 4px 15px!important;
    font-size: calc(var(--body-font-size) * 0.8);
    min-height: 32px
}

.btn-sm,.sppb-btn-sm {
    padding: 5px 15px!important;
    font-size: calc(var(--body-font-size) * 0.9);
    min-height: 34px
}

.btn-lg,.sppb-btn-lg {
    padding: 10px 20px!important;
    font-size: calc(var(--body-font-size) * 1.1)
}

.btn-xlg,.sppb-btn-xlg {
    padding: 11px 25px!important;
    font-size: calc(var(--body-font-size) * 1.2)
}

.btn-square,.sppb-btn-square {
    border-radius: 0
}

.btn-round,.sppb-btn-round {
    border-radius: 50px
}

.btn-3d,.sppb-btn-3d {
    border-bottom-color: rgba(0,0,0,0.1)!important
}

.btn-3d:after,.btn-gradient:after,.btn-outline:after,.sppb-btn-3d:after,.sppb-btn-gradient:after,.sppb-btn-outline:after {
    display: none
}

.btn-xlg.btn-3d,.sppb-btn-xlg.sppb-btn-3d {
    padding: 9px 20px!important
}

.btn-default.btn-outline,.sppb-btn-default.sppb-btn-outline {
    background-color: transparent;
    border-color: var(--body-text-color);
    color: var(--body-text-color)
}

.btn-default.btn-outline:hover,.sppb-btn-default.sppb-btn-outline:hover {
    background-color: var(--body-text-color);
    color: var(--color-white);
    border-color: var(--body-text-color)
}

.btn-primary.btn-outline,.sppb-btn-primary.sppb-btn-outline {
    background-color: transparent;
    border-color: var(--color-primary);
    color: var(--color-primary)
}

.btn-primary.btn-outline:hover,.sppb-btn-primary.sppb-btn-outline:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary)
}

.btn-secondary.btn-outline,.sppb-btn-secondary.sppb-btn-outline {
    background-color: transparent;
    border-color: var(--color-secondary);
    color: var(--color-secondary)
}

.btn-secondary.btn-outline:hover,.sppb-btn-secondary.sppb-btn-outline:hover {
    background-color: var(--color-secondary);
    color: var(--color-white);
    border-color: var(--color-secondary)
}

.btn-success.btn-outline,.sppb-btn-success.sppb-btn-outline {
    background-color: transparent;
    border-color: var(--color-success);
    color: var(--color-success)
}

.btn-success.btn-outline:hover,.sppb-btn-success.sppb-btn-outline:hover {
    background-color: var(--color-success);
    color: var(--color-white);
    border-color: var(--color-success)
}

.btn-info.btn-outline,.sppb-btn-info.sppb-btn-outline {
    background-color: transparent;
    border-color: var(--color-info);
    color: var(--color-info)
}

.btn-info.btn-outline:hover,.sppb-btn-info.sppb-btn-outline:hover {
    background-color: var(--color-info);
    color: var(--color-white);
    border-color: var(--color-info)
}

.btn-warning.btn-outline,.sppb-btn-warning.sppb-btn-outline {
    background-color: transparent;
    border-color: var(--color-warning);
    color: var(--color-warning)
}

.btn-warning.btn-outline:hover,.sppb-btn-warning.sppb-btn-outline:hover {
    background-color: var(--color-warning);
    color: var(--color-white);
    border-color: var(--color-warning)
}

.btn-danger.btn-outline,.sppb-btn-danger.sppb-btn-outline {
    background-color: transparent;
    border-color: var(--color-danger);
    color: var(--color-danger)
}

.btn-danger.btn-outline:hover,.sppb-btn-danger.sppb-btn-outline:hover {
    background-color: var(--color-danger);
    color: var(--color-white);
    border-color: var(--color-danger)
}

.btn-dark.btn-outline,.sppb-btn-dark.sppb-btn-outline {
    background-color: transparent;
    border-color: var(--color-dark);
    color: var(--color-dark)
}

.btn-dark.btn-outline:hover,.sppb-btn-dark.sppb-btn-outline:hover {
    background-color: var(--color-dark);
    color: var(--color-white);
    border-color: var(--color-dark);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3)
}

.btn-default.btn-gradient,.sppb-btn-default.sppb-btn-gradient {
    background-color: var(--color-light);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0.1)),to(var(--color-light)));
    background-image: linear-gradient(-180deg,rgba(0,0,0,0.1) 0,var(--color-light) 100%);
    border-color: var(--color-light);
    color: var(--body-text-color)
}

.btn-default.btn-gradient:hover,.sppb-btn-default.sppb-btn-gradient:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,var(--color-light)),to(rgba(0,0,0,0.1)));
    background-image: linear-gradient(-180deg,var(--color-light) 0,rgba(0,0,0,0.1) 100%);
    color: var(--body-text-color);
    border-color: var(--color-light);
    background-color: var(--color-light)
}

.btn-primary.btn-gradient,.sppb-btn-primary.sppb-btn-gradient {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0.1)),to(var(--color-primary)));
    background-image: linear-gradient(-180deg,rgba(0,0,0,0.1) 0,var(--color-primary) 100%);
    border-color: var(--color-primary)
}

.btn-primary.btn-gradient:hover,.sppb-btn-primary.sppb-btn-gradient:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,var(--color-primary)),to(rgba(0,0,0,0.1)));
    background-image: linear-gradient(-180deg,var(--color-primary) 0,rgba(0,0,0,0.1) 100%);
    border-color: var(--color-primary);
    background-color: var(--color-primary)
}

.btn-secondary.btn-gradient,.sppb-btn-secondary.sppb-btn-gradient {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0.1)),to(var(--color-secondary)));
    background-image: linear-gradient(-180deg,rgba(0,0,0,0.1) 0,var(--color-secondary) 100%);
    border-color: var(--color-secondary)
}

.btn-secondary.btn-gradient:hover,.sppb-btn-secondary.sppb-btn-gradient:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,var(--color-secondary)),to(rgba(0,0,0,0.1)));
    background-image: linear-gradient(-180deg,var(--color-secondary) 0,rgba(0,0,0,0.1) 100%);
    border-color: var(--color-secondary);
    background-color: var(--color-secondary)
}

.btn-success.btn-gradient,.sppb-btn-success.sppb-btn-gradient {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0.1)),to(var(--color-success)));
    background-image: linear-gradient(-180deg,rgba(0,0,0,0.1) 0,var(--color-success) 100%);
    border-color: var(--color-success)
}

.btn-success.btn-gradient:hover,.sppb-btn-success.sppb-btn-gradient:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,var(--color-success)),to(rgba(0,0,0,0.1)));
    background-image: linear-gradient(-180deg,var(--color-success) 0,rgba(0,0,0,0.1) 100%);
    background-color: var(--color-success);
    border-color: var(--color-success)
}

.btn-info.btn-gradient,.sppb-btn-info.sppb-btn-gradient {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0.1)),to(var(--color-info)));
    background-image: linear-gradient(-180deg,rgba(0,0,0,0.1) 0,var(--color-info) 100%);
    border-color: var(--color-info)
}

.btn-info.btn-gradient:hover,.sppb-btn-info.sppb-btn-gradient:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,var(--color-info)),to(rgba(0,0,0,0.1)));
    background-image: linear-gradient(-180deg,var(--color-info) 0,rgba(0,0,0,0.1) 100%);
    background-color: var(--color-info);
    border-color: var(--color-info)
}

.btn-warning.btn-gradient,.sppb-btn-warning.sppb-btn-gradient {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0.1)),to(var(--color-warning)));
    background-image: linear-gradient(-180deg,rgba(0,0,0,0.1) 0,var(--color-warning) 100%);
    border-color: var(--color-warning)
}

.btn-warning.sppb-btn-gradient:hover,.sppb-btn-warning.sppb-btn-gradient:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,var(--color-warning)),to(rgba(0,0,0,0.1)));
    background-image: linear-gradient(-180deg,var(--color-warning) 0,rgba(0,0,0,0.1) 100%);
    background-color: var(--color-warning);
    border-color: var(--color-warning)
}

.btn-danger.btn-gradient,.sppb-btn-danger.sppb-btn-gradient {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0.1)),to(var(--color-danger)));
    background-image: linear-gradient(-180deg,rgba(0,0,0,0.1) 0,var(--color-danger) 100%);
    border-color: var(--color-danger)
}

.btn-danger.btn-gradient:hover,.sppb-btn-danger.sppb-btn-gradient:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,var(--color-danger)),to(rgba(0,0,0,0.1)));
    background-image: linear-gradient(-180deg,var(--color-danger) 0,rgba(0,0,0,0.1) 100%);
    background-color: var(--color-danger);
    border-color: var(--color-danger)
}

.btn-dark.btn-gradient,.sppb-btn-dark.sppb-btn-gradient {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(236,240,241,0.1)),to(var(--color-dark)));
    background-image: linear-gradient(-180deg,rgba(236,240,241,0.1) 0,var(--color-dark) 100%);
    border-color: var(--color-dark)
}

.btn-dark.btn-gradient:hover,.sppb-btn-dark.sppb-btn-gradient:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,var(--color-dark)),to(rgba(236,240,241,0.1)));
    background-image: linear-gradient(-180deg,var(--color-dark) 0,rgba(236,240,241,0.1) 100%);
    background-color: var(--color-dark);
    border-color: var(--color-dark)
}

#t4-navigation.top-border-style .sp-megamenu-parent>li>a,#t4-navigation.top-border-style .sp-megamenu-parent>li>span {
    padding: calc(var(--header_height) / 3)
}

.sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 99;
    display: block;
    float: right
}

.sp-megamenu-parent .sp-menu-item>a,.sp-megamenu-parent .sp-menu-item>span {
    position: relative
}

.sp-megamenu-parent .sp-menu-item>a img,.sp-megamenu-parent .sp-menu-item>span img {
    display: inline-block
}

.sp-megamenu-parent>li {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 0;
    border-right: 1px solid var(--mainnav-divider-color)
}

.sp-megamenu-parent>li:first-child {
    border-left: 1px solid var(--mainnav-divider-color)
}

.sp-megamenu-parent>li.menu-justify {
    position: static
}

.sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span {
    display: inline-block;
    padding: calc(var(--header_height) / 3);
    margin: 0;
    color: var(--mainnav-text-color);
    background-color: var(--mainnav-bg-text-color);
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    line-height: 20px!important
}

.sp-megamenu-parent>li>a:before,.sp-megamenu-parent>li>span:before {
    content: "";
    display: none;
    width: 100%;
    height: 3px;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: -1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.sp-megamenu-parent>li>a:hover,.sp-megamenu-parent>li>span:hover {
    color: var(--mainnav-text-hover-color);
    background-color: var(--mainnav-bg-hover-text-color)
}

.sp-megamenu-parent>li>a:hover:before,.sp-megamenu-parent>li>span:hover:before {
    background-color: var(--color-primary)
}

.sp-megamenu-parent>li.sp-has-child:hover>a,.sp-megamenu-parent>li.sp-has-child:hover>span {
    color: var(--mainnav-text-hover-color);
    background-color: var(--mainnav-bg-hover-text-color)
}

.sp-megamenu-parent>li.sp-has-child:hover>a:before,.sp-megamenu-parent>li.sp-has-child:hover>span:before {
    background-color: var(--color-primary)
}

.sp-megamenu-parent>li.active>a,.sp-megamenu-parent>li.active>span {
    color: var(--mainnav-text-hover-color);
    background-color: var(--mainnav-bg-hover-text-color)
}

.sp-megamenu-parent>li.active>a:before,.sp-megamenu-parent>li.active>span:before {
    background-color: var(--color-primary)
}

.sp-megamenu-parent>li span.sp-menu-badge {
    position: relative;
    top: -2px;
    border-radius: 0
}

.sp-megamenu-parent>li .sp-menu-badge {
    height: 14px;
    line-height: 14px;
    padding: 0 5px;
    font-size: 10px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: capitalize;
    background: #d60000;
    color: #fff;
    border-radius: 3px
}

.sp-megamenu-parent .sp-module {
    padding: 10px
}

.sp-megamenu-parent .sp-mega-group {
    list-style: none;
    padding: 0;
    margin: 0
}

.sp-megamenu-parent .sp-mega-group>li>a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px
}

.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
    list-style: none;
    padding: 0;
    margin: 0
}

.sp-megamenu-parent .sp-mega-group .item-header {
    margin-top: 15px
}

.sp-megamenu-parent .sp-mega-group .item-header:first-child {
    margin-top: 0
}

.sp-megamenu-parent .sp-dropdown {
    margin: 0;
    position: absolute;
    z-index: 10;
    display: none
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    padding: 20px;
    background-color: var(--mainnav-dropdown-bg-color);
    border-radius: 0 0 3px 3px;
    border-top: 3px solid var(--color-primary)
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner>.row:not(:first-child) {
    margin-top: 20px
}

.sp-megamenu-parent .sp-dropdown .item-header>a,.sp-megamenu-parent .sp-dropdown .item-header>span {
    text-transform: uppercase;
    color: var(--mainnav-dropdown-gropup-text-color);
    background: transparent;
    border-bottom: 1px solid #e9ecef;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 1rem;
    padding-bottom: 0.5rem;
    display: block
}

.sp-megamenu-parent .sp-dropdown .item-header>a:hover,.sp-megamenu-parent .sp-dropdown .item-header>a[aria-current] {
    color: var(--mainnav-dropdown-text-hover-color)
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
    list-style: none;
    padding: 0;
    margin: 0
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
    top: 100%
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    top: 0
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2)
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    display: block;
    padding: 0;
    position: relative
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a,.sp-megamenu-parent .sp-dropdown li.sp-menu-item>span:not(.sp-menu-badge) {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    padding: 8px 0;
    cursor: pointer;
    display: block;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 1px;
    color: var(--mainnav-dropdown-text-color);
    background-color: var(--mainnav-dropdown-bg-text-color);
    font-weight: 400!important
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a.sp-group-title,.sp-megamenu-parent .sp-dropdown li.sp-menu-item>span:not(.sp-menu-badge).sp-group-title {
    text-transform: uppercase;
    font-weight: bold
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover,.sp-megamenu-parent .sp-dropdown li.sp-menu-item>span:not(.sp-menu-badge):hover {
    background-color: var(--mainnav-dropdown-bg-hover-text-color);
    padding-left: 10px;
    color: var(--mainnav-dropdown-text-hover-color)
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a,.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>span:not(.sp-menu-badge) {
    background-color: var(--mainnav-dropdown-bg-hover-text-color);
    padding-left: 10px;
    color: var(--mainnav-dropdown-text-hover-color)
}

.sp-megamenu-parent .sp-dropdown .sp-module {
    padding: 0
}

.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
    font-size: 14px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: bold
}

.sp-megamenu-parent .sp-dropdown .sp-module .list {
    list-style: none;
    margin: 0;
    padding: 0
}

.sp-megamenu-parent .sp-dropdown .sp-module .list>li {
    display: block;
    padding: 0;
    position: relative
}

.sp-megamenu-parent .sp-dropdown .sp-module .list>li>a {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    padding: 8px 0;
    cursor: pointer;
    display: block;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 5px;
    color: var(--mainnav-dropdown-text-color);
    background-color: var(--mainnav-dropdown-bg-text-color)
}

.sp-megamenu-parent .sp-dropdown .sp-module .list>li>a:hover {
    background-color: var(--mainnav-dropdown-bg-hover-text-color);
    padding-left: 10px;
    color: var(--mainnav-dropdown-text-hover-color)
}

.sp-megamenu-parent .sp-dropdown .sp-module .list>li.active>a {
    background-color: var(--mainnav-dropdown-bg-hover-text-color);
    padding-left: 10px;
    color: var(--mainnav-dropdown-text-hover-color)
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
    margin: 0
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li:not(:last-child) {
    margin: 0 0 15px
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li a {
    font-size: 14px
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li a span {
    opacity: 0.8
}

.sp-megamenu-parent .sp-dropdown-mega>.row {
    margin-top: 20px
}

.sp-megamenu-parent .sp-dropdown-mega>.row:first-child {
    margin-top: 0
}

.sp-megamenu-parent .sp-dropdown-mega .sp-module {
    margin-left: 0px!important
}

.sp-megamenu-parent .sp-has-child:hover>.sp-dropdown {
    display: block
}

.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover>.sp-dropdown {
    -webkit-animation: spFadeIn 600ms;
    animation: spFadeIn 600ms
}

.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover>.sp-dropdown {
    -webkit-animation: spFadeInUp 400ms ease-in;
    animation: spFadeInUp 400ms ease-in
}

.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover>.sp-dropdown {
    -webkit-animation: spFadeInDown 400ms ease-in;
    animation: spFadeInDown 400ms ease-in
}

.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover>.sp-dropdown {
    -webkit-animation: spZoomIn 300ms;
    animation: spZoomIn 300ms
}

.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover>.sp-dropdown {
    -webkit-animation: spRotateIn 300ms;
    animation: spRotateIn 300ms
}

.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover>.sp-dropdown {
    -webkit-animation: spPulse 300ms;
    animation: spPulse 300ms
}

.offcanvas-menu .hide-on-offcanvas {
    display: none!important
}

body.ltr .sp-megamenu-parent>li.sp-has-child>a:after,body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    float: right;
    margin-left: 7px;
    font-weight: 900
}

body.ltr .sp-megamenu-parent>li .sp-menu-badge.sp-menu-badge-right {
    margin-left: 5px
}

body.ltr .sp-megamenu-parent>li .sp-menu-badge.sp-menu-badge-left {
    margin-right: 5px
}

body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    float: right;
    margin-left: 7px;
    font-weight: 900
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
    margin-left: 45px
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: 0
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: 0;
    margin-top: 0px
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
    right: 0
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    left: 100%
}

@media (min-width: 576px) {
    .sp-menu-full.container {
        width:540px
    }
}

@media (min-width: 768px) {
    .sp-menu-full.container {
        width:720px
    }
}

@media (min-width: 992px) {
    .sp-menu-full.container {
        width:960px
    }
}

@media (min-width: 1200px) {
    .sp-menu-full.container {
        width:1140px
    }
}

@media (min-width: 1400px) {
    .sp-menu-full.container {
        width:1320px
    }
}

#offcanvas-toggler {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: var(--header_height);
    line-height: var(--header_height);
    font-size: 20px
}

#offcanvas-toggler>span:hover {
    color: #fff
}

.offcanvas-init {
    overflow-x: hidden;
    position: relative
}

.offcanvas-active .offcanvas-overlay {
    visibility: visible;
    opacity: 1
}

.offcanvas-overlay {
    background: rgba(0,0,0,0.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.body-wrapper {
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.close-offcanvas {
    position: absolute;
    top: 25px;
    z-index: 1
}

.offcanvas-menu {
    width: 320px;
    height: 100%;
    position: fixed;
    top: 60px;
    overflow: inherit;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 10000
}

.offcanvas-menu #offcanvas-toggler {
    display: none!important
}

.offcanvas-menu .offcanvas-inner {
    padding: 25px
}

.offcanvas-menu .offcanvas-inner .header-modules {
    margin-left: 0px
}

.offcanvas-menu .offcanvas-inner .finder {
    margin-bottom: 10px
}

.offcanvas-menu .offcanvas-inner .sp-sign-in {
    position: relative;
    top: 10px
}

.offcanvas-menu .offcanvas-inner .sp-sign-in .signin-text {
    display: none!important
}

.offcanvas-menu .offcanvas-inner .sp-profile-wrapper .user-text {
    display: none!important
}

.offcanvas-menu .offcanvas-inner .social-icons,.offcanvas-menu .offcanvas-inner .sp-contact-info {
    font-size: 14px
}

.offcanvas-menu .offcanvas-inner .social-icons>li>a,.offcanvas-menu .offcanvas-inner .sp-contact-info>li>a {
    opacity: 0.7
}

.offcanvas-menu .offcanvas-inner .social-icons>li>a:focus,.offcanvas-menu .offcanvas-inner .social-icons>li>a:hover,.offcanvas-menu .offcanvas-inner .sp-contact-info>li>a:focus,.offcanvas-menu .offcanvas-inner .sp-contact-info>li>a:hover {
    opacity: 1
}

.offcanvas-menu .offcanvas-inner .sp-contact-info {
    margin-top: 20px
}

.offcanvas-menu .offcanvas-inner .sp-contact-info>li:not(:last-child) {
    margin-bottom: 10px
}

.offcanvas-menu .offcanvas-inner .sp-module {
    padding: 0;
    margin: 0
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-right: 20px
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
    font-size: 1rem;
    font-weight: bold
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 20px
}

.offcanvas-menu .offcanvas-inner .sp-module .awesomplete {
    width: 210px
}

.offcanvas-menu .offcanvas-inner ul.menu,.offcanvas-menu .offcanvas-inner ul.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    margin: 0 0 15px 0;
    list-style: none
}

.offcanvas-menu .offcanvas-inner ul.menu>li {
    border: 0;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: block;
    font-weight: 600
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a,.offcanvas-menu .offcanvas-inner ul.menu>li>span {
    display: block;
    font-size: 18px;
    padding: 10px 0px;
    position: relative;
    line-height: 18px;
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a:hover,.offcanvas-menu .offcanvas-inner ul.menu>li>span:hover {
    opacity: 1
}

.offcanvas-menu .offcanvas-inner ul.menu>li ul.menu-child {
    display: none
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler,.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler {
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 10px
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler:after,.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent>a {
    position: relative;
    display: block
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler {
    right: -10px;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 2px 10px
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent.menu-parent-open .menu-toggler:after {
    content: "\f107"
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>.menu-separator>.menu-toggler:after,.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>a>.menu-toggler:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>.nav-header>.menu-toggler:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler {
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul {
    display: none
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    font-size: 15px;
    padding: 4px 0px;
    line-height: 18px;
    font-weight: 400
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li {
    border-bottom: 1px solid rgba(32,31,31,0.1);
    margin-bottom: 0
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li>a {
    padding: 15px 30px 15px 10px
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu ul {
    padding-bottom: 15px
}

.offcanvas-menu.center-alignment .offcanvas-inner {
    padding: 0px 15px
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    margin-left: 20px
}

body.ltr #offcanvas-toggler.offcanvas-toggler-left {
    float: left;
    margin-right: 20px
}

body.ltr.offcanvs-position-left .body-wrapper {
    left: 0
}

body.ltr.offcanvs-position-left .offcanvas-menu {
    left: -320px;
    top: 0
}

body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
    left: 0;
    top: 0
}

body.ltr.offcanvs-position-right .body-wrapper {
    right: 0
}

body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -320px;
    top: 0
}

body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
    right: 0;
    top: 0
}

body.ltr .close-offcanvas {
    right: 15px
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler,body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler {
    right: -10px
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler {
    right: 0
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li ul {
    margin-left: 10px
}

@-webkit-keyframes spFadeIn {
    0% {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@keyframes spFadeIn {
    0% {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-webkit-keyframes spFadeInUp {
    0% {
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes spFadeInUp {
    0% {
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes spFadeInDown {
    0% {
        visibility: hidden;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes spFadeInDown {
    0% {
        visibility: hidden;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes spZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3,0.3,0.3);
        transform: scale3d(0.3,0.3,0.3)
    }

    to {
        opacity: 1
    }
}

@keyframes spZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3,0.3,0.3);
        transform: scale3d(0.3,0.3,0.3)
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes spRotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes spRotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes spPulse {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        opacity: 0.5;
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes spPulse {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        opacity: 0.5;
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes spSpin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spSpin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes grdAiguille {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes grdAiguille {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ptAiguille {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes ptAiguille {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loader1 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes loader1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loader6 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(180deg)
    }
}

@keyframes loader6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

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

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes audioWave {
    25% {
        background: -webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0.625em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.25em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.875em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 2.5em 50%;
        background: linear-gradient(var(--body-link-color),var(--body-link-color)) 0 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 0.625em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.25em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.875em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 2em,0.5em 0.25em,0.5em 0.25em,0.5em 0.25em,0.5em 0.25em
    }

    37.5% {
        background: -webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0.625em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.25em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.875em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 2.5em 50%;
        background: linear-gradient(var(--body-link-color),var(--body-link-color)) 0 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 0.625em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.25em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.875em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em,0.5em 2em,0.5em 0.25em,0.5em 0.25em,0.5em 0.25em
    }

    50% {
        background: -webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0.625em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.25em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.875em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 2.5em 50%;
        background: linear-gradient(var(--body-link-color),var(--body-link-color)) 0 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 0.625em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.25em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.875em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em,0.5em 0.25em,0.5em 2em,0.5em 0.25em,0.5em 0.25em
    }

    62.5% {
        background: -webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0.625em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.25em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.875em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 2.5em 50%;
        background: linear-gradient(var(--body-link-color),var(--body-link-color)) 0 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 0.625em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.25em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.875em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em,0.5em 0.25em,0.5em 0.25em,0.5em 2em,0.5em 0.25em
    }

    75% {
        background: -webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0.625em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.25em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.875em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 2.5em 50%;
        background: linear-gradient(var(--body-link-color),var(--body-link-color)) 0 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 0.625em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.25em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.875em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em,0.5em 0.25em,0.5em 0.25em,0.5em 0.25em,0.5em 2em
    }
}

@keyframes audioWave {
    25% {
        background: -webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0.625em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.25em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.875em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 2.5em 50%;
        background: linear-gradient(var(--body-link-color),var(--body-link-color)) 0 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 0.625em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.25em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.875em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 2em,0.5em 0.25em,0.5em 0.25em,0.5em 0.25em,0.5em 0.25em
    }

    37.5% {
        background: -webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0.625em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.25em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.875em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 2.5em 50%;
        background: linear-gradient(var(--body-link-color),var(--body-link-color)) 0 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 0.625em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.25em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.875em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em,0.5em 2em,0.5em 0.25em,0.5em 0.25em,0.5em 0.25em
    }

    50% {
        background: -webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0.625em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.25em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.875em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 2.5em 50%;
        background: linear-gradient(var(--body-link-color),var(--body-link-color)) 0 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 0.625em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.25em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.875em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em,0.5em 0.25em,0.5em 2em,0.5em 0.25em,0.5em 0.25em
    }

    62.5% {
        background: -webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0.625em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.25em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.875em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 2.5em 50%;
        background: linear-gradient(var(--body-link-color),var(--body-link-color)) 0 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 0.625em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.25em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.875em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em,0.5em 0.25em,0.5em 0.25em,0.5em 2em,0.5em 0.25em
    }

    75% {
        background: -webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0.625em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.25em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.875em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 2.5em 50%;
        background: linear-gradient(var(--body-link-color),var(--body-link-color)) 0 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 0.625em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.25em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.875em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em,0.5em 0.25em,0.5em 0.25em,0.5em 0.25em,0.5em 2em
    }
}

@-webkit-keyframes effect-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes effect-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sequence1 {
    0% {
        height: 10px
    }

    50% {
        height: 50px
    }

    to {
        height: 10px
    }
}

@keyframes sequence1 {
    0% {
        height: 10px
    }

    50% {
        height: 50px
    }

    to {
        height: 10px
    }
}

@-webkit-keyframes sequence2 {
    0% {
        height: 20px
    }

    50% {
        height: 65px
    }

    to {
        height: 20px
    }
}

@keyframes sequence2 {
    0% {
        height: 20px
    }

    50% {
        height: 65px
    }

    to {
        height: 20px
    }
}

@keyframes rot1 {
    to {
        -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
        transform: skew(-10deg) translateX(50px) rotate(405deg)
    }
}

@-webkit-keyframes rot1 {
    to {
        -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg)
    }
}

@keyframes rot2 {
    to {
        -webkit-transform: skew(-10deg) rotate(525deg);
        transform: skew(-10deg) rotate(525deg)
    }
}

@-webkit-keyframes rot2 {
    to {
        -webkit-transform: skew(-10deg) rotate(525deg)
    }
}

@keyframes rot3 {
    to {
        -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
        transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg)
    }
}

@-webkit-keyframes rot3 {
    to {
        -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg)
    }
}

@-webkit-keyframes width {
    10% {
        width: 10%
    }

    20% {
        width: 20%
    }

    30% {
        width: 30%
    }

    40% {
        width: 40%
    }

    50% {
        width: 50%
    }

    60% {
        width: 60%
    }

    70% {
        width: 70%
    }

    80% {
        width: 80%
    }

    90% {
        width: 90%
    }

    to {
        width: 100%
    }
}

@keyframes width {
    10% {
        width: 10%
    }

    20% {
        width: 20%
    }

    30% {
        width: 30%
    }

    40% {
        width: 40%
    }

    50% {
        width: 50%
    }

    60% {
        width: 60%
    }

    70% {
        width: 70%
    }

    80% {
        width: 80%
    }

    90% {
        width: 90%
    }

    to {
        width: 100%
    }
}

.sp-pre-loader {
    background: var(--body-bg-color);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.sp-pre-loader .sp-loader-clock {
    border: 3px solid var(--body-link-color);
    border-radius: 60px;
    bottom: 0;
    height: 80px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px
}

.sp-pre-loader .sp-loader-clock:after {
    content: "";
    position: absolute;
    background-color: var(--body-link-color);
    top: 2px;
    left: 48%;
    height: 38px;
    width: 4px;
    border-radius: 5px;
    -webkit-transform-origin: 50% 97%;
    transform-origin: 50% 97%;
    -webkit-animation: grdAiguille 2s linear infinite;
    animation: grdAiguille 2s linear infinite
}

.sp-pre-loader .sp-loader-clock:before {
    content: "";
    position: absolute;
    background-color: var(--body-link-color);
    top: 6px;
    left: 48%;
    height: 35px;
    width: 4px;
    border-radius: 5px;
    -webkit-transform-origin: 50% 94%;
    transform-origin: 50% 94%;
    -webkit-animation: ptAiguille 12s linear infinite;
    animation: ptAiguille 12s linear infinite
}

.sp-pre-loader .sp-loader-circle {
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 80px;
    border: 3px solid fade(var(--body-link-color),70%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: loader1 3s linear infinite;
    animation: loader1 3s linear infinite
}

.sp-pre-loader .sp-loader-circle:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 20px;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    background-color: var(--body-link-color)
}

.sp-pre-loader .sp-loader-bubble-loop {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 12px;
    background-color: var(--body-link-color);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: loader6 1s ease-in-out infinite;
    animation: loader6 1s ease-in-out infinite
}

.sp-pre-loader .sp-loader-bubble-loop:before {
    content: "";
    position: absolute;
    background-color: rgba(var(--body-link-color),0.5);
    top: 0px;
    left: -25px;
    height: 12px;
    width: 12px;
    border-radius: 12px
}

.sp-pre-loader .sp-loader-bubble-loop:after {
    content: "";
    position: absolute;
    background-color: rgba(var(--body-link-color),0.5);
    top: 0px;
    left: 25px;
    height: 12px;
    width: 12px;
    border-radius: 12px
}

.sp-pre-loader .circle-two {
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px
}

.sp-pre-loader .circle-two>span,.sp-pre-loader .circle-two>span:after,.sp-pre-loader .circle-two>span:before {
    content: "";
    display: block;
    border-radius: 50%;
    border: 2px solid var(--body-link-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.sp-pre-loader .circle-two>span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent;
    -webkit-animation: effect-2 2s infinite linear;
    animation: effect-2 2s infinite linear
}

.sp-pre-loader .circle-two>span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent
}

.sp-pre-loader .circle-two>span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent
}

.sp-pre-loader .wave-two-wrap {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    width: 90px
}

.sp-pre-loader .wave-two {
    margin: 0;
    list-style: none;
    width: 90px;
    position: relative;
    padding: 0;
    height: 10px
}

.sp-pre-loader .wave-two li {
    position: absolute;
    width: 2px;
    height: 0;
    background-color: var(--body-link-color);
    bottom: 0
}

.sp-pre-loader .wave-two li:first-child {
    left: 0;
    -webkit-animation: sequence1 1s ease infinite 0;
    animation: sequence1 1s ease infinite 0
}

.sp-pre-loader .wave-two li:nth-child(2) {
    left: 15px;
    -webkit-animation: sequence2 1s ease infinite 0.1s;
    animation: sequence2 1s ease infinite 0.1s
}

.sp-pre-loader .wave-two li:nth-child(3) {
    left: 30px;
    -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
    animation: sequence1 1s ease-in-out infinite 0.2s
}

.sp-pre-loader .wave-two li:nth-child(4) {
    left: 45px;
    -webkit-animation: sequence2 1s ease-in infinite 0.3s;
    animation: sequence2 1s ease-in infinite 0.3s
}

.sp-pre-loader .wave-two li:nth-child(5) {
    left: 60px;
    -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
    animation: sequence1 1s ease-in-out infinite 0.4s
}

.sp-pre-loader .wave-two li:nth-child(6) {
    left: 75px;
    -webkit-animation: sequence2 1s ease infinite 0.5s;
    animation: sequence2 1s ease infinite 0.5s
}

.sp-pre-loader .sp-loader-audio-wave {
    width: 3em;
    height: 2em;
    background: -webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 0.625em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.25em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 1.875em 50%,-webkit-gradient(linear,left top,left bottom,from(var(--body-link-color)),to(var(--body-link-color))) 2.5em 50%;
    background: linear-gradient(var(--body-link-color),var(--body-link-color)) 0 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 0.625em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.25em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 1.875em 50%,linear-gradient(var(--body-link-color),var(--body-link-color)) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em,0.5em 0.25em,0.5em 0.25em,0.5em 0.25em,0.5em 0.25em;
    -webkit-animation: audioWave 1.5s linear infinite;
    animation: audioWave 1.5s linear infinite;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.sp-pre-loader .sp-loader-with-logo {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sp-pre-loader .sp-loader-with-logo .logo {
    display: inline-block;
    width: auto
}

.sp-pre-loader .sp-loader-with-logo .line {
    background: var(--body-link-color);
    height: 5px;
    left: 0;
    position: absolute;
    top: 0
}

@media (max-width: 1199px) {
    #sp-header.full-header {
        padding-left:15px;
        padding-right: 15px
    }

    #sp-header.header-with-social #sp-menu .social-wrap {
        padding-left: 0px
    }

    .sp-megamenu-parent>li span,.sp-megamenu-parent>li>a {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width: 992px) {
    #sp-header.header-with-modal-menu #offcanvas-toggler.offcanvas {
        display:none!important
    }
}

@media (max-width: 991px) {
    .sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span {
        line-height:var(--header_height)
    }

    #sp-header {
        height: var(--header_height)
    }

    #sp-header.header-with-modal-menu #offcanvas-toggler {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    #sp-header.header-with-modal-menu #modal-menu-toggler {
        display: none
    }

    #sp-header.full-header-center #offcanvas-toggler.mega,#sp-header.full-header-left #offcanvas-toggler.mega,#sp-header.header-with-modal-menu #offcanvas-toggler.mega,#sp-header.header-with-social #offcanvas-toggler.mega,#sp-header.lg-header #offcanvas-toggler.mega {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    #sp-header.lg-header #offcanvas-toggler.mega {
        display: none!important
    }

    #sp-header.lg-header .offcanvas-toggler-left.offcanvas {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    #sp-header-topbar .container-inner>.row {
        min-height: var(--header_height)
    }

    #modal-menu {
        top: var(--header_height)
    }

    #offcanvas-toggler {
        height: var(--header_height);
        line-height: var(--header_height)
    }

    #sp-logo.has-border>.sp-column {
        border-right: none;
        padding-right: 0px
    }

    #sp-logo.has-border:after,#sp-menu .social-wrap:after {
        display: none
    }

    #sp-logo.has-border {
        padding-right: 15px
    }

    #sp-menu .social-wrap {
        padding-left: 15px
    }

    #sp-header.header-with-modal-menu.center-layout .sp-contact-info,#sp-header.header-with-modal-menu.classic-layout .sp-contact-info {
        display: none
    }

    #sp-header-topbar {
        margin: 10px 0px
    }

    #sp-header-topbar .container-inner {
        padding-bottom: 10px
    }

    .hu-media-modal .modal-content {
        height: 80vh
    }
}

@media (max-width: 767px) {
    #sp-menu .social-wrap {
        padding-left:10px
    }

    #sp-menu .social-wrap:after {
        display: none
    }

    #sp-header .menu-wrap {
        display: none
    }

    .hu-media-modal .modal-content {
        height: 85vh
    }

    .modal-dialog.jviewport-width80 {
        width: auto
    }
}

@media (max-width: 575px) {
    :root {
        --header_height:var(--header_height)
    }

    .sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span {
        line-height: var(--header_height)
    }

    #sp-header {
        height: var(--header_height)
    }

    #sp-header-topbar .container-inner>.row {
        min-height: var(--header_height)
    }

    #modal-menu {
        top: var(--header_height)
    }

    #offcanvas-toggler {
        height: var(--header_height);
        line-height: var(--header_height)
    }

    #sp-header .sp-module {
        margin-left: 10px
    }

    #sp-header .sp-module .sp-sign-in .text {
        display: none
    }

    #sp-menu ul.social-icons>li:not(:last-child) {
        margin-right: 10px
    }

    #sp-header.lg-header .top-part {
        border-bottom: none
    }

    #sp-header.lg-header #sp-contact {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    #sp-header.lg-header #sp-logo {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    #sp-header.lg-header #sp-social {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    #sp-header.lg-header #sp-social .sp-column {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    #sp-header.lg-header #sp-social .social-icons {
        margin: 0
    }

    #sp-header.lg-header #sp-social .social-icons>li:not(:last-child) {
        margin-right: 10px
    }

    #sp-header.lg-header .sp-contact-info {
        text-align: center;
        margin: 5px 0
    }

    .header-has-modules .container-inner>.row {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .header-has-modules #offcanvas-toggler {
        height: auto;
        line-height: 1.2
    }

    html.coming-soon #coming-soon-countdown .coming-soon-days,html.coming-soon #coming-soon-countdown .coming-soon-hours,html.coming-soon #coming-soon-countdown .coming-soon-minutes,html.coming-soon #coming-soon-countdown .coming-soon-seconds {
        width: 50%;
        margin-bottom: 15px
    }

    html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
        font-size: 2.5rem
    }

    html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
        font-size: 14px
    }

    .view-search #search-form .btn-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .view-search #search-form .btn,.view-search #search-form button {
        border-radius: 3px
    }
}

.t4-wrapper.show #t4-navigation {
    z-index: 12
}

div.logo-image img {
    -o-object-fit: contain;
    object-fit: contain
}

div.logo-image a:hover img {
    -webkit-animation: ministorm 0.5s ease;
    animation: ministorm 0.5s ease
}

@-webkit-keyframes ministorm {
    0%,to {
        -webkit-tranform: rotate(0deg)
    }

    30% {
        -webkit-transform: rotate(8deg)
    }

    70% {
        -webkit-transform: rotate(-8deg)
    }
}

@keyframes ministorm {
    0%,to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    30% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    70% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
}

#sp-header {
    background: #fff;
    height: var(--header_height)
}

#sp-header .t4-navigation {
    height: 100%
}

#sp-header .t4-row {
    position: relative
}

#sp-header .mainnav {
    position: static!important
}

.t4-promo-block {
    text-align: center;
    padding: 15px 30px;
    text-transform: capitalize;
    background: var(--header-promo--bg-color);
    margin: 0 auto
}

.t4-promo-block .promo-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--header-promo--text-color)
}

@media (min-width: 320px) and (max-width:767px) {
    .t4-promo-block .promo-title {
        display:block
    }
}

.t4-promo-block .promo-title h4 {
    margin: 0 10px 0 0;
    color: var(--header-promo--text-color)
}

@media (min-width: 768px) and (max-width:991px) {
    .t4-promo-block .promo-title h4 {
        text-align:left;
        width: 80%
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .t4-promo-block .promo-title h4 {
        text-align:center;
        width: 100%;
        margin: 0 0 5px 0
    }
}

.t4-promo-block a {
    color: var(--header-promo--link-color)
}

@media (min-width: 768px) and (max-width:991px) {
    .t4-promo-block a {
        text-align:left;
        font-size: 12px
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .t4-promo-block a {
        text-align:center;
        width: 100%;
        font-size: 12px
    }
}

.cwcookielaw {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 9px 10px;
    background: var(--color-black);
    z-index: 1111
}

.cwcookielaw .button {
    margin-left: 5px
}

@media (min-width: 320px) and (max-width:1335px) {
    .cwcookielaw p {
        display:block!important;
        margin-bottom: 10px
    }
}

div.cwcookielawbg {
    height: 0px
}

.cookies_height {
    height: 0;
    overflow: hidden
}

.cwcookiecontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 320px) and (max-width:991px) {
    .cwcookiecontainer {
        display:block!important
    }
}

.cwcookiecontainer>p {
    margin-bottom: 0;
    margin-right: 10px
}

.cwcookiecontainer .cwallowcookies {
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 4px
}

.cwcookiecontainer .cwcookiebubble {
    top: auto;
    bottom: 100%;
    right: auto;
    left: 50%;
    margin-bottom: 30px;
    background: var(--color-black);
    padding-top: 10px;
    height: auto;
    max-width: 90%;
    width: 100%;
    padding-bottom: 20px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.cwcookiecontainer .cwcookiebubble .cwcookietitle {
    color: var(--color-primary)
}

.cwcookiecontainer .cwcookiebubble p {
    margin: 0;
    padding: 0;
    color: var(--color-white);
    line-height: 14px;
    font-size: 12px;
    display: block
}

.cwcookiecontainer .cwcookiebubble:before {
    font-family: FontAwesome;
    content: "\f00d";
    margin-right: 0px;
    font-size: 14px;
    color: var(--color-white);
    font-weight: 400;
    text-shadow: none;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 8px
}

.cwcookiecontainer .cwcookiebubble:before:hover {
    opacity: 0.85
}

.t4-top-header {
    background: var(--header-topbar--bg-color);
    color: var(--header-topbar--text-color);
    text-transform: none;
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid var(--color-light)
}

.t4-top-header .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.topcall {
    font-size: 13px
}

.topcall .sp-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 27px
}

.topcall .sp-contact-info>li {
    margin-right: 20px;
    font-size: 14px;
    line-height: 22px
}

.topcall .sp-contact-mobile {
    font-size: 16px
}

.topcall a {
    color: var(--header-topbar--text-color)
}

.topcall a:hover {
    color: var(--body-link-hover-color)
}

.topcall span {
    font-size: 0;
    color: var(--color-dark);
    margin-right: 6px;
    float: left;
    position: relative;
    top: 0px
}

.topcall span:before {
    font-size: 22px
}

.top-icon-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -3px 0 -3px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: auto
}

.top-icon-blocks .top-header {
    padding-left: 3px;
    padding-right: 3px
}

.top-icon-blocks a {
    color: var(--header--link-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    padding: 6px 10px;
    background-color: var(--color-light);
    color: var(--color-black);
    border-radius: 3px;
    display: inline-block;
    width: 48px
}

.top-icon-blocks a:hover {
    color: var(--color-white);
    background-color: var(--color-dark)
}

.top-icon-blocks i.fa {
    font-size: 22px;
    font-style: normal;
    display: inline-block;
    position: relative;
    top: 0
}

.top-icon-blocks i.text {
    font-size: 13px;
    margin-left: 6px;
    top: 0px;
    font-style: normal;
    display: none
}

.top-icon-blocks span {
    font-size: 13px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    padding: 0 0;
    width: 20px;
    border-radius: 50px;
    background: var(--color-primary);
    margin-left: 0;
    color: var(--color-white);
    position: absolute;
    top: 12px;
    left: 24px
}

.top-icon-blocks b {
    display: none
}

.t4-header {
    background: var(--header--bg-color);
    color: var(--header--text-color);
    padding: 28px 0;
    z-index: 11
}

.t4-header .t4-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.t4-header .t4-row>div:first-child {
    margin-right: auto
}

.t4-header .t4-row>* {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: auto
}

.t4-header {
    padding: 20px 0;
    display: block
}

.t4-header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0
}

.t4-header .menu li {
    float: left;
    border-left: 1px solid #e4e4e4;
    padding-left: 15px;
    margin-left: 15px
}

.t4-header .menu li:first-child {
    border-left: none
}

.t4-header .menu a {
    color: var(--header--link-color);
    font-weight: 400;
    padding: 0
}

.t4-header .menu a.active,.t4-header .menu a:hover {
    color: var(--header--link-hover-color)
}

.t4-header .menu .active a {
    color: var(--header--link-hover-color)
}

.mod-languages {
    border-left: 1px solid #e4e4e4;
    padding-left: 15px;
    margin-left: -15px
}

.mod-currencies {
    border-left: 1px solid #e4e4e4;
    padding-left: 15px;
    margin-left: -15px
}

.header-button-currency,.header-button-languages {
    position: relative;
    display: inline-block;
    background-color: var(--color-light);
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.header-button-currency:hover,.header-button-languages:hover {
    background-color: var(--color-dark)
}

.header-button-currency:hover .heading,.header-button-languages:hover .heading {
    color: var(--color-white)
}

.header-button-currency:hover .heading:after,.header-button-languages:hover .heading:after {
    color: var(--color-white)
}

.header-button-currency .heading,.header-button-languages .heading {
    padding: 6px 10px;
    cursor: pointer;
    text-transform: capitalize
}

.header-button-currency .heading img,.header-button-languages .heading img {
    position: relative;
    top: 0 px;
    margin-right: 4px;
    display: inline-block
}

.header-button-currency .heading:after,.header-button-languages .heading:after {
    content: "\f0d7";
    font-size: 14px;
    font-family: FontAwesome;
    margin-left: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--color-dark)
}

.header-button-currency.open .heading:after,.header-button-languages.open .heading:after {
    content: "\f0d8";
    font-size: 14px;
    font-family: FontAwesome;
    margin-left: 5px
}

.header-button-currency ul,.header-button-languages ul {
    margin: 0;
    padding: 0;
    display: block;
    min-width: 150px;
    position: absolute;
    right: 0;
    top: 100%;
    list-style: none;
    margin: 20px 0 0 -15px;
    background: var(--color-dark);
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px
}

.header-button-currency ul i,.header-button-languages ul i {
    display: block;
    position: absolute;
    right: 20px;
    top: -8px;
    font-size: 18px;
    color: var(--color-dark);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-button-currency ul li,.header-button-languages ul li {
    font-size: 13px;
    line-height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden
}

.header-button-currency ul li:first-child,.header-button-languages ul li:first-child {
    border-top: none
}

.header-button-currency ul li img,.header-button-languages ul li img {
    top: -1px;
    position: relative;
    margin-right: 2px;
    display: inline-block
}

.header-button-currency ul li a,.header-button-languages ul li a {
    display: block;
    padding: 0 10px;
    cursor: pointer;
    color: var(--color-white)!important
}

.header-button-currency ul li a:hover,.header-button-languages ul li a:hover {
    background-color: var(--color-black)
}

.header-button-currency ul li a.act,.header-button-languages ul li a.act {
    cursor: default;
    background-color: var(--color-black)
}

.header-button-currency ul li:first-child a,.header-button-languages ul li:first-child a {
    border-radius: 3px 3px 0 0
}

.header-button-currency ul li:last-child a,.header-button-languages ul li:last-child a {
    border-radius: 0 0 3px 3px
}

.header-button-currency.open,.header-button-languages.open {
    z-index: 101;
    background-color: var(--color-dark)
}

.header-button-currency.open .heading,.header-button-languages.open .heading {
    color: var(--color-white)
}

.header-button-currency.open .heading:after,.header-button-languages.open .heading:after {
    color: var(--color-white)
}

.header-button-currency.open ul,.header-button-languages.open ul {
    margin-top: 11px;
    opacity: 1;
    visibility: visible
}

.t4-navigation {
    background: var(--mainnav-bg-row-color);
    padding: 0;
    z-index: 0;
    border-top: none
}

.t4-navigation .t4-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.t4-navigation .t4-row>.col-logo {
    margin-right: auto
}

.t4-navigation .t4-row>* {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: auto
}

.t4-navigation {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.t4-navigation:before {
    content: " ";
    background: var(--color-white);
    visibility: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: -70px;
    max-height: 60px;
    height: 100%
}

.t4-navigation.srcbg:before {
    opacity: 1;
    visibility: visible;
    top: 0px
}

.t4-navigation .head-search {
    width: auto;
    margin-left: -15px
}

.t4-navigation .head-search .serchline .sropen {
    font-size: 22px;
    line-height: 38px;
    color: var(--mainnav-text-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    padding: 0;
    width: 36px;
    height: 38px;
    border-radius: 3px;
    background-color: var(--mainnav-bg-text-color);
    transition: all 0.3s;
    text-align: center
}

.t4-navigation .head-search .serchline .sropen:hover {
    color: var(--color-white);
    background: var(--color-primary)
}

.t4-navigation .head-search .serchline .srclose {
    position: absolute;
    right: 8px;
    top: 50%;
    font-size: 22px;
    line-height: 38px;
    margin-top: -19px;
    cursor: pointer;
    z-index: 112;
    padding: 0;
    background: var(--color-light);
    color: var(--body-link-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
    width: 36px;
    height: 38px;
    text-align: center;
    display: inline-block
}

.t4-navigation .head-search .serchline .srclose:hover {
    background: var(--color-primary);
    color: var(--color-white)
}

.t4-navigation.srcbg .navbar-header {
    z-index: 1
}

.t4-navigation.srcbg .sp-vmsearch {
    opacity: 1;
    visibility: visible;
    top: 0px
}

.t4-navigation.srcbg .search-custom {
    width: 100%;
    z-index: 2
}

.t4-navigation.srcbg .search-custom .serchline {
    width: 100%
}

.t4-navigation.srcbg .search-custom .sropen {
    opacity: 0;
    visibility: hidden
}

.t4-navigation .sp-vmsearch {
    background: var(--color-white);
    padding: 6px 15px 6px 15px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    top: -70px;
    z-index: 111;
    height: var(--header_height)
}

.t4-navigation .sp-vmsearch:before {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color-white)
}

.t4-navigation .sp-vmsearch:after {
    position: absolute;
    right: -22%;
    top: 0;
    width: 50%;
    height: 100%;
    background: var(--color-white);
    z-index: 1
}

.t4-navigation .sp-vmsearch form {
    padding: 5px 0;
    margin: 0 -10px;
    position: relative;
    z-index: 2
}

.t4-navigation .sp-vmsearch .search-input-wrapper {
    float: left;
    width: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px
}

.t4-navigation .sp-vmsearch .search-input-wrapper .dropdown-menu {
    margin-top: 0px!important
}

.t4-navigation .sp-vmsearch .search-input-wrapper .sp-vmsearch-box {
    margin-bottom: 0
}

@media (min-width: 768px) and (max-width:991px) {
    .t4-navigation .sp-vmsearch .search-input-wrapper {
        width:38%
    }
}

@media (min-width: 480px) and (max-width:767px) {
    .t4-navigation .sp-vmsearch .search-input-wrapper {
        padding:0 5px;
        width: 30%
    }
}

@media (min-width: 320px) and (max-width:479px) {
    .t4-navigation .sp-vmsearch .search-input-wrapper {
        width:55%
    }
}

.t4-navigation .sp-vmsearch .sp-vmsearch-categorybox {
    float: left;
    width: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px
}

@media (min-width: 480px) and (max-width:767px) {
    .t4-navigation .sp-vmsearch .sp-vmsearch-categorybox {
        padding:0 5px
    }
}

.t4-navigation .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories {
    background: var(--color-light);
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 20px;
    color: var(--body-text-color);
    width: 100%;
    outline: none;
    position: relative;
    border-radius: 3px
}

.t4-navigation .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (min-width: 320px) and (max-width:479px) {
    .t4-navigation .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories {
        display:none!important
    }
}

.t4-navigation .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories .select {
    display: block;
    float: none!important;
    padding: 0 20px;
    cursor: pointer
}

.t4-navigation .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories .select .trigger:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 12px;
    font-style: normal;
    margin-left: 4px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px
}

.t4-navigation .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown {
    margin-top: 10px;
    background: var(--color-white);
    width: 100%
}

.t4-navigation .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.t4-navigation .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul li {
    border-top: none;
    line-height: 30px;
    cursor: pointer;
    padding: 0 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.t4-navigation .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul li:hover {
    background: var(--color-light);
    color: var(--color-primary)
}

.t4-navigation .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul li.sel {
    cursor: default;
    color: var(--color-primary);
    background: var(--color-light)
}

.t4-navigation .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul li+li {
    border-top: 1px solid var(--color-light)
}

.t4-navigation .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories.opened {
    z-index: 100!important
}

.t4-navigation .sp-vmsearch .sp-vmsearch-categorybox .sp-vmsearch-categories.opened .trigger:after {
    content: "\f0d8"
}

.t4-navigation .sp-vmsearch .search-button-wrapper {
    float: left;
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px
}

.head-cart {
    position: relative;
    margin-left: -15px
}

#vmCartModule {
    position: relative;
    padding-bottom: 11px;
    margin-bottom: -10px;
    top: 0
}

#vmCartModule .miniart {
    position: relative;
    padding: 8px 12px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: visible;
    background-color: var(--color-primary);
    border-radius: 6px
}

#vmCartModule .miniart i {
    font-size: 14px;
    font-style: normal;
    display: inline-block;
    position: relative;
    top: 0px
}

#vmCartModule .miniart .art-text {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-size: 0
}

#vmCartModule .miniart .art-text i {
    margin-right: 4px;
    font-size: 22px;
    line-height: 24px
}

#vmCartModule .miniart .cart_num .total_items {
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    width: 25px;
    line-height: 25px;
    color: #fff;
    position: absolute;
    left: 28px;
    top: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--color-dark);
    border-radius: 100%
}

#vmCartModule .miniart .cart_num i {
    color: #fff
}

#vmCartModule .miniart .total_2 {
    display: none
}

#vmCartModule .miniart .total {
    display: none!important
}

#vmCartModule #cart_list {
    position: absolute;
    right: 0px;
    top: 100%;
    margin-top: 5px;
    display: block;
    background: #fff;
    width: 335px;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 11;
    border-top: 3px solid var(--color-primary)
}

@media (min-width: 320px) and (max-width:479px) {
    #vmCartModule #cart_list {
        right:0px;
        width: 290px!important;
        margin-top: -10px
    }
}

#vmCartModule #cart_list .text-art {
    padding: 15px
}

#vmCartModule #cart_list .container {
    width: 100%
}

#vmCartModule #cart_list #cart_post {
    display: none
}

#vmCartModule #cart_list #vm_cart_products {
    border-top: 1px solid var(--color-light);
    border-bottom: 1px solid var(--color-light)
}

#vmCartModule #cart_list #vm_cart_products .container {
    padding: 15px
}

#vmCartModule #cart_list #vm_cart_products .container .marg-bot {
    position: relative;
    overflow: hidden
}

#vmCartModule #cart_list #vm_cart_products .container .marg-bot .image {
    float: left;
    width: 60px;
    background: #f5f3f4;
    padding: 1px;
    margin-right: 10px;
    border-radius: 3px
}

#vmCartModule #cart_list #vm_cart_products .container .marg-bot .image img {
    width: 100%;
    height: auto;
    border-radius: 3px
}

#vmCartModule #cart_list #vm_cart_products .container .marg-bot .fleft {
    float: left;
    width: 200px;
    margin-right: 10px;
    text-transform: none
}

#vmCartModule #cart_list #vm_cart_products .container .marg-bot .fleft .product_name a {
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
    display: inline-block
}

#vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright {
    float: right
}

#vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .wrap-cart {
    margin-top: -3px
}

#vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .vm2-remove_from_cart {
    cursor: pointer;
    color: var(--color-primary)
}

#vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .vm2-remove_from_cart i {
    font-style: normal
}

#vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .vm2-remove_from_cart .product_cart_id {
    opacity: 0;
    visibility: hidden
}

#vmCartModule #cart_list #vm_cart_products .container .marg-bot .fright .vm2-remove_from_cart:hover {
    color: var(--color-dark)
}

#vmCartModule #cart_list #vm_cart_products .container+.container {
    border-top: 1px solid var(--color-light)
}

#vmCartModule #cart_list #vm_cart_products.none {
    display: none
}

#vmCartModule #cart_list .all {
    padding: 15px
}

#vmCartModule #cart_list .all .tot3 {
    overflow: hidden;
    width: 100%
}

#vmCartModule #cart_list .all .tot3 span {
    color: var(--color-black);
    font-size: 14px;
    line-height: 24px;
    float: left
}

#vmCartModule #cart_list .all .tot3 strong {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: right;
    float: right
}

#vmCartModule #cart_list .all .tot4 {
    overflow: hidden;
    width: 100%
}

#vmCartModule #cart_list .all .tot4 span {
    color: var(--color-black);
    font-size: 14px;
    line-height: 24px;
    float: left
}

#vmCartModule #cart_list .all .tot4 strong {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: right;
    float: right
}

#vmCartModule #cart_list .all .total {
    overflow: hidden;
    width: 100%
}

#vmCartModule #cart_list .all .total span {
    color: var(--color-black);
    font-size: 14px;
    line-height: 24px;
    float: left;
    font-weight: 700
}

#vmCartModule #cart_list .all .total strong {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-align: right;
    float: right
}

#vmCartModule #cart_list .all .show_cart {
    margin: 15px -15px 0 -15px;
    padding: 15px 15px 0 15px;
    border-top: 1px solid var(--color-light)
}

#vmCartModule #cart_list .all .show_cart #cart_post {
    float: left
}

#vmCartModule #cart_list .all.none {
    display: none
}

#vmCartModule.open .miniart {
    background-color: var(--color-black)
}

#vmCartModule.open .total_items {
    background-color: var(--color-primary)!important
}

#vmCartModule.open #cart_list {
    opacity: 1;
    visibility: visible;
    margin-top: -1px
}

#cart_list.empty #vm_cart_products,#cart_list.empty .all {
    display: none
}

.show-login {
    overflow: hidden
}

.headlogin {
    position: relative;
    margin-left: -15px
}

.poping_links .heading:before {
    content: "\f023";
    font-family: FontAwesome;
    margin-right: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.poping_links.log_in .heading {
    font-size: 0;
    line-height: 38px;
    color: var(--mainnav-text-color);
    background-color: var(--mainnav-bg-text-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 3px;
    height: 38px;
    width: 36px;
    padding: 0;
    text-align: center;
    margin: 0
}

@media (min-width: 320px) and (max-width:767px) {
    .poping_links.log_in .heading {
        right:90px
    }
}

.poping_links.log_in .heading:before {
    font-size: 22px;
    margin: 0px;
    color: var(--mainnav-text-color);
    position: relative;
    top: 1px
}

.poping_links.log_in .heading:hover {
    color: var(--color-white);
    background: var(--color-primary)
}

.poping_links.log_in .heading:hover:before {
    color: var(--color-white)
}

.poping_links.log_out .admin {
    display: none
}

.poping_links.log_out .heading:before {
    display: none
}

.poping_links.log_out .logout {
    font-size: 0;
    line-height: 38px;
    color: var(--mainnav-text-color);
    background-color: var(--mainnav-bg-text-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    border-radius: 3px;
    height: 38px;
    width: 36px;
    padding: 0;
    text-align: center
}

@media (min-width: 320px) and (max-width:767px) {
    .poping_links.log_out .logout {
        right:90px
    }
}

.poping_links.log_out .logout:before {
    content: "\f09c";
    font-family: FontAwesome;
    font-size: 22px;
    margin: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--mainnav-text-color)
}

.poping_links.log_out .logout:hover {
    color: var(--color-white);
    background: var(--color-primary)
}

.poping_links.log_out .logout:hover:before {
    color: var(--color-white)
}

.poping_links #myModal.modal {
    bottom: 0;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1050;
    display: block;
    pointer-events: none
}

.poping_links #myModal.show {
    z-index: 1050;
    pointer-events: auto
}

.poping_links #myModal.show .modal-dialog {
    z-index: 1050;
    pointer-events: auto;
    top: 40%
}

.poping_links #myModal .modal-backdrop {
    visibility: hidden;
    display: none;
    opacity: 0.5
}

.poping_links #myModal .modal-dialog {
    z-index: -1050;
    width: 320px;
    height: auto;
    overflow: auto;
    margin: 0;
    position: absolute;
    left: 50%;
    top: -100%;
    margin-left: -160px;
    border: none;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    pointer-events: none
}

.poping_links #myModal .modal-dialog .modal-content {
    text-transform: capitalize;
    padding: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 3px;
    border-top: 3px solid var(--color-primary)
}

.poping_links #myModal .modal-dialog .modal-content .modal-header {
    border-bottom: none;
    padding: 0;
    overflow: hidden
}

.poping_links #myModal .modal-dialog .modal-content .modal-header .title {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    width: auto;
    display: block;
    clear: right;
    float: left;
    padding-top: 4px;
    margin-right: auto
}

.poping_links #myModal .modal-dialog .modal-content .modal-header .create_customer {
    float: right;
    width: auto
}

.poping_links #myModal .modal-dialog .modal-content .modal-header .close {
    display: block;
    position: absolute;
    right: 3px;
    top: -3px;
    padding-bottom: 0;
    font-size: 16px
}

.poping_links #myModal .modal-dialog .modal-content .modal-body {
    padding: 20px 0 0 0
}

.poping_links #myModal .modal-dialog .modal-content .modal-body .wrapper_remember {
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 10px
}

.poping_links #myModal .modal-dialog .modal-content .modal-body .wrapper_remember input {
    float: left
}

.poping_links #myModal .modal-dialog .modal-content .modal-body .wrapper_remember label {
    float: left
}

.poping_links #myModal .modal-dialog .modal-content .modal-body .button-log .button {
    float: left
}

.poping_links #myModal .modal-dialog .modal-content .modal-body .button-log ul {
    list-style: none;
    margin-top: -3px;
    float: right;
    padding-left: 0
}

.poping_links #myModal .modal-dialog .modal-content .modal-body .button-log ul li {
    font-size: 13px;
    line-height: 20px
}

.poping_links #myModal .modal-dialog .modal-content .modal-footer {
    padding: 0;
    margin-top: 10px
}

.poping_links #myModal.show .modal-backdrop {
    visibility: visible;
    display: block
}

.mainnav {
    margin-right: auto
}

.mainnav .navbar,.mainnav .t4-navbar {
    position: static
}

#sp-menu .sp-module {
    margin-top: 0
}

#sp-menu .sp-module.brand_megamenu {
    margin-top: 15px;
    color: var(--body-text-color)
}

@media (min-width: 768px) and (max-width:991px) {
    #sp-menu .sp-module.brand_megamenu {
        margin-left:-5px;
        margin-right: -5px
    }
}

#sp-menu .sp-module.brand_megamenu .vmmanufacturerbrand_megamenu {
    overflow: hidden;
    margin: 0 -10px -20px
}

@media (min-width: 768px) and (max-width:1199px) {
    #sp-menu .sp-module.brand_megamenu .vmmanufacturerbrand_megamenu {
        margin:0 -5px
    }
}

#sp-menu .sp-module.brand_megamenu .vmmanufacturerbrand_megamenu>div {
    float: left;
    padding: 10px 10px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

@media (min-width: 768px) and (max-width:1199px) {
    #sp-menu .sp-module.brand_megamenu .vmmanufacturerbrand_megamenu>div {
        padding:0
    }
}

#sp-menu .sp-module.brand_megamenu .vmmanufacturerbrand_megamenu>div a {
    border: 3px solid var(--color-light);
    background: var(--color-light);
    padding: 0;
    display: block;
    overflow: hidden;
    border-radius: 3px
}

#sp-menu .sp-module.brand_megamenu .vmmanufacturerbrand_megamenu>div a:hover {
    padding: 0
}

#sp-menu .sp-module.brand_megamenu .vmmanufacturerbrand_megamenu>div a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#sp-menu .sp-module.brand_megamenu .vmmanufacturerbrand_megamenu>div img {
    width: 100%;
    height: auto;
    opacity: 1;
    padding: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media (min-width: 768px) and (max-width:1199px) {
    #sp-menu .sp-module.brand_megamenu .vmmanufacturerbrand_megamenu>div img {
        padding:5px
    }
}

#sp-menu .sp-module.textbottom .box-text-bot {
    background: var(--color-white);
    padding: 30px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#sp-menu .sp-module.textbottom .box-text-bot .title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 26px;
    color: var(--color-primary);
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: none;
    padding: 0
}

#sp-menu .sp-module.textbottom .box-text-bot .desc {
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: var(--color-black);
    padding-top: 10px;
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: none
}

#sp-menu .sp-module.textbottom .box-text-bot .desc a {
    font-weight: 400;
    clear: left;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: none;
    padding: 0
}

#sp-menu .sp-module.textbottom .box-text-bot .desc a:before {
    content: " ";
    width: 100%;
    height: 1px;
    display: block
}

#sp-menu .sp-module.textbottom .box-text-bot .desc a:hover {
    color: var(--color-white);
    text-decoration: underline
}

#sp-menu .sp-module.textbottom .box-text-bot:hover {
    background: var(--color-primary)
}

#sp-menu .sp-module.textbottom .box-text-bot:hover .desc,#sp-menu .sp-module.textbottom .box-text-bot:hover .title {
    color: var(--color-white)
}

#sp-menu .sp-module.textbottom .box-text-bot:hover .desc a,#sp-menu .sp-module.textbottom .box-text-bot:hover .title a {
    color: var(--color-white)
}

#sp-menu .megascreenshot {
    display: inline-block;
    width: 60px;
    margin-right: 10px
}

#sp-menu .megascreenshot img {
    width: 100%;
    height: auto
}

#sp-menu .list.mega-nav.img {
    margin: 0 0;
    overflow: hidden;
    padding: 0 0;
    list-style: none
}

#sp-menu .list.mega-nav.img li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    text-transform: capitalize;
    margin: 0;
    list-style: none
}

#sp-menu .list.mega-nav.img li a {
    padding: 0!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#sp-menu .list.mega-nav.img li a span {
    padding: 0px!important
}

#sp-menu .list.mega-nav.img li a:after {
    display: none
}

#sp-menu .list.mega-nav.img li ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none
}

#sp-menu .list.mega-nav.img li ul li {
    text-transform: none;
    position: relative;
    padding-left: 25px;
    margin-top: 10px
}

#sp-menu .list.mega-nav.img li ul li:before {
    content: "--";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 40%;
    color: var(--body-text-color)
}

#sp-menu .list.mega-nav.img li ul li span {
    padding: 0px
}

#sp-menu .list.mega-nav.img li:first-child {
    border-top: none
}

.logo-small {
    display: none
}

@media (min-width: 320px) and (max-width:991px) {
    .logo-small {
        display:block;
        position: absolute;
        left: 80px;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }
}

#triggerButton {
    display: none;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    background: none;
    color: var(--color-white);
    padding: 12px 20px;
    line-height: 36px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    text-transform: none;
    font-weight: 400;
    max-height: 60px;
    position: relative
}

@media (min-width: 320px) and (max-width:991px) {
    #triggerButton {
        display:block;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

#triggerButton .c-button__text {
    display: block;
    position: relative;
    z-index: 2
}

#triggerButton:after {
    content: " ";
    background-color: var(--color-black);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4
}

.t4-offcanvas .t4-off-canvas-body .navbar .navbar-nav .btn-toggle {
    color: var(--color-black)!important;
    background: none;
    border: 1px solid var(--color-light);
    margin-top: 5px!important
}

#offcanvas-toggler {
    position: absolute;
    right: 2px;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    color: var(--color-white);
    display: none!important
}

#offcanvas-toggler .burger-icon>span {
    background-color: var(--color-dark);
    position: relative;
    z-index: 2
}

#offcanvas-toggler:after {
    content: " ";
    background-color: var(--color-gray);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.9
}

#sp-menu #offcanvas-toggler {
    display: none!important
}

.offcanvas-menu {
    background-color: var(--color-white)
}

.offcanvas-menu ul.menu {
    margin-bottom: 0!important
}

.offcanvas-menu div.offcanvas-inner {
    padding-left: 1rem;
    padding-right: 1rem;
    height: calc(97% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch
}

.offcanvas-menu div.offcanvas-inner .canvas__footer {
    margin-top: auto
}

.offcanvas-menu .sp-contact-info li {
    display: block;
    margin-bottom: 15px
}

.offcanvas-menu .sp-contact-info li span {
    font-size: 18px;
    color: var(--body-link-color);
    margin-right: 6px;
    min-width: 20px
}

.offcanvas-menu .social-icons a {
    opacity: 1
}

.offcanvas-menu .social-icons span {
    font-size: 20px;
    line-height: 22px
}

.offcanvas-menu .offcanvas-inner .canvas__menu .sp-module {
    margin: 0;
    overflow: hidden
}

.offcanvas-menu .offcanvas-inner .canvas__menu li {
    position: relative;
    padding-right: 30px
}

.offcanvas-menu .offcanvas-inner .canvas__menu li.menu-parent>a {
    position: static!important
}

.offcanvas-menu .offcanvas-inner .canvas__menu li.menu-parent .menu-toggler {
    position: absolute;
    right: 0px!important;
    top: 5px!important;
    opacity: 1;
    width: 30px;
    text-align: center;
    font-weight: 400;
    line-height: 30px!important;
    height: 30px;
    display: inline-block;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--color-light);
    -webkit-transform: translate(0,0)!important;
    transform: translate(0,0)!important;
    padding: 0!important
}

.offcanvas-menu .offcanvas-inner .canvas__menu li.menu-parent .menu-toggler:after {
    content: "+"!important
}

.offcanvas-menu .offcanvas-inner .canvas__menu li.menu-parent .menu-toggler:hover {
    color: var(--color-white);
    background-color: var(--color-primary)
}

.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li {
    border-bottom: 1px solid var(--color-light);
    overflow: visible
}

.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li>a,.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li>span {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 1;
    color: var(--body-link-color)
}

.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li>a:hover {
    color: var(--body-link-hover-color)
}

.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li.active>a,.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li.active>span {
    color: var(--body-link-hover-color)
}

.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li>.menu-child>li a,.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li>.menu-child>li span {
    font-size: 15px;
    line-height: 20px;
    color: var(--body-text-color);
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block
}

.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li>.menu-child>li>a:hover {
    color: var(--body-link-hover-color)
}

.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li>.menu-child>li.active>a,.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li>.menu-child>li.active>span {
    color: var(--body-link-hover-color)
}

.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li>.menu-child .menu-child {
    margin-bottom: 5px;
    margin-top: 10px
}

.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li>.menu-child .menu-child a {
    padding: 10px 0;
    display: inline-block
}

.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li>.menu-child .menu-child a:hover {
    text-decoration: underline;
    text-underline-offset: 2px
}

.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li>.menu-child .menu-child .active>a {
    text-decoration: underline;
    text-underline-offset: 2px
}

.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li.menu-parent-open>a .menu-toggler,.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li.menu-parent-open>span .menu-toggler {
    color: var(--color-white);
    background-color: var(--color-primary)
}

.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li.menu-parent-open>a .menu-toggler:after,.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li.menu-parent-open>span .menu-toggler:after {
    content: "-"!important
}

.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li.menu-parent-open .menu-parent-open .menu-toggler {
    color: var(--color-white);
    background-color: var(--color-primary)
}

.offcanvas-menu .offcanvas-inner .canvas__menu .menu>li.menu-parent-open .menu-parent-open .menu-toggler:after {
    content: "-"!important
}

.offcanvas-menu .canvas__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.offcanvas-menu .canvas-header-block1 {
    width: 50%;
    text-align: center;
    padding: 10px 5px;
    border-top: 1px solid var(--color-light);
    border-bottom: 1px solid var(--color-light);
    margin-top: 0
}

.offcanvas-menu .canvas-header-block1 img {
    display: inline-block
}

.offcanvas-menu .canvas-header-block1 #cur-lang ul {
    right: auto;
    left: 25px;
    top: auto;
    bottom: 100%;
    margin-bottom: 13px
}

.offcanvas-menu .canvas-header-block1 .mod-languages {
    position: relative;
    border: none
}

.offcanvas-menu .canvas-header-block1 .mod-languages .header-button-languages {
    position: static
}

.offcanvas-menu .canvas-header-block2 {
    width: 50%;
    text-align: center;
    padding: 10px 5px;
    border-top: 1px solid var(--color-light);
    border-bottom: 1px solid var(--color-light);
    margin-top: 0
}

.offcanvas-menu .canvas-header-block2 #cur-lang ul {
    right: -4px;
    left: auto;
    top: auto;
    bottom: 100%;
    margin-bottom: 13px
}

.offcanvas-menu .canvas-header-block2 #cur-lang ul li a {
    padding: 0 20px 0 0px
}

.offcanvas-menu .canvas-header-block2 .mod-currencies {
    position: relative
}

.offcanvas-menu .canvas-header-block2 .mod-currencies .header-button-currency {
    position: static
}

.t4-navigation.style_1 .col-logo {
    display: none!important
}

.t4-navigation.style_1 .col-social {
    margin-right: auto
}

.t4-header.style_1 .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.t4-header.style_1 .t4-row>* {
    width: 33.33%
}

.t4-header.style_1 .logo {
    text-align: center
}

.t4-header.style_1 .sp-contact-info li {
    display: none
}

.t4-header.style_1 .sp-contact-info .sp-contact-mobile {
    font-size: 22px;
    display: block
}

.t4-header.style_1 .sp-contact-info .sp-contact-mobile span {
    top: -2px
}

.t4-header.style_1 .topinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

ul.social-icons {
    margin: 6px 0 0 0;
    padding: 0;
    list-style: none
}

ul.social-icons li {
    text-align: center;
    margin: 0 5px 0 0!important;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: 34px
}

ul.social-icons li a {
    display: block;
    border-radius: 34px;
    color: #fff;
    width: 34px;
    height: 34px;
    font-size: 13px;
    line-height: 34px;
    text-align: center
}

ul.social-icons li a:hover {
    background-color: var(--color-dark)
}

ul.social-icons li a span {
    color: #fff;
    font-size: 13px;
    line-height: 34px;
    margin: 0;
    float: none;
    position: static
}

ul.social-icons li a span:before {
    font-size: 13px
}

ul.social-icons .social-icon-facebook a {
    background-color: #306199
}

ul.social-icons .social-icon-twitter a {
    background-color: #26c4f1
}

ul.social-icons .social-icon-linkedin a {
    background-color: #007bb6
}

ul.social-icons .social-icon-pinterest a {
    background-color: #b81621
}

ul.social-icons .social-icon-instagram a {
    background-color: #eb4823
}

ul.social-icons .social-icon-youtube a {
    background-color: #ed4054
}

ul.social-icons .social-icon-dribbble a {
    background-color: #ea4c89
}

ul.social-icons .social-icon-behance a {
    background-color: #7000e3
}

ul.social-icons .social-icon-skype a {
    background-color: #58a0d2
}

ul.social-icons .social-icon-whatsapp a {
    background-color: #00d66e
}

ul.social-icons .social-icon-flickr a {
    background-color: #2a2a2a
}

ul.social-icons .social-icon-vk a {
    background-color: #597ba5
}

.top-border-style {
    border-top: 3px solid var(--color-primary)
}

#t4-navigation.top-border-style {
    border-top: none;
    position: relative
}

#t4-navigation.top-border-style:after {
    content: "";
    height: 3px;
    width: 100%;
    display: block;
    background-color: var(--color-primary);
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 111
}

#t4-top-header.style-default .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#t4-top-header.style-default .row>div:first-child {
    margin-right: auto
}

#t4-top-header.style-default .row>* {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: auto
}

#t4-top-header.style-default .topcall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#t4-top-header.style-default .topcall .sp-contact-info>li {
    font-weight: 16px
}

#t4-top-header.style-default .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0
}

#t4-top-header.style-default .menu li {
    float: left;
    border-left: 1px solid #e4e4e4;
    padding-left: 15px;
    margin-left: 15px
}

#t4-top-header.style-default .menu li:first-child {
    border-left: none
}

#t4-top-header.style-default .menu a {
    color: var(--header--link-color);
    font-weight: 400;
    padding: 0
}

#t4-top-header.style-default .menu a.active,#t4-top-header.style-default .menu a:hover {
    color: var(--header--link-hover-color)
}

#t4-top-header.style-default .menu .active a {
    color: var(--header--link-hover-color)
}

#t4-header.style-default .serchline form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#t4-header.style-default .search-input-wrapper,#t4-header.style-default .sp-vmsearch-categorybox {
    width: 210px
}

#t4-header.style-default .sp-vmsearch-box {
    margin-bottom: 0
}

#t4-header.style-default .sp-vmsearch-categorybox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px
}

@media (min-width: 480px) and (max-width:767px) {
    #t4-header.style-default .sp-vmsearch-categorybox {
        padding:0 5px
    }
}

#t4-header.style-default .sp-vmsearch-categorybox .sp-vmsearch-categories {
    background: var(--color-light);
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 20px;
    color: var(--body-text-color);
    width: 100%;
    outline: none;
    position: relative;
    border-radius: 3px;
    z-index: 99!important
}

#t4-header.style-default .sp-vmsearch-categorybox .sp-vmsearch-categories:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (min-width: 320px) and (max-width:479px) {
    #t4-header.style-default .sp-vmsearch-categorybox .sp-vmsearch-categories {
        display:none!important
    }
}

#t4-header.style-default .sp-vmsearch-categorybox .sp-vmsearch-categories .select {
    display: block;
    float: none!important;
    padding: 0 20px;
    cursor: pointer
}

#t4-header.style-default .sp-vmsearch-categorybox .sp-vmsearch-categories .select .trigger:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 12px;
    font-style: normal;
    margin-left: 4px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px
}

#t4-header.style-default .sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown {
    margin-top: 10px;
    background: var(--color-white);
    width: 100%
}

#t4-header.style-default .sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#t4-header.style-default .sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul li {
    border-top: none;
    line-height: 30px;
    cursor: pointer;
    padding: 0 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#t4-header.style-default .sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul li:hover {
    background: var(--color-light);
    color: var(--color-primary)
}

#t4-header.style-default .sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul li.sel {
    cursor: default;
    color: var(--color-primary);
    background: var(--color-light)
}

#t4-header.style-default .sp-vmsearch-categorybox .sp-vmsearch-categories .dropdown ul li+li {
    border-top: 1px solid var(--color-light)
}

#t4-header.style-default .sp-vmsearch-categorybox .sp-vmsearch-categories.opened {
    z-index: 100!important
}

#t4-header.style-default .sp-vmsearch-categorybox .sp-vmsearch-categories.opened .trigger:after {
    content: "\f0d8"
}

@media (min-width: 992px) {
    .active-category-link .sp-menu-item .hidden {
        display:block!important;
        color: var(--color-white);
        background-color: var(--color-black)
    }

    .active-category-link .sp-menu-item .hidden:hover {
        color: var(--mainnav-text-hover-color);
        background-color: var(--mainnav-bg-hover-text-color)
    }

    .active-category-link .sp-menu-item.link-shop .sp-module-title {
        display: none
    }
}

@media (min-width: 320px) and (max-width:991px) {
    .t4-navigation {
        border:none
    }

    .t4-navigation.srcbg .sp-vmsearch {
        top: 0px
    }

    .offcanvas-active {
        overflow: hidden!important
    }

    .t4-navigation.style_1 .col-logo {
        display: block!important
    }

    #t4-header,#t4-top-header {
        display: none!important
    }

    #sp-header .t4-row .col-logo {
        padding-right: 0
    }

    .logo-image-phone {
        height: auto;
        width: 100%
    }

    #offcanvas-toggler {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .container,.sppb-container,.sppb-row-container {
        max-width: 100%
    }

    #sp-header .t4-row {
        padding-right: 70px;
        height: var(--header_height)
    }

    .hidden-mobile {
        display: none!important
    }

    .responsive-tabs__panel {
        margin-top: 0!important
    }

    div#system_view {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 55px;
        padding-right: 50px
    }

    div#system_view .system_view_close {
        top: 0;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    div#system_view #compare_continue,div#system_view #wishlists_continue {
        margin-left: 0;
        margin-right: 10px
    }

    div#system_view .remcompare,div#system_view .remwishlists {
        padding-bottom: 10px
    }

    div#system_view.notification:before,div#system_view.successfully:before,div#system_view.warning:before {
        top: 5px;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@media (min-width: 320px) and (max-width:767px) {
    #offcanvas-toggler {
        right:0
    }

    #sp-header .t4-row .headlogin {
        display: none!important
    }

    #sp-header .t4-row .head-cart,#sp-header .t4-row .head-search,#sp-header .t4-row .headlogin {
        padding-left: 0
    }

    #sp-header .t4-row {
        padding-right: 60px
    }

    .logo-image-phone {
        -o-object-fit: contain;
        object-fit: contain;
        max-width: 130px
    }

    #vmCartModule .miniart {
        padding-bottom: 6px
    }

    #vmCartModule .miniart .art-text {
        font-size: 0
    }

    #sp-header .t4-row .head-cart {
        padding-right: 6px
    }

    div#system_view .success_wishlists_img .success_wishlists_img {
        margin-bottom: 15px
    }
}

#productdetailsview .share_box {
    padding-top: 30px
}

#productdetailsview .share_box .social-likes__widget {
    border-radius: 3px
}

.btn.jmodedit {
    opacity: 0;
    visibility: hidden
}

.fancybox-outer {
    border-top: 3px solid var(--color-primary)!important
}

.modulemegamenu_vm .jux-megamenu>[class*=span] {
    margin: 0;
    padding: 0 15px
}

.modulemegamenu_vm .module-ct {
    background: none;
    padding: 0
}

@media (min-width: 320px) and (max-width:767px) {
    .modulemegamenu_vm .module-ct .juxvm-megamenu {
        text-align:left
    }

    .modulemegamenu_vm .module-ct .juxvm-megamenu .button-bar {
        float: left;
        color: var(--body-text-color);
        margin-left: 10px
    }

    .modulemegamenu_vm .module-ct .juxvm-megamenu .button-bar .icon-bar {
        background-color: var(--body-text-color)
    }

    .modulemegamenu_vm .module-ct .juxvm-megamenu .navbar-brand {
        color: var(--body-text-color);
        margin: 0;
        text-align: left
    }

    .modulemegamenu_vm .module-ct .juxvm-megamenu .jux-nav>li .mega-nav {
        padding: 20px
    }

    .modulemegamenu_vm .module-ct .juxvm-megamenu .jux-nav>li .mega-nav li {
        padding-left: 0!important
    }

    .modulemegamenu_vm .module-ct .juxvm-megamenu .mega-col-module {
        display: none
    }
}

.modulemegamenu_vm .module-ct .jux-nav {
    margin: 0;
    padding: 0 0;
    list-style-type: none
}

@media (min-width: 768px) and (max-width:991px) {
    .modulemegamenu_vm .module-ct .jux-nav>li.mega-drop_1>div.mega-dropdown-menu {
        width:440px!important
    }
}

.modulemegamenu_vm .module-ct .jux-nav>li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px
}

.modulemegamenu_vm .module-ct .jux-nav>li>a {
    color: var(--color-black);
    display: block;
    padding: 8px 15px 8px 15px;
    font-weight: 400;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.modulemegamenu_vm .module-ct .jux-nav>li>a:before {
    display: none;
    font-size: 12px;
    color: var(--body-text-color);
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.modulemegamenu_vm .module-ct .jux-nav>li.active,.modulemegamenu_vm .module-ct .jux-nav>li.dropdown.open,.modulemegamenu_vm .module-ct .jux-nav>li:hover {
    background: none
}

.modulemegamenu_vm .module-ct .jux-nav>li.active>a,.modulemegamenu_vm .module-ct .jux-nav>li.dropdown.open>a,.modulemegamenu_vm .module-ct .jux-nav>li:hover>a {
    color: var(--body-link-hover-color);
    background: var(--color-light);
    padding-left: 20px
}

.modulemegamenu_vm .module-ct .jux-nav>li.dropdown>a:after {
    border-color: transparent transparent transparent var(--body-text-color);
    right: 10px;
    border-width: 4px 0 4px 4px
}

.modulemegamenu_vm .module-ct .jux-nav>li.dropdown>a:hover:after {
    border-color: transparent transparent transparent var(--body-link-hover-color)
}

.modulemegamenu_vm .module-ct .jux-nav>li.dropdown.active>a:after,.modulemegamenu_vm .module-ct .jux-nav>li.dropdown.open>a:after {
    border-color: transparent transparent transparent var(--body-link-hover-color)
}

.modulemegamenu_vm .module-ct .jux-nav>li .dropdown-menu {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    padding: 0px 0px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 2px rgba(0,0,0,0.1)
}

.modulemegamenu_vm .module-ct .jux-nav>li .dropdown-menu .mega-inner {
    padding: 0;
    text-align: left
}

.modulemegamenu_vm .module-ct .jux-nav>li .dropdown-menu .mega-inner .mega-nav>li {
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px
}

.modulemegamenu_vm .module-ct .jux-nav>li .dropdown-menu .mega-inner .mega-nav>li>a {
    color: var(--color-black);
    padding: 8px 15px 8px 15px;
    font-weight: 400;
    display: block;
    background: none;
    border-radius: 3px
}

.modulemegamenu_vm .module-ct .jux-nav>li .dropdown-menu .mega-inner .mega-nav>li.active,.modulemegamenu_vm .module-ct .jux-nav>li .dropdown-menu .mega-inner .mega-nav>li.dropdown.open,.modulemegamenu_vm .module-ct .jux-nav>li .dropdown-menu .mega-inner .mega-nav>li:hover {
    background: #f7f7f7
}

.modulemegamenu_vm .module-ct .jux-nav>li .dropdown-menu .mega-inner .mega-nav>li.active>a,.modulemegamenu_vm .module-ct .jux-nav>li .dropdown-menu .mega-inner .mega-nav>li.dropdown.open>a,.modulemegamenu_vm .module-ct .jux-nav>li .dropdown-menu .mega-inner .mega-nav>li:hover>a {
    color: var(--body-link-hover-color);
    padding-left: 20px
}

.modulemegamenu_vm .module-ct .jux-nav>li .dropdown-menu .mega-inner .mega-nav>li.dropdown-submenu>a:after {
    border-color: transparent transparent transparent var(--body-link-color);
    right: 10px;
    border-width: 4px 0 4px 4px!important
}

.modulemegamenu_vm .module-ct .jux-nav>li .dropdown-menu .mega-inner .mega-nav>li.dropdown-submenu>a:hover:after {
    border-color: transparent transparent transparent var(--body-link-hover-color)
}

.modulemegamenu_vm .module-ct .jux-nav>li .dropdown-menu .mega-inner .mega-nav>li.dropdown-submenu.active>a:after,.modulemegamenu_vm .module-ct .jux-nav>li .dropdown-menu .mega-inner .mega-nav>li.dropdown-submenu.open>a:after {
    border-color: transparent transparent transparent var(--body-link-hover-color)
}

.modulemegamenu_vm .module-ct .jux-nav>li .dropdown-menu .mega-inner .mega-nav>li .dropdown-menu {
    margin-top: 0px;
    margin-left: 0px
}

.modulemegamenu_vm .module-ct .jux-nav>li .mega-dropdown-menu .mega-inner {
    padding: 0;
    text-align: left
}

.modulemegamenu_vm .module-ct .jux-nav>li .mega-dropdown-menu .mega-inner .mega-nav>li.mega-group {
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    background: none;
    margin-top: 0px;
    margin-bottom: 5px
}

@media (min-width: 320px) and (max-width:767px) {
    .modulemegamenu_vm .module-ct .jux-nav>li .mega-dropdown-menu .mega-inner .mega-nav>li.mega-group {
        margin-top:0px;
        margin-bottom: -20px
    }
}

.modulemegamenu_vm .module-ct .jux-nav>li .mega-dropdown-menu .mega-inner .mega-nav>li.mega-group>a {
    color: var(--body-text-color);
    padding: 8px 15px 8px 15px;
    font-weight: 400;
    display: block;
    background: none;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase
}

.modulemegamenu_vm .module-ct .jux-nav>li .mega-dropdown-menu .mega-inner .mega-nav>li.mega-group.active,.modulemegamenu_vm .module-ct .jux-nav>li .mega-dropdown-menu .mega-inner .mega-nav>li.mega-group:hover {
    background: none
}

.modulemegamenu_vm .module-ct .jux-nav>li .mega-dropdown-menu .mega-inner .mega-nav>li.mega-group.active>a,.modulemegamenu_vm .module-ct .jux-nav>li .mega-dropdown-menu .mega-inner .mega-nav>li.mega-group:hover>a {
    color: var(--color-primary);
    background: var(--color-light);
    padding-left: 20px
}

.modulemegamenu_vm .module-ct .jux-nav>li .mega-dropdown-menu .mega-inner .mega-nav>li.mega-group .mega-group-ct .mega-inner {
    padding: 0;
    text-align: left
}

.modulemegamenu_vm .module-ct .jux-nav>li .mega-dropdown-menu .mega-inner .mega-nav>li.mega-group .mega-group-ct .mega-inner .mega-nav li {
    text-transform: none
}

.modulemegamenu_vm .module-ct .jux-nav>li .mega-dropdown-menu .mega-inner .mega-nav>li.mega-group .mega-group-ct .mega-inner .mega-nav li>a {
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 400
}

.modulemegamenu_vm .module-ct .jux-nav>li .mega-dropdown-menu .mega-col-module {
    margin: 0
}

.modulemegamenu_vm .module-ct .moduletablecustom_html_megamenu {
    margin: 0 20px 20px
}

.modulemegamenu_vm .module-ct .moduletablecustom_html_megamenu .list-banners {
    margin: 0;
    overflow: hidden;
    list-style: none
}

.modulemegamenu_vm .module-ct .moduletablecustom_html_megamenu .list-banners li {
    float: left;
    width: 50%;
    margin: 0
}

.modulemegamenu_vm .module-ct .moduletablecustom_html_megamenu .list-banners li a {
    color: #fff;
    font-weight: 300
}

.modulemegamenu_vm .module-ct .moduletablecustom_html_megamenu .list-banners li a:hover {
    color: var(--body-link-hover-color)
}

.sp-module.category .sp-module-content .accordion {
    margin: 0;
    padding: 0 0;
    list-style-type: none
}

.sp-module.category .sp-module-content .accordion li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
    position: relative;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px
}

.sp-module.category .sp-module-content .accordion li a {
    color: var(--color-black);
    display: block;
    padding: 10px 20px 10px 0;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.sp-module.category .sp-module-content .accordion li a:before {
    font-size: 12px;
    color: var(--body-text-color);
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.sp-module.category .sp-module-content .accordion li .VmArrowdown {
    position: absolute;
    right: 0px;
    top: 8px;
    opacity: 1;
    width: 24px;
    text-align: center;
    font-weight: 400;
    line-height: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--color-light)
}

.sp-module.category .sp-module-content .accordion li .VmArrowdown i {
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    font-size: 14px;
    line-height: 24px
}

.sp-module.category .sp-module-content .accordion li .VmArrowdown.close .minus {
    display: none
}

.sp-module.category .sp-module-content .accordion li .VmArrowdown.close .plus {
    display: block
}

.sp-module.category .sp-module-content .accordion li .VmArrowdown.expanded .minus {
    display: block
}

.sp-module.category .sp-module-content .accordion li .VmArrowdown.expanded {
    background: var(--color-primary);
    color: #fff
}

.sp-module.category .sp-module-content .accordion li .VmArrowdown.expanded .plus {
    display: none
}

.sp-module.category .sp-module-content .accordion li .VmArrowdown:hover {
    background: var(--color-primary);
    color: #fff
}

.sp-module.category .sp-module-content .accordion li .VmArrowdown .plus:before {
    content: "+"
}

.sp-module.category .sp-module-content .accordion li .VmArrowdown .minus:before {
    content: "-"
}

.sp-module.category .sp-module-content .accordion li.active,.sp-module.category .sp-module-content .accordion li:hover {
    background: none
}

.sp-module.category .sp-module-content .accordion li.active a,.sp-module.category .sp-module-content .accordion li:hover a {
    color: var(--body-link-hover-color);
    padding-left: 5px
}

.sp-module.category .sp-module-content .accordion li ul {
    list-style-type: none;
    background: #fff;
    margin: 0;
    padding: 10px 0 10px 20px;
    display: none
}

.sp-module.category .sp-module-content .accordion li ul li.level1 a {
    color: var(--body-link-color);
    font-weight: 300;
    padding-left: 0;
    display: inline-block
}

.sp-module.category .sp-module-content .accordion li ul li.level1.active,.sp-module.category .sp-module-content .accordion li ul li.level1:hover {
    background: none
}

.sp-module.category .sp-module-content .accordion li ul li.level1.active a,.sp-module.category .sp-module-content .accordion li ul li.level1:hover a {
    color: var(--body-link-hover-color)
}

.sp-module.category .sp-module-content .accordion li ul li.level1 ul {
    padding: 10px 20px
}

.sp-module.category .sp-module-content .accordion li ul li.level1 ul li.level2 {
    background: none
}

.sp-module.category .sp-module-content .accordion li ul li.level1 ul li.level2 a {
    color: var(--body-link-color);
    font-weight: 300
}

.sp-module.category .sp-module-content .accordion li ul li.level1 ul li.level2.active a,.sp-module.category .sp-module-content .accordion li ul li.level1 ul li.level2:hover a {
    color: var(--body-link-hover-color)
}

.prod_box.fulllist .vmproduct div.li {
    font-size: 0
}

.prod_box.fulllist .vmproduct li {
    width: 50%;
    vertical-align: top;
    line-height: 16px;
    font-size: 14px
}

@media (min-width: 320px) and (max-width:991px) {
    .prod_box.fulllist .vmproduct li {
        width:100%
    }
}

.prod_box.fulllist .vmproduct li .prod-row {
    width: 100%
}

.prod_box.fulllist .vmproduct li .prod-row .product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.prod_box.fulllist .vmproduct li .prod-row .product-box .browseImage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.prod_box.fulllist .vmproduct li .prod-row .product-box .browseImage .quick_btn {
    font-size: 0px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    padding: 0px;
    text-align: center;
    line-height: 40px
}

.prod_box.fulllist .vmproduct li .prod-row .product-box .browseImage .quick_btn i {
    font-size: 14px;
    margin: 0;
    font-style: normal
}

@media (min-width: 992px) and (max-width:1199px) {
    .prod_box.fulllist .vmproduct li .prod-row .product-box .browseImage .countdown_row .countdown_section {
        width:49%!important;
        margin-top: 1px
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .prod_box.fulllist .vmproduct li .prod-row .product-box .browseImage .countdown_row .countdown_section {
        width:49%!important;
        margin-top: 1px
    }
}

@media (min-width: 320px) and (max-width:415px) {
    .prod_box.fulllist .vmproduct li .prod-row .product-box .browseImage .countdown_row {
        float:none;
        display: none
    }
}

@media (min-width: 320px) and (max-width:479px) {
    .prod_box.fulllist .vmproduct li .prod-row .product-box .browseImage .lbl-box div,.prod_box.fulllist .vmproduct li .prod-row .product-box .browseImage .lbl-box2 div {
        font-size:9px;
        line-height: 18px;
        padding: 1px 5px 1px
    }
}

.prod_box.fulllist .vmproduct li .prod-row .product-box .slide-hover {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 30px
}

@media (min-width: 992px) and (max-width:1199px) {
    .prod_box.fulllist .vmproduct li .prod-row .product-box .slide-hover {
        padding-left:20px
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .prod_box.fulllist .vmproduct li .prod-row .product-box .slide-hover {
        padding-left:10px
    }
}

.prod_box.fulllist .vmproduct li .prod-row .product-box .slide-hover .paddingtop8 {
    padding-top: 0px;
    padding-bottom: 16px
}

.prod_box.fulllist .vmproduct li .prod-row .product-box .slide-hover .Title {
    padding-top: 0px
}

.prod_box.fulllist .vmproduct li .prod-row .product-box .slide-hover .description-list {
    display: block;
    font-size: 13px
}

@media (min-width: 320px) and (max-width:415px) {
    .prod_box.fulllist .vmproduct li .prod-row .product-box .slide-hover .product-actions .add-to-cart {
        float:none;
        width: 100%;
        min-height: 56px
    }
}

@media (min-width: 320px) and (max-width:415px) {
    .prod_box.fulllist .vmproduct li .prod-row .product-box .slide-hover .product-actions .wishlist {
        float:none
    }
}

@media (min-width: 320px) and (max-width:415px) {
    .prod_box.fulllist .vmproduct li .prod-row .product-box .slide-hover .product-actions>div .add_compare,.prod_box.fulllist .vmproduct li .prod-row .product-box .slide-hover .product-actions>div .add_wishlist {
        float:left;
        margin-left: 0px;
        margin-right: 4px
    }
}

.one-sidebar #prodlist-box #product_list .layout li {
    width: 25%
}

@media (min-width: 992px) and (max-width:1199px) {
    .one-sidebar #prodlist-box #product_list .layout li {
        width:50%
    }
}

@media (min-width: 416px) and (max-width:991px) {
    .one-sidebar #prodlist-box #product_list .layout li {
        width:50%
    }
}

@media (min-width: 320px) and (max-width:415px) {
    .one-sidebar #prodlist-box #product_list .layout li {
        width:100%
    }
}

#prodlist-box #product_list .layout li {
    width: 33.33%
}

@media (min-width: 992px) and (max-width:1199px) {
    #prodlist-box #product_list .layout li {
        width:50%
    }
}

@media (min-width: 416px) and (max-width:991px) {
    #prodlist-box #product_list .layout li {
        width:50%
    }
}

@media (min-width: 320px) and (max-width:415px) {
    #prodlist-box #product_list .layout li {
        width:100%
    }
}

.izotopprods .layout li {
    width: 25%!important
}

@media (min-width: 992px) and (max-width:1199px) {
    .izotopprods .layout li {
        width:33.33%!important
    }

    .izotopprods .layout li .product-box .browseImage .img-wrapper {
        max-height: 260px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .izotopprods .layout li {
        width:33.33%!important;
        height: 410px!important
    }
}

@media (min-width: 500px) and (max-width:767px) {
    .izotopprods .layout li {
        width:50%!important
    }

    .izotopprods .layout li .product-box .browseImage .img-wrapper {
        max-height: 260px
    }
}

@media (min-width: 416px) and (max-width:499px) {
    .izotopprods .layout li {
        width:50%!important;
        height: 420px!important
    }

    .izotopprods .layout li .product-box .browseImage .img-wrapper {
        max-height: 260px
    }
}

@media (min-width: 320px) and (max-width:415px) {
    .izotopprods .layout li {
        display:block!important;
        width: 100%!important
    }

    .izotopprods .layout li .product-box .browseImage .img-wrapper {
        max-height: 260px
    }
}

.layout {
    padding: 0;
    margin: 0 0 -30px 0;
    list-style: none
}

@media (min-width: 320px) and (max-width:767px) {
    .layout {
        margin:0 0 -10px 0
    }
}

.layout div.li {
    font-size: 0;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 992px) and (max-width:1199px) {
    .layout div.li {
        margin:0 -10px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .layout div.li {
        margin:0 -10px
    }
}

@media (min-width: 480px) and (max-width:767px) {
    .layout div.li {
        margin:0 -5px
    }
}

@media (min-width: 320px) and (max-width:479px) {
    .layout div.li {
        margin:0 0px
    }
}

.layout li {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    line-height: 16px;
    font-size: 14px;
    width: 25%
}

@media (min-width: 768px) and (max-width:991px) {
    .layout li {
        width:50%
    }
}

@media (min-width: 416px) and (max-width:767px) {
    .layout li {
        width:50%
    }
}

@media (min-width: 320px) and (max-width:415px) {
    .layout li {
        display:block!important;
        width: 100%
    }
}

.layout li .prod-row {
    display: block;
    vertical-align: top;
    padding: 0px 15px 30px;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 992px) and (max-width:1199px) {
    .layout li .prod-row {
        padding:0px 10px 20px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .layout li .prod-row {
        padding:0px 10px 20px
    }
}

@media (min-width: 416px) and (max-width:767px) {
    .layout li .prod-row {
        display:inline-block;
        float: none;
        width: 100%;
        padding: 0px 5px 20px
    }
}

@media (min-width: 320px) and (max-width:415px) {
    .layout li .prod-row {
        width:100%;
        padding: 0 0 20px
    }
}

.layout li .prod-row .count_holder_small {
    display: block
}

@media (min-width: 416px) and (max-width:767px) {
    .layout li .prod-row .countdown_row .countdown_section {
        width:49%!important;
        margin-top: 1px!important
    }
}

.layout li .prod-row .product-box {
    background: var(--color-white);
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    padding: 10px;
    border-radius: 3px;
    overflow: hidden
}

.layout li .prod-row .product-box.disc .Price .sales {
    color: #ec7163
}

.layout li .prod-row .product-box .browseImage {
    position: relative;
    height: auto;
    overflow: visible;
    background: var(--color-light);
    padding: 1px;
    position: relative;
    border-radius: 3px
}

.layout li .prod-row .product-box .browseImage .lbl-box {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    text-align: center;
    height: 100px;
    width: 100px
}

.layout li .prod-row .product-box .browseImage .lbl-box div {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 2px 10px 0;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    position: relative;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 24px;
    width: 140px;
    top: 20px;
    left: -40px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1)
}

.layout li .prod-row .product-box .browseImage .lbl-box div.limited {
    background: #c259db
}

.layout li .prod-row .product-box .browseImage .lbl-box div.limited:after,.layout li .prod-row .product-box .browseImage .lbl-box div.limited:before {
    border: 6px solid #bb3bdb
}

.layout li .prod-row .product-box .browseImage .lbl-box div.discount {
    background: #ec360a
}

.layout li .prod-row .product-box .browseImage .lbl-box div.discount:after,.layout li .prod-row .product-box .browseImage .lbl-box div.discount:before {
    border: 6px solid #cf2f07
}

.layout li .prod-row .product-box .browseImage .lbl-box div.hit {
    background: #f1c40f
}

.layout li .prod-row .product-box .browseImage .lbl-box div.hit:after,.layout li .prod-row .product-box .browseImage .lbl-box div.hit:before {
    border: 6px solid #b8950b
}

.layout li .prod-row .product-box .browseImage .lbl-box div:after,.layout li .prod-row .product-box .browseImage .lbl-box div:before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border-top-color: transparent!important;
    border-left-color: transparent!important
}

.layout li .prod-row .product-box .browseImage .lbl-box div:before {
    top: 17px;
    right: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.layout li .prod-row .product-box .browseImage .lbl-box div:after {
    bottom: -5px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.layout li .prod-row .product-box .browseImage .lbl-box2 {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3
}

.layout li .prod-row .product-box .browseImage .lbl-box2 div {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 2px 10px 0;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    text-align: center;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 24px;
    width: 140px;
    top: -2px;
    right: -60px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1)
}

.layout li .prod-row .product-box .browseImage .lbl-box2 div.sold {
    background: #cac8c8
}

.layout li .prod-row .product-box .browseImage .lbl-box2 div.sold:after,.layout li .prod-row .product-box .browseImage .lbl-box2 div.sold:before {
    border: 6px solid #bebdbd
}

.layout li .prod-row .product-box .browseImage .lbl-box2 div.new {
    background: #1abc9c
}

.layout li .prod-row .product-box .browseImage .lbl-box2 div.new:after,.layout li .prod-row .product-box .browseImage .lbl-box2 div.new:before {
    border: 6px solid #12856e
}

.layout li .prod-row .product-box .browseImage .lbl-box2 div:after,.layout li .prod-row .product-box .browseImage .lbl-box2 div:before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border-top-color: transparent!important;
    border-left-color: transparent!important
}

.layout li .prod-row .product-box .browseImage .lbl-box2 div:before {
    top: 17px;
    right: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.layout li .prod-row .product-box .browseImage .lbl-box2 div:after {
    bottom: -5px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.layout li .prod-row .product-box .browseImage .img-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-width: 60px;
    min-height: 60px;
    position: relative
}

.layout li .prod-row .product-box .browseImage .img-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
}

.layout li .prod-row .product-box .browseImage .img-wrapper a>div {
    width: 100%;
    height: 100%
}

.layout li .prod-row .product-box .browseImage .img-wrapper img {
    width: auto;
    height: auto;
    display: inline-block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0px;
    -webkit-transform: translate(0%,0%);
    transform: translate(0%,0%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px
}

.layout li .prod-row .product-box .browseImage .img-wrapper.big .front {
    position: relative
}

.layout li .prod-row .product-box .browseImage .img-wrapper.big .back {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.layout li .prod-row .product-box .browseImage .img-wrapper.big .back img {
    visibility: visible;
    opacity: 1
}

.layout li .prod-row .product-box .Title.liststock,.layout li .prod-row .product-box .desc1.liststock,.layout li .prod-row .product-box .paddingtop8.liststock {
    display: none
}

.layout li .prod-row .product-box .description-list {
    display: none
}

.layout li .prod-row .product-box .Title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 0
}

@media (min-width: 768px) and (max-width:991px) {
    .layout li .prod-row .product-box .Title {
        font-size:14px
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .layout li .prod-row .product-box .Title {
        font-size:14px
    }
}

.layout li .prod-row .product-box .Title a {
    color: var(--body-link-color)
}

.layout li .prod-row .product-box .Title a:hover {
    color: var(--body-link-hover-color)
}

.layout li .prod-row .product-box .description {
    padding: 0px 0;
    font-size: 13px
}

.layout li .prod-row .product-box .description p {
    margin-bottom: 0
}

.layout li .prod-row .product-box .Price {
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    color: var(--body-text-color);
    padding: 0 0 0 0
}

.layout li .prod-row .product-box .Price .WithoutTax {
    font-weight: 300;
    color: var(--body-text-color);
    text-decoration: line-through;
    margin-right: 5px
}

.layout li .prod-row .product-box .vote {
    display: inline-block;
    float: right;
    margin: 10px 0 10px 0;
    text-align: left;
    position: relative
}

@media (min-width: 320px) and (max-width:991px) {
    .layout li .prod-row .product-box .vote {
        float:none;
        margin: 10px 0 10px 0
    }
}

.layout li .prod-row .product-box .vote .ratingbox {
    background: none;
    width: 80px;
    height: 14px;
    position: relative
}

.layout li .prod-row .product-box .vote .ratingbox:before {
    color: #dbdbdb;
    content: "\f006  \f006  \f006  \f006  \f006";
    font-family: FontAwesome;
    font-size: 13px;
    position: relative;
    top: -2px
}

.layout li .prod-row .product-box .vote .stars-orange {
    background: none;
    overflow: hidden;
    height: 14px;
    left: 0;
    top: 0;
    position: absolute
}

.layout li .prod-row .product-box .vote .stars-orange:before {
    color: #f1c40f;
    content: "\f005  \f005  \f005  \f005  \f005";
    font-family: FontAwesome;
    font-size: 13px;
    position: relative;
    top: -2px
}

.layout li .prod-row .product-box .product-actions {
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 4px;
    margin-bottom: -10px
}

.layout li .prod-row .product-box .product-actions .addtocart-button {
    display: inline-block;
    text-align: center;
    height: 50px;
    padding: 8px 30px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: 0px;
    margin-bottom: 5px;
    float: left;
    background: var(--color-secondary);
    color: #fff;
    line-height: 32px
}

@media (max-width: 991px) {
    .layout li .prod-row .product-box .product-actions .addtocart-button {
        padding-left:15px;
        padding-right: 15px;
        margin-right: 4px
    }
}

.layout li .prod-row .product-box .product-actions .addtocart-button>i {
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 0px;
    margin-right: 5px;
    display: none
}

.layout li .prod-row .product-box .product-actions .addtocart-button:hover {
    background: var(--color-dark);
    color: #fff
}

.layout li .prod-row .product-box .product-actions .add-to-cart {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.layout li .prod-row .product-box .product-actions .wishlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.layout li .prod-row .product-box .product-actions .compare_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.layout li .prod-row .product-box .product-actions>div {
    position: relative
}

.layout li .prod-row .product-box .product-actions>div .add_compare {
    background: var(--color-gray);
    display: inline-block;
    color: var(--body-link-color);
    font-size: 20px;
    line-height: 20px;
    padding: 15px 10px 15px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 50px;
    position: relative;
    height: 50px;
    text-align: center;
    float: right;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 6px;
    opacity: 0
}

@media (min-width: 1200px) {
    .layout li .prod-row .product-box .product-actions>div .add_compare {
        top:-4px;
        opacity: 0
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .layout li .prod-row .product-box .product-actions>div .add_compare {
        font-size:13px;
        padding: 5px 0px 5px;
        width: 30px;
        height: 30px;
        top: 0px
    }
}

@media (min-width: 416px) and (max-width:767px) {
    .layout li .prod-row .product-box .product-actions>div .add_compare {
        font-size:13px;
        padding: 5px 0px 5px;
        width: 30px;
        height: 30px;
        top: 0px
    }
}

@media (min-width: 320px) and (max-width:415px) {
    .layout li .prod-row .product-box .product-actions>div .add_compare {
        font-size:13px;
        padding: 10px 0px 10px;
        width: 40px;
        height: 40px;
        top: 0px
    }
}

.layout li .prod-row .product-box .product-actions>div .add_compare.active,.layout li .prod-row .product-box .product-actions>div .add_compare:hover {
    background: var(--color-dark);
    color: #fff
}

.layout li .prod-row .product-box .product-actions>div .add_compare.active:after,.layout li .prod-row .product-box .product-actions>div .add_compare:hover:after {
    background-color: rgb(0,0,0)
}

.layout li .prod-row .product-box .product-actions>div .add_compare:after {
    content: " ";
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    direction: block
}

.layout li .prod-row .product-box .product-actions>div .add_compare span.action-name {
    display: none
}

.layout li .prod-row .product-box .product-actions>div .add_wishlist {
    background: var(--color-gray);
    display: inline-block;
    color: var(--body-link-color);
    font-size: 20px;
    line-height: 20px;
    padding: 15px 10px 15px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 50px;
    position: relative;
    height: 50px;
    text-align: center;
    float: right;
    margin-left: 6px;
    margin-bottom: 6px;
    cursor: pointer;
    opacity: 0;
    border-radius: 3px
}

@media (min-width: 1200px) {
    .layout li .prod-row .product-box .product-actions>div .add_wishlist {
        top:-4px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .layout li .prod-row .product-box .product-actions>div .add_wishlist {
        font-size:13px;
        padding: 5px 0px 5px;
        width: 30px;
        height: 30px;
        top: 0px;
        opacity: 0
    }
}

@media (min-width: 416px) and (max-width:767px) {
    .layout li .prod-row .product-box .product-actions>div .add_wishlist {
        font-size:13px;
        padding: 5px 0px 5px;
        width: 30px;
        height: 30px;
        top: 0px
    }
}

@media (min-width: 320px) and (max-width:415px) {
    .layout li .prod-row .product-box .product-actions>div .add_wishlist {
        font-size:13px;
        padding: 10px 0px 10px;
        width: 40px;
        height: 40px;
        top: 0px
    }
}

.layout li .prod-row .product-box .product-actions>div .add_wishlist i {
    line-height: 20px;
    position: relative
}

.layout li .prod-row .product-box .product-actions>div .add_wishlist:after {
    content: " ";
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    direction: block
}

.layout li .prod-row .product-box .product-actions>div .add_wishlist.active,.layout li .prod-row .product-box .product-actions>div .add_wishlist:hover {
    background: var(--color-dark);
    color: #fff
}

.layout li .prod-row .product-box .product-actions>div .add_wishlist.active:after,.layout li .prod-row .product-box .product-actions>div .add_wishlist:hover:after {
    background-color: rgb(0,0,0)
}

.layout li .prod-row .product-box .product-actions>div .add_wishlist span.action-name {
    display: none
}

.layout li .prod-row .product-box .paddingtop8 {
    padding: 10px 0 0 0;
    overflow: hidden;
    width: 100%
}

@media (min-width: 320px) and (max-width:767px) {
    .layout li .prod-row .product-box .paddingtop8 {
        text-align:center
    }
}

.layout li .prod-row .product-box .paddingtop8 .stock-level {
    float: left;
    color: var(--color-black);
    display: none
}

@media (min-width: 320px) and (max-width:991px) {
    .layout li .prod-row .product-box .paddingtop8 .stock-level {
        display:none
    }
}

.layout li .prod-row .product-box .paddingtop8 .vmicon {
    float: none;
    margin-top: 6px;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    width: 62px;
    height: 6px
}

@media (min-width: 320px) and (max-width:991px) {
    .layout li .prod-row .product-box .paddingtop8 .vmicon {
        float:none;
        display: inline-block
    }
}

.layout li .prod-row .product-box .paddingtop8 .vm2-lowstock {
    background-image: none;
    background: #e2e6e7;
    position: relative;
    overflow: hidden
}

.layout li .prod-row .product-box .paddingtop8 .vm2-lowstock:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: #dfaa19;
    height: 6px;
    width: 70%
}

.layout li .prod-row .product-box .paddingtop8 .vm2-nostock {
    background-image: none;
    background: #e2e6e7;
    position: relative;
    overflow: hidden
}

.layout li .prod-row .product-box .paddingtop8 .vm2-nostock:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: #a94139;
    height: 6px;
    width: 15%
}

.layout li .prod-row .product-box .paddingtop8 .vm2-normalstock {
    background-image: none;
    background: #e2e6e7;
    position: relative;
    overflow: hidden
}

.layout li .prod-row .product-box .paddingtop8 .vm2-normalstock:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: #39a998;
    height: 6px;
    width: 95%
}

.layout li .prod-row .product-box:hover {
}

.layout li .prod-row .product-box:hover div.quick_btn {
    left: 50%;
    margin-top: 0px
}

.layout li .prod-row .product-box:hover .img-wrapper.big.second .front img {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0)
}

.layout li .prod-row .product-box:hover .img-wrapper.big.second .back {
    left: 0
}

.layout li .prod-row .product-box:hover .img-wrapper.big.second .back img {
    visibility: visible;
    opacity: 1
}

.layout li .prod-row .product-box:hover div.product-actions .add_compare,.layout li .prod-row .product-box:hover div.product-actions .add_wishlist {
    top: 0px;
    opacity: 1
}

.layout.owl-carousel {
    margin: 0 -14px -30px -15px;
    width: auto
}

@media (min-width: 768px) and (max-width:1199px) {
    .layout.owl-carousel {
        margin:0 -10px -20px -10px
    }
}

@media (min-width: 416px) and (max-width:767px) {
    .layout.owl-carousel {
        margin:0 -5px -20px -5px
    }
}

.layout.owl-carousel .owl-wrapper-outer {
    padding-top: 7px;
    margin-top: -7px
}

.layout.owl-carousel li {
    margin: 0 14px 0 15px;
    width: auto;
    float: none
}

@media (min-width: 768px) and (max-width:1199px) {
    .layout.owl-carousel li {
        margin:0 10px 10px 10px
    }
}

@media (min-width: 416px) and (max-width:767px) {
    .layout.owl-carousel li {
        margin:0 5px 10px 5px
    }
}

.layout.owl-carousel li .prod-row {
    width: 100%;
    padding: 0 0 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

div.quick_btn {
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    color: var(--body-text-color);
    border-radius: 0;
    padding: 15px 15px;
    background: rgba(239,239,239,0.9);
    min-width: 110px;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    min-width: 140px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 3px
}

div.quick_btn i {
    display: inline-block;
    font-style: normal
}

div.quick_btn i:after {
    font-family: FontAwesome;
    content: "\f06e";
    margin-right: 0px
}

div.quick_btn i:before {
    content: ""
}

div.quick_btn:hover {
    left: 50%!important;
    background: var(--color-dark);
    color: #fff
}

.count_holder .count_info {
    float: none;
    font-size: 14px;
    margin: 0 23px 10px 0
}

.count_holder .info_prod_left {
    float: left;
    font-size: 14px;
    margin: 0 0 10px 23px
}

.count_info b,.count_info_left b {
    border: 1px solid #FFFFFF;
    font-size: 18px;
    padding: 2px 10px
}

.count_holder_small {
    background: var(--body-text-color);
    padding: 11px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    display: block;
    border-radius: 0px
}

@media (min-width: 992px) and (max-width:1199px) {
    .count_holder_small {
        padding:6px
    }
}

@media (min-width: 320px) and (max-width:991px) {
    .count_holder_small {
        padding:6px
    }
}

.prod_hold .count_holder_small {
    display: none
}

.count_info {
    color: #fff;
    float: none;
    font-size: 12px;
    margin: 0 0 0 0;
    text-align: left;
    font-weight: 400;
    text-transform: none;
    line-height: 22px;
    display: none
}

.count_border {
    overflow: hidden;
    padding-bottom: 0px;
    margin-bottom: 0px
}

.countdown_rtl {
    direction: rtl
}

.countdown_holding span {
    color: #888
}

.countdown_row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
    overflow: hidden;
    display: block
}

.countdown_show1 .countdown_section {
    width: 98%
}

.countdown_show2 .countdown_section {
    width: 48%
}

.countdown_show3 .countdown_section {
    width: 32.5%
}

.countdown_show4 .countdown_section {
    width: auto;
    float: left;
    margin-right: 5px
}

.countdown_show4 .countdown_section:first-child {
    width: auto;
    float: left
}

.countdown_show5 .countdown_section {
    width: 19.5%
}

.countdown_show6 .countdown_section {
    width: 16.25%
}

.countdown_show7 .countdown_section {
    width: 14%
}

.countdown_section {
    display: block;
    float: left;
    font-size: 14px;
    text-align: left;
    color: #fff;
    line-height: 16px;
    font-weight: 400
}

@media (min-width: 992px) and (max-width:1199px) {
    .countdown_section {
        font-size:12px
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .countdown_section {
        font-size:12px;
        padding: 4px 0
    }
}

.countdown_amount {
    font-weight: 400;
    color: #fff;
    float: left;
    margin-right: 2px
}

.countdown_section br {
    display: none
}

.countdown_descr {
    display: block;
    float: left
}

.bzSaleTimerDesc {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    margin-left: 0px;
    float: left;
    margin-bottom: 0px;
    padding-top: 0px;
    display: none
}

.bzSaleTimerDesc div {
    color: #fff;
    font-weight: 400;
    display: inline-block
}

div#quick-view {
    background: #fff;
    margin-left: 0px;
    margin-top: 0px;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 3px
}

@media (min-width: 768px) and (max-width:991px) {
    div#quick-view {
        width:100%;
        max-width: 720px
    }
}

@media (min-width: 320px) and (max-width:767px) {
    div#quick-view {
        width:100%;
        max-width: 90%
    }
}

div#quick-view #productdetailsview .wrapper2 {
    padding: 0
}

div#quick-view #productdetailsview .wrapper2 .main-image-quick {
    padding: 0;
    background: var(--color-light);
    border-radius: 3px
}

div#quick-view #productdetailsview .wrapper2 .fleft {
    width: 370px;
    padding-top: 0
}

@media (min-width: 768px) and (max-width:991px) {
    div#quick-view #productdetailsview .wrapper2 .fleft {
        width:40%
    }

    div#quick-view #productdetailsview .wrapper2 .fleft .image_show_quick {
        width: 100%;
        max-width: inherit
    }
}

@media (min-width: 320px) and (max-width:767px) {
    div#quick-view #productdetailsview .wrapper2 .fleft {
        width:100%
    }

    div#quick-view #productdetailsview .wrapper2 .fleft .image_show_quick {
        width: 100%;
        max-width: inherit
    }
}

@media (min-width: 768px) and (max-width:991px) {
    div#quick-view #productdetailsview .wrapper2 .fleft #gallery_02 {
        width:85%
    }
}

@media (min-width: 320px) and (max-width:767px) {
    div#quick-view #productdetailsview .wrapper2 .fleft #gallery_02 {
        width:85%
    }
}

@media (min-width: 768px) and (max-width:991px) {
    div#quick-view #productdetailsview .wrapper2 .fleft #gallery_02 ul {
        width:100%
    }
}

@media (min-width: 320px) and (max-width:767px) {
    div#quick-view #productdetailsview .wrapper2 .fleft #gallery_02 ul {
        width:100%
    }
}

div#quick-view #productdetailsview .wrapper2 .fleft .jcarousel li {
    padding: 0
}

div#quick-view #productdetailsview .wrapper2 .fright {
    width: 320px
}

@media (min-width: 768px) and (max-width:991px) {
    div#quick-view #productdetailsview .wrapper2 .fright {
        width:385px
    }
}

@media (min-width: 320px) and (max-width:767px) {
    div#quick-view #productdetailsview .wrapper2 .fright {
        width:100%;
        padding-top: 0px
    }
}

div#quick-view #productdetailsview .wrapper2 .fright .title {
    margin-top: 0px
}

@media (min-width: 320px) and (max-width:767px) {
    div#quick-view #productdetailsview .wrapper2 .fright .title {
        padding-top:0px
    }
}

div#quick-view #productdetailsview .wrapper2 .fright .time-box .price-old,div#quick-view #productdetailsview .wrapper2 .fright .time-box .price-sale,div#quick-view #productdetailsview .wrapper2 .fright .time-box .price_save {
    width: 100%;
    float: none;
    margin: 0px 0 1px 0;
    padding: 0px 10px 0;
    border-radius: 3px
}

div#quick-view #productdetailsview .wrapper2 .fright .time-box .price-old:before,div#quick-view #productdetailsview .wrapper2 .fright .time-box .price-sale:before,div#quick-view #productdetailsview .wrapper2 .fright .time-box .price_save:before {
    display: none
}

.fancybox-wrap,div#facebox {
    z-index: 655600;
    width: auto!important;
    padding: 0
}

.fancybox-wrap .row-container,div#facebox .row-container {
    overflow: hidden
}

.fancybox-wrap .fancybox-skin,.fancybox-wrap .popup,div#facebox .fancybox-skin,div#facebox .popup {
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px!important;
    min-height: 170px;
    background: #fff;
    height: inherit;
    box-shadow: none;
    cursor: default!important
}

.fancybox-wrap .fancybox-skin .fancybox-image,.fancybox-wrap .popup .fancybox-image,div#facebox .fancybox-skin .fancybox-image,div#facebox .popup .fancybox-image {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%
}

.fancybox-wrap .fancybox-skin #fancybox-frame,.fancybox-wrap .popup #fancybox-frame,div#facebox .fancybox-skin #fancybox-frame,div#facebox .popup #fancybox-frame {
    min-height: 470px;
    padding: 20px
}

.fancybox-wrap .fancybox-skin .content,.fancybox-wrap .fancybox-skin>div,.fancybox-wrap .popup .content,.fancybox-wrap .popup>div,div#facebox .fancybox-skin .content,div#facebox .fancybox-skin>div,div#facebox .popup .content,div#facebox .popup>div {
    border-radius: 3px;
    display: block;
    width: auto!important;
    overflow: hidden!important;
    padding: 20px;
    cursor: default
}

@media (min-width: 320px) and (max-width:767px) {
    .fancybox-wrap .fancybox-skin .content,.fancybox-wrap .fancybox-skin>div,.fancybox-wrap .popup .content,.fancybox-wrap .popup>div,div#facebox .fancybox-skin .content,div#facebox .fancybox-skin>div,div#facebox .popup .content,div#facebox .popup>div {
        padding:10px
    }
}

.fancybox-wrap .fancybox-skin .content.my-groovy-style2,.fancybox-wrap .fancybox-skin>div.my-groovy-style2,.fancybox-wrap .popup .content.my-groovy-style2,.fancybox-wrap .popup>div.my-groovy-style2,div#facebox .fancybox-skin .content.my-groovy-style2,div#facebox .fancybox-skin>div.my-groovy-style2,div#facebox .popup .content.my-groovy-style2,div#facebox .popup>div.my-groovy-style2 {
    padding-bottom: 95px
}

.fancybox-wrap .fancybox-skin .content .left,.fancybox-wrap .fancybox-skin>div .left,.fancybox-wrap .popup .content .left,.fancybox-wrap .popup>div .left,div#facebox .fancybox-skin .content .left,div#facebox .fancybox-skin>div .left,div#facebox .popup .content .left,div#facebox .popup>div .left {
    padding-left: 0px;
    max-width: 440px;
    overflow: hidden
}

.fancybox-wrap .fancybox-skin .content .left h4,.fancybox-wrap .fancybox-skin .content .left>div,.fancybox-wrap .fancybox-skin>div .left h4,.fancybox-wrap .fancybox-skin>div .left>div,.fancybox-wrap .popup .content .left h4,.fancybox-wrap .popup .content .left>div,.fancybox-wrap .popup>div .left h4,.fancybox-wrap .popup>div .left>div,div#facebox .fancybox-skin .content .left h4,div#facebox .fancybox-skin .content .left>div,div#facebox .fancybox-skin>div .left h4,div#facebox .fancybox-skin>div .left>div,div#facebox .popup .content .left h4,div#facebox .popup .content .left>div,div#facebox .popup>div .left h4,div#facebox .popup>div .left>div {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding-top: 0;
    margin-bottom: 20px
}

.fancybox-wrap .fancybox-skin .content .left h4,.fancybox-wrap .fancybox-skin>div .left h4,.fancybox-wrap .popup .content .left h4,.fancybox-wrap .popup>div .left h4,div#facebox .fancybox-skin .content .left h4,div#facebox .fancybox-skin>div .left h4,div#facebox .popup .content .left h4,div#facebox .popup>div .left h4 {
    float: left;
    width: 70%
}

@media (min-width: 320px) and (max-width:767px) {
    .fancybox-wrap .fancybox-skin .content .left h4,.fancybox-wrap .fancybox-skin>div .left h4,.fancybox-wrap .popup .content .left h4,.fancybox-wrap .popup>div .left h4,div#facebox .fancybox-skin .content .left h4,div#facebox .fancybox-skin>div .left h4,div#facebox .popup .content .left h4,div#facebox .popup>div .left h4 {
        width:60%
    }
}

.fancybox-wrap .fancybox-skin .content img,.fancybox-wrap .fancybox-skin>div img,.fancybox-wrap .popup .content img,.fancybox-wrap .popup>div img,div#facebox .fancybox-skin .content img,div#facebox .fancybox-skin>div img,div#facebox .popup .content img,div#facebox .popup>div img {
    position: relative;
    left: 0px;
    top: 0px;
    width: auto;
    height: 90px;
    float: left;
    margin-right: 30px
}

@media (min-width: 320px) and (max-width:767px) {
    .fancybox-wrap .fancybox-skin .content img,.fancybox-wrap .fancybox-skin>div img,.fancybox-wrap .popup .content img,.fancybox-wrap .popup>div img,div#facebox .fancybox-skin .content img,div#facebox .fancybox-skin>div img,div#facebox .popup .content img,div#facebox .popup>div img {
        margin-right:10px
    }
}

.fancybox-wrap .fancybox-skin .content .button,.fancybox-wrap .fancybox-skin>div .button,.fancybox-wrap .popup .content .button,.fancybox-wrap .popup>div .button,div#facebox .fancybox-skin .content .button,div#facebox .fancybox-skin>div .button,div#facebox .popup .content .button,div#facebox .popup>div .button {
    position: relative;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
    margin-top: 20px;
    float: right
}

@media (min-width: 320px) and (max-width:767px) {
    .fancybox-wrap .fancybox-skin .content .button,.fancybox-wrap .fancybox-skin>div .button,.fancybox-wrap .popup .content .button,.fancybox-wrap .popup>div .button,div#facebox .fancybox-skin .content .button,div#facebox .fancybox-skin>div .button,div#facebox .popup .content .button,div#facebox .popup>div .button {
        margin-top:10px
    }
}

.fancybox-wrap .fancybox-skin .content .button.reset,.fancybox-wrap .fancybox-skin>div .button.reset,.fancybox-wrap .popup .content .button.reset,.fancybox-wrap .popup>div .button.reset,div#facebox .fancybox-skin .content .button.reset,div#facebox .fancybox-skin>div .button.reset,div#facebox .popup .content .button.reset,div#facebox .popup>div .button.reset {
    left: auto;
    right: 0;
    float: left
}

.fancybox-wrap .fancybox-skin .close,.fancybox-wrap .fancybox-skin .fancybox-close,.fancybox-wrap .popup .close,.fancybox-wrap .popup .fancybox-close,div#facebox .fancybox-skin .close,div#facebox .fancybox-skin .fancybox-close,div#facebox .popup .close,div#facebox .popup .fancybox-close {
    background: none;
    opacity: 1;
    top: 0px;
    right: 3px;
    font-size: 16px;
    padding: 0;
    height: auto;
    width: auto
}

.fancybox-wrap .fancybox-skin .close:after,.fancybox-wrap .fancybox-skin .fancybox-close:after,.fancybox-wrap .popup .close:after,.fancybox-wrap .popup .fancybox-close:after,div#facebox .fancybox-skin .close:after,div#facebox .fancybox-skin .fancybox-close:after,div#facebox .popup .close:after,div#facebox .popup .fancybox-close:after {
    font-family: FontAwesome;
    content: "\f00d";
    margin-right: 0px;
    font-size: 16px;
    color: var(--body-text-color);
    font-weight: 400;
    text-shadow: none
}

.fancybox-wrap .fancybox-skin .close:hover:after,.fancybox-wrap .fancybox-skin .fancybox-close:hover:after,.fancybox-wrap .popup .close:hover:after,.fancybox-wrap .popup .fancybox-close:hover:after,div#facebox .fancybox-skin .close:hover:after,div#facebox .fancybox-skin .fancybox-close:hover:after,div#facebox .popup .close:hover:after,div#facebox .popup .fancybox-close:hover:after {
    color: var(--color-primary)
}

div#facebox_overlay {
    z-index: 111111
}

#sbox-window {
    z-index: 655576
}

#sbox-overlay {
    z-index: 655556
}

#system_view_overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 111111;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.6)
}

#system_view {
    background: #fff;
    padding: 10px;
    max-width: 100%;
    width: 100%;
    position: fixed;
    z-index: 111111;
    display: none;
    top: 0;
    left: 0;
    border-radius: 0
}

#system_view .success {
    overflow: hidden;
    margin-bottom: 0;
    margin: 0 auto;
    text-align: left;
    display: table;
    width: auto
}

#system_view .success .wrapper {
    float: left;
    padding-right: 15px
}

#system_view .success .wrapper2 {
    float: left
}

#system_view .success .success_compare,#system_view .success .success_wishlists {
    float: none;
    width: 100%;
    clear: both
}

#system_view .success_compare_img,#system_view .success_wishlists_img {
    float: left;
    margin-right: 10px
}

@media (min-width: 320px) and (max-width:479px) {
    #system_view .success_compare_img,#system_view .success_wishlists_img {
        margin-right:10px
    }
}

#system_view .success_compare_img img,#system_view .success_wishlists_img img {
    max-height: 70px;
    width: auto;
    border-radius: 3px
}

#system_view .success_compare_left,#system_view .success_wishlists_left {
    float: left
}

#system_view .success_compare_left .title,#system_view .success_wishlists_left .title {
    font-size: 16px
}

#system_view .success_compare_left .title a,#system_view .success_wishlists_left .title a {
    color: #fff
}

#system_view .success_compare_left .title a:hover,#system_view .success_wishlists_left .title a:hover {
    color: var(--color-dark)
}

#system_view .success_compare_left .remcompare,#system_view .success_compare_left .remwishlists,#system_view .success_wishlists_left .remcompare,#system_view .success_wishlists_left .remwishlists {
    padding-top: 10px
}

#system_view .success_compare_left .remcompare a,#system_view .success_compare_left .remwishlists a,#system_view .success_wishlists_left .remcompare a,#system_view .success_wishlists_left .remwishlists a {
    cursor: pointer;
    color: #fff;
    opacity: 0.8
}

#system_view .success_compare_left .remcompare a:hover,#system_view .success_compare_left .remwishlists a:hover,#system_view .success_wishlists_left .remcompare a:hover,#system_view .success_wishlists_left .remwishlists a:hover {
    opacity: 1
}

#system_view .success_compare_left .remcompare a i,#system_view .success_compare_left .remwishlists a i,#system_view .success_wishlists_left .remcompare a i,#system_view .success_wishlists_left .remwishlists a i {
    display: none
}

#system_view .success_compare,#system_view .success_wishlists {
    color: #fff;
    opacity: 0.8;
    padding: 0px 0 10px
}

@media (min-width: 320px) and (max-width:479px) {
    #system_view .success_compare,#system_view .success_wishlists {
        padding:0px 0 10px
    }
}

#system_view .success_compare .notification,#system_view .success_wishlists .notification {
    color: #fff;
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#system_view .success_compare .warning,#system_view .success_wishlists .warning {
    color: #fff;
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#system_view .success_compare .warning a,#system_view .success_wishlists .warning a {
    opacity: 1
}

#system_view .success_compare .warning a:hover,#system_view .success_wishlists .warning a:hover {
    color: var(--color-light)
}

#system_view .system_view_close {
    font-size: 30px;
    margin: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    text-align: center;
    width: 60px;
    color: #fff;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer
}

#system_view .system_view_close:hover {
    color: #fff;
    opacity: 1
}

#system_view .reset2 {
    float: right;
    margin-left: 10px
}

@media (min-width: 320px) and (max-width:479px) {
    #system_view .reset2 {
        float:left;
        margin-bottom: 5px
    }
}

#system_view .button:hover {
    color: #fff
}

#system_view.successfully {
    background: #3498db
}

#system_view.successfully:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 30px;
    margin: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    width: 60px;
    color: #fff;
    opacity: 0.5;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

#system_view.notification {
    background: #1abc9c
}

#system_view.notification:before {
    content: "\f129";
    font-family: FontAwesome;
    font-size: 30px;
    margin: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    width: 60px;
    color: #fff;
    opacity: 0.5;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

#system_view.warning {
    background: #e74c3c
}

#system_view.warning:before {
    content: "\f071";
    font-family: FontAwesome;
    font-size: 30px;
    margin: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    width: 60px;
    color: #fff;
    opacity: 0.5;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.AjaxPreloaderC {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    background: url(../images/fancybox_loading.gif) center center no-repeat #000;
    width: 44px;
    height: 44px;
    z-index: 9999;
    opacity: 0.9;
    border-radius: 6px
}

#Customblock-brand {
    padding-bottom: 20px;
    position: relative;
    z-index: 5;
    background: #fff
}

.list_carousel_brand h3.module-title {
    margin-bottom: 20px
}

.list_carousel_brand ul {
    margin: 0 -15px 0px;
    width: auto;
    list-style: none;
    padding: 0
}

@media (min-width: 320px) and (max-width:767px) {
    .list_carousel_brand ul {
        margin:0 -10px 0px
    }
}

.list_carousel_brand ul .owl-wrapper-outer {
    padding: 0px 0
}

.list_carousel_brand ul li {
    list-style: none;
    padding: 0;
    margin: 0 15px;
    text-align: center
}

@media (min-width: 320px) and (max-width:767px) {
    .list_carousel_brand ul li {
        margin:0 10px
    }
}

.list_carousel_brand ul li img {
    max-width: 100%;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.list_carousel_brand ul li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    background: #f8f8f8;
    padding: 0px;
    overflow: hidden;
    border-radius: 3px
}

.list_carousel_brand ul li a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.list_carousel_brand ul .owl-controls {
    right: 5px
}

.module.compare .module-ct,.module.wishlist .module-ct {
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 15px
}

.sp-module.best .sp-module-content {
    background: none!important;
    padding: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    margin-top: 15px
}

.sp-module.best .listproduct {
    margin: 0
}

.sp-module.best .listproduct li {
    margin: 0;
    width: 100%;
    padding-bottom: 15px
}

.sp-module.best .listproduct li .prod-row {
    width: 100%;
    padding: 0px
}

@media (min-width: 320px) and (max-width:767px) {
    .sp-module.best .listproduct li .prod-row {
        width:100%
    }
}

.sp-module.best .listproduct li .prod-row .count_holder_small {
    display: none
}

.sp-module.best .listproduct li .prod-row .product-box {
    -webkit-box-shadow: none;
    box-shadow: none
}

.sp-module.best .listproduct li .prod-row .browseImage {
    width: 80px;
    padding: 1px;
    float: left;
    margin-right: 15px;
    height: auto;
    max-height: inherit;
    background: var(--color-light);
    border-radius: 3px
}

@media (min-width: 992px) and (max-width:1199px) {
    .sp-module.best .listproduct li .prod-row .browseImage {
        width:100%
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .sp-module.best .listproduct li .prod-row .browseImage {
        width:100%
    }
}

@media (min-width: 480px) and (max-width:767px) {
    .sp-module.best .listproduct li .prod-row .browseImage {
        width:120px
    }
}

.sp-module.best .listproduct li .prod-row .browseImage .lbl-box,.sp-module.best .listproduct li .prod-row .browseImage .lbl-box2 {
    display: none
}

.sp-module.best .listproduct li .prod-row .browseImage .img-wrapper {
    padding: 0px
}

.sp-module.best .listproduct li .prod-row .browseImage .img-wrapper img {
    top: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.sp-module.best .listproduct li .prod-row .browseImage .quick_btn {
    display: none
}

.sp-module.best .listproduct li .prod-row .slide-hover {
    float: left;
    width: 60%
}

@media (min-width: 992px) and (max-width:1199px) {
    .sp-module.best .listproduct li .prod-row .slide-hover {
        width:100%
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .sp-module.best .listproduct li .prod-row .slide-hover {
        width:100%
    }
}

.sp-module.best .listproduct li .prod-row .slide-hover .Title {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0 0
}

.sp-module.best .listproduct li .prod-row .slide-hover .vote {
    float: none;
    margin: 5px 0
}

.sp-module.best .listproduct li .prod-row .slide-hover .Price {
    padding: 0;
    float: none;
    line-height: 20px
}

.module.specials {
    overflow: hidden
}

.module.specials .sidebarproduct {
    margin-bottom: 0
}

.module.specials .sidebarproduct .prod-row {
    padding-bottom: 0
}

#mod_compare .modcompareprod {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#mod_compare .not_text {
    font-size: 14px;
    color: var(--color-black);
    margin: 0 0px
}

#mod_compare .image.fleft {
    float: left;
    width: 80px;
    margin-right: 20px;
    padding: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: var(--color-light);
    border-radius: 3px
}

@media (min-width: 768px) and (max-width:1199px) {
    #mod_compare .image.fleft {
        margin-right:10px
    }
}

@media (min-width: 480px) and (max-width:767px) {
    #mod_compare .image.fleft {
        width:120px
    }
}

#mod_compare .image.fleft img {
    width: 100%;
    height: auto
}

#mod_compare .extra-wrap {
    float: left;
    width: 60%
}

@media (min-width: 768px) and (max-width:1199px) {
    #mod_compare .extra-wrap {
        width:56%
    }
}

#mod_compare .extra-wrap .name a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: var(--body-link-color)
}

#mod_compare .extra-wrap .name a:hover {
    color: var(--body-link-hover-color)
}

#mod_compare .extra-wrap .remcompare {
    padding-top: 4px
}

#mod_compare .extra-wrap .remcompare a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: var(--body-link-hover-color);
    cursor: pointer
}

#mod_compare .extra-wrap .remcompare a:hover {
    color: var(--color-dark)
}

@media (min-width: 768px) and (max-width:1199px) {
    #mod_compare .extra-wrap .remcompare a {
        font-size:12px
    }
}

#mod_compare .btn_compare {
    background: var(--color-light);
    color: var(--body-link-color);
    margin-top: 15px
}

#mod_compare .btn_compare:hover {
    background: var(--color-primary);
    color: #fff
}

#mod_wishlists .modwishlistsprod {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#mod_wishlists .not_text {
    font-size: 14px;
    color: var(--color-black);
    margin: 0
}

#mod_wishlists .image.fleft {
    float: left;
    width: 80px;
    margin-right: 20px;
    padding: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: var(--color-light);
    border-radius: 3px
}

@media (min-width: 768px) and (max-width:1199px) {
    #mod_wishlists .image.fleft {
        margin-right:10px
    }
}

@media (min-width: 480px) and (max-width:767px) {
    #mod_wishlists .image.fleft {
        width:120px
    }
}

#mod_wishlists .image.fleft img {
    width: 100%;
    height: auto
}

#mod_wishlists .extra-wrap {
    float: left;
    width: 60%
}

@media (min-width: 768px) and (max-width:1199px) {
    #mod_wishlists .extra-wrap {
        width:56%
    }
}

#mod_wishlists .extra-wrap .name a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: var(--body-link-color)
}

#mod_wishlists .extra-wrap .name a:hover {
    color: var(--body-link-hover-color)
}

@media (min-width: 768px) and (max-width:1199px) {
    #mod_wishlists .extra-wrap .name a {
        font-size:12px
    }
}

#mod_wishlists .extra-wrap .remwishlists {
    padding-top: 4px
}

#mod_wishlists .extra-wrap .remwishlists a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: var(--body-link-hover-color);
    cursor: pointer
}

#mod_wishlists .extra-wrap .remwishlists a:hover {
    color: var(--color-dark)
}

#mod_wishlists .btn_wishlist {
    background: var(--color-light);
    color: var(--body-link-color);
    margin-top: 15px
}

#mod_wishlists .btn_wishlist:hover {
    background: var(--color-primary);
    color: #fff
}

.sp-module.tags .mod_tagsvm3 {
    overflow: hidden;
    width: 100%
}

.sp-module.tags .mod_tagsvm3 .vm_tag {
    display: inline-block;
    background: var(--color-light);
    font-size: 14px;
    line-height: 20px;
    padding: 6px 10px;
    text-transform: lowercase;
    float: left;
    margin: 0 5px 5px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--body-link-color);
    border-radius: 3px
}

.sp-module.tags .mod_tagsvm3 .vm_tag span {
    font-size: 14px
}

.sp-module.tags .mod_tagsvm3 .vm_tag:hover {
    background: var(--color-dark);
    color: #fff
}

.category_description {
    font-size: 14px;
    color: var(--color-black);
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1)
}

.category_description img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--color-light);
    padding: 1px;
    border-radius: 3px
}

.category_description .prod_cat {
    float: left;
    margin-right: 20px;
    width: 380px;
    background: #f8f8f8;
    padding: 0px;
    overflow: hidden;
    border-radius: 3px
}

.category_description .prod_cat a {
    overflow: hidden
}

@media (min-width: 768px) and (max-width:991px) {
    .category_description .prod_cat {
        float:none;
        width: 100%
    }
}

@media (min-width: 320px) and (max-width:479px) {
    .category_description .prod_cat {
        float:none;
        width: 100%
    }
}

.category_description .prod_cat:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.category_description .prod_desc {
    padding: 0 0 0 0
}

.category-view {
    width: 100%;
    overflow: hidden
}

.category-view .marg {
    margin: 0 -15px;
    font-size: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) and (max-width:991px) {
    .category-view .marg {
        margin:0 -10px
    }
}

.category-view h2 {
    margin: 0;
    padding: 0;
    border: none;
    background: none
}

.category-view .cat_row {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px
}

@media (min-width: 992px) and (max-width:1199px) {
    .category-view .cat_row {
        width:25%;
        display: inline-block;
        float: none;
        vertical-align: top
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .category-view .cat_row {
        width:33.33%;
        display: inline-block;
        float: none;
        vertical-align: top;
        padding: 0 10px
    }
}

@media (min-width: 480px) and (max-width:767px) {
    .category-view .cat_row {
        width:50%;
        display: inline-block;
        float: none;
        vertical-align: top
    }
}

@media (min-width: 320px) and (max-width:479px) {
    .category-view .cat_row {
        width:50%;
        display: inline-block;
        float: none;
        vertical-align: top;
        padding: 0 10px;
        margin-bottom: 20px
    }
}

.category-view .cat_row .category {
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 3px solid var(--color-primary)
}

.category-view .cat_row a {
    text-decoration: none;
    display: block
}

.category-view .cat_row a .category-border {
    background: var(--color-light);
    padding: 0;
    border: 1px solid var(--color-light);
    overflow: hidden;
    border-radius: 3px
}

@media (min-width: 320px) and (max-width:479px) {
    .category-view .cat_row a .category-border {
        padding:0px
    }
}

.category-view .cat_row a img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
    overflow: hidden
}

.category-view .cat_row a .category-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    background: none;
    padding: 10px 0
}

.category-view .cat_row a:hover .category-title {
    color: var(--body-link-hover-color)
}

.category-view .cat_row a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.virtuemart_search {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0px
}

.virtuemart_search input.inputbox {
    width: 270px;
    float: left;
    margin-right: 10px;
    height: 40px
}

#prodlist-box>.browse-view .virtuemart_search {
    padding-top: 0
}

#prodlist-box .category_description+.category-view+.browse-view .virtuemart_search {
    padding-top: 30px
}

.module-title.no-products {
    margin-top: 30px
}

.module-title.no-products i {
    margin-right: 10px
}

.clear {
    clear: both;
    width: 100%
}

.vm-search-descr {
    padding-top: 16px
}

.category-title {
    margin-top: 0
}

.orderby-displaynumber {
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
    width: 100%;
    clear: right
}

@media (min-width: 320px) and (max-width:767px) {
    .orderby-displaynumber {
        padding-bottom:0px
    }
}

.orderby-displaynumber:after {
    content: " ";
    width: 100%;
    display: block;
    height: 1px
}

.orderby-displaynumber .border_bot {
    padding: 10px 0 15px 0;
    min-height: 40px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid var(--color-light)
}

.orderby-displaynumber .border_bot .navigation_grid {
    float: right;
    overflow: hidden;
    width: 89px;
    margin: 0px 0 0 0
}

@media (min-width: 320px) and (max-width:479px) {
    .orderby-displaynumber .border_bot .navigation_grid {
        display:none
    }
}

.orderby-displaynumber .border_bot .navigation_grid a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: var(--color-dark);
    float: left;
    margin-left: 4px;
    background: var(--color-light);
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.orderby-displaynumber .border_bot .navigation_grid a.active,.orderby-displaynumber .border_bot .navigation_grid a:hover {
    background: var(--color-primary);
    color: #fff
}

@media (min-width: 320px) and (max-width:479px) {
    .orderby-displaynumber .border_bot .navigation_grid a {
        border-right:1px solid #ecfdfe;
        margin-left: -1px
    }
}

.orderby-displaynumber .border_bot .orderlistcontainer {
    position: relative;
    width: auto;
    float: left;
    background: var(--color-white);
    border: 1px solid var(--color-gray);
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    margin: 0 5px 1px 0;
    border-radius: 3px
}

.orderby-displaynumber .border_bot .orderlistcontainer .title {
    display: none
}

.orderby-displaynumber .border_bot .orderlistcontainer .activeOrder,.orderby-displaynumber .border_bot .orderlistcontainer .activeOrder a {
    font-size: 14px;
    font-weight: 300;
    color: var(--body-text-color);
    cursor: pointer
}

.orderby-displaynumber .border_bot .orderlistcontainer .activeOrder:after {
    font-family: FontAwesome;
    content: "\f0d7";
    margin-left: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.orderby-displaynumber .border_bot .orderlistcontainer .activeOrder.hover:after {
    font-family: FontAwesome;
    content: "\f0d8";
    margin-left: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.orderby-displaynumber .border_bot .orderlistcontainer .orderlist {
    background: #fff;
    position: absolute;
    left: 0;
    top: 40px;
    width: 180px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block!important;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px rgba(230,230,230,0.4);
    box-shadow: 0 0 5px rgba(230,230,230,0.4)
}

.orderby-displaynumber .border_bot .orderlistcontainer .orderlist a {
    font-size: 14px;
    line-height: 30px;
    color: var(--body-text-color);
    display: block;
    padding: 0 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.orderby-displaynumber .border_bot .orderlistcontainer .orderlist a:hover {
    background: #f7f7f7;
    color: var(--body-link-color)
}

.orderby-displaynumber .border_bot .orderlistcontainer:hover .orderlist {
    margin-top: 0px;
    opacity: 1;
    visibility: visible
}

.orderby-displaynumber.bot {
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    clear: left
}

.Results {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 15px 0 10px
}

.Results .display-number {
    float: left;
    width: 40%;
    padding-top: 5px
}

@media (min-width: 320px) and (max-width:767px) {
    .Results .display-number {
        float:none;
        width: 100%
    }
}

.Results .display-number span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-right: 15px;
    border-radius: 3px
}

.Results .display-number .jq-selectbox {
    background: #fff;
    margin: 0 0px;
    padding: 0;
    width: 70px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.Results .display-number .jq-selectbox .select {
    padding: 0px 15px 0px;
    float: none!important;
    border: 1px solid var(--color-gray);
    background: var(--color-white);
    border-radius: 0;
    color: var(--body-text-color);
    border-radius: 3px
}

.Results .display-number .jq-selectbox .select:before {
    content: "\f0d7";
    font-size: 14px;
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 0px
}

.Results .display-number .jq-selectbox .dropdown {
    background: #fff;
    width: 100%;
    margin-top: 40px;
    max-height: 350px;
    top: 0!important;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px rgba(230,230,230,0.4);
    box-shadow: 0 0 5px rgba(230,230,230,0.4)
}

.Results .display-number .jq-selectbox .dropdown ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.Results .display-number .jq-selectbox .dropdown ul li {
    font-size: 14px;
    line-height: 30px;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.Results .display-number .jq-selectbox .dropdown ul li:hover {
    background: #f7f7f7;
    color: var(--color-black)
}

.Results .display-number .jq-selectbox.opened .select:before {
    content: "\f0d8";
    font-size: 14px;
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 0
}

.Results .display-number .chzn-container {
    display: none!important
}

.Results #bottom-pagination-top {
    float: right;
    width: auto
}

@media (min-width: 320px) and (max-width:767px) {
    .Results #bottom-pagination-top {
        float:none;
        width: 100%;
        margin-top: 10px
    }
}

#bottom-pagination-top {
    margin-top: 0px
}

#bottom-pagination-top ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#bottom-pagination-top ul li {
    float: left;
    font-size: 14px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    padding-left: 1px
}

#bottom-pagination-top ul li a,#bottom-pagination-top ul li>span {
    display: block;
    background: var(--color-white);
    border: 1px solid var(--color-gray);
    text-decoration: none;
    border-radius: 3px
}

#bottom-pagination-top ul li a {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--color-black)
}

#bottom-pagination-top ul li a:hover {
    background: var(--color-white);
    color: var(--color-primary)
}

#bottom-pagination-top ul li>span {
    color: var(--body-text-color);
    opacity: 0.7
}

.recentproducts {
    padding: 0;
    margin: 0 0 30px 0
}

#product_list {
    position: relative;
    z-index: 1;
    clear: right
}

#product_list.list .layout {
    margin-bottom: 0
}

#product_list.list .layout li {
    width: 100%!important
}

#product_list.list .layout li .prod-row {
    width: 100%;
    display: block;
    overflow: hidden
}

@media (min-width: 320px) and (max-width:479px) {
    #product_list.list .layout li .prod-row {
        width:100%;
        display: block
    }
}

#product_list.list .layout li .prod-row .browseImage {
    width: 31%;
    display: block;
    float: left
}

@media (min-width: 768px) and (max-width:991px) {
    #product_list.list .layout li .prod-row .browseImage {
        width:42%
    }
}

@media (min-width: 480px) and (max-width:767px) {
    #product_list.list .layout li .prod-row .browseImage {
        width:48%
    }
}

@media (min-width: 320px) and (max-width:479px) {
    #product_list.list .layout li .prod-row .browseImage {
        width:100%;
        display: block
    }
}

#product_list.list .layout li .prod-row .browseImage .img-wrapper {
    padding: 0
}

#product_list.list .layout li .prod-row .browseImage .img-wrapper img {
    width: 100%
}

@media (min-width: 992px) and (max-width:1199px) {
    #product_list.list .layout li .prod-row .browseImage .img-wrapper img {
        width:100%
    }
}

@media (min-width: 768px) and (max-width:991px) {
    #product_list.list .layout li .prod-row .browseImage .img-wrapper img {
        width:100%
    }
}

@media (min-width: 480px) and (max-width:767px) {
    #product_list.list .layout li .prod-row .browseImage .img-wrapper img {
        width:100%
    }
}

#product_list.list .layout li .prod-row .slide-hover {
    width: 69%;
    display: block;
    vertical-align: top;
    position: relative;
    float: left
}

@media (min-width: 768px) and (max-width:991px) {
    #product_list.list .layout li .prod-row .slide-hover {
        width:58%
    }
}

@media (min-width: 480px) and (max-width:767px) {
    #product_list.list .layout li .prod-row .slide-hover {
        width:52%
    }
}

@media (min-width: 320px) and (max-width:479px) {
    #product_list.list .layout li .prod-row .slide-hover {
        width:100%;
        display: block
    }
}

#product_list.list .layout li .prod-row .slide-hover .wrapper {
    padding-left: 30px
}

@media (min-width: 768px) and (max-width:991px) {
    #product_list.list .layout li .prod-row .slide-hover .wrapper {
        padding-left:20px
    }
}

@media (min-width: 480px) and (max-width:767px) {
    #product_list.list .layout li .prod-row .slide-hover .wrapper {
        padding-left:10px
    }
}

@media (min-width: 320px) and (max-width:479px) {
    #product_list.list .layout li .prod-row .slide-hover .wrapper {
        padding-left:0px
    }
}

#product_list.list .layout li .prod-row .slide-hover .gridstock {
    display: none
}

#product_list.list .layout li .prod-row .slide-hover .gridstock.Title {
    display: block;
    padding-top: 20px
}

#product_list.list .layout li .prod-row .slide-hover .liststock {
    display: block
}

#product_list.list .layout li .prod-row .slide-hover .description-list {
    display: block;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 21px;
    font-weight: 300px;
    padding: 10px 0;
    margin-bottom: 0
}

#product_list.list .layout li .prod-row .slide-hover .description-list p {
    margin-bottom: 0
}

#product_list.list .layout li .prod-row .slide-hover .description {
    display: none
}

#product_list.list .layout li .prod-row .slide-hover .Title.liststock {
    padding-top: 20px;
    display: none
}

#product_list.list .layout li .prod-row .slide-hover .product_tags {
    padding: 10px 30px
}

#product_list.list .layout li .prod-row .slide-hover .product_tags .vm_tags {
    background: var(--color-light);
    color: var(--body-link-color);
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    text-transform: lowercase;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#product_list.list .layout li .prod-row .slide-hover .product_tags .vm_tags:hover {
    background: var(--body-link-hover-color);
    color: #fff
}

#product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions {
    padding-left: 30px
}

@media (min-width: 768px) and (max-width:991px) {
    #product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions {
        padding-left:20px
    }
}

@media (min-width: 480px) and (max-width:767px) {
    #product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions {
        padding-left:10px
    }
}

@media (min-width: 320px) and (max-width:479px) {
    #product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions {
        padding-left:0px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    #product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions .add-to-compare,#product_list.list .layout li .prod-row .slide-hover .wrapper-slide.product-actions .add-to-favorites {
        margin-bottom:4px;
        overflow: hidden
    }
}

#product_list.list .layout li .prod-row .product-box div.quick_btn {
    left: 50%!important
}

@media (min-width: 320px) and (max-width:767px) {
    #t3-content.fullwidth #productdetailsview .wrapper2 {
        padding:10px
    }
}

#t3-content.fullwidth #productdetailsview .fleft {
    width: 55%;
    float: left;
    margin-right: 0px
}

@media (min-width: 992px) and (max-width:1199px) {
    #t3-content.fullwidth #productdetailsview .fleft {
        width:50%
    }
}

@media (min-width: 768px) and (max-width:991px) {
    #t3-content.fullwidth #productdetailsview .fleft {
        width:45%
    }
}

@media (min-width: 320px) and (max-width:767px) {
    #t3-content.fullwidth #productdetailsview .fleft {
        width:100%;
        padding: 0
    }
}

#t3-content.fullwidth #productdetailsview .fleft .main-image img {
    width: 100%
}

#t3-content.fullwidth #productdetailsview .fleft .jcarousel-container.clearfix {
    margin-right: 50px
}

#t3-content.fullwidth #productdetailsview .fleft .jcarousel.additional-images {
    width: 100%
}

#t3-content.fullwidth #productdetailsview .fleft .jcarousel.additional-images ul#carousel2 {
    width: 100%
}

#t3-content.fullwidth #productdetailsview .fright {
    width: 45%;
    float: left
}

@media (min-width: 992px) and (max-width:1199px) {
    #t3-content.fullwidth #productdetailsview .fright {
        width:50%
    }
}

@media (min-width: 768px) and (max-width:991px) {
    #t3-content.fullwidth #productdetailsview .fright {
        width:55%;
        padding-top: 0px
    }
}

@media (min-width: 320px) and (max-width:767px) {
    #t3-content.fullwidth #productdetailsview .fright {
        width:100%;
        padding: 20px 0 0 0
    }
}

#productdetailsview .sticky-prod {
    top: 0px;
    padding-left: 30px
}

@media (min-width: 768px) and (max-width:991px) {
    #productdetailsview .sticky-prod {
        padding-left:15px
    }
}

@media (min-width: 320px) and (max-width:767px) {
    #productdetailsview .sticky-prod {
        padding-left:0
    }
}

#productdetailsview .image_block .slider-youtube .slick-list {
    overflow: visible
}

#productdetailsview .block-bottom .example2 {
    padding-top: 60px
}

@media (min-width: 320px) and (max-width:991px) {
    #productdetailsview .block-bottom .example2 {
        padding-top:30px
    }
}

#productdetailsview .block-bottom .example2 .video {
    padding-top: 20px;
    margin-bottom: 40px
}

#productdetailsview .block-bottom .bs-docs-example2 {
    padding-top: 60px;
    margin-bottom: 30px
}

@media (min-width: 320px) and (max-width:991px) {
    #productdetailsview .block-bottom .bs-docs-example2 {
        padding-top:30px
    }
}

#productdetailsview .block-bottom .bs-docs-example3 {
    padding-top: 40px
}

@media (min-width: 320px) and (max-width:991px) {
    #productdetailsview .block-bottom .bs-docs-example3 {
        padding-top:30px
    }
}

#productdetailsview .block-bottom .bs-docs-example3 .module-title {
    margin-bottom: 30px;
    padding: 10px 0;
    color: var(--color-black);
    background: none;
    border-radius: 3px;
    text-transform: uppercase
}

#productdetailsview .block-bottom .bs-docs-example3 .block-inner {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
    -webkit-box-shadow: none;
    box-shadow: none
}

#productdetailsview .block-bottom .bs-docs-example3 .block-inner .tags {
    font-size: 14px;
    line-height: 30px;
    padding-top: 30px
}

#productdetailsview .block-bottom .bs-docs-example3 .block-inner .tags .product-fields-title {
    color: var(--body-text-color);
    display: inline-block;
    margin-right: 10px;
    float: left;
    line-height: 20px;
    padding-top: 11px
}

#productdetailsview .block-bottom .bs-docs-example3 .block-inner .tags .product-field-display {
    display: inline-block
}

#productdetailsview .block-bottom .bs-docs-example3 .block-inner .tags .product-field-display .btx {
    display: inline-block;
    background: #f7f7f7;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 10px;
    text-transform: lowercase;
    float: left;
    margin: 0 5px 5px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--body-link-color);
    border-radius: 3px
}

#productdetailsview .block-bottom .bs-docs-example3 .block-inner .tags .product-field-display .btx span {
    font-size: 14px
}

#productdetailsview .block-bottom .bs-docs-example3 .block-inner .tags .product-field-display .btx:hover {
    background: var(--color-dark);
    color: #fff
}

#productdetailsview .block-bottom .video .show-video {
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding-bottom: 55.25%
}

#productdetailsview .availability {
    padding-bottom: 20px
}

#productdetailsview .icons {
    overflow: hidden;
    width: 100%;
    padding-top: 30px
}

#productdetailsview .icons div {
    float: left;
    margin: 0 5px 0 0
}

#productdetailsview .icons div a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    background: var(--color-light);
    color: var(--body-text-color);
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
    border-radius: 3px
}

#productdetailsview .icons div a:hover {
    background: var(--body-link-hover-color);
    color: #fff
}

#productdetailsview .icons div img {
    display: none
}

#productdetailsview .icons div.icons-pdf a:before {
    content: "\f1c1";
    font-family: FontAwesome
}

#productdetailsview .icons div.icons-print a:before {
    content: "\f02f";
    font-family: FontAwesome
}

#productdetailsview .icons div.icons-recomend a:before {
    content: "\f003";
    font-family: FontAwesome
}

#productdetailsview .icons div.icons-edit a:before {
    content: "\f044";
    font-family: FontAwesome
}

#productdetailsview .wrapper2 {
    background: none;
    padding: 0px;
    margin-bottom: 0;
    border-radius: 3px
}

#productdetailsview .wrapper2 .fleft {
    width: 55%;
    float: left;
    margin-right: 0px;
    position: relative
}

@media (min-width: 992px) and (max-width:1199px) {
    #productdetailsview .wrapper2 .fleft {
        width:45%
    }
}

@media (min-width: 768px) and (max-width:991px) {
    #productdetailsview .wrapper2 .fleft {
        width:100%
    }
}

@media (min-width: 320px) and (max-width:767px) {
    #productdetailsview .wrapper2 .fleft {
        margin:0 0 0 0;
        width: 100%;
        float: none
    }
}

#productdetailsview .wrapper2 .fleft .lbl-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    height: 100px;
    width: 100px
}

#productdetailsview .wrapper2 .fleft .lbl-box div {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 2px 10px 0;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    position: relative;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 24px;
    width: 140px;
    top: 19px;
    left: -40px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1)
}

#productdetailsview .wrapper2 .fleft .lbl-box div.limited {
    background: #c259db
}

#productdetailsview .wrapper2 .fleft .lbl-box div.limited:after,#productdetailsview .wrapper2 .fleft .lbl-box div.limited:before {
    border: 6px solid #bb3bdb
}

#productdetailsview .wrapper2 .fleft .lbl-box div.discount {
    background: #ec360a
}

#productdetailsview .wrapper2 .fleft .lbl-box div.discount:after,#productdetailsview .wrapper2 .fleft .lbl-box div.discount:before {
    border: 6px solid #cf2f07
}

#productdetailsview .wrapper2 .fleft .lbl-box div.hit {
    background: #f1c40f
}

#productdetailsview .wrapper2 .fleft .lbl-box div.hit:after,#productdetailsview .wrapper2 .fleft .lbl-box div.hit:before {
    border: 6px solid #b8950b
}

#productdetailsview .wrapper2 .fleft .lbl-box div:after,#productdetailsview .wrapper2 .fleft .lbl-box div:before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border-top-color: transparent!important;
    border-left-color: transparent!important
}

#productdetailsview .wrapper2 .fleft .lbl-box div:before {
    top: 17px;
    right: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#productdetailsview .wrapper2 .fleft .lbl-box div:after {
    bottom: -5px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#productdetailsview .wrapper2 .fleft .lbl-box2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    height: 100px;
    width: 100px
}

#productdetailsview .wrapper2 .fleft .lbl-box2 div {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 2px 10px 0;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    text-align: center;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 24px;
    width: 140px;
    top: 19px;
    right: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1)
}

#productdetailsview .wrapper2 .fleft .lbl-box2 div.sold {
    background: #cac8c8
}

#productdetailsview .wrapper2 .fleft .lbl-box2 div.sold:after,#productdetailsview .wrapper2 .fleft .lbl-box2 div.sold:before {
    border: 6px solid #bebdbd
}

#productdetailsview .wrapper2 .fleft .lbl-box2 div.new {
    background: #1abc9c
}

#productdetailsview .wrapper2 .fleft .lbl-box2 div.new:after,#productdetailsview .wrapper2 .fleft .lbl-box2 div.new:before {
    border: 6px solid #12856e
}

#productdetailsview .wrapper2 .fleft .lbl-box2 div:after,#productdetailsview .wrapper2 .fleft .lbl-box2 div:before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border-top-color: transparent!important;
    border-left-color: transparent!important
}

#productdetailsview .wrapper2 .fleft .lbl-box2 div:before {
    top: 17px;
    right: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#productdetailsview .wrapper2 .fleft .lbl-box2 div:after {
    bottom: -5px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#productdetailsview .wrapper2 .fleft .slick-slide>div {
    padding: 1px
}

#productdetailsview .wrapper2 .fleft .main-image {
    background: #fff;
    border: 10px solid #fff;
    padding: 0;
    margin-bottom: 0px;
    position: relative;
    margin-bottom: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1)
}

@media (min-width: 320px) and (max-width:991px) {
    #productdetailsview .wrapper2 .fleft .main-image {
        border:5px solid var(--color-secondary)
    }
}

#productdetailsview .wrapper2 .fleft .main-image .zoomContainer {
    position: absolute;
    left: 0px!important;
    top: 0px!important;
    z-index: 1!important
}

#productdetailsview .wrapper2 .fleft .main-image img {
    max-width: 100%;
    cursor: pointer
}

@media (min-width: 320px) and (max-width:767px) {
    #productdetailsview .wrapper2 .fleft .main-image img {
        width:100%
    }
}

#productdetailsview .wrapper2 .fleft .main-image .show-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0
}

#productdetailsview .wrapper2 .fleft .main-image .show-video iframe {
    position: absolute;
    top: 0;
    left: 0
}

#productdetailsview .wrapper2 .fleft .jcarousel.additional-images #carousel2 {
    margin-left: -5px;
    margin-right: -5px
}

#productdetailsview .wrapper2 .fleft .jcarousel.additional-images #carousel2 .floatleft {
    padding: 0 5px 0 5px;
    margin-left: 0;
    width: 100%
}

#productdetailsview .wrapper2 .fleft .jcarousel.additional-images #carousel2 .floatleft .thumb {
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1)
}

@media (min-width: 320px) and (max-width:991px) {
    #productdetailsview .wrapper2 .fleft .jcarousel.additional-images #carousel2 .floatleft .thumb {
        border:5px solid var(--color-secondary)
    }
}

#productdetailsview .wrapper2 .fleft .jcarousel.additional-images #carousel2 .floatleft .thumb img {
    border-radius: 3px
}

#productdetailsview .wrapper2 .fleft .jcarousel.additional-images #carousel2 .floatleft .thumb a {
    pointer-events: none
}

#productdetailsview .wrapper2 .fleft .jcarousel.additional-images .thumb img {
    opacity: 0.5
}

#productdetailsview .wrapper2 .fleft #gallery_02 .jcarousel-next,#productdetailsview .wrapper2 .fleft #gallery_02 .jcarousel-prev {
    display: none!important
}

#productdetailsview .wrapper2 .fleft #gallery_02 .slider-nav {
    top: 0px;
    right: 0
}

#productdetailsview .wrapper2 .fleft #gallery_02 .slider-nav .slick-next {
    width: 30px;
    height: 30px;
    left: auto;
    right: -46px;
    top: 20px;
    position: absolute;
    border: none;
    background: var(--color-light);
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
    color: var(--body-link-color)
}

#productdetailsview .wrapper2 .fleft #gallery_02 .slider-nav .slick-next:before {
    content: "\f105";
    font-size: 18px;
    font-family: FontAwesome;
    line-height: 30px;
    color: inherit;
    opacity: 1
}

#productdetailsview .wrapper2 .fleft #gallery_02 .slider-nav .slick-next:hover {
    background: var(--color-primary);
    color: #fff
}

#productdetailsview .wrapper2 .fleft #gallery_02 .slider-nav .slick-next:hover:before {
    color: #fff
}

#productdetailsview .wrapper2 .fleft #gallery_02 .slider-nav .slick-prev {
    width: 30px;
    height: 30px;
    left: auto;
    right: -46px;
    top: 56px;
    position: absolute;
    border: none;
    background: var(--color-light);
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--body-link-color)
}

#productdetailsview .wrapper2 .fleft #gallery_02 .slider-nav .slick-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 30px;
    color: inherit;
    opacity: 1
}

#productdetailsview .wrapper2 .fleft #gallery_02 .slider-nav .slick-prev:hover {
    background: var(--color-primary);
    color: #fff
}

#productdetailsview .wrapper2 .fleft #gallery_02 .slider-nav .slick-prev:hover:before {
    color: #fff
}

#productdetailsview .wrapper2 .fleft #gallery_02 .thumb.video {
    text-align: center
}

#productdetailsview .wrapper2 .fleft #gallery_02 .thumb.video i {
    font-size: 60px;
    color: #ff4e45;
    opacity: 0.5;
    display: inline-block;
    font-family: FontAwesome;
    line-height: inherit
}

#productdetailsview .wrapper2 .fleft #gallery_02 .slick-current img {
    opacity: 1
}

#productdetailsview .wrapper2 .fleft #gallery_02 .slick-current .thumb.video i {
    opacity: 1
}

#productdetailsview .wrapper2 .fright {
    width: 45%;
    float: left
}

@media (min-width: 992px) and (max-width:1199px) {
    #productdetailsview .wrapper2 .fright {
        width:55%
    }
}

@media (min-width: 768px) and (max-width:991px) {
    #productdetailsview .wrapper2 .fright {
        width:100%;
        padding: 20px 0 0 0
    }
}

@media (min-width: 320px) and (max-width:767px) {
    #productdetailsview .wrapper2 .fright {
        width:100%;
        padding: 20px 0 0 0
    }
}

#productdetailsview .wrapper2 .fright .title {
    font-size: 32px;
    line-height: 38px;
    color: var(--color-black);
    font-weight: 400
}

@media (min-width: 992px) and (max-width:1199px) {
    #productdetailsview .wrapper2 .fright .title {
        font-size:20px
    }
}

@media (min-width: 320px) and (max-width:991px) {
    #productdetailsview .wrapper2 .fright .title {
        font-size:20px
    }
}

#productdetailsview .wrapper2 .fright .rating {
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    color: var(--body-text-color);
    margin: 10px 20px 10px 0
}

#productdetailsview .wrapper2 .fright .rating .vote {
    display: inline-block;
    padding: 0;
    text-align: left;
    position: relative
}

#productdetailsview .wrapper2 .fright .rating .vote .ratingbox {
    background: none;
    width: 80px;
    height: 14px;
    position: relative
}

#productdetailsview .wrapper2 .fright .rating .vote .ratingbox:before {
    color: #dbdbdb;
    content: "\f006  \f006  \f006  \f006  \f006";
    font-family: FontAwesome;
    font-size: 13px;
    position: relative;
    top: -2px
}

#productdetailsview .wrapper2 .fright .rating .vote .stars-orange {
    background: none;
    overflow: hidden;
    height: 14px;
    left: 0;
    top: 0;
    position: absolute
}

#productdetailsview .wrapper2 .fright .rating .vote .stars-orange:before {
    color: #f1c40f;
    content: "\f005  \f005  \f005  \f005  \f005";
    font-family: FontAwesome;
    font-size: 13px;
    position: relative;
    top: -2px
}

#productdetailsview .wrapper2 .fright .rating .vote .rating-title {
    position: relative;
    top: -2px
}

#productdetailsview .wrapper2 .fright .Dimensions h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0;
    text-transform: capitalize
}

#productdetailsview .wrapper2 .fright .manufacturer {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 22px;
    overflow: hidden
}

#productdetailsview .wrapper2 .fright .manufacturer span {
    display: inline-block;
    float: left;
    padding-right: 10px
}

#productdetailsview .wrapper2 .fright .manufacturer a {
    display: inline-block;
    color: var(--body-link-color);
    font-size: 14px;
    line-height: 22px;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto
}

#productdetailsview .wrapper2 .fright .manufacturer a:hover {
    color: var(--body-link-hover-color)
}

#productdetailsview .wrapper2 .fright .stock {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 22px;
    overflow: hidden
}

#productdetailsview .wrapper2 .fright .stock b,#productdetailsview .wrapper2 .fright .stock i,#productdetailsview .wrapper2 .fright .stock span {
    float: left;
    display: inline-block
}

#productdetailsview .wrapper2 .fright .stock span {
    padding-right: 10px
}

#productdetailsview .wrapper2 .fright .stock i {
    color: #27ae60;
    font-style: normal;
    padding-right: 3px
}

#productdetailsview .wrapper2 .fright .stock b {
    font-weight: 300;
    color: var(--body-text-color)
}

#productdetailsview .wrapper2 .fright .code {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 22px;
    overflow: hidden
}

#productdetailsview .wrapper2 .fright .code span {
    color: var(--body-text-color);
    padding-right: 10px;
    display: inline-block
}

#productdetailsview .wrapper2 .fright .call-a-question {
    padding: 20px 0
}

#productdetailsview .wrapper2 .fright .time-box {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px
}

#productdetailsview .wrapper2 .fright .time-box .price {
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 0
}

@media (min-width: 480px) and (max-width:991px) {
    #productdetailsview .wrapper2 .fright .time-box .price {
        font-size:20px
    }
}

#productdetailsview .wrapper2 .fright .time-box .price .text {
    font-size: 12px;
    line-height: 20px
}

@media (min-width: 768px) and (max-width:991px) {
    #productdetailsview .wrapper2 .fright .time-box .price .text {
        font-size:10px
    }
}

@media (min-width: 480px) and (max-width:767px) {
    #productdetailsview .wrapper2 .fright .time-box .price .text {
        font-size:12px
    }
}

#productdetailsview .wrapper2 .fright .time-box .price .price-sale {
    background: var(--color-white);
    margin-bottom: 1px;
    display: inline-block;
    float: left;
    width: 34%;
    color: var(--color-primary);
    padding: 10px 0 20px;
    border-radius: 3px;
    border: 1px solid var(--color-light)
}

#productdetailsview .wrapper2 .fright .time-box .price .price-sale .PricesalesPrice {
    float: none;
    color: var(--color-primary)
}

@media (min-width: 320px) and (max-width:479px) {
    #productdetailsview .wrapper2 .fright .time-box .price .price-sale {
        float:none;
        display: block;
        width: 100%;
        border-radius: 3px
    }
}

#productdetailsview .wrapper2 .fright .time-box .price .price-old {
    background: var(--color-white);
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    display: inline-block;
    float: left;
    width: calc(33% - 2px);
    color: var(--body-text-color);
    padding: 10px 0 20px;
    position: relative;
    border-radius: 3px;
    border: 1px solid var(--color-light)
}

#productdetailsview .wrapper2 .fright .time-box .price .price-old:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff
}

@media (min-width: 320px) and (max-width:991px) {
    #productdetailsview .wrapper2 .fright .time-box .price .price-old:before {
        display:none
    }
}

#productdetailsview .wrapper2 .fright .time-box .price .price-old .PricebasePriceWithTax {
    float: none
}

@media (min-width: 320px) and (max-width:479px) {
    #productdetailsview .wrapper2 .fright .time-box .price .price-old {
        float:none;
        display: block;
        width: 100%;
        border-radius: 3px
    }
}

#productdetailsview .wrapper2 .fright .time-box .price .price_save {
    background: var(--color-white);
    margin-left: 0;
    margin-bottom: 1px;
    display: inline-block;
    float: left;
    width: 33%;
    color: var(--color-dark);
    padding: 10px 0 20px;
    position: relative;
    border-radius: 3px;
    border: 1px solid var(--color-light)
}

#productdetailsview .wrapper2 .fright .time-box .price .price_save:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff
}

@media (min-width: 320px) and (max-width:991px) {
    #productdetailsview .wrapper2 .fright .time-box .price .price_save:before {
        display:none
    }
}

#productdetailsview .wrapper2 .fright .time-box .price .price_save .PricediscountAmount {
    float: none
}

@media (min-width: 320px) and (max-width:479px) {
    #productdetailsview .wrapper2 .fright .time-box .price .price_save {
        float:none;
        display: block;
        width: 100%;
        border-radius: 3px
    }
}

#productdetailsview .wrapper2 .fright .time-box .bzSaleTimer {
    background: var(--color-white);
    display: inline-block;
    float: left;
    width: 100%;
    color: #9b59b6;
    padding: 15px 15px 15px 15px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid var(--color-light)
}

@media (min-width: 320px) and (max-width:767px) {
    #productdetailsview .wrapper2 .fright .time-box .bzSaleTimer {
        padding:10px 0px 10px 0px
    }
}

#productdetailsview .wrapper2 .fright .time-box .bzSaleTimer .countdown_section {
    color: var(--color-black)
}

@media (min-width: 320px) and (max-width:767px) {
    #productdetailsview .wrapper2 .fright .time-box .bzSaleTimer .countdown_section {
        font-size:13px;
        padding: 5px;
        overflow: visible!important
    }
}

#productdetailsview .wrapper2 .fright .time-box .bzSaleTimer .countdown_amount {
    color: var(--color-primary);
    font-size: 20px
}

#productdetailsview .wrapper2 .fright .time-box .bzSaleTimer .count_info {
    display: block;
    color: var(--body-text-color);
    float: left;
    margin-bottom: 0px;
    line-height: 18px;
    margin-right: 10px
}

@media (min-width: 320px) and (max-width:479px) {
    #productdetailsview .wrapper2 .fright .time-box .bzSaleTimer .count_info {
        float:none;
        margin-left: 6px
    }
}

#productdetailsview .wrapper2 .fright .time-box .bzSaleTimerDesc {
    float: left;
    width: 50%;
    display: block;
    color: var(--body-text-color)
}

#productdetailsview .wrapper2 .fright .time-box .bzSaleTimerDesc div {
    font-weight: 400;
    color: var(--color-primary)
}

@media (min-width: 320px) and (max-width:991px) {
    #productdetailsview .wrapper2 .fright .time-box .bzSaleTimerDesc {
        float:none;
        display: block;
        width: 100%;
        border-radius: 3px
    }
}

#productdetailsview .wrapper2 .fright .time-box .bzSaleTimerDesc2 {
    float: left;
    width: 50%;
    display: block;
    color: var(--body-text-color);
    text-align: right
}

#productdetailsview .wrapper2 .fright .time-box .bzSaleTimerDesc2 div {
    display: inline-block
}

@media (min-width: 320px) and (max-width:991px) {
    #productdetailsview .wrapper2 .fright .time-box .bzSaleTimerDesc2 {
        float:none;
        display: block;
        width: 100%;
        text-align: left;
        border-radius: 3px
    }
}

@media (min-width: 320px) and (max-width:767px) {
    #productdetailsview .wrapper2 .fright .time-box .bzSaleTimerDesc2 {
        padding:10px 0 0 0
    }
}

#productdetailsview .wrapper2 .price {
    overflow: hidden;
    width: 100%
}

#productdetailsview .wrapper2 .price .price-crossed {
    font-size: 16px;
    line-height: 36px;
    color: var(--body-text-color);
    text-decoration: line-through;
    float: left;
    padding-right: 5px
}

#productdetailsview .wrapper2 .price .PricesalesPrice {
    font-size: 24px;
    line-height: 36px;
    color: var(--body-text-color);
    font-weight: 400;
    float: left
}

#productdetailsview .wrapper2 .price .price-crossed+.PricesalesPrice .PricesalesPrice {
    color: #ec7163
}

#productdetailsview .wrapper2 .short_desc p {
    margin: 0
}

#productdetailsview .wrapper2 .product-box2 {
    padding-top: 20px
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-field {
    margin-bottom: 10px
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-field.product-field-type-S .product-field-display .radio {
    position: relative
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-field.product-field-type-S .product-field-display .radio .radio-border {
    position: absolute;
    left: 1px;
    top: 1px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    z-index: 0;
    border: 10px solid transparent
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-field.product-field-type-S span.radio input[type=radio]:checked+label.radio_inner:before {
    background: var(--color-dark);
    z-index: 1
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-fields-title {
    color: var(--body-text-color);
    font-weight: 400;
    min-width: 100px;
    display: inline-block;
    line-height: 20px;
    padding: 10px 0
}

@media (min-width: 320px) and (max-width:479px) {
    #productdetailsview .wrapper2 .product-box2 .product-custom .product-fields-title {
        float:none;
        display: block
    }
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-fields-title b {
    font-weight: 300
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display {
    display: inline-block;
    line-height: 20px
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display .chosen-with-drop .chosen-single div b {
    background-position: 2px 4px
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -16px 4px
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chosen-container .chosen-single {
    background: #fff;
    border: 1px solid var(--color-light);
    height: 40px;
    line-height: 20px;
    padding: 10px 14px;
    color: var(--body-text-color);
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 180px;
    overflow: inherit!important;
    border-radius: 3px
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chosen-container .chosen-single span {
    min-width: 100px;
    margin: 0
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chosen-container .chosen-single div {
    top: 7px
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chosen-container .chosen-with-drop+.chosen-drop {
    display: block
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chosen-container .chosen-drop {
    border: none;
    background: #fff;
    border-radius: 0;
    min-width: 180px!important;
    padding: 0;
    margin: 1px 0 0 0;
    -webkit-box-shadow: 0 0 5px rgba(230,230,230,0.4);
    box-shadow: 0 0 5px rgba(230,230,230,0.4)
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chosen-container .chosen-drop .chosen-search {
    display: none
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chosen-container .chosen-drop .chosen-results {
    padding: 0;
    margin: 0
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chosen-container .chosen-drop li {
    font-size: 14px;
    line-height: 24px;
    color: var(--body-text-color)
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chosen-container .chosen-drop li.highlighted,#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chosen-container .chosen-drop li:hover {
    color: var(--body-link-color);
    background: #f8f8f8
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display div.chosen-container .chosen-drop li.result-selected {
    color: var(--body-link-color);
    background: #f7f7f7
}

#productdetailsview .wrapper2 .product-fields.block-pay {
    padding-top: 30px;
    overflow: hidden
}

@media (min-width: 320px) and (max-width:767px) {
    #productdetailsview .wrapper2 .product-fields.block-pay {
        padding-top:0
    }
}

#productdetailsview .wrapper2 .product-fields.block-pay img {
    width: 100%;
    height: auto;
    border-radius: 3px
}

#productdetailsview .wrapper2 .controls {
    float: left;
    width: 210px
}

@media (min-width: 320px) and (max-width:767px) {
    #productdetailsview .wrapper2 .controls {
        width:auto;
        padding-right: 10px
    }

    #productdetailsview .wrapper2 .controls .quantity_box {
        display: none
    }
}

#productdetailsview .wrapper2 .controls .quantity_box {
    line-height: 20px;
    color: var(--body-text-color);
    font-weight: 400;
    float: left;
    display: inline-block;
    padding: 20px 0 10px 0;
    min-width: 115px
}

@media (min-width: 320px) and (max-width:767px) {
    #productdetailsview .wrapper2 .controls .quantity_box {
        display:none
    }
}

#productdetailsview .wrapper2 .controls .box-quantity {
    position: relative;
    float: left;
    width: 90px;
    margin-top: 5px
}

#productdetailsview .wrapper2 .controls .box-quantity .quantity-input {
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    color: var(--body-text-color);
    padding: 10px 10px;
    border: 1px solid var(--color-light);
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 90px;
    display: inline-block;
    border-radius: 3px
}

#productdetailsview .wrapper2 .controls .box-quantity .quantity-plus {
    position: absolute;
    top: 0;
    right: 8px;
    width: 25px;
    line-height: 25px;
    font-size: 14px;
    color: var(--body-text-color);
    text-align: center;
    cursor: pointer
}

#productdetailsview .wrapper2 .controls .box-quantity .quantity-plus:hover {
    color: var(--body-text-color)
}

#productdetailsview .wrapper2 .controls .box-quantity .quantity-minus {
    position: absolute;
    bottom: 20px;
    right: 8px;
    width: 25px;
    line-height: 25px;
    font-size: 14px;
    color: var(--body-text-color);
    text-align: center;
    cursor: pointer
}

#productdetailsview .wrapper2 .controls .box-quantity .quantity-minus:hover {
    color: var(--body-text-color)
}

#productdetailsview .wrapper2 .product-actions {
    padding-top: 20px;
    width: 100%!important
}

#productdetailsview .wrapper2 .product-actions>div {
    position: relative;
    margin-right: 4px;
    float: left;
    margin-bottom: 4px
}

#productdetailsview .wrapper2 .product-actions>div .add_compare {
    background: var(--color-light);
    display: inline-block;
    color: var(--body-link-color);
    font-size: 20px;
    line-height: 20px;
    padding: 10px 5px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 40px;
    position: relative;
    height: 40px;
    text-align: center;
    float: left;
    cursor: pointer;
    border-radius: 3px
}

#productdetailsview .wrapper2 .product-actions>div .add_compare:after {
    content: " ";
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    bottom: 0
}

#productdetailsview .wrapper2 .product-actions>div .add_compare.active,#productdetailsview .wrapper2 .product-actions>div .add_compare:hover {
    background: var(--color-dark);
    color: #fff
}

#productdetailsview .wrapper2 .product-actions>div .add_compare.active:after,#productdetailsview .wrapper2 .product-actions>div .add_compare:hover:after {
    background-color: rgb(0,0,0)
}

#productdetailsview .wrapper2 .product-actions>div .add_compare span.action-name {
    display: none
}

#productdetailsview .wrapper2 .product-actions>div .add_wishlist {
    background: var(--color-light);
    display: inline-block;
    color: var(--body-link-color);
    font-size: 20px;
    line-height: 20px;
    padding: 10px 5px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 40px;
    position: relative;
    height: 40px;
    text-align: center;
    float: left;
    cursor: pointer;
    border-radius: 3px
}

#productdetailsview .wrapper2 .product-actions>div .add_wishlist i {
    line-height: 20px;
    position: relative
}

#productdetailsview .wrapper2 .product-actions>div .add_wishlist:after {
    content: " ";
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    bottom: 0
}

#productdetailsview .wrapper2 .product-actions>div .add_wishlist.active,#productdetailsview .wrapper2 .product-actions>div .add_wishlist:hover {
    background: var(--color-dark);
    color: #fff
}

#productdetailsview .wrapper2 .product-actions>div .add_wishlist.active:after,#productdetailsview .wrapper2 .product-actions>div .add_wishlist:hover:after {
    background-color: rgb(0,0,0)
}

#productdetailsview .wrapper2 .product-actions>div .add_wishlist span.action-name {
    display: none
}

#productdetailsview .wrapper2 .product-actions>div .ask-a-question {
    background: var(--color-light);
    display: inline-block;
    color: var(--body-link-color);
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    text-transform: capitalize;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: auto;
    position: relative;
    min-width: 60px;
    height: 40px;
    text-align: center;
    float: left;
    cursor: pointer;
    border-radius: 3px
}

#productdetailsview .wrapper2 .product-actions>div .ask-a-question i {
    font-size: 20px;
    line-height: 20px;
    position: relative
}

#productdetailsview .wrapper2 .product-actions>div .ask-a-question:after {
    content: " ";
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    bottom: 0
}

#productdetailsview .wrapper2 .product-actions>div .ask-a-question.active,#productdetailsview .wrapper2 .product-actions>div .ask-a-question:hover {
    background: var(--color-dark);
    color: #fff
}

#productdetailsview .wrapper2 .product-actions>div .ask-a-question.active:after,#productdetailsview .wrapper2 .product-actions>div .ask-a-question:hover:after {
    background-color: rgb(0,0,0)
}

#productdetailsview .wrapper2 .product-actions>div .ask-a-question span.action-name {
    display: inline-block
}

@media (min-width: 320px) and (max-width:767px) {
    #productdetailsview .wrapper2 .product-actions>div .ask-a-question span.action-name {
        display:none
    }
}

#productdetailsview .wrapper2 .related_categories {
    padding-top: 20px
}

#productdetailsview .wrapper2 .related_categories .module-title-categories {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 22px;
    background: none;
    float: left;
    padding-right: 10px
}

@media (min-width: 320px) and (max-width:479px) {
    #productdetailsview .wrapper2 .related_categories .module-title-categories {
        float:none
    }
}

#productdetailsview .wrapper2 .related_categories>div {
    overflow: hidden
}

#productdetailsview .wrapper2 .related_categories>div .product-field {
    float: left;
    padding-right: 5px
}

#productdetailsview .wrapper2 .related_categories>div .product-field-display .vm-img-desc,#productdetailsview .wrapper2 .related_categories>div .product-field-display img {
    display: none
}

#productdetailsview .wrapper2 .product-fields.block-pay .delivery {
    padding-top: 20px;
    margin: 0 -10px
}

@media (min-width: 768px) and (max-width:991px) {
    #productdetailsview .wrapper2 .product-fields.block-pay .delivery {
        margin:0 0px
    }
}

@media (min-width: 320px) and (max-width:767px) {
    #productdetailsview .wrapper2 .product-fields.block-pay .delivery {
        padding-top:0px
    }
}

#productdetailsview .wrapper2 .product-fields.block-pay .delivery .information_box {
    padding-bottom: 15px;
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width: 768px) and (max-width:991px) {
    #productdetailsview .wrapper2 .product-fields.block-pay .delivery .information_box {
        width:100%;
        float: none
    }
}

@media (min-width: 320px) and (max-width:479px) {
    #productdetailsview .wrapper2 .product-fields.block-pay .delivery .information_box {
        width:100%;
        float: none
    }
}

#productdetailsview .wrapper2 .product-fields.block-pay .delivery .information_box i {
    float: left;
    color: var(--color-primary);
    margin-right: 10px;
    font-size: 36px;
    line-height: 36px
}

#productdetailsview .wrapper2 .product-fields.block-pay .delivery .information_box .title-block {
    display: block;
    color: var(--body-text-color);
    text-transform: uppercase;
    line-height: 20px;
    overflow: hidden;
    width: auto;
    font-size: 16px;
    font-weight: 500
}

#productdetailsview .wrapper2 .product-fields.block-pay .delivery .information_box .title-block span {
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    color: var(--color-black);
    display: block;
    padding-top: 0px;
    font-weight: 400
}

#productdetailsview .tabs_show {
    padding-bottom: 30px
}

#productdetailsview .tabs_show .responsive-tabs__list {
    margin: 0 0 0px 0;
    padding: 0;
    list-style: none;
    position: relative;
    clear: both;
    min-height: 40px
}

@media (min-width: 320px) and (max-width:767px) {
    #productdetailsview .tabs_show .responsive-tabs__list {
        display:none
    }
}

#productdetailsview .tabs_show .responsive-tabs__list .responsive-tabs__list__item {
    font-size: 14px;
    line-height: 20px;
    color: var(--body-link-color);
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 20px;
    background: var(--color-light);
    border-radius: 0px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none
}

@media (min-width: 768px) and (max-width:991px) {
    #productdetailsview .tabs_show .responsive-tabs__list .responsive-tabs__list__item {
        padding:10px 10px;
        margin-top: 6px;
        margin-right: 6px
    }
}

#productdetailsview .tabs_show .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active,#productdetailsview .tabs_show .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active:hover,#productdetailsview .tabs_show .responsive-tabs__list .responsive-tabs__list__item:hover {
    background: var(--color-primary);
    color: #fff
}

#productdetailsview .tabs_show .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2)
}

#productdetailsview .tabs_show .responsive-tabs__heading {
    display: none;
    outline: none!important
}

@media (min-width: 320px) and (max-width:767px) {
    #productdetailsview .tabs_show .responsive-tabs__heading {
        font-size:14px!important;
        line-height: 20px;
        color: var(--color-black);
        text-transform: capitalize;
        font-weight: 400;
        padding: 15px 20px;
        background: var(--color-light);
        border-radius: 0px;
        margin: 0 0 4px 0;
        position: relative;
        display: block;
        cursor: pointer;
        border-radius: 3px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }

    #productdetailsview .tabs_show .responsive-tabs__heading.responsive-tabs__heading--active,#productdetailsview .tabs_show .responsive-tabs__heading:hover {
        background: var(--color-dark);
        color: #fff
    }
}

#productdetailsview .tabs_show .responsive-tabs__panel {
    background: #fff;
    padding: 20px 20px 20px;
    border: 1px solid var(--color-light);
    margin-top: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px
}

@media (min-width: 320px) and (max-width:767px) {
    #productdetailsview .tabs_show .responsive-tabs__panel {
        display:none
    }
}

#productdetailsview .tabs_show .responsive-tabs__panel .desc p {
    margin-bottom: 10px
}

#productdetailsview .tabs_show .responsive-tabs__panel .tags {
    font-size: 14px;
    line-height: 30px
}

#productdetailsview .tabs_show .responsive-tabs__panel .tags .product-fields-title {
    color: var(--body-text-color);
    display: inline-block;
    margin-right: 10px;
    float: left;
    line-height: 20px;
    padding-top: 11px
}

#productdetailsview .tabs_show .responsive-tabs__panel .tags .product-field-display {
    display: inline-block
}

#productdetailsview .tabs_show .responsive-tabs__panel .tags .product-field-display .btx {
    display: inline-block;
    background: #f7f7f7;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 10px;
    text-transform: lowercase;
    float: left;
    margin: 0 5px 5px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--body-link-color);
    border-radius: 3px
}

#productdetailsview .tabs_show .responsive-tabs__panel .tags .product-field-display .btx span {
    font-size: 14px
}

#productdetailsview .tabs_show .responsive-tabs__panel .tags .product-field-display .btx:hover {
    background: var(--color-dark);
    color: #fff
}

#productdetailsview .customer-reviews {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 300
}

#productdetailsview .customer-reviews .simplePagerNav {
    text-align: center;
    margin: 0 auto;
    list-style: none
}

#productdetailsview .customer-reviews .simplePagerNav li {
    display: inline-block;
    background: #f7f7f7;
    width: 40px;
    height: 40px;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin: 0 1px 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#productdetailsview .customer-reviews .simplePagerNav li a {
    display: block
}

#productdetailsview .customer-reviews .simplePagerNav li.currentPage,#productdetailsview .customer-reviews .simplePagerNav li:hover {
    background: var(--color-light)
}

#productdetailsview .customer-reviews .simplePagerNav li.currentPage a,#productdetailsview .customer-reviews .simplePagerNav li:hover a {
    color: var(--body-link-color)
}

#productdetailsview .customer-reviews .scroll-pane {
    margin: 0;
    padding: 0;
    list-style: none
}

#productdetailsview .customer-reviews .scroll-pane .step {
    padding-bottom: 20px;
    display: block
}

#productdetailsview .customer-reviews .scroll-pane .rnormal.more .coment {
    background: #e6ebee;
    border-radius: 3px
}

#productdetailsview .customer-reviews .scroll-pane .rnormal .coment {
    padding: 20px;
    background: #f8f8f8;
    margin-bottom: 20px;
    border-radius: 3px
}

#productdetailsview .customer-reviews .scroll-pane .rnormal .rbold {
    display: block;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400
}

#productdetailsview .customer-reviews .scroll-pane .rnormal .rdate {
    font-size: 12px;
    line-height: 20px;
    color: var(--body-text-color)
}

#productdetailsview .customer-reviews .scroll-pane .rnormal .flright {
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    color: var(--body-text-color);
    margin: 10px 20px 10px 0;
    float: none
}

#productdetailsview .customer-reviews .scroll-pane .rnormal .flright .rvote {
    display: inline-block;
    padding: 0;
    text-align: left;
    position: relative
}

#productdetailsview .customer-reviews .scroll-pane .rnormal .flright .rvote .ratingbox {
    background: none;
    width: 80px;
    height: 14px;
    display: inline-block;
    position: relative
}

#productdetailsview .customer-reviews .scroll-pane .rnormal .flright .rvote .ratingbox:before {
    color: #dbdbdb;
    content: "\f006  \f006  \f006  \f006  \f006";
    font-family: FontAwesome;
    font-size: 13px;
    position: relative;
    top: -2px
}

#productdetailsview .customer-reviews .scroll-pane .rnormal .flright .rvote .stars-orange {
    background: none;
    overflow: hidden;
    height: 14px;
    left: 0;
    top: 0;
    position: absolute;
    display: inline-block
}

#productdetailsview .customer-reviews .scroll-pane .rnormal .flright .rvote .stars-orange:before {
    color: #f1c40f;
    content: "\f005  \f005  \f005  \f005  \f005";
    font-family: FontAwesome;
    font-size: 13px;
    position: relative;
    top: -2px
}

#productdetailsview .customer-reviews .scroll-pane .rnormal .flright .rvote .rating-title {
    position: relative;
    top: -2px
}

#productdetailsview .customer-reviews #comment {
    margin: 10px 0;
    border: 1px solid #e6e6e6;
    background: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    min-height: 100px;
    padding-bottom: 10px;
    color: var(--body-text-color);
    width: 100%;
    resize: none;
    border-radius: 3px
}

#productdetailsview .customer-reviews .rating {
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    color: var(--body-text-color);
    margin: 10px 20px 10px 0;
    float: left
}

#productdetailsview .customer-reviews .rating .vote {
    display: inline-block;
    padding: 0;
    text-align: left;
    position: relative;
    font-weight: normal
}

#productdetailsview .customer-reviews .rating .vote .ratingbox {
    background: none;
    width: 80px;
    height: 14px;
    display: inline-block;
    position: relative
}

#productdetailsview .customer-reviews .rating .vote .ratingbox:before {
    color: #dbdbdb;
    content: "\f006  \f006  \f006  \f006  \f006";
    font-family: FontAwesome;
    font-size: 13px;
    position: relative;
    top: -2px
}

#productdetailsview .customer-reviews .rating .vote .stars-orange {
    background: none;
    overflow: hidden;
    height: 14px;
    left: 0;
    top: 0;
    position: absolute;
    display: inline-block
}

#productdetailsview .customer-reviews .rating .vote .stars-orange:before {
    color: #f1c40f;
    content: "\f005  \f005  \f005  \f005  \f005";
    font-family: FontAwesome;
    font-size: 13px;
    position: relative;
    top: -2px
}

#productdetailsview .customer-reviews .rating .vote .rating-title {
    position: relative;
    top: -2px
}

#productdetailsview .customer-reviews .rcount {
    float: right;
    line-height: 60px;
    margin-top: -13px
}

#productdetailsview .customer-reviews .rcount .vm-default {
    float: right;
    margin: 10px 0 0 10px;
    border: 1px solid #e6e6e6;
    background: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    color: var(--body-text-color);
    width: 70px;
    border-radius: 3px;
    padding-left: 20px
}

#productdetailsview #comments-form textarea {
    border-radius: 3px
}

#productdetailsview #comments-form span.captcha {
    background-position: 0 7px
}

#productdetailsview #comments-form .counter,#productdetailsview #comments-form p,#productdetailsview #comments-form span,#productdetailsview #comments-report-form p,#productdetailsview #jc #comments .comment-body,#productdetailsview #jc #comments .comments-buttons {
    font-weight: 300px
}

#productdetailsview #comments a {
    color: var(--body-text-color);
    background-color: inherit;
    font-weight: normal;
    text-decoration: none
}

#productdetailsview #comments a:hover {
    color: var(--body-link-hover-color)
}

#productdetailsview #jc #comments .comments-buttons {
    background: var(--color-light);
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 20px
}

#productdetailsview #jc #comments .comments-vote {
    float: right;
    width: auto;
    top: 0
}

#productdetailsview #jc #comments .comments-vote a.vote-poor {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding: 0 0px;
    text-align: center;
    background: #e74c3c;
    margin-left: 1px;
    margin-right: 0
}

#productdetailsview #jc #comments .comments-vote a.vote-good {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding: 0 0px;
    text-align: center;
    background: #2ecc71;
    margin-left: 1px;
    margin-right: 0
}

#productdetailsview #jc #comments .comments-vote span.vote-none {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding: 0 0px;
    text-align: center;
    background: #f7f7f7;
    margin-left: 1px;
    margin-right: 0
}

#productdetailsview #jc #comments .comments-vote span.vote-good {
    color: #2ecc71;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding: 0 0px;
    text-align: center;
    background: #f7f7f7;
    margin-left: 1px;
    margin-right: 0
}

#productdetailsview #jc #comments .comments-vote span.vote-poor {
    color: #e74c3c;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding: 0 0px;
    text-align: center;
    background: #f7f7f7;
    margin-left: 1px;
    margin-right: 0
}

#productdetailsview #jc #comments #comments-list-footer {
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px
}

#productdetailsview #jc #comments #comments-list-footer a {
    display: inline-block;
    float: left;
    margin: 0 4px 4px 0;
    line-height: 30px;
    height: 30px;
    padding: 0px 10px;
    color: #fff;
    font-weight: 300;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#productdetailsview #jc #comments #comments-list-footer a:hover {
    background: #a1aaaf!important
}

#productdetailsview #jc #comments #comments-list-footer .refresh {
    background: #1abc9c!important
}

#productdetailsview #jc #comments #comments-list-footer .rss {
    background: #f5791f!important
}

#productdetailsview #jc #comments #comments-list-footer .subscribe {
    background: #34495e!important
}

#productdetailsview #jc #comments #nav-top {
    background: none
}

#productdetailsview #jc #comments #nav-top span {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    margin: 0 4px 0 0;
    line-height: 40px;
    font-weight: 300;
    font-size: 14px;
    background: var(--color-light);
    border: none;
    border-radius: 3px
}

#productdetailsview #jc #comments #nav-top span.activepage {
    background: var(--color-dark);
    color: #fff
}

#productdetailsview .product-related {
    padding-top: 20px;
    padding-bottom: 50px
}

#productdetailsview .module-title.recent {
    margin-top: 40px
}

#productdetailsview .recentproducts {
    padding: 0 0 0 0;
    list-style: none
}

#productdetailsview .custom .product-fields-title {
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    font-weight: 400
}

#productdetailsview .filter .product-fields {
    overflow: hidden;
    width: 100%
}

#productdetailsview .filter .product-fields .product-field {
    float: left;
    width: 33%
}

#productdetailsview .filter .product-fields-title {
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    font-weight: 400
}

#productdetailsview .back-to-category {
    clear: both;
    width: 100%;
    margin-bottom: 0px
}

@media (min-width: 320px) and (max-width:767px) {
    #productdetailsview .back-to-category {
        margin-bottom:30px
    }
}

#productdetailsview .back-to-category .button_back i {
    margin-right: 5px
}

#productdetailsview .back-to-category .product-neighbour {
    width: 100%;
    margin: -10px 0 30px 0
}

@media (min-width: 320px) and (max-width:767px) {
    #productdetailsview .back-to-category .product-neighbour {
        float:none;
        clear: left;
        overflow: hidden;
        width: 100%;
        padding-top: 10px
    }
}

#productdetailsview .back-to-category .product-neighbour ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#productdetailsview .back-to-category .product-neighbour ul li {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative
}

#productdetailsview .back-to-category .product-neighbour ul li .img_n {
    position: absolute;
    bottom: 36px;
    display: block;
    width: 60px;
    height: auto;
    z-index: 99999;
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #E2E2E2;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 5px;
    display: none;
    opacity: 0
}

#productdetailsview .back-to-category .product-neighbour ul li a {
    color: var(--body-link-color)
}

#productdetailsview .back-to-category .product-neighbour ul li:hover a {
    color: var(--color-primary)
}

#productdetailsview .back-to-category .product-neighbour ul li:hover i {
    background: var(--color-primary)!important;
    color: var(--color-white)
}

#productdetailsview .back-to-category .product-neighbour ul li:hover .img_n {
    display: block;
    opacity: 1
}

#productdetailsview .back-to-category .product-neighbour ul li.previous {
    float: left;
    margin-right: 10px
}

#productdetailsview .back-to-category .product-neighbour ul li.previous .img_n {
    left: 0
}

#productdetailsview .back-to-category .product-neighbour ul li.previous i {
    margin-right: 10px;
    background: var(--color-light);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px
}

#productdetailsview .back-to-category .product-neighbour ul li.next {
    float: right
}

#productdetailsview .back-to-category .product-neighbour ul li.next .img_n {
    right: 0
}

#productdetailsview .back-to-category .product-neighbour ul li.next i {
    margin-left: 10px;
    background: var(--color-light);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px
}

#productdetailsview.productdetails-view.quick div.Price .product-price span.PricesalesPrice {
    color: #ec7163
}

#notifyform {
    background: #fff;
    margin-bottom: 30px
}

#notifyform .list-reviews {
    padding: 0 30px 30px
}

#notifyform .list-reviews .floatleft {
    float: left;
    width: 70%;
    margin-right: 30px
}

.cart-view {
    position: relative
}

.order-list {
    padding-bottom: 30px
}

.orders-box {
    background: #fff;
    padding: 0px;
    padding-top: 0;
    overflow: hidden;
    border: 1px solid var(--color-light);
    border-radius: 3px
}

.orders-box tbody {
    background: #fff;
    font-size: 14px
}

.orders-box tbody td {
    background: none;
    border-top: 1px solid var(--color-light)!important;
    border-left: 1px solid var(--color-light);
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: normal;
    text-align: center;
    color: var(--body-text-color)
}

.orders-box tbody td.num a:hover {
    text-decoration: none
}

.orders-box tbody td.total {
    font-weight: bold
}

.spaceStyle.first {
    position: absolute;
    right: 0px;
    top: 0px;
    border-left: 1px solid var(--color-light)
}

.spaceStyle.second {
    padding-top: 0px
}

.spaceStyle.second .order-box {
    background: #fff;
    border: 1px solid var(--color-light);
    border-radius: 3px;
    margin-bottom: 30px;
    overflow: hidden
}

.spaceStyle.second .order-box td {
    border-top: 1px solid var(--color-light);
    border-left: 1px solid var(--color-light);
    padding: 15px;
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 300;
    background: #f7f7f7
}

.spaceStyle.second .order-box td:first-child {
    border-left: none;
    background: #fff;
    width: 25%;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-text-color)
}

.spaceStyle.second .order-box tr.first td {
    border-top: none
}

.spaceStyle.second .order-box td.price {
    font-weight: 400
}

.spaceStyle.second .order-box2 td.first {
    padding: 0px;
    border-top: none
}

.spaceStyle.second .order-box2 td.first .order-box {
    background: #fff;
    border: 1px solid var(--color-light);
    border-radius: 3px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 10px
}

.spaceStyle.second .order-box2 .order-box td:first-child {
    border-left: none;
    background: #fff;
    width: 40%;
    font-size: 16px;
    font-weight: 400
}

.spaceStyle.second .order-box2 td.first .order-box tr:first-child td {
    border-top: none
}

.spaceStylebot {
    padding-top: 30px;
    padding-bottom: 30px
}

#tabs {
    color: #6a6a6a
}

#tabs li {
    padding-bottom: 10px
}

.spaceStylebot #tab-2 {
    display: none
}

.orders-box thead {
    font-size: 16px;
    color: var(--body-text-color)
}

.orders-box thead th {
    background: var(--color-light);
    border-left: 1px solid var(--color-light);
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 300;
    text-align: center
}

.orders-box thead th:first-child {
    border-left: none
}

.order-items-box {
    background: #fff;
    border: 1px solid var(--color-light);
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.order-items-box .sectiontableheader th {
    border: none;
    background: var(--color-light);
    color: var(--body-text-color);
    font-weight: 300;
    border-left: 1px solid var(--color-light);
    border-bottom: 1px solid #ecf0f1;
    padding: 15px;
    font-size: 16px
}

.order-items-box .sectiontableheader th:first-child {
    background: var(--color-light);
    color: var(--body-text-color);
    border: none;
    border-bottom: 1px solid var(--color-light)
}

.order-items-box tr {
    border-top: none
}

.order-items-box tr td {
    border-left: 1px solid #ecf0f1;
    border-top: 1px solid var(--color-light);
    padding: 15px;
    color: var(--body-text-color);
    font-size: 14px;
    font-weight: 300
}

.order-items-box tr td.priceCol span.line-through {
    text-decoration: line-through
}

.order-items-box tr td:first-child {
    border-left: none;
    font-size: 16px;
    font-weight: 300
}

.order-items-box tr.total td {
    font-weight: bold
}

.order-items-box .size {
    font-size: 14px
}

.order-items-box .order-items td.right {
    text-align: right;
    font-weight: 300
}

.shoper .sectiontableentry1 {
    border-left: none;
    border-right: none
}

.order {
    margin-bottom: 30px
}

.orders-box .divice-name {
    display: none
}

@media (min-width: 320px) and (max-width:767px) {
    .orders-box .table,.orders-box tbody {
        display:block;
        width: 100%
    }

    .orders-box .table .row0,.orders-box tbody .row0 {
        background: #ecf0f1
    }

    .orders-box .table td,.orders-box .table tr,.orders-box tbody td,.orders-box tbody tr {
        display: block;
        width: 100%
    }

    .orders-box .divece {
        display: none
    }

    .orders-box .divice-name {
        display: block;
        font-size: 18px;
        line-height: 24px;
        text-transform: uppercase
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .order-box .table,.order-box tbody,.order-box2 .table,.order-box2 tbody {
        display:block;
        width: 100%
    }

    .order-box .table .row0,.order-box tbody .row0,.order-box2 .table .row0,.order-box2 tbody .row0 {
        background: #ecf0f1
    }

    .order-box .table td,.order-box .table tr,.order-box tbody td,.order-box tbody tr,.order-box2 .table td,.order-box2 .table tr,.order-box2 tbody td,.order-box2 tbody tr {
        display: block;
        width: 100%!important
    }
}

.orders-box tbody td.total {
    color: var(--body-link-hover-color)
}

.order-view {
    padding-bottom: 30px
}

.order-view form {
    margin: 0 -15px
}

@media (min-width: 320px) and (max-width:479px) {
    .order-view form {
        margin:0 0
    }
}

.order-view #com-form-order-number,.order-view #com-form-order-pass {
    float: left;
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 320px) and (max-width:479px) {
    .order-view #com-form-order-number,.order-view #com-form-order-pass {
        width:100%;
        padding: 0 0px
    }
}

.order-view #com-form-order-submit {
    padding-top: 10px;
    padding-left: 14px
}

@media (min-width: 320px) and (max-width:479px) {
    .order-view #com-form-order-submit {
        padding-left:0
    }
}

.order-view #com-form-order-number,.order-view #com-form-order-pass {
    padding-bottom: 20px
}

@media (min-width: 320px) and (max-width:479px) {
    .order-view #com-form-order-number,.order-view #com-form-order-pass {
        padding-bottom:0
    }
}

.order-view #com-form-order-number label,.order-view #com-form-order-pass label {
    font-weight: 400
}

.print-order {
    width: 20px;
    color: #fff
}

.print-order img {
    display: none
}

.print-order:hover {
    color: var(--body-link-hover-color)
}

.order-items-box .divice-name {
    display: none
}

@media (min-width: 320px) and (max-width:767px) {
    .order-items-box .order-items,.order-items-box tbody {
        width:100%;
        display: block
    }

    .order-items-box .sectiontableheader {
        display: none
    }

    .order-items-box .Payment,.order-items-box .coupon,.order-items-box .item,.order-items-box .prices,.order-items-box .rule,.order-items-box .shipment,.order-items-box .total {
        width: 100%;
        display: block
    }

    .order-items-box .Payment td,.order-items-box .coupon td,.order-items-box .item td,.order-items-box .prices td,.order-items-box .rule td,.order-items-box .shipment td,.order-items-box .total td {
        display: block;
        width: 100%;
        text-align: center
    }

    .order-items-box .Payment .divice-name,.order-items-box .coupon .divice-name,.order-items-box .item .divice-name,.order-items-box .prices .divice-name,.order-items-box .rule .divice-name,.order-items-box .shipment .divice-name,.order-items-box .total .divice-name {
        display: block;
        font-size: 18px;
        line-height: 24px;
        text-transform: uppercase
    }
}

.order-items-box .size.color,.order-items-box tr.total td.pricePad {
    color: var(--color-primary)!important
}

.compare_box .module-title.no-products i {
    padding-right: 5px
}

.compare_box .back-to-category {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #fff
}

.compare_box .back-to-category .button_back {
    line-height: 24px;
    font-size: 20px
}

.compare_box div.browscompare_list {
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 1px var(--color-light) inset;
    box-shadow: 0 0 1px var(--color-light) inset
}

.browseview.browscompare_list {
    width: 100%;
    position: relative
}

@media (min-width: 320px) and (max-width:767px) {
    .browseview.browscompare_list {
        width:100%;
        overflow: scroll!important;
        border: 1px solid var(--color-light);
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media (min-width: 320px) and (max-width:767px) {
    #compare_list_prod {
        width:736px!important;
        overflow: scroll
    }
}

#compare_list_prod td {
    background: #fff;
    border: 1px solid var(--color-light)
}

#compare_list_prod td:first-child {
    background: #f7f7f7
}

@media (min-width: 768px) and (max-width:1199px) {
    #compare_list_prod td:first-child {
        font-size:14px!important
    }
}

@media (min-width: 320px) and (max-width:991px) {
    #compare_list_prod td {
        font-size:12px!important
    }
}

#compare_list_prod .comare_image {
    position: relative
}

#compare_list_prod .comare_image .browseImage {
    border: 1px solid var(--color-light);
    border-radius: 3px
}

#compare_list_prod .comare_image img {
    width: auto;
    height: auto;
    max-height: 190px
}

@media (min-width: 992px) and (max-width:1199px) {
    #compare_list_prod .comare_image img {
        max-height:140px
    }
}

@media (min-width: 320px) and (max-width:991px) {
    #compare_list_prod .comare_image img {
        max-height:90px
    }
}

#compare_list_prod .comare_name h5 {
    margin-bottom: 0;
    line-height: 20px
}

@media (min-width: 320px) and (max-width:1199px) {
    #compare_list_prod .comare_name h5 a {
        font-size:13px;
        line-height: 18px
    }
}

#compare_list_prod .comare_name h5 a {
    line-height: 20px
}

@media (min-width: 320px) and (max-width:1199px) {
    #compare_list_prod .comare_name h5 a {
        font-size:13px;
        line-height: 18px
    }
}

@media (min-width: 320px) and (max-width:991px) {
    #compare_list_prod .product_s_desc {
        font-size:11px
    }
}

#compare_list_prod .comare_price .WithoutTax {
    display: inline-block;
    color: var(--body-text-color);
    text-decoration: line-through;
    padding-right: 5px
}

#compare_list_prod .comare_price div.PricesalesPrice {
    display: inline-block
}

#compare_list_prod .comare_price span.PricesalesPrice {
    color: var(--color-dark)
}

#compare_list_prod .comare_price .WithoutTax+div.PricesalesPrice span.PricesalesPrice {
    color: #ec7163
}

#compare_list_prod .lbl-box {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1
}

@media (min-width: 320px) and (max-width:991px) {
    #compare_list_prod .lbl-box {
        left:0px;
        top: 0px
    }
}

#compare_list_prod .lbl-box div {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0px 5px;
    color: #fff;
    font-weight: 400;
    border-radius: 3px 0 3px 3px
}

@media (min-width: 320px) and (max-width:991px) {
    #compare_list_prod .lbl-box div {
        font-size:9px
    }
}

#compare_list_prod .lbl-box div.limited {
    background: #c259db
}

#compare_list_prod .lbl-box div.discount {
    background: #ec360a
}

#compare_list_prod .lbl-box div.hit {
    background: #f1c40f
}

#compare_list_prod .lbl-box2 {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1
}

@media (min-width: 320px) and (max-width:991px) {
    #compare_list_prod .lbl-box2 {
        right:0px;
        top: 0px
    }
}

#compare_list_prod .lbl-box2 div {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0px 5px;
    color: #fff;
    font-weight: 400;
    border-radius: 3px
}

@media (min-width: 320px) and (max-width:991px) {
    #compare_list_prod .lbl-box2 div {
        font-size:9px
    }
}

#compare_list_prod .lbl-box2 div.sold {
    background: #cac8c8
}

#compare_list_prod .lbl-box2 div.new {
    background: #1abc9c
}

#compare_list_prod .controls {
    float: none;
    width: 200px;
    padding-bottom: 20px;
    overflow: hidden;
    display: none
}

@media (min-width: 320px) and (max-width:1199px) {
    #compare_list_prod .controls {
        width:auto
    }
}

#compare_list_prod .controls .quantity_box {
    line-height: 20px;
    color: var(--body-text-color);
    font-weight: 300;
    float: left;
    display: inline-block;
    padding: 10px 0 10px 0;
    min-width: 100px
}

#compare_list_prod .controls .box-quantity {
    position: relative;
    float: left;
    width: 90px
}

#compare_list_prod .controls .box-quantity .quantity-input {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    color: var(--body-text-color);
    padding: 10px 10px;
    border: 1px solid #e6e6e6;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 90px;
    display: inline-block;
    margin-bottom: 0px;
    border-radius: 3px
}

#compare_list_prod .controls .box-quantity .quantity-plus {
    position: absolute;
    top: 0px;
    right: 4px;
    width: 15px;
    line-height: 15px;
    font-size: 14px;
    color: var(--body-text-color);
    text-align: center;
    cursor: pointer
}

#compare_list_prod .controls .box-quantity .quantity-plus:hover {
    color: var(--body-text-color)
}

#compare_list_prod .controls .box-quantity .quantity-minus {
    position: absolute;
    bottom: 1px;
    right: 4px;
    width: 15px;
    line-height: 15px;
    font-size: 14px;
    color: var(--body-text-color);
    text-align: center;
    cursor: pointer
}

#compare_list_prod .controls .box-quantity .quantity-minus:hover {
    color: var(--body-text-color)
}

@media (min-width: 992px) and (max-width:1199px) {
    #compare_list_prod .addtocart-button {
        line-height:20px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 320px) and (max-width:991px) {
    #compare_list_prod .addtocart-button {
        font-size:11px;
        line-height: 20px;
        padding-left: 10px;
        padding-right: 10px
    }
}

#compare_list_prod .rating {
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    color: var(--body-text-color);
    margin: 10px 20px 10px 0
}

#compare_list_prod .rating .vote {
    display: inline-block;
    padding: 0;
    text-align: left;
    position: relative
}

#compare_list_prod .rating .vote .ratingbox {
    background: none;
    width: 80px;
    height: 14px;
    position: relative
}

#compare_list_prod .rating .vote .ratingbox:before {
    color: #dbdbdb;
    content: "\f006  \f006  \f006  \f006  \f006";
    font-family: FontAwesome;
    font-size: 13px;
    position: relative;
    top: -2px
}

#compare_list_prod .rating .vote .stars-orange {
    background: none;
    overflow: hidden;
    height: 14px;
    left: 0;
    top: 0;
    position: absolute
}

#compare_list_prod .rating .vote .stars-orange:before {
    color: #f1c40f;
    content: "\f005  \f005  \f005  \f005  \f005";
    font-family: FontAwesome;
    font-size: 13px;
    position: relative;
    top: -2px
}

#compare_list_prod .rating .vote .rating-title {
    position: relative;
    top: -2px
}

#compare_list_prod .btx {
    background: var(--color-light);
    color: var(--body-link-color);
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 3px;
    margin-right: 4px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#compare_list_prod .btx:hover {
    background: var(--color-dark);
    color: #fff
}

#compare_list_prod .red {
    color: #e74c3c
}

.wishlist_box {
    padding-bottom: 30px
}

.wishlist_box .module-title.no-products {
    margin-top: 30px
}

.wishlist_box .module-title.no-products i {
    padding-right: 5px
}

.wishlist_box .attributes {
    display: block;
    padding-bottom: 10px
}

.wishlist_box .module-title {
    position: relative;
    margin-top: 0
}

.wishlist_box .module-title .back-to-category {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #fff
}

.wishlist_box .module-title .back-to-category .button_back {
    line-height: 24px;
    font-size: 20px
}

.wishlist_box .wishlist {
    display: none
}

.wishlist_box .remwishlists {
    display: block!important;
    visibility: visible
}

.displayBlock {
    display: block!important
}

.displayNone {
    display: none!important
}

.Front_VM2>div {
    margin-bottom: 50px
}

div.catItemView {
    margin-bottom: 0px
}

.cart-view {
    margin-bottom: 30px
}

.cart-view .module-title {
    position: relative
}

.cart-view .module-title .back-to-category {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #fff
}

.cart-view .module-title .back-to-category a.continue_link {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    background: var(--color-light);
    display: block;
    text-transform: none;
    color: var(--body-text-color);
    padding: 0 0;
    font-size: 0;
    line-height: 0;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.cart-view .module-title .back-to-category a.continue_link:before {
    content: "\f112";
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 38px;
    margin-right: 0px
}

.cart-view .module-title .back-to-category a.continue_link:hover {
    background: var(--color-dark);
    color: #fff
}

.cart-view .billto-shipto .floatleft.width50 {
    float: left;
    width: 50%
}

@media (min-width: 320px) and (max-width:767px) {
    .cart-view .billto-shipto .floatleft.width50 {
        width:100%;
        float: none;
        margin: 10px 0
    }
}

.cart-view .billto-shipto .floatleft.width50>span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    display: block;
    color: var(--body-text-color)
}

.cart-view .billto-shipto .floatleft.width50 a.details {
    font-size: 16px;
    line-height: 36px;
    background: #f7f7f7;
    padding: 0 20px;
    display: inline-block;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 3px
}

@media (min-width: 768px) and (max-width:991px) {
    .cart-view .billto-shipto .floatleft.width50 a.details {
        text-transform:none;
        font-size: 14px;
        line-height: 36px
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .cart-view .billto-shipto .floatleft.width50 a.details {
        text-transform:none;
        font-size: 14px;
        line-height: 20px;
        padding: 10px 20px
    }
}

.cart-view .billto-shipto .floatleft.width50 .jq-checkbox {
    border: 1px solid #e6e6e6;
    float: left;
    background: #f7f7f7;
    border-radius: 0px;
    display: inline-block;
    padding: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
    top: 2px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cart-view .billto-shipto .floatleft.width50 .jq-checkbox.disabled {
    cursor: default;
    border-color: #eceeef;
    background: #fcfdfe
}

.cart-view .billto-shipto .floatleft.width50 .jq-checkbox.checked span,.cart-view .billto-shipto .floatleft.width50 .jq-checkbox:hover span {
    display: block;
    width: 13px;
    height: 11px;
    background: url(../images/check_box.png) left top no-repeat;
    position: relative;
    left: 1px;
    top: 3px
}

.cart-view .billto-shipto .floatleft.width50 .jq-checkbox.disabled span {
    display: none
}

.cart-view .billto-shipto .output-shipto {
    padding-top: 15px
}

.cart-view .billto-shipto .output-shipto .jq-radio {
    border: 1px solid #e7e7e7;
    width: 18px;
    height: 18px;
    background: #f7f7f7;
    border-radius: 18px;
    text-align: center;
    line-height: 18px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    top: 5px
}

.cart-view .billto-shipto .output-shipto .jq-radio:before {
    content: " ";
    text-align: center;
    width: 8px;
    height: 8px;
    background: var(--body-text-color);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    border-radius: 9px;
    opacity: 0;
    visibility: hidden
}

.cart-view .billto-shipto .output-shipto .jq-radio.checked:before,.cart-view .billto-shipto .output-shipto .jq-radio:hover:before {
    opacity: 1;
    visibility: visible
}

.box-bg.basket {
    background: none
}

.box-bg.basket .module-title {
    margin-bottom: 30px
}

.box-bg.basket .box-bg-indent {
    padding: 0;
    border: 1px solid var(--color-light);
    overflow: hidden;
    border-radius: 3px
}

.box-bg.basket .box-bg-indent .cart-summary .divice-name {
    display: none
}

@media (min-width: 320px) and (max-width:767px) {
    .box-bg.basket .box-bg-indent .cart-summary {
        display:block;
        width: 100%;
        overflow: hidden
    }

    .box-bg.basket .box-bg-indent .cart-summary tbody {
        width: 100%;
        display: block
    }

    .box-bg.basket .box-bg-indent .cart-summary .device {
        display: none
    }

    .box-bg.basket .box-bg-indent .cart-summary .prod-row {
        width: 100%;
        display: block
    }

    .box-bg.basket .box-bg-indent .cart-summary .prod-row td {
        display: block;
        width: 100%;
        overflow: hidden
    }

    .box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt .quantity-input {
        width: 60px
    }

    .box-bg.basket .box-bg-indent .cart-summary .paument-price,.box-bg.basket .box-bg-indent .cart-summary .price-total,.box-bg.basket .box-bg-indent .cart-summary .shipment-price,.box-bg.basket .box-bg-indent .cart-summary .total {
        width: 100%;
        display: block
    }

    .box-bg.basket .box-bg-indent .cart-summary .paument-price td,.box-bg.basket .box-bg-indent .cart-summary .price-total td,.box-bg.basket .box-bg-indent .cart-summary .shipment-price td,.box-bg.basket .box-bg-indent .cart-summary .total td {
        display: block;
        width: 100%;
        overflow: hidden
    }

    .box-bg.basket .box-bg-indent .cart-summary .divice-name {
        display: block;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: 20px
    }
}

.box-bg.basket .box-bg-indent .cart-summary th {
    background: var(--color-light);
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
    color: var(--body-text-color);
    font-weight: 400;
    padding: 10px 0 10px 20px;
    text-align: left;
    border-left: 1px solid var(--color-light)
}

.box-bg.basket .box-bg-indent .cart-summary th.first {
    width: 270px;
    border-left: none
}

@media (min-width: 768px) and (max-width:991px) {
    .box-bg.basket .box-bg-indent .cart-summary th.first {
        width:170px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .box-bg.basket .box-bg-indent .cart-summary th {
        padding:10px 0 10px 0px;
        text-align: center;
        font-size: 14px
    }
}

.box-bg.basket .box-bg-indent .cart-summary .prod-row,.box-bg.basket .box-bg-indent .cart-summary tr {
    border: none
}

.box-bg.basket .box-bg-indent .cart-summary .prod-row td,.box-bg.basket .box-bg-indent .cart-summary tr td {
    border-top: 1px solid var(--color-light);
    border-left: 1px solid var(--color-light);
    background: #fff;
    padding: 10px 0 10px 20px
}

.box-bg.basket .box-bg-indent .cart-summary .prod-row td.first,.box-bg.basket .box-bg-indent .cart-summary tr td.first {
    border-left: none
}

@media (min-width: 768px) and (max-width:991px) {
    .box-bg.basket .box-bg-indent .cart-summary .prod-row td,.box-bg.basket .box-bg-indent .cart-summary tr td {
        padding:10px 0 10px 0px;
        text-align: center
    }
}

.box-bg.basket .box-bg-indent .cart-summary .prod-row td .cart-images,.box-bg.basket .box-bg-indent .cart-summary tr td .cart-images {
    width: 100px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

@media (min-width: 768px) and (max-width:991px) {
    .box-bg.basket .box-bg-indent .cart-summary .prod-row td .cart-images,.box-bg.basket .box-bg-indent .cart-summary tr td .cart-images {
        float:none;
        max-width: 100%;
        width: auto;
        margin-right: 0px;
        margin-bottom: 0px
    }
}

.box-bg.basket .box-bg-indent .cart-summary .prod-row td .cart-images img,.box-bg.basket .box-bg-indent .cart-summary tr td .cart-images img {
    width: 100%;
    height: auto
}

.box-bg.basket .box-bg-indent .cart-summary .prod-row td .line-through,.box-bg.basket .box-bg-indent .cart-summary tr td .line-through {
    text-decoration: line-through
}

.box-bg.basket .box-bg-indent .cart-summary .prod-row td.first,.box-bg.basket .box-bg-indent .cart-summary tr td.first {
    padding-right: 20px
}

@media (min-width: 320px) and (max-width:991px) {
    .box-bg.basket .box-bg-indent .cart-summary .prod-row td.first,.box-bg.basket .box-bg-indent .cart-summary tr td.first {
        padding-right:5px;
        padding-left: 5px
    }
}

.box-bg.basket .box-bg-indent .cart-summary .prod-row td.disc,.box-bg.basket .box-bg-indent .cart-summary .prod-row td.ps,.box-bg.basket .box-bg-indent .cart-summary .prod-row td.tax,.box-bg.basket .box-bg-indent .cart-summary tr td.disc,.box-bg.basket .box-bg-indent .cart-summary tr td.ps,.box-bg.basket .box-bg-indent .cart-summary tr td.tax {
    color: var(--body-text-color)
}

.box-bg.basket .box-bg-indent .cart-summary .prod-row td.text-align-right,.box-bg.basket .box-bg-indent .cart-summary tr td.text-align-right {
    text-align: right;
    padding-right: 20px
}

.box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt,.box-bg.basket .box-bg-indent .cart-summary tr td.qnt {
    overflow: hidden
}

.box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt .quantity-input,.box-bg.basket .box-bg-indent .cart-summary tr td.qnt .quantity-input {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background: #fff;
    min-width: 68px;
    max-width: 90%;
    height: 38px;
    line-height: 38px;
    color: var(--body-text-color);
    font-size: 14px;
    padding: 0 10px
}

@media (min-width: 768px) and (max-width:991px) {
    .box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt .quantity-input,.box-bg.basket .box-bg-indent .cart-summary tr td.qnt .quantity-input {
        display:block;
        width: 68px;
        margin: 0 auto;
        clear: right
    }
}

.box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt button,.box-bg.basket .box-bg-indent .cart-summary tr td.qnt button {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin-top: 5px
}

.box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt button i,.box-bg.basket .box-bg-indent .cart-summary tr td.qnt button i {
    margin-right: 5px
}

.box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt button:focus,.box-bg.basket .box-bg-indent .cart-summary .prod-row td.qnt button:hover,.box-bg.basket .box-bg-indent .cart-summary tr td.qnt button:focus,.box-bg.basket .box-bg-indent .cart-summary tr td.qnt button:hover {
    color: var(--body-link-hover-color)
}

.box-bg.basket .box-bg-indent .cart-summary .prod-row.paument-price .PricesalesPrice,.box-bg.basket .box-bg-indent .cart-summary .prod-row.paument-price .PricesalesPricePayment,.box-bg.basket .box-bg-indent .cart-summary .prod-row.paument-price .PricesalesPriceShipment,.box-bg.basket .box-bg-indent .cart-summary .prod-row.price-total .PricesalesPrice,.box-bg.basket .box-bg-indent .cart-summary .prod-row.price-total .PricesalesPricePayment,.box-bg.basket .box-bg-indent .cart-summary .prod-row.price-total .PricesalesPriceShipment,.box-bg.basket .box-bg-indent .cart-summary .prod-row.shipment-price .PricesalesPrice,.box-bg.basket .box-bg-indent .cart-summary .prod-row.shipment-price .PricesalesPricePayment,.box-bg.basket .box-bg-indent .cart-summary .prod-row.shipment-price .PricesalesPriceShipment,.box-bg.basket .box-bg-indent .cart-summary tr.paument-price .PricesalesPrice,.box-bg.basket .box-bg-indent .cart-summary tr.paument-price .PricesalesPricePayment,.box-bg.basket .box-bg-indent .cart-summary tr.paument-price .PricesalesPriceShipment,.box-bg.basket .box-bg-indent .cart-summary tr.price-total .PricesalesPrice,.box-bg.basket .box-bg-indent .cart-summary tr.price-total .PricesalesPricePayment,.box-bg.basket .box-bg-indent .cart-summary tr.price-total .PricesalesPriceShipment,.box-bg.basket .box-bg-indent .cart-summary tr.shipment-price .PricesalesPrice,.box-bg.basket .box-bg-indent .cart-summary tr.shipment-price .PricesalesPricePayment,.box-bg.basket .box-bg-indent .cart-summary tr.shipment-price .PricesalesPriceShipment {
    font-weight: 400;
    text-align: left
}

.box-bg.basket .box-bg-indent .cart-summary .prod-row.total,.box-bg.basket .box-bg-indent .cart-summary tr.total {
    font-weight: bold
}

.box-bg.basket .box-bg-indent .cart-summary .prod-row.total .color,.box-bg.basket .box-bg-indent .cart-summary tr.total .color {
    color: var(--color-primary)
}

.cart-indent-row {
    padding: 0
}

.cart-shipment td {
    border: none
}

.cart-shipment .buttonBar-right {
    display: none
}

.cart-shipment .vm-shipment-plugin-single {
    padding-top: 20px;
    clear: both;
    width: 100%
}

.cart-shipment .vm-shipment-plugin-single:first-child {
    padding-top: 0
}

.cart-shipment .vm-shipment-plugin-single .jq-radio {
    float: left;
    width: 18px;
    margin-right: 10px
}

.cart-shipment .vm-shipment-plugin-single>label {
    float: left;
    width: 80%
}

@media (min-width: 992px) and (max-width:1199px) {
    .cart-shipment .vm-shipment-plugin-single>label {
        width:90%
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .cart-shipment .vm-shipment-plugin-single>label {
        width:90%
    }
}

.cart-shipment .vmshipment_name {
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
    padding-top: 0
}

.cart-shipment .vmshipment_description {
    font-weight: 300
}

.cart-shipment .vmshipment_cost {
    display: block
}

.cart-shipment .jq-radio {
    border: 1px solid #e7e7e7;
    width: 18px;
    height: 18px;
    background: #f7f7f7;
    border-radius: 18px;
    text-align: center;
    line-height: 18px;
    position: relative;
    cursor: pointer
}

.cart-shipment .jq-radio:before {
    content: " ";
    text-align: center;
    width: 8px;
    height: 8px;
    background: var(--color-primary);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    border-radius: 9px;
    opacity: 0;
    visibility: hidden
}

.cart-shipment .jq-radio.checked:before,.cart-shipment .jq-radio:hover:before {
    opacity: 1;
    visibility: visible
}

.cart-payment td {
    border: none
}

.cart-payment .buttonBar-right {
    display: none
}

.cart-payment .vm-payment-plugin-single {
    padding-top: 20px;
    clear: both;
    width: 100%
}

.cart-payment .vm-payment-plugin-single:first-child {
    padding-top: 0
}

.cart-payment .vm-payment-plugin-single .jq-radio {
    float: left;
    width: 18px;
    margin-right: 10px
}

.cart-payment .vm-payment-plugin-single>label {
    float: left;
    width: 80%
}

@media (min-width: 992px) and (max-width:1199px) {
    .cart-payment .vm-payment-plugin-single>label {
        width:90%
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .cart-payment .vm-payment-plugin-single>label {
        width:90%
    }
}

.cart-payment .vmpayment_name {
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
    padding-top: 0
}

.cart-payment .vmpayment_description {
    font-weight: 300
}

.cart-payment .vmpayment_cost {
    display: block
}

.cart-payment .jq-radio {
    border: 1px solid #e7e7e7;
    width: 18px;
    height: 18px;
    background: #f7f7f7;
    border-radius: 18px;
    text-align: center;
    line-height: 18px;
    position: relative;
    cursor: pointer
}

.cart-payment .jq-radio:before {
    content: " ";
    text-align: center;
    width: 8px;
    height: 8px;
    background: var(--color-primary);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    border-radius: 9px;
    opacity: 0;
    visibility: hidden
}

.cart-payment .jq-radio.checked:before,.cart-payment .jq-radio:hover:before {
    opacity: 1;
    visibility: visible
}

.cart-coupon td {
    border: none
}

.cart-coupon td input.coupon {
    width: 40%;
    margin-bottom: 20px
}

@media (min-width: 320px) and (max-width:767px) {
    .cart-coupon td input.coupon {
        width:80%
    }
}

.checkout-form-box .jq-checkbox {
    border: 1px solid #e6e6e6;
    float: left;
    background: #f7f7f7;
    border-radius: 0px;
    display: inline-block;
    padding: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-right: 0px;
    position: relative;
    top: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 5px
}

.checkout-form-box .jq-checkbox.disabled {
    cursor: default;
    border-color: #eceeef;
    background: #fcfdfe
}

.checkout-form-box .jq-checkbox.checked span,.checkout-form-box .jq-checkbox:hover span {
    display: block;
    width: 13px;
    height: 10px;
    background: url(../images/check_box.png) left top no-repeat;
    position: relative;
    left: 1px;
    top: 3px
}

.checkout-form-box .jq-checkbox.disabled span {
    display: none
}

.checkout-form-box span.customer-note {
    padding-bottom: 10px;
    display: none
}

.checkout-form-box #customer_note_field {
    background: var(--color-light);
    border: 1px solid var(--color-light);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    box-shadow: none;
    color: var(--body-text-color);
    font-size: 14px;
    font-weight: 400;
    height: 140px;
    line-height: 20px;
    padding: 9px 35px 9px 14px;
    margin-bottom: 20px;
    resize: none!important;
    width: 100%;
    border-radius: 3px
}

.checkout-form-box #customer_note_field:focus {
    border: 1px solid var(--color-light);
    -webkit-box-shadow: none;
    box-shadow: none
}

.checkout-form-box span.cart.tos {
    display: none
}

.checkout-form-box .terms-of-service label {
    font-weight: 400
}

.checkout-form-box .terms-of-service label a {
    color: var(--body-text-color)
}

.checkout-form-box .terms-of-service label a:hover {
    color: var(--body-link-hover-color)
}

.checkout-form-box #checkoutFormSubmit {
    margin-top: 20px
}

.finish-cart .vmCartPaymentLogo {
    display: block;
    padding: 10px 0
}

.finish-cart .vmpayment_name {
    display: block;
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 400
}

.finish-cart .vmpayment_description {
    margin-bottom: -20px
}

.finish-cart .post_payment_order_total {
    padding-bottom: 20px
}

.step-payment-shipment .box-bg-indent .vm-payment-plugin-single,.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single {
    width: 100%;
    clear: both;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .jq-radio,.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .jq-radio {
    float: left;
    margin-right: 20px
}

.step-payment-shipment .box-bg-indent .vm-payment-plugin-single label,.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single label {
    font-weight: normal
}

.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .vmpayment_name,.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .vmshipment_name,.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .vmpayment_name,.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .vmshipment_name {
    font-weight: 400;
    font-size: 18px;
    display: block;
    padding: 0 0 10px
}

.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .vmpayment_description,.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .vmshipment_description,.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .vmpayment_description,.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .vmshipment_description {
    padding-bottom: 10px;
    display: block
}

.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .vmpayment_description p,.step-payment-shipment .box-bg-indent .vm-payment-plugin-single .vmshipment_description p,.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .vmpayment_description p,.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single .vmshipment_description p {
    margin: 0
}

.step-payment-shipment .box-bg-indent .vm-payment-plugin-single:first-child,.step-payment-shipment .box-bg-indent .vm-shipment-plugin-single:first-child {
    padding-top: 0
}

.step-payment-shipment .box-bg-indent .buttonBar-right .button {
    float: left;
    margin-right: 3px
}

.step-payment-shipment .box-bg-indent .jq-radio {
    border: 1px solid #e7e7e7;
    width: 18px;
    height: 18px;
    background: #f7f7f7;
    border-radius: 18px;
    text-align: center;
    line-height: 18px;
    position: relative;
    cursor: pointer
}

.step-payment-shipment .box-bg-indent .jq-radio:before {
    content: " ";
    text-align: center;
    width: 8px;
    height: 8px;
    background: var(--color-primary);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    border-radius: 9px;
    opacity: 0;
    visibility: hidden
}

.step-payment-shipment .box-bg-indent .jq-radio.checked:before,.step-payment-shipment .box-bg-indent .jq-radio:hover:before {
    opacity: 1;
    visibility: visible
}

.mod_vm2products {
    padding-bottom: 0px
}

@media (min-width: 480px) and (max-width:767px) {
    .mod_vm2products #vm2product li {
        width:100%;
        float: none
    }

    .mod_vm2products #vm2product li .prod-row {
        width: 50%;
        float: left
    }
}

.mod_vm2products .responsive-tabs__heading {
    display: none
}

.mod_vm2products .module-title.no-products {
    margin-left: 15px;
    margin-right: 15px
}

@media (min-width: 320px) and (max-width:767px) {
    .mod_vm2products .vmproduct_tabs {
        padding-bottom:30px
    }

    .mod_vm2products .responsive-tabs__list {
        display: none
    }

    .mod_vm2products .responsive-tabs__heading {
        display: block;
        position: relative;
        padding-left: 16px;
        z-index: 1;
        outline: none!important;
        margin-top: 10px;
        margin-bottom: 20px
    }

    .mod_vm2products .responsive-tabs__heading:after {
        content: "\f0d7";
        font-family: "FontAwesome";
        position: absolute;
        font-size: 16px;
        left: 0;
        margin-top: -10px;
        top: 50%;
        width: auto;
        height: auto;
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }

    .mod_vm2products .responsive-tabs__heading.responsive-tabs__heading--active {
        color: var(--color-primary)
    }

    .mod_vm2products .responsive-tabs__heading.responsive-tabs__heading--active:after {
        content: "\f0d8"
    }
}

.mod_vm2products .responsive-tabs__list {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    position: relative;
    clear: both;
    min-height: 34px
}

.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item {
    font-size: 14px;
    line-height: 20px;
    color: var(--body-text-color);
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 30px;
    background: var(--color-light);
    margin-right: 10px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none!important;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

@media (min-width: 768px) and (max-width:991px) {
    .mod_vm2products .responsive-tabs__list .responsive-tabs__list__item {
        padding:10px 20px
    }
}

.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active,.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active:hover,.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item:hover {
    background: var(--color-primary);
    color: #fff;
    font-weight: 400;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2)
}

.mod_vm2products .responsive-tabs__panel .desc p {
    margin-bottom: 10px
}

.mod_vm2products .responsive-tabs__panel .tags {
    font-size: 14px;
    line-height: 30px
}

.mod_vm2products .responsive-tabs__panel .tags .product-fields-title {
    color: var(--body-text-color);
    display: inline-block;
    margin-right: 5px
}

.mod_vm2products .responsive-tabs__panel .tags .product-field-display {
    display: inline-block
}

.mod_vm2products .responsive-tabs__panel .tags .product-field-display .btx {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    display: inline-block;
    background: #f7f7f7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.mod_vm2products .responsive-tabs__panel .tags .product-field-display .btx:hover {
    background: #1abc9c;
    color: #fff
}

div#slideShow {
    margin-bottom: 30px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0px;
    border-radius: 3px
}

@media (min-width: 480px) and (max-width:767px) {
    div#slideShow {
        padding:10px
    }
}

@media (min-width: 320px) and (max-width:479px) {
    div#slideShow {
        padding:10px
    }
}

div#slideShow .left-img {
    overflow: hidden;
    padding: 10px
}

div#slideShow .browseImage {
    position: relative;
    width: 100%;
    background: var(--color-light);
    padding: 1px;
    border-radius: 3px
}

div#slideShow .browseImage .lbl-box {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    text-align: center;
    height: 100px;
    width: 100px
}

div#slideShow .browseImage .lbl-box div {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 2px 10px 0;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    position: relative;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 24px;
    width: 140px;
    top: 19px;
    left: -40px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1)
}

div#slideShow .browseImage .lbl-box div.limited {
    background: #c259db
}

div#slideShow .browseImage .lbl-box div.limited:after,div#slideShow .browseImage .lbl-box div.limited:before {
    border: 6px solid #bb3bdb
}

div#slideShow .browseImage .lbl-box div.discount {
    background: #ec360a
}

div#slideShow .browseImage .lbl-box div.discount:after,div#slideShow .browseImage .lbl-box div.discount:before {
    border: 6px solid #cf2f07
}

div#slideShow .browseImage .lbl-box div.hit {
    background: #f1c40f
}

div#slideShow .browseImage .lbl-box div.hit:after,div#slideShow .browseImage .lbl-box div.hit:before {
    border: 6px solid #b8950b
}

div#slideShow .browseImage .lbl-box div:after,div#slideShow .browseImage .lbl-box div:before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border-top-color: transparent!important;
    border-left-color: transparent!important
}

div#slideShow .browseImage .lbl-box div:before {
    top: 17px;
    right: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

div#slideShow .browseImage .lbl-box div:after {
    bottom: -5px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

div#slideShow .browseImage .lbl-box2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    z-index: 1
}

div#slideShow .browseImage .lbl-box2 div {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 2px 10px 0;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    text-align: center;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 24px;
    width: 140px;
    top: 19px;
    right: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1)
}

div#slideShow .browseImage .lbl-box2 div.sold {
    background: #e4e4e4
}

div#slideShow .browseImage .lbl-box2 div.sold:after,div#slideShow .browseImage .lbl-box2 div.sold:before {
    border: 6px solid #bebdbd
}

div#slideShow .browseImage .lbl-box2 div.new {
    background: #1abc9c
}

div#slideShow .browseImage .lbl-box2 div.new:after,div#slideShow .browseImage .lbl-box2 div.new:before {
    border: 6px solid #12856e
}

div#slideShow .browseImage .lbl-box2 div:after,div#slideShow .browseImage .lbl-box2 div:before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border-top-color: transparent!important;
    border-left-color: transparent!important
}

div#slideShow .browseImage .lbl-box2 div:before {
    top: 17px;
    right: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

div#slideShow .browseImage .lbl-box2 div:after {
    bottom: -5px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

div#slideShow .browseImage .img-wrapper {
    background: #fff;
    padding: 0px;
    overflow: hidden
}

div#slideShow .browseImage .img-wrapper a {
    display: inline-block;
    vertical-align: top
}

div#slideShow .browseImage .img-wrapper img {
    vertical-align: top;
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px
}

div#slideShow .time-box {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px
}

div#slideShow .time-box .price {
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 36px
}

div#slideShow .time-box .price .text {
    font-size: 14px;
    line-height: 20px;
    display: block
}

div#slideShow .time-box .price .price-sale {
    background: var(--color-light);
    margin-bottom: 1px;
    display: inline-block;
    float: left;
    width: 34%;
    color: #ec7163;
    padding: 10px 0 20px;
    border-radius: 3px 0 0 0
}

@media (min-width: 320px) and (max-width:479px) {
    div#slideShow .time-box .price .price-sale {
        width:100%;
        border-radius: 3px
    }
}

div#slideShow .time-box .price .price-sale .PricesalesPrice {
    float: none
}

div#slideShow .time-box .price .price-old {
    background: var(--color-light);
    margin-left: 0px;
    margin-bottom: 1px;
    display: inline-block;
    float: left;
    width: 33%;
    color: var(--body-text-color);
    padding: 10px 0 20px;
    position: relative;
    border-radius: 0 0 0 3px
}

@media (min-width: 320px) and (max-width:479px) {
    div#slideShow .time-box .price .price-old {
        width:100%;
        border-radius: 3px
    }
}

div#slideShow .time-box .price .price-old:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff
}

div#slideShow .time-box .price .price-old .PricebasePriceWithTax {
    float: none
}

div#slideShow .time-box .price .price_save {
    background: var(--color-light);
    margin-left: 0px;
    margin-bottom: 1px;
    display: inline-block;
    float: left;
    width: 33%;
    color: #c259db;
    padding: 10px 0 20px;
    position: relative;
    border-radius: 0 3px 0 0
}

@media (min-width: 320px) and (max-width:479px) {
    div#slideShow .time-box .price .price_save {
        width:100%;
        border-radius: 3px
    }
}

div#slideShow .time-box .price .price_save:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff
}

div#slideShow .time-box .price .price_save .PricediscountAmount {
    float: none
}

div#slideShow .time-box .bzSaleTimer {
    background: var(--color-light);
    margin-bottom: 1px;
    display: inline-block;
    float: left;
    width: 100%;
    color: #9b59b6;
    padding: 10px 0px 10px 10px;
    margin-bottom: 10px;
    border-radius: 0 0 3px 3px
}

div#slideShow .time-box .bzSaleTimer .countdown_section {
    color: var(--body-text-color)
}

@media (min-width: 320px) and (max-width:767px) {
    div#slideShow .time-box .bzSaleTimer .countdown_section {
        font-size:13px;
        padding: 5px
    }
}

div#slideShow .time-box .bzSaleTimer .countdown_amount {
    color: var(--color-primary);
    font-weight: bold;
    font-size: 16px
}

div#slideShow .time-box .bzSaleTimerDesc {
    float: left;
    width: 50%;
    display: block;
    color: var(--body-text-color)
}

div#slideShow .time-box .bzSaleTimerDesc div {
    font-weight: 400;
    color: var(--color-primary)
}

div#slideShow .time-box .bzSaleTimerDesc2 {
    float: left;
    width: 50%;
    display: block;
    color: var(--body-text-color);
    text-align: right
}

div#slideShow .time-box .bzSaleTimerDesc2 div {
    display: inline-block
}

div#slideShow .vote {
    display: inline-block;
    float: left;
    margin: 10px 20px 10px 0;
    text-align: left;
    position: relative
}

div#slideShow .vote .ratingbox {
    background: none;
    width: 80px;
    height: 14px;
    position: relative
}

div#slideShow .vote .ratingbox:before {
    color: #dbdbdb;
    content: "\f006  \f006  \f006  \f006  \f006";
    font-family: FontAwesome;
    font-size: 13px;
    position: relative;
    top: -2px
}

div#slideShow .vote .stars-orange {
    background: none;
    overflow: hidden;
    height: 14px;
    left: 0;
    top: 0;
    position: absolute
}

div#slideShow .vote .stars-orange:before {
    color: #f1c40f;
    content: "\f005  \f005  \f005  \f005  \f005";
    font-family: FontAwesome;
    font-size: 13px;
    position: relative;
    top: -2px
}

div#slideShow .product-actions {
    padding-top: 10px
}

div#slideShow .product-actions .addtocart-button {
    display: inline-block;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 6px;
    float: left;
    line-height: 30px;
    height: 50px
}

div#slideShow .product-actions .addtocart-button>i {
    color: white;
    font-size: 16px;
    position: relative;
    top: 0px;
    margin-right: 5px;
    display: none
}

@media (max-width: 991px) {
    div#slideShow .product-actions .addtocart-button {
        padding-left:15px;
        padding-right: 15px
    }
}

div#slideShow .product-actions>div {
    position: relative
}

div#slideShow .product-actions>div .add_compare {
    background: var(--color-gray);
    display: inline-block;
    color: var(--body-link-color);
    font-size: 20px;
    line-height: 30px;
    padding: 10px 10px 10px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 50px;
    position: relative;
    height: 50px;
    text-align: center;
    float: right;
    cursor: pointer;
    border-radius: 3px;
    position: relative
}

div#slideShow .product-actions>div .add_compare:after {
    content: " ";
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    direction: block
}

div#slideShow .product-actions>div .add_compare.active,div#slideShow .product-actions>div .add_compare:hover {
    background: var(--color-dark);
    color: #fff
}

div#slideShow .product-actions>div .add_compare.active:after,div#slideShow .product-actions>div .add_compare:hover:after {
    background-color: rgb(0,0,0)
}

div#slideShow .product-actions>div .add_compare span.action-name {
    display: none
}

div#slideShow .product-actions>div .add_wishlist {
    background: var(--color-gray);
    display: inline-block;
    color: var(--body-link-color);
    font-size: 20px;
    line-height: 30px;
    padding: 10px 10px 9px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 50px;
    position: relative;
    height: 50px;
    text-align: center;
    float: right;
    margin-left: 4px;
    cursor: pointer;
    border-radius: 3px;
    position: relative
}

div#slideShow .product-actions>div .add_wishlist:after {
    content: " ";
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    direction: block
}

div#slideShow .product-actions>div .add_wishlist i {
    line-height: 20px;
    position: relative
}

div#slideShow .product-actions>div .add_wishlist.active,div#slideShow .product-actions>div .add_wishlist:hover {
    background: var(--color-dark);
    color: #fff
}

div#slideShow .product-actions>div .add_wishlist.active:after,div#slideShow .product-actions>div .add_wishlist:hover:after {
    background-color: rgb(0,0,0)
}

div#slideShow .product-actions>div .add_wishlist span.action-name {
    display: none
}

#slideShow {
    margin-bottom: 0px;
    width: 100%
}

#slideShow .list_products {
    display: block;
    width: 100%
}

#slideShow {
    position: relative;
    z-index: 2;
    background: var(--color-light);
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2)
}

#slideShow.list ul#slider2 {
    margin: 0 0 30px 0;
    padding: 0px;
    list-style: none;
    display: block;
    overflow: hidden
}

#slideShow.list li {
    text-align: left;
    padding: 0px;
    margin: 0 0 0 0;
    display: none;
    float: none;
    position: relative;
    z-index: 100;
    width: 100%;
    z-index: 1
}

#slideShow.list .img-wrapper {
    overflow: hidden
}

#slideShow .Title a {
    font-size: 24px;
    line-height: 26px;
    display: inline-block;
    text-decoration: none;
    padding-bottom: 10px
}

#slideShow .vote {
    padding-bottom: 10px;
    display: inline-block
}

#slideShow .rating-title {
    display: inline-block;
    position: relative;
    top: -3px
}

#slideShow.list .product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    background: #fff;
    padding: 10px;
    border-bottom: 3px solid var(--color-primary)
}

@media (min-width: 320px) and (max-width:767px) {
    #slideShow.list .product-box {
        display:block
    }
}

#slideShow.list .left-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

@media (min-width: 690px) and (max-width:767px) {
    #slideShow.list .left-img {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: block
    }
}

@media (min-width: 320px) and (max-width:689px) {
    #slideShow.list .left-img {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: block
    }
}

#slideShow.list li .product-box.hover .browseImage {
    position: relative
}

#slideShow.list li .product-box.hover .browseImage a {
    display: inline-block;
    text-align: center
}

#slideShow.list li .product-box.hover .browseImage img {
    width: 100%;
    display: inline-block;
    max-width: 100%;
    height: auto;
    text-align: center;
    vertical-align: top
}

#slideShow.list li .product-box.hover .slide-hover {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 30px;
    padding-right: 30px
}

@media (min-width: 768px) and (max-width:991px) {
    #slideShow.list li .product-box.hover .slide-hover {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (min-width: 690px) and (max-width:767px) {
    #slideShow.list li .product-box.hover .slide-hover {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        display: block;
        padding-top: 20px
    }
}

@media (min-width: 320px) and (max-width:689px) {
    #slideShow.list li .product-box.hover .slide-hover {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        display: block;
        padding-top: 20px
    }
}

#slideShow .attributes,#slideShow .quantity-box,#slideShow .quantity-controls,#slideShow.list li .product-box.hover .vm-img-desc {
    display: none
}

#slideShow .desc1 {
    display: block;
    border: none;
    padding-bottom: 10px;
    font-size: 14px;
    margin-right: 5px
}

#slideShow.loader {
    background: url("../images/ajax-loader.gif") center center no-repeat;
    position: relative;
    z-index: 99;
    min-height: 90px;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

div#slideShow .space_tabs {
    bottom: 60px!important
}

div#slideShow .space_tabs li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px
}

div#slideShow .space_tabs li a {
    background: var(--color-light);
    width: 16px;
    height: 16px
}

div#slideShow .space_tabs li.space_here a,div#slideShow .space_tabs li:hover a {
    background: var(--body-link-hover-color)
}

#quick_view_popup {
    z-index: 65554;
    position: relative
}

div#sbox-window {
    padding: 20px;
    z-index: 65557
}

div#sbox-window #sbox-btn-close {
    background: none;
    right: -5px;
    top: -5px;
    text-align: center;
    line-height: 30px
}

div#sbox-window #sbox-btn-close:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 15px;
    position: relative;
    top: 0px
}

div#sbox-window #sbox-btn-close:hover {
    color: var(--color-primary)
}

#sliderrecent li .prod-row .product-box.style_4,#sliderrelated li .prod-row .product-box.style_4,.layout li .prod-row .product-box.style_4 {
    background-color: transparent;
    padding: 10px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s
}

#sliderrecent li .prod-row .product-box.style_4 .browseImage,#sliderrelated li .prod-row .product-box.style_4 .browseImage,.layout li .prod-row .product-box.style_4 .browseImage {
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
    width: auto;
    padding: 10px;
    margin: -10px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s
}

#sliderrecent li .prod-row .product-box.style_4 .browseImage .lbl-box,#sliderrelated li .prod-row .product-box.style_4 .browseImage .lbl-box,.layout li .prod-row .product-box.style_4 .browseImage .lbl-box {
    left: 10px;
    top: 10px
}

#sliderrecent li .prod-row .product-box.style_4 .browseImage .lbl-box2,#sliderrelated li .prod-row .product-box.style_4 .browseImage .lbl-box2,.layout li .prod-row .product-box.style_4 .browseImage .lbl-box2 {
    top: 30px;
    right: 30px
}

.layout li .prod-row .product-box.style_1 .Price,.layout li .prod-row .product-box.style_4 .Price {
    display: inline-block
}

.layout li .prod-row .product-box.style_1 .Title,.layout li .prod-row .product-box.style_4 .Title {
    padding-top: 15px
}

.layout li .prod-row .product-box.style_1 .paddingtop8,.layout li .prod-row .product-box.style_4 .paddingtop8 {
    text-align: left;
    padding-top: 10px
}

.layout li .prod-row .product-box.style_1 .product-actions div.tooltip,.layout li .prod-row .product-box.style_4 .product-actions div.tooltip {
    display: none!important
}

.layout li .prod-row .product-box.style_1 .product-actions .add_compare,.layout li .prod-row .product-box.style_1 .product-actions .wishlist,.layout li .prod-row .product-box.style_4 .product-actions .add_compare,.layout li .prod-row .product-box.style_4 .product-actions .wishlist {
    float: right
}

.layout li .prod-row .product-box.style_1 .product_tags,.layout li .prod-row .product-box.style_4 .product_tags {
    text-align: center;
    display: inline-block
}

.layout li .prod-row .product-box.style_1 .product_tags .icon-tags,.layout li .prod-row .product-box.style_4 .product_tags .icon-tags {
    float: left;
    margin-right: 6px;
    margin-left: 5px;
    font-size: 26px;
    position: relative;
    line-height: 30px
}

.layout li .prod-row .product-box.style_1:hover .img-wrapper.big .back img,.layout li .prod-row .product-box.style_4:hover .img-wrapper.big .back img {
    visibility: visible;
    opacity: 1
}

.layout li .prod-row .product-box.style_1:hover .img-wrapper.big.first .front,.layout li .prod-row .product-box.style_4:hover .img-wrapper.big.first .front {
    margin-top: 0
}

.layout li .prod-row .product-box.style_1:hover .img-wrapper.big.first .back,.layout li .prod-row .product-box.style_4:hover .img-wrapper.big.first .back {
    display: none
}

.layout li .prod-row .product-box.style_1 {
    text-align: left
}

.layout li .prod-row .product-box.style_1 .count_holder_small {
    background: none;
    padding: 0 10px 10px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.layout li .prod-row .product-box.style_1 .count_holder_small .countdown_row {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0
}

.layout li .prod-row .product-box.style_1 .count_holder_small .countdown_row .countdown_section {
    width: 25%;
    background: rgba(0,0,0,0.3);
    text-align: center;
    margin: 0 0 0 1px;
    padding: 6px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 3px
}

@media (min-width: 320px) and (max-width:479px) {
    .layout li .prod-row .product-box.style_1 .count_holder_small .countdown_row .countdown_section {
        padding:4px 0
    }
}

.layout li .prod-row .product-box.style_1 .count_holder_small .countdown_row .countdown_section .countdown_amount {
    float: none;
    display: block;
    font-weight: bold
}

.layout li .prod-row .product-box.style_1 .count_holder_small .countdown_row .countdown_section+.countdown_section {
    width: 24%
}

.layout li .prod-row .product-box.style_1 .count_holder_small .countdown_row .countdown_section+.countdown_section+.countdown_section {
    width: 24%
}

.layout li .prod-row .product-box.style_1 .count_holder_small .countdown_row .countdown_section+.countdown_section+.countdown_section+.countdown_section {
    width: 25%
}

@media (min-width: 992px) and (max-width:1199px) {
    .owl-carousel.layout li .prod-row .product-box.style_1 .count_holder_small .countdown_row .countdown_section {
        width:24%
    }
}

.layout li .prod-row .product-box.style_2 {
    text-align: center
}

.layout li .prod-row .product-box.style_2 .count_holder_small {
    background: none;
    padding: 0 6px 6px 6px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.layout li .prod-row .product-box.style_2 .count_holder_small .countdown_row {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0
}

.layout li .prod-row .product-box.style_2 .count_holder_small .countdown_row .countdown_section {
    width: 25%;
    background: rgba(0,0,0,0.3);
    text-align: center;
    margin: 0 0 0 1px;
    padding: 6px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 3px
}

.layout li .prod-row .product-box.style_2 .count_holder_small .countdown_row .countdown_section .countdown_amount {
    float: none;
    display: block;
    font-weight: bold
}

.layout li .prod-row .product-box.style_2 .count_holder_small .countdown_row .countdown_section+.countdown_section {
    width: 24%
}

.layout li .prod-row .product-box.style_2 .count_holder_small .countdown_row .countdown_section+.countdown_section+.countdown_section {
    width: 24%
}

.layout li .prod-row .product-box.style_2 .count_holder_small .countdown_row .countdown_section+.countdown_section+.countdown_section+.countdown_section {
    width: 25%
}

.layout li .prod-row .product-box.style_2 .Title {
    padding-top: 20px
}

.layout li .prod-row .product-box.style_2 .Price {
    display: inline-block
}

.layout li .prod-row .product-box.style_2 .vote {
    display: inline-block;
    float: none;
    margin: 0 10px
}

.layout li .prod-row .product-box.style_2 .paddingtop8 {
    text-align: center
}

.layout li .prod-row .product-box.style_2 .paddingtop8 .stock-level {
    display: none
}

.layout li .prod-row .product-box.style_2 .paddingtop8 .vmicon {
    float: none;
    display: inline-block
}

.layout li .prod-row .product-box.style_2 .product-actions .addtocart-area2.add-to-cart,.layout li .prod-row .product-box.style_2 .product-actions .call-a-question.add-to-cart {
    display: block;
    text-align: center;
    padding-bottom: 10px
}

.layout li .prod-row .product-box.style_2 .product-actions .addtocart-area2.add-to-cart a,.layout li .prod-row .product-box.style_2 .product-actions .addtocart-area2.add-to-cart form,.layout li .prod-row .product-box.style_2 .product-actions .call-a-question.add-to-cart a,.layout li .prod-row .product-box.style_2 .product-actions .call-a-question.add-to-cart form {
    display: inline-block;
    float: none
}

.layout li .prod-row .product-box.style_2 .product-actions .add-to-compare,.layout li .prod-row .product-box.style_2 .product-actions .add-to-favorites {
    display: inline-block;
    margin: 0 10px
}

.layout li .prod-row .product-box.style_2 .product-actions .add-to-compare a,.layout li .prod-row .product-box.style_2 .product-actions .add-to-favorites a {
    padding: 0;
    height: auto;
    width: auto;
    opacity: 1;
    top: 0;
    background: none;
    text-transform: capitalize;
    -webkit-box-shadow: none;
    box-shadow: none
}

.layout li .prod-row .product-box.style_2 .product-actions .add-to-compare a .action-name,.layout li .prod-row .product-box.style_2 .product-actions .add-to-favorites a .action-name {
    display: inline-block;
    margin-left: 6px;
    font-size: 14px
}

.layout li .prod-row .product-box.style_2 .product-actions .add-to-compare a.active,.layout li .prod-row .product-box.style_2 .product-actions .add-to-compare a:hover,.layout li .prod-row .product-box.style_2 .product-actions .add-to-favorites a.active,.layout li .prod-row .product-box.style_2 .product-actions .add-to-favorites a:hover {
    background: none;
    color: var(--color-primary)
}

.layout li .prod-row .product-box.style_2 .product-actions .add-to-compare a:after,.layout li .prod-row .product-box.style_2 .product-actions .add-to-favorites a:after {
    display: none
}

.layout li .prod-row .product-box.style_2:hover .img-wrapper.big .back img {
    visibility: visible;
    opacity: 1
}

.layout li .prod-row .product-box.style_2:hover .img-wrapper.big.first .front {
    margin-top: 0
}

.layout li .prod-row .product-box.style_2:hover .img-wrapper.big.first .back {
    display: none
}

#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small,.layout li div.prod-row div.product-box.style_3 .count_holder_small {
    background: none;
    padding: 0 6px 6px 6px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small .count_border,.layout li div.prod-row div.product-box.style_3 .count_holder_small .count_border {
    margin-bottom: 3px;
    margin-left: 3px
}

#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row,.layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0
}

#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section,.layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section {
    width: 25%;
    background: rgba(0,0,0,0.3);
    text-align: center;
    margin: 0 0 0 1px;
    padding: 6px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 3px
}

#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section .countdown_amount,.layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section .countdown_amount {
    float: none;
    display: block;
    font-weight: bold
}

#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section+.countdown_section,.layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section+.countdown_section {
    width: 24%
}

#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section+.countdown_section+.countdown_section,.layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section+.countdown_section+.countdown_section {
    width: 24%
}

#product_list .layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section+.countdown_section+.countdown_section+.countdown_section,.layout li div.prod-row div.product-box.style_3 .count_holder_small .countdown_row .countdown_section+.countdown_section+.countdown_section+.countdown_section {
    width: 25%
}

#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper,.layout li div.prod-row div.product-box.style_3 .img-wrapper {
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style,.layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style {
    position: relative;
    display: block
}

#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style:before,.layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-dark);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style:after,.layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style:after {
    content: "\f00e";
    font-family: FontAwesome;
    display: block;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    position: absolute;
    left: 50%;
    top: -50%;
    z-index: 2222;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style img,.layout li div.prod-row div.product-box.style_3 .img-wrapper .fancybox-style img {
    position: static;
    top: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper .second,.layout li div.prod-row div.product-box.style_3 .img-wrapper .second {
    display: none
}

#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper:hover .fancybox-style:before,.layout li div.prod-row div.product-box.style_3 .img-wrapper:hover .fancybox-style:before {
    visibility: visible;
    opacity: 0.5
}

#product_list .layout li div.prod-row div.product-box.style_3 .img-wrapper:hover .fancybox-style:after,.layout li div.prod-row div.product-box.style_3 .img-wrapper:hover .fancybox-style:after {
    top: 50%
}

#product_list .layout li div.prod-row div.product-box.style_3 .paddingtop8,.layout li div.prod-row div.product-box.style_3 .paddingtop8 {
    text-align: left;
    padding-top: 20px
}

#product_list .layout li div.prod-row div.product-box.style_3 .Price,.layout li div.prod-row div.product-box.style_3 .Price {
    float: left
}

#product_list .layout li div.prod-row div.product-box.style_3 .Title,.layout li div.prod-row div.product-box.style_3 .Title {
    padding-top: 18px
}

#product_list .layout li div.prod-row div.product-box.style_3 .product-actions,.layout li div.prod-row div.product-box.style_3 .product-actions {
    overflow: visible!important;
    width: 100%;
    position: relative
}

#product_list .layout li div.prod-row div.product-box.style_3 .product-actions .tooltip,.layout li div.prod-row div.product-box.style_3 .product-actions .tooltip {
    position: absolute!important
}

#product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div,.layout li div.prod-row div.product-box.style_3 .product-actions>div {
    float: left;
    left: 0;
    top: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    visibility: visible
}

#product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div .add_compare,#product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div .add_wishlist,#product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div .remwishlists,.layout li div.prod-row div.product-box.style_3 .product-actions>div .add_compare,.layout li div.prod-row div.product-box.style_3 .product-actions>div .add_wishlist,.layout li div.prod-row div.product-box.style_3 .product-actions>div .remwishlists {
    margin-left: 4px;
    margin-bottom: 4px;
    opacity: 1;
    top: 0
}

@media (min-width: 768px) and (max-width:991px) {
    #product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div .add_compare,#product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div .add_wishlist,#product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div .remwishlists,.layout li div.prod-row div.product-box.style_3 .product-actions>div .add_compare,.layout li div.prod-row div.product-box.style_3 .product-actions>div .add_wishlist,.layout li div.prod-row div.product-box.style_3 .product-actions>div .remwishlists {
        width:40px;
        height: 40px;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (min-width: 416px) and (max-width:767px) {
    #product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div .add_compare,#product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div .add_wishlist,#product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div .remwishlists,.layout li div.prod-row div.product-box.style_3 .product-actions>div .add_compare,.layout li div.prod-row div.product-box.style_3 .product-actions>div .add_wishlist,.layout li div.prod-row div.product-box.style_3 .product-actions>div .remwishlists {
        width:40px;
        height: 40px;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (min-width: 320px) and (max-width:415px) {
    #product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div .add_compare,#product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div .add_wishlist,#product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div .remwishlists,.layout li div.prod-row div.product-box.style_3 .product-actions>div .add_compare,.layout li div.prod-row div.product-box.style_3 .product-actions>div .add_wishlist,.layout li div.prod-row div.product-box.style_3 .product-actions>div .remwishlists {
        width:40px;
        height: 40px;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

#product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div.quick_btn.hasTooltips,.layout li div.prod-row div.product-box.style_3 .product-actions>div.quick_btn.hasTooltips {
    background: var(--color-light);
    float: left;
    margin: 0!important;
    margin-left: 4px!important;
    width: auto;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 16px;
    text-align: center;
    top: 0;
    left: 0!important;
    position: relative
}

@media (min-width: 768px) and (max-width:991px) {
    #product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div.quick_btn.hasTooltips,.layout li div.prod-row div.product-box.style_3 .product-actions>div.quick_btn.hasTooltips {
        width:40px;
        height: 40px;
        min-width: 40px;
        line-height: 40px;
        font-size: 13px
    }
}

@media (min-width: 416px) and (max-width:767px) {
    #product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div.quick_btn.hasTooltips,.layout li div.prod-row div.product-box.style_3 .product-actions>div.quick_btn.hasTooltips {
        display:block;
        width: 40px;
        height: 40px;
        min-width: 40px;
        line-height: 40px;
        font-size: 13px
    }
}

@media (min-width: 320px) and (max-width:415px) {
    #product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div.quick_btn.hasTooltips,.layout li div.prod-row div.product-box.style_3 .product-actions>div.quick_btn.hasTooltips {
        display:block;
        width: 40px;
        height: 40px;
        min-width: 40px;
        line-height: 40px;
        font-size: 13px
    }
}

#product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div.quick_btn.hasTooltips i,.layout li div.prod-row div.product-box.style_3 .product-actions>div.quick_btn.hasTooltips i {
    margin: 0
}

#product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div.quick_btn.hasTooltips span,.layout li div.prod-row div.product-box.style_3 .product-actions>div.quick_btn.hasTooltips span {
    display: none
}

#product_list .layout li div.prod-row div.product-box.style_3 .product-actions>div.quick_btn.hasTooltips:hover,.layout li div.prod-row div.product-box.style_3 .product-actions>div.quick_btn.hasTooltips:hover {
    background: var(--color-dark);
    color: white
}

@media (min-width: 320px) and (max-width:415px) {
    #product_list .layout li div.prod-row div.product-box.style_3 .product-actions .add-to-cart,.layout li div.prod-row div.product-box.style_3 .product-actions .add-to-cart {
        min-height:48px!important
    }
}

#product_list .layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button,.layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button {
    min-width: 50px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center
}

@media (min-width: 768px) and (max-width:991px) {
    #product_list .layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button,.layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button {
        min-width:40px
    }
}

@media (min-width: 416px) and (max-width:767px) {
    #product_list .layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button,.layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button {
        min-width:40px
    }
}

@media (min-width: 320px) and (max-width:415px) {
    #product_list .layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button,.layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button {
        min-width:40px;
        height: 40px;
        padding: 11px 10px
    }
}

#product_list .layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button i,.layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button i {
    margin: 0;
    display: inline-block
}

@media (min-width: 320px) and (max-width:415px) {
    #product_list .layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button i,.layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button i {
        margin-right:6px
    }
}

#product_list .layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button .action-name,.layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button .action-name {
    display: none
}

@media (min-width: 320px) and (max-width:415px) {
    #product_list .layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button .action-name,.layout li div.prod-row div.product-box.style_3 .product-actions .addtocart-button .action-name {
        display:inline-block
    }
}

#productdetailsview.productdetails-view {
}

#productdetailsview.productdetails-view .main-image.default .vm-img-desc {
    display: none
}

#productdetailsview.productdetails-view .additional-images.default {
    padding-top: 0;
    margin: 0 -10px -20px
}

#productdetailsview.productdetails-view .additional-images.default .floatleft {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#productdetailsview.productdetails-view .additional-images.default .floatleft a {
    background: #fff;
    border: 10px solid #fff;
    display: block;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1)
}

#productdetailsview.productdetails-view .additional-images.default .floatleft img {
    width: 100%;
    height: auto
}

#productdetailsview.productdetails-view .additional-images.default .floatleft .vm-img-desc {
    display: none
}

#productdetailsview.productdetails-view .additional-images.default .floatleft.full {
    width: 100%
}

#productdetailsview.productdetails-view .additional-images.default .floatleft.first {
    width: 100%
}

#productdetailsview.productdetails-view .additional-images.default .floatleft.video {
    width: 100%;
    margin-bottom: 4px
}

#productdetailsview.productdetails-view .additional-images.default .floatleft.video span.product-field-display {
    background: #fff;
    border: 10px solid #fff;
    display: block;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1)
}

#productdetailsview.productdetails-view .additional-images.default .floatleft.video span.product-field-display .product-desc-youtube,#productdetailsview.productdetails-view .additional-images.default .floatleft.video span.product-field-display .product-title-youtube {
    min-height: 0px
}

#productdetailsview.productdetails-view .additional-images.default .floatleft.video span.product-field-display .show-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

#productdetailsview.productdetails-view .additional-images.default .floatleft.video span.product-field-display .show-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#productdetailsview.productdetails-view #carousel2 .show-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 59px;
    height: 0
}

#productdetailsview.productdetails-view #carousel2 .show-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#productdetailsview.productdetails-view .image_show_lightgallery {
    margin-bottom: 10px
}

#productdetailsview.productdetails-view .image_show_lightgallery #lightgallery {
    margin: 0 -5px;
    overflow: hidden
}

#productdetailsview.productdetails-view .image_show_lightgallery .main-image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 5px;
    overflow: hidden;
    border-radius: 3px
}

#productdetailsview.productdetails-view .image_show_lightgallery .main-image img {
    border-radius: 3px
}

#productdetailsview.productdetails-view .image_show_lightgallery .small {
    display: inline-block;
    float: left;
    margin-top: 10px;
    width: 25%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

#productdetailsview.productdetails-view .image_show_lightgallery .small a {
    overflow: hidden
}

#productdetailsview.productdetails-view .image_show_lightgallery .small a img {
    border-radius: 3px
}

.bottom-block {
    z-index: 2002
}

.accordion-group {
    background: nobe;
    border: none;
    border-radius: 0;
    color: #515151;
    margin-bottom: 5px
}

.accordion-heading a.accordion-toggle.collapsed {
    background: var(--color-white);
    color: var(--body-link-color);
    border: 1px solid var(--color-gray);
    border-radius: 6px 6px 6px 6px;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    display: block;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-heading a.accordion-toggle.collapsed:hover {
    background: var(--color-primary);
    color: #fff
}

.accordion-heading a.accordion-toggle span {
    float: right
}

.accordion-heading a.accordion-toggle span i {
    font-style: normal
}

.accordion-heading a.accordion-toggle.collapsed span i.minus {
    display: none
}

.accordion-heading a.accordion-toggle.collapsed span i.plus {
    display: block
}

.accordion-heading a.accordion-toggle {
    background: var(--color-primary);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    border-radius: 6px 6px 0 0;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    display: block;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent
}

.accordion-heading a.accordion-toggle span i.plus {
    display: none
}

.accordion-heading a.accordion-toggle span i.minus {
    display: block
}

#productdetailsview .accordion-body {
    border: none;
    background: none;
    padding: 0
}

#productdetailsview .accordion-body .accordion-inner {
    padding: 20px;
    background-color: #fff;
    border: 1px solid var(--color-gray);
    border-radius: 0 0 6px 6px;
    border-top: none
}

#productdetailsview .accordion-body .accordion-inner .tags {
    font-size: 14px;
    line-height: 30px;
    padding-top: 20px
}

#productdetailsview .accordion-body .accordion-inner .tags .product-fields-title {
    color: var(--body-text-color);
    display: inline-block;
    margin-right: 10px;
    float: left;
    line-height: 20px;
    padding-top: 11px
}

#productdetailsview .accordion-body .accordion-inner .tags .product-field-display {
    display: inline-block
}

#productdetailsview .accordion-body .accordion-inner .tags .product-field-display .btx {
    display: inline-block;
    background: var(--color-light);
    font-size: 14px;
    line-height: 20px;
    padding: 6px 10px;
    text-transform: lowercase;
    float: left;
    margin: 0 5px 5px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--body-link-color);
    border-radius: 3px
}

#productdetailsview .accordion-body .accordion-inner .tags .product-field-display .btx span {
    font-size: 14px
}

#productdetailsview .accordion-body .accordion-inner .tags .product-field-display .btx:hover {
    background: var(--color-dark);
    color: #fff
}

#productdetailsview .accordion-inner .filter .product-field-type-P .product-fields-title {
    font-size: 14px;
    font-weight: bold
}

#productdetailsview .accordion-inner .filter .product-field-type-S span {
    display: inline-block
}

#productdetailsview .accordion-inner .filter .product-fields li {
    margin-left: 25px
}

#productdetailsview .accordion-inner .custom .product-fields-title,#productdetailsview .accordion-inner .video .product-fields-title {
    display: none
}

#productdetailsview .accordion-inner .video .product-field-desc {
    display: block;
    padding-bottom: 10px
}

#productdetailsview .accordion-inner .video .product-field-display {
    margin: 0;
    display: block
}

#productdetailsview .accordion-inner .video {
    margin-bottom: 40px;
    padding-top: 0
}

#productdetailsview .accordion-inner .video .product-field-desc {
    padding: 0
}

#productdetailsview .accordion-inner .video .product-title-youtube+.product-desc-youtube {
    padding-bottom: 30px
}

#productdetailsview .accordion-inner .video .show-video {
    position: relative;
    padding-bottom: 55.25%;
    padding-top: 0;
    overflow: hidden
}

#productdetailsview .accordion-inner .video .show-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#productdetailsview .video .product-title-youtube+.product-desc-youtube {
    padding-bottom: 30px
}

#productdetailsview .video .show-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

#productdetailsview .video .show-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cart-coupon input.coupon {
    float: left;
    margin-right: 10px
}

.cart-coupon .details-button {
    float: left
}

.paymentMethodOptions table {
    margin-top: 20px
}

.paymentMethodOptions table tr td {
    border: none;
    padding: 10px 10px 10px 0
}

.steps {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
    counter-reset: list
}

.steps li {
    font-size: 16px;
    line-height: 30px;
    background: var(--color-light);
    border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 10px;
    color: var(--body-link-color);
    display: inline-block;
    padding: 4px 20px 4px 20px;
    position: relative
}

.steps li.current {
    background: var(--color-dark);
    color: #fff
}

.steps li.current:after {
    color: var(--color-dark)
}

.steps li:before {
    content: counter(list,decimal-leading-zero) ".";
    counter-increment: list;
    width: auto;
    height: auto;
    z-index: 10;
    position: relative;
    left: 0;
    top: 0;
    font-weight: 500
}

.steps li:after {
    content: "\f0da";
    font-size: 67px;
    font-family: FontAwesome;
    margin-left: 5px;
    color: var(--color-light);
    display: block;
    position: absolute;
    right: -19px;
    top: 5px;
    margin-top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.manufacturer-view-default {
    font-size: 0;
    vertical-align: top;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 320px) and (max-width:767px) {
    .manufacturer-view-default {
        margin:0 -10px
    }
}

.manufacturer-view-default .row_man {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
    padding: 15px
}

@media (min-width: 768px) and (max-width:991px) {
    .manufacturer-view-default .row_man {
        width:50%
    }
}

@media (min-width: 480px) and (max-width:767px) {
    .manufacturer-view-default .row_man {
        width:50%;
        padding: 10px
    }
}

@media (min-width: 320px) and (max-width:479px) {
    .manufacturer-view-default .row_man {
        padding:10px;
        width: 50%
    }
}

.manufacturer-view-default .row_man .manufacturer.floatleft .box-indent {
    display: blocK;
    padding: 15px;
    background: var(--color-light);
    border-radius: 3px;
    margin-bottom: 20px
}

@media (min-width: 320px) and (max-width:479px) {
    .manufacturer-view-default .row_man .manufacturer.floatleft .box-indent {
        padding:10px
    }
}

.manufacturer-view-default .row_man .manufacturer.floatleft .box-indent img {
    width: 100%;
    background: #fff
}

@media (min-width: 320px) and (max-width:479px) {
    .manufacturer-view-default .row_man .manufacturer.floatleft .box-indent {
        margin-bottom:10px
    }
}

.manufacturer-view-default .row_man .manufacturer.floatleft h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0px
}

@media (min-width: 320px) and (max-width:767px) {
    .manufacturer-view-default .row_man .manufacturer.floatleft h2 {
        font-size:14px;
        line-height: 20px
    }
}

.manufacturer_details_view div.manufacturer-image {
    display: inline-blocK;
    padding: 15px;
    background: var(--color-light);
    border-radius: 3px;
    margin-bottom: 20px
}

.manufacturer_details_view div.manufacturer-image img {
    background: #fff;
    width: 100%
}

.category-view.pad-bot,.category_description+.browse-view {
    padding-top: 30px
}

.product-box.style_4 .count_holder_small.style_4 {
    display: none
}

.count_holder_small.style_4 {
    background: var(--color-white);
    padding: 10px;
    position: absolute;
    bottom: auto;
    width: 220px;
    z-index: 10000;
    display: block;
    border-radius: 5px;
    border-bottom: 1px solid var(--color-primary);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 2px rgba(0,0,0,0.1)
}

.count_holder_small.style_4 .count_info {
    float: none;
    font-size: 14px;
    margin: 0 23px 10px 0
}

.count_holder_small.style_4 .info_prod_left {
    float: left;
    font-size: 14px;
    margin: 0 0 10px 23px
}

.count_holder_small.style_4 .count_info b,.count_holder_small.style_4 .count_info_left b {
    border: 1px solid #FFFFFF;
    font-size: 18px;
    padding: 2px 10px
}

.count_holder_small.style_4:before {
    position: absolute;
    left: -18px;
    top: 50%;
    border-bottom: 9px solid rgba(0,0,0,0);
    border-top: 9px solid rgba(0,0,0,0);
    border-right: 9px solid #c259db;
    height: 9px;
    margin-left: 2px;
    vertical-align: middle;
    width: 16px;
    margin-top: -8px
}

.count_holder_small.style_4 .prod_hold .count_holder_small {
    display: none
}

.count_holder_small.style_4 .count_info {
    color: var(--color-dark);
    float: none;
    font-size: 12px;
    margin: 0 0 0 0;
    text-align: left;
    font-weight: 300;
    text-transform: none;
    line-height: 22px
}

.count_holder_small.style_4 .count_border {
    overflow: hidden;
    border: 1px solid var(--color-light);
    padding: 10px;
    margin-bottom: 10px;
    text-align: center
}

.count_holder_small.style_4 .countdown_rtl {
    direction: rtl
}

.count_holder_small.style_4 .countdown_holding span {
    color: var(--body-text-color)
}

.count_holder_small.style_4 .countdown_row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.count_holder_small.style_4 .countdown_section {
    display: block;
    float: none;
    font-size: 14px;
    text-align: left;
    color: var(--color-dark);
    line-height: 16px;
    border: none;
    text-align: center;
    width: 25%
}

.count_holder_small.style_4 .countdown_amount {
    font-weight: 700;
    color: var(--color-primary);
    float: none;
    display: block;
    margin-right: 2px
}

.count_holder_small.style_4 .countdown_section br {
    display: none
}

.count_holder_small.style_4 .countdown_descr {
    display: block;
    float: left
}

.count_holder_small.style_4 .bzSaleTimerDesc {
    color: var(--color-dark);
    text-transform: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    margin-left: 0px;
    float: left;
    margin-bottom: 0px;
    padding-top: 0px;
    display: block
}

.count_holder_small.style_4 .bzSaleTimerDesc div {
    color: var(--color-dark);
    font-weight: 500;
    display: inline-block
}

.prod_box.fulllist .vmproduct li .prod-row .product-box.style_4 .browseImage {
    margin: 0
}

.layout li .prod-row .product-box.style_4 {
    border-bottom: 3px solid transparent
}

.layout li .prod-row .product-box.style_4 .slide-hover {
    text-align: center
}

.layout li .prod-row .product-box.style_4 .slide-hover .vote {
    text-align: center;
    display: block;
    float: none
}

.layout li .prod-row .product-box.style_4 .slide-hover .paddingtop8 {
    text-align: center
}

.layout li .prod-row .product-box.style_4 .slide-hover .paddingtop8 .vmicon {
    float: none;
    margin: 0 auto
}

.layout li .prod-row .product-box.style_4 .slide-hover .paddingtop8 .stock-level {
    display: none
}

.layout li .prod-row .product-box.style_4 .product-actions.style_4 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
    height: auto;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -5px
}

.layout li .prod-row .product-box.style_4 .product-actions.style_4 .add-to-cart {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    margin: 0
}

@media (min-width: 1200px) {
    .layout li .prod-row .product-box.style_4 .product-actions.style_4 .add-to-cart {
        top:0;
        opacity: 1
    }
}

.layout li .prod-row .product-box.style_4 .product-actions.style_4 .add-to-cart .addtocart-button {
    padding: 10px;
    width: 50px;
    height: 40px;
    line-height: 20px;
    margin: 0
}

.layout li .prod-row .product-box.style_4 .product-actions.style_4 .add-to-cart i {
    display: block;
    font-size: 20px;
    margin: 0
}

.layout li .prod-row .product-box.style_4 .product-actions.style_4 .add-to-cart span.action-name {
    display: none
}

@media (min-width: 320px) and (max-width:415px) {
    .layout li .prod-row .product-box.style_4 .product-actions.style_4 .add-to-cart {
        min-height:inherit!important
    }
}

.layout li .prod-row .product-box.style_4 .product-actions.style_4>div {
    margin: 3px!important
}

.layout li .prod-row .product-box.style_4 .product-actions.style_4>div a {
    top: 0;
    opacity: 1;
    margin: 0;
    padding: 10px;
    width: 50px;
    height: 40px
}

.layout li .prod-row .product-box.style_4 .product-actions.style_4>div a i {
    font-size: 20px
}

.layout li .prod-row .product-box.style_4:hover {
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1)!important;
    box-shadow: 0 0 7px rgba(0,0,0,0.1)!important;
    background-color: #fff!important;
    border-bottom: 3px solid var(--color-primary)!important
}

.layout li .prod-row .product-box.style_4:hover .browseImage {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.layout li .prod-row .product-box.style_4:hover .product-actions.style_4 {
    opacity: 1;
    bottom: 0
}

@media (min-width: 1200px) {
    .layout li .prod-row .product-box.style_4:hover .product-actions.style_4 .add-to-cart {
        top:0;
        opacity: 1
    }
}

#product_list.list .layout li .prod-row .product-box.style_4 .slide-hover .wrapper-slide.product-actions.style_4 {
    padding-right: 0px
}

.browse-view {
    padding-bottom: 40px
}

.hidden {
    display: none!important
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    outline: none
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("../images/ajax-loader.gif") center center no-repeat
}

.slick-next,.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: 0.25
}

.slick-next:before,.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted .slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75
}

.lg-outer {
    outline: none
}

.mbYTP_wrapper {
    opacity: 1!important
}

#sp-component #productdetailsview .image_block.horizont {
    padding-left: 0;
    position: relative;
    overflow: hidden
}

#sp-component #productdetailsview .image_block.horizont .main-image {
    margin-bottom: 10px
}

#sp-component #productdetailsview .image_block.horizont .main-image.video-bg {
    margin-bottom: 0
}

#sp-component #productdetailsview .image_block.horizont .main-image.video-bg .item {
    position: relative;
    -webkit-transform: translate(0%,-45%);
    transform: translate(0%,-45%);
    margin-top: 45%
}

#sp-component #productdetailsview .image_block.vertical {
    padding-left: 0;
    position: relative;
    overflow: hidden
}

#sp-component #productdetailsview .image_block.vertical .main-image {
    margin-bottom: 0
}

#sp-component #productdetailsview .image_block.vertical .main-image.video-bg {
    margin-bottom: 0
}

#sp-component #productdetailsview .image_block.vertical .main-image.video-bg .item {
    position: relative;
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    margin-top: 50%
}

#sp-component #productdetailsview .image_block.vertical .slider-youtube {
    overflow: hidden
}

#sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont {
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 10px;
    float: left;
    width: 168px;
    height: 100%;
    position: relative
}

@media (min-width: 1200px) and (max-width:1336px) {
    #sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont {
        width:150px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    #sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont {
        width:110px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    #sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont {
        width:94px
    }
}

@media (min-width: 320px) and (max-width:767px) {
    #sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont {
        width:100%;
        float: none;
        padding-bottom: 10px;
        padding-right: 55px
    }
}

#sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont #gallery_02 {
    padding-bottom: 0px
}

#sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont #gallery_02 .slider-nav .slick-prev {
    top: auto;
    bottom: -64px;
    right: 5px
}

#sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont #gallery_02 .slider-nav .slick-prev:before {
    content: "\f106"
}

@media (min-width: 320px) and (max-width:767px) {
    #sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont #gallery_02 .slider-nav .slick-prev {
        bottom:auto;
        top: 20px;
        right: -43px
    }

    #sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont #gallery_02 .slider-nav .slick-prev:before {
        content: "\f104"
    }
}

#sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont #gallery_02 .slider-nav .slick-next {
    top: auto;
    bottom: -64px;
    right: 41px
}

@media (min-width: 768px) and (max-width:991px) {
    #sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont #gallery_02 .slider-nav .slick-next {
        right:41px
    }
}

#sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont #gallery_02 .slider-nav .slick-next:before {
    content: "\f107"
}

@media (min-width: 320px) and (max-width:767px) {
    #sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont #gallery_02 .slider-nav .slick-next {
        bottom:auto;
        top: 65px;
        right: -43px
    }

    #sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont #gallery_02 .slider-nav .slick-next:before {
        content: "\f105"
    }
}

.sidebar {
    will-change: min-height
}

.sidebar__inner {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    will-change: position,transform;
    top: 0
}

.additional-images .product-title-youtube {
    display: none
}

#productdetailsview .image_show .video .show-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    margin: 0!important
}

.proddet .addtocart-button {
    height: auto;
    line-height: 38px;
    padding: 9px 30px;
    background: var(--color-secondary);
    color: var(--color-white)
}

.proddet .addtocart-button i {
    margin-right: 5px;
    display: none
}

.proddet .addtocart-button:hover {
    background: var(--color-dark);
    color: var(--color-white)
}

#productdetailsview .module-titles {
    margin-top: 0;
    margin-bottom: 25px
}

.com-content-category-blog__navigation {
    margin-top: 0
}

.com-content-category-blog__navigation ul.pagination {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none
}

.com-content-category-blog__navigation ul.pagination li.page-item {
    float: left;
    font-size: 14px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    padding-left: 1px
}

.com-content-category-blog__navigation ul.pagination li.page-item a.page-link,.com-content-category-blog__navigation ul.pagination li.page-item span.page-link {
    display: block;
    background: var(--color-light);
    text-decoration: none;
    border-radius: 3px;
    padding: 0;
    margin: 0;
    border: none
}

.com-content-category-blog__navigation ul.pagination li.page-item a.page-link {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--color-black)
}

.com-content-category-blog__navigation ul.pagination li.page-item a.page-link:hover {
    background: var(--color-dark);
    color: #fff
}

.com-content-category-blog__navigation ul.pagination li.page-item span.page-link {
    color: var(--body-text-color);
    opacity: 0.7
}

#com-form-login-remember {
    margin-bottom: 20px
}

.cart-view .module-title {
    margin-top: 0
}

.cart-view .box-bg {
    margin-bottom: 50px
}

.cart-view .output-billto {
    margin-top: 10px
}

.view-user #sp-main-body .sp-column {
    max-width: 990px;
    margin: 0 auto
}

.view-user .box-bg+.box-bg {
    margin-top: 50px
}

.view-cart #sp-main-body .sp-column,.view-orders #sp-main-body .sp-column {
    max-width: 990px;
    margin: 0 auto
}

.buttonBar-right,.control-buttons {
    margin-top: 30px
}

.buttonBar-right button,.control-buttons button {
    margin-right: 10px!important
}

.buttonBar-right #reg_text,.control-buttons #reg_text {
    margin-bottom: 5px
}

table,tbody {
    width: 100%
}

button.logout {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.login .input-group-text {
    display: none
}

.login .form-check {
    padding-left: 0
}

.login .btn {
    width: auto!important
}

.com-users .profile {
    max-width: 990px;
    margin: 0 auto
}

.com-users .profile strong+div {
    margin-bottom: 30px
}

.profile-edit .input-group-text {
    display: none
}

.vmCartPaymentLogo,.vmCartShipmentLogo {
    margin-bottom: 10px;
    display: block
}

#tabs {
    list-style: none;
    padding: 0
}

#tabs li {
    margin-right: 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--body-text-color);
    background: var(--color-light);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
    padding: 10px 20px;
    display: inline-block;
    cursor: pointer
}

#tabs li.current {
    color: #fff;
    background: var(--color-primary);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    pointer-events: none
}

@media (max-width: 575px) {
    #com-form-login .button {
        margin-bottom:20px
    }
}

.responsive-tabs__panel {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    display: block;
    width: 100%;
    margin-top: 0px
}

.responsive-tabs__panel .prod_box {
    padding: 10px;
    margin: -10px
}

.responsive-tabs__panel .layout.owl-carousel {
    margin: 0 -15px -30px -15px;
    padding-right: 5px;
    width: auto
}

.responsive-tabs__panel .layout.owl-carousel .owl-item {
    width: 25%
}

.responsive-tabs__panel .layout.owl-carousel li {
    margin: 0;
    width: 100%
}

.responsive-tabs__panel .layout.owl-carousel li .prod-row {
    padding-left: 15px;
    padding-right: 15px
}

.responsive-tabs__panel .layout.owl-carousel .owl-wrapper-outer {
    padding-top: 7px;
    margin-top: -7px
}

.responsive-tabs__panel .owl-theme .owl-controls .owl-next {
    right: 16px;
    top: -60px
}

.responsive-tabs__panel .owl-theme .owl-controls .owl-prev {
    right: 52px;
    top: -60px
}

.mod_vm2products .responsive-tabs__list {
    margin: 0 0 30px 0
}

.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item {
    background: var(--color-light);
    padding: 10px 20px 10px;
    margin-top: 10px;
    margin-right: 5px;
    border-radius: 3px;
    border: none;
    border-bottom: none;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    color: var(--body-link-color);
    position: relative
}

.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active,.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active:hover,.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item:hover {
    background: var(--color-dark);
    color: var(--color-white);
    -webkit-box-shadow: none;
    box-shadow: none
}

.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active:before,.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active:hover:before,.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item:hover:before {
    bottom: -8px;
    visibility: visible;
    border-top: 9px solid var(--color-dark)
}

.mod_vm2products .responsive-tabs__list .responsive-tabs__list__item:before {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 0px;
    border-left: 9px solid rgba(0,0,0,0);
    border-right: 9px solid rgba(0,0,0,0);
    border-top: 9px solid var(--color-light);
    height: 9px;
    margin-left: 2px;
    vertical-align: middle;
    width: 16px;
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -8px;
    visibility: hidden;
    z-index: -1
}

#sp-component #productdetailsview .image_block.horizont {
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    border-radius: 3px
}

#sp-component #productdetailsview .wrapper2 .fleft .main-image {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#sp-component #productdetailsview .jcarousel.additional-images {
    padding-bottom: 0
}

#sp-component #productdetailsview .wrapper2 .fleft .jcarousel.additional-images #carousel2 .floatleft .thumb {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--color-light)
}

#sp-component #productdetailsview .image_block.vertical {
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    border-radius: 3px
}

#sp-component #productdetailsview .responsive-tabs__list {
    margin: 0;
    z-index: 1
}

#sp-component #productdetailsview .responsive-tabs__list .responsive-tabs__list__item {
    background: var(--color-light);
    padding: 10px 20px 10px;
    margin-top: 10px;
    margin-right: 5px;
    border-radius: 3px;
    border: none;
    border-bottom: none;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    color: var(--body-link-color);
    position: relative
}

#sp-component #productdetailsview .responsive-tabs__list .responsive-tabs__list__item:before {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 0px;
    border-left: 9px solid rgba(0,0,0,0);
    border-right: 9px solid rgba(0,0,0,0);
    border-top: 9px solid var(--color-light);
    height: 9px;
    margin-left: 2px;
    vertical-align: middle;
    width: 16px;
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -8px;
    visibility: hidden;
    z-index: -1
}

#sp-component #productdetailsview .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active,#sp-component #productdetailsview .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active:hover,#sp-component #productdetailsview .responsive-tabs__list .responsive-tabs__list__item:hover {
    background: var(--color-dark);
    color: var(--color-white);
    -webkit-box-shadow: none;
    box-shadow: none
}

#sp-component #productdetailsview .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active:before,#sp-component #productdetailsview .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active:hover:before,#sp-component #productdetailsview .responsive-tabs__list .responsive-tabs__list__item:hover:before {
    bottom: -8px;
    visibility: visible;
    border-top: 9px solid var(--color-dark)
}

#sp-component #productdetailsview .responsive-tabs__panel {
    padding: 0;
    padding: 20px;
    border: none;
    display: block;
    width: 100%;
    margin-top: 0px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px
}

#sp-component #productdetailsview .wrapper2 .fleft .main-image.light {
    border: none;
    padding: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1)
}

#sp-component #productdetailsview .wrapper2 .fleft .main-image.light .lbl-box2 {
    right: 10px;
    top: 10px
}

#sp-component #productdetailsview .wrapper2 .fleft .main-image.light .lbl-box {
    top: 10px;
    left: 10px
}

.login-box-notify {
    background-color: var(--color-white);
    padding: 30px;
    border: 5px solid var(--color-light)
}

@media (min-width: 320px) and (max-width:767px) {
    .login-box-notify {
        padding:15px
    }
}

@media (min-width: 1337px) {
    .image_block.vertical {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .image_block.vertical .slider-youtube {
        width: calc(100% - 168px)
    }

    .image_block.vertical .slider-youtube .slick-list {
        padding: 10px
    }
}

@media (min-width: 1200px) and (max-width:1336px) {
    .image_block.vertical .slider-youtube {
        width:calc(100% - 150px)
    }

    .image_block.vertical .slider-youtube .slick-list {
        padding: 10px
    }

    #sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont #gallery_02 .slider-nav .slick-next {
        bottom: -52px
    }

    #sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont #gallery_02 .slider-nav .slick-prev {
        bottom: -52px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .image_block.vertical {
        padding-bottom:50px!important
    }

    .image_block.vertical .slider-youtube {
        width: calc(100% - 110px)
    }

    .image_block.vertical .slider-youtube .slick-list {
        padding: 10px
    }

    #sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont #gallery_02 .slider-nav .slick-next {
        bottom: -52px
    }

    #sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont #gallery_02 .slider-nav .slick-prev {
        bottom: -52px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .image_block.vertical .jcarousel-container.horizont {
        width:120px!important
    }

    .image_block.vertical .slider-youtube {
        width: calc(100% - 120px)
    }

    .image_block.vertical .slider-youtube .slick-list {
        padding: 10px
    }

    #sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont #gallery_02 .slider-nav .slick-next {
        bottom: -52px
    }

    #sp-component #productdetailsview .image_block.vertical .jcarousel-container.horizont #gallery_02 .slider-nav .slick-prev {
        bottom: -52px
    }
}

.jcarousel li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: auto;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px,0px,0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,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-theme .owl-controls {
    margin-top: 0
}

.owl-theme .owl-controls .owl-prev {
    position: absolute;
    right: 50px;
    top: -55px
}

@media (min-width: 320px) and (max-width:767px) {
    .owl-theme .owl-controls .owl-prev {
        top:-50px
    }
}

.owl-theme .owl-controls .owl-next {
    position: absolute;
    right: 14px;
    top: -55px
}

@media (min-width: 320px) and (max-width:767px) {
    .owl-theme .owl-controls .owl-next {
        top:-50px
    }
}

.owl-theme .owl-controls .owl-buttons div {
    color: var(--color-black);
    display: inline-block;
    zoom:1;margin: 0;
    padding: 0;
    font-size: 18px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: var(--color-light);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    z-index: 99999
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
    background: var(--color-primary);
    color: var(--color-white)
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom:1;*display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut 0.7s both ease;
    animation: fadeOut 0.7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn 0.7s both ease;
    animation: fadeIn 0.7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade 0.7s ease both;
    animation: scaleToFade 0.7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown 0.6s ease both;
    animation: goDown 0.6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom 0.5s ease both;
    animation: scaleUpFrom 0.5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo 0.5s ease both;
    animation: scaleUpTo 0.5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px)
    }

    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }

    to {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px)
    }

    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%)
    }

    to {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

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

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

@-webkit-keyframes scaleUpFrom {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.prod_box.recentproducts .quick_btn {
    display: none!important
}

.pagination .pagenav {
    margin-top: 0;
    text-align: center
}

@media (min-width: 1200px) {
    .sppb-container,.sppb-row-container {
        max-width:1320px
    }
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.sppb-column,.sppb-column-addons,.sppb-section .sppb-row>.sppb-col-md-12 {
    z-index: inherit;
    position: static
}

.sppb-row-container.z-index {
    position: relative;
    z-index: 11
}

.sp-position-comingsoon .sppb-column {
    height: auto
}

.sp-position-comingsoon .sppb-section {
    height: auto!important;
    min-height: inherit!important
}

.com_sppagebuilder .MainRow {
    padding: 0
}

.sppb-addon-form-builder .sppb-form-builder-btn {
    margin-top: 30px
}

div.sppb-form-check {
    padding-left: 0px;
    overflow: hidden
}

div.sppb-form-check .checkbox {
    float: left;
    width: 20px
}

div.sppb-form-check .sppb-form-check-label {
    overflow: hidden;
    width: 90%;
    float: left;
    position: relative;
    top: -1px;
    margin-left: 0px
}

.form-builder-checkbox-content label.form-builder-checkbox-label,.form-builder-radio-content label.form-builder-radio-label,.sppb-form-check-label {
    margin-left: 0px;
    margin-right: 10px
}

.form-builder-checkbox-content label.form-builder-checkbox-label:after,.form-builder-checkbox-content label.form-builder-checkbox-label:before,.form-builder-radio-content label.form-builder-radio-label:after,.form-builder-radio-content label.form-builder-radio-label:before,.sppb-form-check-label:after,.sppb-form-check-label:before {
    display: none
}

@media (min-width: 1425px) {
    #extra_pad {
        padding:30px 45px 0 45px!important
    }

    #extra_pad .sppb-column-addons>div {
        padding: 30px 15px 0px
    }
}

@media (min-width: 1337px) {
    #extra_pad .sppb-addon-overlay-image:hover .title-subtitle-center-center .overlay-background-style {
        left:-20px;
        top: 20px
    }
}

.sppb-addon-overlay-image .title-subtitle-bottom-left,.sppb-addon-overlay-image .title-subtitle-center-center,.sppb-addon-overlay-image .title-subtitle-center-left {
    overflow: visible
}

.sppb-addon-overlay-image .title-subtitle-bottom-left .overlay-image-title .sppb-addon-title,.sppb-addon-overlay-image .title-subtitle-center-center .overlay-image-title .sppb-addon-title,.sppb-addon-overlay-image .title-subtitle-center-left .overlay-image-title .sppb-addon-title {
    padding: 11px 30px;
    border-radius: 3px;
    position: relative;
    z-index: 1
}

.sppb-addon-overlay-image .title-subtitle-bottom-left .overlay-image-title .sppb-addon-title:after,.sppb-addon-overlay-image .title-subtitle-center-center .overlay-image-title .sppb-addon-title:after,.sppb-addon-overlay-image .title-subtitle-center-left .overlay-image-title .sppb-addon-title:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--color-light);
    opacity: 0.7;
    display: block;
    z-index: 1;
    border-radius: 3px
}

.sppb-addon-overlay-image .title-subtitle-bottom-left .overlay-image-title .sppb-addon-title span,.sppb-addon-overlay-image .title-subtitle-center-center .overlay-image-title .sppb-addon-title span,.sppb-addon-overlay-image .title-subtitle-center-left .overlay-image-title .sppb-addon-title span {
    color: var(--color-primary)
}

.sppb-addon-overlay-image .title-subtitle-bottom-left .overlay-image-title .sppb-addon-title *,.sppb-addon-overlay-image .title-subtitle-center-center .overlay-image-title .sppb-addon-title *,.sppb-addon-overlay-image .title-subtitle-center-left .overlay-image-title .sppb-addon-title * {
    position: relative;
    z-index: 2
}

.sppb-addon-overlay-image .title-subtitle-bottom-left .overlay-image-title .sppb-addon-subtitle,.sppb-addon-overlay-image .title-subtitle-center-center .overlay-image-title .sppb-addon-subtitle,.sppb-addon-overlay-image .title-subtitle-center-left .overlay-image-title .sppb-addon-subtitle {
    padding-top: 20px;
    padding-bottom: 20px
}

.sppb-addon-overlay-image .title-subtitle-bottom-left .overlay-image-title .sppb-addon-subtitle span,.sppb-addon-overlay-image .title-subtitle-center-center .overlay-image-title .sppb-addon-subtitle span,.sppb-addon-overlay-image .title-subtitle-center-left .overlay-image-title .sppb-addon-subtitle span {
    color: var(--color-primary)
}

.sppb-addon-overlay-image .title-subtitle-bottom-left .overlay-background-image-wrapper,.sppb-addon-overlay-image .title-subtitle-center-center .overlay-background-image-wrapper,.sppb-addon-overlay-image .title-subtitle-center-left .overlay-background-image-wrapper {
    border-radius: 3px;
    overflow: hidden
}

.sppb-addon-overlay-image .title-subtitle-bottom-left .overlay-background-style,.sppb-addon-overlay-image .title-subtitle-center-center .overlay-background-style,.sppb-addon-overlay-image .title-subtitle-center-left .overlay-background-style {
    border-radius: 3px;
    z-index: -1
}

.sppb-addon-overlay-image:hover .title-subtitle-bottom-left .overlay-background-style,.sppb-addon-overlay-image:hover .title-subtitle-center-center .overlay-background-style,.sppb-addon-overlay-image:hover .title-subtitle-center-left .overlay-background-style {
    left: -10px;
    top: 10px
}

.sppb-addon-testimonial .sppb-addon-content {
    padding-left: 0px;
    position: relative;
    padding-right: 0px
}

.sppb-addon-testimonial .sppb-addon-content .quote {
    z-index: 1;
    opacity: 0.3;
    position: absolute;
    left: 10px;
    top: 10px
}

.sppb-addon-testimonial .sppb-addon-content .quote:before {
    content: "\f10e";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 48px;
    line-height: 48px;
    font-style: italic;
    font-weight: bold;
    color: var(--color-primary)
}

.sppb-addon-testimonial .sppb-addon-content .sppb-addon-testimonial-review {
    font-style: italic;
    padding: 30px;
    background: #ecf0f1;
    position: relative;
    margin-bottom: 30px;
    border-radius: 6px;
    font-weight: 400
}

.sppb-addon-testimonial .sppb-addon-content .sppb-addon-testimonial-review:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 10px solid #ecf0f1;
    position: absolute;
    left: 20px;
    bottom: -10px
}

.sppb-addon-testimonial .sppb-addon-content .sppb-addon-testimonial-footer {
    margin-top: 10px;
    font-size: 18px;
    line-height: 20px;
    color: #898d92
}

.sppb-addon-testimonial .sppb-addon-content .sppb-addon-testimonial-footer .sppb-addon-testimonial-client {
    top: 10px;
    position: relative
}

.sppb-addon-testimonial .sppb-addon-content .sppb-addon-testimonial-footer strong {
    text-transform: capitalize;
    display: block;
    font-weight: bold;
    color: #34383d
}

.sppb-addon-testimonial .sppb-addon-content .sppb-addon-testimonial-footer span {
    font-size: 14px
}

.sppb-addon-testimonial .sppb-addon-content .sppb-addon-testimonial-footer a {
    color: #898d92
}

.sppb-addon-testimonial .sppb-addon-content .sppb-addon-testimonial-footer a:hover {
    color: #000
}

.sppb-addon-testimonial .sppb-addon-content .sppb-addon-testimonial-footer .sppb-addon-testimonial-client-url {
    padding-left: 0px;
    display: inline-block
}

.sppb-addon-testimonial.sppb-text-center .sppb-addon-content {
    padding-left: 0px;
    padding-right: 0px
}

.sppb-addon-testimonial.sppb-text-center .sppb-addon-content .quote {
    position: absolute;
    left: 50%;
    top: 10px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.sppb-addon-testimonial.sppb-text-center .sppb-addon-content .sppb-addon-testimonial-review:after {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: -9px
}

.sppb-addon-testimonial.sppb-text-right .sppb-addon-content {
    padding-left: 0px;
    padding-right: 0px;
    position: relative
}

.sppb-addon-testimonial.sppb-text-right .sppb-addon-content .quote {
    position: absolute;
    left: auto;
    right: 20px;
    top: 10px
}

.sppb-addon-testimonial.sppb-text-right .sppb-addon-content .sppb-addon-testimonial-review:after {
    position: absolute;
    left: auto;
    right: 20px;
    bottom: -9px
}

.sppb-addon-testimonial.sppb-text-right .sppb-addon-content .sppb-addon-testimonial-footer img {
    float: right;
    margin-left: 10px;
    margin-right: 0px
}

.sppb-addon-testimonial.sppb-text-right .sppb-addon-content .sppb-addon-testimonial-client {
    text-align: right
}

.sppb-addon-testimonial.sppb-text-right .sppb-addon-content .sppb-addon-testimonial-client strong {
    float: none;
    padding-left: 4px
}

.sppb-testimonial-pro .fa.fa-quote-left {
    display: none
}

.sppb-testimonial-pro .sppb-item {
    padding: 0 15px!important
}

.sppb-testimonial-pro .sppb-carousel-inner {
    margin: 0 -15px;
    width: auto
}

.sppb-testimonial-pro .sppb-carousel-inner .sppb-testimonial-message {
    font-size: 22px;
    line-height: 36px;
    font-style: italic;
    font-weight: 400
}

.sppb-testimonial-pro .sppb-carousel-inner .sppb-addon-testimonial-pro-footer {
    display: block;
    margin-top: 30px
}

.sppb-testimonial-pro .sppb-carousel-inner .sppb-addon-testimonial-pro-footer strong {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-top: 14px
}

.sppb-testimonial-pro .sppb-carousel-inner .sppb-addon-testimonial-pro-footer span {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    font-weight: 400
}

.sppb-testimonial-pro .sppb-carousel-control {
    z-index: 1111
}

.sppb-testimonial-pro.style-white {
    color: #fff
}

.sppb-testimonial-pro.style-white .sppb-carousel-indicators li {
    border-color: #fff
}

.sppb-testimonial-pro.style-white .sppb-carousel-indicators li.active {
    background: #fff;
    border-color: #fff
}

.sppb-testimonial-pro .sppb-carousel-inner .sppb-item {
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.sppb-testimonial-pro .sppb-carousel-inner .sppb-item.active {
    -webkit-animation: fadeIn 1.7s both ease;
    animation: fadeIn 1.7s both ease
}

.sppb-testimonial-pro .sppb-carousel-inner .sppb-item.left,.sppb-testimonial-pro .sppb-carousel-inner .sppb-item.right {
    -webkit-animation: fadeIn 1.7s both ease;
    animation: fadeIn 1.7s both ease
}

.sppb-testimonial-pro.style-box {
    padding-bottom: 0px
}

.sppb-testimonial-pro.style-box .sppb-carousel-control {
    z-index: 1111;
    top: auto;
    bottom: 14px;
    margin: 0px
}

.sppb-testimonial-pro.style-box .sppb-carousel-control.left {
    left: auto;
    right: 50px
}

.sppb-testimonial-pro.style-box .sppb-testimonial-message {
    position: relative;
    background: var(--color-white);
    padding: 30px;
    border-radius: 3px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--body-text-color)
}

.sppb-testimonial-pro.style-box .sppb-testimonial-message p:last-child {
    margin-bottom: 0px
}

.sppb-testimonial-pro.style-box .sppb-testimonial-message:before {
    content: "\f10e";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 48px;
    line-height: 48px;
    font-style: italic;
    font-weight: bold;
    color: var(--color-primary);
    z-index: 1;
    opacity: 0.3;
    position: absolute;
    left: 30px;
    top: 20px
}

.sppb-testimonial-pro.style-box .sppb-testimonial-message:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 10px solid var(--color-white);
    position: absolute;
    left: 40px;
    bottom: -10px
}

.sppb-testimonial-pro.style-box .sppb-addon-testimonial-pro-footer {
    text-align: left
}

.sppb-testimonial-pro.style-box .sppb-addon-testimonial-pro-footer .img {
    float: left;
    padding-right: 10px
}

.sppb-testimonial-pro.style-box .sppb-addon-testimonial-pro-footer strong {
    top: 2px;
    position: relative;
    padding-top: 14px;
    text-transform: capitalize
}

.sppb-testimonial-pro.style-box .sppb-addon-testimonial-pro-footer span {
    opacity: 0.8
}

.sppb-testimonial-pro.style-box .sppb-addon-testimonial-pro-footer .sppb-addon-testimonial-pro-client-url {
    color: var(--body-text-color);
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px
}

.sppb-addon-person .sppb-person-information>span.sppb-persons-email,.sppb-addon-person .sppb-person-information>span.sppb-persons-phone {
    color: #8a8f91;
    font-size: 14px;
    line-height: 24px
}

.sppb-addon-person .sppb-person-information>span.sppb-persons-email i,.sppb-addon-person .sppb-person-information>span.sppb-persons-phone i {
    padding-right: 10px;
    font-size: 18px
}

.sppb-addon-person .sppb-person-information>span.sppb-persons-email a,.sppb-addon-person .sppb-person-information>span.sppb-persons-phone a {
    color: #8a8f91
}

.sppb-addon-person .sppb-person-information>span.sppb-persons-email a:hover,.sppb-addon-person .sppb-person-information>span.sppb-persons-phone a:hover {
    color: var(--color-primary)
}

div.sppb-addon-person .sppb-person-information {
    padding: 20px
}

div.sppb-addon-person .sppb-person-introtext {
    margin: 0px;
    padding: 20px;
    padding-top: 0
}

div.sppb-addon-person .sppb-person-social-icons {
    margin: 0px;
    padding: 20px;
    padding-top: 0
}

div.sppb-addon-person span.sppb-person-name {
    color: var(--body-text-color);
    font-size: 18px;
    line-height: 24px;
    display: block;
    padding-bottom: 14px
}

div.sppb-addon-person .sppb-person-information span.sppb-person-designation {
    color: var(--body-text-color);
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase
}

div.sppb-addon-person .sppb-person-image {
    margin-bottom: 0px
}

.sppb-addon-articles {
    margin-bottom: 0px
}

.sppb-addon-articles .carousel {
    position: static
}

.sppb-addon-articles .carousel.position_nav {
    position: relative!important
}

.sppb-addon-articles .carousel.position_nav .blog-custom .owl-nav {
    margin: 0
}

.sppb-addon-articles .carousel.show_margin .blog-custom,.sppb-addon-articles .carousel.show_margin .blog-project {
    position: static;
    margin: 0 -15px
}

.sppb-addon-articles .carousel.show_margin .blog-custom li.item,.sppb-addon-articles .carousel.show_margin .blog-project li.item {
    padding: 0 15px;
    margin: 0
}

.sppb-addon-articles .carousel .blog-custom {
    padding: 0;
    margin: 0;
    list-style: none
}

.sppb-addon-articles .carousel .blog-custom li.item {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

.sppb-addon-articles .carousel .blog-custom .owl-nav {
    margin: 0
}

.sppb-addon-articles .carousel .blog-custom .owl-nav .owl-next,.sppb-addon-articles .carousel .blog-custom .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    background: var(--color-light);
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    -webkit-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
    color: var(--color-black);
    text-align: center;
    border: none;
    margin-top: -18px
}

.sppb-addon-articles .carousel .blog-custom .owl-nav .owl-next:hover,.sppb-addon-articles .carousel .blog-custom .owl-nav .owl-prev:hover {
    background: var(--color-primary);
    color: var(--color-white)
}

.sppb-addon-articles .carousel .blog-custom .owl-nav .owl-next:before,.sppb-addon-articles .carousel .blog-custom .owl-nav .owl-prev:before {
    font-family: "FontAwesome";
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    padding: 0px
}

.sppb-addon-articles .carousel .blog-custom .owl-nav .owl-prev {
    right: 36px
}

.sppb-addon-articles .carousel .blog-custom .owl-nav .owl-prev:before {
    content: "\f104"
}

.sppb-addon-articles .carousel .blog-custom .owl-nav .owl-next {
    right: 0px
}

.sppb-addon-articles .carousel .blog-custom .owl-nav .owl-next:before {
    content: "\f105"
}

.sppb-addon-articles .carousel .blog-project {
    padding: 0;
    margin: 0;
    list-style: none
}

.sppb-addon-articles .carousel .blog-project li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

.sppb-addon-articles .carousel .blog-project .owl-nav {
    margin: 0
}

.sppb-addon-articles .carousel .blog-project .owl-nav .owl-next,.sppb-addon-articles .carousel .blog-project .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    background: fadeout(var(--color-light),10%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0;
    color: var(--color-black);
    text-align: center;
    border: none;
    margin-top: -24px
}

.sppb-addon-articles .carousel .blog-project .owl-nav .owl-next:hover,.sppb-addon-articles .carousel .blog-project .owl-nav .owl-prev:hover {
    background: var(--color-dark);
    color: var(--color-white)
}

.sppb-addon-articles .carousel .blog-project .owl-nav .owl-next:before,.sppb-addon-articles .carousel .blog-project .owl-nav .owl-prev:before {
    font-family: "FontAwesome";
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    padding: 0px
}

.sppb-addon-articles .carousel .blog-project .owl-nav .owl-prev {
    left: 30px
}

.sppb-addon-articles .carousel .blog-project .owl-nav .owl-prev:before {
    content: "\f0d9"
}

.sppb-addon-articles .carousel .blog-project .owl-nav .owl-next {
    right: 30px
}

.sppb-addon-articles .carousel .blog-project .owl-nav .owl-next:before {
    content: "\f0da"
}

.sppb-addon-articles .addon-article .image-box {
    position: relative
}

.sppb-addon-articles .addon-article .image-box .sppb-tag {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 111;
    text-align: left
}

.sppb-addon-articles .addon-article .image-box .sppb-tag li {
    line-height: 20px;
    margin-bottom: 4px
}

.sppb-addon-articles .addon-article .image-box .sppb-tag li .list-tag {
    display: inline-block;
    background: rgba(0,0,0,0.2);
    border-radius: 4px;
    color: #fff;
    padding: 4px 12px;
    font-size: 12px;
    line-height: 20px
}

.sppb-addon-articles .addon-article .sppb-btn-link {
    font-size: 16px;
    line-height: 20px;
    color: var(--color-primary);
    text-transform: capitalize;
    text-decoration: none
}

.sppb-addon-articles .addon-article .sppb-btn-link i {
    position: relative;
    top: 0px;
    font-size: 12px
}

.sppb-addon-articles .addon-article .sppb-btn-link:hover {
    color: var(--color-dark)
}

.sppb-addon-articles .team .addon-article {
    margin-bottom: 30px;
    text-align: left
}

.sppb-addon-articles .team .image-box {
    margin-bottom: 20px;
    background: fadeout(var(--color-secondary),95%);
    padding: 0;
    border-radius: 3px
}

.sppb-addon-articles .team .image-box a {
    display: block
}

.sppb-addon-articles .team .image-box a img {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    border-radius: 3px
}

.sppb-addon-articles .team .image-box a:hover img {
    opacity: 0.6
}

.sppb-addon-articles .team .name-team {
    margin-bottom: 10px
}

.sppb-addon-articles .team .name-team a {
    color: #34383d;
    font-size: 24px;
    line-height: 28px
}

.sppb-addon-articles .team .name-team a:hover {
    color: var(--color-primary)
}

.sppb-addon-articles .team .moduleItemExtraFieldsValue {
    font-size: 14px;
    font-style: italic;
    color: #899096;
    margin-bottom: 6px
}

.sppb-addon-articles .team .fields-container .field-value {
    color: var(--body-text-color);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px
}

.sppb-addon-articles .team .sppb-article-meta {
    margin-top: 6px
}

.sppb-addon-articles .team .sppb-article-meta>span i {
    padding-right: 4px;
    color: var(--color-secondary);
    font-size: 16px
}

.sppb-addon-articles .team .sppb-tag {
    margin-bottom: 14px;
    margin-top: 10px;
    display: block
}

.sppb-addon-articles .team .sppb-tag .tags {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.sppb-addon-articles .team .sppb-tag .tags li a {
    border: 2px solid #f7f8f8;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 20px;
    text-transform: lowercase;
    color: #898d92;
    border-radius: 0px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.sppb-addon-articles .team .sppb-tag .tags li a:hover {
    color: #fff;
    background: var(--body-text-color);
    border-color: var(--body-text-color)
}

.sppb-addon-articles .team .sppb-article-introtext {
    margin-bottom: 10px
}

.sppb-addon-articles .team .sppb-col-sm-12 .image-box {
    margin-bottom: 30px;
    float: left;
    width: 270px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sppb-addon-articles .team .sppb-col-sm-12 .blog-box {
    padding: 0px
}

.sppb-addon-articles .blog-list div.addon-article {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sppb-addon-articles .blog-list div.addon-article .blog-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(60% - 30px);
    flex: 0 0 calc(60% - 30px);
    max-width: 60%;
    padding: 0 0 0 0
}

.sppb-addon-articles .blog-list div.addon-article .image-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin: 0 30px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
    background: fadeout(var(--color-secondary),95%);
    padding: 0px;
    position: relative;
    border-radius: 3px
}

.sppb-addon-articles .blog-list div.addon-article .image-box a {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1)
}

.sppb-addon-articles .blog-list div.addon-article .image-box .fancybox-thumb {
    background: var(--color-light);
    color: var(--color-black);
    padding: 0px;
    border-radius: 100%
}

.sppb-addon-articles .blog-list div.addon-article .image-box .fancybox-thumb:hover {
    color: var(--color-primary)
}

.sppb-addon-articles .blog-list div.addon-article .image-box img {
    border-radius: 3px
}

.sppb-addon-articles .blog-list div.addon-article .image-box:before {
    display: none
}

.sppb-addon-articles .blog-list div.addon-article .image-box:hover img {
    opacity: 0.5
}

.sppb-addon-articles .blog-list div.addon-article .name-blog {
    position: relative;
    top: -2px
}

.sppb-addon-articles .blog-list div.addon-article .name-blog a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block
}

@media (min-width: 992px) and (max-width:1199px) {
    .sppb-addon-articles .blog-list div.addon-article .name-blog a {
        font-size:14px;
        line-height: 16px
    }
}

.sppb-addon-articles .blog-list div.addon-article .sppb-article-meta {
    padding-left: 4px;
    padding-right: 4px;
    width: 100%;
    overflow: hidden
}

.sppb-addon-articles .blog-custom .addon-article {
    margin-bottom: 30px
}

.sppb-addon-articles .blog-custom .image-box {
    margin-bottom: 0px;
    position: relative;
    background: fadeout(var(--color-secondary),95%);
    padding: 0;
    border-radius: 3px
}

.sppb-addon-articles .blog-custom .image-box img {
    border-radius: 3px
}

.sppb-addon-articles .blog-custom .image-box:before {
    background: fade(#000,40%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    content: " ";
    -webkit-transition: all 400ms;
    transition: all 400ms;
    opacity: 0;
    visibility: hidden;
    border-radius: 4px
}

.sppb-addon-articles .blog-custom .image-box .fancybox-thumb {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    margin-top: -20px;
    margin-left: -20px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    border: 1px solid #fff;
    background: rgba(255,255,255,0.1)
}

.sppb-addon-articles .blog-custom .image-box .fancybox-thumb:hover {
    background: #fff;
    color: var(--color-primary)
}

.sppb-addon-articles .blog-custom .image-box .sppb-tag {
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 4;
    display: block;
    text-align: left
}

.sppb-addon-articles .blog-custom .image-box .sppb-tag .tags {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.sppb-addon-articles .blog-custom .image-box .sppb-tag .tags li a {
    border: none;
    background: fade(#000,30%);
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.sppb-addon-articles .blog-custom .image-box .sppb-tag .tags li a:hover {
    background: var(--color-primary)
}

.sppb-addon-articles .blog-custom .image-box>a {
    display: block;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0;
    border: 10px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1)
}

.sppb-addon-articles .blog-custom .image-box>a img {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.sppb-addon-articles .blog-custom .image-box:hover:before {
    opacity: 1;
    visibility: visible;
    z-index: 2
}

.sppb-addon-articles .blog-custom .image-box:hover .fancybox-thumb {
    opacity: 1;
    visibility: visible;
    z-index: 3
}

.sppb-addon-articles .blog-custom .blog-box {
    padding: 30px 0 0 0;
    border-radius: 0 0 3px 3px
}

.sppb-addon-articles .blog-custom .blog-box .sppb-readmore {
    font-weight: 500
}

.sppb-addon-articles .blog-custom .name-blog {
    margin-bottom: 10px
}

.sppb-addon-articles .blog-custom .name-blog a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

@media (min-width: 768px) and (max-width:991px) {
    .sppb-addon-articles .blog-custom .name-blog a {
        font-size:14px;
        line-height: 18px
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .sppb-addon-articles .blog-custom .name-blog a {
        font-size:14px;
        line-height: 18px
    }
}

.sppb-addon-articles .blog-custom .fields-container .field-value {
    color: var(--body-text-color);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px
}

.sppb-addon-articles .blog-custom .sppb-article-meta {
    margin: 0 0 10px 0
}

.sppb-addon-articles .blog-custom .sppb-article-meta>span {
    margin: 5px 5px 5px 0px
}

.sppb-addon-articles .blog-custom .sppb-article-meta>span i {
    padding-right: 4px;
    color: var(--color-secondary);
    font-size: 16px
}

.sppb-addon-articles .blog-custom .sppb-article-introtext {
    margin-bottom: 16px
}

.sppb-addon-articles .blog-custom .sppb-col-sm-12 .image-box {
    margin-bottom: 30px;
    float: left;
    width: 270px;
    margin-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 480px) and (max-width:767px) {
    .sppb-addon-articles .blog-custom .sppb-col-sm-12 .image-box {
        width:180px;
        margin-right: 15px;
        margin-bottom: 15px
    }
}

@media (min-width: 320px) and (max-width:479px) {
    .sppb-addon-articles .blog-custom .sppb-col-sm-12 .image-box {
        float:none;
        width: 100%;
        padding-right: 0px;
        margin-bottom: 10px;
        width: 100%
    }
}

.sppb-addon-articles .blog-custom .sppb-col-sm-12 .blog-box {
    padding: 0px
}

.sppb-addon-articles .blog-project .image-box {
    margin-bottom: 0px;
    position: relative;
    z-index: 2
}

.sppb-addon-articles .blog-project .image-box:before {
    background: fade(#000,40%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    content: " ";
    -webkit-transition: all 400ms;
    transition: all 400ms;
    opacity: 0;
    visibility: hidden
}

.sppb-addon-articles .blog-project .image-box .fancybox-thumb {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    margin-top: -20px;
    margin-left: -40px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    border: 1px solid #fff;
    background: fade(#fff,10%)
}

.sppb-addon-articles .blog-project .image-box .fancybox-thumb:hover {
    background: #fff;
    color: var(--color-primary)
}

.sppb-addon-articles .blog-project .image-box .fancybox-thumb.link-btn {
    margin-right: 0;
    margin-left: 20px
}

.sppb-addon-articles .blog-project .image-box .sppb-tag {
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 4;
    display: block;
    text-align: left
}

.sppb-addon-articles .blog-project .image-box .sppb-tag .tags {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.sppb-addon-articles .blog-project .image-box .sppb-tag .tags li a {
    border: none;
    background: fade(#000,30%);
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.sppb-addon-articles .blog-project .image-box .sppb-tag .tags li a:hover {
    background: var(--color-primary)
}

.sppb-addon-articles .blog-project .image-box>a {
    display: block;
    position: relative;
    z-index: 1
}

.sppb-addon-articles .blog-project .image-box>a img {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.sppb-addon-articles .blog-project .addon-article {
    margin-bottom: 0px;
    position: relative
}

.sppb-addon-articles .blog-project .addon-article:hover .image-box:before {
    opacity: 1;
    visibility: visible;
    z-index: 2
}

.sppb-addon-articles .blog-project .addon-article:hover .image-box .fancybox-thumb {
    opacity: 1;
    visibility: visible;
    z-index: 3
}

.sppb-addon-articles .blog-project .addon-article:hover .blog-box {
    visibility: visible;
    top: 0;
    z-index: 1
}

.sppb-addon-articles .blog-project .blog-box {
    background: #ecf0f1;
    padding: 10px;
    border-radius: 0;
    position: relative;
    left: 0;
    top: -100%;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    z-index: -1
}

.sppb-addon-articles .blog-project .blog-box .sppb-readmore {
    font-weight: 500
}

@media (min-width: 320px) and (max-width:767px) {
    .sppb-addon-articles .blog-project .blog-box {
        top:0;
        z-index: 1;
        visibility: visible;
        background: none
    }
}

.sppb-addon-articles .blog-project .name-blog {
    margin-bottom: 0px
}

.sppb-addon-articles .blog-project .name-blog a {
    color: var(--color-black);
    font-size: 22px;
    line-height: 24px;
    font-weight: 400
}

@media (min-width: 992px) and (max-width:1199px) {
    .sppb-addon-articles .blog-project .name-blog a {
        font-size:18px;
        line-height: 20px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .sppb-addon-articles .blog-project .name-blog a {
        font-size:18px;
        line-height: 20px
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .sppb-addon-articles .blog-project .name-blog a {
        font-size:16px;
        line-height: 18px
    }
}

.sppb-addon-articles .blog-project .name-blog a:hover {
    color: var(--color-primary)
}

.sppb-addon-articles .blog-project .fields-container .field-value {
    color: var(--body-text-color);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px
}

.sppb-addon-articles .blog-project .sppb-article-meta {
    margin: 0 0 0px 0
}

.sppb-addon-articles .blog-project .sppb-article-meta>span {
    margin: 5px 5px 5px 0px
}

.sppb-addon-articles .blog-project .sppb-article-meta>span i {
    padding-right: 4px;
    color: var(--color-secondary);
    font-size: 16px
}

@media (min-width: 768px) and (max-width:991px) {
    .sppb-addon-articles .blog-project .sppb-article-meta .sppb-meta-category {
        display:none
    }
}

.sppb-addon-articles .blog-project .sppb-article-introtext {
    margin-bottom: 16px
}

.sppb-addon-articles .blog-project .sppb-col-sm-12 .image-box {
    margin-bottom: 30px;
    float: left;
    width: 270px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sppb-addon-articles .blog-project .sppb-col-sm-12 .blog-box {
    padding: 0px
}

.sppb-addon-articles.portfolio {
    margin: 0 -16px
}

.sppb-addon-articles.portfolio #options {
    overflow: visible;
    width: auto;
    padding-bottom: 0px;
    display: block;
    margin: 0 16px;
    text-align: left
}

.sppb-addon-articles.portfolio #filters {
    padding: 0px;
    margin: 0 0 30px 0;
    text-align: left;
    float: none;
    display: inline-block
}

.sppb-addon-articles.portfolio #filters li {
    padding: 0;
    margin: 0;
    display: inline-block;
    line-height: 20px;
    vertical-align: top
}

.sppb-addon-articles.portfolio #filters li a {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-black);
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 20px;
    background: var(--color-light);
    margin-right: 10px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none!important;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative
}

.sppb-addon-articles.portfolio #filters li a:after {
    content: " ";
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    direction: block
}

.sppb-addon-articles.portfolio #filters li a.is-checked,.sppb-addon-articles.portfolio #filters li a:hover {
    text-decoration: none;
    background: var(--color-primary);
    color: #fff;
    font-weight: 400
}

.sppb-addon-articles.portfolio #sort {
    padding: 0px;
    margin: 0 -10px 30px 0;
    text-align: left;
    float: right;
    display: inline-block
}

.sppb-addon-articles.portfolio #sort li {
    padding: 0;
    margin: 0;
    display: inline-block;
    line-height: 20px;
    vertical-align: top
}

.sppb-addon-articles.portfolio #sort li a {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-black);
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 20px;
    background: var(--color-light);
    margin-right: 10px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none!important;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative
}

.sppb-addon-articles.portfolio #sort li a:before {
    content: " ";
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    direction: block
}

.sppb-addon-articles.portfolio #sort li a:after {
    font-family: FontAwesome;
    margin-left: 7px
}

.sppb-addon-articles.portfolio #sort li a[data-order=asc]:after {
    content: "\f0d7"
}

.sppb-addon-articles.portfolio #sort li a[data-order=desc]:after {
    content: "\f0d8"
}

.sppb-addon-articles.portfolio #sort li a.is-checked,.sppb-addon-articles.portfolio #sort li a:hover {
    text-decoration: none;
    background: var(--color-primary);
    color: #fff;
    font-weight: 400
}

.sppb-addon-articles.portfolio #isotopeContainer {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sppb-addon-articles.portfolio #isotopeContainer .gallery-item {
    padding: 0;
    display: inline-block;
    width: 33.33%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

@media (min-width: 480px) and (max-width:767px) {
    .sppb-addon-articles.portfolio #isotopeContainer .gallery-item {
        width:50%!important
    }
}

@media (min-width: 320px) and (max-width:479px) {
    .sppb-addon-articles.portfolio #isotopeContainer .gallery-item {
        width:100%!important
    }
}

.sppb-addon-articles.portfolio #isotopeContainer .addon-article {
    padding: 0 15px 30px 15px
}

.sppb-addon-articles.portfolio #isotopeContainer .addon-article {
    margin-bottom: 0
}

.sppb-addon-articles.portfolio #isotopeContainer .hidden {
    display: none
}

.sppb-addon-articles.portfolio #isotopeContainer .image-box {
    margin-bottom: 0;
    position: relative;
    z-index: 2
}

.sppb-addon-articles.portfolio #isotopeContainer .image-box:before {
    background: fade(#000,40%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    content: " ";
    -webkit-transition: all 400ms;
    transition: all 400ms;
    opacity: 0;
    visibility: hidden;
    border-radius: 4px
}

.sppb-addon-articles.portfolio #isotopeContainer .image-box .fancybox-thumb {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    margin-top: -20px;
    margin-left: -60px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    border: 1px solid #fff;
    background: fade(#fff,10%)
}

.sppb-addon-articles.portfolio #isotopeContainer .image-box .fancybox-thumb:hover {
    background: #fff;
    color: var(--color-primary)
}

.sppb-addon-articles.portfolio #isotopeContainer .image-box .fancybox-thumb.link-btn {
    margin-right: 0;
    margin-left: 10px
}

.sppb-addon-articles.portfolio #isotopeContainer .image-box .sppb-tag {
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 4;
    display: block;
    text-align: left
}

.sppb-addon-articles.portfolio #isotopeContainer .image-box .sppb-tag .tags {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.sppb-addon-articles.portfolio #isotopeContainer .image-box .sppb-tag .tags li a {
    border: none;
    background: fade(#000,30%);
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.sppb-addon-articles.portfolio #isotopeContainer .image-box .sppb-tag .tags li a:hover {
    background: var(--color-primary)
}

.sppb-addon-articles.portfolio #isotopeContainer .image-box>a {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden
}

.sppb-addon-articles.portfolio #isotopeContainer .image-box>a img {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.sppb-addon-articles.portfolio #isotopeContainer .box-indent {
    margin-bottom: 0px;
    position: relative;
    overflow: hidden
}

.sppb-addon-articles.portfolio #isotopeContainer .box-indent:hover .image-box img {
    -webkit-transform: translate(0,-10%);
    transform: translate(0,-10%)
}

@media (min-width: 320px) and (max-width:767px) {
    .sppb-addon-articles.portfolio #isotopeContainer .box-indent:hover .image-box img {
        -webkit-transform:translate(0,0);
        transform: translate(0,0)
    }
}

.sppb-addon-articles.portfolio #isotopeContainer .box-indent:hover .image-box:before {
    opacity: 1;
    visibility: visible;
    z-index: 2
}

.sppb-addon-articles.portfolio #isotopeContainer .box-indent:hover .image-box .fancybox-thumb {
    opacity: 1;
    visibility: visible;
    z-index: 5;
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%)
}

@media (min-width: 320px) and (max-width:767px) {
    .sppb-addon-articles.portfolio #isotopeContainer .box-indent:hover .image-box .fancybox-thumb {
        -webkit-transform:translate(0,0);
        transform: translate(0,0)
    }
}

.sppb-addon-articles.portfolio #isotopeContainer .box-indent:hover .blog-box {
    visibility: visible;
    z-index: 3;
    bottom: 0
}

.sppb-addon-articles.portfolio #isotopeContainer .blog-box {
    background: var(--color-light);
    padding: 15px 15px 5px 15px;
    border-radius: 0;
    position: absolute;
    left: 0;
    bottom: -100%;
    top: auto;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    z-index: -1;
    border-radius: 0 0 4px 4px
}

@media (min-width: 768px) and (max-width:991px) {
    .sppb-addon-articles.portfolio #isotopeContainer .blog-box {
        margin:0 0 0px 0;
        padding: 5px
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .sppb-addon-articles.portfolio #isotopeContainer .blog-box {
        bottom:0;
        position: relative;
        z-index: 0;
        visibility: visible
    }
}

.sppb-addon-articles.portfolio #isotopeContainer .blog-box .sppb-readmore {
    font-weight: 500
}

.sppb-addon-articles.portfolio #isotopeContainer .name-blog {
    margin-bottom: 0px
}

.sppb-addon-articles.portfolio #isotopeContainer .name-blog a {
    color: var(--color-black);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400
}

@media (min-width: 992px) and (max-width:1199px) {
    .sppb-addon-articles.portfolio #isotopeContainer .name-blog a {
        font-size:16px;
        line-height: 20px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .sppb-addon-articles.portfolio #isotopeContainer .name-blog a {
        font-size:12px;
        line-height: 16px
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .sppb-addon-articles.portfolio #isotopeContainer .name-blog a {
        font-size:14px;
        line-height: 18px
    }
}

.sppb-addon-articles.portfolio #isotopeContainer .name-blog a:hover {
    color: var(--color-primary)
}

.sppb-addon-articles.portfolio #isotopeContainer .fields-container .field-value {
    color: var(--body-text-color);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px
}

.sppb-addon-articles.portfolio #isotopeContainer .sppb-article-meta {
    margin: 0 0 10px 0
}

@media (min-width: 768px) and (max-width:991px) {
    .sppb-addon-articles.portfolio #isotopeContainer .sppb-article-meta {
        margin:0 0 0px 0
    }
}

.sppb-addon-articles.portfolio #isotopeContainer .sppb-article-meta>span {
    margin: 5px 5px 5px 0px
}

.sppb-addon-articles.portfolio #isotopeContainer .sppb-article-meta>span i {
    padding-right: 4px;
    color: var(--color-secondary);
    font-size: 16px
}

.sppb-addon-articles.portfolio #isotopeContainer .sppb-article-introtext {
    margin-bottom: 16px
}

.sppb-addon-articles.portfolio #isotopeContainer .sppb-col-sm-12 .image-box {
    margin-bottom: 30px;
    float: left;
    width: 270px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sppb-addon-articles.portfolio #isotopeContainer .sppb-col-sm-12 .blog-box {
    padding: 0px
}

.sppb-addon-articles .blog-custom.magazine .addon-article {
    overflow: hidden;
    margin-bottom: 20px
}

.sppb-addon-articles .blog-custom.magazine .big-box {
    position: relative;
    padding: 0px
}

.sppb-addon-articles .blog-custom.magazine .big-box .image-box {
    margin-bottom: 30px;
    float: none;
    width: 100%;
    margin-right: 10px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sppb-addon-articles .blog-custom.magazine .big-box .blog-box {
    padding: 0px
}

.sppb-addon-articles .blog-custom.magazine .big-box .blog-box .name-blog a {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400
}

.sppb-addon-articles .blog-custom.magazine .small-box {
    padding: 0px
}

.sppb-addon-articles .blog-custom.magazine .small-box .image-box {
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    width: 130px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sppb-addon-articles .blog-custom.magazine .small-box .blog-box {
    padding: 0px
}

.sppb-addon-articles .blog-custom.magazine .small-box .blog-box .name-blog {
    margin-bottom: 0px
}

.sppb-addon-articles .blog-custom.magazine .small-box .blog-box .name-blog a {
    font-size: 16px;
    line-height: 20px
}

.layout-magazine>.sppb-addon-title {
    float: left;
    padding-right: 30px
}

.layout-magazine .sppb-addon-content {
    width: 100%;
    padding-top: 10px
}

.layout-magazine .sppb-btn {
    padding-top: 4px;
    padding-bottom: 4px;
    text-transform: capitalize
}

.sppb-addon-pricing-table .sppb-pricing-header .sppb-pricing-icon {
    display: inline-block
}

.sppb-addon-pricing-table .sppb-pricing-header .sppb-pricing-icon .sppb-inner-icon {
    display: inline-block
}

.sppb-addon-pricing-table .sppb-pricing-header .sppb-pricing-title {
    color: var(--color-primary)
}

.sppb-addon-pricing-table .sppb-pricing-header .sppb-pricing-price-container {
    border-bottom: 1px solid fade(#c1c4c4,50%);
    padding-bottom: 30px
}

.sppb-addon-pricing-table .sppb-pricing-header .sppb-pricing-price-container .sppb-after-title-desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid fade(#c1c4c4,50%);
    padding-bottom: 20px
}

.sppb-addon-pricing-table .sppb-pricing-header .sppb-pricing-price-container .sppb-pricing-price {
    font-size: 62px;
    line-height: 62px;
    font-weight: bold
}

.sppb-addon-pricing-table .sppb-pricing-header .sppb-pricing-price-container .sppb-pricing-price .sppb-pricing-price-symbol {
    display: block
}

.sppb-addon-pricing-table .sppb-pricing-header .sppb-pricing-price-container .sppb-pricing-price span {
    font-weight: 400;
    font-size: 32px;
    line-height: 34px;
    position: relative;
    top: -19px
}

.sorting ul#sort li a+a {
    display: none
}

.block {
    display: block!important
}

.none {
    display: none!important
}

div.sppb-addon-timeline div.sppb-addon-timeline-wrapper div.timeline-movement .timeline-date {
    color: var(--color-primary);
    font-weight: bold!important;
    font-size: 18px!important
}

div.sppb-addon-timeline div.sppb-addon-timeline-wrapper div.timeline-movement:last-child {
    bottom: -7px!important
}

div.sppb-addon-timeline div.sppb-addon-timeline-wrapper div.timeline-movement .timeline-badge:before {
    border-color: var(--color-primary)!important;
    background: var(--color-primary)!important;
    -webkit-box-shadow: 0 0 10px 0 var(--color-primary);
    box-shadow: 0 0 10px 0 var(--color-primary)
}

div.sppb-addon-timeline div.sppb-addon-timeline-wrapper div.timeline-movement .timeline-badge:after {
    left: 12px
}

div.sppb-addon-timeline div.sppb-addon-timeline-wrapper div.timeline-movement.odd .timeline-badge:after {
    right: 12px!important;
    left: auto
}

div.sppb-addon-timeline div.sppb-addon-timeline-wrapper div.timeline-movement div.timeline-item div.timeline-panel,div.sppb-addon-timeline div.sppb-addon-timeline-wrapper div.timeline-movement div.timeline-item div.timeline-panel.left-part {
    width: 100%;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

div.sppb-addon-timeline div.sppb-addon-timeline-wrapper div.timeline-movement div.timeline-item div.timeline-panel .title,div.sppb-addon-timeline div.sppb-addon-timeline-wrapper div.timeline-movement div.timeline-item div.timeline-panel.left-part .title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700
}

.threeD-flip-back .threeD-content-inner,.threeD-flip-front .threeD-content-inner {
    padding: 0 10px
}

.sppb-addon-animated-number .sppb-animated-number,.sppb-addon-animated-number .sppb-animated-number+span {
    font-weight: bold!important;
    margin-bottom: 10px
}

.sppb-addon-pie-progress .sppb-addon-text {
    padding-top: 10px
}

.sppb-addon-pie-progress .sppb-pie-chart {
    position: relative
}

.sppb-addon-pie-progress .sppb-pie-chart .sppb-chart-percent span {
    top: 0;
    position: relative
}

.sppb-addon-pie-progress .sppb-pie-chart .sppb-addon-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: 15px
}

.sppb-addon-pie-progress.iconclass .sppb-pie-chart .sppb-addon-title {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    margin-top: 15px;
    margin-bottom: 10px
}

.sppb-addon-countdown .sppb-countdown-text {
    padding-top: 10px;
    display: block;
    text-align: center
}

.sppb-carousel .sppb-carousel-arrows {
    width: 39px;
    height: 40px;
    top: 50%;
    position: absolute;
    margin-top: -20px;
    opacity: 1;
    border: none;
    background: var(--color-light);
    color: var(--color-black);
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.sppb-carousel .sppb-carousel-arrows:hover {
    background: var(--color-dark);
    color: var(--color-white)
}

.sppb-carousel .sppb-carousel-arrows .fa:before {
    display: none
}

.sppb-carousel .sppb-carousel-arrows:after {
    font-family: "FontAwesome";
    display: inline-block
}

.sppb-carousel .sppb-carousel-arrows.left {
    left: 10px
}

.sppb-carousel .sppb-carousel-arrows.left:after {
    content: "\f0d9"
}

.sppb-carousel .sppb-carousel-arrows.right {
    right: 0px
}

.sppb-carousel .sppb-carousel-arrows.right:after {
    content: "\f0da"
}

.sppb-carousel .sppb-carousel-indicators {
    margin: 20px 0 0 0;
    position: absolute;
    left: 0;
    top: 100%;
    bottom: auto;
    width: 100%
}

.sppb-carousel .sppb-carousel-indicators li {
    border: 1px solid #bec4c8;
    background: transparent;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    -webkit-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
    border-radius: 12px
}

.sppb-carousel .sppb-carousel-indicators li span {
    display: none
}

.sppb-carousel .sppb-carousel-indicators li.active {
    border-color: var(--color-primary);
    background: var(--color-primary)
}

.sppb-carousel .sppb-carousel-text.text-left {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 60px
}

.sppb-carousel .sppb-carousel-text.text-right {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 60px
}

.sppb-carousel .sppb-carousel-text.text-center {
    display: block;
    position: absolute;
    left: 50%;
    right: auto;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 60px
}

.sppb-carousel-pro.slider .sppb-items img {
    min-height: 350px
}

@media (min-width: 320px) and (max-width:479px) {
    .sppb-carousel-pro.slider .sppb-items img {
        min-height:300px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .sppb-carousel-pro.slider .sppb-items div.sppb-carousel-item-inner .sppb-carousel-pro-text {
        padding:0 30px
    }

    .sppb-carousel-pro.slider .sppb-items div.sppb-carousel-item-inner .sppb-carousel-pro-text .slide-title {
        font-size: 42px!important;
        line-height: 44px!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .sppb-carousel-pro.slider .sppb-items div.sppb-carousel-item-inner .sppb-carousel-pro-text {
        padding:0 30px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .sppb-carousel-pro.slider .sppb-items div.sppb-carousel-item-inner .sppb-text {
        padding:0 30px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .sppb-carousel-pro.slider .sppb-items div.sppb-carousel-item-inner .sppb-text {
        padding:0 30px
    }
}

@media (min-width: 320px) and (max-width:479px) {
    .sppb-carousel-pro.slider .sppb-items div.sppb-carousel-item-inner .sppb-col6 .sppb-carousel-pro-text {
        background:fade(#000,10%);
        padding: 10px
    }
}

@media (min-width: 320px) and (max-width:479px) {
    .sppb-carousel-pro.slider .sppb-items div.sppb-carousel-item-inner .sppb-col6.video {
        display:none!important
    }
}

.sppb-carousel-pro.slider .owl-carousel {
    display: block
}

@media (min-width: 320px) and (max-width:767px) {
    .sppb-carousel-pro.slider .owl-carousel .owl-nav {
        opacity:0
    }
}

.sppb-carousel-pro .sppb-items {
    background-size: cover;
    background-repeat: inherit;
    background-position: center center
}

.sppb-carousel-pro .sppb-items a.link {
    display: block;
    overflow: hidden
}

.sppb-carousel-pro .sppb-items a.link:hover img {
    opacity: 0.5;
    background: transparent
}

.sppb-carousel-pro .sppb-items img {
    width: 100%;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    height: auto;
    visibility: hidden
}

.sppb-carousel-pro .sppb-embed-responsive.sppb-embed-responsive-16by9 {
    padding-bottom: 51.1%
}

.sppb-carousel-pro .sppb-carousel-item-inner {
    position: absolute;
    left: 50%;
    top: 0px;
    height: 100%;
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1140px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.sppb-carousel-pro .sppb-carousel-item-inner .sppb-col6 {
    width: 50%!important;
    float: left;
    min-height: 100%!important;
    height: 100%!important;
    position: relative;
    display: block!important;
    overflow: hidden
}

@media (min-width: 320px) and (max-width:479px) {
    .sppb-carousel-pro .sppb-carousel-item-inner .sppb-col6 {
        width:100%!important
    }
}

.sppb-carousel-pro .sppb-carousel-item-inner.text-left .sppb-carousel-pro-text {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0
}

.sppb-carousel-pro .sppb-carousel-item-inner.text-left .sppb-text {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0px
}

.sppb-carousel-pro .sppb-carousel-item-inner.text-right .sppb-carousel-pro-text {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0
}

.sppb-carousel-pro .sppb-carousel-item-inner.text-right .sppb-text-right {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.sppb-carousel-pro .sppb-carousel-item-inner.text-center .sppb-carousel-pro-text {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0
}

.sppb-carousel-pro .sppb-carousel-item-inner.text-center .sppb-text {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0px
}

.sppb-carousel-pro .owl-carousel {
    position: relative;
    padding: 0 0 30px 0;
    margin: 0;
    display: none
}

.sppb-carousel-pro .owl-carousel li {
    list-style: none
}

.sppb-carousel-pro .owl-carousel .owl-dots {
    bottom: -6px;
    left: 0;
    position: absolute;
    z-index: 11;
    height: auto;
    width: 100%
}

.sppb-carousel-pro .owl-carousel .owl-dots .owl-dot {
    border: none;
    background: var(--color-light);
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    -webkit-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
    border-radius: 12px;
    min-height: 16px
}

.sppb-carousel-pro .owl-carousel .owl-dots .owl-dot span {
    display: none
}

.sppb-carousel-pro .owl-carousel .owl-dots .owl-dot.active {
    border-color: none;
    background: var(--color-primary)
}

.sppb-carousel-pro .owl-carousel .owl-nav {
    margin: 0
}

.sppb-carousel-pro .owl-carousel .owl-nav .owl-next,.sppb-carousel-pro .owl-carousel .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    position: absolute;
    margin-top: -30px;
    opacity: 1;
    border: none;
    background: var(--color-light);
    color: var(--color-black);
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
    cursor: pointer
}

.sppb-carousel-pro .owl-carousel .owl-nav .owl-next:hover,.sppb-carousel-pro .owl-carousel .owl-nav .owl-prev:hover {
    background: var(--color-primary);
    color: var(--color-white)
}

.sppb-carousel-pro .owl-carousel .owl-nav .owl-next:before,.sppb-carousel-pro .owl-carousel .owl-nav .owl-prev:before {
    font-family: "FontAwesome";
    display: inline-block;
    padding: 0px
}

.sppb-carousel-pro .owl-carousel .owl-nav .owl-prev {
    left: 8px
}

.sppb-carousel-pro .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104"
}

.sppb-carousel-pro .owl-carousel .owl-nav .owl-next {
    right: 8px
}

.sppb-carousel-pro .owl-carousel .owl-nav .owl-next:before {
    content: "\f105"
}

.sppb-carousel-pro.style_2 {
    margin: 0 -15px 0 -15px
}

.sppb-carousel-pro.style_2 .owl-carousel {
    padding-bottom: 6px
}

.sppb-carousel-pro.style_2 .owl-carousel li.item .sppb-items {
    background: none!important;
    padding: 0 15px 30px 15px
}

.sppb-carousel-pro.style_2 .owl-carousel li.item .sppb-items img {
    border-radius: 4px;
    visibility: visible
}

.sppb-carousel-pro.style_2 .owl-carousel .owl-dots {
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
    text-align: left;
    position: relative;
    z-index: 1;
    bottom: 0
}

.sppb-carousel-pro.style_2 .owl-carousel .owl-nav {
    margin: 0
}

.sppb-carousel-pro.style_2 .owl-carousel .owl-nav .owl-next,.sppb-carousel-pro.style_2 .owl-carousel .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    top: 100%;
    position: absolute;
    margin-top: -30px;
    opacity: 1;
    border: none;
    background: var(--color-light);
    color: var(--color-black);
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    z-index: 11;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
    cursor: pointer
}

.sppb-carousel-pro.style_2 .owl-carousel .owl-nav .owl-next:hover,.sppb-carousel-pro.style_2 .owl-carousel .owl-nav .owl-prev:hover {
    background: var(--color-primary);
    color: var(--color-white)
}

.sppb-carousel-pro.style_2 .owl-carousel .owl-nav .owl-prev {
    right: 50px;
    left: auto
}

.sppb-carousel-pro.style_2 .owl-carousel .owl-nav .owl-next {
    right: 15px
}

.sppb-modal-selector {
    position: relative;
    display: inline-block
}

.sppb-modal-selector img {
    border-radius: 3px;
    width: 100%;
    height: auto
}

.sppb-modal-selector .icon.linearicons-play {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    background: var(--color-primary);
    color: #fff;
    text-align: center;
    line-height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
    -webkit-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s
}

.sppb-modal-selector .icon.linearicons-play:hover {
    background: var(--body-text-color)
}

.sppb-modal-selector span {
    display: inline-block!important
}

.sppb-modal-selector span .fa {
    position: relative;
    top: 1px;
    left: 0px
}

.sppb-modal-selector .text {
    display: block!important;
    border: none!important;
    background: none!important;
    padding: 0px!important;
    text-transform: uppercase
}

.sppb-modal-selector.sppb-magnific-popup.icon-img {
    position: relative
}

.sppb-modal-selector.sppb-magnific-popup.icon-img:after {
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 42px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin: -20px 0 0 -20px
}

div.sppb-addon-optin-forms {
    padding: 0px
}

div.sppb-addon-optin-forms div.sppb-optin-form-details-wrap {
    padding-top: 0px!important
}

div.sppb-addon-optin-forms div.sppb-optin-form-details-wrap.media-position-top {
    position: relative
}

div.sppb-addon-optin-forms.marging .sppb-optin-form .sppb-form-group {
    margin-left: 10px;
    margin-right: 10px
}

div.sppb-addon-optin-forms .sppb-form-check .sppb-form-check-label {
    overflow: hidden;
    width: 84%;
    float: left;
    position: relative;
    top: -1px;
    margin-left: 0px
}

div.sppb-addon-optin-forms.optintype-popup {
    position: relative
}

div.sppb-addon-optin-forms.optintype-popup .sppb-optin-form .sppb-form-group input {
    border: 1px solid var(--color-light);
    background: #fff
}

div.sppb-addon-optin-forms.optintype-popup .sppb-optin-form .sppb-form-check span.checkbox {
    border: 1px solid var(--color-light);
    background: #fff
}

div.sppb-addon-optin-forms.optintype-popup .sppb-optin-form .sppb-form-check span.checkbox label.checkbox_inner:before {
    left: 4px
}

div.sppb-addon-optin-forms.optintype-popup .sppb-optin-form.form-inline .sppb-form-group input {
    border: 1px solid var(--color-light)
}

div.sppb-addon-optin-forms.optintype-popup .sppb-optin-form .sppb-form-group {
    margin-bottom: 15px
}

div.sppb-addon-optin-forms.optintype-popup .sppb-optin-form .sppb-form-check .sppb-form-check-label {
    overflow: hidden;
    width: 84%;
    float: left;
    position: relative;
    top: -1px;
    margin-left: 0px
}

div.sppb-addon-optin-forms.optintype-popup.grid .sppb-optin-form-box {
    position: relative
}

div.sppb-addon-optin-forms.optintype-popup.grid .sppb-optin-form-box .sppb-form-group input {
    border: 1px solid var(--color-light)
}

div.sppb-addon-optin-forms.optintype-popup.grid .sppb-form-check {
    text-align: left;
    position: absolute;
    left: 15px;
    bottom: -20px;
    width: 100%
}

div.sppb-addon-optin-forms.optintype-popup.grid .sppb-form-check span.checkbox {
    border: 1px solid var(--color-light)
}

div.sppb-addon-optin-forms.optintype-popup.grid .sppb-form-check span.checkbox label.checkbox_inner:before {
    left: 4px
}

.com_sppagebuilder .sppb-optin-form-popup-wrap .mfp-close {
    width: 30px;
    height: 30px;
    background: none;
    opacity: 1;
    top: 0px;
    right: 0px;
    font-size: 0;
    padding: 0
}

.com_sppagebuilder .sppb-optin-form-popup-wrap .mfp-close:after {
    font-family: FontAwesome;
    content: "\f00d";
    margin-right: 0px;
    font-size: 14px;
    color: var(--color-black);
    font-weight: 400;
    text-shadow: none
}

.com_sppagebuilder .sppb-optin-form-popup-wrap .mfp-close:hover:after {
    color: var(--color-primary)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-default {
    margin-bottom: 10px;
    overflow: hidden;
    background: none;
    border: none;
    position: relative
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-default .sppb-panel-body {
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
    border-top: none;
    position: relative;
    background: #fff;
    border-radius: 0 0 3px 3px
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-default .sppb-panel-heading {
    padding: 13px 20px;
    background: var(--color-light);
    position: static;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-default .sppb-panel-heading .sppb-panel-heading-pos {
    position: relative
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-default .sppb-panel-heading .sppb-panel-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--body-link-color)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-default .sppb-panel-heading .sppb-panel-title i {
    color: var(--color-primary);
    font-size: 18px;
    margin-right: 10px
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-default .sppb-panel-heading .sppb-toggle-direction {
    border: 1px solid var(--color-light);
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    font-size: 11px;
    right: -4px
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-default .sppb-panel-heading .sppb-toggle-direction i:before {
    content: "\f067";
    font-family: "FontAwesome";
    color: var(--body-text-color);
    display: inline-block
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-default .sppb-panel-heading.active {
    background: var(--color-dark);
    color: var(--color-white)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-default .sppb-panel-heading.active:before {
    border: none
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-default .sppb-panel-heading.active .sppb-panel-title {
    color: var(--color-white)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-default .sppb-panel-heading.active .sppb-toggle-direction {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    border: 1px solid var(--color-white)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-default .sppb-panel-heading.active .sppb-toggle-direction i:before {
    content: "\f068";
    color: var(--color-white)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-modern {
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    background: var(--color-white);
    border: 1px solid var(--color-primary)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-body {
    border-top-color: var(--color-primary);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading {
    padding: 12px 20px;
    background: var(--color-primary)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading .sppb-panel-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-white)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading .sppb-panel-title i {
    color: var(--color-white);
    font-size: 18px;
    margin-right: 10px
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading .sppb-toggle-direction i:before {
    content: "\f067";
    font-family: "FontAwesome";
    color: var(--color-white)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading.active .sppb-toggle-direction {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading.active .sppb-toggle-direction i:before {
    content: "\f068"
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-faq .sppb-panel-heading {
    padding: 15px 20px 15px 0
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--body-text-color)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-faq .sppb-panel-heading .sppb-panel-title i {
    color: var(--body-text-color);
    font-size: 18px;
    margin-right: 10px
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction i:before {
    content: "\f067";
    font-family: "FontAwesome";
    color: var(--body-text-color)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-faq .sppb-panel-heading.active .sppb-toggle-direction {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-faq .sppb-panel-heading.active .sppb-toggle-direction i:before {
    content: "\f068"
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-faq .sppb-panel-body {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 30px
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-primary {
    border-color: var(--color-primary)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-primary .sppb-panel-body {
    border-top-color: var(--color-primary)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-primary .sppb-panel-heading {
    padding: 12px 20px;
    background: fade(var(--color-primary),10%);
    color: var(--color-primary)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-primary .sppb-panel-heading .sppb-panel-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-primary .sppb-panel-heading .sppb-panel-title i {
    font-size: 18px;
    margin-right: 10px
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-primary .sppb-panel-heading .sppb-toggle-direction i:before {
    content: "\f067";
    font-family: "FontAwesome"
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-primary .sppb-panel-heading.active .sppb-toggle-direction {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-primary .sppb-panel-heading.active .sppb-toggle-direction i:before {
    content: "\f068"
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-success {
    border-color: var(--color-success)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-success .sppb-panel-body {
    border-top-color: var(--color-success)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-success .sppb-panel-heading {
    padding: 12px 20px;
    background: #d5f5e3;
    color: var(--color-success)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-success .sppb-panel-heading .sppb-panel-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-success .sppb-panel-heading .sppb-panel-title i {
    font-size: 18px;
    margin-right: 10px
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-success .sppb-panel-heading .sppb-toggle-direction i:before {
    content: "\f067";
    font-family: "FontAwesome"
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-success .sppb-panel-heading.active .sppb-toggle-direction {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-success .sppb-panel-heading.active .sppb-toggle-direction i:before {
    content: "\f068"
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-info {
    border-color: var(--color-info)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-info .sppb-panel-body {
    border-top-color: var(--color-info)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-info .sppb-panel-heading {
    padding: 12px 20px;
    background: #d6eaf8;
    color: var(--color-info)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-info .sppb-panel-heading .sppb-panel-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-info .sppb-panel-heading .sppb-panel-title i {
    font-size: 18px;
    margin-right: 10px
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-info .sppb-panel-heading .sppb-toggle-direction i:before {
    content: "\f067";
    font-family: "FontAwesome"
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-info .sppb-panel-heading.active .sppb-toggle-direction {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-info .sppb-panel-heading.active .sppb-toggle-direction i:before {
    content: "\f068"
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-warning {
    border-color: var(--color-warning)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-warning .sppb-panel-body {
    border-top-color: var(--color-warning)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-warning .sppb-panel-heading {
    padding: 12px 20px;
    background: #f2d7d5;
    color: var(--color-warning)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-warning .sppb-panel-heading .sppb-panel-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-warning .sppb-panel-heading .sppb-panel-title i {
    font-size: 18px;
    margin-right: 10px
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-warning .sppb-panel-heading .sppb-toggle-direction i:before {
    content: "\f067";
    font-family: "FontAwesome"
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-warning .sppb-panel-heading.active .sppb-toggle-direction {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-warning .sppb-panel-heading.active .sppb-toggle-direction i:before {
    content: "\f068"
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-danger {
    border-color: var(--color-danger)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-danger .sppb-panel-body {
    border-top-color: var(--color-danger)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-danger .sppb-panel-heading {
    padding: 12px 20px;
    background: #fae5d3;
    color: var(--color-danger)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-danger .sppb-panel-heading .sppb-panel-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-danger .sppb-panel-heading .sppb-panel-title i {
    font-size: 18px;
    margin-right: 10px
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-danger .sppb-panel-heading .sppb-toggle-direction i:before {
    content: "\f067";
    font-family: "FontAwesome"
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-danger .sppb-panel-heading.active .sppb-toggle-direction {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg)
}

.sppb-addon-accordion .sppb-panel-group .sppb-panel-danger .sppb-panel-heading.active .sppb-toggle-direction i:before {
    content: "\f068"
}

.sppb-addon-tab.vsppb-text-center .sppb-nav {
    display: table;
    margin: 0 auto;
    width: auto;
    text-align: center
}

.sppb-addon-tab.vsppb-text-center .sppb-tab-content {
    overflow: hidden;
    width: 100%;
    text-align: center
}

.sppb-addon-tab.vsppb-text-right .sppb-nav {
    float: right;
    text-align: right
}

.sppb-addon-tab.vsppb-text-right .sppb-tab-content {
    overflow: hidden;
    width: 100%;
    text-align: right
}

.sppb-addon-tab .sppb-tab {
    width: 100%
}

.sppb-addon-tab .sppb-nav-tabs li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 20px
}

.sppb-addon-tab .sppb-tab-tabs-content {
    padding: 30px 0 0 0;
    margin: 0px
}

.sppb-addon-tab .sppb-nav-modern {
    border-radius: 4px;
    width: auto;
    display: table
}

.sppb-addon-tab .sppb-nav-modern li {
    margin: 0 -1px 0 0;
    border: none;
    position: relative
}

@media (min-width: 320px) and (max-width:767px) {
    .sppb-addon-tab .sppb-nav-modern li {
        margin:0 1px 0 0
    }
}

@media (min-width: 320px) and (max-width:479px) {
    .sppb-addon-tab .sppb-nav-modern li {
        width:100%;
        margin: 0 0 0 0
    }
}

.sppb-addon-tab .sppb-nav-modern li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--body-text-color);
    background: transparent;
    padding: 10px 20px;
    border: 1px solid var(--color-light);
    border-radius: 0px;
    margin-bottom: 1px
}

@media (min-width: 992px) and (max-width:1199px) {
    .sppb-addon-tab .sppb-nav-modern li a {
        padding-left:10px;
        padding-right: 10px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .sppb-addon-tab .sppb-nav-modern li a {
        padding-left:10px;
        padding-right: 10px
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .sppb-addon-tab .sppb-nav-modern li a {
        border-radius:4px
    }
}

.sppb-addon-tab .sppb-nav-modern li.active a {
    color: var(--color-white);
    background: var(--color-primary);
    border-color: var(--color-primary);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2)
}

.sppb-addon-tab .sppb-nav-modern li:first-child a {
    border-radius: 4px 0 0 4px
}

@media (min-width: 320px) and (max-width:767px) {
    .sppb-addon-tab .sppb-nav-modern li:first-child a {
        border-radius:4px
    }
}

.sppb-addon-tab .sppb-nav-modern li:last-child {
    margin-right: 0px
}

.sppb-addon-tab .sppb-nav-modern li:last-child a {
    border-radius: 0 4px 4px 0
}

@media (min-width: 320px) and (max-width:767px) {
    .sppb-addon-tab .sppb-nav-modern li:last-child a {
        border-radius:4px
    }
}

.sppb-addon-tab .sppb-tab-modern-content {
    padding: 30px 0 0 0;
    margin: 0px
}

.sppb-addon-tab .sppb-nav-pills li {
    margin-right: 6px
}

.sppb-addon-tab .sppb-nav-pills li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--body-text-color);
    background: var(--color-light);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
    padding: 10px 20px
}

.sppb-addon-tab .sppb-nav-pills li.active a {
    color: #fff;
    background: var(--color-primary);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2)
}

.sppb-addon-tab .sppb-tab-pills-content {
    padding: 30px 0 0 0;
    margin: 0px
}

.sppb-addon-tab .sppb-nav-lines {
    float: left;
    width: 200px;
    border-bottom: none;
    border-top: 2px solid var(--color-light)
}

.sppb-addon-tab .sppb-nav-lines li {
    display: block;
    float: none;
    margin-bottom: 0px!important;
    background: #fff
}

.sppb-addon-tab .sppb-nav-lines li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 20px;
    border-bottom: 2px solid var(--color-light);
    margin-bottom: 0px!important
}

.sppb-addon-tab .sppb-nav-lines li.active {
    margin-right: -2px
}

.sppb-addon-tab .sppb-nav-lines li.active a {
    color: var(--color-primary)
}

.sppb-addon-tab .lines-tab .sppb-tab-content {
    overflow: hidden;
    width: auto;
    padding: 20px;
    border-left: 2px solid var(--color-light);
    border-top: 2px solid var(--color-light);
    border-bottom: 2px solid var(--color-light);
    border-right: 2px solid var(--color-light);
    margin-top: 0px;
    background: var(--color-white);
    border-radius: 0 4px 4px 4px
}

.sppb-addon-tab .sppb-tab-content {
    padding-top: 30px
}

.sppb-addon-tab .sppb-tab-content ul {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 16px
}

.sppb-addon-single-image a img {
    opacity: 1;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    border-radius: 3px
}

.sppb-addon-single-image a:hover img {
    opacity: 0.5
}

.sppb-addon-single-image .sppb-addon-image-overlay-icon {
    border: 1px solid #fff;
    background: fade(#fff,10%);
    line-height: 34px
}

.sppb-addon-single-image.z-index {
    position: relative;
    z-index: 2
}

.sppb-addon-single-image.bottom {
    position: relative;
    z-index: 1;
    -webkit-transform: translate(0,105%);
    transform: translate(0,105%)
}

.sppb-addon-single-image .sppb-addon-single-image-container {
    display: block
}

.sppb-addon-single-image .sppb-addon-single-image-container:before {
    content: " ";
    background: fade(var(--color-secondary),5%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -20px;
    top: 20px;
    z-index: -1;
    border-radius: 3px
}

.sppb-addon-single-image .sppb-addon-single-image-container img {
    display: block;
    width: 100%;
    border-radius: 3px
}

.sppb-addon-image-content .sub-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    display: block;
    text-transform: capitalize
}

.sppb-addon-image-content .sppb-image-content-text {
    margin-bottom: 36px
}

.sppb-addon-image-content .sppb-image-content-text .sub-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    color: var(--body-text-color)
}

.sppb-addon-image-content .sppb-image-holder {
    border-radius: 3px
}

.sppb-addon-image-content .sppb-image-holder:before {
    content: " ";
    background: fade(var(--color-secondary),5%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -20px;
    top: 20px;
    z-index: -1;
    border-radius: 3px
}

@media (min-width: 320px) and (max-width:1199px) {
    .sppb-addon-image-content .sppb-image-holder:before {
        left:-10px;
        top: 10px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .sppb-addon-image-content .sppb-image-holder {
        position:absolute;
        width: 50%!important;
        height: 100%
    }
}

.sppb-addon-image-content.aligment-right .sppb-image-holder:before {
    left: 20px
}

@media (min-width: 320px) and (max-width:1199px) {
    .sppb-addon-image-content.aligment-right .sppb-image-holder:before {
        left:10px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .sppb-addon-image-content.aligment-right .sppb-image-holder+.sppb-container .sppb-col-sm-6 {
        max-width:50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .sppb-addon-image-content.aligment-right .sppb-image-holder+.sppb-container {
        max-width:100%
    }

    .sppb-addon-image-content.aligment-right .sppb-image-holder+.sppb-container .sppb-col-sm-6 {
        display: block;
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0px
    }
}

.sppb-addon-image-content.aligment-right .sppb-content-holder {
    margin-left: -15px
}

@media (min-width: 320px) and (max-width:991px) {
    .sppb-addon-image-content.aligment-right .sppb-content-holder {
        margin-left:0px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .sppb-addon-image-content.aligment-left .sppb-image-holder+.sppb-container .sppb-col-sm-6 {
        max-width:50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .sppb-addon-image-content.aligment-left .sppb-image-holder+.sppb-container {
        max-width:100%
    }

    .sppb-addon-image-content.aligment-left .sppb-image-holder+.sppb-container .sppb-col-sm-6 {
        display: block;
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0px
    }
}

.sppb-addon-image-content.aligment-left .sppb-content-holder {
    margin-right: -15px
}

@media (min-width: 320px) and (max-width:991px) {
    .sppb-addon-image-content.aligment-left .sppb-content-holder {
        margin-right:0px
    }
}

.sppb-link-list-wrap ul li {
    border-top: 1px solid var(--color-light);
    padding: 20px 0px
}

.sppb-link-list-wrap ul li a {
    padding: 0px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    background: none
}

.sppb-link-list-wrap ul li a:hover {
    color: var(--color-primary)
}

.sppb-link-list-wrap ul li a i {
    font-size: 9px;
    padding-right: 10px;
    position: relative;
    top: -1px
}

.sppb-link-list-wrap ul li:first-child {
    border-top: none
}

.sppb-addon-module .tagspopular ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.sppb-addon-module .tagspopular ul li {
    border: 2px solid var(--color-light);
    background: #fff;
    padding: 3px 10px 7px;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    margin-bottom: 4px;
    float: left
}

.sppb-addon-module .tagspopular ul li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

.sppb-addon-module .tagspopular ul li span {
    background: var(--body-text-color);
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    padding: 0px 5px 2px;
    line-height: 16px;
    font-size: 12px
}

.sppb-addon-module .tagspopular ul li:hover {
    background: var(--body-text-color)
}

.sppb-addon-module .tagspopular ul li:hover a {
    color: #fff
}

.sppb-addon-module .tagspopular ul li:hover span {
    background: var(--color-primary);
    color: #fff
}

.sppb-addon-gallery .sppb-gallery.image-gallery {
    overflow: visible;
    height: 100%;
    position: static
}

.sppb-addon-gallery .sppb-gallery.image-gallery a {
    display: inline-block;
    position: relative
}

.sppb-addon-gallery .sppb-gallery.image-gallery a span {
    position: relative;
    background: var(--color-black);
    display: inline-block
}

.sppb-addon-gallery .sppb-gallery.image-gallery a span:before {
    content: "+";
    border: 1px solid #fff;
    background: fade(#fff,10%);
    line-height: 34px;
    position: absolute;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 36px;
    font-size: 28px;
    height: 36px;
    text-align: center;
    background: 0 0;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    border-radius: 40px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    display: none
}

.sppb-addon-gallery .sppb-gallery.image-gallery a img {
    opacity: 1;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.sppb-addon-gallery .sppb-gallery.image-gallery a:hover img {
    opacity: 0.5
}

.sppb-addon-gallery .sppb-gallery.image-gallery a:hover span:before {
    display: block
}

.sppb-addon-gallery .sppb-gallery.image-gallery .slick-dots {
    display: none!important
}

.sppb-addon-gallery .sppb-gallery.image-gallery .slick-arrow {
    margin: 0;
    outline: none
}

.sppb-addon-gallery .sppb-gallery.image-gallery .slick-arrow.slick-next,.sppb-addon-gallery .sppb-gallery.image-gallery .slick-arrow.slick-prev {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0;
    background: fadeout(var(--color-light),80%);
    color: var(--color-black);
    text-align: center;
    border: none;
    margin-top: -20px;
    font-size: 0;
    line-height: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px
}

.sppb-addon-gallery .sppb-gallery.image-gallery .slick-arrow.slick-next:hover,.sppb-addon-gallery .sppb-gallery.image-gallery .slick-arrow.slick-prev:hover {
    background: var(--color-dark);
    color: var(--color-white)
}

.sppb-addon-gallery .sppb-gallery.image-gallery .slick-arrow.slick-next:before,.sppb-addon-gallery .sppb-gallery.image-gallery .slick-arrow.slick-prev:before {
    font-family: "FontAwesome";
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    padding: 0px
}

.sppb-addon-gallery .sppb-gallery.image-gallery .slick-arrow.slick-prev {
    left: 30px
}

.sppb-addon-gallery .sppb-gallery.image-gallery .slick-arrow.slick-prev:before {
    content: "\f0d9";
    text-indent: 0px
}

.sppb-addon-gallery .sppb-gallery.image-gallery .slick-arrow.slick-next {
    right: 30px
}

.sppb-addon-gallery .sppb-gallery.image-gallery .slick-arrow.slick-next:before {
    content: "\f0da";
    text-indent: 0px
}

.sppb-addon-gallery.show_margin .sppb-gallery.image-gallery {
    overflow: hidden;
    margin: -15px
}

.sppb-addon-gallery.show_margin .sppb-gallery.image-gallery a {
    display: inline-block;
    padding: 15px
}

.sppb-addon-gallery.show_margin .sppb-gallery.image-gallery a img {
    opacity: 1;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.sppb-addon-gallery.show_margin .sppb-gallery.image-gallery a:hover img {
    opacity: 0.5
}

.sppb-progress-label {
    font-weight: 400;
    font-size: 16px
}

.sppb-progress-label span {
    font-weight: 400
}

.sppb-progress-div {
    padding: 2px;
    background: #fff;
    border: 1px solid #9da6ab;
    border-radius: 2px
}

.sppb-progress-div .sppb-progress {
    margin-bottom: 0px
}

.icon-fright .sppb-column-addons {
    position: absolute;
    right: -15px;
    top: 15px;
    width: auto
}

.icon-fright .sppb-column-addons>div {
    display: inline-block;
    padding: 0 15px
}

.sppb-addon-feature .sppb-media .pull-left {
    margin-right: 16px
}

.sppb-addon-feature .sppb-media .sppb-icon {
    padding: 2px
}

.sppb-addon-feature .sppb-media .sppb-media-body .sppb-addon-title {
    padding-top: 4px
}

@media (min-width: 768px) and (max-width:991px) {
    .sppb-addon-feature .sppb-media .sppb-media-body .sppb-addon-title {
        padding-top:8px
    }
}

.sppb-section.absolute-icon .sppb-icon {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: -1
}

.sppb-ajaxt-contact-form>div label {
    margin-bottom: 20px
}

.sppb-addon-articlesslider {
    background: #f7f9f9;
    border-radius: 4px 0 0 4px;
    overflow: hidden
}

.sppb-addon-articlesslider .slider-for {
    padding-right: 0px
}

.sppb-addon-articlesslider .slider-for .image-box {
    position: relative
}

.sppb-addon-articlesslider .slider-for .image-box .sppb-tag {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 111;
    text-align: left
}

.sppb-addon-articlesslider .slider-for .image-box .sppb-tag li {
    line-height: 20px;
    margin-bottom: 4px
}

.sppb-addon-articlesslider .slider-for .image-box .sppb-tag li .list-tag {
    display: inline-block;
    background: rgba(0,0,0,0.2);
    border-radius: 4px;
    color: #fff;
    padding: 4px 12px;
    font-size: 12px;
    line-height: 20px
}

.sppb-addon-articlesslider .slider-for .blog-box {
    background: var(--color-light);
    padding: 20px;
    border-radius: 4px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    height: auto;
    width: 50%
}

.sppb-addon-articlesslider .slider-for .blog-box .sppb-readmore {
    font-weight: 500
}

.sppb-addon-articlesslider .slider-for .name-blog {
    margin-bottom: 10px
}

.sppb-addon-articlesslider .slider-for .name-blog a {
    color: var(--color-black);
    font-size: 27px;
    line-height: 30px;
    font-weight: 400
}

.sppb-addon-articlesslider .slider-for .name-blog a:hover {
    color: var(--color-primary)
}

.sppb-addon-articlesslider .slider-for .fields-container .field-value {
    color: var(--body-text-color);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px
}

.sppb-addon-articlesslider .slider-for .sppb-article-meta {
    margin: 0px 0 -10px -20px;
    padding: 10px 20px;
    width: auto;
    background: #fff;
    border-radius: 4px 0 4px 0;
    display: inline-block;
    color: var(--body-text-color);
    position: relative;
    top: -20px;
    font-size: 13px;
    font-weight: 400
}

.sppb-addon-articlesslider .slider-for .sppb-article-meta>span {
    margin: 5px 5px 5px 0px
}

.sppb-addon-articlesslider .slider-for .sppb-article-meta>span i {
    padding-right: 4px;
    color: var(--color-secondary);
    font-size: 16px
}

.sppb-addon-articlesslider .slider-for .sppb-btn-link {
    text-decoration: none
}

.sppb-addon-articlesslider .slider-for .sppb-article-introtext {
    margin-bottom: 16px
}

.sppb-addon-articlesslider .slider-for .slick-arrow {
    margin: 0
}

.sppb-addon-articlesslider .slider-for .slick-arrow.slick-next,.sppb-addon-articlesslider .slider-for .slick-arrow.slick-prev {
    position: absolute;
    font-size: 0px;
    bottom: 20px;
    background: transparent;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0;
    -webkit-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
    border-radius: 50px;
    color: var(--color-light);
    text-align: center;
    border: 1px solid var(--color-light);
    cursor: pointer;
    z-index: 11;
    outline: none
}

.sppb-addon-articlesslider .slider-for .slick-arrow.slick-next:hover,.sppb-addon-articlesslider .slider-for .slick-arrow.slick-prev:hover {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #fff
}

.sppb-addon-articlesslider .slider-for .slick-arrow.slick-next.slick-disabled,.sppb-addon-articlesslider .slider-for .slick-arrow.slick-prev.slick-disabled {
    cursor: default;
    border: 1px solid var(--color-light);
    color: var(--color-light);
    background: transparent;
    opacity: 0.1
}

.sppb-addon-articlesslider .slider-for .slick-arrow.slick-next:before,.sppb-addon-articlesslider .slider-for .slick-arrow.slick-prev:before {
    font-family: "Linearicons";
    display: inline-block;
    line-height: 42px;
    font-size: 14px;
    padding: 0px
}

.sppb-addon-articlesslider .slider-for .slick-arrow.slick-prev {
    right: 95px
}

.sppb-addon-articlesslider .slider-for .slick-arrow.slick-prev:before {
    content: "\ec3b"
}

.sppb-addon-articlesslider .slider-for .slick-arrow.slick-next {
    right: 35px
}

.sppb-addon-articlesslider .slider-for .slick-arrow.slick-next:before {
    content: "\ec3c"
}

.sppb-addon-articlesslider .slider-nav {
    padding-left: 0px
}

.sppb-addon-articlesslider .slider-nav .sppb-addon-article {
    padding: 20px;
    min-height: 80px
}

.sppb-addon-articlesslider .slider-nav .slick-current {
    background: var(--color-light)
}

.sppb-addon-articlesslider .slider-nav .sppb-img-responsive {
    float: left;
    width: 79px;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-right: 10px
}

.sppb-addon-articlesslider .slider-nav .sppb-article-meta {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
    display: inline-block;
    text-color: var(--body-text-color);
    font-size: 13px;
    overflow: hidden;
    font-weight: 400
}

.sppb-addon-articlesslider .slider-nav .sppb-article-meta>span {
    margin: 5px 5px 5px 0px
}

.sppb-addon-articlesslider .slider-nav .sppb-article-meta>span i {
    padding-right: 4px;
    color: var(--color-secondary);
    font-size: 16px
}

.sppb-addon-articlesslider .slider-nav .name-blog {
    overflow: hidden;
    margin-top: -4px;
    color: var(--color-black);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400
}

.sppb-social-share-style-simple .sppb-social-items-wrap {
    margin-top: 10px
}

.sppb-social-share-style-simple .sppb-social-items-wrap li {
    line-height: inherit;
    border: 1px solid var(--color-light);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    border-radius: 40px;
    margin: 5px!important;
    overflow: hidden
}

.sppb-social-share-style-simple .sppb-social-items-wrap li a {
    padding: 0 0!important;
    color: var(--color-light);
    display: block;
    height: 100%;
    line-height: 38px
}

.sppb-social-share-style-simple .sppb-social-items-wrap li a i {
    line-height: 38px
}

.sppb-social-share-style-simple .sppb-social-items-wrap li:hover a {
    background: var(--color-light);
    color: #fff
}

.sppb-social-share-style-solid .sppb-social-items-wrap {
    margin-top: 10px
}

.sppb-social-share-style-solid .sppb-social-items-wrap li {
    width: 40px!important;
    height: 40px!important;
    text-align: center;
    line-height: 39px;
    margin: 5px!important;
    overflow: hidden
}

.sppb-social-share-style-solid .sppb-social-items-wrap li a {
    display: block;
    padding: 0 0!important;
    height: 40px!important;
    font-size: 19px
}

.sppb-social-share-style-solid .sppb-social-items-wrap li a:hover {
    color: var(--color-white)!important;
    background: var(--color-dark)!important
}

.sppb-social-items-wrap li {
    line-height: inherit
}

.sppb-social-items-wrap li a {
    padding: 9px 9px!important
}

.time-worck {
    margin: 0 auto;
    list-style: none;
    padding: 0
}

.time-worck li {
    border-top: 1px solid #edeff1;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0px;
    color: var(--color-black)
}

.time-worck li strong {
    text-align: left;
    padding-right: 30px;
    min-width: 120px;
    display: inline-block
}

.time-worck li:first-child {
    border: none;
    padding-top: 0px
}

.sppb-ajax-contact-content .sppb-form-check {
    padding-left: 0px
}

.sppb-ajax-contact-content .sppb-form-check .checkbox {
    float: left;
    width: 22px;
    margin-right: 10px
}

.sppb-ajax-contact-content .sppb-form-check .sppb-form-check-label {
    overflow: hidden
}

.sppb-addon-flickr .sppb-flickr-gallery {
    margin: -5px
}

.sppb-addon-flickr .sppb-flickr-gallery li {
    padding: 5px
}

.sppb-addon-flickr .sppb-flickr-gallery li a:before {
    background: fade(#000,30%)!important
}

.sppb-optin-form-popup-wrap {
    border-radius: 4px
}

.sppb-optin-form-popup-wrap>div {
    border-radius: 4px
}

.sppb-optin-form-popup-wrap .mfp-close {
    width: 35px;
    height: 35px;
    line-height: 30px;
    outline: none;
    border-radius: 0 4px 0 0;
    color: var(--color-black)!important
}

.animated-heading-highlighted-text.shape-circle {
    padding-top: 0px;
    padding-bottom: 0px
}

.animated-text-words-wrapper .animated-text {
    text-transform: inherit
}

.sppb-testimonial-carousel-testi_layout1 .sppb-carousel-extended-item {
    position: relative
}

.sppb-testimonial-carousel-testi_layout1 .sppb-testimonial-carousel-icon {
    position: absolute;
    left: 3px;
    top: -3px
}

.sppb-testimonial-carousel-testi_layout1 .sppb-carousel-extended-dots ul {
    text-align: left;
    margin-top: 20px
}

.sppb-testimonial-carousel-testi_layout1 .nav-control {
    border: none
}

.sppb-testimonial-carousel-testi_layout1 .nav-control.next-control {
    margin-right: 0
}

.sppb-testimonial-carousel-testi_layout1 .nav-control.prev-control {
    float: right;
    margin-left: 0;
    margin-right: 10px
}

.sppb-testimonial-carousel-testi_layout2 .nav-control,.sppb-testimonial-carousel-testi_layout3 .nav-control {
    border: none
}

.sppb-testimonial-carousel-testi_layout2 .nav-control.next-control .fa:before,.sppb-testimonial-carousel-testi_layout3 .nav-control.next-control .fa:before {
    content: "\f0da"
}

.sppb-testimonial-carousel-testi_layout2 .nav-control.prev-control .fa:before,.sppb-testimonial-carousel-testi_layout3 .nav-control.prev-control .fa:before {
    content: "\f0d9"
}

.sppb-testimonial-carousel-testi_layout3 .sppb-testimonial-carousel-item-content:before {
    display: none
}

div.sppb-addon-sp-slider {
    position: relative
}

div.sppb-addon-sp-slider .sppb-container .sp-slider-content-align-left {
    max-width: 50%
}

div.sppb-addon-sp-slider .sppb-container .sp-slider-content-align-right {
    max-width: 50%;
    margin-left: auto
}

div.sppb-addon-sp-slider .sppb-sp-slider-title.align-center {
    display: block;
    text-align: center
}

div.sppb-addon-sp-slider .sppb-sp-slider-image.image-small {
    display: inline-block;
    margin-left: 30px!important
}

div.sppb-addon-sp-slider .sppb-sp-slider-text span {
    display: block
}

div.sppb-addon-sp-slider .sppb-sp-slider-button .sp-slider-btn-text {
    position: relative
}

div.sppb-addon-sp-slider .sppb-sp-slider-button .sp-slider-btn-text:after {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    direction: block
}

@media (min-width: 768px) and (max-width:991px) {
    div.sppb-addon-sp-slider .sp-slider-outer-stage {
        height:400px!important
    }
}

@media (min-width: 320px) and (max-width:480px) {
    div.sppb-addon-sp-slider .sppb-col-sm-12-img .text-column {
        max-width:100%;
        -ms-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%
    }
}

@media (min-width: 320px) and (max-width:480px) {
    div.sppb-addon-sp-slider .sppb-col-sm-12-img .image-align-left,div.sppb-addon-sp-slider .sppb-col-sm-12-img .image-align-right {
        max-width:100%;
        -ms-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%
    }
}

div.sppb-addon-sp-slider.dot-controller-dot .sp-dots {
    z-index: 11;
    width: auto!important;
    padding: 0 2px
}

div.sppb-addon-sp-slider.dot-controller-dot .sp-dots ul li {
    border: 1px solid var(--color-light);
    background: transparent;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    -webkit-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
    border-radius: 18px;
    overflow: visible
}

div.sppb-addon-sp-slider.dot-controller-dot .sp-dots ul li span {
    display: none;
    left: 0;
    top: 0
}

div.sppb-addon-sp-slider.dot-controller-dot .sp-dots ul li.active {
    border-color: var(--color-primary);
    background: var(--color-primary)
}

div.sppb-addon-sp-slider.dot-controller-dot .sp-dots ul li.active span {
    display: block
}

div.sppb-addon-sp-slider.dot-controller-with_image .sp-dots {
    text-align: center
}

div.sppb-addon-sp-slider.dot-controller-with_image .sp-dots ul {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 3px;
    background-color: #fff;
    height: calc(100% + 6px)
}

div.sppb-addon-sp-slider.dot-controller-with_image .sp-dots ul li {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0.5
}

div.sppb-addon-sp-slider.dot-controller-with_image .sp-dots ul li span {
    display: none!important
}

div.sppb-addon-sp-slider.dot-controller-with_image .sp-dots ul li.active {
    opacity: 1
}

div.sppb-addon-sp-slider.dot-controller-with_image .sp-dots ul li:after {
    display: none
}

div.sppb-addon-sp-slider div.sp-nav-control {
    margin: 0;
    bottom: auto;
    top: 50%!important
}

div.sppb-addon-sp-slider div.sp-nav-control .next-control,div.sppb-addon-sp-slider div.sp-nav-control .prev-control {
    background: transparent;
    display: inline-block;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    border: none
}

div.sppb-addon-sp-slider div.sp-nav-control .next-control:hover,div.sppb-addon-sp-slider div.sp-nav-control .prev-control:hover {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #fff
}

div.sppb-addon-sp-slider div.sp-nav-control .prev-control {
    left: 0
}

div.sppb-addon-sp-slider div.sp-nav-control .next-control {
    right: 0
}

div.sppb-addon-sp-slider.arrow-position-bottom_right div.sp-nav-control {
    top: auto!important
}

.sppb-carousel-extended-nav-control {
    top: auto!important;
    bottom: -20px!important
}

.sppb-carousel-extended-dots ul li span {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0!important;
    background: none
}

.sppb-carousel-extended-dots ul li.active span {
    display: block;
    opacity: 1!important
}

.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: auto;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -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 {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -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
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -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-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 {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -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
}

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

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.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 .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.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;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.1s ease;
    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%
}

.btn.btn-outline-primary:hover {
    color: var(--color-white)!important
}

.btn.btn-outline-white:hover {
    color: var(--color-light)!important
}

.contentpane.component input,.contentpane.component textarea {
    background-color: var(--color-white)!important;
    border: 1px solid var(--color-gray)!important
}



body label {
    font-weight: 400
}

body .sppb-form-check .sppb-form-check-label {
    margin-bottom: 0px
}

body .form-select {
    background-color: var(--color-white);
    border: 1px solid var(--color-gray);
    -webkit-box-shadow: none;
    box-shadow: none
}

body #password.validate-password,body #username.validate-username,body .acym_module_form .cell,body .controls input,body .form-control,body .key2 input,body .sp-vmsearch-box,body .sppb-form-control,body .sppb-form-group .sppb-form-control,body input.inputbox {
    background-color: var(--color-white);
    border: 1px solid var(--color-gray);
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    color: var(--body-text-color);
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px
}

body #password.validate-password:focus,body #username.validate-username:focus,body .acym_module_form .cell:focus,body .controls input:focus,body .form-control:focus,body .key2 input:focus,body .sp-vmsearch-box:focus,body .sppb-form-control:focus,body .sppb-form-group .sppb-form-control:focus,body input.inputbox:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

body select {
    border: 1px solid var(--color-gray);
    background-color: var(--color-white);
    height: 40px;
    padding: 10px 10px
}

body textarea,body textarea.form-control {
    background-color: var(--color-white);
    border: 1px solid var(--color-gray);
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--body-text-color);
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px
}

body textarea.form-control:focus,body textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

body .sppb-form-group .sppb-form-control {
    margin-bottom: 0px
}

body .sppb-form-group select.sppb-form-control,body select.sppb-form-control:not([size]):not([multiple]) {
    height: 40px
}

body .sppb-form-group {
    margin-bottom: 30px
}

body .sppb-form-group textarea.sppb-form-control {
    height: inherit;
    min-height: 150px
}

body input.invalid,body textarea.invalid {
    border-color: var(--color-danger)!important
}

body input[type=checkbox] {
    border: none;
    width: 22px;
    height: 22px;
    padding: 0;
    margin-top: 0
}

body span.checkbox {
    margin: 0;
    background: var(--color-light);
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
    position: relative
}

body span.checkbox input[type=checkbox] {
    visibility: hidden;
    margin: 0;
    opacity: 0
}

body span.checkbox label {
    font-weight: 400
}

body span.checkbox label.checkbox_inner {
    display: inline-block!important
}

body span.checkbox label.checkbox_inner:after {
    display: none
}

body span.checkbox label.checkbox_inner:before {
    color: var(--color-primary);
    content: "";
    font-family: "FontAwesome";
    font-size: 12px;
    height: 100%;
    left: 5px;
    position: absolute;
    right: 0;
    top: 3px;
    border: none
}

body span.checkbox input[type=checkbox]:checked+label.checkbox_inner:before {
    content: "\f078";
    background: none;
    border: none
}

body input[type=radio] {
    border: none;
    width: 22px;
    height: 22px;
    padding: 0;
    margin-top: 0
}

body label.radio {
    margin-bottom: 16px
}

body span.radio {
    margin: 0;
    background: var(--color-light);
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 10px;
    border-radius: 100%;
    position: relative
}

body span.radio input[type=radio] {
    visibility: hidden;
    margin: 0;
    opacity: 0
}

body span.radio label {
    font-weight: 400
}

body span.radio label.radio_inner {
    display: inline-block!important
}

body span.radio label.radio_inner:after {
    display: none
}

body span.radio label.radio_inner:before {
    color: var(--color-primary);
    content: " ";
    font-family: "FontAwesome";
    font-size: 12px;
    width: 8px;
    height: 8px;
    left: 7px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 7px;
    background: var(--color-light);
    border: none
}

body span.radio input[type=radio]:checked+label.radio_inner:before {
    background: var(--color-primary);
    border: none
}

body.body-boxed {
    background-color: var(--color-light)
}

:focus:not(:focus-visible) {
    outline: 0!important
}

:focus {
    outline: 2px solid var(--color-info)!important
}

:focus-visible {
    outline: 2px solid var(--color-info)!important
}

.sp-module-title span {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
    text-transform: none
}

#sp-sidebar-l .searchblog input,#sp-sidebar-r .searchblog input {
    margin-bottom: 0
}

#sp-sidebar-l .sp-module,#sp-sidebar-r .sp-module {
    background: var(--color-white);
    margin-bottom: 30px;
    border: none;
    border-radius: 0;
    padding: 0
}

#sp-sidebar-l .sp-module .sp-module-title,#sp-sidebar-r .sp-module .sp-module-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    padding: 15px 20px 15px 20px;
    color: var(--color-white);
    font-weight: 300;
    background: var(--color-dark);
    border-left: none;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    text-transform: capitalize;
    display: block;
    width: 100%
}

@media (min-width: 992px) and (max-width:1199px) {
    #sp-sidebar-l .sp-module .sp-module-title,#sp-sidebar-r .sp-module .sp-module-title {
        font-size:18px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    #sp-sidebar-l .sp-module .sp-module-title,#sp-sidebar-r .sp-module .sp-module-title {
        font-size:17px
    }
}

@media (min-width: 320px) and (max-width:767px) {
    #sp-sidebar-l .sp-module .sp-module-title,#sp-sidebar-r .sp-module .sp-module-title {
        font-size:16px
    }
}

#sp-sidebar-l .sp-module .sp-module-content,#sp-sidebar-r .sp-module .sp-module-content {
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    border-radius: 0 0 3px 3px;
    padding: 20px
}

#sp-sidebar-l .sp-module .sp-module-content .list,#sp-sidebar-l .sp-module .sp-module-content .nav,#sp-sidebar-r .sp-module .sp-module-content .list,#sp-sidebar-r .sp-module .sp-module-content .nav {
    margin-top: -10px;
    width: 100%;
    padding: 0!important
}

#sp-sidebar-l .sp-module .sp-module-content .list>li:first-child,#sp-sidebar-l .sp-module .sp-module-content .nav>li:first-child,#sp-sidebar-r .sp-module .sp-module-content .list>li:first-child,#sp-sidebar-r .sp-module .sp-module-content .nav>li:first-child {
    border-top: none
}

#sp-sidebar-l .sp-module .sp-module-content .list>li,#sp-sidebar-l .sp-module .sp-module-content .nav>li,#sp-sidebar-r .sp-module .sp-module-content .list>li,#sp-sidebar-r .sp-module .sp-module-content .nav>li {
    border-top: 1px solid var(--color-light);
    border-radius: 0
}

#sp-sidebar-l .sp-module .sp-module-content .nav.navbar-nav,#sp-sidebar-l .sp-module .sp-module-content ul.menu,#sp-sidebar-l .sp-module .sp-module-content ul.mod-list,#sp-sidebar-r .sp-module .sp-module-content .nav.navbar-nav,#sp-sidebar-r .sp-module .sp-module-content ul.menu,#sp-sidebar-r .sp-module .sp-module-content ul.mod-list {
    list-style: none;
    margin: 0;
    padding: 0
}

#sp-sidebar-l .sp-module .sp-module-content .nav.navbar-nav>li,#sp-sidebar-l .sp-module .sp-module-content ul.menu>li,#sp-sidebar-l .sp-module .sp-module-content ul.mod-list>li,#sp-sidebar-r .sp-module .sp-module-content .nav.navbar-nav>li,#sp-sidebar-r .sp-module .sp-module-content ul.menu>li,#sp-sidebar-r .sp-module .sp-module-content ul.mod-list>li {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    font-weight: 400;
    margin: 0
}

#sp-sidebar-l .sp-module .sp-module-content .nav.navbar-nav>li>a,#sp-sidebar-l .sp-module .sp-module-content ul.menu>li>a,#sp-sidebar-l .sp-module .sp-module-content ul.mod-list>li>a,#sp-sidebar-r .sp-module .sp-module-content .nav.navbar-nav>li>a,#sp-sidebar-r .sp-module .sp-module-content ul.menu>li>a,#sp-sidebar-r .sp-module .sp-module-content ul.mod-list>li>a {
    padding: 0;
    background: none;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--body-link-color)
}

#sp-sidebar-l .sp-module .sp-module-content .nav.navbar-nav>li>a:hover,#sp-sidebar-l .sp-module .sp-module-content ul.menu>li>a:hover,#sp-sidebar-l .sp-module .sp-module-content ul.mod-list>li>a:hover,#sp-sidebar-r .sp-module .sp-module-content .nav.navbar-nav>li>a:hover,#sp-sidebar-r .sp-module .sp-module-content ul.menu>li>a:hover,#sp-sidebar-r .sp-module .sp-module-content ul.mod-list>li>a:hover {
    background: none;
    margin-left: 5px;
    color: var(--body-link-hover-color)
}

#sp-sidebar-l .sp-module .sp-module-content .nav.navbar-nav>li>a:before,#sp-sidebar-l .sp-module .sp-module-content ul.menu>li>a:before,#sp-sidebar-l .sp-module .sp-module-content ul.mod-list>li>a:before,#sp-sidebar-r .sp-module .sp-module-content .nav.navbar-nav>li>a:before,#sp-sidebar-r .sp-module .sp-module-content ul.menu>li>a:before,#sp-sidebar-r .sp-module .sp-module-content ul.mod-list>li>a:before {
    font-size: 12px;
    color: var(--color-black);
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#sp-sidebar-l .sp-module .sp-module-content .nav.navbar-nav>li.active>a,#sp-sidebar-l .sp-module .sp-module-content .nav.navbar-nav>li.activeCategory>a,#sp-sidebar-l .sp-module .sp-module-content ul.menu>li.active>a,#sp-sidebar-l .sp-module .sp-module-content ul.menu>li.activeCategory>a,#sp-sidebar-l .sp-module .sp-module-content ul.mod-list>li.active>a,#sp-sidebar-l .sp-module .sp-module-content ul.mod-list>li.activeCategory>a,#sp-sidebar-r .sp-module .sp-module-content .nav.navbar-nav>li.active>a,#sp-sidebar-r .sp-module .sp-module-content .nav.navbar-nav>li.activeCategory>a,#sp-sidebar-r .sp-module .sp-module-content ul.menu>li.active>a,#sp-sidebar-r .sp-module .sp-module-content ul.menu>li.activeCategory>a,#sp-sidebar-r .sp-module .sp-module-content ul.mod-list>li.active>a,#sp-sidebar-r .sp-module .sp-module-content ul.mod-list>li.activeCategory>a {
    color: var(--body-link-hover-color);
    background: none;
    font-weight: 400
}

#sp-sidebar-l .sp-module .sp-module-content .nav.navbar-nav>li .level1,#sp-sidebar-l .sp-module .sp-module-content .nav.navbar-nav>li ul,#sp-sidebar-l .sp-module .sp-module-content ul.menu>li .level1,#sp-sidebar-l .sp-module .sp-module-content ul.menu>li ul,#sp-sidebar-l .sp-module .sp-module-content ul.mod-list>li .level1,#sp-sidebar-l .sp-module .sp-module-content ul.mod-list>li ul,#sp-sidebar-r .sp-module .sp-module-content .nav.navbar-nav>li .level1,#sp-sidebar-r .sp-module .sp-module-content .nav.navbar-nav>li ul,#sp-sidebar-r .sp-module .sp-module-content ul.menu>li .level1,#sp-sidebar-r .sp-module .sp-module-content ul.menu>li ul,#sp-sidebar-r .sp-module .sp-module-content ul.mod-list>li .level1,#sp-sidebar-r .sp-module .sp-module-content ul.mod-list>li ul {
    padding-left: 17px;
    padding-top: 10px;
    list-style: none
}

#sp-sidebar-l .sp-module .sp-module-content .nav.navbar-nav>li li,#sp-sidebar-l .sp-module .sp-module-content ul.menu>li li,#sp-sidebar-l .sp-module .sp-module-content ul.mod-list>li li,#sp-sidebar-r .sp-module .sp-module-content .nav.navbar-nav>li li,#sp-sidebar-r .sp-module .sp-module-content ul.menu>li li,#sp-sidebar-r .sp-module .sp-module-content ul.mod-list>li li {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    font-weight: 400
}

#sp-sidebar-l .sp-module .sp-module-content .nav.navbar-nav>li li a,#sp-sidebar-l .sp-module .sp-module-content ul.menu>li li a,#sp-sidebar-l .sp-module .sp-module-content ul.mod-list>li li a,#sp-sidebar-r .sp-module .sp-module-content .nav.navbar-nav>li li a,#sp-sidebar-r .sp-module .sp-module-content ul.menu>li li a,#sp-sidebar-r .sp-module .sp-module-content ul.mod-list>li li a {
    color: var(--body-text-color);
    padding: 0;
    background: none;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#sp-sidebar-l .sp-module .sp-module-content .nav.navbar-nav>li li a:hover,#sp-sidebar-l .sp-module .sp-module-content ul.menu>li li a:hover,#sp-sidebar-l .sp-module .sp-module-content ul.mod-list>li li a:hover,#sp-sidebar-r .sp-module .sp-module-content .nav.navbar-nav>li li a:hover,#sp-sidebar-r .sp-module .sp-module-content ul.menu>li li a:hover,#sp-sidebar-r .sp-module .sp-module-content ul.mod-list>li li a:hover {
    color: var(--body-link-hover-color);
    background: none;
    margin-left: 5px
}

#sp-sidebar-l .sp-module .sp-module-content .nav.navbar-nav>li li a:before,#sp-sidebar-l .sp-module .sp-module-content ul.menu>li li a:before,#sp-sidebar-l .sp-module .sp-module-content ul.mod-list>li li a:before,#sp-sidebar-r .sp-module .sp-module-content .nav.navbar-nav>li li a:before,#sp-sidebar-r .sp-module .sp-module-content ul.menu>li li a:before,#sp-sidebar-r .sp-module .sp-module-content ul.mod-list>li li a:before {
    font-size: 12px;
    color: var(--color-black);
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#sp-sidebar-l .sp-module .sp-module-content .owl-theme .owl-controls .owl-prev,#sp-sidebar-r .sp-module .sp-module-content .owl-theme .owl-controls .owl-prev {
    right: 58px;
    top: -67px;
    width: 30px;
    height: 30px;
    line-height: 30px
}

#sp-sidebar-l .sp-module .sp-module-content .owl-theme .owl-controls .owl-next,#sp-sidebar-r .sp-module .sp-module-content .owl-theme .owl-controls .owl-next {
    right: 21px;
    top: -67px;
    width: 30px;
    height: 30px;
    line-height: 30px
}

.jmoddiv.jmodinside {
    position: static
}

.displayNone {
    display: none
}

#sp-footer {
    overflow: hidden;
    padding: 25px 0;
    color: var(--footer-text-color);
    background-color: var(--footer-bg-color)
}

#sp-footer a {
    color: var(--footer-link-color)
}

#sp-footer a:hover {
    color: var(--footer-link-hover-color)
}

#sp-footer .sppb-addon-title {
    color: var(--footer-title-color)
}

#sp-footer .sppb-addon-articles .blog-list div.addon-article .name-blog a {
    font-size: 14px
}

#sp-footer .sppb-addon-articles .blog-list div.addon-article .image-box a {
    padding: 5px;
    border: none
}

#sp-footer .sppb-addon-articles .blog-custom .name-blog {
    margin-bottom: 0px
}

#sp-footer .sppb-addon-articles .blog-list div.addon-article {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

#sp-footer .blog-list div.addon-article .image-box {
    max-width: 70px!important;
    margin-right: 10px!important
}

#sp-footer .sppb-addon-flickr .sppb-flickr-gallery li a {
    padding: 5px;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 2px rgba(0,0,0,0.1)
}

#sp-footer .sppb-addon-flickr .sppb-flickr-gallery li a:before {
    display: none
}

#sp-footer .sppb-addon-flickr .sppb-flickr-gallery li a img {
    border-radius: 3px
}

#sp-footer .module-title,#sp-footer .sppb-addon-title {
    background: none;
    padding: 25px 0 0
}

@media (min-width: 320px) and (max-width:767px) {
    #sp-footer .module-title,#sp-footer .sppb-addon-title {
        padding:0
    }
}

#sp-footer .module.about {
    margin-bottom: 10px
}

#sp-footer #jmod .jmod-tweet-container {
    margin-bottom: 10px
}

#sp-footer #jmod .fleft {
    float: left;
    margin-right: 10px
}

#sp-footer #jmod .jmod-tweet {
    font-size: 14px;
    line-height: 22px;
    float: left;
    width: 80%
}

#sp-footer #jmod .jmod-tweet a {
    text-decoration: underline;
    margin-right: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#sp-footer #jmod .jmod-tweet a:hover {
    text-decoration: none
}

#sp-footer #jmod .jmod-tweet a.url {
    text-decoration: none;
    margin-right: 0px
}

#sp-footer #jmod .jmod-tweet a.url:hover {
    text-decoration: none
}

#sp-footer #jmod .jmod-tweet-data {
    font-size: 13px;
    line-height: 22px;
    padding-top: 5px
}

#sp-footer #jmod .jmod-tweet-data a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#sp-footer .navbar {
    padding: 0
}

#sp-footer .VMmenu,#sp-footer .menu,#sp-footer .nav.menu,#sp-footer .navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0
}

#sp-footer .VMmenu li,#sp-footer .menu li,#sp-footer .nav.menu li,#sp-footer .navbar-nav li {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0
}

#sp-footer .VMmenu li a,#sp-footer .menu li a,#sp-footer .nav.menu li a,#sp-footer .navbar-nav li a {
    padding: 0;
    background: none;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#sp-footer .VMmenu li a:hover,#sp-footer .menu li a:hover,#sp-footer .nav.menu li a:hover,#sp-footer .navbar-nav li a:hover {
    background: none;
    margin-left: 5px
}

#sp-footer .VMmenu li a:before,#sp-footer .menu li a:before,#sp-footer .nav.menu li a:before,#sp-footer .navbar-nav li a:before {
    font-size: 12px;
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 12px;
    -webkit-transition: all 3s;
    transition: all 3s
}

#sp-footer .VMmenu li.active a,#sp-footer .menu li.active a,#sp-footer .nav.menu li.active a,#sp-footer .navbar-nav li.active a {
    background: none
}

#sp-footer .customfoot1 {
    font-size: 14px;
    line-height: 30px
}

#sp-footer .customfoot1>div {
    padding-bottom: 2px
}

#sp-footer .customfoot1 i {
    font-size: 0;
    margin-right: 10px;
    float: left;
    position: relative;
    top: 3px
}

#sp-footer .customfoot1 i:before {
    font-size: 18px
}

#sp-footer .customfoot1 span {
    overflow: hidden;
    float: left;
    width: 80%
}

#sp-footer .customfoot1 a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

div#productdetailsview.quick .wrapper2 .product-actions {
    width: 100%
}

div#productdetailsview.quick .wrapper2 .product-actions>div {
    margin-bottom: 4px
}

body #comments-form input.inputbox {
    border: 1px solid #e6e6e6;
    background: #f7f7f7!important;
    height: 40px;
    width: 240px;
    line-height: 20px;
    padding: 0 10px!important
}

body #comments-form #comments-form-captcha {
    width: 100px
}

body #comments-form input.inputbox:focus {
    border: 1px solid #e6e6e6
}

body #comments-form #comments-form-comment {
    border: 1px solid #e6e6e6;
    background: #f7f7f7!important;
    border-radius: 0px;
    height: 150px;
    width: 380px!important;
    line-height: 20px;
    padding: 10px 10px!important;
    -webkit-box-shadow: none;
    box-shadow: none
}

#comments-form #comments-form-subscribe {
    float: left;
    margin-right: 3px
}

#comments-form .jq-checkbox {
    border: 1px solid #e6e6e6;
    float: left;
    background: #f7f7f7;
    border-radius: 0px;
    display: inline-block;
    padding: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-right: 3px;
    position: relative;
    top: 6px;
    -webkit-box-shadow: none;
    box-shadow: none
}

#comments-form .jq-checkbox.disabled {
    cursor: default;
    border-color: #eceeef;
    background: #fcfdfe
}

#comments-form .jq-checkbox.checked span,.wrapper_remember .jq-checkbox:hover span {
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/check_box.png) left top no-repeat;
    position: relative;
    left: 1px;
    top: 1px
}

#comments-form .jq-checkbox.disabled span {
    display: none
}

#comments-form-captcha-image {
    float: left;
    margin-right: 5px!important;
    border: 1px solid #e6e6e6!important;
    border-radius: 0px
}

#comments-form .captcha {
    display: inline-block;
    position: relative;
    margin-top: 20px
}

#comments-form .marg-bot {
    margin-bottom: 10px;
    display: block
}

#comments-form #comments-form-buttons {
    margin: 0!important
}

#comments-form .grippie {
    display: none
}

.compare_box .module-title {
    float: none;
    position: relative
}

.compare_box .back-to-category {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #fff
}

.compare_box .browseview {
    padding: 0px;
    background: #fff;
    border-radius: 0px;
    overflow: hidden
}

table#compare_list_prod,table#compare_list_prod tbody {
    width: 100%
}

#compare_list_prod td {
    vertical-align: middle;
    border: 1px solid #ecf0f1;
    background: #f7f7f7;
    padding: 10px;
    font-size: 14px;
    font-weight: 400
}

#compare_list_prod td li {
    list-style: none
}

#compare_list_prod tr {
    width: 100%
}

#compare_list_prod td:first-child {
    width: 250px;
    border: 1px solid #ecf0f1;
    font-size: 16px;
    font-size: 16px;
    font-weight: 400
}

#compare_list_prod .comare_name a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px
}

#compare_list_prod .tr_diff .comare_image {
    text-align: center;
    position: relative
}

#compare_list_prod .vote {
    padding: 0
}

#compare_list_prod .comare_price span.PricesalesPrice {
    font-weight: 400;
    font-size: 16px;
    display: block
}

#compare_list_prod .PricebasePriceWithTax {
    text-decoration: line-through
}

.green {
    color: #27ae60
}

.comare_action .product-fields-title {
    display: block;
    padding-bottom: 5px
}

.comare_action .product-custom {
    padding-bottom: 10px
}

.comare_action .addtocart-area2 {
    float: none
}

.comare_action .compare_del {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0px;
    cursor: pointer
}

.comare_action .compare_del i {
    margin-right: 4px
}

#compare_list_prod .product-fields-value ul {
    margin: 0;
    padding: 0
}

.share {
    width: 100%;
    overflow: hidden
}

.social-likes__widget_facebook {
    float: left;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    width: 32px;
    height: 32px;
    color: #fff;
    background: #305891;
    display: block;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -kthtml-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.social-likes__widget_facebook:before {
    font-family: FontAwesome;
    content: "\f09a"
}

.social-likes__widget_twitter {
    float: left;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    width: 32px;
    height: 32px;
    color: #fff;
    background: #2ca8d2;
    display: block;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -kthtml-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.social-likes__widget_twitter:before {
    font-family: FontAwesome;
    content: "\f099"
}

.social-likes__widget_plusone {
    float: left;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    width: 32px;
    height: 32px;
    color: #fff;
    background: #738a8d;
    display: block;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -kthtml-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.social-likes__widget_plusone:before {
    font-family: FontAwesome;
    content: "\f0d5"
}

.social-likes__widget_pinterest {
    float: left;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    width: 32px;
    height: 32px;
    color: #fff;
    background: #c82828;
    display: block;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -kthtml-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.social-likes__widget_pinterest:before {
    font-family: FontAwesome;
    content: "\f0d2"
}

.social-likes__widget_facebook:hover,.social-likes__widget_pinterest:hover,.social-likes__widget_plusone:hover,.social-likes__widget_twitter:hover {
    background: #323a45
}

span.social-likes__button {
    text-indent: -9999px;
    font-size: 0px;
    line-height: 0px
}

.addtocart-button i,.addtocart-button span {
    pointer-events: none
}

.fancybox-margin {
    margin-right: 17px!important
}

.fancybox-margin #t3-mainnav {
    margin-left: -8px
}

@media (min-width: 768px) and (max-width:991px) {
    .sppb-addon-articles.portfolio #options ul {
        float:none
    }
}

@media (min-width: 320px) and (max-width:7671px) {
    .sppb-addon-articles.portfolio #options ul li {
        margin-bottom:10px
    }
}

#productdetailsview img.availability {
    padding-bottom: 0
}

#t3-mainnav div.serchline div.res_a_s.shop.geniusGroove {
    width: 100%!important;
    border-radius: none;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    position: absolute;
    right: 0px!important;
    left: auto!important;
    top: 79px!important;
    padding: 20px;
    min-height: 100px
}

div#Genius_vm_ajax_search_BG {
    position: absolute;
    top: 80px;
    left: 0
}

.layout .li {
    margin: 0 -15px
}

.layout .li li {
    margin: 0;
    display: inline-block
}

.izotopprod .layout .li li .prod-row {
    width: 100%!important
}

#product_list.list .li li {
    display: block
}

#bottom-pagination-top {
    margin-bottom: 0
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-field-display {
    float: none
}

.fancybox-wrap .fancybox-skin .fancybox-title.fancybox-title-float-wrap {
    overflow: inherit!important
}

#productdetailsview .wrapper2 .price {
    padding: 20px 0
}

#productdetailsview .wrapper2 {
    overflow: inherit
}

#productdetailsview .wrapper2 .product-box2 .product-custom .product-fields-title {
    margin-right: 10px
}

.productdetails-view.quick .big_img {
    position: relative!important
}

#askform label {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 2px
}

#askform .formError {
    position: absolute;
    left: 0!important;
    width: 100%;
    padding: 5px
}

#newsletter-popup form {
    overflow: hidden
}

#sbox-content iframe {
    width: 100%!important
}

.screenshot {
    display: none
}

body>.screenshot {
    position: absolute;
    background: #fff;
    padding: 5px;
    color: #fff;
    z-index: 9999;
    display: block;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    left: 0;
    width: 150px!important;
    height: auto!important;
    min-height: 150px;
    border-radius: 4px
}

.screenshot img {
    width: 140px!important;
    height: auto!important;
    display: block;
    position: relative;
    z-index: 10
}

.screenshot span {
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    left: 25%;
    top: 25%;
    z-index: 1;
    background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

div#productdetailsview.productdetails-view.quick .fleft .image_show_quick {
    float: none
}

#allproducts #custom_buttons a {
    padding: 2px 0px!important
}

#old_payments .checkout-button-top .opg-link {
    top: -5px!important
}

#allproducts .opg-text-left-small .quantity-input {
    margin-bottom: 0px!important
}

#facebox .product-related-products {
    padding-top: 20px
}

div#facebox .popup .owl-carousel-relateds {
    margin: 0 -10px
}

div#facebox .popup .owl-carousel-relateds .itemslide {
    padding: 0 10px
}

div#facebox .popup .owl-carousel-relateds .vm-product-media-container img {
    height: auto;
    width: 100%;
    margin-left: 0px;
    float: none;
    margin-bottom: 10px
}

div#facebox .popup .owl-carousel-relateds .vm-product-media-container .vm-img-desc {
    display: none
}

div#facebox .popup .owl-carousel-relateds .vm-product-media-container a {
    font-size: 12px;
    line-height: 16px
}

div#facebox .popup .owl-carousel-relateds .owl-controls .owl-prev {
    top: -9px
}

div#facebox .popup .owl-carousel-relateds .owl-controls .owl-next {
    top: -9px
}

@media (min-width: 320px) and (max-width:767px) {
    #facebox .product-related-products {
        display:none
    }
}

@media (min-width: 320px) and (max-width:767px) {
    #allproducts .product.opg-margin>.opg-grid>div {
        display:block!important;
        width: 100%
    }
}

.t3-sidebar .paramfilter .values li label span.checkbox {
    display: none
}

body.widecontainer .container,body.widecontainer .sppb-row-container {
    max-width: inherit
}

nav#t3-mainnav .sp-vmsearch .search-input-wrapper .dropdown-menu {
    display: none!important
}

.boxed-version .boxed.layout-boxed {
    background-color: #fafbfb
}

#home-builder {
    padding: 30px 15px
}

#home-builder .popup-hidden {
    overflow: hidden
}

#home-builder .popup-hidden .sppb-container-inner {
    position: absolute;
    left: -10000%;
    top: -1000%
}

#home-builder+.MainRow {
    padding: 0
}

.sppb-section.full-builder {
    margin-left: -15px!important;
    margin-right: -15px!important
}

.sppb-section.full-builder .sppb-container-inner {
    padding: 0 15px;
    max-width: 1310px;
    margin: 0 auto
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.com_virtuemart .mfp-content {
    text-align: center
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.com-sppagebuilder .sppb-optin-form-popup-wrap,.com_sppagebuilder .sppb-optin-form-popup-wrap,.com_virtuemart .sppb-optin-form-popup-wrap {
    display: inline-block;
    position: relative;
    max-width: 100%
}

.dot-controller-dot.sp-slider .sp-dots ul li:after {
    display: none
}

.moduletable {
    position: relative
}

body.widecontainer .itVMProductBlock .prod_box {
    width: 1280px
}

.itVMProductBlock .layout .li li .prod-row {
    height: 100%
}

.itVMProductBlock .layout li .prod-row .product-box {
    height: 100%
}

.box-bg .box-bg-indent .adminForm.user-details tr {
    position: relative
}

#t3-content .form-control-feedback {
    position: absolute;
    top: 2px;
    right: 10px;
    text-align: right;
    width: 100%
}

#system-message {
    margin-top: 30px
}

article section.readmore {
    margin-top: 40px
}

.article-footer .article-info {
    margin-top: 20px
}

.categories-module h5,.category-module h5,ul.categories-module h5,ul.category-module h5 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    opacity: 0.5
}

.categories-module ul ul,.category-module ul ul,ul.categories-module ul,ul.category-module ul {
    padding-top: 10px
}

.categories-module ul li,.category-module ul li,ul.categories-module ul li,ul.category-module ul li {
    border: none
}

.mod-tagspopular ul {
    margin-bottom: -5px;
    list-style: none;
    padding: 0
}

.mod-tagspopular ul>li {
    margin: 0 5px 5px 0
}

.mod-tagspopular ul>li a {
    background: rgba(236,240,241,0.9);
    font-size: 14px;
    line-height: 20px;
    padding: 6px 10px;
    text-transform: lowercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #1f2228;
    border-radius: 4px
}

.tagspopular ul>li {
    background: none;
    display: inline-block
}

.tagspopular ul>li>a:active,.tagspopular ul>li>a:focus,.tagspopular ul>li>a:hover {
    background: #34495e;
    color: #fff;
    text-decoration: none
}

aside#sp-sidebar-l .sidebar .sp-module-content,aside#sp-sidebar-r .sidebar .sp-module-content {
    background: none
}

aside#sp-sidebar-l .sidebar .mod-articlesnews.newsflash,aside#sp-sidebar-r .sidebar .mod-articlesnews.newsflash {
    margin: 0;
    padding: 0
}

aside#sp-sidebar-l .sidebar .mod-articlesnews__item,aside#sp-sidebar-r .sidebar .mod-articlesnews__item {
    margin: 0 0 15px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    vertical-align: top;
    background: #fff;
    padding: 0 0 10px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid var(--color-light);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

aside#sp-sidebar-l .sidebar .newsflash-title,aside#sp-sidebar-r .sidebar .newsflash-title {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px
}

aside#sp-sidebar-l .sidebar .newsflash-image,aside#sp-sidebar-r .sidebar .newsflash-image {
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-width: 60px;
    min-height: 70px;
    max-width: 96px;
    position: relative;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 15px;
    border-radius: 4px;
    margin-bottom: 0
}

aside#sp-sidebar-l .sidebar .newsflash-image img,aside#sp-sidebar-r .sidebar .newsflash-image img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.item-page .article-content {
    padding-top: 30px
}

.item-page .divider-vertical {
    margin-bottom: 0
}

.content_vote {
    display: block;
    padding-bottom: 30px
}

.content_vote .btn {
    vertical-align: top;
    padding-bottom: 6px
}

.item-image img {
    width: 100%;
    height: auto;
    border-radius: 4px
}

.com-content-category-blog .pagination-wrap {
    margin-top: 40px
}

.com-content-category-blog .pagination-wrap ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    width: auto;
    overflow: hidden;
    float: none;
    margin-bottom: 30px;
    display: table;
    text-align: center
}

.com-content-category-blog .pagination-wrap ul li {
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 4px;
    text-align: center
}

.com-content-category-blog .pagination-wrap ul li a,.com-content-category-blog .pagination-wrap ul li span {
    display: block;
    padding: 10px 10px;
    min-width: 40px;
    background: #f7f7f7;
    color: #1f2228;
    border: none;
    margin: 0 1px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 4px
}

.com-content-category-blog .pagination-wrap ul li span {
    color: #676a6e
}

.article-content .sppb-row-container {
    width: 100%!important
}

.pull-center.item-image {
    margin-bottom: 30px
}

.com-content-category-blog .page-header h2,.item-page .page-header h2 {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 20px;
    color: #2e3131;
    font-weight: 400;
    background: rgba(236,240,241,0.08);
    border-left: 4px solid #2e3131;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0
}

.com-content-category-blog .page-header h2 a,.item-page .page-header h2 a {
    display: inline-block;
    line-height: 24px
}

.com-content-category-blog .item-image,.item-page .item-image {
    padding: 15px;
    margin: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    border-radius: 4px;
    background: #fff
}

.category-wishlist {
    padding: 1px;
    background: rgba(236,240,241,0.9)
}

.category-wishlist form {
    margin-bottom: 0px
}

.zebra {
    width: 100%
}

.zebra tbody {
    width: 100%
}

.zebra tr {
    background: #fff
}

.zebra th {
    background: #f0f0f0;
    border: 1px solid #E4E4E2;
    padding: 10px;
    color: #1b1b1b;
    font: normal 14px/20px Arial,Helvetica,sans-serif
}

.zebra td {
    border: 1px solid #E4E4E2;
    padding: 10px
}

.zebra tr a.img img {
    width: 150px
}

.zebra tr a.img {
    display: inline-block;
    width: 150px
}

.zebra .product_name a {
    font: bold 16px/24px Arial,Helvetica,sans-serif;
    color: #1b1b1b;
    text-decoration: none
}

.zebra .product_cat a {
    font: normal 12px/24px Arial,Helvetica,sans-serif;
    color: #1b1b1b;
    text-decoration: none
}

.tip-wrap {
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    box-shadow: 0 0 3px rgba(0,0,0,0.4)
}

.zebra .addtocart-area2 {
    float: none
}

.zebra .controls label {
    display: inline-block
}

.zebra .box-quantity {
    width: 99px;
    display: inline-block;
    position: relative
}

.zebra .addtocart-bar2 .quantity-box,.zebra .addtocart-bar2 .quantity-controls {
    display: inline-block
}

.zebra .addtocart-button {
    text-indent: 0px;
    width: 140px;
    padding-left: 40px;
    text-align: left;
    text-decoration: none;
    margin-top: 20px
}

.zebra a.addtocart-button {
    width: 110px
}

.zebra .addtocart-button span {
    left: 20px
}

.zebra .Price span {
    display: none
}

.zebra .Price.disc .WithoutTax {
    text-decoration: line-through
}

#qLtempOverlay {
    display: none
}

.table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-flex-wrap: no-wrap;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.wrapper-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-grow: 0
}

.text-2,.text-4,.text-wish {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-grow: 1
}

.text-wish {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    border-left: 1px solid #e0e0e0
}

.text-wish {
    width: 180px
}

.num {
    width: 80px;
    text-align: right
}

@media (max-width: 1100px) {
    .wrapper-box.text-2:first-child {
        border-right:1px solid #e0e0e0
    }

    .text-wish {
        border: none
    }

    .num-2,.text-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .num-2>div,.text-2>div {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-grow: 0;
        width: 100%
    }

    .text-2 {
        width: 180px
    }

    .num-2 {
        width: 80px
    }

    .category-wishlist {
        margin-top: 35px
    }
}

@media (max-width: 580px) {
    .wrapper-box.text-2:first-child {
        border:none
    }

    .num-4,.text-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .num-4>div,.text-4>div {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-grow: 0;
        width: 100%
    }

    .text-4 {
        width: 180px
    }

    .num-4 {
        width: 80px
    }
}

@media (max-width: 320px) {
    .table-row {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .table-row>div {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-grow: 0;
        width: 100%
    }

    .num {
        text-align: left
    }
}

.table-row {
    border-top: 1px solid #e0e0e0;
    border-collapse: collapse
}

.table-row.header {
    font-weight: bold;
    padding: 0;
    border-top: none;
    color: #34495e
}

.sectiontableentry1.table-row,.sectiontableentry2.table-row {
    padding: 0
}

.wrapper-box.text-2:first-child .text-wish:first-child {
    border-left: none
}

.text-wish .rating-title {
    display: block
}

.text-wish .vote {
    display: inline-block;
    margin: 10px 0 10px 0;
    padding: 0;
    text-align: left;
    position: relative
}

@media (min-width: 320px) and (max-width:479px) {
    .text-wish .vote {
        float:none;
        margin: 10px 0 10px 0
    }
}

.text-wish .vote .ratingbox {
    background: none;
    width: 80px;
    height: 14px;
    position: relative
}

.text-wish .vote .ratingbox:before {
    color: #dbdbdb;
    content: "\f006  \f006  \f006  \f006  \f006";
    font-family: FontAwesome;
    font-size: 13px;
    position: relative;
    top: -2px
}

.text-wish .vote .stars-orange {
    background: none;
    overflow: hidden;
    height: 14px;
    left: 0;
    top: 0;
    position: absolute
}

.text-wish .vote .stars-orange:before {
    color: #f1c40f;
    content: "\f005  \f005  \f005  \f005  \f005";
    font-family: FontAwesome;
    font-size: 13px;
    position: relative;
    top: -2px
}

.text-wish .price span {
    display: inline-block
}

.text-wish .price .discount,.text-wish .quantity-box {
    display: none
}

.text-wish .price .withoutTax {
    font-size: 16px;
    line-height: 26px;
    color: #596067;
    text-decoration: line-through;
    float: left;
    padding-right: 5px
}

.sales {
    font-size: 20px;
    line-height: 26px;
    color: #2e3131;
    font-weight: 400
}

.text-wish .price .withoutTax+.sales {
    color: #ec7163
}

.text-wish .browseImage {
    position: relative
}

.text-wish .browseImage img {
    width: 100%;
    height: auto
}

.text-wish .browseImage .lbl-box {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1
}

.text-wish .browseImage .lbl-box div {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 2px 10px 0;
    color: #fff;
    font-weight: 400;
    border-radius: 4px
}

.text-wish .browseImage .lbl-box div.limited {
    background: #c259db
}

.text-wish .browseImage .lbl-box div.discount {
    background: #ec7163
}

.text-wish .browseImage .lbl-box div.hit {
    background: #ee9160
}

.text-wish .browseImage .lbl-box2 {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1
}

.text-wish .browseImage .lbl-box2 div {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 2px 10px 0;
    color: #fff;
    font-weight: 300;
    border-radius: 4px
}

.text-wish .browseImage .lbl-box2 div.sold {
    background: #e4e4e4
}

.text-wish .browseImage .lbl-box2 div.new {
    background: #1abc9c
}

.text-wish .remwishlists {
    margin-top: 14px;
    cursor: pointer
}

.text-wish .remwishlists .fa {
    margin-right: 4px
}

.text-wish .product_cat {
    opacity: 0.5
}

.text-wish .addtocart-button {
    padding: 0 10px;
    min-width: 105px;
    text-align: center
}

.category-wishlist {
    border-radius: 4px
}

.category-wishlist .table-row {
    background: #fff
}

.full-width {
    width: 100%
}

.tag-category .list-group-item {
    background: var(--color-white);
    margin-bottom: 30px;
    border: 5px solid var(--color-light);
    border-radius: 3px;
    padding: 10px 20px 20px
}

.tag-category .list-group-item a {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0 20px;
    color: var(--color-black);
    font-weight: 400;
    background: rgba(244,244,244,0.2);
    border-left: none;
    border-bottom: 1px solid var(--color-light);
    border-radius: 3px 3px 0 0;
    text-transform: uppercase;
    display: block
}

.tag-category .list-group-item a img {
    width: 100%;
    height: auto
}

.blog .article {
    padding: 0;
    border: none
}

.blog .article-header h2 {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0;
    color: var(--color-dark);
    font-weight: 400;
    background: none;
    border-left: none;
    border-radius: 0;
    margin-bottom: 10px!important;
    text-transform: uppercase
}

.blog .tags {
    margin: 0
}

.blog .tags li {
    margin: 0 5px 5px 0
}

.blog .tags li a {
    background: rgba(236,240,241,0.9);
    font-size: 14px;
    line-height: 20px;
    padding: 6px 10px;
    text-transform: lowercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--body-link-color);
    border-radius: 4px
}

.blog .tags li a:hover {
    background: var(--color-dark);
    color: var(--color-white)
}

.blog .pagination-wrapper {
    text-align: center
}

.blog #bottom-pagination-top {
    width: auto;
    margin: 0 auto
}

.blog #bottom-pagination-top .page-link {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 40px;
    height: 100%
}

.blog #bottom-pagination-top .page-link span {
    display: block;
    height: 100%;
    line-height: 40px
}

.blog .cat-children .item-title {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
    margin: 0
}

.blog .cat-children .item-title:before {
    content: "-";
    margin-right: 4px
}

.pagenavigation {
    margin-top: 30px
}

.pagenavigation .pagination {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.related-article-list-item h2 {
    margin-bottom: 5px
}

.layout li .prod-row .product-box.style_2 .product-actions {
    display: block
}

.fancybox-overlay {
    background-color: rgba(0,0,0,0.4);
    z-index: 20022!important
}

.inline-YTPlayer {
    max-width: 100%!important
}

.mod-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#sp-title .sp-column {
    max-width: 100%
}

@media (min-width: 992px) {
    .view-article #sp-sidebar-l,.view-article #sp-sidebar-r,.view-category #sp-sidebar-l,.view-category #sp-sidebar-r {
        position:sticky;
        top: 80px;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .body-innerwrapper {
        overflow: visible
    }
}

@media (max-width: 991px) {
    #sp-main-body {
        padding:40px 0
    }

    .mod-footer {
        display: block
    }

    #compare_list_prod td:first-child {
        width: 150px
    }
}
