/**
 * @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
 */
@font-face {
	font-family: 'FreeSetBlackC';
	src: url('../fonts/freesetblackc.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/freesetblackc.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/freesetblackc.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/freesetblackc.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/freesetblackc.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/freesetblackc.svg#freesetblackc') format('svg'); /* Chrome < 4, Legacy iOS */
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'FreeSetBlackC';
}
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);
}
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;
}
.row:before, .row:after {
display: flex !important;
}
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: 0;
  font-size: 0.875rem;
}
#sp-top-bar .sp-module {
 }
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;
}
.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 {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
}
#sp-header .logo {
  display: inline-flex;
  margin: 0;
  padding: 0px 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-section-1 {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  padding: 50px 0;
}
#sp-section-1 .modtitle {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0px;
}
#sp-section-1 .breadcrumb {
  background-color: transparent;
  display: inline-block;
  margin: 0;
  font-size: 14px;
  padding: 0;
}
#sp-section-1 .breadcrumb > li {
  display: inline-block;
}
#sp-section-1 .breadcrumb > li:first-child a {
  font-size: 0;
}
#sp-section-1 .breadcrumb > li:first-child a:before {
  content: "\f015";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  display: inline-block;
}
#sp-section-1 .breadcrumb > li a {
  color: #fff;
}
#sp-section-1 .breadcrumb > li a:hover {
  color: #fcc53b;
}
#sp-section-1 .breadcrumb > li.breadcrumb-item.active {
  color: #fff;
}
#sp-section-1 .breadcrumb > li.breadcrumb-item::before {
  color: #fff;
}
#sp-section-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  display: block;
}
label.hasPopover {
  display: block !important;
}
.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: 1290px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.layout-boxed .body-innerwrapper .container {
  max-width: 1200px;
}
#sp-main-body {
  padding: 10px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  padding: 0px;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 5px;
}
#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 {
  border-bottom: 2px solid #eee;
  display: block;
  margin-bottom: 15px;
  padding: 0 0 15px;
  font-size: 20px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
#sp-left .sp-module .sp-module-title:after, #sp-right .sp-module .sp-module-title:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background-color: #fcc53b;
  bottom: -2px;
  left: 0;
}
#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;
    padding-top: 5px;
    font-size: 18px;
    padding-bottom: 5px;
    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: 0px;
  border: 0px solid #f5f5f5;
  border-radius: 0px;
  display: inline-block;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: 0 0 20px 0;
  border-radius: 0 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: 1rem;
  margin: 0 0 15px 0;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #222;
}
.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: #fcc53b;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
   font-weight: 500;
  margin-bottom: 0;
  border: 0;
  cursor: pointer;
  background-color: #222;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  background-color: #fcc53b;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.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: #666;
}
.article-info > span a:hover {
  color: #fcc53b;
}
.article-details .article-header {
  position: relative;
  color: #222;
  clear: both;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.25rem;
}
.article-details .articleBody, .article-details .article-content {
  line-height: 25px;
}
.article-details .alignnone {
  float: left;
  display: block;
  clear: none;
  margin: 20px 0 30px 0;
}
.article-details .link-edit-article {
  position: absolute;
  right: 0;
  top: 10px;
}
.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;
}
.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;
}
.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;
  margin-bottom: 0.5rem;
}
.tags > li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 1rem 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;
}
.search .form-group .input-group input.form-control {
  font-size: 14px;
}
.search .form-group .input-group, .search .form-group select:not(.form-control) {
  width: 45%;
}
.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: none;
  background-color: transparent;
}
.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: #fcc53b;
  border-color: #fcc53b;
}
.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: #fcc53b;
  border-color: #fcc53b;
}
.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-footer2 .sp-module._menu {
  padding: 30px 0 10px;
}
#sp-footer2 .sp-module._menu ul.menu {
  list-style: none;
  margin: 0;
}
#sp-footer2 .sp-module._menu ul.menu li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #666;
  padding-left: 15px;
}
#sp-footer2 .sp-module._menu ul.menu li a {
  color: #222;
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: 600;
  font-size: 13px;
}
#sp-footer2 .sp-module._menu ul.menu li a:hover {
  color: #222;
}
#sp-bottom {
  background: #f5f6f8;
  padding: 68px 0;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 0px;
}
#sp-bottom .sp-module .sp-module-title {
  font-size: 18px;    text-transform: uppercase;

   font-weight: 500;
  color: #222;
  margin-bottom: 20px;  margin-top: 10px;

}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul.menu li {
  position: relative;
  color: #666;
  margin-bottom: 0px;
  padding-left: 15px;
}
#sp-bottom .sp-module ul.menu li a {
     color: #222;
    padding: 0;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-weight: 600;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.sp-megamenu-parent > li > a:before {
    background: #222222;
    bottom: 10px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 50%;
    position: absolute;
    right: 50%;
    transition: 0.3s ease-in-out;
    width: 0;
}
.sp-megamenu-parent > li > a:hover:before {
    left: 0;
    right: 0;
    width: 100%;
}
#sp-bottom .sp-module ul.menu li a:hover {
  color: #fcc53b;
}
#sp-bottom .sp-module ul.menu li a:hover:before {
  background-color: #fcc53b;
}
#sp-bottom .sp-module ul.menu li a:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #aaa;
  font-family: FontAwesome;
  position: absolute;
  top: 8px;
  left: 0;
  transition: all 0.2s ease-in-out 0s;
}
#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-bottom .infos-footer ul li {
  margin-bottom: 10px;
}
#sp-bottom .infos-footer ul li i {
  font-size: 0px;
}
#sp-bottom .infos-footer ul li i:before {
  font-size: 18px;
  color: #fcc53b;
  margin-right: 15px;
  vertical-align: -2px;
}
#sp-bottom .infos-footer ul li a {
  display: inline-block;
}
#sp-bottom .acymailing_module {
  margin-bottom: 30px !important;
}
#sp-bottom .acymailing_module .acymailing_module_form .acymailing_introtext {
  margin-bottom: 12px !important;
}
#sp-bottom .acymailing_module .acymailing_form {
  position: relative;
}
#sp-bottom .acymailing_module .acymailing_form td.acysubbuttons input.subbutton {
  position: absolute;
  right: 0px;
  top: 1px;
  height: 45px;
  line-height: 45px;
  padding: 0px 25px;
  text-transform: uppercase;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background: #fcc53b;
}
#sp-bottom .acymailing_module .acymailing_form td.acysubbuttons input.subbutton:hover {
  background: #222;
}
#sp-bottom .acymailing_module .acymailing_form td {
  padding-bottom: 0px;
}
#sp-bottom .acymailing_module .acymailing_form td.acyfield_email {
  width: 100%;
}
#sp-bottom .acymailing_module .acymailing_form td.acyfield_email .inputbox {
  border: solid 1px #e5e5e5;
  padding: 0px 20px;
  height: 46px;
  line-height: 46px;
  color: #666;
  font-size: 14px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#sp-bottom .socials {
  margin-top: 5px;
}
#sp-bottom .socials li {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}
#sp-bottom .socials li a {
  color: #fff;
  font-size: 18px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  display: block;
  border: 1px solid #e5e5e5;
  color: #666;
}
#sp-bottom .socials li a i {
  font-size: 0px;
}
#sp-bottom .socials li a i:before {
  font-size: 18px;
}
#sp-bottom .socials li a:hover {
  color: #fff;
  background-color: #fcc53b;
  border-color: #fcc53b;
}
.categories-footer {
  margin: 70px 0px 50px 0px;
}
.categories-footer h2 {
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
}
.categories-footer ul li {
  padding: 13px 0;
}
.categories-footer ul li h4 {
  margin-right: 3px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
}
.categories-footer ul li a {
  font-weight: normal;
  text-transform: none;
  color: #666;
}
.categories-footer ul li a:hover {
  color: #fcc53b !important;
}
#sp-footer {
  padding: 20px 0 10px;
}
#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-footer1 .custom p img {
  margin: 0 auto;
}
#sp-footer #sp-footer1 .sp-copyright {
  margin: 10px 0;
  color: #fff;
}
#sp-footer #sp-footer1 .sp-copyright a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#sp-footer #sp-footer1 .sp-copyright a:hover {
  color: #222;
}
#sp-footer #sp-footer2 {
  text-align: right;
}
#sp-footer #sp-footer2 .custom {
  display: inline-block;
}
#sp-footer #sp-footer2 .custom p {
  margin-bottom: 0px;
}
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;
}
table.category thead > tr th a, table.category tbody > tr th a, table.category thead > tr td a, table.category tbody > tr td a {
  color: #212529;
  display: block !important;
}
table.category thead > tr th a:hover, table.category tbody > tr th a:hover, table.category thead > tr td a:hover, table.category tbody > tr td a:hover {
  color: #fcc53b;
}
.tooltip.show {
  opacity: 0;
}
.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: 30px;
  right: 30px;
  width: 58px;
  height: 58px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #525252;
  border-radius: 100%;
  border: 6px solid #f2f2f2;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #222;
}
.sp-scroll-up span:before {
  content: "\f062";
  color: #fff;
}
.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: .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-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;
}
.sp-module .contact-ajax .ctajax-element .el-ctajax-form input {
  width: 100%;
}
.sp-module .contact-ajax .ctajax-element .el-info-contact .info-address i, .sp-module .contact-ajax .ctajax-element .el-info-contact .info-mobie i, .sp-module .contact-ajax .ctajax-element .el-info-contact .info-mail i {
  color: #fcc53b;
}
.sp-module .contact-ajax .ctajax-element .el-ctajax-form input[type="submit"] {
  background-color: #fcc53b;
  color: #fff;
}
.ratingbox {
  position: relative;
  display: inline-block;
}
.ratingbox div, .ratingbox span {
  display: block;
  width: 1%;
  height: 24px;
  position: static;
}
.sp-module.slide {
  margin-top: 24px;
}
.sp-column h2.modtitle {
  font-weight: bold;
}
.profile-edit .form-group button.btn#helpsite-refresh {
  margin-top: 15px;
}
#sp-slide .yt-content-slider .owl-nav [class*='owl-'] {
  line-height: 44px;
}
.search .controls input[type="radio"] {
  margin: 0 6px;
}
.search .error {
  padding-bottom: 40px;
}
.article-details .article-header h1 {
  font-size: 18px;
}
.alert.alert-notice {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
#sp-component {
  margin-bottom: 0px;
}
#sp-component #form-login {
  margin-bottom: 15px;
}
#sp-component .form-validate h2 {
  margin-bottom: 15px;
}
.blog-featured .article-intro-image {
  margin-bottom: 15px;
}
.blog-featured .readmore a:hover {
  color: #fcc53b;
}
.vm-order-done .post_payment_payment_name, .vm-order-done .post_payment_order_number, .vm-order-done .post_payment_order_total, .vm-order-done .vm-button-correct {
  margin-bottom: 15px;
}
.category-list select:not([multiple]).inputbox {
  width: 80px;
}
.login .list-group a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  background-color: #222;
  left: 10px;
  transition: all 0.2s ease-in-out 0s;
}
.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;
}
/*
 .sp-module.all-categories{
 position: relative;margin: 0;
 &:hover{
 .sj-flat-menu{
 display: block;
 }
 }
 .sp-module-title{
 background-color: $link_color;
 border: 0 none;
 color: #222;
 height: 52px;
 line-height: 52px;
 padding: 0 40px 0 20px;
 margin: 0;
 font-size: 14px;
 font-weight:600;
 position: relative;
 text-transform: uppercase;
 cursor: pointer;
 &:after{
 background-image: url(../images/icon-cate.png);
 border: 0 none;
 content: "";
 height: 10px;
 position: absolute;
 right: 12px;
 left: auto;
 top: 22px;
 width: 12px;
 }
 }
 .sj-flat-menu{
 border-top: 0;
 border-left: 1px solid #ddd;
 border-right: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
 padding: 0;
 display: none;
 position: absolute;
 width: 100%;
 z-index: 9;
 li{    
 border-bottom:1px solid #ddd;
 &.fm-last{border-bottom:0px;}
 &:hover{
 background: #fafafa;
 a{
 color: $link_color;
 }
 }
 .fm-item {
 .fm-link{
 a{
 color:#222;
 &:hover{
 color:$link_color;
 }
 }
 }
 }
 .fm-container{
 ul{
 min-width: 260px;
 li{
 border-bottom: 1px solid #ddd;
 border-left: 1px solid #ddd;
 border-right: 1px solid #ddd;
 a{
 color: #444;
 }
 &:hover{
 a{
 color:$link_color;
 }        
 }
 .fm-container{
 ul{
 li{
 a{
 color: #444;
 }
 &:hover{
 a{
 color:$link_color;
 }        
 }
 }
 }
 }
 }
 li.fm-first{
 border-top: 1px solid #ddd;
 }
 }
 }
 }
 }
 }
 .module.all-categories:hover .sj-flat-menu{display: block;}
 */
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 0px;
  z-index: 99;
  display: block;
  float: none;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;    margin-right: 30px;

}
.sp-megamenu-parent > li:last-child {
  float: right;
}
.sp-megamenu-parent > li:last-child > a, .sp-megamenu-parent > li:last-child > span {
    padding-right: 0;
    color: #222 !important;
    background-color: #fcc53b;
    border-radius: 15px;
    padding: 0 15px;
    line-height: 30px;
    margin: 6px 0;
}
.sp-megamenu-parent > li:last-child > a:hover, .sp-megamenu-parent > li:last-child > span:hover {
  color: #222;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 0px;
     line-height: 50px;
    LETTER-SPACING: 0.5PX;
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 600;
}
.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;
}
.home-layout1 .sp-megamenu-parent > li:first-child > a {
  color: #fcc53b;
}
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%;
}
@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: 52px;
  line-height: 52px;
  font-size: 18px;
}
#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: 22px;
  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 ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
#offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
#offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
.offcanvs-position-left .body-wrapper {
  left: 0;
}
.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
.offcanvs-position-right .body-wrapper {
  right: 0;
}
.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
.close-offcanvas {
  right: 15px;
}
.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 {
  right: 0;
}
.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);
  }
}
@-webkit-keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
@-moz-keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
@-ms-keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
@-o-keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
@keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
.right-header a {
  font-size: 14px;
  color: #f60;
  font-weight: 600;
  padding: 13px 15px 10px 0;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.right-header a:hover {
  color: #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
*, html {
  outline: none !important;
}
body {
  scrollbar-face-color: #777;
  scrollbar-track-color: #d6d6d6;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  line-height: normal;
        font-family: 'FreeSet', sans-serif !important;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
::-webkit-scrollbar-thumb {
  background: #777;
}
::-webkit-scrollbar-track {
  background: #d6d6d6;
}
.row {
  margin-left: * -1;
  overflow: inherit;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
@media (min-width: 1199px) {
  /*
   .search .form-group{width:50%;}
   .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 .c
   hzn-container .chzn-single{width:20%;}
   .search .form-group.search-only{width:100%;}
   */
  .container {
    max-width: 1390px;
    margin: 0 auto;
    padding: 0px;
  }
  .hidden-lg {
    display: none !important;
  }
  body.helix-ultimate .sppb-row-container {
    max-width: 1290px;
  }
  body.helix-ultimate .col-lg-12.col-xl-9 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  #offcanvas-toggler {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  ::-webkit-scrollbar {
    width: 0.3em;
    height: 0.3em;
  }
  ::-webkit-scrollbar-thumb {
    background: #777;
  }
  ::-webkit-scrollbar-track {
    background: #d6d6d6;
  }
  body {
    scrollbar-face-color: #777;
    scrollbar-track-color: #d6d6d6;
  }
}
/*================ LINK & COLUMN ===================*/
ul.menu, ol.menu, ul.blank {
  list-style: none;
  margin: 0;
  padding: 0;
}
option {
  padding: 2px 5px;
  border-width: 1px;
}
.alert ol li {
  list-style-type: decimal;
  margin: 0 0 5px 15px;
}
img {
  max-width: 100%;
}
.over {
  overflow: visible;
}
.align-center {
  display: table;
  margin: 0 auto;
}
.text-danger {
  color: #fff;
  display: inline-block;
  background-color: #a94442;
  padding: 0 5px;
  margin: 5px 0;
  border-radius: 3px;
  font-size: 11px;
}
a, a:visited, a:active, a:link, a:focus, a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
body a {
  color: #565656;
}
body a:hover {
  color: #fcc53b;
  text-decoration: none;
}
body a:focus {
  text-decoration: none;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0 0 10px 0;
}
body input, body textarea, body button {
  outline: medium none !important;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 5px;
  cursor: pointer;
}
body img {
  display: block;
  max-width: 100%;
  height: auto;
}
.hidden {
  display: none !important;
}
.clearfix {
  overflow: inherit;
}
#sp-top1 .mod-languages {
  position: relative;
  display: inline-block !important;
  padding: 10px 0;
}
#sp-top1 .mod-languages:before {
  background-color: #d4d5d6;
  content: "";
  height: 13px;
  position: absolute;
  right: 0;
  top: 12px;
  width: 1px;
}
#sp-top1 .mod-languages img {
  display: inline;
  margin-top: -2px;
  width: 16px;
}
#sp-top1 .mod-languages .dropdown-toggle {
  display: block;
  font-size: 12px;
  border: 0;
  padding: 0 20px 0 0;
}
#sp-top1 .mod-languages .dropdown-toggle:after {
  content: "\f107";
  font-family: "FontAwesome";
  border: none !important;
  vertical-align: top;
  margin: 0 8px;
}
#sp-top1 .mod-languages .dropdown-toggle div b {
  background: none;
}
#sp-top1 .mod-languages .dropdown-toggle div b::after {
  position: absolute;
  top: 6px;
  right: 9px;
  content: "\f107";
  font-family: "FontAwesome";
}
#sp-top1 .mod-languages .dropdown-menu {
  min-width: 100px;
  padding: 0px;
  border-radius: 0px;
  top: 100%;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
#sp-top1 .mod-languages .dropdown-menu > li {
  margin: 0px;
  padding: 5px 10px;
}
#sp-top1 .mod-languages .dropdown-menu > li > a {
  color: #888;
  font-size: 12px;
}
#sp-top1 .mod-languages .dropdown-menu > li > a img {
  vertical-align: baseline;
}
#sp-top1 .mod-languages .dropdown-menu > li > a:focus, #sp-top1 .mod-languages .dropdown-menu > li > a:hover {
  color: #fcc53b;
}
#sp-top1 .mod-currency {
  display: block;
}
#sp-top1 .mod-currency .bootstrap-select {
  vertical-align: baseline;
}
#sp-top1 .mod-currency .bootstrap-select:hover .dropdown-toggle .filter-option {
  color: #888;
}
#sp-top1 .mod-currency .bootstrap-select .dropdown-toggle {
  background: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
  border: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 0;
}
#sp-top1 .mod-currency .bootstrap-select .dropdown-toggle .filter-option:after {
  content: "\f107";
  font-family: "FontAwesome";
  border: none !important;
  vertical-align: top;
  margin: 0 10px;
}
#sp-top1 .mod-currency .bootstrap-select .dropdown-toggle .filter-option:hover {
  color: #fcc53b;
}
#sp-top1 .mod-currency .bootstrap-select .dropdown-toggle .caret {
  display: none;
}
#sp-top1 .mod-currency .bootstrap-select .dropdown-toggle:after {
  display: none;
}
#sp-top1 .mod-currency .bootstrap-select .dropdown-toggle:hover {
  color: #fcc53b;
}
#sp-top1 .mod-currency .bootstrap-select .dropdown-menu {
  min-width: 65px;
  border-radius: 0;
  background: #fff;
  margin: 0;
  padding: 0;
  left: 0px;
  top: 100%;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
#sp-top1 .mod-currency .bootstrap-select .dropdown-menu .dropdown-menu-inner {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sp-top1 .mod-currency .bootstrap-select .dropdown-menu .dropdown-menu-inner > li {
  display: inline-block;
  padding: 6px 10px;
  width: 100%;
  margin: 0;
}
#sp-top1 .mod-currency .bootstrap-select .dropdown-menu .dropdown-menu-inner > li a {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #888;
  background: none;
}
#sp-top1 .mod-currency .bootstrap-select .dropdown-menu .dropdown-menu-inner > li a i {
  display: none;
}
#sp-top1 .mod-currency .bootstrap-select .dropdown-menu .dropdown-menu-inner > li:hover span {
  color: #fcc53b;
}
#sp-top1 .mod-currency .bootstrap-select .dropdown-menu .dropdown-menu-inner > li:last-child {
  border: 0;
}
#sp-top1 .mod-currency form.demo #virtuemart_currency_id {
  background: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
  border: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 0;
  opacity: 0;
}
#sp-top1 .mod-currency form.demo #virtuemart_currency_id:hover {
  color: #fcc53b;
}
#sp-top1 .mod-currency form.demo .bootstrap-select .btn:focus {
  outline: none !important;
}
#sp-top2 .sp-module {
  float: right;
}
#sp-top-bar ul.yt-loginform.top-link {
  list-style: none;
  margin: 0;
}
#sp-top-bar ul.yt-loginform.top-link > li {
  float: left;
  position: relative;
  list-style: outside none none;
  padding-left: 20px;
  margin-left: 20px;
  padding-right: 0;
  font-size: 13px;
}
#sp-top-bar ul.yt-loginform.top-link > li i {
  padding-right: 8px;
}
#sp-top-bar ul.yt-loginform.top-link > li .btn-group {
  display: inline;
  padding: 12px 0;
}
#sp-top-bar ul.yt-loginform.top-link > li .btn-group .btn-link {
  padding: 0;
  border: none;
  color: #888;
}
#sp-top-bar ul.yt-loginform.top-link > li .fa-caret-down {
  font-size: 12px;
}
#sp-top-bar ul.yt-loginform.top-link > li:after {
  background-color: #d4d5d6;
  content: "";
  height: 13px;
  position: absolute;
  left: 0;
  top: 1px;
  width: 1px;
}
#sp-top-bar ul.yt-loginform.top-link > li > a {
  font-size: 13px;
  color: #888;
}
#sp-top-bar ul.yt-loginform.top-link > li > a:before {
  padding-right: 3px;
}
#sp-top-bar ul.yt-loginform.top-link > li > a:hover {
  color: #fcc53b;
}
#sp-top-bar ul.yt-loginform.top-link > li.account > a {
  padding: 0;
  margin: 0;
}
#sp-top-bar ul.yt-loginform.top-link > li.account .dropdown-menu {
  left: 0;
  right: auto;
}
#sp-top-bar ul.yt-loginform.top-link > li.account:hover ul.dropdown-link {
  top: 34px;
  z-index: 9999;
  opacity: 1;
  border-top: 1px solid rgba(200, 199, 199, 0.3);
}
#sp-top-bar ul.yt-loginform.top-link > li.welcome-msg, #sp-top-bar ul.yt-loginform.top-link > li.language {
  padding-left: 0;
  margin-left: 0;
}
#sp-top-bar ul.yt-loginform.top-link > li.welcome-msg:after, #sp-top-bar ul.yt-loginform.top-link > li.language:after {
  display: none;
}
#sp-top-bar .yt-loginform {
  padding: 13px 0 12px 0;
  position: relative;
  z-index: 45;
}
#sp-top-bar .yt-loginform p {
  font-size: 12px;
  color: #888;
  margin: 0;
}
#sp-top-bar .yt-loginform p span {
  margin-right: 30px;
}
#sp-top-bar .yt-loginform p a {
  text-transform: uppercase;
}
#sp-top-bar .yt-loginform p a:hover {
  color: #fcc53b;
}
#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: #222;
  color: #fff;
}
#myLogin .modal-dialog .modal-content #login-form .userdata button:hover {
  background: #000;
}
#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: #222;
}
#myLogin .modal-dialog .modal-content #login-form ul.listlogin li > a:hover {
  color: #fcc53b;
}
#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: #000;
}
/* ====================== search pro virtuemart module ====================== */
select::-ms-expand {
  display: none;
}
 #sp-header #sp-user1, #sp-header #sp-user2 {
  margin-top: 25px;
}
#sp-logo {
  margin-top: 18px;
}
#sp-header .header-bottom {
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
     /* background-image: url(/images/fon2.png);*/
    background-repeat: repeat-x;
    background-position: 50% 50%;
}
#sp-header .sj-search-pro-wrapper {
  padding: 0;
  float: left;
  width: 100%;
  max-width: 626px;
}
#sp-header .sj-search-pro-wrapper .dropdown-menu-sj .media-body .box-price span {
  font-size: 16px;
  color: #222;
}
#sp-header .sj-search-pro-wrapper .dropdown-menu-sj .media-body .box-price span.PricediscountAmount {
  color: #999;
  text-decoration: line-through;
}
#sp-header .sj-search-pro-wrapper .select_category {
  border-radius: 0px;
  width: 28%;
  border: 1px solid #e5e5e5;
  background: #fff;

}
#sp-header .sj-search-pro-wrapper .select_category .bootstrap-select {
  width: 100%;
}
#sp-header .sj-search-pro-wrapper .select_category .bootstrap-select > .btn {
  padding: 9px 12px;
  line-height: 20px;
}
#sp-header .sj-search-pro-wrapper .select_category .bootstrap-select > .btn:focus {
  outline: none;
}
#sp-header .sj-search-pro-wrapper .select_category .bootstrap-select > .btn:hover {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
#sp-header .sj-search-pro-wrapper .select_category .bootstrap-select > .btn span {
  font-size: 12px;
  color: #666;
}
#sp-header .sj-search-pro-wrapper .select_category select {
  padding: 0 0px 0 20px;
  overflow: hidden;
  color: #666;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 40px;
  height: 42px;
  font-size: 14px;
  cursor: pointer;
}
#sp-header .sj-search-pro-wrapper .select_category .dropdown-menu {
  box-shadow: none;
}
#sp-header .sj-search-pro-wrapper .select_category .dropdown-menu .dropdown-menu-inner {
  padding: 0 0 0 12px;
}
#sp-header .sj-search-pro-wrapper .select_category .dropdown-menu .dropdown-menu-inner li a span {
  color: #666;
  font-size: 12px;
}
#sp-header .sj-search-pro-wrapper .select_category .dropdown-menu .dropdown-menu-inner li a:hover span {
  color: #222;
}
#sp-header .sj-search-pro-wrapper .select_category .chzn-container {
  margin: 0;
  background-color: #f5f5f5;
}
#sp-header .sj-search-pro-wrapper .select_category .chzn-container .chzn-single {
  background: none;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  height: 44px;
  line-height: 44px;
}
#sp-header .sj-search-pro-wrapper .autosearch-input {
  height: 44px;
  line-height: 44px;
}
#sp-header .sj-search-pro-wrapper .icon-select:after {
  border-radius: 50%;
  border: 1px solid #ddd;
  width: 17px;
  height: 17px;
  top: 12px;
  right: 15px;
  line-height: 17px;
  color: #999;
  font-size: 12px;
}
#sp-header .sj-search-pro-wrapper .icon-select:hover:after {
  color: #fcc53b;
  border-color: #fcc53b;
}
#sp-header .sj-search-pro-wrapper .input-group .form-control {
  width: 82%;
  background: #fff;
  height: 44px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  border-left: 0;
  border-right: 0;
  font-size: 14px;
  line-height: 42px;
  margin-bottom: 0;
  padding-left: 30px;
}
#sp-header .sj-search-pro-wrapper .input-group-btn {
  width: 0%;
}
#sp-header .sj-search-pro-wrapper .input-group-btn .btn-default {
  height: 44px;
  border-radius: 0;
  width: 90px;
  margin: 0;
  border: 0;
  position: absolute;
  box-shadow: none;
  text-shadow: none;
  left: auto;
  right: 0;
  top: 0;
  z-index: 2;
  font-size: 16px;
  color: #fff;
  background: #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
 
}
#sp-header .sj-search-pro-wrapper .input-group-btn .btn-default:hover {
  color: #fcc53b;
}
#sp-header .telephone {
  position: relative;
  color: #222;
  font-weight: 500;
  font-size: 14px;
  padding-left: 47px;
  float: left;
  line-height: 100%;
  padding-top: 3px;
  margin-left: 20px;
}
#sp-header .telephone:before {
  background-image: url(../images/icon/icon-header.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 40px;
  height: 40px;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
}
#sp-header .telephone a {
  color: #2b2a29;
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-top: 7px;
}
/* ====================== minicart pro module ====================== */
#sp-user2 .sp-module {
  display: inline-block;
}
.block-cart {
  float: right;
  position: relative;
}
.block-cart:hover .mc-content {
  visibility: visible;
  opacity: 1;
  display: block !important;
  transform: translateY(0px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.block-cart .mc-content {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background: none repeat scroll 0 0 #fff;
  position: absolute;
  right: 0;
  top: 50px;
  left: auto;
  top: 24px;
  z-index: 99999;
  box-shadow: 1px 1px 2px #ccc;
}
.block-cart .sj-minicart-pro {
  position: relative;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-header {
  height: auto;
  width: 100%;
  overflow: visible;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-header .mc-yourcart {
  line-height: 100%;
  background: none;
  color: #fff;
  padding-left: 42px;
  padding-right: 0px;
  padding-top: 3px;
  padding-bottom: 15px;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-header .mc-yourcart:before {
  background: url(../images/icon/icon-header.png) no-repeat;
  background-position: -6px -66px;
  width: 31px;
  height: 40px;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-header .mc-yourcart .text-shopping-cart {
font-size: 14px;
    margin-top: 0px;
    margin-bottom: 3px;
    line-height: 100%;
    color: #2b2a29 !important;
    font-weight: 500;
    display: block;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-header .mc-yourcart span.total-shopping-cart {
  font-size: 12px;
  float: left;    color: #2b2a29 !important;

  line-height: 100%;
  font-weight: normal;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-header .minicart-number {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  left: -6px;
  bottom: -6px;
  background-color: #fcc53b;
  border-radius: 50%;
  color: #2b2a29 !important;
  text-align: center;
  border: 2px solid #fff;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-header .mc-status {
    color: #2b2a29 !important;

  display: block;
  font-weight: 400;
 }
.block-cart .sj-minicart-pro .mc-wrap .mc-header .mc-totalprice {
  display: none;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-header .mc-arrow {
  display: none;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content {
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: none;
  padding: 20px 10px;
  z-index: 999;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-empty {
  color: #222;
  font-size: 12px;    background-color: #ededed;

  text-transform: uppercase;
  font-weight: bold;
}
 
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-top {
  background: none;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-top .mc-header {
  color: #7d7d7d;
  text-align: left;
  width: auto;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-top .mc-header small {
  color: #222;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-top .mc-update-btn {
  background: #222;
  border-radius: 0;
  top: 16px;
  right: 0px;
  position: absolute;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-list .mc-product:last-child .mc-product-inner {
  border: none;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-list .mc-product-inner {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 8px;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-list .mc-product-inner .mc-image a img {
  border: 1px solid #ebebeb;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-list .mc-product-inner .mc-attribute .attr-name {
  margin: 0 0 8px;
  padding: 0;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-list .mc-product-inner .mc-attribute .attr-name a {
  color: #222;
  font-size: 14px;
  text-decoration: none;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-list .mc-product-inner .mc-attribute .attr-name a:hover {
  color: #222;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-list .mc-product-inner .mc-attribute .attr-price {
  margin: 0px;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-list .mc-product-inner .mc-attribute .attr-price span.value {
  font-size: 12px;
  font-weight: bold;
  color: #ff2d37;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-list .mc-product-inner .mc-attribute .attr-quantity {
  display: block;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-list .mc-product-inner .mc-remove {
  background: none;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-list .mc-product-inner .mc-remove:hover:before {
  color: red;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-list .mc-product-inner .mc-remove:before {
  content: "\f014 ";
  position: absolute;
  font-family: fontawesome;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #4f4f4f;
  font-size: 14px;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-coupon {
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
  height: auto;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-coupon .coupon-title {
  font-size: 14px;
  color: #222;
  font-weight: bold;
  margin: 0;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-coupon .coupon-input input.coupon-code {
  padding: 0 20px;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-coupon .coupon-input .coupon-button-add {
  height: 37px;
  line-height: 37px;
  background: #222;
  border-radius: 0;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-coupon .coupon-input .coupon-button-add:hover {
  background: #444;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-footer {
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-footer .mc-totalprice-footer {
  font-size: 14px;
  color: #222;
  text-align: left;
  display: block;
  margin: 25px 0;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-footer .mc-totalprice-footer strong {
  color: #222;
  font-weight: bold;
  float: right;
  font-size: 16px;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-footer .mc-gotocart {
  background: none;
  border: 1px solid #ebebeb;
  border-radius: 0;
  color: #222;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 15px;
  line-height: 14px;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-footer .mc-gotocart:hover {
  color: #fff;
  background: #fcc53b;
  border-color: #fcc53b;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-footer .mc-checkout-footer {
  background: #222;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 15px;
  line-height: 14px;
  height: auto;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-footer .mc-checkout-footer .mc-checkout {
  border: none;
  padding: 0;
  background: none;
  line-height: normal;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-footer .mc-checkout-footer .mc-checkout-arrow {
  display: none;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-footer .mc-checkout-footer:hover {
  background: #fcc53b;
}
/* ====================== Menu Horizontal Css ==================== */
/*
 #sp-main-menu{
 #sp-menu-horizontal{
 .sambar{
 visibility: hidden;
 -webkit-opacity: 0;
 -moz-opacity: 0;
 -ms-opacity: 0;
 -o-opacity: 0;
 opacity: 0;
 transition: all 0.2s ease-in-out 0s;
 -moz-transition: all 0.2s ease-in-out 0s;
 -webkit-transition: all 0.2s ease-in-out 0s;
 position: absolute;
 width: 100%;
 top: 60px;
 }
 &:hover{
 .sambar{
 visibility: visible;
 -webkit-opacity: 1;
 -moz-opacity: 1;
 -ms-opacity: 1;
 -o-opacity: 1;
 opacity: 1;
 transition: all 0.2s ease-in-out 0s;
 -moz-transition: all 0.2s ease-in-out 0s;
 -webkit-transition: all 0.2s ease-in-out 0s;
 top: 40px;
 }
 }
 }    
 }
 #sp-user3{
 .megamenu-style-dev{
 position:relative;
 #menuHeading{
 .megamenuToogle-pattern{
 .modtitle{
 border: 0 none;
 color: #000;
 height: 50px;
 line-height: 50px;
 padding: 0 20px 0 25px;
 margin: 0;
 position: relative;
 cursor: pointer;
 font-size: 16px;
 text-transform: uppercase;
 font-weight: 700;
 &:before{          
 border: 0 none;
 content: "\f107";
 font-family: "FontAwesome";
 height: 15px;
 position: absolute;
 right: 85px;
 top: 0px;
 width: 15px;
 background: transparent;
 left: auto;
 }
 &:after{
 background: url(../images/icon-cate.png) no-repeat;
 border: 0 none;
 content: "";
 height: 15px;
 position: absolute;
 left: 0px;
 top: 18px;
 width: 15px;
 }
 }
 }
 }
 .sp-module-title{
 border: 0 none;
 color: #000;
 height: 50px;
 line-height: 50px;
 padding: 0 20px 0 25px;
 margin: 0;
 position: relative;
 cursor: pointer;
 font-size: 16px;
 &:before{          
 border: 0 none;
 content: "\f107";
 font-family: "FontAwesome";
 height: 15px;
 position: absolute;
 right: 85px;
 top: 0px;
 width: 15px;
 background: transparent;
 left: auto;
 }
 &:after{
 background: url(../images/icon-cate.png) no-repeat;
 border: 0 none;
 content: "";
 height: 15px;
 position: absolute;
 left: 0px;
 top: 18px;
 width: 15px;
 }
 }
 .sambar.layout1{
 position: absolute;
 .sambar-inner{
 a.btn-sambar{display:none;}
 .sj-megamenu{
 z-index: 9999;
 .sj-megamenu-parent{
 border: 1px solid #e5e5e5;
 list-style: none;
 li{
 >a, >span {
 letter-spacing: inherit;
 }
 }
 }
 .level-1{
 >a{
 padding: 5px 0;
 &:hover{
 span{
 color: $link_color;
 }
 }
 >span{
 color:#666;
 font-size: 14px;
 }
 }
 }
 }
 }
 }
 }  
 }
 */
/* *****************   END:: Menu Horizontal Css  ****************** */
/*-----------custom html home ads ---------------*/
.home-ads {
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  letter-spacing: 1px;
}
.home-ads .dis-ads {
  font-size: 14px;
  color: #fcc53b;
  font-weight: 700;
  display: inline-block;
}
.home-ads .dis-ads b {
  font-size: 20px;
}
.home-ads a {
  text-transform: uppercase;
  color: #222;
  text-decoration: underline;
  margin-left: 30px;
}
.home-ads a:hover {
  color: #fcc53b;
}
/*-----------shortcode home slider ---------------*/
.sp-module.homepage-slider .owl-controls .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 62px;
  left: 0;
}
.sp-module.homepage-slider .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  background: #fff;
}
.sp-module.homepage-slider .owl-controls .owl-dots .owl-dot span:hover {
  background: #fcc53b;
}
.sp-module.homepage-slider .owl-controls .owl-nav > div {
  background-color: rgba(100, 100, 100, 0.5);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  opacity: 1;
  z-index: 99;
  top: 50%;
  font-size: 18px;
  font-weight: 400;
}
.sp-module.homepage-slider .owl-controls .owl-nav > div:hover {
  background-color: #fcc53b;
}
.sp-module.homepage-slider .owl-controls .owl-nav > div:before {
  color: #fff;
  font-family: 'FontAwesome';
  display: block;
  text-indent: 0 !important;
  width: 100%;
  height: 100%;
  font-size: 24px;
}
.sp-module.homepage-slider .owl-controls .owl-nav .owl-prev {
  left: 30px;
  right: auto;
}
.sp-module.homepage-slider .owl-controls .owl-nav .owl-prev:before {
  content: "\f104";
}
.sp-module.homepage-slider .owl-controls .owl-nav .owl-next {
  right: 30px;
  left: auto;
}
.sp-module.homepage-slider .owl-controls .owl-nav .owl-next:before {
  content: "\f105";
}
/*-----------policy block custom html ---------------*/
.block-policy {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 22px 15px 22px 15px;
  margin: 20px 0 30px;
  display: inline-block;
  width: 100%;
}
.block-policy ul {
  width: 100%;
  float: left;
}
.block-policy ul li {
  float: left;
  padding: 0 15px;
  text-align: center;
  width: 20%;
  position: relative;
}
.block-policy ul li:before {
  background: #ebebeb none repeat scroll 0 0;
  content: "";
  height: 50px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
}
.block-policy ul li:last-child:before {
  display: none;
}
.block-policy ul li .item-inner {
  display: inline-block;
  padding: 0 10px;
}
.block-policy ul li .item-inner:hover {
  cursor: pointer;
}c
.block-policy ul li .item-inner:hover .content b, .block-policy ul li .item-inner:hover .content span {
  color: #fcc53b;
}
.block-policy ul li .item-inner .content {
  float: left;
  text-align: left;
  margin-top: 3px;
  position: relative;
  padding-left: 70px;
}
.block-policy ul li .item-inner .content:before {
  background: url("../images/icon/promotion.png") no-repeat center center;
  width: 60px;
  height: 52px;
  top: 0;
  left: 0px;
  position: absolute;
  content: "";
}
.block-policy ul li .item-inner .content b {
  color: #222;
  font-weight: 500;
  font-size: 16px;
 }
.block-policy ul li .item-inner .content b:hover {
  color: #fcc53b;
}
.block-policy ul li .item-inner .content div {
  margin-top: 10px;
   font-weight: 300;
  display: inline-block;
  width: 100%;
}
.block-policy ul li:last-child .item-inner:before {
  display: none;
}
.block-policy ul li.item-1 .item-inner .content:before {
  background-position: 0px 0px;
}
.block-policy ul li.item-2 .item-inner .content:before {
  background-position: -120px 0px;
}
.block-policy ul li.item-3 .item-inner .content:before {
  background-position: -242px 0px;
}
.block-policy ul li.item-4 .item-inner .content:before {
  background-position: -380px 0px;
}
.block-policy ul li.item-5 .item-inner .content:before {
  background-position: -513px 0px;
}
/*-----------block-hot-cate block custom html ---------------*/
.block-hot-cate {
  margin: 30px 0;
  padding: 0 15px;
}
.block-hot-cate .item {
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}
.block-hot-cate .item .image-cat {
  width: 130px;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out 0s;
}
.block-hot-cate .item .image-cat:hover {
  border: 2px solid #fcc53b;
  box-shadow: none;
}
.block-hot-cate .item .title-cat {
  font-size: 18px;
  font-weight: 500;
}
/*-----------sj listing tab news arrivals-------------------*/
.sp-module .sj-listing-tabs {
  margin: 30px 0px;
  overflow: hidden;
}
.sp-module .sj-listing-tabs .pre-text {
  width: 216px;
  float: left;
}
.sp-module .sj-listing-tabs .ltabs-wrap {
  padding: 0;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  margin: 0;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul {
  margin: 0 -15px;
  text-align: right;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab {
  border: medium none;
  display: inline-block;
  line-height: 100%;
  padding: 0;
  float: none;
  margin: 0px;
  position: relative;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab.tab-sel {
  background-color: transparent;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab.tab-sel .ltabs-tab-label {
  color: #fcc53b;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab.tab-sel:before {
  background: #fcc53b;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab:hover {
  background-color: transparent;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab:hover:before {
  background-color: #fcc53b;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab:hover .ltabs-tab-label {
  color: #fcc53b;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab .ltabs-tab-label {
  color: #666;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
  padding: 0 15px;
   line-height: 38px;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container {
  border: 1px solid #e9ecf1;
  border-radius: 0px;
  overflow: visible;
  margin-bottom: 0px;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items {
  overflow: visible;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner {
  overflow: visible;
  position: relative;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-stage-outer {
  overflow: visible;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-stage-outer .owl2-item .ltabs-item {
  display: none;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-stage-outer .owl2-item.active .ltabs-item {
  display: block;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-stage-outer .owl2-item.active:last-child .ltabs-item .item-inner {
  border: none;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner:hover .owl2-controls .owl2-nav > div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item {
  margin-bottom: 0;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner {
  margin: 0px 0px;
  margin-left: -1px;
  padding: 25px 15px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  border-left: 1px solid #e9ecf1;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner:hover {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner:hover .item-image div.onsale {
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner:hover .item-image a.sj_quickview_handler {
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner:hover .addtocart-bar .addtocart-button input[name="addtocart"] {
  background: #fcc53b url(../images/icon/cart_hover.png) no-repeat 15px 11px;
  color: #fff;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-image {
  border: none;
  margin-bottom: 15px;
  position: relative;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-image div.onsale {
  height: 23px;
  width: 50px;
  border-radius: 12px;
  line-height: 23px;
  color: #fff;
  background-color: #fcc53b;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 3;
  text-align: center;
  font-size: 12px;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-image a.sj_quickview_handler {
  position: absolute;
  top: 40%;
  left: 42%;
  opacity: 0;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-title {
  margin-bottom: 12px;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-title a {
  font-size: 14px;
  color: #222;
  font-weight: 500;
 }
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-title a:hover {
  color: #fcc53b;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-prices {
  margin-bottom: 15px;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-prices > div {
  display: inline-block;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-prices > div span.PricebasePriceVariant {
  text-decoration: line-through;
  font-size: 16px;
  color: #aaa;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-prices > div span.PricesalesPrice {
  font-size: 18px;
  font-weight: 500;
  color: #fcc53b;
  padding: 0 5px;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-addtocart .addtocart-area form .addtocart-bar {
  text-align: center;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-rating {
  margin-bottom: 8px;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-rating .ratingbox {
  background: url(../images/star.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  height: 12px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 75px;
  display: inline-block;
  vertical-align: top;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-rating .ratingbox .stars-orange {
  background: url(../images/star-active.png) repeat-x;
  height: 12px;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .other-infor {
  margin: 0px;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav {
  position: static;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-prev, .sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-next {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  z-index: 99;
  position: absolute;
  top: 35%;
  font-size: 18px;
  font-weight: 400;
  color: #aaa;
  transition: all 0.2s ease-in-out 0s;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-prev:before, .sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-next:before {
  font-family: 'FontAwesome';
  display: block;
  text-indent: 0 !important;
  width: 100%;
  height: 100%;
  font-size: 24px;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-prev:hover, .sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-next:hover {
  background-color: #fcc53b;
  border-color: #fcc53b;
  color: #fff;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-prev {
  left: 0;
  right: auto;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-prev:before {
  content: "\f104";
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-next {
  right: 0;
  left: auto;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-next:before {
  content: "\f105";
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav > div {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  margin-top: 0px;
}
#sp-position-3 .sj-listing-tabs {
  margin: 30px -22px;
  overflow: visible;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap {
  padding: 0 22px;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  margin: 0px 0 25px;
  border-bottom: 2px solid #eee;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul {
  margin: 0;
  text-align: left;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab {
  border: medium none;
  display: inline-block;
  line-height: 100%;
  padding: 0;
  float: none;
  margin: 0px;
  position: relative;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab:before {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0px;
  background: #eee;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab:after {
  content: "";
  width: 1px;
  height: 24px;
  background: #e1e1e1;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
  display: inline-block;
  margin: 0 20px;
  position: absolute;
  top: 3px;
  right: 0px;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab:last-child:after {
  display: none;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab.tab-sel {
  background-color: transparent;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab.tab-sel .ltabs-tab-label {
  color: #fcc53b;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab.tab-sel:before {
  background: #fcc53b;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab:hover {
  background-color: transparent;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab:hover:before {
  background-color: #fcc53b;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab:hover .ltabs-tab-label {
  color: #fcc53b;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab .ltabs-tab-label {
  color: #222;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 0px;
  padding-bottom: 5px;
  padding-right: 30px;
  margin-right: 20px;
  text-transform: uppercase;
  line-height: 30px;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container {
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: visible;
  margin-bottom: 5px;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items {
  overflow: visible;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner {
  overflow: visible;
  position: relative;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-stage-outer {
  overflow: visible;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-stage-outer .owl2-item .ltabs-item {
  display: none;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-stage-outer .owl2-item.active .ltabs-item {
  display: block;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item {
  margin-bottom: 0;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner:hover .owl2-controls .owl2-nav > div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner {
  margin: 0px 0px;
  padding: 20px 15px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  border: none;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner:hover {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner:hover .item-image span.onsale {
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner:hover .item-image a.sj_quickview_handler {
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner:hover .addtocart-bar .addtocart-button input[name="addtocart"] {
  background: #fcc53b url(../images/icon/cart_hover.png) no-repeat 15px 11px;
  color: #fff;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-image {
  border: none;
  margin-bottom: 15px;
  position: relative;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-image span.onsale {
  height: 23px;
  width: 50px;
  border-radius: 10px;
  line-height: 23px;
  color: #fff;
  background-color: #fcc53b;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  top: 10px;
  right: 30px;
  right: auto;
  z-index: 3;
  text-align: center;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-image a.sj_quickview_handler {
  position: absolute;
  top: 40%;
  left: 42%;
  opacity: 0;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-title {
  margin-bottom: 12px;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-title a {
  font-size: 14px;
  color: #222;
  font-weight: 500;
 }
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-title a:hover {
  color: #fcc53b;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-prices {
  margin-bottom: 15px;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-prices > div span.PricesalesPrice {
  font-size: 18px;
  font-weight: 600;
  color: #fcc53b;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-addtocart .addtocart-area form .addtocart-bar {
  text-align: center;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-rating {
  margin-bottom: 8px;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-rating .ratingbox {
  background: url(../images/star.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  height: 12px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 75px;
  display: inline-block;
  vertical-align: top;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-rating .ratingbox .stars-orange {
  background: url(../images/star-active.png) repeat-x;
  height: 12px;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .other-infor {
  margin: 0px;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav {
  position: static;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-prev, #sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-next {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  z-index: 99;
  position: absolute;
  top: 35%;
  font-size: 18px;
  font-weight: 400;
  color: #aaa;
  transition: all 0.2s ease-in-out 0s;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-prev:before, #sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-next:before {
  font-family: 'FontAwesome';
  display: block;
  text-indent: 0 !important;
  width: 100%;
  height: 100%;
  font-size: 24px;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-prev:hover, #sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-next:hover {
  background-color: #fcc53b;
  border-color: #fcc53b;
  color: #fff;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-prev {
  left: -22px;
  right: auto;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-prev:before {
  content: "\f104";
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-next {
  right: -22px;
  left: auto;
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-next:before {
  content: "\f105";
}
#sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav > div {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  margin-top: 0px;
}
#sp-position-6 .sj-listing-tabs .pre-text {
  float: right;
}
#sp-position-6 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul {
  text-align: left;
}
/*-------------------Sj extra slider for content Blog-----------------------*/
.sp-module .sj-extraslider {
  position: relative;
  margin: 30px 0;
}
.sp-module .sj-extraslider .heading-title {
  border-bottom: 2px solid #eee;
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 0 15px;
  font-size: 20px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
}
.sp-module .sj-extraslider .heading-title:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background-color: #fcc53b;
  bottom: -2px;
  left: 0;
}
.sp-module .sj-extraslider .item .item-wrap.style1 {
  margin: 0px;
  border: 0;
}
.sp-module .sj-extraslider .item .item-wrap.style1 .item-image {
  position: relative;
  margin-bottom: 15px;
}
.sp-module .sj-extraslider .item .item-wrap.style1 .item-image:hover img {
  opacity: 0.85;
}
.sp-module .sj-extraslider .item .item-wrap.style1 .item-image img {
  border-radius: 0;
}
.sp-module .sj-extraslider .item .item-wrap.style1 .item-image .date-added {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  padding: 7px 10px;
  color: #fcc53b;
  font-size: 14px;
  text-align: center;
  width: 50px;
}
.sp-module .sj-extraslider .item .item-wrap.style1 .item-image .date-added b {
  font-size: 24px;
}
.sp-module .sj-extraslider .item .item-wrap.style1 .entry-content .item-title h4 {
  margin-bottom: 12px;
  line-height: 22px;
}
.sp-module .sj-extraslider .item .item-wrap.style1 .entry-content .item-title h4 a {
  font-size: 16px;
  color: #222;
  font-weight: 500;
}
.sp-module .sj-extraslider .item .item-wrap.style1 .entry-content .item-title h4 a:hover {
  color: #fcc53b;
}
.sp-module .sj-extraslider .item .item-wrap.style1 .entry-content .entry-meta .item-meta {
  font-size: 12px;
  color: #999;
  margin: 0 0 10px;
}
.sp-module .sj-extraslider .item .item-wrap.style1 .entry-content .entry-meta .item-meta i {
  margin-right: 5px;
  margin-left: 1px;
}
.sp-module .sj-extraslider .item .item-wrap.style1 .entry-content .description {
  font-size: 13px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 17px;
}
.sp-module .sj-extraslider .item .item-wrap.style1 .entry-content .item-readmore a {
  font-size: 14px;
  color: #222;
  display: inline-block;
  height: 40px;
  width: 130px;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
   font-weight: 500;
  margin-bottom: 0;
  border: 0;
  cursor: pointer;
  background-color: #f3f3f3;
}
.sp-module .sj-extraslider .item .item-wrap.style1 .entry-content .item-readmore a:hover {
  background-color: #222;
}
.sp-module .sj-extraslider .owl-controls .owl-nav > div:hover {
  background-color: #fcc53b;
  border-color: #fcc53b;
}
.sp-module .sj-extraslider .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.sp-module .sj-extraslider .owl-controls .owl-nav .owl-prev, .sp-module .sj-extraslider .owl-controls .owl-nav .owl-next {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 31px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  position: absolute;
  color: #aaa;
  top: 0;
  text-align: center;
  text-indent: 0px !important;
}
.sp-module .sj-extraslider .owl-controls .owl-nav .owl-prev:before, .sp-module .sj-extraslider .owl-controls .owl-nav .owl-next:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 22px;
}
.sp-module .sj-extraslider .owl-controls .owl-nav .owl-prev {
  right: 40px;
  left: auto;
}
.sp-module .sj-extraslider .owl-controls .owl-nav .owl-prev:before {
  content: "\f104";
}
.sp-module .sj-extraslider .owl-controls .owl-nav .owl-next {
  right: 0;
}
.sp-module .sj-extraslider .owl-controls .owl-nav .owl-next:before {
  content: "\f105";
}
/*-------------------Sj extra slider for VM - Recent view-----------------------*/
.sp-module .sj-extra-slider {
  margin: 30px 0;
  position: relative;
}
.sp-module .sj-extra-slider .heading-title {
  border-bottom: 2px solid #eee;
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 0 15px;
  font-size: 20px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
}
.sp-module .sj-extra-slider .heading-title:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background-color: #fcc53b;
  bottom: -2px;
  left: 0;
}
.sp-module .sj-extra-slider .owl-controls .owl-nav > div:hover {
  background-color: #fcc53b;
  border-color: #fcc53b;
}
.sp-module .sj-extra-slider .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.sp-module .sj-extra-slider .owl-controls .owl-nav .owl-prev, .sp-module .sj-extra-slider .owl-controls .owl-nav .owl-next {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 31px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  position: absolute;
  color: #aaa;
  top: 0;
  text-align: center;
  font-size: 0;
}
.sp-module .sj-extra-slider .owl-controls .owl-nav .owl-prev:before, .sp-module .sj-extra-slider .owl-controls .owl-nav .owl-next:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 22px;
}
.sp-module .sj-extra-slider .owl-controls .owl-nav .owl-prev {
  right: 40px;
  left: auto;
}
.sp-module .sj-extra-slider .owl-controls .owl-nav .owl-prev:before {
  content: "\f104";
}
.sp-module .sj-extra-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}
.sp-module .sj-extra-slider .owl-controls .owl-nav .owl-next:before {
  content: "\f105";
}
.sp-module .sj-extra-slider .extraslider-inner {
  border: none;
  padding: 0;
}
.sp-module .sj-extra-slider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner {
  margin: 0px;
  padding: 0px;
}
.sp-module .sj-extra-slider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-image {
  width: 90px;
  float: left;
}
.sp-module .sj-extra-slider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-image:hover {
  box-shadow: none;
}
.sp-module .sj-extra-slider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-image:hover img {
  opacity: 0.8;
}
.sp-module .sj-extra-slider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-info {
  width: auto;
  padding: 10px 20px 0;
  background: transparent;
}
.sp-module .sj-extra-slider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-info .item-title {
  padding: 0;
  margin-bottom: 15px;
  font-weight: 450;
}
.sp-module .sj-extra-slider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-info .item-title a {
  color: #222;
  font-size: 14px;
  text-transform: capitalize;
}
.sp-module .sj-extra-slider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-info .item-title a:hover {
  color: #fcc53b;
}
.sp-module .sj-extra-slider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-info .item-content {
  margin: 0;
}
.sp-module .sj-extra-slider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-info .item-price > div {
  display: inline-block;
}
.sp-module .sj-extra-slider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-info .item-price > div span.PricebasePriceVariant {
  text-decoration: line-through;
  font-size: 14px;
  color: #aaa;
}
.sp-module .sj-extra-slider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-info .item-price > div span.PricesalesPrice {
  font-size: 16px;
  font-weight: 450;
  color: #fcc53b;
  padding: 0 5px;
}
.sp-module .sj-extra-slider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-info .item-rating {
  margin-bottom: 8px;
}
.sp-module .sj-extra-slider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-info .item-rating .ratingbox {
  background: url(../images/star.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  height: 12px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 75px;
  display: inline-block;
  vertical-align: top;
}
.sp-module .sj-extra-slider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-info .item-rating .ratingbox .stars-orange {
  background: url(../images/star-active.png) repeat-x;
  height: 13px;
}
/*-------------------Sj extra slider for content Blog-----------------------*/
.sp-module .sj-instagram-gallery {
  margin-bottom: 20px;
}
.sp-module .sj-instagram-gallery .instagram-wrap {
  margin: 30px 0;
  border: none;
}
.sp-module .sj-instagram-gallery .instagram-wrap .instagram-items-container {
  margin: -5px;
}
.sp-module .sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items-inner .instagram-item .instagram_users a img {
  border: none;
}
.sp-module .sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items-inner .instagram-item .instagram_users a img:hover {
  opacity: 0.8;
}
.sp-module .sj-instagram-gallery .viewon {
  text-align: center;
}
.sp-module .sj-instagram-gallery .viewon a {
  display: inline-block;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  background-color: #fcc53b;
  color: #fff;
}
.sp-module .sj-instagram-gallery .viewon a:hover {
  background-color: #222;
}
.sp-module .sj-instagram-gallery .viewon a i {
  margin-right: 5px;
}
/*-------------------Sj newsleter popup-----------------------*/
.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup {
  text-align: center;
  margin: 20px 20px 20px 54%;
  padding: 0;
}
.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content {
  padding: 30px;
  margin: 0px;
  border: 2px solid #dadada;
  width: 335px;
}
.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .popup-title {
  font-weight: 700;
  font-size: 40px;
  color: #222;
  text-transform: uppercase;
  padding: 0 0 10px;
}
.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .popup-title span {
  color: #fcc53b;
}
.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .newsletter_promo {
  font-size: 26px;
  color: #222;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 5px 10px 0 10px;
  margin: 0;
}
.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .signup {
  margin: 0px;
}
.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .form-inline .input-control {
  position: relative;
  width: 100%;
}
.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .form-inline .input-control .email {
  margin: 25px 0 20px 0;
}
.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .form-inline .input-control .email .form-control {
  height: 30px;
  line-height: 30px;
  width: 100%;
  font-size: 13px;
  box-shadow: none;
  text-align: left;
  padding: 0;
  color: #8c8c8c;
  border: none;
  border-bottom: 1px solid #dadada;
  background-color: #fff;
  border-radius: 0px;
  font-weight: normal;
}
.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .form-inline .input-control .input-box {
  background-color: #fff;
  vertical-align: top;
  padding-right: 120px;
}
.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .form-inline .input-control .btn-button .btn-cool {
  border: 0 none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  border-radius: 0;
  background-color: #fcc53b;
  width: 100%;
  margin: 0;
  text-transform: capitalize;
}
.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .form-inline .input-control .btn-button .btn-cool:hover {
  background-color: #222;
}
.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .hidden-popup {
  padding: 10px 0 10px 0;
  margin: 0;
}
.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .hidden-popup .inline {
  font-weight: 400;
  color: #7d7d7d;
  font-size: 13px;
  top: 0;
}
.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .hidden-popup input {
  margin: 0;
  vertical-align: -2px;
}
.sp-module .sj-popup-container .sj_newletter_popup .sj-custom-popup .oca_popup .popup-content .hidden-popup:hover {
  cursor: pointer;
}
.sp-module .sj-popup-container .popup-close {
  width: 34px;
  height: 34px;
  line-height: 22px;
  background: #fcc53b;
  margin: 0px;
  font-weight: 500;
  border-radius: 100%;
  top: -17px;
  right: -17px;
}
.sp-module .sj-popup-container .popup-close:hover {
  background: #222;
  color: #fff;
}
.sp-module .sj-popup-container .form-group {
  margin: 0;
}
.sp-module .sj-popup-container .socials {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.sp-module .sj-popup-container .socials li {
  position: relative;
  display: inline-block;
  float: none;
}
.sp-module .sj-popup-container .socials li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  color: #222;
  font-size: 16px;
  border: 1px solid #dadada;
  transition: all 0.3s ease-in-out 0s;
  background-color: #fff;
}
.sp-module .sj-popup-container .socials li a i {
  font-size: 0px;
}
.sp-module .sj-popup-container .socials li a i:before {
  font-size: 16px;
}
.sp-module .sj-popup-container .socials li a:hover {
  background-color: #fcc53b;
  color: #fff;
  border-color: #fcc53b;
}
/*-----------block-banner custom html ---------------*/
.banners img:hover {
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.8;
}
.banners.banners1 {
  margin: 30px 0;
}
.banners.banners1 .banner1 {
  margin-bottom: 30px;
}
.banners.banners2 {
  margin: 30px 0;
}
/*== 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: 13px;
}
.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: #222;
}
a.sj_quickview_handler {
  background: #fcc53b;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
a.sj_quickview_handler:before {
  content: "\f002";
  font-size: 14px;
  font-family: "FontAwesome";
  color: #fff;
}
a.sj_quickview_handler:hover, a.sj_quickview_handler:focus {
  background: #fcc53b;
}
.item-addtocart .addtocart-area .addtocart-bar, .group-addtocart .addtocart-area .addtocart-bar {
  text-align: center;
  margin: 0px;
}
.item-addtocart .addtocart-area .addtocart-bar .quantity-box, .group-addtocart .addtocart-area .addtocart-bar .quantity-box {
  display: none;
}
.item-addtocart .addtocart-area .addtocart-bar .addtocart-button input[name="addtocart"], .group-addtocart .addtocart-area .addtocart-bar .addtocart-button input[name="addtocart"] {
  font-size: 14px;
  letter-spacing: 0;
  color: #222;
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 40px;
  padding-right: 16px;
  height: 38px;
  width: auto;
  line-height: 39px;
  border-radius: 20px;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0;
  border: 0;
  cursor: pointer;
  background: #f2f2f2 url(../images/icon/cart.png) no-repeat 15px 11px;
}
.item-addtocart .addtocart-area .addtocart-bar .addtocart-button input[name="addtocart"]:hover, .group-addtocart .addtocart-area .addtocart-bar .addtocart-button input[name="addtocart"]:hover {
  background: #fcc53b url(../images/icon/cart_hover.png) no-repeat 15px 11px;
  color: #fff;
}
.ratingbox {
  background: url(../images/star.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0) !important;
  height: 12px;
  margin: 0 !important;
  overflow: hidden;
  position: relative;
  width: 75px;
  display: inline-block;
  vertical-align: top;
}
.ratingbox .stars-orange {
  background: url(../images/star-active.png) repeat-x;
  height: 12px;
}
.fancybox-overlay {
  z-index: 101 !important;
}
#fancybox-wrap {
  box-sizing: content-box;
}
#fancybox-wrap #fancybox-title-float-wrap {
  display: none;
}
#fancybox-wrap #fancybox-outer {
  border: 0;
}
#fancybox-wrap #fancybox-outer #fancybox-content {
  position: relative;
  background: #fff;
  padding: 10px;
}
#fancybox-wrap #fancybox-outer #fancybox-content h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div {
  overflow: hidden !important;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div h5 {
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 350px;
  border: none;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products .product-field {
  width: 33%;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products h4 {
  font-size: 14px;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products .product-field-display a {
  color: #666;
  font-size: 11px;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products .product-field-display a:hover {
  color: #fcc53b;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products .product-field-display a img {
  min-height: 80px;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products .product-field-display .chzn-container {
  width: auto;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products .PricesalesPrice .vm-price-desc {
  display: none;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products .PricesalesPrice span.PricesalesPrice {
  color: #ff2d37;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div > a {
  background: #222;
  border: 0 none;
  border-radius: 0 !important;
  bottom: 30px;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  left: 20px;
  line-height: 22px;
  padding: 5px 15px;
  text-shadow: none;
  transition: all 0.3s ease-in-out 0s;
  vertical-align: top;
  z-index: 2;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div > a:hover {
  background: #fcc53b;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div > a.showcart {
  background: #fcc53b;
  left: auto;
  right: 20px;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div > a.showcart:hover {
  background: #222;
}
#facebox_overlay {
  opacity: 0.6 !important;
}
#facebox {
  box-sizing: content-box;
  z-index: 9999;
}
#facebox .content {
  width: 450px;
}
#facebox .popup {
  border: 0;
  overflow: hidden;
}
#facebox .popup .content {
  padding: 15px 15px;
  position: relative;
  background: #fff;
}
#facebox .popup .content > h4 {
  font-size: 16px;
  margin-bottom: 30px;
}
#facebox .popup .content > h5 {
  font-size: 13px;
  margin-top: 30px;
}
#facebox .popup .content > a {
  background: #444;
  border: 0 none;
  border-radius: 0 !important;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
}
#facebox .popup .content > a:hover {
  background: #222;
}
#facebox .popup .content > a.showcart {
  background: #222;
  left: auto;
  right: 20px;
}
#facebox .popup .content > a.showcart:hover {
  background: #444;
}
#facebox .popup .content .product-related-products {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 320px;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#facebox .popup .content .product-related-products .product-field {
  width: 33.33%;
  margin: 0 10px 0 0;
}
#facebox .popup .content .product-related-products h4 {
  font-size: 14px;
}
#facebox .popup .content .product-related-products .product-field-display a {
  color: #666;
}
#facebox .popup .content .product-related-products .product-field-display a:hover {
  color: #222;
}
#facebox .popup .content .product-related-products .PricesalesPrice .vm-price-desc {
  display: none;
}
#facebox .popup .content .product-related-products .PricesalesPrice span.PricesalesPrice {
  color: #222;
}
#facebox .popup a.close {
  top: -5px;
}
#facebox .popup a.close img {
  display: none;
}
#facebox .popup a.close:before {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  color: #222;
  font-size: 14px;
}
#facebox .popup a.close:before:hover {
  color: #fcc53b;
}
.fancybox-wrap #addimgzoom {
  display: block;
}
.fancybox-wrap .productdetails-view {
  overflow: hidden;
  background-color: #fff;
}
.fancybox-wrap .productdetails-view .content_product_detail {
  padding-top: 30px;
}
.fancybox-wrap .product-related-products {
  display: none;
}
.fancybox-wrap #yt_tab_products {
  display: none;
}
.fancybox-lock .zoomContainer {
  z-index: 9;
}
.owl-carousel.owl-text-select-on .owl-item.active {
  opacity: 1 !important;
}
.fancybox-inner {
  overflow: hidden;
  height: auto;
}
.view-productdetails .sp-module.filter-vm {
  display: none;
}
/* ====================== Product Details ==================== */
.productdetails .vm-product-container .icons {
  display: none;
}
.productdetails .vm-product-media-container {
  /*display: flex;*/
}
.productdetails .vm-product-media-container #addimgzoom {
  margin-top: 10px;
}
.productdetails .vm-product-media-container #addimgzoom .image-additional {
  padding: 0 5px;
}
.productdetails .vm-product-media-container #addimgzoom .image-additional a {
  display: inline-block;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  line-height: 1.42857143;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.productdetails .vm-product-media-container #addimgzoom .image-additional a:hover img {
  opacity: 0.85;
}
.productdetails .vm-product-media-container #addimgzoom .image-additional a.active {
  border-color: #222;
}
.productdetails .vm-product-media-container #addimgzoom .owl-carousel {
  padding: 0;
}
.productdetails .vm-product-media-container #addimgzoom .owl-controls .owl-nav {
  position: absolute;
  top: 0px;
}
.productdetails .vm-product-media-container #addimgzoom .owl-controls .owl-nav > div {
  width: 20px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  background-color: #e0e0e0;
  position: relative;
  display: inline-block;
  border: none;
  right: auto;
  float: none;
  color: #999;
}
.productdetails .vm-product-media-container #addimgzoom .owl-controls .owl-nav > div:hover {
  background-color: #d32f2f;
}
.productdetails .vm-product-media-container #addimgzoom .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.productdetails .vm-product-media-container #addimgzoom .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.productdetails .vm-product-media-container #addimgzoom .owl-controls .owl-nav .owl-prev:before {
  font-family: FontAwesome;
  font-size: 28px;
  content: "\f104";
}
.productdetails .vm-product-media-container #addimgzoom .owl-controls .owl-nav .owl-next {
  right: -440px;
}
.productdetails .vm-product-media-container #addimgzoom .owl-controls .owl-nav .owl-next:before {
  font-family: FontAwesome;
  font-size: 28px;
  content: "\f105";
}
.productdetails .content_product_detail {
  /*
   .ratingbox {
   background: url(../images/icon/star.png) repeat-x scroll 0 0 transparent;
   width: 65px;
   height: 11px;
   margin: 0;
   overflow: hidden;
   position: relative;
   display: inline-block;
   vertical-align: top;
   >div{
   background: url(../images/icon/star-active.png) repeat-x;
   height: 11px;
   }
   } */
}
.productdetails .content_product_detail h1 {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.productdetails .content_product_detail .product-info {
  display: block;
  overflow: hidden;
  padding: 15px 0 0;
}
.productdetails .content_product_detail .product-info .product_sku {
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #525252;
  text-transform: uppercase;
}
.productdetails .content_product_detail .availability {
  display: inline-block;
  text-align: left;
  margin: 0px 15px 0 0px;
  font-size: 12px;
  font-weight: 600;
  color: #525252;
  text-transform: uppercase;
}
.productdetails .content_product_detail .form-group {
  margin: 0px;
}
.productdetails .content_product_detail .form-group .manufacturer {
  margin: 0px;
  padding: 0 0 10px;
  text-align: left;
}
.productdetails .content_product_detail .product-short-description {
  line-height: 22px;
  color: #7d7d7d;
  margin-bottom: 30px;
}
.productdetails .content_product_detail .rating {
  padding: 0 0 15px;
}
.productdetails .content_product_detail .rating .reviews_button {
  color: #666;
  display: inline-block;
  font-size: 12px;
  margin-left: 8px;
}
.productdetails .content_product_detail .product-price {
  float: none;
  text-align: left;
  line-height: 24px;
  margin: 0 0 10px;
}
.productdetails .content_product_detail .product-price span.vm-price-desc {
  margin: 0;
}
.productdetails .content_product_detail .product-price .PricesalesPrice {
  display: inline-block;
  font-size: 24px;
  color: #fcc53b;
  font-weight: 600;
}
.productdetails .content_product_detail .product-price .PricebasePriceVariant {
  display: inline-block;
  color: #aaa;
  font-size: 18px;
  padding: 0 5px;
  text-decoration: line-through;
}
.productdetails .content_product_detail .social-share {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.productdetails .content_product_detail .social-share .title-share {
  padding-right: 10px;
  text-transform: uppercase;
  float: left;
  font-size: 14px;
  color: #222;
  font-weight: 500;
  margin-right: 12px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 5px;
}
.productdetails .content_product_detail .social-share .wrap-content {
  display: inline-block;
}
.productdetails .content_product_detail .spacer-buy-area {
  padding: 0px;
}
.productdetails .content_product_detail .spacer-buy-area .product-fields-title-wrapper {
  display: inline-block;
  text-transform: uppercase;
  color: #222;
  min-width: 60px;
}
.productdetails .content_product_detail .spacer-buy-area .product-field-display {
  display: inline-block;
}
.productdetails .content_product_detail .spacer-buy-area .addtocart-bar {
  margin: 20px 0 30px;
}
.productdetails .content_product_detail .spacer-buy-area .addtocart-bar .quantity_box {
  text-tranform: uppercase;
  font-weight: bold;
}
.productdetails .content_product_detail .spacer-buy-area .addtocart-bar .quantity-box {
  border: 1px solid #ebebeb;
  padding: 0 10px;
}
.productdetails .content_product_detail .spacer-buy-area .addtocart-bar .quantity-box .quantity-input {
  border: none;
  font-weight: bold;
  min-height: 36px;
  height: 36px;
  width: 35px;
  display: inline-block;
}
.productdetails .content_product_detail .spacer-buy-area .addtocart-bar .quantity-box .quantity-input:hover {
  background: transparent;
}
.productdetails .content_product_detail .spacer-buy-area .addtocart-bar .quantity-box:hover {
  border: 1px solid #fcc53b;
}
.productdetails .content_product_detail .spacer-buy-area .addtocart-bar span.quantity-controls {
  width: 15px;
}
.productdetails .content_product_detail .spacer-buy-area .addtocart-bar span.quantity-controls input {
  border-radius: 0;
}
.productdetails .content_product_detail .spacer-buy-area .addtocart-bar span.quantity-controls .quantity-minus {
  background: url(../images/icon/mins.png) no-repeat scroll center center;
  cursor: pointer;
  margin: 4px 0 0;
}
.productdetails .content_product_detail .spacer-buy-area .addtocart-bar span.quantity-controls .quantity-plus {
  background: url(../images/icon/plus.png) no-repeat scroll center center;
  cursor: pointer;
  margin: 0 0 0px;
}
.productdetails .content_product_detail .spacer-buy-area .addtocart-bar .addtocart-button {
  margin: 0 10px;
}
.productdetails .content_product_detail .spacer-buy-area .addtocart-bar .addtocart-button input[name="addtocart"] {
  font-size: 14px;
  letter-spacing: 0;
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 40px;
  padding-right: 16px;
  height: 38px;
  width: auto;
  line-height: 39px;
  border-radius: 20px;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0;
  border: 0;
  cursor: pointer;
  background: #f2f2f2 url(../images/icon/cart.png) no-repeat 15px 11px;
  color: #222;
  transition: all 0.3s ease-in-out 0s;
}
.productdetails .content_product_detail .spacer-buy-area .addtocart-bar .addtocart-button input[name="addtocart"]:hover {
  background: #fcc53b url(../images/icon/cart_hover.png) no-repeat 15px 11px;
  color: #fff;
}
.productdetails .content_product_detail .spacer-buy-area .addtocart-area .product-fields .product-field .product-fields-title {
  text-transform: uppercase;
}
.productdetails .content_product_detail .spacer-buy-area .addtocart-area .product-fields .product-field .product-field-display .chzn-container .chzn-single {
  background: none;
  border-radius: 0px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #525252;
  box-shadow: none;
}
.productdetails .content_product_detail .spacer-buy-area .addtocart-area .product-fields .product-field .product-field-display .chzn-container .chzn-single div b {
  background: url(../images/chosen-sprite.png) no-repeat 0px 10px;
}
.productdetails .tab-product-detail {
  display: block;
}
.productdetails .tab-product-detail .tab-product .tab-content {
  overflow: hidden;
}
.productdetails .tab-product-detail .tab-product .tab-content .tab-pane {
  position: absolute;
  visibility: hidden;
  top: 0;
  display: block;
}
.productdetails .tab-product-detail .tab-product .tab-content .tab-pane.active {
  position: static;
  visibility: visible;
}
.tab-product .tab-content .tab-pane {
  padding: 30px 0;
  line-height: 24px;
  color: #666;
}
.tab-product .tab-content .product-description p {
  text-align: justify;
}
.tab-product .tab-content #reviews .customer-reviews {
  margin: 0;
  line-height: 30px;
}
.tab-product .tab-content #reviews .customer-reviews p.step {
  margin: 0;
}
.tab-product .tab-content #reviews .customer-reviews div.rating {
  text-align: left;
  /*.ratingbox{
   background: url(../images/icon/star.png) repeat-x scroll 0 0 transparent;
   width: 65px !important;
   height: 11px;
   margin: 0;
   overflow: hidden;
   position: relative;
   display: inline-block;
   vertical-align: top;
   > span {
   background: url(../images/icon/star-active.png) repeat-x;
   height: 11px;
   }
   } */
}
.tab-product .tab-content #reviews .customer-reviews .list-reviews {
  text-align: left;
  margin: 0;
  /*.ratingbox{
   background: url(../images/icon/star.png) repeat-x scroll 0 0 transparent;
   width: 65px !important;
   height: 11px;
   margin: 0;
   overflow: hidden;
   position: relative;
   display: inline-block;
   vertical-align: top;
   > span {
   background: url(../images/icon/star-active.png) repeat-x;
   height: 11px;
   }
   }*/
}
.tab-product .tab-content #reviews .customer-reviews .list-reviews label[for="vote"] {
  margin: 0;
}
.tab-product .tab-content #reviews .customer-reviews .write-reviews {
  text-align: left;
  margin: 0;
}
.tab-product .tab-content #reviews .customer-reviews .write-reviews .highlight-button {
  background: #222;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
}
.tab-product .tab-content #reviews .customer-reviews .write-reviews textarea.virtuemart {
  width: 100%;
}
.tab-product .tab-content #reviews .customer-reviews .write-reviews span input {
  border-radius: 0;
  background: #fff;
  display: inline-block;
  width: auto;
}
.product-related-products {
  border-top: none !important;
}
.product-related-products h3.modtitle {
  border-bottom: 2px solid #eee;
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 27px;
  padding: 0;
}
.product-related-products h3.modtitle span.product-fields-title {
  font-size: 24px;
  color: #222;
  font-weight: 500;
  float: left;
  text-transform: capitalize;
  padding-bottom: 12px;
  bottom: 0;
  position: relative;
}
.product-related-products h3.modtitle span.product-fields-title:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background-color: #fcc53b;
  bottom: -2px;
  left: 0;
}
.product-related-products #owl-carousel-related {
  display: flex;
  position: relative;
}
.product-related-products #owl-carousel-related .item {
  text-align: center;
  position: relative;
  border: 1px solid #ddd;
  padding-bottom: 15px;
  transition: all 0.3s ease-in-out 0s;
}
.product-related-products #owl-carousel-related .item:hover {
  border: 1px solid #fcc53b;
}
.product-related-products #owl-carousel-related .item:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.product-related-products #owl-carousel-related .item a {
  color: #222;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin: 10px 0;
}
.product-related-products #owl-carousel-related .item a:hover {
  color: #fcc53b;
}
.product-related-products #owl-carousel-related .item .PricesalesPrice {
  font-size: 18px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}
.product-related-products #owl-carousel-related .item .PricesalesPrice span.PricesalesPrice {
  color: #ff2d37;
}
.product-related-products #owl-carousel-related .item:last-child {
  margin: 0;
}
.product-related-products #owl-carousel-related .owl-controls .owl-nav .owl-prev, .product-related-products #owl-carousel-related .owl-controls .owl-nav .owl-next {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  z-index: 99;
  position: absolute;
  top: 35%;
  font-size: 18px;
  font-weight: 400;
  color: #aaa;
  transition: all 0.2s ease-in-out 0s;
}
.product-related-products #owl-carousel-related .owl-controls .owl-nav .owl-prev:before, .product-related-products #owl-carousel-related .owl-controls .owl-nav .owl-next:before {
  font-family: 'FontAwesome';
  display: block;
  text-indent: 0 !important;
  width: 100%;
  height: 100%;
  font-size: 24px;
}
.product-related-products #owl-carousel-related .owl-controls .owl-nav .owl-prev:hover, .product-related-products #owl-carousel-related .owl-controls .owl-nav .owl-next:hover {
  background-color: #fcc53b;
  border-color: #fcc53b;
  color: #fff;
}
.product-related-products #owl-carousel-related .owl-controls .owl-nav .owl-prev {
  left: 0;
  right: auto;
}
.product-related-products #owl-carousel-related .owl-controls .owl-nav .owl-prev:before {
  content: "\f104";
}
.product-related-products #owl-carousel-related .owl-controls .owl-nav .owl-next {
  right: 0;
  left: auto;
}
.product-related-products #owl-carousel-related .owl-controls .owl-nav .owl-next:before {
  content: "\f105";
}
.product-related-products #owl-carousel-related .owl-controls .owl-nav > div {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  margin-top: 0px;
}
.product-related-products #owl-carousel-related:hover .owl-controls .owl-nav > div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
.tab-product-detail {
  margin-top: 30px;
}
.tab-product-detail .tab-product ul.nav {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid #eee;
}
.tab-product-detail .tab-product ul.nav li {
  border: 0;
  position: relative;
  margin: 0;
}
.tab-product-detail .tab-product ul.nav li.active a span {
  color: #fcc53b;
}
.tab-product-detail .tab-product ul.nav li.active a span:after {
  background-color: #fcc53b;
}
.tab-product-detail .tab-product ul.nav li a {
  border: 0;
  padding: 0 26px 0 0;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 18px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  color: #222;
  font-weight: 600;
  border-radius: 0;
  margin: 0;
}
.tab-product-detail .tab-product ul.nav li a span {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  float: left;
  text-transform: capitalize;
  padding-bottom: 13px;
  bottom: 0;
  position: relative;
}
.tab-product-detail .tab-product ul.nav li a span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: transparent;
  bottom: 9px;
  left: 0;
}
#additional_images_gallery {
  display: flex;
  padding: 0;
  margin-top: 10px;
  list-style: none;
}
#additional_images_gallery .owl-item {
  width: auto;
}
#additional_images_gallery li {
  margin-right: 5px;
  cursor: pointer;
}
#additional_images_gallery li a {
  border: 1px solid #ddd;
  display: block;
  background-color: #fff;
}
#additional_images_gallery li a.active {
  border: 1px solid #fcc53b;
}
#additional_images_gallery li a img {
  width: 79px;
  margin: 0 auto;
}
#additional_images_gallery .owl-controls .owl-nav .owl-prev {
  left: -15px;
}
#additional_images_gallery .owl-controls .owl-nav .owl-next {
  right: -15px;
}
#additional_images_gallery .owl-controls .owl-nav > div {
  position: absolute;
  margin-top: -15px;
  top: 50%;
  height: 30px;
  width: 30px;
  opacity: 1;
  background: #fff;
  border: 1px solid #ddd;
  color: #ddd;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}
#additional_images_gallery .owl-controls .owl-nav > div:hover {
  border-color: #fcc53b;
  background-color: #fcc53b;
  color: #fff;
}
#additional_images_gallery .owl-controls .owl-dots {
  display: flex;
}
#additional_images_gallery .owl-controls .owl-dots .owl-dot > span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* *****************   END:: Product Details  ****************** */
.sp-column h1 {
  font-size: 18px;
}
.sp-column h2 {
  font-size: 16px;
  font-weight: 600;
}
.sp-column fieldset legend {
  font-size: 14px;
}
.sp-column table.user-details {
  width: 100%;
}
.sp-column table.user-details input {
  width: 100%;
}
.sp-column table.user-details .chzn-container-single {
  width: 100%;
}
.sp-column table.user-details .chzn-container-single a {
  height: 24px;
}
.sp-column table.user-details tr td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.sp-column .button {
  background: #222;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  border: none;
  border-radius: 0px;
}
.sp-column .button:hover {
  background: #fcc53b;
}
.sp-column button.default {
  padding: 9px 20px;
  border-radius: 0;
}
.sp-column #com-form-login {
  background: #ebebeb;    display: none;

  padding: 20px;
  margin: 0 0 30px;
  border: 1px solid #ddd;
}
.sp-column #com-form-login .userdata p {
  padding: 0 15px;
}
.sp-column #com-form-login .width30.floatleft {
  padding: 0 15px;
}
.sp-column #com-form-login h2 {
  font-size: 16px;
  padding: 0 15px;
}
.sp-column #com-form-login #com-form-login-username {
  width: 50%;
  margin: 0;
  padding: 0 15px;
}
.sp-column #com-form-login #com-form-login-username input {
  width: 100%;
  line-height: 15px;
}
.sp-column #com-form-login #com-form-login-password {
  width: 50%;
  margin: 0;
}
.sp-column #com-form-login #com-form-login-password input {
  width: 100%;
  line-height: 15px;
}
.sp-column #com-form-login #com-form-login-remember {
  padding: 0 15px;
  margin: 20px 0;
}
.sp-column #com-form-login #com-form-login-remember input.default {
  padding: 5px 20px;
  border-radius: 0;
  background: #222;
  box-shadow: none;
  border: none;
  text-transform: uppercase;
  color: #fff;
}
.sp-column #com-form-login #com-form-login-remember input.default:hover {
  background: #666;
}
/* ====================== Checkout Page ==================== */
.com_virtuemart .vm-cart-header-container h1 {
  margin: 0 0 5px;
}
.com_virtuemart .vm-continue-shopping .continue_link {
  background: #222;
  color: #fff;
  padding: 10px;
  display: inline-block;
  margin: 0 0 10px;
}
.com_virtuemart .vm-continue-shopping .continue_link:hover {
  background: #fcc53b;
}
.com_virtuemart #com-form-login {
  background: #ebebeb;
  padding: 20px;
  margin: 0 0 30px;
  border: 1px solid #ddd;
}
.com_virtuemart #com-form-login h2 {
  padding: 0 15px;
}
.com_virtuemart #com-form-login #com-form-login-username {
  width: 50%;
  margin: 0;
  padding: 0 15px;
}
.com_virtuemart #com-form-login #com-form-login-username input {
  width: 100%;
}
.com_virtuemart #com-form-login #com-form-login-password {
  width: 50%;
  margin: 0;
}
.com_virtuemart #com-form-login #com-form-login-password input {
  width: 100%;
}
.com_virtuemart #com-form-login #com-form-login-remember {
  padding: 0 15px;
  margin: 20px 0;
}
.com_virtuemart #com-form-login #com-form-login-remember input.default {
  padding: 5px 20px;
  border-radius: 0;
  background: #222;
  box-shadow: none;
  border: none;
  text-transform: uppercase;
  color: #fff;
}
.com_virtuemart #com-form-login #com-form-login-remember input.default:hover {
  background: #666;
}
.com_virtuemart #com-form-login #com-form-login-remember label {
  margin: 0 10px;
}
.com_virtuemart #com-form-login #com-form-login-remember input[type="checkbox"] {
  position: relative;
  top: 2px;
}
.com_virtuemart #com-form-login .width30.floatleft {
  padding: 0 15px;
  width: auto;
}
.com_virtuemart #com-form-order-submit {
  margin: 24px 0 0;
}
.com_virtuemart #form-login {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px 0;
  background: #ebebeb;
}
.com_virtuemart #form-login .button {
  display: block;
}
.com_virtuemart input.usersearch {
  padding: 7px;
}
.com_virtuemart #adminForm > a {
  background: #f2f2f2;
  padding: 10px;
  margin: 15px;
  display: inline-block;
}
.com_virtuemart #adminForm .radio, .com_virtuemart #adminForm .checkbox {
  padding: 0 20px;
}
.com_virtuemart #adminForm .radio input[type="radio"], .com_virtuemart #adminForm .radio-inline input[type="radio"], .com_virtuemart #adminForm .checkbox input[type="checkbox"], .com_virtuemart #adminForm .checkbox-inline input[type="checkbox"] {
  margin-left: -20px;
}
.com_virtuemart #adminForm table.user-details input {
  width: 100%;
}
.com_virtuemart #adminForm table.user-details .chzn-container-single {
  width: 100%;
}
.com_virtuemart #checkoutForm .billto-shipto {
  margin: 30px 0 10px;
  padding: 20px;
  border: 1px solid #e8e8e8;
}
.com_virtuemart #checkoutForm .billto-shipto a.details {
  border-radius: 0;
  color: #fff;
  background: #222;
  padding: 5px 10px;
  border: none;
}
.com_virtuemart #checkoutForm .billto-shipto a.details:hover {
  background: #444;
}
.com_virtuemart #checkoutForm .billto-shipto #STsameAsBTjs {
  margin: 5px;
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr.sectiontableentry2 td input {
  box-shadow: none;
  border-radius: 0;
  display: inline-block;
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr.sectiontableentry2 td input.coupon {
  width: 70%;
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td .details-button {
  padding: 10px 20px;
  border-radius: 0;
  color: #222;
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td .details-button:hover {
  color: #fcc53b;
  border-color: #fcc53b;
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td h3 {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td.vm-cart-item-name .cart-images {
  display: inline-block;
  float: left;
  margin: 0 10px;
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td.vm-cart-item-name > a {
  font-weight: bold;
  font-size: 14px;
  color: #222;
  overflow: hidden;
  margin: 10px 0 0;
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td.vm-cart-item-name > a:hover {
  color: #fcc53b;
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td.vm-cart-item-basicprice .PricediscountedPriceWithoutTax .vm-price-desc {
  display: none;
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td.vm-cart-item-basicprice .PricediscountedPriceWithoutTax span {
  font-weight: bold;
  font-size: 16px;
  color: #aaa;
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td.vm-cart-item-basicprice .PricediscountedPriceWithoutTax .PricesalesPrice {
  font-weight: bold;
  font-size: 18px;
  color: #fcc53b;
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td.vm-cart-item-total .PricediscountedPriceWithoutTax .vm-price-desc {
  display: none;
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td.vm-cart-item-total .PricediscountedPriceWithoutTax span {
  font-weight: bold;
  font-size: 16px;
  color: #222;
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td.vm-cart-item-total .PricediscountedPriceWithoutTax .PricesalesPrice {
  font-weight: bold;
  font-size: 16px;
  color: #222;
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td.vm-cart-item-quantity {
  padding: 30px 5px;
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td.vm-cart-item-quantity .quantity-input {
  display: inline-block;
  float: left;
  height: 50px;
  width: 40px;
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td.vm-cart-item-quantity .vm2-remove_from_cart, .com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td.vm-cart-item-quantity .vm2-add_quantity_cart {
  display: block;
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td.vm-cart-item-discount .vm-price-desc {
  display: none;
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td.vm-cart-item-discount .PricediscountAmount {
  color: #222;
}
.com_virtuemart #checkoutForm .vm-fieldset-customer-note textarea#customer_note_field {
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  height: auto;
}
.com_virtuemart .cart-view .border-shipto input[type="text"], .com_virtuemart .cart-view .border-shipto select:not(.form-control) {
  display: inline-block;
}
.com_virtuemart .cart-view .border-shipto input[type="text"] {
  width: 200px;
}
.com_virtuemart .cart-view .cart-summary tr td {
  padding: 30px 15px;
}
.com_virtuemart .cart-view .vm-button-correct {
  border: none;
  border-radius: 0;
  background: #222;
  font-size: 14px;
  padding: 5px 15px;
}
.com_virtuemart .cart-view .vm-button-correct:hover {
  background: #fcc53b;
}
.com_virtuemart .cart-view .vm-payment-plugin-single label, .com_virtuemart .cart-view .vm-shipment-plugin-single label {
  display: inline-block;
  overflow: hidden;
  line-height: normal;
  margin: 0;
}
.com_virtuemart .cart-view input[type="radio"], .com_virtuemart .cart-view input[type="checkbox"] {
  display: inline-block;
  margin: 0;
}
.order-view .floatleft {
  float: left;
  margin: 0 2rem 0 0;
  padding: 0;
}
.order-view #com-form-order-submit {
  margin: 25px 0 0;
}
.order-view #com-form-order-submit .button {
  margin: 0 10px;
}
/* *****************   END:: Checkout Page  ****************** */
/******************   Start:: Category Page  *******************/
.calendar .button {
  display: table-cell;
}
.category-view .categories-view {
  padding-bottom: 50px;
}
.category-view .categories-view .category {
  text-align: center;
}
.category-view .categories-view .category .spacer {
  padding: 5px 15px;
}
.category-view .categories-view .category img {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out 0s;
  border-radius: 100%;
}
.category-view .categories-view .category img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: 2px solid #fcc53b;
  box-shadow: none;
}
.category-view .categories-view .category:hover a {
  color: #fcc53b;
}
.category-view .row {
  list-style-type: none;
  padding: 0;
}
.category-view .row .item {
  margin: 0 0 20px;
  transition: all 0.3s ease-in-out 0s;
}
.category-view .row .item .item-inner {
  text-align: center;
  padding-bottom: 25px;
}
.category-view .row .item .item-inner .item-image {
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  position: relative;
}
.category-view .row .item .item-inner .item-image a.sj_quickview_handler {
  position: absolute;
  top: 42%;
  left: 42%;
  opacity: 0;
}
.category-view .row .item .item-inner .item-image .onsale {
  height: 23px;
  width: 50px;
  border-radius: 12px;
  line-height: 23px;
  color: #fff;
  background-color: #fcc53b;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 3;
  text-align: center;
  font-size: 12px;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
.category-view .row .item .item-inner .item-title {
  padding: 0px 0 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.category-view .row .item .item-inner .reviews-content {
  /*.ratingbox{
   background: url(../images/star.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
   height: 13px;
   margin: 0;
   overflow: hidden;
   position: relative;
   width: 75px;
   display: inline-block;
   vertical-align: top;
   .stars-orange{
   background: url(../images/star-active.png) repeat-x;
   height: 13px;
   }
   }
   */
}
.category-view .row .item .item-inner .reviews-content .rating {
  margin-bottom: 0px !important;
}
.category-view .row .item .item-inner .reviews-content .ratingbox {
  margin-bottom: 10px !important;
}
.category-view .row .item .item-inner .reviews-content .rating .reviews_button {
  display: none;
}
.category-view .row .item .item-inner .item-price {
  margin-bottom: 15px;
}
.category-view .row .item .item-inner .item-price .product-price {
  min-height: auto;
  margin: 0;
  float: none;
  text-align: center;
}
.category-view .row .item .item-inner .item-price .product-price > div {
  display: inline-block;
}
.category-view .row .item .item-inner .item-price .product-price > div span.vm-price-desc {
  display: none;
}
.category-view .row .item .item-inner .item-price .product-price > div span.PricesalesPrice {
  color: #fcc53b;
  font-size: 18px;
  font-weight: 500;
}
.category-view .row .item .item-inner .item-price .product-price > div span.PricebasePriceVariant {
  line-height: 20px;
  padding: 0 5px;
  display: inline-block;
  text-decoration: line-through;
  color: #aaa;
  font-size: 16px;
  font-weight: normal;
}
.category-view .row .item .item-inner .item-description {
  display: none;
}
.category-view .row .item:hover {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}
.category-view .row .item:hover .item-image .onsale {
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.category-view .row .item:hover .item-image a.sj_quickview_handler {
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.category-view .row .item:hover .item-image img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.category-view .row .item:hover .addtocart-bar .addtocart-button input[name="addtocart"] {
  background: #fcc53b url(../images/icon/cart_hover.png) no-repeat 15px 11px;
  color: #fff;
}
.category-view .cate-title {
  color: #222;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 20px;
}
.category-view .form-group {
  display: none;
}
.category-view .row.vm-list .item .item-inner {
  padding-bottom: 0;
}
.category-view .row.vm-list .item .item-inner .item-image {
  padding: 0;
  float: left;
  margin-right: 20px;
  margin-bottom: 0px;
}
.category-view .row.vm-list .item .item-inner .item-content {
  text-align: left;
  padding-top: 30px;
}
.category-view .row.vm-list .item .item-inner .item-content .rating {
  text-align: left;
}
.category-view .row.vm-list .item .item-inner .item-content .item-price .product-price {
  text-align: left;
}
.category-view .row.vm-list .item .item-inner .item-content .item-description {
  display: block !important;
  margin-bottom: 10px;
}
.category-view .row.vm-list .item .item-inner .item-content .item-description p.product_s_desc {
  height: auto;
}
.category-view .row.vm-list .item .item-inner .item-content .addtocart-area {
  margin-top: 15px;
}
.category-view .row.vm-list .item .item-inner .item-content .addtocart-area form {
  padding: 0;
  width: auto;
}
.category-view .orderby-displaynumber {
  border: none;
  background: #fff;
  line-height: normal;
  display: inline-block !important;
  margin: 0 0 30px !important;
  width: 100%;
}
.category-view .orderby-displaynumber.bottom {
  margin: 0;
}
.category-view .orderby-displaynumber .vm-view-list {
  padding: 0;
  float: left;
}
.category-view .orderby-displaynumber .vm-view-list .icon-list-grid {
  display: inline-block;
}
.category-view .orderby-displaynumber .vm-view-list .vm-view {
  float: left;
}
.category-view .orderby-displaynumber .vm-view-list .vm-view .listing-icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  float: left;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
.category-view .orderby-displaynumber .vm-view-list .vm-view.vm-list {
  margin: 0 1px;
}
.category-view .orderby-displaynumber .vm-view-list .vm-view.vm-list .listing-icon {
  background: #222 url(../images/icon/list.png) no-repeat center;
}
.category-view .orderby-displaynumber .vm-view-list .vm-view.vm-list .listing-icon:hover {
  background-color: #fcc53b;
}
.category-view .orderby-displaynumber .vm-view-list .vm-view.vm-list.active .listing-icon {
  background-color: #fcc53b;
}
.category-view .orderby-displaynumber .vm-view-list .vm-view.vm-grid.active .listing-icon {
  background-color: #fcc53b;
}
.category-view .orderby-displaynumber .vm-view-list .vm-view.vm-grid .listing-icon {
  background: #222 url(../images/icon/grid.png) no-repeat center;
}
.category-view .orderby-displaynumber .vm-view-list .vm-view.vm-grid .listing-icon:hover {
  background-color: #fcc53b;
}
.category-view .orderby-displaynumber .toolbar-center {
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
  font-size: 13px;
  float: left;
}
.category-view .orderby-displaynumber .toolbar-center .clear {
  display: none;
}
.category-view .orderby-displaynumber .toolbar-center .counter, .category-view .orderby-displaynumber .toolbar-center .limitbox {
  float: right;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer{
  position: relative;
  border: 1px solid #e8e8e8;
}

.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer .title {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  display: inline-block;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer .activeOrder {
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0 32px 0 0;
  display: inline-block;
  background: none;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer .activeOrder:after {
  color: #8d8d8d;
  content: "\f0dd";
  font-size: 14px;
  font-family: "FontAwesome";
  position: absolute;
  right: 13px;
  top: 3px;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer .activeOrder a {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: #404040;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer .orderlist {
  top: 100%;
  left: 0px;
  z-index: 999;
  width: 100%;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer .orderlist div {
  padding: 4px 15px;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer .orderlist div:hover {
  background: #222;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer .orderlist div:hover a {
  color: #fff;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer .orderlist div a {
  color: #404040;
  font-size: 12px;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer.orderByList {
  padding: 4px;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer.orderByList .title:after {
  content: ":";
  display: inline-block;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer.orderByList .orderlist {
  left: 0;
  width: 100%;
  border-color: #e8e8e8;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer.manuList {
  padding: 4px;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer.manuList .activeOrder:after {
  top: 0px;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer.counter {
  padding: 11px 12px;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer.limitbox {
  padding: 0px;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer.limitbox .chzn-container {
  padding: 5px;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer.limitbox .chzn-container-single .chzn-single {
  border: none;
  box-shadow: none;
  background: none;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer.limitbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border: none;
  padding: 0px 10px;
  width: auto;
  line-height: 24px;
  height: 38px;
}
.category-view .orderby-displaynumber .toolbar-center .orderlistcontainer.limitbox a *:hover {
  color: #6b6b6b;
  background-color: transparent;
}
.category-view .orderby-displaynumber .toolbar-center .display-number {
  float: left;
}
.category-view .orderby-displaynumber .toolbar-center .display-number .title {
  float: left;
  padding: 0 10px;
  line-height: 30px;
  margin-left: 10px;
}
.category-view .orderby-displaynumber .toolbar-center .display-number .display-number-list {
  float: left;
  position: relative;
}
.category-view .orderby-displaynumber .toolbar-center .display-number .display-number-list select {
  border: #ddd 1px solid;
  padding: 5px 0;
  height: 30px;
  line-height: 30px;
  -moz-appearance: none;
  -ms-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background-image: url(../images/icon/icon-select.png);
  background-repeat: no-repeat;
  background-position: 12px -1px;
}
.category-view .orderby-displaynumber .toolbar-center .display-number .display-number-list select > option {
  background: #fff;
  padding: 4px 8px;
}
.category-view .orderby-displaynumber .toolbar-center .display-number .display-number-list select > option:hover {
  background: #222;
  color: #fff;
}
.category-view .orderby-displaynumber .display-number select:not([multiple]) {
  margin-top: 10px;
}
.category-view .orderby-displaynumber .orderlistcontainer .title {
  padding-bottom: 10px;
}
.category-view .virtuemart_search {
  background: #f2f2f2;
  padding: 20px;
  margin: 0 0 30px;
}
.category-view .virtuemart_search .vm-search-custom-search-input .inputbox {
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border-radius: 0;
  background: #fff;
  min-height: 40px;
  width: 50%;
}
.category-view .virtuemart_search .vm-search-custom-search-input input.button {
  min-height: 40px;
}
.category-view .virtuemart_search .vm-search-custom-search-input .vm-search-descr {
  padding-top: 5px;
}
.browse-view .open-sidebar {
  display: inline-block;
  border: 2px solid #999;
  padding: 3px 15px;
  letter-spacing: 1px;
  line-height: 23px;
  font-size: 10px;
  vertical-align: top;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #666;
}
.browse-view .open-sidebar:hover {
  border-color: #222;
}
.browse-view #close-sidebar {
  display: none;
}
.browse-view .vm-pagination .pagination {
  padding: 0px;
  margin: 0px 0 20px;
  border: none;
  display: block;
}
.browse-view .vm-pagination .pagination li {
  display: inline-block;
  margin: 0 0 4px;
}
.browse-view .vm-pagination .pagination li:first-child a, .browse-view .vm-pagination .pagination li:last-child a, .browse-view .vm-pagination .pagination li:first-child span, .browse-view .vm-pagination .pagination li:last-child span {
  border-radius: 0px;
}
.browse-view .vm-pagination .pagination li a, .browse-view .vm-pagination .pagination li span {
  margin: 0 2px;
  color: #222;
}
.browse-view .vm-pagination .pagination li.active a, .browse-view .vm-pagination .pagination li:hover a, .browse-view .vm-pagination .pagination li.active span, .browse-view .vm-pagination .pagination li:hover span {
  color: #fff;
  background: #fcc53b;
  border-color: #fcc53b;
}
.browse-view .vm-pagination .vm-page-counter {
  display: none;
}
.group-addtocart .addtocart-area {
  min-height: auto;
}
.group-addtocart .addtocart-area .vm-customfields-wrap {
  min-height: auto;
}
.group-addtocart .addtocart-area .product-fields {
  display: none;
}
.group-addtocart .addtocart-area .addtocart-bar .quantity-box, .group-addtocart .addtocart-area .addtocart-bar .quantity-controls {
  display: none;
}
/******************   END:: Category Page  *******************/
.ft-results .category-view .browse-view h1 {
  color: #222;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 10px;
}
.ft-results .category-view .browse-view .orderby-displaynumber .display-number select:not([multiple]) {
  display: none;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer {
  position: relative;
  border: 1px solid #e8e8e8;
  margin: 0;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .title {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  display: inline-block;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .activeOrder {
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0 32px 0 0;
  display: inline-block;
  background: none;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .activeOrder:after {
  color: #8d8d8d;
  content: "\f0dd";
  font-size: 14px;
  font-family: "FontAwesome";
  position: absolute;
  right: 13px;
  top: 3px;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .activeOrder a {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: #404040;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .orderlist {
  top: 32px;
  left: 63px;
  z-index: 999;
  width: 75%;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .orderlist div {
  padding: 4px 15px;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .orderlist div:hover {
  background: #222;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .orderlist div:hover a {
  color: #fff;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .orderlist div a {
  color: #404040;
  font-size: 12px;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer.orderByList {
  padding: 4px;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer.orderByList .title:after {
  content: ":";
  display: inline-block;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer.orderByList .orderlist {
  left: 0;
  width: 100%;
  border-color: #e8e8e8;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer.manuList {
  padding: 4px;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer.manuList .activeOrder:after {
  top: 0px;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer.counter {
  padding: 12px;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer.limitbox {
  padding: 0px;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer.limitbox .chzn-container {
  padding: 5px;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer.limitbox .chzn-container-single .chzn-single {
  border: none;
  box-shadow: none;
  background: none;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer.limitbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border: none;
  padding: 0px 10px;
  width: 45px;
  line-height: 24px;
  height: 42px;
}
.ft-results .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer.limitbox a *:hover {
  color: #6b6b6b;
  background-color: transparent;
}
#sp-right, #sp-left {
  /* ====================== Filter Product Module ==================== */
}
#sp-right .sp-module .sj-extra-slider, #sp-left .sp-module .sj-extra-slider {
  margin: 0;
  padding: 0 0px;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 {
  padding: 10px 0;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2:last-child, #sp-left .sp-module .sj-extra-slider .item-wrap.style2:last-child {
  border-bottom: none;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item .item-image, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item .item-image {
  float: left;
  width: 33.33%;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info {
  float: left;
  width: 60.67%;
  margin: 15px 0 0 5%;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-title, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-title {
  font-weight: 300;
  font-size: 14px;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-title a, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-title a {
  color: #222;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-title a:hover, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-title a:hover {
  color: #fcc53b;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-price > div, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-price > div {
  display: inline-block;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-price > div span.PricesalesPrice, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-price > div span.PricesalesPrice {
  color: #ff2d37;
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-price > div span.PricebasePriceVariant, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item .item-info .item-price > div span.PricebasePriceVariant {
  line-height: 20px;
  padding: 0 5px;
  display: inline-block;
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
  font-weight: normal;
}
#sp-right .categories-sidebar .VMmenu li > div span.VmArrowdown, #sp-left .categories-sidebar .VMmenu li > div span.VmArrowdown {
  background: bottom right no-repeat url(../images/vmgeneral/arrow_down.png);
  position: absolute;
  top: 5px;
  right: 0px;
  display: inline-block;
  width: 100%;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group {
  margin: 0;
  border: none;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size input, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size input {
  display: none;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select {
  padding: 20px 0px 20px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option {
  display: inline-block;
  font-size: 12px;
  padding: 0px;
  border-bottom: 0;
  line-height: normal;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option:hover {
  border-color: #222;
  color: #fcc53b;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option:hover span, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option:hover span {
  color: #fcc53b;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-count, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-count {
  display: none;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner {
  padding: 0px;
  display: inline-block;
  cursor: pointer;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner span.ft-opt-name, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner span.ft-opt-name {
  border: 1px solid #e8e8e8;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  margin-left: 0;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner span.ft-opt-name.ft-checked, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner span.ft-opt-name.ft-checked {
  border-color: #fcc53b;
  color: #fcc53b;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner span.ft-opt-name:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner span.ft-opt-name:hover {
  border-color: #fcc53b;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-content .ft-opt-clearall, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-content .ft-opt-clearall {
  margin: 16px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-content .ft-opt-clearall:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-content .ft-opt-clearall:hover {
  background: transparent;
  border-color: #fcc53b;
  color: #fcc53b;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-select, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-select {
  border: none;
  margin: 0;
  padding: 20px 0px 20px;
  display: flex;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option {
  padding: 1px;
  border: 1px solid #e8e8e8;
  width: auto;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option.ft-color, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option.ft-color {
  border: 0;
  padding: 0;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option .ft-color-value, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option .ft-color-value {
  width: 32px;
  height: 32px;
  margin: 2px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option .ft-color-value:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option .ft-color-value:hover {
  border: 1px solid #fcc53b;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option .ft-opt-count, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option .ft-opt-count {
  display: none;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-manuafactures .ft-opt-clearall, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-manuafactures .ft-opt-clearall {
  margin-top: 10px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-manuafactures .ft-opt-clearall:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-manuafactures .ft-opt-clearall:hover {
  background-color: transparent;
  border-color: #fcc53b;
  color: #fcc53b;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-current-label, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-current-label {
  padding: 20px 16px;
  margin: 0;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-current-group, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-current-group {
  padding: 0 16px;
  color: #222;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-option .ft-opt-close, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-option .ft-opt-close {
  right: 6px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-content .ft-opt-clearall, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-content .ft-opt-clearall {
  margin: 16px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-content .ft-opt-clearall:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-content .ft-opt-clearall:hover {
  border: 1px solid #fcc53b;
  color: #fcc53b;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-slider-price, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-slider-price {
  height: 8px;
  border: none;
  border-radius: 0px;
  background: #555;
  margin: 20px 0;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-slider-price.ui-slider-horizontal .ui-slider-handle, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-slider-price.ui-slider-horizontal .ui-slider-handle {
  height: 16px;
  width: 16px;
  border-radius: 0;
  border-color: transparent;
  background: #fcc53b;
  top: -4px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-slider-price .ui-slider-range, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-slider-price .ui-slider-range {
  background: #fcc53b;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-price-value input[type="text"], #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-price-value input[type="text"] {
  min-height: 30px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-opt-inner:hover span, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-opt-inner:hover span {
  color: #fcc53b;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-opt-inner .ft-price-curent, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-opt-inner .ft-price-curent {
  border: 1px solid #e8e8e8;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-open .ft-heading .ft-open-close, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-open .ft-heading .ft-open-close {
  background: none;
  right: -10px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-open .ft-heading .ft-open-close:before, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-open .ft-heading .ft-open-close:before {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-close .ft-heading .ft-open-close, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-close .ft-heading .ft-open-close {
  background: none;
  right: -10px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-close .ft-heading .ft-open-close:before, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-close .ft-heading .ft-open-close:before {
  content: "\f106";
  font: normal normal normal 14px/1 FontAwesome;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-heading, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-heading {
  font-size: 13px;
  color: #222;
  font-weight: 500;
  background: none;
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 0;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content {
  padding: 0px;
  display: block;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-opt-clearall, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-opt-clearall {
  margin: 10px 15px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-opt-clearall:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-opt-clearall:hover {
  background-color: transparent;
  border-color: #fcc53b;
  color: #fcc53b;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-option, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-option {
  padding: 12px 0px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-option .ft-opt-inner:hover span, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-option .ft-opt-inner:hover span {
  color: #fcc53b;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-option .ft-opt-inner .ft-opt-close, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-option .ft-opt-inner .ft-opt-close {
  display: none;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-option .ft-opt-inner span, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-option .ft-opt-inner span {
  color: #222;
  font-size: 13px;
}
#sp-right .sp-column .best-sellers, #sp-left .sp-column .best-sellers, #sp-right .sp-column .filter-vm, #sp-left .sp-column .filter-vm {
  border: 0;
}
#sp-right .sp-column .banner-left .sp-module-content, #sp-left .sp-column .banner-left .sp-module-content {
  border: 0;
}
#sp-right .sp-column .custom.archive, #sp-left .sp-column .custom.archive {
  padding: 0 0px;
  margin: 0;
}
#sp-right .sp-column .custom.archive ul li, #sp-left .sp-column .custom.archive ul li {
  border-bottom: 0;
}
#sp-right .sp-column .custom.archive ul li a, #sp-left .sp-column .custom.archive ul li a {
  color: #222;
  font-size: 14px;
}
#sp-right .sp-column .custom.archive ul li a:hover, #sp-left .sp-column .custom.archive ul li a:hover {
  color: #fcc53b;
}
#sp-right .sp-column .sj-basic-news, #sp-left .sp-column .sj-basic-news {
  padding: 0 0px;
  margin: 0;
}
#sp-right .sp-column .sj-basic-news .bs-item, #sp-left .sp-column .sj-basic-news .bs-item {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
#sp-right .sp-column .sj-basic-news .bs-item:last-child, #sp-left .sp-column .sj-basic-news .bs-item:last-child {
  border-bottom: 0;
}
#sp-right .sp-column .sj-basic-news .bs-item .bs-title a, #sp-left .sp-column .sj-basic-news .bs-item .bs-title a {
  color: #222;
  font-size: 14px;
  font-weight: normal;
}
#sp-right .sp-column .sj-basic-news .bs-item .bs-title a:hover, #sp-left .sp-column .sj-basic-news .bs-item .bs-title a:hover {
  color: #fcc53b;
  text-decoration: none;
}
#sp-right .sp-column .categories-module li, #sp-left .sp-column .categories-module li {
  padding: 5px 0px;
  border-bottom: 0;
}
#sp-right .sp-column .categories-module li h4, #sp-left .sp-column .categories-module li h4 {
  font-weight: 400;
  font-size: 18px;
}
#sp-right .sp-column .categories-module li > a, #sp-left .sp-column .categories-module li > a {
  color: #222;
  font-weight: 400;
  line-height: normal;
  padding: 0;
}
#sp-right .sp-column .categories-module li > a:hover, #sp-left .sp-column .categories-module li > a:hover {
  color: #fcc53b;
}
#sp-right .sp-column .categories-module li > a span, #sp-left .sp-column .categories-module li > a span {
  float: right;
}
#sp-right .sp-column .latestnews li a, #sp-left .sp-column .latestnews li a {
  line-height: 24px;
}
#sp-right .sp-column .latestnews li a span, #sp-left .sp-column .latestnews li a span {
  display: none;
}
#sp-right .sp-column .tagspopular ul, #sp-left .sp-column .tagspopular ul {
  padding: 0;
  list-style-type: none;
  margin: -4px;
}
#sp-right .sp-column .tagspopular ul li, #sp-left .sp-column .tagspopular ul li {
  float: left;
  padding: 4px;
  border-bottom: 0;
}
#sp-right .sp-column .tagspopular ul li a, #sp-left .sp-column .tagspopular ul li a {
  display: block;
  padding: 7px 16px;
  color: #898989;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  line-height: normal;
}
#sp-right .sp-column .tagspopular ul li a:hover, #sp-left .sp-column .tagspopular ul li a:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
#sp-right .sp-column .categories-sidebar, #sp-left .sp-column .categories-sidebar {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  margin-bottom: 23px;
}
#sp-right .sp-column .categories-sidebar .sp-module-title, #sp-left .sp-column .categories-sidebar .sp-module-title {
  background-image: none;
  background-color: #f5f5f5;
  padding: 15px 0 15px 15px;
  margin: 0px 0 20px;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 5px 5px 0 0;
}
#sp-right .sp-column .categories-sidebar .sp-module-title:before, #sp-left .sp-column .categories-sidebar .sp-module-title:before {
  background: transparent;
  margin: 0px;
}
#sp-right .sp-column .categories-sidebar ul, #sp-left .sp-column .categories-sidebar ul {
  padding: 0px 15px;
  border: none;
}
#sp-right .sp-column .categories-sidebar ul > li, #sp-left .sp-column .categories-sidebar ul > li {
  display: inline-block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  line-height: 30px;
}
#sp-right .sp-column .categories-sidebar ul > li a, #sp-left .sp-column .categories-sidebar ul > li a {
  color: #222;
  font-weight: normal;
  font-size: 14px;
}
#sp-right .sp-column .categories-sidebar ul > li a:hover, #sp-left .sp-column .categories-sidebar ul > li a:hover {
  color: #222;
}
#sp-right .sp-column .categories-sidebar ul > li:first-child, #sp-left .sp-column .categories-sidebar ul > li:first-child {
  padding-top: 0px;
}
#sp-right .sp-column .categories-sidebar ul > li:last-child, #sp-left .sp-column .categories-sidebar ul > li:last-child {
  border-bottom: none;
}
#sp-right .sp-column .categories-sidebar ul > li.hover ul, #sp-left .sp-column .categories-sidebar ul > li.hover ul {
  max-height: 200px;
  display: block;
  margin: 0;
  padding: 0;
}
#sp-right .sp-column .categories-sidebar ul > li.hover ul li, #sp-left .sp-column .categories-sidebar ul > li.hover ul li {
  padding: 0;
  border-bottom: 0;
}
#sp-right .sp-column .categories-sidebar ul > li.hover ul li a, #sp-left .sp-column .categories-sidebar ul > li.hover ul li a {
  color: #222;
  background-color: #fff;
  width: 100%;
  display: block;
  padding: 7px 10px;
}
#sp-right .sp-column .categories-sidebar ul > li.hover ul li a:hover, #sp-left .sp-column .categories-sidebar ul > li.hover ul li a:hover {
  background-color: #f7f7f7;
  color: #222;
}
#sp-right .sp-column .categories-sidebar ul > li ul, #sp-left .sp-column .categories-sidebar ul > li ul {
  overflow: inherit;
  max-height: 0;
  -webkit-transition: all 2s ease-out;
}
#sp-right .sp-column .categories-sidebar ul > li ul > li, #sp-left .sp-column .categories-sidebar ul > li ul > li {
  border-bottom: 0;
}
#sp-right .sp-column .categories-sidebar ul > li ul > li.VmClose, #sp-left .sp-column .categories-sidebar ul > li ul > li.VmClose {
  display: none;
}
#sp-right .sp-column .archies-sidebar, #sp-left .sp-column .archies-sidebar {
  margin-bottom: 35px;
}
#sp-right .sp-column .archies-sidebar img, #sp-left .sp-column .archies-sidebar img {
  border-radius: 3px;
  width: 100%;
}
#sp-right .sp-column .archies-sidebar:hover img, #sp-left .sp-column .archies-sidebar:hover img {
  opacity: 0.85;
}
#sp-right .sp-column .archies-sidebar p, #sp-left .sp-column .archies-sidebar p {
  padding: 0px;
  margin: 20px 0 46px;
  text-align: left;
  line-height: 34px;
}
#sp-right .sp-column .archies-sidebar ul, #sp-left .sp-column .archies-sidebar ul {
  margin: 0;
  padding: 0;
}
#sp-right .sp-column .archies-sidebar ul li, #sp-left .sp-column .archies-sidebar ul li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
#sp-right .sp-column .archies-sidebar ul li:last-child, #sp-left .sp-column .archies-sidebar ul li:last-child {
  border-bottom: none;
}
#sp-right .sp-column .archies-sidebar ul li a, #sp-left .sp-column .archies-sidebar ul li a {
  color: #666;
  display: inline-block;
  padding: 10px 20px 10px;
  position: relative;
  font-size: 14px;
}
#sp-right .sp-column .archies-sidebar ul li a:before, #sp-left .sp-column .archies-sidebar ul li a:before {
  content: "\f073";
  position: absolute;
  left: 0px;
  top: 8px;
  font-family: "FontAwesome";
}
#sp-right .sp-column .archies-sidebar ul li a .num, #sp-left .sp-column .archies-sidebar ul li a .num {
  float: right;
}
#sp-right .sp-column .archies-sidebar ul li a:hover, #sp-left .sp-column .archies-sidebar ul li a:hover {
  color: #222;
}
#logout-form {
  float: right;
}
#logout-form .btn {
  background: #222;
  padding: 0 5px;
  margin: 0px;
  border-color: transparent;
}
#logout-form .btn:hover {
  background: #000;
}
#editcell table.adminlist {
  width: 80%;
  border: 1px solid #ccc;
}
#editcell table.adminlist tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}
#editcell table.adminlist tr {
  border-bottom: 1px solid #ddd;
}
#editcell table.adminlist tr th, #editcell table.adminlist tr td {
  padding: 8px;
  display: table-cell;
}
.login .list-group .list-group-item:hover {
  color: #222;
}
.tag-category {
  padding: 0 0 40px;
}
.tag-category .category h3 {
  font-size: 14px;
}
.tag-category .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .tag-category .input-group > .input-group-append > .btn {
  height: 38px;
}
.tag-category .mt-3 {
  margin-top: 0 !important;
  margin-left: 1rem;
}
.tag-category .mt-3 div.chzn-container {
  width: 80px !important;
}
.login-greeting, .logout-button {
  display: inline-block;
}
.list-group-item {
  border: 0;
}
.home-layout1 #sp-title {
  margin: 0;
}
.logout-button input[type="submit"] {
  margin: 4px 0 0;
}
.form-check-input {
  margin-top: 0.1rem;
}
.virtuemart_country_id.invalid {
  color: #222 !important;
}
#virtuemart_country_id_field_chzn.chzn-container-single .chzn-single.invalid {
  border-color: #ccc !important;
}
.sppb-addon-content {
  line-height: 24px;
}
.sppb-addon-single-image-container:hover img {
  opacity: 0.85;
}
.article-list .article-info {
  color: #999;
  font-size: 12px;
}
.article-list .article-info span.byname {
  color: #888;
}
.article-list .article-info span.published {
  color: #888;
}
.article-list .article-info time {
  margin: 0 5px;
}
.article-list .blog-grid .entry-thumbnail {
  float: left;
  width: 33.33%;
}
.article-list .blog-grid .entry-thumbnail .article-intro-image {
  margin-bottom: 0px;
}
.article-list .blog-grid .entry-thumbnail a:hover img {
  opacity: 0.85;
}
.article-list .blog-grid .entry-header {
  float: left;
  width: 62.67%;
  margin-left: 3%;
}
.article-list .blog-grid .entry-header p {
  color: #666;
  line-height: 24px;
}
.article-list .blog-list .entry-thumbnail {
  float: left;
  width: 100%;
}
.article-list .blog-list .entry-thumbnail a:hover img {
  opacity: 0.85;
}
.article-list .blog-list .entry-header {
  float: left;
  width: 100%;
}
.article-list .blog-list .entry-header p {
  color: #666;
  line-height: 24px;
}
.tagspopular {
  padding: 15px 0;
  overflow: hidden;
}
.category-list .col-auto button[name="filter_submit"] {
  display: none;
}
.chzn-container .chzn-results li.active-result {
  text-transform: capitalize;
}
/**
 *  Responsive
 */
@media (max-width: 320px) {
  .hidden-xs {
    display: none !important;
  }
  #sp-top-bar .yt-loginform p span {
    display: none;
  }
  .home-ads {
    font-size: 14px;
  }
  .sp-module.homepage-slider .owl-controls .owl-dots {
    left: 40%;
  }
  .sp-module.bestsells h3.modtitle span {
    font-size: 18px;
  }
  .sp-module.bestsells .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab.tab-sel .ltabs-tab-label {
    border-color: transparent;
    color: #222;
  }
  .com_virtuemart #com-form-login #com-form-login-remember input.default {
    display: block;
    margin-bottom: 10px;
  }
  .com_virtuemart #com-form-login #com-form-login-remember label {
    margin: 0 10px 0 0;
  }
  .category-view .row .item .item-inner .item-title {
    padding: 0;
  }
  .category-view .vm-list .item-image {
    margin-top: 15px;
  }
  .productdetails .content_product_detail .social-share .title-share {
    margin-right: 15px;
  }
  .com_virtuemart .cart-view .cart-summary tr td {
    padding: 5px 2px 2px;
  }
  .com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td.vm-cart-item-name .cart-images {
    float: none;
  }
  body.site .article-list .blog-grid .entry-thumbnail, body.site .article-list .blog-grid .entry-header {
    width: 100%;
  }
  #myLogin .modal-dialog {
    width: auto;
    z-index: 999;
  }
  body.site #fancybox-wrap {
    width: 274px !important;
  }
  body.site #fancybox-wrap #fancybox-outer #fancybox-content {
    width: 274px !important;
    padding: 0px;
  }
  body.site #fancybox-wrap #fancybox-outer #fancybox-close {
    right: -15px;
  }
  body.site #facebox {
    width: 320px;
    left: 0;
  }
  body.site #facebox .content {
    width: 320px;
  }
  .sp-column #com-form-login #com-form-login-username {
    width: 100%;
  }
  .sp-column #com-form-login #com-form-login-password {
    width: 100%;
    margin: 10px 0 0;
  }
  .search .form-group .input-group, .search .form-group select:not(.form-control) {
    width: 100%;
  }
  div[class*="-view"] .row .item {
    flex: 100%;
    max-width: 100%;
  }
  body.rtl .flyout-menu.vertical li > .fm-container.direction-left {
    right: auto;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-3 {
    width: 25%;
  }
  #sp-top1 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  #sp-top2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .sj-popup-container {
    display: none;
  }
  #sp-top-bar ul.yt-loginform.top-link > li:after {
    display: none;
  }
  #sp-header .search-header {
    position: relative;
    z-index: 99;
    float: right;
    margin: 0;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 40px;
    padding: 0;
  }
  #sp-header .search-header .icon-search i {
    font-size: 18px;
    color: #222;
  }
  #sp-header .search-header .icon-search.active i::before {
    content: "\f00d";
  }
  #sp-header .search-header .icon-search:hover {
    cursor: pointer;
  }
  #sp-header .search-header .sj-search-pro-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-right: 0;
    padding: 0;
    width: 270px;
    border-radius: 5px;
  }
  #sp-header .search-header .sj-search-pro-wrapper .select_category {
    display: none;
  }
  #sp-header .search-header .sj-search-pro-wrapper button {
    z-index: 11;
  }
  #sp-header .search-header .sj-search-pro-wrapper {
    right: -30px;
  }
  #sp-header .search-header .sj-search-pro-wrapper .input-group .form-control {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left: 1px;
  }
  #sp-header #sp-logo {
    margin-top: 15px;
  }
  #sp-header #sp-user1 {
    margin-top: 25px;
  }
  #sp-header .header-bottom, #sp-header #sp-user2 {
    margin-top: 10px;
  }
  #sp-header {
    height: auto !important;
  }
  #offcanvas-toggler {
    height: 40px;
    line-height: 40px;
  }
  .block-cart .sj-minicart-pro .mc-wrap .mc-header .mc-yourcart .text-shopping-cart, .block-cart .sj-minicart-pro .mc-wrap .mc-header .mc-status {
    display: none;
  }
  .home-ads {
    font-size: 12px;
  }
  .sp-module.homepage-slider .owl-controls .owl-nav > div {
    display: none !important;
  }
  .sp-module.homepage-slider .owl-controls .owl-dots {
    bottom: 10px;
  }
  .block-hot-cate {
    margin: 15px 0 0;
  }
  .block-policy ul li {
    padding: 0 0px;
    width: 50%;
    margin-bottom: 15px;
  }
  .block-policy ul li:before {
    display: none;
  }
  .block-policy ul li .item-inner .content:before {
    display: none;
  }
  .block-policy ul li .item-inner .content {
    padding: 0px !important;
  }
  .block-hot-cate .item {
    margin-bottom: 20px;
  }
  #sp-position-3 .sj-listing-tabs {
    margin: 29px -22px;
  }
  #sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    border-bottom: none;
    margin: 0 0 5px;
  }
  .sp-module .sj-listing-tabs {
    margin: 20px 0px;
  }
  .sp-module .sj-listing-tabs .pre-text {
    display: none;
  }
  .sp-module .sj-extra-slider .heading-title, .sp-module .sj-extraslider .heading-title {
    font-size: 14px;
  }
  .sp-module .sj-extraslider, .sp-module .sj-extra-slider {
    margin: 20px 0;
  }
  .sp-module .sj-extraslider .owl-controls .owl-nav .owl-prev, .sp-module .sj-extraslider .owl-controls .owl-nav .owl-next, .sp-module .sj-extra-slider .owl-controls .owl-nav .owl-prev, .sp-module .sj-extra-slider .owl-controls .owl-nav .owl-next {
    top: -5px;
  }
  #sp-bottom .sp-module {
    margin-bottom: 30px;
  }
  .categories-footer {
    margin: 70px 0px 50px 0px;
  }
  .categories-footer ul li {
    padding: 10px 0;
    line-height: 25px;
  }
  .sp-module .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs {
    left: 0px;
    z-index: 99;
  }
  .sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul {
    margin: 0px;
    text-align: left;
  }
  .sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab {
    display: block;
  }
  .sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab .ltabs-tab-label {
    padding: 0 20px;
    font-size: 14px;
    line-height: 30px;
    text-transform: none;
  }
  #sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab.tab-sel .ltabs-tab-label, #sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab .ltabs-tab-label {
    padding: 0 20px;
    margin: 0px;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
  }
  #sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab:after, #sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab.tab-sel:before, #sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab:before {
    display: none;
  }
  #sp-position-3 .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab {
    display: block;
  }
  .sp-module .sj-instagram-gallery {
    margin-bottom: 0px;
  }
  #sp-footer #sp-footer1 .sp-copyright, #sp-footer #sp-footer2 {
    text-align: center !important;
  }
  #sp-bottom {
    padding: 38px 0;
  }
  .article-list .blog-grid .entry-thumbnail, .article-list .blog-grid .entry-header {
    width: 100%;
  }
  .article-list .blog-grid .entry-thumbnail .article-intro-image {
    margin-bottom: 20px;
  }
  #myLogin .modal-dialog {
    width: 320px;
    z-index: 999;
  }
  .com_virtuemart #com-form-login #com-form-login-remember input.default {
    display: block;
    margin-bottom: 10px;
  }
  .com_virtuemart #com-form-login #com-form-login-remember label {
    margin: 0 10px 0 0;
  }
  body.site #fancybox-wrap {
    width: 274px !important;
  }
  body.site #fancybox-wrap #fancybox-outer #fancybox-content {
    width: 274px !important;
    padding: 0px;
  }
  body.site #fancybox-wrap #fancybox-outer #fancybox-close {
    right: -15px;
  }
  .sp-column #com-form-login #com-form-login-username {
    width: 100%;
  }
  .sp-column #com-form-login #com-form-login-password {
    width: 100%;
    margin: 10px 0 0;
  }
  .search .form-group .input-group, .search .form-group select:not(.form-control) {
    width: 100%;
  }
  .category-view .products-category .row .category .spacer {
    margin-right: 10px;
  }
  .category-view .products-category .row .category .spacer a img {
    width: auto;
    height: auto;
  }
  .chzn-container-single .chzn-single div b {
    background-image: none !important;
  }
  .view-productdetails #close-sidebar, .view-category #close-sidebar {
    display: none;
  }
  .view-productdetails #sp-left .sidebar-offcanvas, .view-category #sp-left .sidebar-offcanvas {
    padding-left: 15px !important;
    padding-right: 10px !important;
    background: #fff;
    width: 300px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    overflow-x: scroll;
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    transition: all 300ms ease-in-out;
    padding-top: 40px;
    margin: 0px;
    left: -100%;
  }
  .view-productdetails #sp-left .sidebar-offcanvas.active, .view-category #sp-left .sidebar-offcanvas.active {
    left: 0;
  }
  .view-productdetails #sp-left .sidebar-offcanvas #close-sidebar, .view-category #sp-left .sidebar-offcanvas #close-sidebar {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 16px;
    display: block;
  }
  .ft-results .open-sidebar {
    display: inline-block;
    border: 2px solid #999;
    padding: 3px 15px;
    letter-spacing: 1px;
    line-height: 23px;
    font-size: 10px;
    vertical-align: top;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #666;
  }
  .ft-results .open-sidebar:hover {
    border-color: #fe5722;
  }
  .ft-results #close-sidebar {
    display: none;
  }
  .ft-results .sidebar-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 9998;
  }
  .ft-results .sidebar-overlay.show {
    display: block;
  }
  .blog .open-sidebar, .productdetails .open-sidebar {
    display: inline-block;
    border: 2px solid #999;
    padding: 3px 15px;
    letter-spacing: 1px;
    line-height: 23px;
    font-size: 10px;
    vertical-align: top;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #666;
  }
  .blog .open-sidebar:hover, .productdetails .open-sidebar:hover {
    border-color: #fe5722;
  }
  .blog #close-sidebar, .productdetails #close-sidebar {
    display: none;
  }
  .blog .sidebar-overlay, .productdetails .sidebar-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 9998;
  }
  .blog .sidebar-overlay.show, .productdetails .sidebar-overlay.show {
    display: block;
  }
  .category-view .orderby-displaynumber .vm-view-list .vm-view .listing-icon {
    width: 30px;
    height: 30px;
  }
  .category-view .orderby-displaynumber .col-sm-3 {
    flex: 25%;
    max-width: 25%;
  }
  .category-view .orderby-displaynumber .col-sm-9 {
    flex: 75%;
    max-width: 75%;
  }
  .category-view .orderby-displaynumber .toolbar-center .orderlistcontainer .title, .category-view .orderby-displaynumber .toolbar-center .orderlistcontainer.counter, .category-view .orderby-displaynumber .toolbar-center .orderlistcontainer.limitbox {
    display: none;
  }
  .sp-module.bestsells .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-image a.sj_quickview_handler, .sj_vm_deals_wrap .item .sj_relative .item-inner .item-image a.sj_quickview_handler, .category-view .row .item .item-inner .item-image a.sj_quickview_handler {
    display: none;
  }
  .category-view .row.vm-list .col-lg-12 {
    flex: 100%;
    max-width: 100%;
  }
  .browse-view .category-view .row {
    display: block;
  }
  .about-page .page-content .sppb-addon-title {
    margin-top: 30px;
  }
  .zoomContainer {
    display: none;
  }
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  #sp-component {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .view-article #sp-component {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sj-popup-container {
    display: none;
  }
  #sp-header .sj-search-pro-wrapper .select_category {
    display: none;
  }
  #sp-header .sj-search-pro-wrapper .input-group .form-control {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px;
  }
  .home-ads {
    font-size: 14px;
  }
  .block-policy ul li:before {
    height: 100%;
  }
  .block-policy ul li .item-inner .content {
    padding: 70px 0 0 !important;
  }
  .block-hot-cate .item {
    margin-bottom: 30px;
  }
  .sp-module .sj-listing-tabs .pre-text {
    display: none;
  }
  .sp-module .sj-extra-slider .extraslider-inner .item .item-wrap.style2 .item-wrap-inner .item-info {
    padding: 10px 10px 0;
  }
  #sp-bottom1 .sp-module, #sp-bottom2 .sp-module {
    margin-bottom: 50px;
  }
  #sp-bottom .socials li {
    margin-right: 2px;
  }
  #sp-footer #sp-footer1 .sp-copyright, #sp-footer #sp-footer2 {
    text-align: center !important;
  }
  .item-inner .item-image a.sj_quickview_handler, .sj_vm_deals_wrap .item .sj_relative .item-inner .item-image a.sj_quickview_handler, .category-view .row .item .item-inner .item-image a.sj_quickview_handler {
    display: none;
  }
  .productdetails .product_detail.row {
    display: block;
  }
  .productdetails .product_detail.row > div {
    max-width: 50%;
    width: 50%;
  }
  .view-productdetails #close-sidebar, .view-category #close-sidebar {
    display: none;
  }
  .view-productdetails #sp-left .sidebar-offcanvas, .view-category #sp-left .sidebar-offcanvas {
    padding-left: 15px !important;
    padding-right: 10px !important;
    background: #fff;
    width: 300px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    overflow-x: scroll;
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    transition: all 300ms ease-in-out;
    padding-top: 40px;
    margin: 0px;
    left: -100%;
  }
  .view-productdetails #sp-left .sidebar-offcanvas.active, .view-category #sp-left .sidebar-offcanvas.active {
    left: 0;
  }
  .view-productdetails #sp-left .sidebar-offcanvas #close-sidebar, .view-category #sp-left .sidebar-offcanvas #close-sidebar {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 16px;
    display: block;
  }
  .ft-results .open-sidebar {
    display: inline-block;
    border: 2px solid #999;
    padding: 3px 15px;
    letter-spacing: 1px;
    line-height: 23px;
    font-size: 10px;
    vertical-align: top;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #666;
  }
  .ft-results .open-sidebar:hover {
    border-color: #fe5722;
  }
  .ft-results #close-sidebar {
    display: none;
  }
  .ft-results .sidebar-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 9998;
  }
  .ft-results .sidebar-overlay.show {
    display: block;
  }
  .blog .open-sidebar, .productdetails .open-sidebar {
    display: inline-block;
    border: 2px solid #999;
    padding: 3px 15px;
    letter-spacing: 1px;
    line-height: 23px;
    font-size: 10px;
    vertical-align: top;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #666;
  }
  .blog .open-sidebar:hover, .productdetails .open-sidebar:hover {
    border-color: #fe5722;
  }
  .blog #close-sidebar, .productdetails #close-sidebar {
    display: none;
  }
  .blog .sidebar-overlay, .productdetails .sidebar-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 9998;
  }
  .blog .sidebar-overlay.show, .productdetails .sidebar-overlay.show {
    display: block;
  }
  .blog .article-list .row {
    display: block;
  }
  .fancybox-wrap .productdetails .open-sidebar {
    display: none;
  }
  .about-page .page-content .sppb-addon-title {
    margin-top: 30px;
  }
  body.rtl #sp-header .sj-search-pro-wrapper .input-group .form-control {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 1px;
  }
  body.rtl #sp-bottom .socials li {
    margin-left: 3px !important;
    margin-right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-view .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .hidden-md {
    display: none !important;
  }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding-right: 30px;
  }
  #sp-header .sj-search-pro-wrapper .select_category {
    width: 32%;
  }
  .block-policy ul li {
    padding: 0 10px;
  }
  #offcanvas-toggler {
    display: none;
  }
  .fancybox-wrap .fancybox-inner .productdetails .row {
    display: block;
  }
}
body.rtl .col, body.rtl .col-1, body.rtl .col-10, body.rtl .col-11, body.rtl .col-12, body.rtl .col-2, body.rtl .col-3, body.rtl .col-4, body.rtl .col-5, body.rtl .col-6, body.rtl .col-7, body.rtl .col-8, body.rtl .col-9, body.rtl .col-auto, body.rtl .col-lg, body.rtl .col-lg-1, body.rtl .col-lg-10, body.rtl .col-lg-11, body.rtl .col-lg-12, body.rtl .col-lg-2, body.rtl .col-lg-3, body.rtl .col-lg-4, body.rtl .col-lg-5, body.rtl .col-lg-6, body.rtl .col-lg-7, body.rtl .col-lg-8, body.rtl .col-lg-9, body.rtl .col-lg-auto, body.rtl .col-md, body.rtl .col-md-1, body.rtl .col-md-10, body.rtl .col-md-11, body.rtl .col-md-12, body.rtl .col-md-2, body.rtl .col-md-3, body.rtl .col-md-4, body.rtl .col-md-5, body.rtl .col-md-6, body.rtl .col-md-7, body.rtl .col-md-8, body.rtl .col-md-9, body.rtl .col-md-auto, body.rtl .col-sm, body.rtl .col-sm-1, body.rtl .col-sm-10, body.rtl .col-sm-11, body.rtl .col-sm-12, body.rtl .col-sm-2, body.rtl .col-sm-3, body.rtl .col-sm-4, body.rtl .col-sm-5, body.rtl .col-sm-6, body.rtl .col-sm-7, body.rtl .col-sm-8, body.rtl .col-sm-9, body.rtl .col-sm-auto, body.rtl .col-xl, body.rtl .col-xl-1, body.rtl .col-xl-10, body.rtl .col-xl-11, body.rtl .col-xl-12, body.rtl .col-xl-2, body.rtl .col-xl-3, body.rtl .col-xl-4, body.rtl .col-xl-5, body.rtl .col-xl-6, body.rtl .col-xl-7, body.rtl .col-xl-8, body.rtl .col-xl-9, body.rtl .col-xl-auto {
  float: right;
}
.featuredProductImage {
    padding: 20px;

}
@media (min-width: 1399px) {
body.helix-ultimate .sppb-row-container {
    width: 1390px;
}}

 span {
  color: #fcc53b !important; 

}