@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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, .9);
}
table tr:first-child a {
    color: #e6383b;
    font-weight: 400;
}
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 {
  transition: color 400ms, background-color 400ms;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

label {
  font-weight: normal;
}

legend {
  padding-bottom: 10px;
}

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

#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: -5px;
  display: inline-block;
}

ul.social-icons>li {
  display: inline-block;
  margin: 5px 7px;
}

.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
  left: 0%;
  top: 10px !important;
  position: absolute;
  transform: translate3d(0px, 21px, 0px);
}

.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 .latestnews>li>a>span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}

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

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

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

#sp-header {
  height: 80px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}

#sp-header .logo {
  height: 80px;
  display: inline-flex;
  margin: 0;
  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;
}

#sp-title {
  min-height: 0;
}

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

.sp-page-title .sp-page-title-heading,
.sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
}

.sp-page-title .sp-page-title-heading {
  font-size: 24px;
  line-height: 1;
}

.sp-page-title .sp-page-title-sub-heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}

.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.sp-page-title .breadcrumb>.active {
  color: rgba(255, 255, 255, 0.8);
}

.sp-page-title .breadcrumb>span,
.sp-page-title .breadcrumb>li,
.sp-page-title .breadcrumb>li+li:before,
.sp-page-title .breadcrumb>li>a {
  color: #fff;
}

.body-innerwrapper {
  overflow-x: hidden;
}

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

#sp-main-body {
  padding: 30px 0;
  min-height: 500;
}

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

#sp-left .sp-module,
#sp-right .sp-module {
  margin-top: 50px;
  padding: 0px;
  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 20px;
  padding-bottom: 5px;
  font-size: 133.33%;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  position: relative;
}

#sp-left .sp-module .sp-module-title:before,
#sp-right .sp-module .sp-module-title:before {
  background-color: #e6383b;
  content: '';
  display: inline-block;
  height: 1px;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: -1px;
}

#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;
}

.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 dt,
.search .search-results dd {
  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-radius: 3px;
}

.article-list .article .article-intro-image,
.article-list .article .article-featured-video,
.article-list .article .article-featured-audio,
.article-list .article .article-feature-gallery {
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}

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

.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,
.article-list .article .article-header h2 a {
  color: #252525;
}

.article-list .article .article-header h1 a:hover,
.article-list .article .article-header h2 a:hover,
.article-list .article .article-header h1 a:active,
.article-list .article .article-header h2 a:active,
.article-list .article .article-header h1 a:focus,
.article-list .article .article-header h2 a:focus {
  color: #e6383b;
}

.article-list .article .readmore {
  font-size: 0.875rem;
}

.article-list .article .readmore a {
  color: #252525;
  font-weight: 500;
}

.article-list .article .readmore a:hover,
.article-list .article .readmore a:active,
.article-list .article .readmore a:focus {
  color: #e6383b;
}

.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: #252525;
}

.article-info>span a:hover {
  color: #e6383b;
}

.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 {
  text-align: center;
  margin-bottom: 2rem;
}

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

.article-details .article-featured-video,
.article-details .article-featured-audio,
.article-details .article-feature-gallery {
  margin-bottom: 2rem;
}

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

.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: 1.2rem;
}

.related-article-list-container ul.related-article-list li .article-header h2 a {
  color: #252525;
}

.related-article-list-container ul.related-article-list li .article-header h2 a:hover {
  color: #044cd0;
}

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

.tags {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: block;
}

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

.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: flex;
  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: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

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

.article-ratings .rating-symbol span.rating-star:before {
  content: "\f006";
  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;
  cursor: pointer;
}

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

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

.pagination-wrapper {
  align-items: center;
}

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

.pagination-counter {
  display: none;
}

.pagination-wrapper,
.paginationblock {
  text-align: center;
  justify-content: flex-end;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
}

.pagination-wrapper .mr-auto,
.paginationblock .mr-auto {
  margin-right: 0 !important;
}

.pagination-wrapper .pagination li,
.paginationblock .pagination li {
  display: inline-block;
  padding: 0 1px;
}

.pagination-wrapper .pagination li a,
.paginationblock .pagination li a,
.pagination-wrapper .pagination li span,
.paginationblock .pagination li span {
  border-radius: 0;
  min-width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  padding: 0 10px;
  color: #898989;
  text-align: center;
  display: block;
  font-size: 14px;
  margin: 0;
}

.pagination-wrapper .pagination li:hover a,
.paginationblock .pagination li:hover a,
.pagination-wrapper .pagination li:hover span,
.paginationblock .pagination li:hover span {
  color: #fff;
  background-color: #e6383b;
  border-color: #e6383b;
}

.pagination-wrapper .pagination li.active a,
.paginationblock .pagination li.active a,
.pagination-wrapper .pagination li.active span,
.paginationblock .pagination li.active span {
  color: #fff;
  background-color: #e6383b;
  border-color: #e6383b;
}

.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: 1px solid #ededed;
  font-size: 1rem;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
}

.article-social-share .social-share-icon ul li a:hover,
.article-social-share .social-share-icon ul li a:focus {
  color: #fff;
}

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

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

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

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

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

.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped 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;
}

#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 {
  font-size: 14px;
  padding: 0;
}

#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}

#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}

#sp-footer ul.menu li a {
  display: block;
}

#sp-footer ul.menu li a:hover {
  background: none;
}

#sp-footer #sp-footer2 {
  text-align: right;
}

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 thead>tr,
table.category tbody>tr {
  border: 1px solid #f2f2f2;
}

table.category thead>tr th,
table.category tbody>tr th,
table.category thead>tr td,
table.category tbody>tr td {
  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;
  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: 50px;
  right: 30px;
  color: #fff;
  display: none;
  line-height: 44px;
  text-align: center;
  width: 40px;
  height: 40px;
  z-index: 30;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1000;
  background-color: #e6383b;
}

.sp-scroll-up:before {
  content: '\f062';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}

.sp-scroll-up:hover,
.sp-scroll-up:active,
.sp-scroll-up:focus {
  color: #fff;
  background: #c40;
}

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

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

input[type="text"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="url"]:not(.form-control),
input[type="date"]:not(.form-control),
input[type="password"]:not(.form-control),
input[type="search"]:not(.form-control),
input[type="tel"]:not(.form-control),
input[type="number"]:not(.form-control),
select:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="text"]:not(.form-control):focus,
input[type="email"]:not(.form-control):focus,
input[type="url"]:not(.form-control):focus,
input[type="date"]: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="number"]:not(.form-control):focus,
select:not(.form-control):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}

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

.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  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, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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;
}

.chzn-container.chzn-container-single .chzn-single div>b:after {
  content: "\f0dc";
  font-family: FontAwesome;
  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, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, 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, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 0.875rem;
  color: rgba(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, .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, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, 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, .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, .2);
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(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, .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;
}

#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;
}

.form-check-inline input[type="radio"] {
  display: none;
}

#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;
}

#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;
  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: flex;
  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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(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;
}

.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>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: #92ceff;
  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: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}

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

.sidebar-megamenu .sambar .menu_vertical .sambar-inner {
  background: #fff;
  box-shadow: 0 14px 28px rgb(0 0 0 / 5%), 0 10px 10px rgb(0 0 0 / 5%);
  border-radius: 0px 0 10px 10px;
}

.sidebar-megamenu .sambar .menu_vertical .sambar-inner .sj-megamenu-parent>li>span {
  color: #000;
  text-transform: capitalize;
  font-size: 13px;
  padding: 10px 15px;
}

.custom-vertical-1 li.item {
  display: inline-block;
  float: left;
  width: 50%;
  margin: 0 0 30px;
}

.custom-vertical-1 li.item:nth-child(3) {
  clear: both;
}

.custom-vertical-1 li.item .img {
  display: inline-block;
  float: left;
  width: 25%;
}

.custom-vertical-1 li.item .content {
  display: block;
  overflow: hidden;
  line-height: 14px;
  padding: 0 10px;
}

.custom-vertical-1 li.item .content h3.title {
  margin: 0 0 10px;
  font-size: 12px;
}

.custom-vertical-1 li.item .content h3.title a {
  color: #222;
  text-transform: uppercase;
}

.custom-vertical-1 li.item .content h3.title a:hover {
  color: #ff5722;
}

.custom-vertical-1 li.item .content span {
  display: block;
  font-size: 12px;
  color: #666;
}

.custom-vertical-3>.item>ul>li.item {
  padding: 5px 0;
}

.custom-vertical-4 .items {
  margin: 0 0 15px;
}

.custom-vertical-4 .items ul .item {
  padding: 5px 0;
}

.custom-vertical-4 .items ul .item a {
  font-size: 14px;
}

.sp-module.all-categories {
  position: relative;
  margin: 0;
}

.sp-module.all-categories:hover .sj-flat-menu {
  display: block;
}

.sp-module.all-categories .sj-flat-menu {
  border-top: 0;
  border: 1px solid #ddd;
  padding: 0;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.sp-module.all-categories .sj-flat-menu li {
  padding: 0;
}

.sp-module.all-categories .sj-flat-menu li.fm-last {
  padding: 22px 0px;
  border-top: 1px solid #eee;
}

.sp-module.all-categories .sj-flat-menu li.fm-last .fm-item:before {
  width: 0;
}

.sp-module.all-categories .sj-flat-menu li:hover {
  background: #fafafa;
}

.sp-module.all-categories .sj-flat-menu li:hover .fm-item:before {
  opacity: 1;
}

.sp-module.all-categories .sj-flat-menu li:hover .fm-item .fm-button .fm-icon:after {
  color: #e6383b;
}

.sp-module.all-categories .sj-flat-menu li:hover a {
  color: #e6383b;
}

.sp-module.all-categories .sj-flat-menu li .fm-item {
  padding: 10px 20px;
  display: block;
}

.sp-module.all-categories .sj-flat-menu li .fm-item .fm-button {
  right: 20px;
  top: 5px;
}

.sp-module.all-categories .sj-flat-menu li .fm-item .fm-button .fm-icon {
  position: relative;
}

.sp-module.all-categories .sj-flat-menu li .fm-item .fm-button .fm-icon:after {
  float: right;
  margin-top: 5px;
  opacity: 1;
  content: '\f0da';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 14px;
}

.sp-module.all-categories .sj-flat-menu li .fm-item:before {
  content: "";
  background: #e6383b;
  display: block;
  width: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.sp-module.all-categories .sj-flat-menu li .fm-item .fm-link {
  padding: 0;
  margin: 0;
}

.sp-module.all-categories .sj-flat-menu li .fm-item .fm-link .magamenu-title {
  line-height: 13px;
}

.sp-module.all-categories .sj-flat-menu li .fm-item .fm-link .megamenu-icon {
  height: 100%;
  margin-top: 4px;
}

.sp-module.all-categories .sj-flat-menu li .fm-container ul {
  min-width: 260px;
}

.sp-module.all-categories .sj-flat-menu li .fm-container ul li {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.sp-module.all-categories .sj-flat-menu li .fm-container ul li.fm-last {
  padding: 0;
  border-top: 0;
}

.sp-module.all-categories .sj-flat-menu li .fm-container ul li a {
  color: #444;
}

.sp-module.all-categories .sj-flat-menu li .fm-container ul li:hover a {
  color: #e6383b;
}

.sp-module.all-categories .sj-flat-menu li .fm-container ul li .fm-container ul li a {
  color: #444;
}

.sp-module.all-categories .sj-flat-menu li .fm-container ul li .fm-container ul li:hover a {
  color: #e6383b;
}

.sp-module.all-categories .sj-flat-menu li .fm-container ul li.fm-first {
  border-top: 1px solid #ddd;
}

.sp-module.all-categories:hover .sj-flat-menu {
  display: block;
}

body.home-layout .sp-module.all-categories .sambar-inner {
  position: relative;
  padding-top: 0px;
}

body.home-layout .sp-module.all-categories .sambar-inner:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e6383b;
}

.sp-module.all-categories .sj-flat-menu li:hover .fm-container ul li .fm-item::before {
  width: 0px;
}

body.site.home-layout .sp-module.all-categories .sj-flat-menu {
  display: block;
}

body.site.home-layout .header-style-1 .sidebar-megamenu .menu_vertical .sj-megamenu-hover {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

body.site .header-style-1 .sidebar-megamenu:hover .menu_vertical .sj-megamenu,
body.site .header-style-1 .sidebar-megamenu:hover .menu_vertical .sj-megamenu-hover {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

body.site .header-style-1 .sidebar-megamenu .menu_vertical .sj-megamenu,
body.site .header-style-1 .sidebar-megamenu .menu_vertical .sj-megamenu-hover {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  position: absolute;
  left: 0;
  top: 130%;
  width: 100%;
  background-color: #fff;
  z-index: 140;
}

.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 3;
  display: block;
  float: left;
  position: relative;
}

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

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

.sp-megamenu-parent>li:hover>a,
.sp-megamenu-parent>li:hover>span {
  background-color: #e6383b;
}

.sp-megamenu-parent>li:hover>a:before {
  opacity: 1;
}

.sp-megamenu-parent>li>a:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 2px;
  opacity: 0;
  z-index: 10;
  background-color: #e6383b;
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
  display: inline-block;
  line-height: 50px;
  height: auto;
  color: #fff !important;
  font-size: 116.67%;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding: 0 15px;
  margin: 0;
}

.sp-megamenu-parent>li.active>a {
  font-weight: 500;
}

.sp-megamenu-parent>li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  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-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}

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

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

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

.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 .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 .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: 30px;
}

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

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

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

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

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

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

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

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

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

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: "FontAwesome";
  content: "\f105";
  float: right;
  margin-left: 7px;
}

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: auto;
  right: 0;
}

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%;
}

/****************/
#off-menu_148 h3.sm-head {
  display: block;
  background: #e6383b !important;
  line-height: 50px !important;
  height: 50px !important;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 25px !important;
  font-size: 116.67%;
  color: #fff;
  margin: 0 !important;
  display: inline-block;
  position: relative !important;
  width: 100%;
}

#off-menu_153 h3.sm-head {
  display: block;
  background: #e6383b !important;
  line-height: 50px !important;
  height: 50px !important;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 25px !important;
  font-size: 116.67%;
  color: #fff;
  margin: 0 !important;
  display: inline-block;
  position: relative !important;
  width: 100%;
}

#off-menu_148 h3.sm-head span {
  ont-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-shadow: 0px 0px 1px #000033;
  display: inline-block !important;
  line-height: 50px !important;
}

#off-menu_153 h3.sm-head span {
  ont-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-shadow: 0px 0px 1px #000033;
  display: inline-block !important;
  line-height: 50px !important;
}

#off-menu_148 h3.sm-head:before {
  content: '\f0c9';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#off-menu_153 h3.sm-head:before {
  content: '\f0c9';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.off-menu_148 dl dt.opened a,
.off-menu_148 dl.level1 dt.opened a,
.off-menu_148 dl dt.hover a,
.off-menu_148 dl dt:hover a,
.off-menu_148 dl.level1 dt.hover a,
.off-menu_148 dl.level1 dt:hover a {
  color: #000 !important;
}

.off-menu_153 dl dt.opened a,
.off-menu_153 dl.level1 dt.opened a,
.off-menu_153 dl dt.hover a,
.off-menu_153 dl dt:hover a,
.off-menu_153 dl.level1 dt.hover a,
.off-menu_153 dl.level1 dt:hover a {
  color: #000 !important;
}

.off-menu_148 dt>.sm-arrow,
.off-menu_148 dt.level1>.sm-arrow {
  font-size: 14px;
  color: #000 !important;
  transition: 1s ease-in;
}

.off-menu_153 dt>.sm-arrow,
.off-menu_153 dt.level1>.sm-arrow {
  font-size: 14px;
  color: #000 !important;
  transition: 1s ease-in;
}

.off-menu_148 dl dt:hover:before,
.off-menu_148 dl dt:hover:before {
  animation: effect_icon 0.3s ease-in infinite;
  -moz-animation: effect_icon 0.3s ease-in infinite;
  -webkit-animation: effect_icon 0.3s ease-in infinite;
}

.off-menu_153 dl dt:hover:before,
.off-menu_148 dl dt:hover:before {
  animation: effect_icon 0.3s ease-in infinite;
  -moz-animation: effect_icon 0.3s ease-in infinite;
  -webkit-animation: effect_icon 0.3s ease-in infinite;
}

.off-menu_148 dt.opened>.sm-arrow,
.off-menu_148 dt.level1.opened>.sm-arrow,
.off-menu_148 dt:hover>.sm-arrow,
.off-menu_148 dt.level1:hover>.sm-arrow,
.off-menu_148 dt.hover>.sm-arrow,
.off-menu_148 dt.level1.hover>.sm-arrow {
  color: #000 !important;
}

.off-menu_153 dt.opened>.sm-arrow,
.off-menu_153 dt.level1.opened>.sm-arrow,
.off-menu_153 dt:hover>.sm-arrow,
.off-menu_153 dt.level1:hover>.sm-arrow,
.off-menu_153 dt.hover>.sm-arrow,
.off-menu_153 dt.level1.hover>.sm-arrow {
  color: #000 !important;
}

.off-menu_148 dl dt.opened,
.off-menu_148 dl.level1 dt.opened,
.off-menu_148 dl dt.hover,
.off-menu_148 dl dt:hover,
.off-menu_148 dl.level1 dt.hover,
.off-menu_148 dl.level1 dt:hover {
  background-color: transparent !important;
}

.off-menu_153 dl dt.opened,
.off-menu_153 dl.level1 dt.opened,
.off-menu_153 dl dt.hover,
.off-menu_153 dl dt:hover,
.off-menu_153 dl.level1 dt.hover,
.off-menu_153 dl.level1 dt:hover {
  background-color: transparent !important;
}

.off-menu_148 dt .inner,
.off-menu_148 dt.level1 .inner {
  padding-left: 15px !important;
  width: 100% !important;
}

.off-menu_153 dt .inner,
.off-menu_153 dt.level1 .inner {
  padding-left: 15px !important;
  width: 100% !important;
}

.off-menu_148 dl dt,
.off-menu_148 dl.level1 dt {
  position: relative;
  border-bottom: 1px solid #eee !important;
  border-radius: 0 !important;
}

.off-menu_153 dl dt,
.off-menu_153 dl.level1 dt {
  position: relative;
  border-bottom: 1px solid #eee !important;
  border-radius: 0 !important;
}

.off-menu_148 dl a,
.off-menu_148 dl a:link,
.off-menu_148 dl.level1 a,
.off-menu_148 dl.level1 a:link {
  text-transform: capitalize;
  font-size: 15px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.off-menu_153 dl a,
.off-menu_153 dl a:link,
.off-menu_153 dl.level1 a,
.off-menu_153 dl.level1 a:link {
  text-transform: capitalize;
  font-size: 15px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.off-menu_148 dl dt,
.off-menu_148 dl.level2 dt {
  border-bottom: 1px solid #eee !important;
  border-radius: 0 !important;
}

.off-menu_153 dl dt,
.off-menu_153 dl.level2 dt {
  border-bottom: 1px solid #eee !important;
  border-radius: 0 !important;
}

dt.off-nav-150:before {
  content: url(/images/icon/pog_t2.png);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

dt.off-nav-151:before {
  content: url(/images/icon/ohranka_t.png);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

dt.off-nav-152:before {
  content: url(/images/icon/videondb_top.png);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

dt.off-nav-153:before {
  content: url(/images/icon/skud_top.png);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

dt.off-nav-154:before {
  content: url(/images/icon/proekt_top.png);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.off-menu_148 dl.level2 dt.active a {
  color: #f50 !important;
}

.off-menu_153 dl.level2 dt.active a {
  color: #f50 !important;
}

@keyframes effect_icon {
  0% {
    transform: translateY(-50%) rotateZ(0deg);
    -moz-transform: translateY(-50%) rotateZ(0deg);
    -webkit-transform: translateY(-50%) rotateZ(0deg);
  }

  25% {
    transform: translateY(-50%) rotateZ(-5deg);
    -moz-transform: translateY(-50%) rotateZ(-5deg);
    -webkit-transform: translateY(-50%) rotateZ(-5deg);
  }

  50% {
    transform: translateY(-50%) rotateZ(0deg);
    -moz-transform: translateY(-50%) rotateZ(0deg);
    -webkit-transform: translateY(-50%) rotateZ(0deg);
  }

  75% {
    transform: translateY(-50%) rotateZ(5deg);
    -moz-transform: translateY(-50%) rotateZ(5deg);
    -webkit-transform: translateY(-50%) rotateZ(5deg)
  }

  100% {
    transform: translateY(-50%) rotateZ(0deg);
    -moz-transform: translateY(-50%) rotateZ(0deg);
    -webkit-transform: translateY(-50%) rotateZ(0deg)
  }
}

@-webkit-keyframes effect_icon {
  0% {
    transform: translateY(-50%) rotateZ(0deg);
    -webkit-transform: translateY(-50%) rotateZ(0deg);
  }

  25% {
    transform: translateY(-50%) rotateZ(-5deg);
    -webkit-transform: translateY(-50%) rotateZ(-5deg);
  }

  50% {
    transform: translateY(-50%) rotateZ(0deg);
    -webkit-transform: translateY(-50%) rotateZ(0deg);
  }

  75% {
    transform: translateY(-50%) rotateZ(5deg);
    -webkit-transform: translateY(-50%) rotateZ(5deg)
  }

  100% {
    transform: translateY(-50%) rotateZ(0deg);
    -webkit-transform: translateY(-50%) rotateZ(0deg)
  }
}

.sm-container #sp-breadcrumb {
  flex: 0 0 75% !important;
  max-width: 75% !important;
  margin-left: auto !important;
  overflow-y: visible;
}
#sp-breadcrumb {
  flex: 0 0 100%;
  max-width: 1170px;
  margin-left: 0!important;
  overflow-y: visible;
}
#sp-breadcrumb span {
	/*font-weight: 600;*/
}

.breadcrumb ul li:nth-last-child span {
    font-weight: 600;
}

#sp-left {
  margin-top: -135px;
}

.sppb-row-container {
  background: #fff;
}

.itemid-179 #sp-main-body {
  background: #fff;
}

.itemid-179 .sp-pagebuilder-row,
.itemid-179 .sppb-row {
  padding: 0px 20px 0 20px;
}

#section-id-1580391401654 .sppb-row {
  padding-top: 30px;
}

.kontakti4st img {
  display: inline-block;
}

/********/



@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;
  }
}

#offcanvas-toggler {
  display: block;
  height: auto;
  line-height: 50px;
  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, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

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

.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}

.close-offcanvas:hover {
  background: #666;
  color: #fff;
}

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

.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}

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

.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 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;
  list-style: none;
}

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

.offcanvas-menu .offcanvas-inner .sp-module ul>li a,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>a>.menu-toggler,
.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.menu-separator>.menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: FontAwesome;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>a>.menu-toggler:after,
.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.menu-separator>.menu-toggler:after {
  content: "\f055";
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent.menu-parent-open>a>.menu-toggler:after,
.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent.menu-parent-open>.menu-separator>.menu-toggler:after {
  content: "\f056";
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent.menu-parent-open>.nav-header>.menu-toggler:after {
  content: "\f056";
}

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

.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.nav-header>.menu-toggler:after {
  content: "\f055";
}

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

.offcanvas-menu .offcanvas-inner .sp-module ul>li ul li a {
  font-size: 0.875rem;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
  height: 40px;
  width: 40px;
  background-color: #f50;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right>.fa {
  color: #fff;
}

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: -300px;
}

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

body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}

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

body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}

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

body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}

body.ltr .close-offcanvas {
  right: 15px;
  top: 15px;
  line-height: 23px;
}

body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>a>.menu-toggler,
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.menu-separator>.menu-toggler {
  right: 0;
}

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

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

@keyframes spFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  100% {
    opacity: 1;
  }
}

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

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

@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }

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

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

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

.footer-head .custom.socials-wrap {
  background-color: #182f74;
  padding: 3px 30px 3px;
  display: table;
  width: 100%;
}

.footer-head .custom.socials-wrap ul .li-social {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.footer-head .custom.socials-wrap ul .li-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-head .custom.socials-wrap ul .li-social a:hover {
  background-color: #e6383b;
  border-color: #e6383b;
}

.footer-head .custom.socials-wrap ul .li-social a .name-social {
  display: none;
}

.footer-top .sp-module.footer-block {
  background-color: #eceef4;
  padding: 40px 30px;
}

.footer-top .sp-module.footer-block h3.sp-module-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 116.67%;
  color: #222;
  text-transform: uppercase;
}

.footer-top .sp-module.footer-block ul.links-contact li {
  position: relative;
  padding-left: 39px;
  min-height: 30px;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
}

.footer-top .sp-module.footer-block ul.links-contact li:hover:before {
  background-color: #e6383b;
}

.footer-top .sp-module.footer-block ul.links-contact li:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icon-image.png) #203c8e;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.footer-top .sp-module.footer-block ul.links-contact li.add-icon:before {
  background-position: -8px -10px;
}

.footer-top .sp-module.footer-block ul.links-contact li.email-icon:before {
  background-position: -11px -51px;
}

.footer-top .sp-module.footer-block ul.links-contact li.phone-icon:before {
  background-position: -11px -91px;
}

.footer-top .sp-module.footer-block ul.links-contact li.middle-content {
  padding-top: 9px;
  margin: 10px 0 16px;
}

#sp-bottom2 .sp-module {
  padding: 20px 0;
  font-size: 12px;
}

#sp-bottom2 .sp-module h3.sp-module-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 116.67%;
  color: #222;
  text-transform: uppercase;
}

#sp-bottom2 .sp-module ul.menu li a {
  display: inline-block;
  padding: 2px 0;
  font-size: 108.33%;
  font-weight: 400;
}

.categories-footer {
  font-size: 91.67%;
  padding: 30px 0;
}

.categories-footer .footer-links-w .label-link {
  font-weight: 700;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-size: 127.27%;
  color: #222;
}

.categories-footer .footer-links-w ul li {
  padding-bottom: 8px;
}

.categories-footer .footer-links-w ul li h2 {
  font-size: 100%;
  display: inline-block;
  font-weight: 600;
  color: #222;
  line-height: 18px;
  text-transform: uppercase;
}

.footer-bottom {
  background-color: #f3f4f8;
  padding: 11px 0;
}

.footer-bottom .sp-copyright {
  color: #666;
  font-weight: 400;
}

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

table.acymailing_form {
  margin: 0 !important;
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

#sp-feature .acymailing_module_form {
  padding: 22px 0 !important;
  display: flex;
}

#sp-feature .acymailing_module_form .acymailing_introtext {
  display: table-cell;
  vertical-align: middle;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  padding-right: 70px !important;
  padding-top: 10px !important;
}

#sp-feature .acymailing_module_form td.acyfield_email {
  min-width: 362px;
}

#sp-feature .acymailing_module_form td.acyfield_email input[type="text"] {
  height: 40px;
  border: none;
  color: #444;
  font-size: 116.67%;
  border-radius: 0;
}

#sp-feature .acymailing_module_form td.acysubbuttons input[type="submit"] {
  height: 40px;
  font-weight: 600;
  background-color: #e6383b;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0 20px;
  font-size: 14px;
  margin-left: -2px;
}

div.mod-languages a {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 12px;
  color: #495057;
}

div.mod-languages a:after {
  border: 0;
}

div.mod-languages a:hover {
  color: #e6383b;
}

div.mod-languages img {
  display: inline;
}

div.mod-languages .dropdown-menu {
  min-width: 100px;
  border-radius: 0px;
}

div.mod-languages .dropdown-menu li {
  border: none;
  display: inline-block;
}

.header-style-1 .header-top {
  border-bottom: 1px solid #eee;
  font-size: 12px;
  height: 1px;
}

.header-style-1 .header-middle {
  padding: 10px 0;
  /* background-color: #dadde8; */
  clear: both;
}

.header-style-1 .header-bottom {
  height: 50px;
  background-color: #203c8e;
}

#sp-right .sp-module.jshop-cat {
  border: 1px solid #ddd;
  border-radius: 0;
}

#sp-right .sp-module.jshop-cat .sp-module-title {
  padding: 15px;
  margin: 0;
}

#sp-right .sp-module.jshop-cat .sp-module-title:before {
  content: none;
}

#sp-right .sp-module.jshop-cat .jshop_menu_level_1_a {
  padding-left: 30px;
}

#sp-right .sp-module.jshop-cat .jshop_menu_level_1_a a {
  font-size: 14px;
  font-weight: 400;
}

#sp-right .sp-module.jshop-cat .jshop_menu_level_0_a,
#sp-right .sp-module.jshop-cat .jshop_menu_level_0 {
  margin: 0;
}

#sp-right .sp-module.jshop-cat .jshop_menu_level_0_a a,
#sp-right .sp-module.jshop-cat .jshop_menu_level_0 a {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 10px 15px;
  display: block;
  position: relative;
}

#sp-right .sp-module.jshop-cat .jshop_menu_level_0_a a:before,
#sp-right .sp-module.jshop-cat .jshop_menu_level_0 a:before {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}

#sp-right .sp-module.jshop-cat .jshop_menu_level_0_a a:hover,
#sp-right .sp-module.jshop-cat .jshop_menu_level_0 a:hover {
  color: #e6383b;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#sp-right .sp-module.jshop-cat .jshop_menu_level_0_a a:hover:before,
#sp-right .sp-module.jshop-cat .jshop_menu_level_0 a:hover:before {
  opacity: 1;
  background-color: #e6383b;
}

.language-currency-top {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.language-currency-top .sp-module {
  display: inline-block;
  float: left;
}

.language-currency-top .currency-wrapper .bootstrap-select>.btn {
  height: 34px;
  line-height: 34px;
  border: 0;
  font-size: 12px;
  padding: 0 11px;
  color: #495057;
  position: relative;
  background-color: transparent;
}

.language-currency-top .currency-wrapper .bootstrap-select>.btn:after {
  border: 0;
}

.language-currency-top .currency-wrapper .bootstrap-select .dropdown-menu {
  transition: all 0.2s ease-out;
  padding: 10px 20px;
  min-width: 120px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  font-size: 12px;
  margin-top: -1px;
}

.language-currency-top .language-wrapper {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0;
}

.language-currency-top .language-wrapper .mod-languages {
  display: inline-block !important;
}

.language-currency-top .language-wrapper .mod-languages .btn-link {
  height: 34px;
  line-height: 34px;
  border: 0;
  color: #495057;
  padding: 0 11px;
}

.language-currency-top .language-wrapper .mod-languages .btn-link:hover {
  color: #e6383b;
  text-decoration: none;
}

.language-currency-top .language-wrapper .mod-languages .btn-link:after {
  border: 0;
}

.language-currency-top .language-wrapper .mod-languages .btn-link>span {
  padding-right: 5px;
}

.language-currency-top .language-wrapper .mod-languages .dropdown-menu {
  transition: all 0.2s ease-out;
  padding: 10px 20px;
  min-width: 120px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}

.language-currency-top .language-wrapper .mod-languages .dropdown-menu li {
  display: block;
  line-height: 22px;
}

.header-top-links .toplinks-wrapper {
  float: right;
}

.header-top-links .toplinks-wrapper ul.links.toplinks_hover li.account a {
  background-color: transparent;
  color: #fff;
  padding-right: 0;
  text-indent: 50px;
  width: 34px;
}

.header-top-links .toplinks-wrapper ul.links.toplinks_hover li.account a:before {
  color: #4a5678;
}

.header-top-links .toplinks-wrapper ul.links li {
  float: left;
  position: relative;
}

.header-top-links .toplinks-wrapper ul.links li.account>a {
  color: #fff;
  text-indent: 28px;
  width: auto;
  padding-right: 10px;
  background-color: #f50;
}

.header-top-links .toplinks-wrapper ul.links li.account>a:before {
  content: '\f2be';
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
}

.header-top-links .toplinks-wrapper ul.links li.account:hover .dropdown-menu {
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.header-top-links .toplinks-wrapper ul.links li.account .dropdown-menu {
  display: block;
  opacity: 0;
  transition: all 0.2s ease-out;
  border-radius: 0px;
  left: 0;
  right: auto;
  padding: 10px 20px;
  min-width: 120px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.header-top-links .toplinks-wrapper ul.links li.account .dropdown-menu>li {
  float: none;
  display: block;
}

.header-top-links .toplinks-wrapper ul.links li.account .dropdown-menu>li>a {
  border: 0;
  padding: 5px 0px;
  line-height: 22px;
  color: #495057;
  height: auto;
  width: auto;
  text-indent: 0;
  font-size: 12px;
}

.header-top-links .toplinks-wrapper ul.links li.account .dropdown-menu>li>a:hover {
  color: #e6383b;
  background-color: #fff;
}

.header-top-links .toplinks-wrapper ul.links li.wishlist a:before {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.header-top-links .toplinks-wrapper ul.links li.checkout a:before {
  content: '\f14a';
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.header-top-links .toplinks-wrapper ul.links li.login a:before {
  content: '\f023';
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.header-top-links .toplinks-wrapper ul.links li a {
  white-space: nowrap;
  display: block;
  width: 34px;
  line-height: 34px;
  height: 34px;
  border-right: 1px solid #eee;
  overflow: hidden;
  text-indent: 50px;
  padding-right: 0;
  transition: padding 0.4s ease 0s;
  -webkit-transition: padding 0.4s ease 0s;
  position: relative;
}

.header-top-links .toplinks-wrapper ul.links li a:hover {
  width: auto;
  padding-right: 10px;
  text-indent: 28px;
  color: #fff;
  background-color: #e6383b;
  text-decoration: none;
}

.header-top-links .toplinks-wrapper ul.links li a:hover:before {
  color: #fff;
}

.header-top-links .toplinks-wrapper ul.links li a:before {
  text-indent: 0;
  color: #4a5678;
}

.shopping_cart {
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding-left: 30px;
}

.shopping_cart .shopcart {
  display: table;
  width: 100%;
}

.shopping_cart .shopcart .icon-c {
  width: 40px;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 40px;
  background-color: #f50;
  display: table-cell;
}

.shopping_cart .shopcart .icon-c i {
  color: #fff;
  font-size: 16px;
}

.shopping_cart .shopcart .shopcart-inner {
  padding-left: 10px;
  padding-top: 3px;
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

.shopping_cart .shopcart .shopcart-inner .title-my-cart {
  font-size: 12px;
  color: #222;
  font-weight: 700;
  white-space: nowrap;
  margin: 0;
  text-transform: uppercase;
  display: block;
  width: auto !important;
  height: auto !important;
  position: relative !important;
  line-height: 100%;
}

.shopping_cart .shopcart .shopcart-inner .total-shopping-cart {
  font-size: 12px;
  float: left;
  line-height: 100%;
  font-weight: 700;
  white-space: nowrap;
}

.shopping_cart .shopcart .shopcart-inner .total-shopping-cart .items_cart {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #e6383b;
}

.shopping_cart .shopcart .shopcart-inner .total-shopping-cart .price {
  color: #e6383b;
}

.sidebar-megamenu .sp-module-content .pretext {
  display: block;
  background: #f50;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 25px;
  font-size: 116.67%;
  color: #fff;
  margin: 0;
}

.sidebar-megamenu .sp-module-content .pretext:before {
  content: '\f0c9';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
}

.sidebar-megamenu .vertical {
  border: 1px solid #eee;
  border-top: none;
  padding-bottom: 4px;
}

.header-middle-right .middle-right-content {
  *display: flex;
}

.image-slider-home .owl-controls .owl-nav div {
  display: inline-block;
  width: 30px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #444;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  margin: 0;
  border-radius: 0 !important;
  background-color: #000;
  opacity: 0.7;
}

.image-slider-home .owl-controls .owl-nav div:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 48px;
  display: inline-block;
  text-indent: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.image-slider-home .owl-controls .owl-nav div:hover {
  opacity: 1;
  background-color: #e6383b;
}

.image-slider-home .owl-controls .owl-nav div.owl-prev {
  left: 0;
}

.image-slider-home .owl-controls .owl-nav div.owl-prev:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  text-align: center;
  font-size: 16px;
}

.image-slider-home .owl-controls .owl-nav div.owl-next {
  right: 0;
  text-indent: -9999px;
}

.image-slider-home .owl-controls .owl-nav div.owl-next:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  text-align: center;
  font-size: 16px;
}

.static-image-1 {
  float: right;
}

.static-image-1 li {
  margin-bottom: 10px;
}

.static-image-1 li a {
  display: block;
}

.static-image-1 li a img:hover {
  opacity: 0.8;
}

.static-image-2 a {
  display: block;
}

.static-image-2 a.image-top {
  margin-bottom: 30px;
}

.static-image-2 a img:hover {
  opacity: 0.8;
}

.header-middle-right .sj_jshopping_search-wrapper .search {
  border-color: #203c8e;
}

.header-middle-right .sj_jshopping_search-wrapper .button-search {
  background-color: #203c8e;
}

.header-middle-right .sj_jshopping_search-wrapper .autosearch-input {
  font-size: 100%;
}

.sj-searchbox-popular {
  padding: 15px 0;
  display: table;
  width: 100%;
}

.sj-searchbox-popular .sj-searchbox-keyword,
.sj-searchbox-popular .sj-searchbox-popular-title {
  float: left;
}

.sj-searchbox-popular .sj-searchbox-popular-title {
  white-space: nowrap;
  vertical-align: top;
  color: #444;
  font-size: 108.33%;
  padding-right: 5px;
}

.sj-searchbox-popular .sj-searchbox-keyword ul li {
  float: left;
  margin-right: 5px;
  font-size: 108.33%;
}

.sj-searchbox-popular .sj-searchbox-keyword ul li:last-child:after {
  content: unset;
}

.sj-searchbox-popular .sj-searchbox-keyword ul li:after {
  content: ',';
}

.sj-searchbox-popular .sj-searchbox-keyword ul li a {
  color: #666;
}

.sj-searchbox-popular .sj-searchbox-keyword ul li a:hover {
  color: #e6383b;
}

.sp-module.services-home {
  float: right;
}

.custom.services-home {
  margin-bottom: 0;
}

.services-home {
  clear: both;
  margin-bottom: 0px;
}

.services-home .banner-policy {
  border: 1px solid #eee;
  clear: both;
  display: inline-block;
  font-size: 116.6%;
  margin-top: 20px;
  text-transform: uppercase;
  width: 100%;
}

.services-home .banner-policy .inner {
  padding: 5px 0;
  display: table;
  width: 100%;
}

.services-home .banner-policy .inner .policy {
  border-right: 1px solid #eee;
  float: left;
  line-height: 19px;
  padding: 7px 5px;
  width: 33.3333333%;
}

.services-home .banner-policy .inner .policy:last-child {
  border-right: none;
}

.services-home .banner-policy .inner .policy a {
  display: table;
  width: 100%;
  color: #444;
}

.services-home .banner-policy .inner .policy a:hover {
  color: #e6383b;
}

.services-home .banner-policy .inner .policy a em {
  width: 50px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}

.services-home .banner-policy .inner .policy a span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 35px;
}

.jshopping-search .mod-shop-search {
  position: relative;
  display: flex;
  margin: 0 100px 0 10px;
  float: right;
}

.jshopping-search .mod-shop-search #jshop_search {
  width: 460px;
  height: 40px;
  border: 1px solid #ebebeb;
  border-left: none;
  font-size: 12px;
  border-radius: 0 3px 3px 0;
}

.jshopping-search .mod-shop-search .adv_search_link {
  display: inline-block;
  float: left;
  background: #fff;
  height: 40px;
  border: 1px solid #ebebeb;
  border-radius: 3px 0 0 3px;
  padding: 0 26px;
  line-height: 40px;
  font-size: 12px;
}

.jshopping-search .mod-shop-search .adv_search_link a {
  color: #555;
  font-size: 12px;
}

.jshopping-search .mod-shop-search .adv_search_link a:hover {
  color: #e6383b;
}

.jshopping-search .mod-shop-search .button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  font-size: 0;
  background: #222 url('../images/search.png') no-repeat center;
  height: 100%;
  width: 45px;
  border-radius: 0 3px 3px 0;
}

.jshopping-search .mod-shop-search .button:hover {
  background-color: #e6383b;
}

#myLogin .modal-dialog {
  width: 360px;
  margin: 100px auto;
  z-index: 999;
}

#myLogin .modal-dialog .modal-content {
  padding: 25px;
  border-radius: 0;
}

#myLogin .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  padding: 0;
}

#myLogin .modal-dialog .modal-content h3 {
  font-size: 24px;
  color: #1c1c1c;
  text-transform: uppercase;
}

#myLogin .modal-dialog .modal-content #login-form .userdata {
  margin: 0 0 20px 0;
}

#myLogin .modal-dialog .modal-content #login-form .userdata .inputbox {
  width: 100%;
}

#myLogin .modal-dialog .modal-content #login-form .userdata button {
  text-transform: uppercase;
  border: none;
  line-height: 28px;
  min-width: 100px;
  background: #e6383b;
  color: #fff;
}

#myLogin .modal-dialog .modal-content #login-form .userdata button:hover {
  background: #ba171a;
}

#myLogin .modal-dialog .modal-content #login-form ul.listlogin {
  border-top: 1px solid #e7e7e7;
  margin: 20px 0 10px;
  padding: 10px 0px 0px;
}

#myLogin .modal-dialog .modal-content #login-form ul.listlogin li {
  padding: 6px 0;
}

#myLogin .modal-dialog .modal-content #login-form ul.listlogin li>a {
  color: #444;
}

#myLogin .modal-dialog .modal-content #login-form ul.listlogin li>a:hover {
  color: #e6383b;
}

#myLogin .modal-dialog .modal-content .btReverse {
  display: block;
  text-align: center;
  background: #666;
  text-transform: uppercase;
  line-height: 28px;
  border: none;
  color: white;
}

#myLogin .modal-dialog .modal-content .btReverse:hover {
  background: #ba171a;
}

a,
a:visited,
a:active,
a:link,
a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.breadcrumb {
  padding: 30px 0 0;
  background: transparent;
  margin: 0;
}

.breadcrumb ul.items {
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}

.breadcrumb ul.items .item {
  height: 25px;
  line-height: 22px;
  margin: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 0 8px 0 18px;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
}

.breadcrumb ul.items .item a {
  display: block;
  text-decoration: none;
}

.breadcrumb ul.items .item:before {
  left: -8px;
}

.breadcrumb ul.items .item:after {
  right: -8px;
}

.breadcrumb ul.items .item:after,
.breadcrumb ul.items .item:before {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  content: "";
  display: inline-block;
  height: 17px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 17px;
}

.breadcrumb ul.items .item:first-child {
  padding-left: 10px;
  border-left: 1px solid #ddd;
}

.breadcrumb ul.items .item:first-child:before {
  border: 0;
}

.breadcrumb ul.items .item:last-child {
  border-color: #ddd;
  color: #444;
  font-weight: 600;
}

.custom-vertical-2 {
  overflow: hidden;
  padding: 10px;
}

.custom-vertical-2>.item {
  float: left;
  display: inline-block;
  width: 25%;
}

.custom-vertical-2>.item .list-text {
  margin: 0 0 30px;
  border: none !important;
}

.custom-vertical-2>.item .list-text .item {
  margin: 0 0 5px;
}

.custom-vertical-2>.item .list-text span {
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  min-width: 50px;
  text-align: center;
}

.custom-vertical-2>.item .list-text span.hot {
  background: #ed3f46;
}

.custom-vertical-2>.item .list-text span.new {
  background: #63c54c;
}

.custom-vertical-2>.item .list-text span.sale {
  background: #ecaa1b;
}

.custom-vertical-2>.item .list-text strong {
  font-size: 14px;
  color: #222;
  margin: 0 15px;
}

.custom-vertical-2>.item .list-menu {
  margin: 0 0 30px;
}

.custom-vertical-2>.item .list-menu h3.title {
  color: #222;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}

.custom-vertical-2>.item .list-menu h3.title:after {
  content: "";
  height: 2px;
  width: 40px;
  background: #ff5722;
  display: block;
  margin: 8px 0;
}

.custom-vertical-2>.item .list-menu>ul {
  border: none !important;
}

.custom-vertical-2>.item .list-menu>ul>li a {
  font-size: 13px;
  color: #666;
  padding: 8px 0;
  display: inline-block;
}

.custom-vertical-2>.item .list-menu>ul>li a:hover {
  color: #e6383b;
}

.custom-vertical-2>.item .list-menu .view-more {
  font-size: 12px;
  text-decoration: underline;
}

.tag-category {
  padding-bottom: 3rem;
}

.tag-category .mb-3 #filter-search {
  height: 40px;
}

.tag-category .mb-3 .btn.btn-secondary {
  height: 40px;
}

.tag-category .mb-3 .btn-group {
  margin-left: 1rem;
}

.tag-category .mb-3 .btn-group select {
  -webkit-appearance: none;
  vertical-align: middle;
  background: url(../images/bg-selectbox.png) no-repeat right center #fff;
  padding-right: 26px;
  width: 80px;
}

.tag-category .mt-3 {
  margin-left: 1rem;
  margin-top: 0px !important;
}

.tag-category .mt-3 select {
  -webkit-appearance: none;
  vertical-align: middle;
  background: url(../images/bg-selectbox.png) no-repeat right center #fff;
  padding-right: 26px;
  width: 80px;
}

.tag-category .list-group li h3 {
  font-size: 18px;
}

/*== Search sidebar ==*/
.search-sidebar .form-search {
  position: relative;
}

.search-sidebar .form-search .search-query {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 0 0 0 20px;
  line-height: 40px;
}

.search-sidebar .form-search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: transparent;
  font-size: 0;
  padding: 0 13px;
  height: 40px;
}

.search-sidebar .form-search .btn-search:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 14px;
  display: inline-block;
}

.search-sidebar .form-search .btn-search:hover {
  color: #e6383b;
}

#sp-right .sp-column .categories-module li,
#sp-left .sp-column .categories-module li {
  padding: 10px 0px;
  border-bottom: 0;
}

#sp-right .sp-column .categories-module li>a,
#sp-left .sp-column .categories-module li>a {
  color: #666;
  line-height: normal;
  padding: 0;
}

#sp-right .sp-column .categories-module li>a:hover,
#sp-left .sp-column .categories-module li>a:hover {
  color: #e6383b;
}

#sp-right .sp-column .sj-meganew .meganew-wrap .meganew-box .item-title h3,
#sp-left .sp-column .sj-meganew .meganew-wrap .meganew-box .item-title h3 {
  font-size: 16px;
}

#sp-right .sp-column .tagscloud,
#sp-left .sp-column .tagscloud {
  padding: 15px 10px;
}

.hasTooltip {
  display: inline-block !important;
}

div.itemToolbar {
  display: none;
}

.hasPopover {
  display: inline-block !important;
}

.tooltip {
  display: none;
}

.category-list select:not([multiple]).inputbox {
  width: 80px;
}

.category-list .col-auto button[name="filter_submit"] {
  display: none;
}

.search .controls input[type="radio"] {
  margin: 0 6px;
}

.categories-list h3.page-header {
  font-size: 24px;
}

.categories-list h3.page-header .badge {
  font-size: 14px;
}

.blog .article-list .article:hover img {
  opacity: 0.85;
}

.blog .article-list .article .article-header h2 a:hover {
  color: #e6383b;
}

.blog .article-list .article .readmore a:hover {
  color: #e6383b;
}

/*-----------Checkout -------------*/
#sp-component div.jshop table.cart th {
  background-color: #e6383b;
}

#sp-component div.jshop table.cart tbody tr:first-child {
  background: #e6383b;
  border: 1px solid #ccc;
}

#sp-component div.jshop table.cart tbody tr:first-child th {
  color: #fff;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

#sp-component div.jshop table.cart tbody tr td {
  border: 1px solid #eee;
  padding: 10px;
}

#sp-component div.jshop table.cart tbody tr td.product_name {
  font-weight: 600;
  text-transform: capitalize;
}

#sp-component div.jshop table.cart tbody tr td .inputbox {
  padding: 0;
  border-radius: 0;
  text-align: center;
  display: inline-block;
}

#sp-component div.jshop table.cart tbody tr td .cart_reload {
  margin: 0 5px;
  display: inline-block;
}

#sp-component div.jshop table.jshop_subtotal {
  width: 50%;
}

#sp-component div.jshop table.jshop_subtotal tr td {
  border: 1px solid #ddd;
  padding: 20px;
}

#sp-component div.jshop #checkout .td_1 {
  display: inline-block;
  float: left;
}

#sp-component div.jshop #checkout .td_1 a {
  background: #222;
  color: #fff;
  display: inline-block;
  min-width: 120px;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
}

#sp-component div.jshop #checkout .td_1 a img {
  display: none;
}

#sp-component div.jshop #checkout .td_1 a:hover {
  background: #666;
}

#sp-component div.jshop #checkout .td_2 {
  display: inline-block;
  float: left;
  padding: 0 15px;
}

#sp-component div.jshop #checkout .td_2 a {
  background: #ff5722;
  color: #fff;
  display: inline-block;
  min-width: 120px;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
}

#sp-component div.jshop #checkout .td_2 a img {
  display: none;
}

#sp-component div.jshop #checkout .td_2 a:hover {
  background: #bb2d00;
}

#sp-component div.jshop table .button {
  margin: 10px 0;
  background: #ff5722;
  box-shadow: none;
  color: #fff;
  border: none;
  padding: 5px 10px;
}

#sp-component div.jshop table .button:hover {
  background: #222;
}

.jshop_subtotal .name {
  width: 20%;
  text-align: left;
  font-weight: bold;
}

.jshop_subtotal .value {
  text-align: left;
  width: auto;
}

.jshop.login,
.jshop.register {
  background: #fff;
  padding: 15px;
}

.jshop.login h1,
.jshop.register h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
}

.jshop.login .login_block td,
.jshop.register .login_block td,
.jshop.login .register_block td,
.jshop.register .register_block td {
  padding: 10px 5px;
}

.jshop.login .login_block #remember_me,
.jshop.register .login_block #remember_me,
.jshop.login .register_block #remember_me,
.jshop.register .register_block #remember_me {
  margin-top: 5px;
}

div.jshop_register {
  padding: 0;
}

div.jshop_register td {
  padding: 10px 0px;
}

div.jshop_register .name {
  min-width: 150px;
}

/*----------- Page Bonus -----------*/
#search-results .search-pages-counter {
  margin-top: 10px;
}

.login .form-group input.form-control {
  height: 40px;
  line-height: 40px;
}

.login .list-group .list-group-item {
  border: none;
}

.article-details .pager {
  float: left;
  width: 100%;
}

.recent-posts .sj-basic-news .item-inner .item-detail {
  margin: 0 0 20px;
  overflow: hidden;
}

.recent-posts .sj-basic-news .item-inner .item-detail .item_content .item-img {
  float: left;
  width: 80px;
  margin-right: 12px;
}

.recent-posts .sj-basic-news .item-inner .item-detail .item_content .item-img:hover img {
  opacity: 0.85;
}

.recent-posts .sj-basic-news .item-inner .item-detail .item_content .entry-content .item-title h4 a {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 400;
}

.recent-posts .sj-basic-news .item-inner .item-detail .item_content .entry-content .item-title h4 a:hover {
  color: #e6383b;
}

.recent-posts .sj-basic-news .item-inner .item-detail .item_content .entry-content .item-meta {
  color: #999;
  font-size: 12px;
}

.recent-posts .sj-basic-news .item-inner .item-detail .item_content .entry-content .item-meta i {
  color: #e6383b;
}

.recent-posts .sj-basic-news .item-inner .item-detail .item_content .entry-content .item-meta .entry-date {
  margin-right: 6px;
  position: relative;
}

.recent-posts .sj-basic-news .item-inner .item-detail .item_content .entry-content .item-meta .entry-date i {
  margin-right: 2px;
  color: #e6383b;
}

.home-collection .sppb-addon-module .sppb-addon-title {
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  padding-bottom: 3px;
  position: relative;
}

.home-collection .sppb-addon-module .custom.collections {
  border: 1px solid #eee;
  background-color: #fafafa;
  margin: 0;
}

.home-collection .sppb-addon-module .custom.collections .yt-content-slider .owl-nav [class*="owl-"] {
  opacity: 1;
}

.home-collection .sppb-addon-module .custom.collections .yt-content-slider .owl-controls {
  margin-top: 0;
}

.home-collection .sppb-addon-module .custom.collections .yt-content-slider .item {
  border: 1px solid transparent;
  text-align: center;
}

.home-collection .sppb-addon-module .custom.collections .yt-content-slider .item:hover {
  border-color: #e6383b;
  background-color: #fff;
}

.home-collection .sppb-addon-module .custom.collections .yt-content-slider .item:hover img {
  opacity: 1;
}

.home-collection .sppb-addon-module .custom.collections .yt-content-slider .item a {
  display: block;
  padding: 24px 20px;
  color: #444;
}

.home-collection .sppb-addon-module .custom.collections .yt-content-slider .item a:hover {
  color: #e6383b;
}

.home-collection .sppb-addon-module .custom.collections .yt-content-slider .item a img {
  display: inline-block;
  opacity: 0.6;
  width: auto;
  max-width: 100%;
}

.home-collection .sppb-addon-module .custom.collections .yt-content-slider .item a span {
  clear: both;
  display: block;
  font-size: 116.67%;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 15px;
}

.home-collection .sppb-addon-module .custom.collections .owl-controls .owl-nav {
  position: absolute;
  top: -42px;
  right: 0;
}

.home-collection .sppb-addon-module .custom.collections .owl-controls .owl-nav div {
  background-color: transparent;
  border: 1px solid #eee;
  color: #666;
  height: 32px;
  width: 24px;
  margin: 0;
  line-height: 29px;
  border-radius: 0;
}

.home-collection .sppb-addon-module .custom.collections .owl-controls .owl-nav div:before {
  line-height: 29px;
}

.home-collection .sppb-addon-module .custom.collections .owl-controls .owl-nav div:hover {
  color: #fff;
  background-color: #e6383b;
  border-color: #e6383b;
}

.home-collection .sppb-addon-module .custom.collections .owl-controls .owl-nav div.owl-next {
  border-left: none;
  right: 0;
  text-indent: 0;
}

.home-collection .sppb-addon-module .custom.collections .owl-controls .owl-nav div.owl-next:before {
  content: '\f105';
  font-size: 20px;
}

.home-collection .sppb-addon-module .custom.collections .owl-controls .owl-nav div.owl-prev {
  border-right: none;
  left: -48px;
}

.home-collection .sppb-addon-module .custom.collections .owl-controls .owl-nav div.owl-prev:before {
  content: '\f104';
  font-size: 20px;
}

/*---------------Page Detail-------------------*/
.productfull .product-form {
  margin-bottom: 20px;
  padding: 30px;
  background: #fff;
}

.productfull .product-image .image_middle {
  width: auto;
  position: relative;
  margin-bottom: 10px;
}

.productfull .product-image .image_middle .product_label {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 45px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #63c54c;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.productfull .product-image .image_middle .product_label:before {
  border-bottom: 17px solid #63c54c;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  content: "";
  position: absolute;
  right: -6px;
  top: -6px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

.productfull .additional-images .jCarouselLite {
  display: flex;
}

.productfull .additional-images .jCarouselLite>div a.img {
  display: block;
  padding: 3px;
}

.productfull .additional-images .jCarouselLite>div a.img.active>img.jshop_img_thumb {
  border: 1px solid #e6383b;
}

.productfull .additional-images .jCarouselLite>div a.img img.jshop_img_thumb {
  margin: 0 auto;
  padding: 0px;
}

.productfull .product-info h1.title {
  font-size: 16px;
  color: #222;
  font-weight: bold;
  margin: 0 0 15px;
}

.productfull .product-info .rating {
  display: inline-block;
  margin-bottom: 5px;
}

.productfull .product-info .price {
  margin-bottom: 5px;
}

.productfull .product-info .price strong {
  font-size: 14px;
  color: #222;
  font-weight: bold;
  display: inline-block;
}

.productfull .product-info .price #block_price {
  color: #ff5722;
  font-size: 16px;
  font-weight: bold;
}

.productfull .product-info .price #old_price {
  color: #ccc;
  font-size: 14px;
  text-decoration: line-through;
  padding: 0px 10px;
}

.productfull .product-info .jshop_prod_description {
  color: #666;
  margin: 0 0 20px;
}

.productfull .product-info .prod_buttons .prod_qty {
  font-size: 14px;
  color: #222;
  font-weight: bold;
}

.productfull .product-info .prod_buttons #quantity {
  width: 40px;
  padding: 0;
  height: 40px;
  border-radius: 0;
  margin: 0 5px;
  text-align: center;
}

.productfull .product-info .prod_buttons .buttons .button {
  width: 140px;
  height: 40px;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 30px;
  background-color: #f2f2f2;
  color: #505050;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  text-transform: uppercase;
  font-size: 100%;
  font-weight: 600;
  margin: 0 5px;
  cursor: pointer;
}

.productfull .product-info .prod_buttons .buttons .button:hover {
  background-color: #e6383b;
  color: #fff;
}

.productfull .product-info .prod_buttons .buttons .button:hover:before {
  background-position: -67px -272px;
}

.productfull .product-info .prod_buttons .buttons .button:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 15px;
  background: url(../images/icon-image.png) no-repeat -20px -272px;
  position: relative;
  top: 2px;
  margin-right: 3px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}

.productfull .block-main .product-image .additional-images .owl-controls .owl-nav>div {
  height: 22px;
  width: 22px;
  border-radius: 22px;
  line-height: 22px;
  font-size: 0;
  background: #ddd;
  color: #222;
  display: inline-block;
  margin: 0 2px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.productfull .block-main .product-image .additional-images .owl-controls .owl-nav>div:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  font-family: fontawesome;
  font-size: 14px;
}

.productfull .block-main .product-image .additional-images .owl-controls .owl-next {
  right: -11px;
}

.productfull .block-main .product-image .additional-images .owl-controls .owl-next:before {
  content: "\f105";
}

.productfull .block-main .product-image .additional-images .owl-controls .owl-prev {
  left: -11px;
}

.productfull .block-main .product-image .additional-images .owl-controls .owl-prev:before {
  content: "\f104";
}

.productfull .block-tab {
  margin: 0 0 30px;
}

.productfull .block-tab .nav-tabs {
  border-bottom: 0;
  margin: 0px;
}

.productfull .block-tab .nav-tabs li:nth-child(2) {
  padding: 0 20px;
}

.productfull .block-tab .nav-tabs li.active a {
  color: #e6383b;
  border-bottom: 1px solid #e6383b;
}

.productfull .block-tab .nav-tabs li a {
  padding: 0 0 0px;
  border: none;
  background: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
}

.productfull .block-tab .tab-content {
  background: #fff;
  padding: 30px;
  border: 1px solid #dcdcdc;
}

.productfull .jshop_list_product_related {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  padding: 10px;
}

.productfull .jshop_list_product_related .list_related .owl-stage-outer {
  overflow: visible;
}

.productfull .jshop_list_product_related .list_related .owl-controls {
  position: absolute;
  top: -54px;
  right: -2px;
}

.productfull .jshop_list_product_related .list_related .owl-controls .owl-nav>div {
  height: 24px;
  width: 18px;
  border-radius: inherit;
  line-height: 24px;
  font-size: 0;
  background: #e1e1d8;
  color: #222;
  display: inline-block;
  margin: 0px;
  position: relative;
  text-align: center;
}

.productfull .jshop_list_product_related .list_related .owl-controls .owl-nav>div:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  font-family: fontawesome;
  font-size: 14px;
}

.productfull .jshop_list_product_related .list_related .owl-controls .owl-nav>div:hover {
  background: #e6383b;
  color: #fff;
}

.productfull .jshop_list_product_related .list_related .owl-controls .owl-nav .owl-prev:before {
  content: "\f104";
}

.productfull .jshop_list_product_related .list_related .owl-controls .owl-nav .owl-next:before {
  content: "\f105";
}

.productfull .jshop_list_product_related .jshop_related .product .product-item-details .buttons .button {
  line-height: 34px;
}

.productfull .jshop_list_product_related .jshop_related .product-item-info .details .review_mark {
  margin: 0 auto;
}

.productfull .jshop_list_product_related .related_header {
  margin: 0px;
  border-bottom: 0;
  text-transform: uppercase;
  color: #444;
  font-size: 133.33%;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.productfull .jshop_list_product_related .related_header span {
  display: inline-block;
  border-bottom: 1px solid #e6383b;
  margin: 0;
  padding: 0 0 5px;
}

div.stars_active {
  background-image: url('../images/icon_rating.png');
  background-position: -2px -16px;
  background-repeat: repeat-x;
  height: 16px;
}

div.stars_no_active {
  background-image: url('../images/icon_no_rating.png');
}

.full-categories .sppb-section-title {
  margin-bottom: 30px !important;
  border-bottom: 1px solid #eee;
}

.full-categories h3.sppb-title-heading {
  font-size: 150%;
  text-align: left;
  padding: 0;
  font-weight: 700;
  color: #222;
  padding-bottom: 6px;
  text-transform: uppercase;
  position: relative;
}

.full-categories h3.sppb-title-heading:before {
  content: '';
  width: 150px;
  height: 2px;
  position: absolute;
  bottom: -9px;
  background-color: #e6383b;
}

.full-categories .hot-categories-home .sj-categories {
  margin: 0 -15px 0;
}

.static-image a img:hover {
  opacity: 0.8;
}

.product-image-photo {
  margin: 0 auto;
}

.sj-categories .cat-wrap .content-box {
  overflow: hidden;
  line-height: 20px;
  padding-bottom: 7px;
}

.sj-categories .cat-wrap .content-box .cat-title {
  padding: 10px 0 0;
  text-transform: uppercase;
}

.sj-categories .cat-wrap .content-box .cat-title a {
  font-weight: 700;
  font-size: 116.67%;
  display: inline-block;
  margin-bottom: 3px;
  color: #444;
}

.sj-categories .cat-wrap .content-box .cat-title a:hover {
  color: #e6383b;
}

.sj-categories .cat-wrap .content-box .child-cat {
  padding: 0 0 10px;
}

.sj-categories .cat-wrap .content-box .child-cat .sub-cats li a {
  font-size: 108.33%;
  display: inline-block;
  padding: 2px 0;
  color: #444;
  font-weight: 400;
}

.sj-categories .cat-wrap .content-box .child-cat .sub-cats li a:hover {
  color: #e6383b;
}

.sj-categories .cat-wrap .content-box .child-cat .sub-cats li a:hover:before {
  background-color: #f50;
}

.sj-categories .cat-wrap .content-box .child-cat .sub-cats li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background-color: #999;
  margin-right: 3px;
}

.sj-categories .cat-wrap .image-cat {
  overflow: hidden;
  position: relative;
}

.sj-categories .cat-wrap .image-cat a {
  display: block;
}

/*== Listing product ==*/
label.select-mask {
  position: relative;
  display: inline-block;
  margin: 0px;
}

label.select-mask select {
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-weight: normal;
  border: none;
  background: #f3f3f3;
  width: 140px;
  height: 31px !important;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 0;
  box-shadow: none;
}

label.select-mask:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #999;
  right: 0px;
  top: 0px;
  padding: 5px 12px;
  position: absolute;
  pointer-events: none;
  cursor: pointer;
  background: #f3f3f3;
  border-left: solid 1px #dfdfdf;
}

label.select-mask:before {
  content: '';
  right: 1px;
  top: 1px;
  width: 28px;
  height: 32px;
  position: absolute;
  pointer-events: none;
  display: block;
}

span.prod_attr_img {
  position: absolute;
  top: 0;
  right: -43px;
}

span.prod_attr_img img {
  height: 31px;
  width: 31px;
}

.jshop_list_product #sort_count {
  background: #eee;
  padding: 10px 12px;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 3px;
  width: 100%;
}

.jshop_list_product #sort_count .box_products_sorting {
  float: left;
}

.jshop_list_product #sort_count .box_products_sorting span.first {
  display: inline-block;
}

.jshop_list_product #sort_count .box_products_sorting .select-mask {
  display: inline-block;
}

.jshop_list_product #sort_count .box_products_sorting .btn_sortting {
  margin: -4px 10px;
  cursor: pointer;
  display: inline-block;
}

.jshop_list_product #sort_count .box_products_count_to_page {
  float: right;
}

.jshop_list_product #sort_count .box_products_sorting,
.jshop_list_product #sort_count .box_products_count_to_page {
  padding: 0px 10px;
  color: #000;
  display: inline-block;
}

.jshop_list_product #sort_count p {
  display: inline-block;
  color: #999;
}

.jshop_list_product #sort_count .inputbox {
  margin: 0px 5px;
}

.jshop_list_product #sort_count label.select-mask select {
  width: 130px;
  height: 30px;
  font-size: 12px;
}

.jshop_list_product .jshop_pagination {
  width: 100%;
  background: #eee;
  margin: 20px 0;
  border-radius: 3px;
  text-align: center;
}

.jshop_list_product .jshop_pagination .pagination {
  margin: 10px 0;
  justify-content: center;
}

.jshop_list_product .jshop_pagination .pagination .pagination {
  margin: 0;
  border-radius: 0;
}

.jshop_list_product .jshop_pagination .pagination .pagination>li.active a,
.jshop_list_product .jshop_pagination .pagination .pagination>li.active span {
  background-color: #e6383b;
  border-color: #e6383b;
}

.jshop_list_product .jshop_pagination .pagination .pagination>li>a,
.jshop_list_product .jshop_pagination .pagination .pagination>li span {
  padding: 6px 40px;
  border-radius: 0;
  background: #eee;
}

.jshop_list_product .jshop_pagination .pagination .pagination>li>a:hover {
  background: #fff;
}

.jshop_list_product .list_product .space {
  margin: 0 0 30px;
}

.jshop_list_product .list_product .item-wrap {
  overflow: hidden;
  border-radius: 3px;
}

.jshop_list_product .list_product .item-wrap:hover .item-image .img:before {
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}

.jshop_list_product .list_product .item-wrap:hover .item-image .addtocart {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.jshop_list_product .list_product .item-wrap:hover .item-info h3.item-title a {
  color: #e6383b;
}

.jshop_list_product .list_product .item-wrap .item-info {
  background: #ebebeb;
  padding: 0 25px;
}

.jshop_list_product .list_product .item-wrap .item-info h3.item-title {
  padding: 20px 0;
  margin: 0 0 20px;
  border-bottom: 1px solid #e1e1d8;
  line-height: 16px;
}

.jshop_list_product .list_product .item-wrap .item-info h3.item-title a {
  color: #222;
  font-weight: 500;
  font-size: 14px;
}

.jshop_list_product .list_product .item-wrap .item-info .item-content {
  margin: 10px 0;
}

.jshop_list_product .list_product .item-wrap .item-info .item-content .item-description {
  color: #666;
}

.jshop_list_product .list_product .item-wrap .item-info .main-price {
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
}

.jshop_list_product .list_product .item-wrap .item-info .main-price .item-price {
  display: inline-block;
  float: left;
  line-height: 16px;
  padding: 0;
}

.jshop_list_product .list_product .item-wrap .item-info .main-price .item-price .price {
  display: block;
  color: #e6383b;
  font-weight: bold;
  font-size: 16px;
}

.jshop_list_product .list_product .item-wrap .item-info .main-price .item-price .old-price {
  display: block;
  color: #ccc;
  font-weight: normal;
  text-decoration: line-through;
  font-size: 12px;
}

.jshop_list_product .list_product .item-wrap .item-info .main-price .price-sale {
  background: #e6383b;
  border-radius: 4px;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.jshop_list_product .list_product .item-wrap .item-info .main-price .price-sale:before {
  content: "";
  border-color: transparent #ff5722 transparent transparent;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  position: absolute;
  top: 50%;
  left: -6px;
  height: 0;
  width: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.jshop_list_product .list_product .item-wrap .item-info .main-price .price-sale>span {
  display: block;
  color: #fff;
}

.jshop_list_product .list_product .item-wrap .item-info .main-price .price-sale>span.text {
  font-weight: normal;
}

.jshop_list_product .list_product .item-wrap .item-image {
  overflow: hidden;
  position: relative;
}

.jshop_list_product .list_product .item-wrap .item-image .img {
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.jshop_list_product .list_product .item-wrap .item-image .img img {
  width: 100%;
}

.jshop_list_product .list_product .item-wrap .item-image .img:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.jshop_list_product .list_product .item-wrap .item-image .addtocart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 135px;
  text-align: center;
  background: #e6383b;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .5);
  padding: 10px 20px;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.jshop_list_product .list_product .item-wrap .item-image .addtocart:hover {
  background-color: #bb2d00;
}

.jshop_list_product .list_product .item-wrap .item-image .sale,
.jshop_list_product .list_product .item-wrap .item-image .product_label {
  height: 45px;
  width: 45px;
  border-radius: 45px;
  line-height: 45px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #63c54c;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.jshop_list_product .list_product .item-wrap .item-image .sale:before,
.jshop_list_product .list_product .item-wrap .item-image .product_label:before {
  border-bottom: 17px solid #63c54c;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

/*== Search sidebar ==*/
.search-sidebar .form-search {
  position: relative;
}

.search-sidebar .form-search .search-query {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 0 0 0 20px;
  line-height: 40px;
}

.search-sidebar .form-search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: transparent;
  font-size: 0;
  padding: 0 13px;
  height: 40px;
  cursor: pointer;
}

.search-sidebar .form-search .btn-search:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 14px;
  display: inline-block;
}

.search-sidebar .form-search .btn-search:hover {
  color: #e6383b;
}

.form-vertical {
  display: flex;
  margin: 3px 0;
}

.form-vertical .login-greeting {
  line-height: 26px;
}

.form-vertical .logout-button input[type="submit"] {
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 0;
  font-size: 12px;
  margin-left: 10px;
}

.listing-tab-dev .sj-responsive-listing .respl-pretext {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  padding-bottom: 3px;
  position: relative;
  line-height: 18px;
  border-top: 2px solid #e9597e;
  padding-top: 10px;
}

.listing-tab-dev .sj-responsive-listing .respl-wrap .respl-loader {
  background: none;
  box-shadow: none;
  border: none;
}

.listing-tab-dev .sj-responsive-listing .respl-wrap .respl-loader .respl-button {
  background: #e6383b;
  border-radius: 100px;
  display: inline-block;
  padding: 0 35px;
  box-shadow: 0 -2px 1px #882100 inset;
  transition: all 0.3s ease-in-out;
}

.listing-tab-dev .sj-responsive-listing .respl-wrap .respl-loader .respl-button:hover {
  background: #d53300;
  box-shadow: 0 0 1px #882100 inset;
  transition: all 0.3s ease-in-out;
}

.listing-tab-dev .sj-responsive-listing .respl-wrap .respl-loader .respl-button .loader-label {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
}

.listing-tab-dev .sj-responsive-listing .respl-items {
  margin: 0 -15px;
  width: auto;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item {
  padding: 0 15px;
  margin-bottom: 25px;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner {
  margin: 0;
  background: #ebebeb;
  border-radius: 3px;
  overflow: hidden;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner:hover .item-image .img:before {
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner:hover .item-image .addtocart {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner:hover .item-info h3.item-title a {
  color: #e6383b;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-info {
  background: #ebebeb;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 17px;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-info h3.item-title {
  padding: 20px 0;
  margin: 0px;
  border-bottom: 1px solid #e1e1d8;
  line-height: 16px;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-info h3.item-title a {
  color: #222;
  font-weight: 500;
  font-size: 14px;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-info .item-review {
  margin: 10px 0;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-info .item-description {
  color: #666;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-info .main-price {
  display: block;
  overflow: hidden;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-info .main-price .price-sale {
  background: #ff5722;
  border-radius: 4px;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-info .main-price .price-sale:before {
  content: "";
  border-color: transparent #ff5722 transparent transparent;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  top: 50%;
  height: 0;
  left: -6px;
  position: absolute;
  width: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-info .main-price .price-sale>span {
  display: block;
  color: #fff;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-info .main-price .price-sale>span.text {
  font-weight: normal;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-info .main-price .item-price {
  display: inline-block;
  float: left;
  line-height: 16px;
  padding: 0;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-info .main-price .item-price .price {
  color: #e6383b;
  font-size: 16px;
  font-weight: bold;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-info .main-price .item-price .old-price {
  display: block;
  color: #ccc;
  text-decoration: line-through;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-image {
  position: relative;
  overflow: hidden;
  border: none;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .img {
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .img:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .addtocart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 135px;
  text-align: center;
  background: #ff5722;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .addtocart:hover {
  background: #e6383b;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .sale,
.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .product_label {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 45px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #63c54c;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .sale:before,
.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .product_label:before {
  border-bottom: 17px solid #63c54c;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  content: "";
  position: absolute;
  right: -6px;
  top: -6px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

.listing-tab-dev .sj-responsive-listing .respl-wrap {
  margin: 0;
}

.listing-tab-dev .sj-responsive-listing .respl-wrap .respl-header {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 0;
}

.listing-tab-dev .sj-responsive-listing .respl-wrap .respl-header .respl-sort-view {
  max-width: none;
  padding: 0;
}

.listing-tab-dev .sj-responsive-listing .respl-wrap .respl-header .respl-sort-view .respl-sort {
  padding: 0;
}

.listing-tab-dev .sj-responsive-listing .respl-wrap .respl-header .respl-sort-view .respl-sort .sort-wrap {
  font-size: 12px;
}

.listing-tab-dev .sj-responsive-listing .respl-wrap .respl-header .respl-sort-view .respl-sort .sort-wrap .respl-option {
  padding: 0;
  margin: 0 10px;
}

.listing-tab-dev .sj-responsive-listing .respl-wrap .respl-header .respl-sort-view .respl-sort .sort-wrap .respl-option>li {
  float: left;
  display: inline-block;
  padding: 8px 10px;
  position: relative;
}

.listing-tab-dev .sj-responsive-listing .respl-wrap .respl-header .respl-sort-view .respl-sort .sort-wrap .respl-option>li.sel a {
  color: #e6383b;
}

.listing-tab-dev .sj-responsive-listing .respl-wrap .respl-header .respl-sort-view .respl-sort .sort-wrap .respl-option>li.sel:before {
  border-color: #ff5722 transparent transparent;
  border-style: solid;
  border-width: 4px 5px 5px;
  content: "";
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
  top: 2px;
  width: 0;
}

.listing-tab-dev .sj-responsive-listing .respl-wrap .respl-header .respl-sort-view .respl-sort .sort-wrap .respl-option>li a {
  color: #222;
  font-weight: bold;
}

.listing-tab-dev .sj-responsive-listing .respl-wrap .respl-header .respl-sort-view .respl-sort .sort-wrap .respl-option>li a:hover {
  color: #e6383b;
}

.services-sidebar {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.services-sidebar li:last-child .service-content {
  border: none;
}

.services-sidebar li .service-content {
  border-bottom: 1px dashed #ebebeb;
  padding: 25px 0;
}

.services-sidebar li .service-content .service-icon {
  display: inline-block;
  font-size: 30px;
  line-height: 1.2;
  min-width: 36px;
  text-align: center;
  vertical-align: top;
  color: #e6383b;
}

.services-sidebar li .service-content .service-info {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}

.services-sidebar li .service-content .service-info h4 {
  font-size: 116.67%;
  font-weight: 700;
  text-transform: uppercase;
}

.services-sidebar li .service-content .service-info h4 a {
  color: #444;
}

.services-sidebar li .service-content .service-info h4 a:hover {
  color: #e6383b;
}

.services-sidebar li .service-content .service-info p {
  margin: 0;
}

#sp-right .sp-module .jshop_menu_level_0_a a,
#sp-right .sp-module .jshop_menu_level_0 a {
  color: #444;
}

#sp-right .sp-module .jshop_menu_level_0_a a:hover,
#sp-right .sp-module .jshop_menu_level_0 a:hover {
  color: #e6383b;
}

#sp-right .sp-module .sj-extraslider.style2-dev .extraslider-control {
  display: none;
}

#sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

#sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-image {
  float: left;
  width: 85px;
  border: 1px solid #ddd;
}

#sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-image:hover {
  border-color: #e6383b;
}

#sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-info {
  margin-left: 100px;
}

#sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-info .item-content .main-price .price-sale {
  display: none;
}

#sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-info .item-content .main-price .item-price .old-price {
  color: #ccc;
  text-decoration: line-through;
}

#sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-info .item-content .main-price .item-price .price {
  font-size: 133.33%;
  color: #e6383b;
  font-weight: bold;
}

#sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-info .review_mark {
  display: table;
  margin-bottom: 7px;
}

#sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-info h3.item-title {
  font-size: 116.67%;
  margin-bottom: 5px;
  font-weight: normal;
}

#sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-info h3.item-title a {
  color: #444;
}

#sp-right .sp-module .sj-extraslider.style2-dev .line .item-wrap .item-info h3.item-title a:hover {
  color: #e6383b;
}

#sp-bottom2.col-lg-8 .row {
  margin: 0;
}

.sp-megamenu-parent .sp-dropdown ul.sp-mega-group li.menu_item>a {
  color: #252525;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item a {
  color: #252525;
}

.sj-listing-tabs .title-home-page {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 0px;
  margin-bottom: 12px;
  font-size: 150%;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}

.sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  position: absolute;
  right: 100px;
  top: 2px;
  z-index: 10;
  margin: 0;
}

.sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li {
  cursor: pointer;
  float: left;
  margin: 0 0 0 30px;
  height: 47px;
  line-height: 47px;
  border: none;
  padding: 0 0 8px;
  background-color: transparent;
  text-transform: uppercase;
}

.sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.ltabs-tab:hover {
  background-color: transparent;
  border-bottom: 1px solid #f50;
}

.sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.ltabs-tab:hover>span {
  color: #f50;
}

.sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  border-bottom: 1px solid #f50;
}

.sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.tab-sel>span {
  color: #f50;
}

.sj-listing-tabs .ltabs-wrap .ltabs-items-container {
  border: 1px solid #eee;
}

.sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item {
  margin-bottom: 0px;
}

.sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
  position: relative;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  margin: 0;
}

.sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image {
  border: none;
  margin: 0;
}

.sj-listing-tabs .owl2-controls .owl2-nav {
  position: absolute;
  top: -42px;
  right: 0;
  z-index: 10;
}

.sj-listing-tabs .owl2-controls .owl2-nav>div {
  background-color: transparent;
  border: 1px solid #eee;
  color: #666;
  height: 32px;
  width: 24px;
  margin: 0;
}

.sj-listing-tabs .owl2-controls .owl2-nav>div:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  text-indent: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.sj-listing-tabs .owl2-controls .owl2-nav>div:hover {
  background-color: #e6383b;
  border-color: #e6383b;
}

.list_product .product .item-image .product_label {
  position: absolute;
  top: 14px;
  left: 14px;
  text-transform: uppercase;
  color: #fff;
  z-index: 20;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #e6383b;
}

.list_product .product .product-item-details .price-sale {
  position: absolute;
  top: 14px;
  right: 14px;
  text-transform: uppercase;
  color: #fff;
  z-index: 20;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #00b46a;
}

.list_product .product .product-item-details .price-sale>span {
  color: #fff;
  display: block;
}

.list_product .product .product-item-details .price-sale span.text {
  display: none;
}

.product .product-item-info:hover .item-image .sj_jshopping_quickview_handler {
  opacity: 1;
  visibility: visible;
}

.product .product-item-info .item-image .sj_jshopping_quickview_handler {
  text-align: center;
  color: #fff;
  display: block;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  opacity: 0;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}

.product .product-item-info .item-image .sj_jshopping_quickview_handler>.fa {
  background-color: #e6383b;
  border-radius: 50px;
  padding: 10px;
}

.product .product-item-details {
  padding: 0px 20px 26px;
  text-align: center;
}

.product .product-item-details .product-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  padding: 0;
  font-size: 116.67%;
  text-transform: capitalize;
  display: block;
  white-space: nowrap;
}

.product .product-item-details .product-item-name a {
  color: #444;
}

.product .product-item-details .product-item-name a:hover {
  color: #e6383b;
}

.product .product-item-details .product-reviews-summary {
  display: inline-table;
}

.product .product-item-details .item-prices {
  margin-bottom: 10px;
}

.product .product-item-details .item-prices>div {
  display: inline-block;
}

.product .product-item-details .item-prices .jshop_price {
  margin-right: 10px;
}

.product .product-item-details .item-prices .jshop_price>span {
  color: #e6383b;
  font-size: 16px;
  font-weight: bold;
}

.product .product-item-details .item-prices .old_price>span {
  font-size: 100%;
  color: #999;
  text-decoration: line-through;
}

.product .product-item-details .product-item-inner .buttons .button {
  height: 34px;
  line-height: 34px;
  display: inline-block;
  border-radius: 30px;
  background-color: #f2f2f2;
  border: none;
  color: #505050;
  font-weight: 600;
  padding: 0 15px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  text-transform: uppercase;
  font-size: 100%;
}

.product .product-item-details .product-item-inner .buttons .button:hover {
  background-color: #e6383b;
}

.product .product-item-details .product-item-inner .buttons .button:hover:before {
  background-position: -67px -272px;
}

.product .product-item-details .product-item-inner .buttons .button:hover>span {
  color: #fff;
}

.product .product-item-details .product-item-inner .buttons .button:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 15px;
  background: url(../images/icon-image.png) no-repeat -20px -272px;
  position: relative;
  top: 2px;
  margin-right: 3px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}

.product .product-item-details .product-item-inner .actions-secondary {
  display: inline-block;
  margin-left: 4px;
}

.product .product-item-details .product-item-inner .actions-secondary .action {
  display: block;
  height: 34px;
  width: 34px;
  text-align: center;
  border-radius: 50%;
  border: none;
  line-height: 34px;
  color: #999;
  cursor: pointer;
  background-color: #f2f2f2;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  position: relative;
}

.product .product-item-details .product-item-inner .actions-secondary .action>span {
  font-size: 0;
  width: 1px;
}

.product .product-item-details .product-item-inner .actions-secondary .action:hover {
  background-color: #e6383b;
}

.product .product-item-details .product-item-inner .actions-secondary .action:hover:after {
  color: #fff;
}

.product .product-item-details .product-item-inner .actions-secondary .action:after {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  top: 0%;
  left: 30%;
}

.product-item-info:hover {
  position: relative;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.product-item-info:hover .details .product-item-inner .buttons .button {
  background-color: #f50;
}

.product-item-info:hover .details .product-item-inner .buttons .button:before {
  background-position: -67px -272px;
}

.product-item-info:hover .details .product-item-inner .buttons .button>span {
  color: #fff;
}

.sj-listing-tabs {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  padding: 10px;
}

.sj-listing-tabs .owl2-carousel .owl2-stage-outer {
  overflow: visible;
}

.sj-listing-tabs .owl2-controls {
  text-align: center;
}

select::-ms-expand {
  display: none;
}

.jshop_menu_level_0,
.jshop_menu_level_0_a {
  margin: 10px 0;
}

.custom.hot-categories-home {
  overflow: hidden;
  padding-bottom: 7px;
}

#myLogin .modal-dialog {
  width: 360px;
  margin: 100px auto;
  z-index: 999;
}

#myLogin .modal-dialog .modal-content {
  padding: 25px;
  border-radius: 0;
}

#myLogin .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  padding: 0;
}

#myLogin .modal-dialog .modal-content h3 {
  font-size: 24px;
  color: #1c1c1c;
  text-transform: uppercase;
}

#myLogin .modal-dialog .modal-content #login-form .userdata {
  margin: 0 0 20px 0;
}

#myLogin .modal-dialog .modal-content #login-form .userdata .inputbox {
  width: 100%;
}

#myLogin .modal-dialog .modal-content #login-form .userdata button {
  text-transform: uppercase;
  border: none;
  line-height: 28px;
  min-width: 100px;
  background: #e6383b;
  color: #fff;
}

#myLogin .modal-dialog .modal-content #login-form .userdata button:hover {
  background: #ba171a;
}

#myLogin .modal-dialog .modal-content #login-form ul.listlogin {
  border-top: 1px solid #e7e7e7;
  margin: 20px 0 10px;
  padding: 10px 0px 0px;
}

#myLogin .modal-dialog .modal-content #login-form ul.listlogin li {
  padding: 6px 0;
}

#myLogin .modal-dialog .modal-content #login-form ul.listlogin li>a {
  color: #444;
}

#myLogin .modal-dialog .modal-content #login-form ul.listlogin li>a:hover {
  color: #e6383b;
}

#myLogin .modal-dialog .modal-content .btReverse {
  display: block;
  text-align: center;
  background: #666;
  text-transform: uppercase;
  line-height: 28px;
  border: none;
  color: white;
}

#myLogin .modal-dialog .modal-content .btReverse:hover {
  background: #ba171a;
}

div.jshop_register {
  width: 100%;
}

.banner-mod a {
  background: #000;
  display: block;
  overflow: hidden;
  padding: 0 !important;
}

.banner-mod a img {
  transition: all 0.5s ease-in-out;
}

.banner-mod a:hover img {
  opacity: 0.6;
  transition: all 0.5s ease-in-out;
}

.autosearch-input {
  color: #444;
}

.middle-right-content .sj_jshopping_search-wrapper .search button {
  height: 41px;
}

.sj_jshopping_search-wrapper .search .select_category select {
  border-radius: 0;
}

.middle-right-content .sj_jshopping_search-wrapper .search .select_category {
  width: 170px;
}

.search .input-group,
.registration .input-group,
.finder .input-group,
.profile-edit .input-group,
.login .input-group {
  display: flex;
}

.search .input-group .form-control,
.registration .input-group .form-control,
.finder .input-group .form-control,
.profile-edit .input-group .form-control,
.login .input-group .form-control {
  width: 1%;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}

.form-check-input {
  margin-top: 0.1rem;
}

.search .form-group .input-group,
.search .form-group select:not(.form-control) {
  width: 25%;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}

.fancybox-wrap .fancybox-inner .productfull .jshop_list_product_related,
.fancybox-wrap .fancybox-inner .productfull .pro-more-info {
  display: none;
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab>span {
  font-weight: 400;
}

.list-group .list-group-item {
  color: #444;
}

.list-group .list-group-item:hover {
  color: #e6383b;
}

.footer-top .sp-module.footer-block ul.links-contact li.email-icon span a {
  color: #444;
}

.blog-featured .article-intro-image {
  margin-bottom: 10px;
}

.blog-featured .item-title {
  font-size: 24px;
}

.blog-featured .item-title a {
  color: #444;
}

.blog-featured .item-title a:hover {
  color: #e6383b;
}

.yt-member-style-3 .yt-member-photo img:hover,
.yt-member-style-1 .yt-member-photo img:hover {
  opacity: 0.85;
}

.yt-member-style-3 div.yt-member-info {
  padding: 5px 1.5em;
}

.yt-member-style-3 div.yt-member-icons {
  float: left;
}

.featherlight {
  z-index: 1200;
}

.review_mark {
  margin: 3px 0 1px;
}

.jshop.login table {
  font-size: 14px;
}

.footer-block2 {
  padding: 0;
}

.sp-module .footer-block {
  padding-bottom: 10px;
  padding-top: 20px;
}

.verhz {
  margin-top: 235px;
  z-index: 999999;
}

.topcont1 {
  width: 35%;
  float: left;
  padding-top: 10px;
}

.topcont2 {
  width: 30%;
  float: left;
  padding-top: 10px;
}

.topcont3 {
  width: 30%;
  float: left;
  padding-top: 20px;
}

.topcont1 a {
  color: #000;
}

.topcont2 a {
  color: #000;
}

.logo-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

*,
html {
  outline: none !important;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

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

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

  .sp-megamenu-wrapper {
    margin-left: 60px;
  }

  #sp-breadcrumb {
    flex: 0 0 66.666667% !important;
    max-width: 66.666667% !important;
    margin-left: auto !important;
  }

  .jshopping-search .mod-shop-search #jshop_search {
    width: auto;
  }

  body.site.home-layout .sp-module.all-categories .sj-flat-menu {
    display: none;
  }

  .page-1 .image-slider-home {
    float: left;
    width: 70%;
  }

  .sj-categories .cat-wrap .item:nth-child(3n+1) {
    clear: both;
  }

  .sj-categories .cat-wrap .item {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #sp-feature .acymailing_module_form td.acyfield_email {
    min-width: 220px;
  }

  #offcanvas-toggler {
    display: none !important;
    visibility: hidden !important;
  }

  .offcanvas-menu {
    display: none !important;
  }

  .fancybox-wrap .fancybox-inner .productfull .block-main {
    display: block;
  }

  .fancybox-wrap .fancybox-inner .productfull .product-image,
  .fancybox-wrap .fancybox-inner .productfull .product-info {
    float: left;
  }

  .header-top .row {
    display: block;
  }

  .language-currency-top,
  .header-top-links {
    float: left;
  }

  .header-middle .row {
    display: block;
    overflow: hidden;
  }

  .header-middle .logo-header,
  .header-middle .header-middle-right {
    float: left;
  }

  .header-bottom .row {
    display: flex;
  }

  .header-bottom .sidebar-megamenu,
  .header-bottom .main-megamenu {
    float: left;
  }

  .footer-head .row {
    display: block;
    overflow: hidden;
  }

  .footer-head #sp-bottom4,
  .footer-head #sp-feature {
    float: left;
  }

  .footer-top .row {
    display: block;
    overflow: hidden;
  }

  .footer-top #sp-bottom1,
  .footer-top #sp-bottom2 {
    float: left;
  }

  .footer-top #sp-bottom2 .row {
    display: block;
  }

  .footer-top #sp-bottom2 .col-lg-4 {
    float: left;
  }

  .header-middle-right .sj_jshopping_search-wrapper .search .select_category select {
    width: 120px;
  }

  .footer-head .custom.socials-wrap {
    padding: 3px 10px 3px;
  }

  .static-image-1 li {
    margin-bottom: 20px;
  }

  .static-image-1 li:last-child {
    margin-bottom: 0px;
  }

  .docs-example {
    display: block;
  }

  .docs-example .col-lg-3 {
    float: left;
  }

  body.site #sp-main-body .row {
    display: block;
    /*overflow: hidden;*/
  }

  body.site #sp-main-body .row:after {
    content: '';
    display: table;
    clear: both;
  }

  body.site #sp-main-body #sp-left,
  body.site #sp-main-body #sp-component,
  body.site #sp-main-body #sp-right {
    float: left;
  }

  body.site #sp-footer-bottom .row {
    display: block;
  }

  body.site #sp-footer1,
  body.site #sp-footer2 {
    float: left;
  }

  body.site .search .form-group .input-group,
  body.site .search .form-group select:not(.form-control) {
    width: 34%;
  }

  body.rtl .page-1 .col-xl-9.offset-xl-3 {
    margin-right: 0 !important;
    padding: 0;
  }

  body.rtl .language-currency-top,
  body.rtl .header-top-links,
  body.rtl .header-bottom .sidebar-megamenu,
  body.rtl .header-bottom .main-megamenu,
  body.rtl .footer-head #sp-bottom4,
  body.rtl .footer-head #sp-feature,
  body.rtl .footer-top #sp-bottom1,
  body.rtl .footer-top #sp-bottom2,
  body.rtl .footer-top #sp-bottom2 .col-lg-4,
  body.rtl .header-middle .logo-header,
  body.rtl .header-middle .header-middle-right {
    float: right;
  }
}

@media screen and (min-width: 1366px) {
  body.site .sj_jshopping_search-wrapper .search {
    width: 100%;
    margin: 0 0 0 -29px;
  }

  body.site .shopping_cart {
    padding-left: 100px;
  }

  body.rtl .sj_jshopping_search-wrapper .autosearch-input {
    float: right;
  }
}

@media screen and (min-width: 1900px) {
  body.site.home-layout .header-style-1 .sidebar-megamenu .menu_vertical .sj-megamenu {
    display: block !important;
    opacity: 1 !important;
    top: 100% !important;
    visibility: visible !important;
  }

  body.site .header-style-1 .header-middle {
    padding: 20px 0 14px;
    background-color: #fff;
  }

  body.site .logo-header .logo {
    margin-top: -11px;
  }

  body.site .sj_jshopping_search-wrapper .search {
    width: 153%;
    margin: 0 0 0 -29px;
  }

  body.site .shopping_cart {
    padding-left: 100px;
  }

  body.site .services-home .banner-policy {
    margin-top: 8px;
  }

  body.site .footer-top .sp-module.footer-block {
    padding: 33px 30px;
  }

  body.site .categories-footer {
    padding: 35px 0 30px;
  }

  body.site .categories-footer .footer-links-w ul li {
    padding-bottom: 0px;
  }

  body.rtl .shopping_cart {
    padding-right: 100px !important;
  }
}

@media (max-width: 480px) {
  .page-1 .col-xl-9.offset-xl-3 {
    display: block;
    width: 290px;
  }

  .page-1 .col-xl-9.offset-xl-3 .image-slider-home {
    width: 100%;
  }

  .static-image-1 ul li {
    width: 100%;
  }

  .static-image-1 ul li img {
    width: 100%;
  }

  .static-image-2 .sppb-col-xs-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .static-image-2 .sppb-col-xs-4 a {
    margin-bottom: 30px;
    display: block;
  }

  .services-home .banner-policy .inner .policy {
    width: 100%;
  }

  #sp-footer1 {
    display: flex;
    justify-content: center;
    padding: 0 0 10px;
  }

  #sp-footer2 {
    display: flex;
    justify-content: center;
  }

  #sp-feature .acymailing_module_form td.acyfield_email {
    min-width: 185px;
  }

  body.site .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image a.sj_jshopping_quickview_handler,
  body.site .product .product-item-info .item-image .sj_jshopping_quickview_handler {
    display: none;
  }

  body.site .productfull .buttons {
    display: inline-block;
  }

  body.site .productfull .prod_qty_input {
    margin-top: 0px;
    display: inline-block;
  }

  body.site .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li>a {
    margin: 0 0 5px;
  }

  body.site .form-vertical .login-greeting {
    line-height: 14px;
  }

  body.rtl .header-top-links {
    padding: 0;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  .page-1 .col-xl-9.offset-xl-3 {
    display: block;
    width: 345px !important;
  }

  body.rtl .header-top-links {
    padding: 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .page-1 .col-xl-9.offset-xl-3 {
    display: block;
    width: 290px;
  }

  .sj-categories .cat-wrap .item {
    width: 100% !important;
  }

  .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    position: static;
  }

  .header-middle-right .sj_jshopping_search-wrapper .button-search {
    background-color: #e6383b;
    padding: 0;
    width: 40px;
    height: 40px;
  }

  body.site .sj_jshopping_search-wrapper .search .select_category select {
    display: none;
  }

  body.site .sj_jshopping_search-wrapper .search .select_category {
    width: auto;
  }

  body.site .sj_jshopping_search-wrapper .autosearch-input {
    background-color: #fff;
    width: 157px;
  }

  body.site .jshop_list_product #sort_count .box_products_count_to_page {
    margin-top: 10px;
    float: left;
  }

  body.site .sj_jshopping_search-wrapper .search button span {
    display: none;
  }

  body.site .sj_jshopping_search-wrapper .search button:before {
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    text-align: center;
    font-size: 14px;
  }

  body.site .sj_jshopping_search-wrapper {
    width: 200px;
  }

  body.site .header-style-1 .header-middle .header-middle-right .middle-right-content .shopping_cart {
    top: 2px;
  }

  body.rtl .header-middle-right .sj_jshopping_search-wrapper .button-search {
    height: 40px;
  }

  body.rtl .page-1 .image-slider-home {
    margin: 0;
    float: none;
  }

  body.rtl body.rtl .header-top-links {
    padding: 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .page-1 .col-xl-9.offset-xl-3 {
    display: block;
    width: 538px;
  }

  body.site .sj_jshopping_search-wrapper .search .select_category select {
    display: none;
  }

  body.site .sj_jshopping_search-wrapper .search .select_category {
    width: auto;
  }

  body.site .sj_jshopping_search-wrapper .autosearch-input {
    background-color: #fff;
  }

  body.site .header-middle-right .sj_jshopping_search-wrapper .button-search {
    background-color: #e6383b;
  }

  body.site .sj_jshopping_search-wrapper {
    width: 80%;
  }

  body.site .header-style-1 .header-middle .header-middle-right .middle-right-content .shopping_cart {
    top: 2px;
  }

  body.site .docs-example {
    display: block;
  }

  body.site .docs-example .col-lg-3 {
    width: 50%;
    max-width: 50%;
    float: left;
  }

}

@media (max-width: 767px) {

  body>.sm-btn-148,
  .sm-content-inner>.sm-btn-148,
  .off-menu_148 .sm-btn-148 {
    display: none;
  }

  body.site.home-layout .sp-module.all-categories .sj-flat-menu {
    display: none;
  }

  .sidebar-megamenu .sp-module-content .pretext span {
    display: none;
  }

  body.site .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image a.sj_jshopping_quickview_handler,
  body.site .product .product-item-info .item-image .sj_jshopping_quickview_handler {
    display: none;
  }

  body.site .zoomContainer {
    display: none;
  }

  .productfull .additional-images .jCarouselLite>div a.img img.jshop_img_thumb {
    height: auto;
  }

  .productfull .product-info h1.title {
    margin: 15px 0;
  }

  .shopping_cart .shopcart .shopcart-inner {
    display: none;
  }

  .productfull .product-form {
    padding: 0px;
  }

  .jshopping-search .mod-shop-search #jshop_search {
    width: auto;
  }

  .header-style-1 .header-middle {
    padding: 20px 0px 15px;
  }

  .header-style-1 .header-middle .logo-header {
    text-align: center;
    padding-bottom: 15px;
    justify-content: center;
    display: flex;
    width: 100px;
  }

  .header-style-1 .header-middle-right {
    width: 70%;
  }

  .header-style-1 .header-middle .row {
    flex-direction: row-reverse;
    align-items: center;
  }

  /*.header-style-1 .header-middle .header-middle-right .middle-right-content{
	  text-align:center;
  }
  .topcont1,.topcont2{
	  float:none;
  }
  .topcont1>img{
	  margin-left:5px!important;
  }
  .topcont1>img, .topcont1>span{
	  float:right!important;
  }
  .topcont2 > div{
	  text-align:right;
  }
  .topcont2 img{
	  float:right!important;
  }
  .topcont1, .topcont2{
	  max-width:230px;
	  margin: 0 auto;
  }*/
  .header-style-1 .header-middle .header-middle-right .middle-right-content {
    /*position: absolute;
    display: block;
    bottom: -61px;
    left: 60px;
    right: 15px;*/
    z-index: 10;
  }

  .topcont1,
  .topcont2,
  .topcont3 {
    float: none;
    width: auto;
  }

  .header-style-1 .header-middle .header-middle-right .middle-right-content .shopping_cart {
    position: absolute;
    right: 0;
  }

  .header-style-1 .header-middle .jshopping-search .mod-shop-search {
    float: left;
    margin: 0 10px 0 10px;
  }

  .jshopping-search .mod-shop-search .adv_search_link {
    display: none;
  }

  body.ltr .header-style-1 .header-bottom #offcanvas-toggler.offcanvas-toggler-right {
    float: left;
    height: 40px;
    width: 40px;
    margin-top: 5px;
    background-color: #f50;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-left: 0;
  }

  body.ltr .header-style-1 .header-bottom #offcanvas-toggler.offcanvas-toggler-right>.fa {
    color: #fff;
  }

  .header-style-1 .header-bottom .sidebar-megamenu {
    display: none;
  }

  .page-1 .col-xl-9.offset-xl-3 {
    padding: 0;
  }

  .page-1 .col-xl-9.offset-xl-3 .image-slider-home {
    margin-bottom: 30px;
  }

  .static-image-1 ul li {
    float: left;
    width: 33.33%;
    margin-bottom: 30px;
  }

  .header-top .row {
    display: block;
  }

  .language-currency-top,
  .header-top-links {
    float: left;
    width: 50%;
    max-width: 50%;
  }

  .services-home .banner-policy .inner .policy {
    width: 100%;
    border: none;
  }

  .sj-categories .cat-wrap .item:nth-child(2n+1) {
    clear: both;
  }

  .sj-categories .cat-wrap .item {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-top-links .toplinks-wrapper ul.links li.account>a>span {
    display: none;
  }

  #sp-feature .acymailing_module_form .acymailing_introtext,
  table.acymailing_form,
  #sp-feature .acymailing_module_form {
    display: block;
  }

  #sp-bottom2 .sp-module {
    padding: 15px 0;
  }

  #sp-footer1 {
    display: flex;
    justify-content: center;
    padding: 0 0 10px;
    text-align: center;
  }

  #sp-footer2 {
    display: flex;
    justify-content: center;
  }

  .hidden-xs {
    display: none;
  }

  #myLogin .modal-dialog {
    width: auto;
    z-index: 999;
  }

  .footer-head .custom.socials-wrap {
    padding: 25px 20px 15px;
  }

  body.site .sj_jshopping_search-wrapper .search .select_category select {
    display: none;
  }

  body.site .sj_jshopping_search-wrapper .search .select_category {
    width: auto;
  }

  body.site .sj_jshopping_search-wrapper .autosearch-input {
    background-color: #fff;
    width: 100%;
  }

  body.site .header-middle-right .sj_jshopping_search-wrapper .button-search {
    background-color: #e6383b;
  }

  body.site .sj_jshopping_search-wrapper {
    width: 80%;
  }

  body.site .header-style-1 .header-middle .header-middle-right .middle-right-content .shopping_cart {
    top: 1px;
  }

  body.site .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li {
    margin: 0;
  }

  body.site .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    position: static;
  }

  body.site .static-image-2 a.image-top {
    margin-bottom: 13px;
  }

  body.site .jshop_list_product .jshop_pagination .pagination .pagination>li>a,
  body.site .jshop_list_product .jshop_pagination .pagination .pagination>li span {
    padding: 6px 24px;
  }

  body.rtl .page-1 .col-xl-9.offset-xl-3 {
    margin-right: 0 !important;
    padding: 0;
  }

  body.rtl .language-currency-top,
  body.rtl .header-top-links {
    float: right;
  }

  body.rtl #sp-main-body .page-1 .image-slider-home {
    margin: 0;
    float: none;
  }
}

@media(min-width: 320px) and (max-width: 480px) {
  .header-style-1 .header-middle .header-middle-right .middle-right-content {
    position: relative;
    display: block;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 10;
  }

  .topcont1,
  .topcont2,
  .topcont3 {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .jshopping-search .mod-shop-search #jshop_search {
    width: 460px;
  }

  body.site.home-layout .sp-module.all-categories .sj-flat-menu {
    display: none;
  }

  .sidebar-megamenu .sp-module-content .pretext span {
    display: none;
  }

  .page-1 .image-slider-home {
    margin-right: 0;
    width: 100%;
  }

  #column-id-1564453169628 {
    padding: 0;
  }

  .shopping_cart .shopcart .shopcart-inner {
    display: none;
  }

  .header-style-1 .header-middle {
    padding: 20px 0px 15px;
  }

  .header-style-1 .header-middle .logo-header {
    text-align: center;
    padding-bottom: 15px;
    justify-content: center;
    display: flex;
  }

  .header-style-1 .header-middle .header-middle-right .middle-right-content {
    position: absolute;
    bottom: -60px;
    display: block;
    left: 60px;
    right: 15px;
    z-index: 98;
  }

  .header-style-1 .header-middle .header-middle-right .middle-right-content .sj_jshopping_search-wrapper .search {
    width: 80%;
  }

  .header-style-1 .header-middle .header-middle-right .middle-right-content .sj_jshopping_search-wrapper .autosearch-input {
    background-color: #fff;
  }

  .header-middle-right .sj_jshopping_search-wrapper .button-search {
    background-color: #e6383b;
  }

  .header-style-1 .header-middle .header-middle-right .middle-right-content .shopping_cart {
    position: absolute;
    right: 0;
    top: 2px;
  }

  .header-style-1 .header-middle .jshopping-search .mod-shop-search {
    float: left;
    margin: 0 10px 0 10px;
  }

  .header-top .row {
    display: block;
  }

  .product .product-item-details .product-item-inner .actions-secondary {
    margin-left: 4px;
  }

  .language-currency-top,
  .header-top-links {
    float: left;
    width: 50%;
    max-width: 50%;
  }

  .docs-example {
    display: block;
  }

  .docs-example .col-lg-3 {
    width: 50%;
    max-width: 50%;
    float: left;
  }

  .blog-featured .row {
    display: block;
  }

  .blog-featured .row .item {
    float: left;
  }

  .productfull {
    padding-bottom: 20px;
  }

  .productfull .block-main {
    display: block;
  }

  .productfull .block-main .product-image,
  .productfull .block-main .product-info {
    float: left;
  }

  .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li {
    margin: 0 0 0 15px;
  }

  .static-image-2 a.image-top {
    margin-bottom: 17px;
  }

  .jshop-listing-product .jshop_list_product .list_product .row {
    display: block;
  }

  .jshop-listing-product .jshop_list_product .list_product .row .col-md-4 {
    float: left;
  }

  .fancybox-wrap .fancybox-inner .productfull .block-main {
    display: block;
  }

  .fancybox-wrap .fancybox-inner .productfull .product-image,
  .fancybox-wrap .fancybox-inner .productfull .product-info {
    float: left;
  }

  .product .product-item-details {
    padding: 0px 10px 26px;
  }

  body.ltr .header-style-1 .header-bottom #offcanvas-toggler.offcanvas-toggler-right {
    float: left;
    margin: 4px;
  }

  .header-style-1 .header-bottom .sidebar-megamenu {
    display: none;
  }

  .static-image-1 ul li {
    float: left;
    width: 33.33%;
    margin-bottom: 30px;
  }

  .sj-categories .cat-wrap .item:nth-child(2n+1) {
    clear: both;
  }

  .sj-categories .cat-wrap .item {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #sp-feature .acymailing_module_form td.acyfield_email {
    min-width: 282px;
  }

  #sp-bottom2 .sp-module {
    padding: 15px 0;
    width: 33.3333%;
    max-width: 33.3333%;
  }

  .page-1 .services-home .banner-policy .inner .policy {
    padding: 7px 20px;
  }

  .page-1 .services-home .banner-policy .inner .policy a span {
    padding-left: 20px;
  }

  #sp-bottom2.col-lg-8 .row {
    display: block;
  }

  #sp-bottom2.col-lg-8 .row .col-lg-4 {
    float: left;
  }

  #sp-footer1 {
    display: flex;
    justify-content: center;
    padding: 0 0 10px;
    text-align: center;
  }

  #sp-footer2 {
    display: flex;
    justify-content: center;
  }

  .yt-section-content {
    max-width: 100%;
  }

  .yt-section-content .row {
    display: block;
  }

  body.rtl .page-1 .col-xl-9.offset-xl-3 {
    margin-right: 0 !important;
    padding: 0;
  }

  body.rtl .language-currency-top,
  body.rtl .header-top-links {
    float: right;
  }

  body.rtl .header-style-1 .header-middle .header-middle-right .middle-right-content {
    right: 125px;
    left: auto;
  }

  body.rtl .header-style-1 .header-middle .header-middle-right .middle-right-content .shopping_cart {
    left: -70px;
    right: auto;
  }

  body.rtl .header-style-1 .header-bottom #offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    height: 40px;
    width: 40px;
    margin-top: 5px;
    background-color: #f50;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  body.rtl .header-style-1 .header-bottom #offcanvas-toggler.offcanvas-toggler-right>.fa {
    color: #fff;
  }
}

@media (min-width: 1200px) {
  .page-1 .col-xl-9.offset-xl-3 {
    padding: 0;
  }

  .page-1 .image-slider-home {
    width: 600px;
    float: left;
    margin-right: 10px;
  }

  .sj-categories .cat-wrap .item {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sj-categories .cat-wrap .item:nth-child(4n+1) {
    clear: both;
  }
}

@media (min-width: 1199px) {
  #offcanvas-toggler {
    display: none !important;
    visibility: hidden !important;
  }

  body.helix-ultimate .sppb-row-container {
    max-width: 1170px;
    padding: 0;
  }

  body.com-jshopping.view-product #sp-main-body .col-lg-12.col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  #sp-main-body .col-lg-12.col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body.view-article #sp-main-body .col-lg-12.col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body.com-spsimpleportfolio #sp-main-body .col-lg-12.col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body.com-users #sp-main-body .col-lg-12.col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body.view-login #sp-main-body .col-lg-12.col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .com-sppagebuilder #sp-main-body .col-lg-12.col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .container {
    max-width: 1170px;
    padding: 0;
  }

  .search .form-group .chzn-container .chzn-drop,
  .search .form-group .chzn-container .chzn-single {
    width: 50%;
  }

  .search .form-group.search-display .chzn-container .chzn-drop,
  .search .form-group.search-display .chzn-container .chzn-single {
    width: 20%;
  }

  .search .form-group.search-only {
    width: 100%;
  }

  .blokusl {
    width: 33%;
    float: left;
    text-align: center;
  }
}

.brendtr {
  padding: 70px 0px 0px 0px;
}

@media (max-width: 640px) {
  #sp-left {
    margin-top: 0px;
  }

  #sp-breadcrumb {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    height: 55px;
    overflow-y: visible;
  }
}

@media (max-width: 540px) {
  .blokusl {
    width: 100%;
    float: left;
    text-align: center;
  }
}

.blokimg {
  background: white;
  display: inline-block;
  margin: 50px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  padding: 20px;
  border-radius: 10px;
}

.bloktec {
  font-size: 18px;
  top: -20px;
  position: relative;
}

.bloktit {
  content: "";
  display: inline-block;
  max-width: 100%;
  border-bottom: 2px solid #e6e5e6;
  vertical-align: top;
  padding-bottom: 3px;
  font-size: 24px;
  color: #212529;
  text-align: center;
  font-weight: 600;
}

.blokob {
  margin-bottom: 75px;
  display: grid;
}

.spisok {
  display: grid;
  padding-top: 0px;
}

.spisokimg {
  padding-bottom: 40px;
}

.topcont4 {
  padding-top: 20px;
  text-align: center;
}

.telbot {
  position: relative;
  text-align: center;
  left: 380px;
  top: -120px;
}

.blokbonl {
  width: 33%;
  float: left;
  text-align: center;
}

.blokimgbon {
  background: white;
  display: inline-block;
  margin: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  padding: 20px;
  border-radius: 10px;
  padding-right: 200px;
  height: 150px;
}

.bloktextsw {
  font-size: 14px;
  top: 40px;
  position: relative;
  left: 85%;
  background: white;
  width: 20px;
  height: 20px;
  box-shadow: inset 2px 2px 5px rgb(154 147 140 / 50%), 1px 1px 5px rgb(255 255 255);
  border-radius: 10px;
}

.bloktec2 {
  font-size: 18px;
  top: -80px;
  position: relative;
  left: 150px;
  text-align: left;
}

.blokimg img:hover {
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blokimgbon img:hover {
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blokaudit {
  background: white;
  margin: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  padding: 20px;
  border-radius: 10px;
  height: 190px;
}

.bloktextaudit {
  font-size: 18px;
  ;
  position: relative;
}

.blokobaudit {
  margin-bottom: 15px;
  display: grid;
}
/*
#off-menu_148 div.h3.sm-head {
  display: block;
  background: #e6383b !important;
  line-height: 50px !important;
  height: 50px !important;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 25px !important;
  font-size: 116.67%;
  color: #fff;
  margin: 0;
  display: inline-block;
  position: relative !important;
  width: 100%;
}
*/
/*
#off-menu_148 div.h3.sm-head span {
  font-family: 'Varela Round', sans-serif;
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  text-shadow: 0px 0px 1px 00000033;
  line-height: 44px !important;
}
*/

#off-menu_148 div.h3.sm-head:before {
  content: '\f0c9';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.like-h3 {
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-weight: 600;
}

#sp-bottom2 .sp-module div.h3-bottom.sp-module-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 116.67%;
  color: #222;
  text-transform: uppercase;
}

.footer-top .sp-module.footer-block div.h3-foot.sp-module-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 116.67%;
  color: #222;
  text-transform: uppercase;
}

.h4 {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.2;
  color: inherit;
}

.categories-footer .footer-links-w ul li div.h2-bottom {
  font-size: 100%;
  display: inline-block;
  font-weight: 600;
  color: #222;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

span[style="color: #333399;"]>strong {
  font-size: 1.5rem;
  font-weight: 600;
}

/*
table {
  width: 100%;
  text-align: center;
  border-color: transparent !important;
  border-bottom: 2px solid #dfdfdf;
  border-radius: 6px;
  border-collapse: separate;
  border-spacing: 0px;
 
}

table tr:first-child {
  color: #ffffff;
  font-weight: bold;
  background: #c83240 !important;
}

table tr td {
  border-right: 1px solid #dfdfdf;
  padding: 10px;
}

table tr td:last-child {
  border-right: 0px;
}

table tbody tr:nth-child(1n) {
  background: #f6f6f6;
}

table tbody tr:nth-child(2n) {
  background: #e6e6e6;
}

table tbody tr:hover {
  background: #ffe8e8;
  transition-duration: 0.6s;
}
*/
table {
  width: 100%;
  text-align: center;
  border-color: transparent !important;
  border-bottom: 2px solid #dfdfdf;
  border-radius: 6px;
  border-collapse: separate;
  border-spacing: 0px;
  margin: 20px 0 0 0;
}

table tr:first-child {
  color: #252525;
  font-weight: bold;
  background: #fff !important;
}

table tr td {
  //border-right: 1px solid #dfdfdf;
  border-right: 0;
  padding: 10px;
  text-align: left!important;
}

table tr td:last-child {
  border-right: 0px;
}

table tbody tr:nth-child(1n) {
  background: #fff;
}

table tbody tr:nth-child(2n) {
  background: #f3f4f8;
}

table tbody tr td:nth-child(1) {
    border-radius: 10px 0 0 10px;
}
table tbody tr td:nth-last-child(1) {
	border-radius: 0 10px 10px 0;
}
table tbody tr td[colspan] {
    border-radius: 10px;
}

table tbody tr:hover {
  background: #ffe8e8;
  transition-duration: 0.6s;
}
