




















.breadcrumb {
  margin: 40px 0;
  padding: 60px 0;
  background-image: url(../img/bg_breadcrumb.jpg);
  text-align: center;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 10px;
  font-size: 14px;
}
.breadcrumb ul li:after {
  content: ">";
  display: block;
  position: absolute;
  right: -5px;
  top: 0px;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  margin: 0;
  color: #777;
  font-weight: 500;
}
.breadcrumb ul li a:hover {
  color: #44a1ff;
}
.breadcrumb ul li:last-child a {
  color: #44a1ff;
}
.hide-producttitle .product-miniature .product-info h5.product-title {
  display: none !important;
}
.hide-productdesc .product-miniature .product-container .product-info .product-description-short {
  display: none !important;
}
.hide-productquickview .product-miniature .product-container .product-image .quick-view {
  display: none !important;
}
.hide-productprice .product-miniature .product-container .product-info .product-price-and-shipping {
  display: none !important;
}
.hide-productlabel .product-flags {
  display: none !important;
}
.hide-productcolor .product-miniature .product-container .product-info .variant-links {
  display: none !important;
}
.hide-productstock .product-miniature .product-container .product-info .product-availability {
  display: none !important;
}
.hide-productsecondimage .product-miniature .product-container .product-image .img_0 {
  display: none !important;
}
.hide-productcounter .products-selection .total-products {
  display: none !important;
}
.block-category {
  margin-bottom: 15px;
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.block-category .category-cover {
  margin-bottom: 30px;
}
.block-category .category-cover img {
  width: 100%;
}
.block-category .h1 {
  margin: 0;
  font-weight: 500;
  font-size: 26px;
  color: #222;
  text-transform: capitalize;
}
.block-category #category-description {
  font-size: 13px;
  line-height: 22px;
}
.block-category #category-description p {
  margin: 0;
}
.js-product-list .category-view-type {
  display: inline-block;
  float: left;
}
.js-product-list .category-view-type .category-view-type-selector {
  display: inline-block;
  float: left;
  margin: 0;
  font-size: 13px;
  transition: 0.3s all ease 0s;
  background: #ddd;
  width: 33px;
  height: 33px;
  line-height: 35px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.js-product-list .category-view-type .category-view-type-selector a {
  color: #333;
}
.js-product-list .category-view-type .category-view-type-selector:hover, .js-product-list .category-view-type .category-view-type-selector.selected {
  background: #44a1ff;
}
.js-product-list .category-view-type .category-view-type-selector:hover a, .js-product-list .category-view-type .category-view-type-selector.selected a {
  color: #fff;
}
.js-product-list .category-view-type .category-view-type-selector#list {
  margin: 0 7px;
}
.lang-rtl .js-product-list .category-view-type {
  float: right;
}
.lang-rtl .js-product-list .category-view-type .category-view-type-selector {
  float: right;
}
.js-product-list .product-sort {
  display: inline-block;
  vertical-align: top;
}
#js-product-list.product-list--list div.comments_note {
  position: absolute;
  left: auto;
  right: 25px;
  top: 58px;
  bottom: auto;
}
.lang-rtl #js-product-list.product-list--list div.comments_note {
  left: 25px;
  right: auto;
}
#js-product-list.product-list--list .product-miniature .product-container {
  margin: 0 0px 30px;
}
#js-product-list.product-list--list .product-miniature .product-container .product-image {
  margin: 0;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info {
  text-align: left;
  padding: 5px 15px;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info .product-description-short {
  display: block !important;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info h5.product-title {
  margin: 10px 0;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info h5.product-title a {
  font-size: 20px;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info .product-price-and-shipping {
  margin: 15px 0;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info .product-price-and-shipping .price {
  font-size: 20px;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info .product-price-and-shipping .regular-price {
  font-size: 16px;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info .cart_content {
  position: static;
  text-align: left;
}
.lang-rtl #js-product-list.product-list--list .product-miniature .product-container .product-info {
  text-align: right;
}
.lang-rtl #js-product-list.product-list--list .product-miniature .product-container .product-info .cart_content {
  text-align: right;
}
.block-subcategory h3.subcategory-heading {
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  color: #222;
  margin: 0 0 20px;
}
.block-subcategory .subcategories-box {
  border: solid 1px #ddd;
  padding: 15px;
  margin-bottom: 30px;
}
.block-subcategory .subcategories-box .subcategory-image {
  margin-bottom: 15px;
}
.block-subcategory .subcategories-box h4.subcategory-name {
  font-size: 14px;
}
.products-selection {
  margin-bottom: 30px;
  border-top: 1px solid #ddd;
  padding: 12px 0;
}
.products-selection .total-products {
  float: left;
  margin: 0;
  padding: 9px 0;
  height: 34px;
  color: #444;
}
.products-selection .product-sort {
  float: right;
}
.products-selection .product-sort .sort-by {
  float: left;
  margin: 0;
  padding: 9px 10px;
  color: #444;
}
.products-selection .product-sort .products-sort-order {
  float: left;
  width: 170px;
  height: 34px;
}
.products-selection .product-sort .products-sort-order .select-title {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 34px;
  border: solid 1px #e5e5e5;
  padding: 0 15px;
  border-radius: 3px;
  color: #444;
}
.products-selection .product-sort .products-sort-order .select-title .material-icons {
  position: absolute;
  top: 4px;
  right: 5px;
  color: #444;
}
.products-selection .product-sort .products-sort-order .dropdown-menu {
  width: 100%;
  left: 0;
  border: solid 1px #e5e5e5;
  background: #fff;
  padding: 0;
  margin: 1px 0 0;
  top: 100%;
}
.products-selection .product-sort .products-sort-order .dropdown-menu .select-list {
  font-size: 12px;
  color: #444;
  padding: 10px 15px;
}
.products-selection .product-sort .products-sort-order .dropdown-menu .select-list:hover {
  color: #fff;
  background: #44a1ff;
}
.pagination {
  margin: 0;
  border: solid 1px #ddd;
  padding: 10px;
  border-radius: 5px;
  background: #f8f8f8;
}
.pagination .product-showing {
  float: left;
  line-height: inherit !important;
  padding: 9px 0;
  color: #444;
}
.pagination .product-pagelist {
  float: right;
}
.pagination .product-pagelist .page-list {
  padding: 0;
}
.pagination .product-pagelist .page-list li {
  display: inline-block;
  vertical-align: top;
}
.pagination .product-pagelist .page-list li a {
  display: block;
  height: 33px;
  width: 33px;
  border: solid 1px #ddd;
  line-height: 33px;
  text-align: center;
  font-weight: 400;
  color: #444;
  font-size: 12px;
}
.pagination .product-pagelist .page-list li a:hover {
  color: #fff;
  background: #44a1ff;
  border-color: #44a1ff;
}
.pagination .product-pagelist .page-list li.current a {
  color: #fff;
  background: #44a1ff;
  border-color: #44a1ff;
}
.footer-container {
  background: #f5f5f5;
}
.footer-container .footer-top {
  position: relative;
  padding: 40px 0;
  background-color: white;
  border-top: 1px solid #ddd;
}
#index .footer-container .footer-top {
  border-top: 0;
}
.footer-container .footer-content .footerRow {
  position: relative;
  padding: 40px 0;
}
.footer-container .footer-content .footerRow:before, .footer-container .footer-content .footerRow:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  width: 100%;
  position: absolute;
}
.footer-container .footer-content .footerRow:before {
  bottom: 1px;
  background: #fafafa;
}
.footer-container .footer-content .footerRow:after {
  bottom: 0;
  background: #ddd;
}
.footer-container .footer-middle {
  padding: 50px 0;
}
.footer-container .footer-bottom {
  padding: 20px 0;
  background: #555;
}
.footer-container .footer-bottom .block-left {
  text-align: left;
}
.footer-container .footer-bottom .block-right {
  text-align: right;
}
.footer-container .footer-bottom .copyright {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding-top: 4px;
}
.footer-container .footer-bottom .copyright a {
  color: #fff;
  font-weight: 600;
}
.footer-container .footer-bottom .copyright a:hover {
  color: #44a1ff;
}
.contactinfo .title-footer {
  margin: 0px;
  padding: 10px 0 15px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
.contactinfo .content-footer {
  padding: 4px 0 0;
}
.contactinfo .content-footer > div {
  min-height: 30px;
  margin-bottom: 15px;
  position: relative;
  padding: 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.contactinfo .content-footer > div > div {
  display: inline-block;
  vertical-align: middle;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
.contactinfo .content-footer > div > div label {
  font-size: 14px;
  color: #555;
  font-weight: 500;
  margin: 0px;
  min-width: 76px;
  vertical-align: middle;
  text-align: left;
}
.contactinfo .content-footer > div > div a {
  text-decoration: underline;
}
.contactinfo .content-footer > div > span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  line-height: 30px;
  width: 22px;
  color: #333;
  font-size: 12px;
}
.footer-social {
  padding: 2px 0;
  text-align: right;
  border: 0px;
  font-size: 0px;
}
.lang-rtl .footer-social {
  text-align: left;
}
.footer-social > a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  background-color: #333;
  color: white;
  border-radius: 50%;
  margin-left: 10px;
  transition: all 0.3s ease;
}
.footer-social > a:first-child {
  margin-left: 0px;
}
.rtl .footer-social > a {
  margin-right: 10px;
  margin-left: 0px;
}
.rtl .footer-social > a:first-child {
  margin-left: 0px;
  margin-right: 0px;
}
.footer-social > a:hover {
  background-color: #44a1ff;
  color: #fff;
}
.footer-v2.footer-container .footer-top {
  margin-top: 105px;
  padding: 0;
  background-color: transparent;
}
.footer-v2.footer-container .sp-manu-slider {
  margin: 0;
  margin-top: -63px;
}
.footer-v2.footer-container .footer-content .footerRow {
  padding: 45px 0;
}
.footer-v2.footer-container .footer-content .footerRow:before, .footer-v2.footer-container .footer-content .footerRow:after {
  display: none;
}
.footer-v2.footer-container .footer-newsletter {
  padding: 20px 0;
  background-color: #fff;
}
.footer-v2.footer-container .newsletterContent {
  padding: 20px 0;
}
.footer-v2.footer-container .socialFooter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-v3.footer-container {
  margin-top: 60px;
  background-color: #333;
}
.footer-v3.footer-container .footer-bottom {
  padding: 15px 0;
  background-color: #fff;
}
.footer-v3.footer-container .copyright {
  color: #333;
}
.footer-v3.footer-container .copyright a {
  color: #333;
  font-weight: 600;
}
.footer-v3.footer-container .copyright a:hover {
  color: #44a1ff;
}
.footer-v3.footer-container .footer-newsletter {
  padding: 30px 0;
  background-color: #44a1ff;
}
.footer-v3.footer-container .footer-content .footerRow:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.footer-v3.footer-container .footer-content .footerRow:after {
  display: none;
}
.footer-v3 #newsletter_block_home {
  padding: 10px 0;
}
.footer-v3 #newsletter_block_home .newsletterDesc {
  color: #fff;
}
.footer-v3 #newsletter_block_home .newsletterDesc span {
  color: #fff;
}
.footer-v3 #newsletter_block_home .newsletterForm .form-group .newsletter-input {
  border-radius: 40px;
  border: 0;
}
.footer-v3 .socialFooter {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-v3 .socialFooter .footer-social > a {
  color: #fff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-v3 .socialFooter .footer-social > a:hover {
  color: #44a1ff;
  background-color: #fff;
  border-color: #fff;
}
.footer-v3 .spfooterlinks .title-footer {
  color: #fff;
}
.footer-v3 .spfooterlinks .links li a {
  color: #ccc;
}
.footer-v3 .spfooterlinks .links li a:before {
  background-color: #ccc;
}
.footer-v3 .spfooterlinks .links li a:hover {
  color: #44a1ff;
}
.footer-v3 .spfooterlinks .links li a:hover:before {
  background-color: #44a1ff;
}
.footer-v3 .contactinfo .title-footer {
  color: #fff;
}
.footer-v3 .contactinfo .content-footer > div > span {
  color: #ccc;
}
.footer-v3 .contactinfo .content-footer > div > div {
  color: #ccc;
}
.footer-v3 .contactinfo .content-footer > div > div label {
  color: #ccc;
}
.footer-v3 .contactinfo a {
  color: #ccc;
}
.footer-v3 .contactinfo a:hover {
  color: #44a1ff;
}
.footer-v3 .footer-toplinks .topstore label {
  color: #44a1ff;
}
.footer-v3 .footer-toplinks .topstore ul li a {
  color: #44a1ff;
}
.footer-v3 .footer-toplinks .toplinks label {
  color: #fff;
}
.footer-v3 .footer-toplinks .toplinks ul li a {
  color: #ccc;
}
.footer-v3 .footer-toplinks .toplinks ul li a:hover {
  color: #44a1ff;
}
.footer-topv4 {
  padding: 40px 0;
  background-color: #44a1ff;
}
.titleSocial {
  display: none;
}
.footer-v4.footer-container {
  background-image: url("../img/bg-footer.jpg");
  background-position: center center;
  background-repeat: repeat;
}
.footer-v4.footer-container .footer-bottom {
  background-color: transparent;
}
.footer-v4.footer-container .footer-middle {
  padding: 36px 0 40px;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer-v4.footer-container .footer-middle .spcustom_html {
  text-align: right;
}
.footer-v4.footer-container .footer-middle .spcustom_html .module-tilte {
  font-size: 18px;
  font-weight: 700;
  color: white;
  line-height: 20px;
  margin: 0px 0px 10px;
  padding: 0px;
  border: 0;
}
.footer-v4 .footerRowv4 {
  padding: 48px 0 40px;
}
.footer-v4 .spfooterlinks .title-footer {
  color: #fff;
}
.footer-v4 .spfooterlinks .links li a {
  color: #ccc;
}
.footer-v4 .spfooterlinks .links li a:before {
  background-color: #ccc;
}
.footer-v4 .spfooterlinks .links li a:hover {
  color: #44a1ff;
}
.footer-v4 .spfooterlinks .links li a:hover:before {
  background-color: #44a1ff;
}
.footer-v4 .contactinfo .title-footer {
  color: #fff;
}
.footer-v4 .contactinfo .content-footer > div > span {
  color: #ccc;
}
.footer-v4 .contactinfo .content-footer > div > div {
  color: #ccc;
}
.footer-v4 .contactinfo .content-footer > div > div label {
  color: #ccc;
}
.footer-v4 .contactinfo a {
  color: #ccc;
}
.footer-v4 .contactinfo a:hover {
  color: #44a1ff;
}
.footer-v4 .footer-payment {
  padding: 6px 0;
}
.footer-v4 .titleSocial {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: white;
  line-height: 20px;
  margin: 0px 0px 10px;
  padding: 0px;
}
.footer-v4 .footer-social {
  padding: 0;
  text-align: left;
}
.footer-v4 .footer-social > a {
  color: #fff;
  background-color: #000;
}
.footer-v4 .footer-social > a:hover {
  color: #fff;
  background-color: #44a1ff;
}
.footer-v4 .block-center {
  text-align: center;
}
.footer-v5 {
  margin-top: 40px;
}
.footer-v5.footer-container {
  background-color: #fafafa;
}
.footer-v5.footer-container .footer-bottom {
  background-color: #44a1ff;
}
.footer-v5.footer-container .footer-bottom .copyright {
  color: #fff;
}
.footer-v5 .footer-content {
  padding: 50px 0 80px;
}
.footer-v5 .contactinfo .content-footer > div.phone > div {
  font-size: 18px;
}
.footer-v5 .footer-social {
  padding-top: 10px;
  text-align: left;
}
.footer-v5 .footer-social > a {
  margin: 0;
  margin-right: 10px;
}
.content-search .ac_results {
  z-index: 9;
  background: #fff;
}
.spr_selector .spr_select {
  display: none;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1111;
}
#overlay i {
  position: absolute;
  left: 48.5%;
  top: 40%;
  color: #44a1ff;
  font-size: 50px;
}
.spin-big {
  font-size: 50px;
  height: 50px;
  width: 50px;
}
body {
  color: #555;
  background: #fff;
  font-size: 13px;
  line-height: 1.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
body a {
  color: #555;
}
body a:hover {
  color: #44a1ff;
}
.no-gutter-width.row {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter-width.row > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
.block {
  margin: 0 0 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.block .block-title {
  margin: 0;
  padding: 15px 28px;
  color: #333;
  background-color: #f5f5f5;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.block .block-content {
  background-color: #fff;
}
.moduletable {
  margin: 0;
}
.moduletable .module-tilte {
  margin-bottom: 10px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 50px;
  text-transform: uppercase;
}
.moduletable .module-tilte i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #44a1ff;
  border-radius: 5px;
  font-size: 22px;
}
.moduletable .module-tilte i:after {
  content: "";
  position: absolute;
  right: -5px;
  top: calc(50% - 5px);
  border-left: 5px solid #44a1ff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  pointer-events: none;
}
.moduletable .module-tilte span {
  color: #44a1ff;
}
.moduletable .module-tilte i:not(.fa) {
  background-image: url('../../assets/img/icon/icon-himarket.png');
  background-repeat: no-repeat;
}
.moduletable .module-tilte i:not(.fa).icon-deal {
  background-position: -50px 0;
}
.moduletable .module-tilte i:not(.fa).icon-featured-product {
  background-position: -100px 0;
}
.moduletable .module-tilte i:not(.fa).icon-new-arrivals {
  background-position: -150px 0;
}
.moduletable .module-tilte i:not(.fa).icon-best-selling {
  background-position: 0px -50px;
}
.moduletable .module-tilte i:not(.fa).icon-lastesnews {
  background-position: -50px -50px;
}
.moduletable .module-tilte i:not(.fa).icon-testimonials {
  background-position: -100px -50px;
}
.owl-controls, .owl-controls * {
  direction: ltr;
}
.owl-controls .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 2;
  background-color: #fff;
}
.owl-controls .owl-nav .owl-prev, .owl-controls .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  height: 48px;
  width: 34px;
  border-radius: 5px;
  line-height: 48px;
  text-align: center;
  font-size: 12px;
  color: #777;
  cursor: pointer;
  transition: 0.3s all ease 0s;
}
.owl-controls .owl-nav .owl-prev:hover, .owl-controls .owl-nav .owl-next:hover {
  color: #44a1ff;
}
#left-column .block .block-title, #right-column .block .block-title {
  border-radius: 5px 5px 0 0;
}
#left-column .block .block-content, #right-column .block .block-content {
  border-radius: 0 0 5px 5px;
}
.slick-arrow.slick-disabled {
  pointer-events: none;
  cursor: inherit;
  opacity: 0.8;
}
#wrapper {
  padding-bottom: 30px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
#wrapper .breadcrumb[data-depth="1"] {
  display: none;
}
#wrapper .breadcrumb[data-depth="1"] + div {
  margin-top: 30px;
}
#index #wrapper .breadcrumb[data-depth="1"] + div {
  margin-top: 0;
}
#index #wrapper {
  padding-bottom: 0;
}
.page-customer-account .page-header h1 {
  margin: 15px 0;
  color: #222;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
#search .page-not-found {
  padding: 20px;
  border: 1px solid #ccc;
}
#search .page-not-found h4 {
  margin: 10px 0;
  color: #333;
  font-size: 16px;
}
#search .page-not-found p {
  font-size: 14px;
}
#search .page-not-found #search_widget {
  margin: 20px 0 10px;
  float: none;
  padding: 0px;
}
#pagenotfound header.page-header {
  display: none;
}
#pagenotfound .page-not-found {
  text-align: center;
}
#pagenotfound .page-not-found h3 {
  margin: 30px 0 0;
  color: #fff;
  font-size: 340px;
  font-weight: 700;
  text-shadow: 5px 0px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#pagenotfound .page-not-found h4 {
  margin: 0px;
  color: #44a1ff;
  font-size: 50px;
  font-weight: 700;
}
#pagenotfound .page-not-found .pagenot-desc {
  padding: 10px 0 30px;
  color: #222;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
.contentOneTop {
  padding: 40px 0 42px;
}
.contentOneTop .dealBottomBanner {
  margin-top: 30px;
}
.content_v1 .owl-controls .owl-nav {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.content_v1 .owl-controls .owl-nav .owl-prev:after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: calc(50% - 10px);
  z-index: 1;
  width: 1px;
  height: 20px;
  background-color: #ddd;
}
.content_v1 .ps-spotlight2, .content_v1 .ps-spotlight3, .content_v1 .ps-spotlight4, .content_v1 .ps-spotlight6, .content_v1 .homeOneTwoBanner {
  margin-top: 40px;
}
.contentOneBottom {
  position: relative;
  padding-bottom: 40px;
}
.contentOneBottom:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 42px;
  left: -100%;
  width : 300%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: -1;
}
.contentOneBottom .lastestnews .module-tilte span {
  color: #333;
}
.content_v2 .moduletable .module-tilte {
  position: relative;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 48px;
  overflow: hidden;
}
.content_v2 .moduletable .module-tilte i {
  display: none;
}
.content_v2 .moduletable .module-tilte:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  background-color: #44a1ff;
  height: 100%;
}
.content_v2 .owl-controls .owl-nav {
  top: -59px;
  right: 1px;
  background-color: transparent;
  border-left: 1px solid #ddd;
  z-index: 10;
}
.content_v2 .owl-controls .owl-nav .owl-prev:after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: calc(50% - 10px);
  z-index: 1;
  width: 1px;
  height: 20px;
  background-color: #ddd;
}
.content_v2 .marginHome {
  margin-top: 40px;
}
.content_v3 .moduletable .module-tilte {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
}
.content_v3 .owl-controls .owl-nav {
  top: -51px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.content_v3 .owl-controls .owl-nav > div {
  height: 38px;
  line-height: 38px;
}
.content_v3 .owl-controls .owl-nav .owl-prev:after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: calc(50% - 10px);
  z-index: 1;
  width: 1px;
  height: 20px;
  background-color: #ddd;
}
.leftColumnIndex2 > div {
  margin-top: 40px;
}
.leftColumnIndex2 > div:first-child {
  margin-top: 20px;
}
.leftColumnIndex2 .lastestnews .post {
  padding: 20px;
}
.leftColumnIndex2 .lastestnews .post-inner {
  display: block;
}
.leftColumnIndex2 .lastestnews .post_image {
  width: 100%;
  padding: 0;
}
.leftColumnIndex2 .lastestnews .post_content {
  width: 100%;
  padding: 15px 0 2px;
}
.leftColumnIndex2 .postDate > span.postDay {
  font-size: 30px;
  line-height: 33px;
}
.leftColumnIndex2 .postDate > span.postMonth {
  font-size: 14px;
}
.leftColumnIndex2 .postItem .postTittle {
  padding: 5px 0;
  font-size: 16px;
}
.leftColumnIndex2 .postItem .postTittle a {
  color: #555;
}
.leftColumnIndex2 .postItem .postTittle a:hover {
  color: #44a1ff;
}
.leftColumnIndex2 .postItem .postMeta {
  padding-top: 5px;
}
.leftColumnIndex2 .testimonials .owl-dots {
  margin-bottom: 28px;
}
.leftColumnIndex2 .testItem {
  padding: 22px 20px;
}
.content_v3 .ps-spotlight1 {
  margin-top: 20px;
}
.content_v3 .ps-spotlight3 {
  margin-top: 60px;
}
.content_v3 .marginHome {
  margin-top: 48px;
}
.content_v3 .ps-spotlight7 {
  margin-top: 60px;
}
.content-v4 #wrapper {
  background-color: #f5f5f5;
}
.content-v4 .product-miniature .product-container {
  background-color: #fff;
}
.content-v4 .product-miniature .product-container:before {
  z-index: 2;
}
.content-v4 .product-miniature .product-container:hover .product-thumbnail:before {
  opacity: 0.7;
  z-index: 1;
}
.content-v4 .product-miniature .product-thumbnail {
  position: relative;
  display: block;
}
.content-v4 .product-miniature .product-thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.35s ease;
}
.content-v4 main {
  overflow: hidden;
}
.content-v4 .ps-spotlight1 {
  margin-top: 20px;
}
.content-v4 .ps-spotlight2 {
  margin-top: 25px;
}
.content-v4 .moduletable .module-tilte {
  margin-bottom: 15px;
  font-size: 30px;
  border-bottom: 2px solid #e5e5e5;
  line-height: 48px;
}
.content-v4 .contentBottom .moduletable .module-tilte {
  color: #222;
  font-size: 24px;
  line-height: 44px;
}
.content-v4 .contentBottom .moduletable .module-tilte span {
  color: #222;
}
.content-v4 .contentBottom .moduletable .module-tilte i {
  display: none;
}
.content-v4 .contentBottom .ps-spotlight4, .content-v4 .contentBottom .ps-spotlight5, .content-v4 .contentBottom .ps-spotlight6 {
  margin-top: 28px;
}
.content-v4 .contentLeftColumn .moduleLeft {
  margin-top: 28px;
}
.content-v4 .owl-controls .owl-nav {
  background-color: transparent;
}
.content-v4 .owl-controls .owl-nav > div {
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
  line-height: 34px;
}
.content-v4 .owl-controls .owl-nav > div:hover {
  color: #fff;
  background-color: #44a1ff;
  border-color: #44a1ff;
}
.content-v4 .owl-controls .owl-nav .owl-prev {
  margin-right: 6px;
}
.content-v4 .sp-listing-tabs .ltabs-tabs > li.tab-sel, .content-v4 .sp-listing-tabs .ltabs-tabs > li:hover {
  border-color: #44a1ff;
  background-color: #fff;
}
.content-v4 .ps-spotlight7 {
  margin-top: 28px;
}
.content-v4 .ps-spotlight7 .moduletable .module-tilte {
  color: #222;
  font-size: 24px;
  line-height: 44px;
}
.content-v4 .ps-spotlight8 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.rowContentv5 .sidebarLeftColumn > div {
  margin-top: 40px;
}
.rowContentv5 .sidebarLeftColumn > div:first-child {
  margin-top: 30px;
}
.rowContentv5 .sidebarRightColumn > div {
  margin-top: 40px;
}
.rowContentv5 .sidebarRightColumn > div:first-child {
  margin-top: 24px;
}
.rowContentv5 .testItem {
  padding: 24px 16px;
}
.content_v5 .moduletable .module-tilte {
  color: #333;
  font-size: 20px;
  line-height: 26px;
}
.content_v5 .moduletable .module-tilte span {
  color: #333;
}
.content_v5 .moduletable .module-tilte i {
  display: none;
}
.content_v5 .owl-controls .owl-nav {
  top: -36px;
}
.content_v5 .owl-controls .owl-nav > div {
  width: 26px;
  height: 26px;
  color: #555;
  background-color: #f5f5f5;
  border-radius: 50%;
  font-size: 10px;
  line-height: 26px;
}
.content_v5 .owl-controls .owl-nav > div:hover {
  color: #fff;
  background-color: #44a1ff;
}
.content_v5 .owl-controls .owl-nav .owl-prev {
  margin-right: 5px;
}
.content_v5 .ps-spotlight1 {
  margin-top: 30px;
}
.content_v5 .ps-spotlight2, .content_v5 .ps-spotlight4, .content_v5 .ps-spotlight6 {
  margin-top: 35px;
}
.content_v5 .ps-spotlight3, .content_v5 .ps-spotlight5 {
  margin-top: 40px;
}
.content_v5 .ps-spotlight5 > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.content_v5 .ps-spotlight5 > .row > div[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.content-v5 .product-miniature .product-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}
.content-v5 .product-miniature .product-container:hover .product-image:before {
  opacity: 1;
  visibility: visible;
}
.hotline {
  padding: 12px 0;
  height: 46px;
  line-height: 22px;
}
.hotline .fa {
  color: #44a1ff;
  font-size: 14px;
}
.hotline span {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.hotmail {
  padding: 12px 0;
  height: 46px;
  line-height: 22px;
}
.hotmail .fa {
  color: #44a1ff;
}
.header-bottom {
  padding-bottom: 30px;
}
.header_v1 {
  background-color: #f5f5f5;
}
.header_v1 .header-nav {
  background: #fff;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
.header_v1 .header-center {
  background-color: #555;
}
.header_v1 .sphomepage-slider {
  margin-top: 30px;
  border-radius: 5px;
}
.header_v1 .nav-right {
  text-align: right;
  font-size: 0;
}
.header_v1 .nav-right > div {
  display: inline-block;
  vertical-align: middle;
}
.header_v1 #_desktop_logo a {
  display: block;
  padding: 21px 30px 27px;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 1px 3px #ccc;
}
.header_v1 .currency-selector .sp-currency-title {
  padding-right: 0;
}
.header_v1 .currency-selector:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  width: 1px;
  height: 9px;
  background-color: #ccc;
}
.header_v1 .language-selector:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  width: 1px;
  height: 9px;
  background-color: #ccc;
}
.header_v2 #_desktop_logo a {
  display: block;
  padding: 18px 30px 25px;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 1px 3px #ccc;
}
.header_v2 .nav-right {
  text-align: right;
  font-size: 0;
}
.header_v2 .nav-right > div {
  display: inline-block;
  vertical-align: middle;
}
.header_v2 .header-nav {
  background-color: #44a1ff;
}
.header_v2 .header-top {
  background-color: #44a1ff;
}
.header_v2 .header-center {
  background-color: #208fff;
}
.header_v2 .header-bottom {
  padding: 0;
  background-image: url(../img/bg-headerbottom.jpg);
  background-position: center center;
  background-size: auto 100%;
}
.header_v2 .content-search .spr-query {
  color: #fff;
  background-color: #208fff;
}
.header_v2 .content-search .spr-search-button {
  color: #fff;
}
.header_v2 .spr_selector {
  background-color: #208fff;
}
.header_v2 .spr_selector .searchproLabel, .header_v2 .spr_selector .fa {
  color: #fff;
}
.header_v2 .hotline {
  padding: 9px 0;
  height: 40px;
  color: #fff;
}
.header_v2 .hotline .fa, .header_v2 .hotline span {
  color: #fff;
}
.header_v2 .language-selector {
  margin: 0 10px;
}
.header_v2 .language-selector .sp-language-title {
  margin: 6px 0;
  padding: 2px 9px;
  height: 28px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.header_v2 .currency-selector .sp-currency-title {
  margin: 6px 0;
  padding: 2px 9px;
  height: 28px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.header_v2 .user-info {
  padding: 9px 0;
  height: 40px;
}
.header_v2 .user-info a {
  color: #fff;
  padding: 0 10px;
}
.header_v2 .user-info a:after {
  display: none;
}
.header_v2 .user-info .welcome-text {
  padding: 0;
  color: #fff;
}
.header_v2 .headerTRWrap {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header_v2 .spblockcart {
  margin-top: 0;
}
.header_v2 .spblockcart .cart-products-total {
  color: #fff;
}
.header_v2 .spblockcart .cart-products-count {
  color: #007efe;
  background-color: #fff;
}
.header_v2 .spblockcart .header i {
  background-color: #007efe;
  border-color: #007efe;
  background-position: -2px -50px;
}
.header_v2 .spmegamenu {
  padding-top: 0;
}
.header_v2 .sp-megamenu .home {
  padding: 11px 0;
}
.header_v2 .sp-megamenu .home > a {
  color: #fff;
  padding: 4px 15px 2px;
}
.header_v2 .sp-megamenu .home > a:hover, #index .header_v2 .sp-megamenu .home > a {
  color: #44a1ff;
  background-color: #fff;
}
.header_v2 .sp-megamenu .navbar-nav > li {
  padding: 11px 0;
}
.header_v2 .sp-megamenu .navbar-nav > li > a {
  color: #fff;
  padding: 4px 15px 2px;
}
.header_v2 .sp-megamenu .navbar-nav > li > a:hover {
  color: #44a1ff;
  background-color: #fff;
}
.header_v2 .sp-megamenu .navbar-nav > li.active > a {
  color: #44a1ff;
  background-color: #fff;
}
.header_v2 #sp-vermegamenu .navbar-nav > li {
  padding: 0 5px;
}
.header_v2 #sp-vermegamenu .navbar-nav > li > a {
  padding: 8px 25px;
  border-radius: 5px;
}
.header_v2 .sp-vermegamenu .navbar-nav {
  padding: 12.5px 0;
}
.header_v2 .sphomepage-slider .owl-controls .owl-dots {
  left: 35px;
  right: auto;
  bottom: 30px;
}
.header_v2 .sphomepage-slider .owl-controls .owl-dots .owl-dot {
  margin: 0 5px;
  background-color: #9a9a9a;
  box-shadow: none;
}
.header_v2 .sphomepage-slider .owl-controls .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  background-color: #44a1ff;
}
.header_v2 .sphomepage-slider .owl-controls .owl-nav .owl-next {
  left: auto;
  right: 0;
  top: auto;
  bottom: 20px;
}
.header_v2 .sphomepage-slider .owl-controls .owl-nav .owl-prev {
  left: auto;
  right: 55px;
  top: auto;
  bottom: 20px;
}
.header_v2 .header-menu {
  position: relative;
}
.header_v2 .header-menu .spcustom_html {
  position: absolute;
  top: 11px;
  right: 0;
}
.lang-rtl .header_v2 .header-menu .spcustom_html {
  right: auto;
  left: 0;
}
.header_v2 .menuHotDeal {
  display: none;
  padding: 0 12px;
  height: 32px;
  color: #fff;
  background-color: #007efe;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .header_v2 .menuHotDeal {
    display: block;
  }
}
.header_v3 .nav-right {
  text-align: right;
  font-size: 0;
}
.header_v3 .nav-right > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.header_v3 .nav-right > div:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  width: 1px;
  height: 9px;
  display: block;
  background-color: #ccc;
}
.header_v3 .nav-right > div:last-child:after {
  display: none;
}
.header_v3 .user-info {
  height: 44px;
  padding: 11px 0;
}
.header_v3 .user-info .welcome-text {
  padding: 0;
}
.header_v3 .user-info a {
  padding: 0 10px;
}
.header_v3 .user-info a:after {
  display: none;
}
.header_v3 .language-selector .sp-language-title {
  height: 44px;
  padding: 11px 20px;
}
.header_v3 .currency-selector .sp-currency-title {
  height: 44px;
  padding: 11px 20px;
  padding-right: 0;
}
.header_v3 .header-top-wrap {
  padding: 0 30px;
  background-color: #44a1ff;
  border-radius: 5px 5px 0 0;
}
.header_v3 #_desktop_logo a {
  display: block;
  padding: 34px 10px;
}
.header_v3 .headerTRWrap {
  padding: 40px 0;
}
.header_v3 .spblockcart {
  margin: 0;
}
.header_v3 .spblockcart .header i {
  border: 0;
  border-radius: 50%;
  background-position: 0px -100px;
}
.header_v3 .spblockcart .cart-products-count {
  color: #fff;
  background-color: #333;
  border-radius: 50%;
}
.header_v3 .spblockcart .cart-products-total {
  padding: 0 10px;
  padding-right: 0;
  color: #fff;
  font-weight: 400;
}
.header_v3 .spr-container .sprsearch-form {
  max-width: 570px;
}
.header_v3 .content-search .spr-query {
  height: 40px;
  border-radius: 22px;
}
.header_v3 .content-search .spr-search-button {
  height: 40px;
  line-height: 40px;
}
.header_v3 .spr_selector {
  border-radius: 22px;
}
.header_v3 .spr_selector .searchproLabel {
  padding: 10px 20px;
  min-width: 170px;
  height: 40px;
  font-size: 12px;
  line-height: 20px;
}
.header_v3 .spr_selector .spr_select {
  height: 40px;
  line-height: 20px;
  border-radius: 22px;
  font-size: 12px;
  padding: 10px 20px;
}
.header_v3 .spr_selector .fa {
  line-height: 40px;
}
.header_v3 .header-center-wrap {
  position: relative;
  background-color: #333;
  border-radius: 0 0 5px 5px;
}
#index .header_v3 .sp-vermegamenu .sp-verticalmenu-container {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .header_v3 .sp-vermegamenu:hover .sp-verticalmenu-container {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}
.header_v3 .sp-vermegamenu .cat-title {
  height: 48px;
  padding: 12px 30px;
  color: #fff;
  background-color: #222;
  font-size: 14px;
  border-radius: 0 0 0 5px;
}
.header_v3 .sp-vermegamenu .cat-title .icon {
  position: absolute;
  top: 18px;
  right: 20px;
}
.header_v3 .sp-vermegamenu .cat-title .icon .line {
  width: 12px;
  background-color: #fff;
}
.header_v3 .spmegamenu {
  padding: 0;
}
.header_v3 .spmegamenu .home {
  padding: 9px 0;
}
.header_v3 .spmegamenu .home > a {
  padding: 3px 15px 1px;
  color: #fff;
}
.header_v3 .spmegamenu .navbar-nav > li {
  padding: 9px 0;
}
.header_v3 .spmegamenu .navbar-nav > li > a {
  padding: 3px 15px 1px;
  color: #fff;
}
.header_v3 .header-bottom {
  margin-top: 20px;
  padding-bottom: 0;
}
.header_v4 {
  background-color: #fff;
}
.header_v4 .header-nav {
  background-color: #222;
}
.header_v4 .nav-right {
  font-size: 0;
  text-align: right;
}
.header_v4 .nav-right > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-align: left;
}
.header_v4 .nav-right > div:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  display: block;
  width: 1px;
  height: 9px;
  background-color: rgba(255, 255, 255, 0.3);
}
.header_v4 .nav-right > div:last-child:after {
  display: none;
}
.header_v4 .storeLocation a {
  color: #ccc;
}
.header_v4 .storeLocation a:hover {
  color: #44a1ff;
}
.header_v4 .language-selector .sp-language-title {
  padding: 11px 20px;
  height: 44px;
  color: #ccc;
  line-height: 22px;
  cursor: pointer;
}
.header_v4 .currency-selector .sp-currency-title {
  padding: 11px 20px;
  padding-right: 0;
  height: 44px;
  color: #ccc;
  line-height: 22px;
  cursor: pointer;
}
.header_v4 .user-info {
  padding: 11px 0;
  height: 44px;
  color: #ccc;
}
.header_v4 .user-info .welcome-text {
  padding: 0 20px;
  padding-left: 0;
}
.header_v4 .user-info a {
  color: #ccc;
}
.header_v4 .user-info a:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.header_v4 .user-info a:hover {
  color: #44a1ff;
}
.header_v4 .header-top-wrap {
  padding: 15px 0 22px;
}
.header_v4 .header-top-center {
  padding-top: 7px;
}
.header_v4 .header-top-right {
  padding-top: 10px;
}
.header_v4 .header-top-right {
  text-align: right;
}
.header_v4 .header-top-right > div {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.header_v4 .spmegamenu {
  padding: 0;
}
.header_v4 .topSearch {
  position: relative;
}
.header_v4 .topSearch .search-content {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 0;
  overflow: hidden;
  background-color: #f2f2f2;
  border: 0;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}
.header_v4 .topSearch .search-content.active-search {
  width: 600px;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.header_v4 .topSearch .spr-container {
  padding: 4px;
}
.header_v4 .topSearch .spr_selector {
  background-color: #fff;
  border: 0;
  border-radius: 50px;
}
.header_v4 .topSearch .spr_selector .spr_select {
  height: 40px;
  border-radius: 50px;
}
.header_v4 .topSearch .spr_selector .searchproLabel {
  padding: 10px 20px;
  min-width: 170px;
  height: 40px;
  font-size: 12px;
  line-height: 20px;
}
.header_v4 .topSearch .spr_selector .fa {
  line-height: 40px;
}
.header_v4 .topSearch .content-search .spr-query {
  height: 40px;
  background-color: transparent;
}
.header_v4 .topSearch .content-search .spr-search-button {
  height: 40px;
  line-height: 40px;
}
.header_v4 #btn_search {
  position: relative;
  display: block;
  width: 50px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  background-color: #222;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
  z-index: 2;
}
.header_v4 .blockcart {
  padding: 0px 15px;
  padding-top: 25px;
  display: inline-block;
  vertical-align: middle;
}
.header_v4 .spblockcart {
  margin: 0 15px;
}
.header_v4 .spblockcart .cart-products-total {
  display: none;
}
.header_v4 .spblockcart .cart-products-count {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  border: 0px;
  background-color: #222;
  color: white;
  left: auto;
  right: -15px;
  top: 13px;
}
.header_v4 .spblockcart .header {
  display: block;
}
.header_v4 .spblockcart .header i {
  background-color: #44a1ff;
  border: 1px solid #44a1ff;
  border-radius: 50%;
  background-position: -2px -50px;
}
.header_v4 .header-bottom {
  padding-bottom: 0;
}
.header_v5 .nav-right {
  font-size: 0;
  text-align: right;
}
.header_v5 .nav-right > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-align: left;
}
.header_v5 .nav-right > div:last-child:after {
  display: none;
}
.header_v5 .header-center-wrap {
  position: relative;
}
.header_v5 .header-nav-wrap {
  border-bottom: 1px solid #eee;
}
.header_v5 .user-info {
  padding: 9px 0;
  height: 40px;
}
.header_v5 .user-info .welcome-text {
  padding: 0 20px;
  padding-left: 0;
}
.header_v5 .storeLocation {
  position: relative;
  margin: 0 20px;
  padding: 9px 20px;
  height: 40px;
}
.header_v5 .storeLocation:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  display: block;
  width: 1px;
  height: 9px;
  background-color: #ddd;
}
.header_v5 .language-selector .sp-language-title {
  margin: 6px 0;
  padding: 3px 10px;
  height: 28px;
  border-radius: 5px;
  background-color: #eee;
}
.header_v5 .currency-selector .sp-currency-title {
  margin: 6px 0;
  margin-left: 10px;
  padding: 3px 10px;
  height: 28px;
  border-radius: 5px;
  background-color: #eee;
}
.header_v5 #_desktop_logo {
  padding-top: 15px;
  padding-bottom: 27px;
}
.header_v5 .header-center {
  background-color: #44a1ff;
}
.header_v5 .spmegamenu {
  padding: 0;
}
.header_v5 .spmegamenu .home {
  padding: 11px 0;
}
.header_v5 .spmegamenu .home > a {
  padding: 4px 13px 2px;
  color: #fff;
  background-color: transparent;
  border-radius: 5px;
}
.header_v5 .spmegamenu .navbar-nav > li {
  margin-left: 25px;
  padding: 11px 0;
}
.header_v5 .spmegamenu .navbar-nav > li > a {
  padding: 4px 13px 2px;
  color: #fff;
  background-color: transparent;
  border-radius: 5px;
}
.header_v5 .hotline {
  position: absolute;
  top: 0;
  right: 15px;
  padding: 15px 0;
  color: #fff;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.header_v5 .hotline i {
  color: #fff;
}
.header_v5 .hotline span {
  color: #fff;
  font-weight: 600;
}
.header_v5 .spblockcart {
  margin: 25px 0 29px;
}
.header_v5 .spblockcart .header i {
  background-position: -2px -50px;
}
.header_v5 .spblockcart .cart-products-count {
  color: #333;
  background-color: #fff;
}
.header_v5 .spblockcart .cart-products-total {
  color: #333;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.facet-dropdown .select-title {
  display: block;
}
.facet-dropdown:hover {
  cursor: pointer;
}
.facet-dropdown .dropdown-menu > a {
  display: block;
  padding: 0 15px;
}
.block-categories .category-sub-menu {
  margin: 0;
  padding: 15px 0;
}
.block-categories .category-sub-menu li {
  position: relative;
  padding: 0px 3px;
}
.block-categories .category-sub-menu li[data-depth="0"] a {
  display: block;
  padding: 5px 25px;
  color: #333;
  border-radius: 5px;
  font-size: 14px;
  line-height: 30px;
}
.block-categories .category-sub-menu li[data-depth="0"] > a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 8px;
  background-image: url("../img/icon/icon-list.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.block-categories .category-sub-menu li[data-depth="1"] {
  margin: 0;
  background: #fff;
}
.block-categories .category-sub-menu li[data-depth="1"] > a {
  font-size: 13px;
}
.block-categories .category-sub-menu li[data-depth="1"] .category-sub-menu {
  border-top: solid 1px #ddd;
}
.block-categories .category-sub-menu li:last-child {
  border: none;
}
.block-categories .category-sub-menu li:hover > a {
  color: #fff;
  background-color: #44a1ff;
}
.block-categories .category-sub-menu li:hover > a:before {
  background-position: 0 -10px;
}
.block-categories .category-sub-menu li:hover > .collapse-icons, .block-categories .category-sub-menu li:hover > .arrows {
  color: #fff;
}
.block-categories .collapse-icons {
  position: absolute;
  right: 12px;
  top: 8px;
  padding: 0;
  cursor: pointer;
  color: #444;
  font-size: 20px;
}
.block-categories .collapse-icons .material-icons {
  font-size: 16px;
}
.block-categories .collapse-icons .remove {
  display: none;
}
.block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover {
  color: #fff;
}
.block-categories .collapse-icons[aria-expanded="true"] .add {
  display: none;
}
.block-categories .collapse-icons[aria-expanded="true"] .remove {
  display: block;
}
.block-categories .arrows {
  position: absolute;
  top: 12px;
  right: 11px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #444;
}
.block-categories .arrows .material-icons {
  font-size: 16px;
}
.block-categories .arrows .arrow-down {
  display: none;
}
.block-categories .arrows .arrow-right:hover, .block-categories .arrows .arrow-down:hover {
  color: #fff;
}
.block-categories .arrows[aria-expanded="true"] .arrow-right {
  display: none;
}
.block-categories .arrows[aria-expanded="true"] .arrow-down {
  display: inline-block;
}
#search_filters {
  position: relative;
}
#search_filters .clear-all-wrapper {
  position: absolute;
  right: 8px;
  top: 10px;
  z-index: 2;
}
#search_filters .clear-all-wrapper .js-search-filters-clear-all {
  margin: 0;
  padding: 8px 10px 6px;
  font-size: 12px;
  color: #444;
  border-radius: 5px;
  text-transform: capitalize;
  box-shadow: none;
}
#search_filters .clear-all-wrapper .js-search-filters-clear-all .material-icons {
  margin: 0;
  margin-top: -3px;
}
#search_filters .clear-all-wrapper .js-search-filters-clear-all:hover, #search_filters .clear-all-wrapper .js-search-filters-clear-all:focus {
  color: #fff;
  background: #44a1ff;
}
#search_filters .facet {
  padding: 20px;
}
#search_filters .facet .collapse {
  margin: 0;
  display: block;
  padding: 0;
}
#search_filters .facet .facet-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #444;
}
#search_filters .facet .facet-label {
  padding: 7px 0;
  margin: 0;
}
#search_filters .facet .facet-label a {
  font-size: 14px;
  color: #444;
}
#search_filters .facet .facet-label .color {
  margin: 0 5px 0 0;
  box-shadow: none;
}
#search_filters .facet .facet-label.active .custom-checkbox span.color, #search_filters .facet .facet-label:hover .custom-checkbox span.color {
  border: solid 2px #44a1ff;
}
#search_filters .facet .facet-label.active a, #search_filters .facet .facet-label:hover a {
  color: #44a1ff;
}
#search_filters .facet .facet-label.active .custom-checkbox input[type="checkbox"] + span .checkbox-checked, #search_filters .facet .facet-label:hover .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  display: block;
  color: #44a1ff;
}
#search_filters .facet .facet-label.active .custom-checkbox input[type="checkbox"] + span, #search_filters .facet .facet-label:hover .custom-checkbox input[type="checkbox"] + span {
  border-color: #44a1ff;
}
.search-widget {
  margin-top: 40px;
}
.search-widget form input[type="text"] {
  padding: 2px 30px;
  padding-right: 50px;
  width: 100%;
  height: 46px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size : 14px;
}
.search-widget form input[type="text"]::-webkit-input-placeholder {
  color: #888;
}
.search-widget form input[type="text"]:-moz-placeholder {
  color: #888;
}
.search-widget form input[type="text"]::-moz-placeholder {
  color: #888;
}
.search-widget form input[type="text"]:-ms-input-placeholder {
  color: #888;
}
.search-widget form input[type="text"]:hover, .search-widget form input[type="text"]:focus {
  border: 1px solid #44a1ff;
  outline: 0px;
}
.search-widget form button[type="submit"] {
  bottom: 0px;
  width: 50px;
  height: 46px;
  color: #444;
  line-height: 46px;
}
.search-widget form input[type=text]:focus + button .search {
  color: #44a1ff;
}
.product-page .images-container .js-qv-mask .thumb-container {
  outline: none;
}
.product-page .images-container .js-qv-mask .thumb-container .thumb {
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px;
  transition: 0.3s all ease 0s;
}
.product-page .images-container .js-qv-mask .thumb-container .thumb:hover, .product-page .images-container .js-qv-mask .thumb-container .thumb.selected {
  border-color: #44a1ff;
}
.product-page .images-container .product-cover {
  border: solid 1px #e5e5e5;
  padding: 10px;
  border-radius: 5px;
}
.product-page .images-container .product-cover .product-flags .new-label, .product-page .images-container .product-cover .product-flags .discount-label, .product-page .images-container .product-cover .product-flags .discount-percentage {
  display: block;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  z-index: 4;
  color: #fff;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}
.product-page .images-container .product-cover .product-flags .new-label {
  background: #44a1ff;
  left: 20px;
}
.product-page .images-container .product-cover .product-flags .discount-percentage {
  background: #f55;
  right: 20px;
}
.product-page .images-container .product-cover .product-flags .discount-label {
  display: none;
}
.product-page .images-container .product-cover .layer {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  cursor: pointer;
}
.product-page .images-container .product-cover .layer:hover {
  color: #44a1ff;
}
.product-page .images-container .product-cover .layer .zoom-in {
  font-size: 40px;
}
.product-page .images-container.vertical-thumbnails .js-qv-mask {
  float: left;
  width: 102px;
  top: -8px;
  position: relative;
}
.product-page .images-container.vertical-thumbnails .js-qv-mask .thumb-container {
  margin: 10px 0;
}
.product-page .images-container.vertical-thumbnails .product-cover {
  float: right;
  width: calc(100% - 122px);
}
.product-page .images-container.horizontal-thumbnails .js-qv-mask .thumb-container {
  margin: 0 6px;
}
.product-page .images-container.horizontal-thumbnails .product-cover {
  margin-bottom: 10px;
}
.product-page .images-container.horizontal-thumbnails .product-images {
  padding: 0 25px;
}
.product-page .images-container.horizontal-thumbnails .slick-arrow {
  position: absolute;
  top: calc(50% - 13px);
  padding: 0;
  width: 25px;
  height: 26px;
  color: #777;
  background-color: transparent;
  border: 0;
  font-size: 0;
  line-height: 26px;
  box-shadow: none;
}
.product-page .images-container.horizontal-thumbnails .slick-arrow:before {
  content: "";
  font-family: "Fontawesome";
  font-size: 12px;
  display: block;
}
.product-page .images-container.horizontal-thumbnails .slick-arrow:hover {
  color: #44a1ff;
}
.product-page .images-container.horizontal-thumbnails .slick-prev {
  left: 0;
  text-align: left;
}
.product-page .images-container.horizontal-thumbnails .slick-prev:before {
  content: "\f060";
}
.product-page .images-container.horizontal-thumbnails .slick-next {
  right: 0;
  text-align: right;
}
.product-page .images-container.horizontal-thumbnails .slick-next:before {
  content: "\f061";
}
.product-page h1.product-name {
  margin: 0;
  padding: 20px 0;
  color: #555;
  font-size: 24px;
  font-weight: 600;
}
.product-page .product-short-description {
  margin: 0;
  padding: 10px 0;
  font-size: 13px;
  color: #777;
}
.product-page .product-short-description p {
  margin: 0;
  line-height: 22px;
}
.product-page #product-availability {
  margin: 30px 0 0 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.product-page #product-availability .fa {
  color: red;
}
.product-page #product-availability .fa.fa-check-square-o {
  color: #4cbb6c;
}
.product-page #product-availability label {
  margin: 0;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  min-width: 80px;
  text-align: left;
}
.product-page #product-availability span.instock {
  color: #4cbb6c;
}
.product-page #product-availability span.outstock {
  color: #f60c00;
}
.product-page .product-features {
  display: none;
}
.product-page .product-reference, .product-page .product-quantities {
  margin: 0 0 15px;
  font-size: 14px;
}
.product-page .product-reference .label, .product-page .product-quantities .label {
  margin: 0;
  color: #555 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  min-width: 80px;
  text-align: left;
}
.product-page .product-reference span, .product-page .product-quantities span {
  padding: 0 5px;
}
.product-page .product-prices {
  margin: 0 0 20px;
  padding: 15px 0;
}
.product-page .product-prices .product-discount {
  display: inline-block;
  margin: 0;
  color: #aaa;
  font-size: 18px;
  font-weight: 500;
  text-decoration: line-through;
}
.product-page .product-prices .product-price {
  display: inline-block;
  margin: 0;
  color: #fe7f02;
  font-size: 28px;
  font-weight: 700;
}
.product-page .product-prices .tax-shipping-delivery-label {
  margin: 0;
}
.product-page .product-prices div {
  margin-bottom: 0;
}
.product-page .product-prices span {
  display: block;
  line-height: normal;
}
.product-page .product-actions .control-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: auto;
  min-width: 80px;
  color: #555;
  font-size: 14px;
  font-weight: 600;
}
.product-page .product-actions .product-variants .product-variants-item {
  margin: 0 0 20px;
}
.product-page .product-actions .product-variants .product-variants-item ul, .product-page .product-actions .product-variants .product-variants-item .selector {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.product-page .product-actions .product-variants .product-variants-item .selector {
  position: relative;
  height: 39px;
  width: 170px;
}
.product-page .product-actions .product-variants .product-variants-item .selector:after {
  content: "\f0d7";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 37px;
  height: 37px;
  color: #777;
  background: #fff;
  font-size: 14px;
  font-family: Fontawesome;
  line-height: 39px;
  text-align: center;
  pointer-events: none;
}
.product-page .product-actions .product-variants .product-variants-item select {
  padding: 0 10px;
  width: 100%;
  height: 100%;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
}
.product-page .product-actions .product-variants .product-variants-item select option {
  padding: 5px 12px;
}
.product-page .product-actions .product-variants .product-variants-item .color {
  box-shadow: none;
}
.product-page .product-actions .product-discounts {
  margin: 0;
}
.product-page .product-actions .product-add-to-cart {
  padding: 10px 0;
}
.product-page .product-actions .product-add-to-cart .product-quantity {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.product-page .product-actions .product-add-to-cart .product-quantity #quantity_wanted {
  padding: 0 5px;
  width: 42px;
  height: 42px;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 5px 0 0 5px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  z-index: 0;
}
.product-page .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical {
  margin-left: -1px;
  width: 36px;
  border: 1px solid #ddd;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
.product-page .product-actions .product-add-to-cart .product-quantity .btn-touchspin {
  color: #747474;
  height: 21px;
  border: 0;
}
.product-page .product-actions .product-add-to-cart .product-quantity .btn-touchspin.bootstrap-touchspin-up:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 11px);
  width: 22px;
  height: 1px;
  background-color: #ddd;
  z-index: 1;
}
.product-page .product-actions .product-add-to-cart .product-quantity .qty {
  margin: 0;
}
.product-page .product-actions .product-add-to-cart .product-quantity .add {
  margin: 0 35px;
  float: left;
}
.product-page .product-actions .product-add-to-cart .add-to-cart {
  padding: 0 30px;
  height: 42px;
  font-size: 12px;
  color: #fff;
  background: #44a1ff;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  line-height: 42px;
  transition: 0.3s all ease 0s;
}
.product-page .product-actions .product-add-to-cart .add-to-cart:hover {
  background: #1187ff;
}
.product-page .product-actions .social-sharing {
  display: block;
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.product-page .product-actions .social-sharing:after {
  content: "";
  display: table;
  clear: both;
}
.product-page .product-actions .social-sharing span {
  float: left;
  margin: 0;
  padding: 10px 0;
  min-width: 70px;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.product-page .product-actions .social-sharing ul {
  float: right;
  margin: 0;
  list-style: none;
}
.product-page .product-actions .social-sharing li {
  width: 30px;
  height: 40px;
  box-shadow: none;
}
.product-page .product-actions .social-sharing li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #666;
  text-indent: 0;
  text-align: center;
}
.product-page .product-actions .social-sharing li a:before {
  font-size: 16px;
  font-family: Fontawesome;
  line-height: 40px;
  text-align: center;
}
.product-page .product-actions .social-sharing li.facebook a:hover {
  color: #3b5998;
}
.product-page .product-actions .social-sharing li.facebook a:before {
  content: "\f09a";
}
.product-page .product-actions .social-sharing li.twitter a:hover {
  color: #1da1f2;
}
.product-page .product-actions .social-sharing li.twitter a:before {
  content: "\f099";
}
.product-page .product-actions .social-sharing li.googleplus a:hover {
  color: #c03c30;
}
.product-page .product-actions .social-sharing li.googleplus a:before {
  content: "\f0d5";
}
.product-page .product-actions .social-sharing li.pinterest a:hover {
  color: #d50c22;
}
.product-page .product-actions .social-sharing li.pinterest a:before {
  content: "\f231";
}
.product-page #block-reassurance {
  box-shadow: none;
  border: solid 1px #e5e5e5;
}
.product-page .product-moreinfo {
  margin: 50px 0;
}
.product-page .product-moreinfo .product-description {
  color: #777;
}
.product-page .tabs {
  margin: 0;
  box-shadow: none;
  padding: 0;
}
.product-page .tabs .nav-tabs {
  border: none;
  margin-bottom: 20px;
}
.product-page .tabs .nav-tabs .nav-item {
  margin: 0 10px 0 0;
}
.product-page .tabs .nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 3px 12px 2px;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  background-color: #f5f5f5;
  border: solid 1px #ddd;
  border-radius: 5px;
  text-transform: uppercase;
  transition: 0.3s all ease 0s;
  line-height: 36px;
}
.product-page .tabs .nav-tabs .nav-item .nav-link:after {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  bottom: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
}
.product-page .tabs .nav-tabs .nav-item .nav-link:hover, .product-page .tabs .nav-tabs .nav-item .nav-link.active {
  background: #44a1ff;
  color: #fff;
  border-color: #44a1ff;
}
.product-page .tabs .nav-tabs .nav-item .nav-link:hover:after, .product-page .tabs .nav-tabs .nav-item .nav-link.active:after {
  border-top: 6px solid #44a1ff;
}
.product-page .tabs .tab-content {
  border: solid 1px #ddd;
  padding: 30px 40px;
  border-radius: 5px;
  line-height: 22px;
}
.product-page .tabs .tab-content .tab-pane {
  padding: 0;
  font-weight: 400;
}
.product-page .tabs .tab-content p {
  margin: 0;
}
.product-page .tabs .tab-content .product-features {
  margin: 0;
}
.product-page .tabs .tab-content .data-sheet {
  margin: 0;
}
.product-page .panel {
  margin-bottom: 15px;
}
.product-page .panel .panel-heading {
  border: solid 1px #ddd;
  transition: 0.3s all ease 0s;
}
.product-page .panel .panel-heading h4 {
  margin: 0;
}
.product-page .panel .panel-heading h4 a {
  color: #666;
  font-weight: 400;
  display: block;
  padding: 15px;
  transition: 0.3s all ease 0s;
}
.product-page .panel .panel-heading:hover {
  border-color: #44a1ff;
}
.product-page .panel .panel-heading:hover h4 a {
  color: #44a1ff;
}
.product-page .panel .panel-body {
  border: solid 1px #ddd;
  padding: 30px;
}
.product-page .panel .panel-body p {
  line-height: 22px;
  margin: 0;
}
.product-page .moreinfo-list .infobox {
  margin-bottom: 30px;
}
.product-page .moreinfo-list .infobox .titlebox {
  text-align: center;
  margin-bottom: -1px;
}
.product-page .moreinfo-list .infobox .titlebox h4 {
  margin: 0;
  display: inline-block;
  background: #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 20px;
  border: solid 1px #ddd;
}
.product-page .moreinfo-list .infobox .contentbox {
  border: solid 1px #ddd;
  padding: 30px;
}
.product-page .moreinfo-list .infobox .contentbox p {
  line-height: 22px;
  margin: 0;
}
.product-miniature:hover .product-image .img_0 {
  opacity: 1;
  visibility: visible;
}
.product-miniature .product-image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.product-miniature .product-image img {
  width: 100%;
}
.product-miniature .product-image .img_0 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s all ease 0s;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
.product-miniature .product-image .product-flags {
  position: absolute;
  display: block;
  top: 10px;
  left: 0px;
  z-index: 4;
  min-width: 50px;
}
.product-miniature .product-image .product-flags .new-label, .product-miniature .product-image .product-flags .discount-label, .product-miniature .product-image .product-flags .discount-percentage {
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  background: #3187f2;
  text-transform: uppercase;
  height: 35px;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}
.product-miniature .product-image .product-flags .new-label:after, .product-miniature .product-image .product-flags .discount-label:after, .product-miniature .product-image .product-flags .discount-percentage:after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 4px;
  border-color: #44a1ff transparent transparent transparent;
  position: absolute;
  left: calc(50% - 4px);
  top: 100%;
}
.product-miniature .product-image .product-flags .new-label {
  background: #44a1ff;
}
.product-miniature .product-image .product-flags .new-label:after {
  border-top-color: #44a1ff;
}
.product-miniature .product-image .product-flags .discount-percentage {
  background: #000754;
  top: auto !important;
}
.product-miniature .product-image .product-flags .discount-percentage:after {
  border-top-color: #000754;
}
.product-miniature .product-image .product-flags .discount-label {
  display: none;
}
.product-miniature .product-info {
  padding: 20px 10px;
  text-align: center;
}
.product-miniature .product-info .product-title {
  margin: 0 0 12px;
}
.product-miniature .product-info .product-title a {
  display: block;
  color: #555;
  font-size: 14px;
  font-weight: 600;
}
.product-miniature .product-info .product-title a:hover {
  color: #44a1ff;
}
.product-miniature .product-info .price {
  display: inline-block;
  vertical-align: middle;
  color: #000754;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}
.product-miniature .product-info .regular-price {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
  color: #888;
  font-size: 14px;
  text-decoration: line-through;
  line-height: 1.4em;
}
.product-miniature .product-info .variant-links {
  margin-bottom: 12px;
}
.product-miniature .product-info .variant-links .color {
  margin: 0 3px;
  box-shadow: none;
}
.product-miniature .product-info .product-price-and-shipping {
  min-height: 18px;
}
.product-miniature .product-info .product-description-short {
  line-height: 22px;
  margin-bottom: 10px;
}
.product-miniature .product-info .product-description-short p {
  margin: 0;
}
.product-miniature .product-info .product-availability {
  margin-bottom: 10px;
  display: block;
}
.product-miniature .product-info .add-to-cart {
  padding: 0 22px;
  color: #555;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 5px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 41px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.product-miniature .product-info .ajax-add-to-cart {
  padding: 0 22px;
  color: #555;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 5px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 41px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.product-miniature .product-list-actions {
  padding: 15px 0 0;
}
.product-miniature .quick-view {
  position: absolute;
  bottom: calc(50% - 22px);
  left: calc(50% - 22px);
  width: 43px;
  height: 43px;
  color: #44a1ff;
  background-color: #fff;
  border: 1px solid #44a1ff;
  border-radius: 5px;
  font-size: 0;
  line-height: 43px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
  transform: scale(0);
  transition: 0.3s all ease;
}
.product-miniature .quick-view .material-icons {
  font-size: 22px;
}
.product-miniature .quick-view:hover {
  color: #fff;
  background-color: #44a1ff;
}
.product-miniature .product-container {
  position: relative;
  margin: 0;
  padding: 9px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: 0.3s all ease;
}
#js-product-list .product-miniature .product-container {
  margin-bottom: 30px;
}
.product-miniature .product-container:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-radius: 4px;
  border: 1px solid transparent;
  pointer-events: none;
  transition: 0.3s all ease;
}
.product-miniature .product-container:hover {
  border-color: #44a1ff;
}
.product-miniature .product-container:hover:before {
  border-color: #44a1ff;
}
.product-miniature .product-container:hover .quick-view {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.product-miniature .product-container:hover .product-info .add-to-cart {
  background: #44a1ff;
  color: #fff;
  border-color: #44a1ff;
}
.product-miniature .product-container:hover .product-info .ajax-add-to-cart {
  background: #44a1ff;
  color: #fff;
  border-color: #44a1ff;
}
.accessories-title {
  font-size: 22px;
  color: #222;
  font-weight: 400;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 15px;
}
.accessories-title:after {
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#product .product-accessories .product-miniature {
  padding: 0;
  width: 100%;
}
#product .product-accessories .owl-controls .owl-nav .owl-prev, #product .product-accessories .owl-controls .owl-nav .owl-next {
  font-size: 24px;
}
.product-accessories .product-miniature .product-container .product-info .variant-links, .product-accessories .product-miniature .product-container .product-info .product-description-short, .product-accessories .product-miniature .product-container .product-info .product-availability {
  display: none;
}
div.quickview .modal-content {
  border: none;
  border-radius: 0;
}
div.quickview .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
div.quickview .product-page .images-container .product-cover .layer {
  display: none;
}
div.quickview .social-sharing {
  margin: 0;
}
div.quickview .social-sharing span {
  display: inline-block;
  width: 70px;
  color: #222;
  font-size: 14px;
  margin: 0;
  vertical-align: top;
  padding: 3px 0 0;
}
div.quickview .social-sharing li {
  margin: 0 10px 0 0;
  height: 40px;
  width: 40px;
  box-shadow: none;
}
div.quickview .social-sharing li a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  text-indent: 0;
  text-align: center;
  border-radius: 50%;
}
div.quickview .social-sharing li a:before {
  font-family: Fontawesome;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}
div.quickview .social-sharing li.facebook a {
  background: #3b5998;
}
div.quickview .social-sharing li.facebook a:before {
  content: "\f09a";
}
div.quickview .social-sharing li.twitter a {
  background: #1da1f2;
}
div.quickview .social-sharing li.twitter a:before {
  content: "\f099";
}
div.quickview .social-sharing li.googleplus a {
  background: #c03c30;
}
div.quickview .social-sharing li.googleplus a:before {
  content: "\f0d5";
}
div.quickview .social-sharing li.pinterest a {
  background: #d50c22;
}
div.quickview .social-sharing li.pinterest a:before {
  content: "\f231";
}
div.quickview .js-qv-product-images {
  text-align: center;
}
div.quickview .product-page .images-container.vertical-thumbnails .js-qv-mask {
  height: 435px;
  overflow: hidden;
  top: 0;
}
div.quickview .product-page .images-container.horizontal-thumbnails .js-qv-mask .thumb-container {
  width: 82px;
  display: inline-block;
}
div.quickview .product-page .images-container.horizontal-thumbnails .product-images.js-qv-product-images {
  max-height: 85px;
  overflow: hidden;
}
div.quickview .product-page .images-container.horizontal-thumbnails .slick-prev, div.quickview .product-page .images-container.horizontal-thumbnails .slick-next {
  top: 32%;
}
.user-info {
  padding: 12px 0;
  height: 46px;
  font-size: 12px;
  line-height: 22px;
}
.user-info:before, .user-info:after {
  content: "";
  display: table;
}
.user-info:after {
  clear: both;
}
.user-info .welcome-text {
  float: left;
  padding: 0 20px;
}
.user-info a {
  position: relative;
  float: left;
  padding: 0 20px;
}
.user-info a:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  width: 1px;
  height: 9px;
  background-color: #ccc;
}
.user-info a:hover {
  text-decoration: underline;
}
.currency-selector {
  position: relative;
  font-size: 12px;
}
.currency-selector .sp-currency-title {
  padding: 12px 20px;
  height: 46px;
  line-height: 22px;
  cursor: pointer;
}
.currency-selector .sp-currency-title span {
  display: inline-block;
  vertical-align: middle;
}
.currency-selector .dropdown-menu {
  left: auto;
  right: 0;
  margin: 0;
  padding: 0 10px;
  min-width: 76px;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 0px 7px #ddd;
  list-style: none;
}
.currency-selector .dropdown-menu li {
  border-bottom: 1px solid #eee;
}
.currency-selector .dropdown-menu li:last-child {
  border-bottom: none;
}
.currency-selector .dropdown-menu li.current a {
  color: #44a1ff;
}
.currency-selector .dropdown-menu .currency-item {
  display: block;
  padding: 10px 0;
  line-height: 24px;
  text-align: center;
}
.currency-selector .sp-currency-select {
  padding: 2px 15px;
  height: 30px;
  border: 1px solid #eee;
}
.language-selector {
  position: relative;
  font-size: 12px;
}
.language-selector .sp-language-title {
  padding: 12px 20px;
  height: 46px;
  line-height: 22px;
  cursor: pointer;
}
.language-selector .sp-language-title span {
  display: inline-block;
  vertical-align: middle;
}
.language-selector .dropdown-menu {
  left: auto;
  right: 0;
  margin: 0;
  padding: 0 10px;
  min-width: 110px;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 0px 7px #ddd;
  list-style: none;
}
.language-selector .dropdown-menu li {
  border-bottom: 1px solid #eee;
}
.language-selector .dropdown-menu li:last-child {
  border-bottom: none;
}
.language-selector .dropdown-menu li.current a {
  color: #44a1ff;
}
.language-selector .dropdown-menu .language-item {
  display: block;
  padding: 10px 0;
  line-height: 24px;
}
.language-selector .sp-language-select {
  padding: 2px 15px;
  height: 30px;
  border: 1px solid #eee;
}
.spblockcart {
  margin-top: 30px;
  text-align: right;
}
.spblockcart .header {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  height: 50px;
  text-align: left;
}
.spblockcart .header a {
  display: block;
}
.spblockcart .header a:after {
  content: "";
  display: table;
  clear: both;
}
.spblockcart .header i {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  font-size: 0px;
  background-image: url("../img/icon/icon_cart.png");
  background-position: -2px 0;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.spblockcart .shopping-cart-title {
  display: none;
  padding-top: 6px;
  color: #222;
  font-size: 14px;
  font-weight: 600;
}
.spblockcart .cart-products-count {
  position: absolute;
  left: -16px;
  top: calc(50% - 11px);
  width: 23px;
  height: 23px;
  color: #fff;
  background-color: #000754;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.spblockcart .cart-products-total {
  display: block;
  padding: 0 18px;
  padding-right: 0;
  color: #000754;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  text-align: right;
}
.sphomepage-slider .owl-controls .owl-nav > div:hover {
  color: #44a1ff;
  background-color: #fff;
}
.sphomepage-slider .owl-controls .owl-dots .owl-dot:hover {
  background: #44a1ff;
}
.header_v3 .sphomepage-slider .owl-controls .owl-dots .owl-dot.active {
  color: #fff;
  background-color: #44a1ff;
}
#sp-vermegamenu .navbar-nav .more-wrap {
  color: #44a1ff;
}
#sp-vermegamenu .navbar-nav .more-wrap:hover {
  color: #fff;
  background-color: #44a1ff;
}
#sp-vermegamenu .navbar-nav > li > a:hover {
  background-color: #44a1ff;
}
#sp-vermegamenu .navbar-nav > li > .dropdown-menu ul li a:hover {
  background-color: #44a1ff;
}
#sp-vermegamenu .navbar-nav > li.group > .dropdown-menu > ul > li a:hover {
  color: #44a1ff;
}
#sp-vermegamenu .navbar-nav > li span.grower:hover {
  color: #fff;
  background-color: #1187ff;
}
#sp-vermegamenu .navbar-nav > li:hover span.grower {
  color: #fff;
  background-color: #1187ff;
}
@media (max-width: 767px) {
  #sp-vermegamenu .navbar-nav > li.group > .dropdown-menu > ul > li li.parent > a:hover {
    color: #44a1ff;
  }
  .header_v1 #sp-vermegamenu .navbar-nav > li .dropdown-menu ul li a:hover, .header_v2 #sp-vermegamenu .navbar-nav > li .dropdown-menu ul li a:hover, .header_v3 #sp-vermegamenu .navbar-nav > li .dropdown-menu ul li a:hover, .header_v4 #sp-vermegamenu .navbar-nav > li .dropdown-menu ul li a:hover, .content_v5 #sp-vermegamenu .navbar-nav > li .dropdown-menu ul li a:hover {
    color: #44a1ff;
  }
}
.promotion .item:hover {
  border-color: #44a1ff;
}
.promotion .item:hover .text h2 {
  color: #44a1ff;
}
.promotion .item:hover .text p {
  color: #44a1ff;
}
.testimonials .owl-dots .owl-dot.active, .testimonials .owl-dots .owl-dot:hover {
  background-color: #44a1ff;
}
.footer-toplinks .toplinks ul li a:hover {
  color: #44a1ff;
}
.spfooterlinks .links li a:hover {
  padding: 0px 8px;
  color: #44a1ff;
}
.spfooterlinks .links li a:hover:before {
  background-color: #44a1ff;
}
#newsletter_block_home .newsletterDesc span {
  color: #44a1ff;
}
.contactinfo .content-footer > div.phone > div {
  font-size: 22px;
  font-weight: 600;
  color: #44a1ff;
}
.sp-megamenu .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #44a1ff;
}
.sp-megamenu .navbar-nav > li:hover > a {
  color: #fff;
  background-color: #44a1ff;
}
.sp-megamenu .navbar-nav > li.mega_type .dropdown-menu ul li > a:hover {
  color: #44a1ff;
}
.sp-megamenu .navbar-nav > li.mega_type .dropdown-menu ul li .dropdown-menu ul li a:hover {
  color: #44a1ff;
}
.sp-megamenu .navbar-nav > li.mega_type .dropdown-menu ul li .dropdown-menu ul li a:before {
  background: #44a1ff;
}
.sp-megamenu .navbar-nav > li.css_type .dropdown-menu ul li:hover > a {
  color: #44a1ff;
}
.sp-megamenu .navbar-nav > li.css_type .dropdown-menu ul li.parent:hover:after {
  color: #44a1ff;
}
#index .sp-megamenu .home > a {
  color: #fff;
  background-color: #44a1ff;
}
.sp-megamenu .navbar-nav > li.active > a {
  color: #fff;
  background-color: #44a1ff;
}
.sp-megamenu .home:hover > a {
  color: #fff;
  background-color: #44a1ff;
}
#module-smartblog-category .sp-megamenu .navbar-nav > li.blog > a {
  color: #fff;
  background-color: #44a1ff;
}
#contact .sp-megamenu .navbar-nav > li.contactus > a {
  color: #fff;
  background-color: #44a1ff;
}
#new-products .sp-megamenu .navbar-nav > li.newarrival > a {
  color: #fff;
  background-color: #44a1ff;
}
#prices-drop .sp-megamenu .navbar-nav > li.specials > a {
  color: #fff;
  background-color: #44a1ff;
}
#module-smartblog-category .header_v3 .sp-megamenu .navbar-nav > li.blog > a:after {
  background-color: #44a1ff;
}
#contact .header_v3 .sp-megamenu .navbar-nav > li.contactus > a:after {
  background-color: #44a1ff;
}
#new-products .header_v3 .sp-megamenu .navbar-nav > li.newarrival > a:after {
  background-color: #44a1ff;
}
#prices-drop .header_v3 .sp-megamenu .navbar-nav > li.specials > a:after {
  background-color: #44a1ff;
}
.sp-megamenu .home > .dropdown-menu li a:hover {
  color: #44a1ff;
}
.sdsarticleItem .postDate {
  color: #44a1ff;
}
.sdsarticleItem .sdsarticleMore a:hover {
  color: #44a1ff;
}
.sdsarticleItem:hover {
  border-color: #44a1ff;
}
.sdsarticleItem:hover:after {
  border-color: #44a1ff;
}
.sdsarticleItem:hover .sdsarticleMore a {
  color: #44a1ff;
}
.articleDate {
  color: #44a1ff;
}
.content-search .spr-search-button:hover {
  color: #44a1ff;
}
.proPopularList .itemCusTitle .itemCount {
  background-color: #44a1ff;
}
.proPopularList .itemCusTitle .itemCount:before {
  border-left: 4px solid #44a1ff;
}
.moreImageDeal .itemDealImage:hover img, .moreImageDeal .itemDealImage.active img, .moreImageDeal .itemDealImage:hover:after, .moreImageDeal .itemDealImage.active:after {
  border-color: #44a1ff;
  background-color: white;
}
.product-container.product-deal--style {
  border: 1px solid #44a1ff;
}
.product-container.product-deal--style:before {
  border: 1px solid #44a1ff;
}
.product-container.product-deal--style .product-info .ajax-add-to-cart {
  color: #fff;
  border-color: #44a1ff;
  background-color: #44a1ff;
}
.sp-listing-tabs .ltabs-tabs > li.tab-sel .ltabs-tab-label, .sp-listing-tabs .ltabs-tabs > li:hover .ltabs-tab-label {
  position: relative;
  color: #44a1ff;
  border-left-color: #44a1ff;
  border-right-color: #44a1ff;
  z-index: 1;
}
.sp-listing-tabs .ltabs-tabs > li.tab-sel:after, .sp-listing-tabs .ltabs-tabs > li:hover:after {
  background-color: white;
  border-right-color: #ddd;
  border-bottom-color: #ddd;
}
.content_v2 .sp-listing-tabs .ltabs-tabs > li:hover .ltabs-tab-label, .content_v2 .sp-listing-tabs .ltabs-tabs > li.tab-sel .ltabs-tab-label {
  color: #44a1ff;
}
.content_v2 .bxsliderDeal .slick-slide .itemDealImage.active:before, .content_v2 .bxsliderDeal .slick-slide .itemDealImage:hover:before {
  border-color: #44a1ff;
  z-index: 2;
}
.content_v2 .bxsliderDeal .slick-slide .itemDealImage.active:after, .content_v2 .bxsliderDeal .slick-slide .itemDealImage:hover:after {
  z-index: 3;
}
.content_v2 .homeTwoBestSeller .sp-listing-tabs .ltabs-tabs > li:hover, .content_v2 .homeTwoBestSeller .sp-listing-tabs .ltabs-tabs > li.tab-sel {
  border: 1px solid #44a1ff;
  border-radius: 5px;
  background-color: #fff;
}
.content_v2 .homeTwoBestSeller .sp-listing-tabs .ltabs-tabs > li:hover:before, .content_v2 .homeTwoBestSeller .sp-listing-tabs .ltabs-tabs > li.tab-sel:before {
  border: 1px solid #44a1ff;
  border-radius: 4px;
}
.content_v2 .homeTwoBestSeller .sp-listing-tabs .ltabs-tabs > li:hover:after, .content_v2 .homeTwoBestSeller .sp-listing-tabs .ltabs-tabs > li.tab-sel:after {
  border-color: #44a1ff;
}
.content_v2 .homeTwoBestSeller .sp-listing-tabs .ltabs-tabs > li:hover:last-child, .content_v2 .homeTwoBestSeller .sp-listing-tabs .ltabs-tabs > li.tab-sel:last-child {
  border: 1px solid #44a1ff;
}
.content_v2 .homeTwoBestSeller .sp-listing-tabs .ltabs-tabs > li:hover .ltabs-tab-img, .content_v2 .homeTwoBestSeller .sp-listing-tabs .ltabs-tabs > li.tab-sel .ltabs-tab-img {
  opacity: 1;
}
.lang-rtl .content_v2 .homeTwoBestSeller .sp-listing-tabs .ltabs-tabs > li:hover, .lang-rtl .content_v2 .homeTwoBestSeller .sp-listing-tabs .ltabs-tabs > li.tab-sel {
  border: 1px solid #44a1ff;
  border-radius: 5px;
  background-color: #fff;
}
.lang-rtl .content_v2 .homeTwoBestSeller .sp-listing-tabs .ltabs-tabs > li:hover:before, .lang-rtl .content_v2 .homeTwoBestSeller .sp-listing-tabs .ltabs-tabs > li.tab-sel:before {
  border: 1px solid #44a1ff;
  border-radius: 4px;
}
.lang-rtl .content_v2 .homeTwoBestSeller .sp-listing-tabs .ltabs-tabs > li:hover:after, .lang-rtl .content_v2 .homeTwoBestSeller .sp-listing-tabs .ltabs-tabs > li.tab-sel:after {
  border-color: #44a1ff;
}
.tabsNomargin .product-miniature .product-container:hover {
  border: 1px solid #44a1ff;
}
.extraNomargin .product-miniature .product-container:hover {
  border: 1px solid #44a1ff;
}
.homeOneBestSeller .sp-listing-tabs .ltabs-tabs > li:hover, .homeOneBestSeller .sp-listing-tabs .ltabs-tabs > li.tab-sel {
  background-color: #fff;
}
.homeOneBestSeller .sp-listing-tabs .ltabs-tabs > li:hover:before, .homeOneBestSeller .sp-listing-tabs .ltabs-tabs > li.tab-sel:before {
  border-color: #44a1ff;
}
.homeOneBestSeller .sp-listing-tabs .ltabs-tabs > li:hover:after, .homeOneBestSeller .sp-listing-tabs .ltabs-tabs > li.tab-sel:after {
  border-color: #44a1ff;
}
.homeOneBestSeller .sp-listing-tabs .ltabs-tabs > li:hover .liWrap:after, .homeOneBestSeller .sp-listing-tabs .ltabs-tabs > li.tab-sel .liWrap:after {
  background-color: #fff;
  border-color: #44a1ff;
}
.homeOneBestSeller .sp-listing-tabs .ltabs-tabs > li:hover .ltabs-tab-label, .homeOneBestSeller .sp-listing-tabs .ltabs-tabs > li.tab-sel .ltabs-tab-label {
  color: #44a1ff;
}
.homeOneBestSeller .sp-listing-tabs .ltabs-tabs > li:hover .ltabs-tab-img, .homeOneBestSeller .sp-listing-tabs .ltabs-tabs > li.tab-sel .ltabs-tab-img {
  opacity: 1;
}
.homeOneBestSeller .item .ltabs-item {
  margin-bottom: 3px;
}
.homeOneBestSeller .item .ltabs-item:last-child {
  margin-bottom: 0;
}
.lang-rtl .moduletable .module-tilte i:after {
  border-left: 0;
  border-right: 5px solid #44a1ff;
}
.storeLocation .fa {
  color: #44a1ff;
}
.phoneHeader .fa {
  color: #44a1ff;
}
.boxCollection .boxItem:hover {
  background-color: white;
  color: #44a1ff;
}
.boxCollection .boxItem:hover:before, .boxCollection .boxItem:hover:after {
  border-color: #44a1ff;
}
.boxCollection .boxItem:hover .itemIcon {
  opacity: 1;
}
.boxCollection .boxItem:hover .itemTitle {
  color: #44a1ff;
}
.salePercent {
  background-color: #44a1ff;
}
.content_v3 .sp-deal .product-miniature .product-container {
  overflow: hidden;
}
.content_v3 .sp-deal .product-miniature .product-container:hover:before {
  border: 3px solid #44a1ff;
}
.content_v3 .sp-deal .product-miniature .product-container:hover .add-to-cart, .content_v3 .sp-deal .product-miniature .product-container:hover .quick-view {
  color: #44a1ff;
  border-color: #44a1ff;
  background-color: #fff;
}
.content_v3 .sp-deal .product-miniature .product-info .add-to-cart, .content_v3 .sp-deal .product-miniature .product-info .quick-view {
  color: #44a1ff;
  border-color: #44a1ff;
}
.content_v3 .sp-deal .product-miniature .product-info .add-to-cart:hover, .content_v3 .sp-deal .product-miniature .product-info .quick-view:hover {
  color: #fff;
  background-color: #44a1ff;
}
.content_v3 .sp-listing-tabs .ltabs-tabs > li.tab-sel .ltabs-tab-label, .content_v3 .sp-listing-tabs .ltabs-tabs > li:hover .ltabs-tab-label {
  color: #44a1ff;
}
.content_v3 .promotion .item:hover {
  border-color: #44a1ff;
  background-color: #fff;
}
.sp-extraslider .style2 .product-container:hover {
  border-color: #44a1ff;
}
.header_v3 .navbar .navbar-button .navbar-toggle .icon-bar {
  background-color: #44a1ff;
}
.content_v4 .promotion .item:hover {
  background-color: #44a1ff;
}
.content_v4 .promotion .item:hover .text p {
  opacity: 1;
}
#content-wrapper .content_v4 .sp-manu-slider .owl-nav > div:hover {
  color: #44a1ff;
}
@media (min-width: 1400px) {
  .header_v4 .sphomepage-slider .owl-controls .owl-nav > div {
    color: #44a1ff;
  }
  .header_v4 .sphomepage-slider .owl-controls .owl-nav > div:hover {
    color: #fff;
    background-color: #44a1ff;
  }
}
.header_v5 .spblockcart .header i {
  background-color: #44a1ff;
  border-color: #44a1ff;
}
.header_v5 .spblockcart .cart-products-count {
  border: 1px solid #44a1ff;
  line-height: 22px;
}
.header_v5 .spmegamenu .home > a:hover {
  color: #44a1ff;
  background-color: #fff;
}
#index .header_v5 .spmegamenu .home > a {
  color: #44a1ff;
  background-color: #fff;
}
.header_v5 .spmegamenu .navbar-nav > li > a:hover {
  color: #44a1ff;
  background-color: #fff;
}
.header_v5 .spmegamenu .navbar-nav > li.active > a {
  color: #44a1ff;
  background-color: #fff;
}
.content_v5 .sp-vermegamenu .cat-title {
  background-color: #44a1ff;
}
.content_v5 #newsletter_block_home .newsletterContent:hover {
  border-color: #44a1ff;
}
.content_v5 #newsletter_block_home .newsletterContent:hover:before {
  border-color: #44a1ff;
}
.content_v5 #newsletter_block_home .newsletterDesc .promotion {
  color: #44a1ff;
}
.content_v5 #newsletter_block_home .newsletterForm .form-group .btn:hover {
  background-color: #44a1ff;
}
.content_v5 .dealLeftColumn .item-time {
  background-color: #44a1ff;
}
.content_v5 .dealLeftColumn .product-miniature .product-info .product-title a:hover {
  color: #44a1ff;
}
.content_v5 .sp-listing-tabs .ltabs-tabs-container {
  background-color: #44a1ff;
}
.content_v5 .sp-listing-tabs .ltabs-tabs > li.tab-sel, .content_v5 .sp-listing-tabs .ltabs-tabs > li:hover {
  background-color: #1b8cff;
}
.content_v5 .sp-listing-tabs .ltabs-tabs > li.tab-sel .ltabs-tab-label, .content_v5 .sp-listing-tabs .ltabs-tabs > li:hover .ltabs-tab-label {
  color: #fff;
}
.content_v5 .sp-listing-tabs .owl-controls .owl-nav > div:hover {
  color: #44a1ff;
  background-color: #fff;
}
.content_v5 .sp-listing-tabs .product-miniature .product-container:hover {
  border-color: #44a1ff;
}
.boxService5 .boxItem:hover {
  background-color: white;
  border-color: #44a1ff;
}
.boxService5 .boxItem:hover:before {
  border-color: #44a1ff;
}
.boxService5 .boxItem:hover .media-heading {
  color: #44a1ff;
}
.moduleManuRight .sp-manu-slider .item-img-info:hover, .moduleManuRight .sp-manu-slider .item-img-info:hover:before {
  border-color: #44a1ff;
}
.header_v5 .navbar .navbar-button .navbar-toggle .icon-bar {
  background-color: #44a1ff;
}
.content_v5 .sphomepage-slider .owl-controls .owl-dots .owl-dot.active {
  background-color: #44a1ff;
}
.content_v5 .sphomepage-slider .owl-controls .owl-nav > div:hover {
  color: #fff;
  background-color: #44a1ff;
}
#newsletter_block_popup .block_content .content-inner .newsDaily {
  color: #44a1ff;
}
#newsletter_block_popup .close {
  background-color: #44a1ff;
}
.proPopularList .itemCusTitle {
  color: #44a1ff;
}
.proPopularList .itemCusTitle.collapsed {
  color: #555;
}
.boxCategory .cateTitle a:hover {
  color: #44a1ff;
}
@media (max-width: 991px) {
  .navbar .navbar-button .navbar-toggle:hover {
    color: #fff;
    border-color: #44a1ff;
    background-color: #44a1ff;
  }
  .navbar .navbar-button .navbar-toggle:hover .icon-bar {
    background-color: #fff;
  }
  .spverticalmenu .navbar-header .navbar-toggle:hover {
    color: #fff;
    background-color: #44a1ff;
  }
  #sp-vermegamenu .navbar-nav > li.group > .dropdown-menu > ul > li li.parent > a:hover {
    color: #44a1ff;
  }
}
@media (max-width: 767px) {
  .header_v1 #btn_search:hover, .header_v1 #btn_search:focus {
    color: #fff;
    border-color: #44a1ff;
    background-color: #44a1ff;
  }
}
.sdsarticleItem .sdsarticleTitle a:hover {
  color: #44a1ff;
}
.lastestNewsTwo .postItem .postTittle a:hover {
  color: #44a1ff;
}
.lastestnews .post {
  position: relative;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 30px 20px;
  list-style: none;
}
.lastestnews .post-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.lastestnews .post_image {
  width: 50%;
  padding: 0px 10px;
}
.lastestnews .post_image a {
  display: block;
}
.lastestnews .post_content {
  width: 50%;
  padding: 0px 10px;
}
.postDate > span {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  vertical-align: text-bottom;
  color: #44a1ff;
  line-height: 30px;
}
.postDate > span.postDay {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}
.postDate > span.postMonth {
  line-height: 24px;
}
.postItem .postTittle {
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0;
}
.postItem .postTittle a {
  display: block;
  line-height: 22px;
  color: #666;
}
.postItem .postTittle a:hover {
  color: #44a1ff;
}
.postItem .postDesc {
  font-size: 12px;
  color: #777;
  line-height: 22px;
}
.postItem .postMeta {
  padding-top: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
}
.postItem .postMeta:after {
  content: "";
  display: table;
  clear: both;
}
.postItem .postMeta .postMetaReadmore {
  float: left;
}
.postItem .postMeta .postMetaReadmore a {
  color: #44a1ff;
}
.leftHomeNews .post_title_left a {
  display: block;
  padding: 15px 0 10px;
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
.leftHomeNews .post_title_left a:hover {
  color: #44a1ff;
}
.leftHomeNews .post_content .desc {
  color: #888;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
.leftHomeNews .post_content_bottom {
  padding-top: 5px;
}
.leftHomeNews .post_content_bottom:after {
  content: "";
  display: table;
  clear: both;
}
.leftHomeNews .post_content_bottom .post-comment {
  float: left;
}
.leftHomeNews .post_content_bottom .post-comment a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
.leftHomeNews .post_content_bottom .post-comment a:hover {
  color: #44a1ff;
}
.leftHomeNews .post_content_bottom .read-more {
  float: right;
}
.leftHomeNews .post_content_bottom .read-more a {
  display: inline-block;
  color: #44a1ff;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
.lastestNewsTwo .lastest_posts {
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.lastestNewsTwo .owl-item.active .post {
  border-right: 1px solid #ddd;
}
.lastestNewsTwo .post {
  margin-right: -1px;
  padding: 20px;
  border: 1px solid transparent;
  overflow: hidden;
}
.lastestNewsTwo .post:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 5px;
}
.lastestNewsTwo .post:hover:after {
  border-color: #44a1ff;
}
.lastestNewsTwo .postDate {
  padding: 15px 0 10px;
}
.lastestNewsTwo .postDate > span.postDay {
  font-size: 30px;
  line-height: 30px;
}
.lastestNewsTwo .postItem .postTittle {
  padding: 0;
  font-size: 16px;
}
.lastestNewsTwo .postItem .postTittle a {
  color: #555;
  line-height: 1.43;
}
.lastestNewsTwo .postItem .postMeta {
  padding-top: 15px;
}
.moduleLeft .lastestnews .post {
  padding: 15px;
}
.moduleLeft .lastestnews .post-inner {
  display: block;
}
.moduleLeft .lastestnews .post_image {
  width: 100%;
  padding: 0;
}
.moduleLeft .lastestnews .post_content {
  width: 100%;
  padding: 15px 0;
}
.moduleLeft .lastestnews .module-tilte span {
  display: none;
}
.moduleLeft .postDate > span.postDay {
  font-size: 30px;
  line-height: 32px;
}
.moduleLeft .postItem .postTittle {
  padding: 10px 0 5px;
  font-size: 16px;
}
.moduleLeft .postItem .postMeta {
  padding-top: 10px;
}
.rowContentv5 .lastestnews .post {
  padding: 20px;
}
.rowContentv5 .lastestnews .post-inner {
  display: block;
}
.rowContentv5 .lastestnews .post-inner .post_image {
  padding: 0;
  width: 100%;
}
.rowContentv5 .lastestnews .post-inner .post_content {
  padding: 20px 0 5px;
  width: 100%;
}
.rowContentv5 .postDate > span.postDay {
  font-size: 30px;
  line-height: 32px;
}
.rowContentv5 .postItem .postTittle {
  padding: 10px 0 5px;
  font-size: 16px;
}
.rowContentv5 .postItem .postMeta {
  padding-top: 10px;
}
.blogModule .sdstitle_block {
  margin: 0;
  padding: 15px 28px;
  color: #333;
  background-color: #f5f5f5;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
#category_blog_block_left .list-link {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
#category_blog_block_left .list-link li {
  position: relative;
  padding: 0px 3px;
}
#category_blog_block_left .list-link li a {
  display: block;
  padding: 5px 25px;
  color: #333;
  border-radius: 5px;
  font-size: 14px;
  line-height: 30px;
}
#category_blog_block_left .list-link li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 8px;
  background-image: url("../../assets/img/icon/icon-list.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
#category_blog_block_left .list-link li a:hover {
  color: #fff;
  background-color: #44a1ff;
}
#category_blog_block_left .list-link li a:hover:before {
  background-position: 0 -10px;
}
#category_blog_block_left .list-link li span {
  display: none;
}
.recentArticles .media-object {
  width: 80px;
  max-width: none;
}
.recentArticles .media {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.recentArticles .media:last-child {
  border-bottom: 0;
}
.recentArticles .media .info {
  font-size: 12px;
  font-style: italic;
}
.recentArticles .media-heading {
  padding: 0;
  font-size: 14px;
}
.recentArticles .media-heading a {
  color: #555;
}
.recentArticles .media-heading a:hover {
  color: #44a1ff;
}
.blogArchives {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.blogArchives li {
  padding: 3px 30px;
}
.blogArchives li a {
  display: block;
}
.blogTags {
  padding: 15px 10px 10px;
}
.blogTags:after {
  content: "";
  display: table;
  clear: both;
}
.blogTags a {
  float: left;
  display: block;
  height: 30px;
  margin: 0 5px 5px 0;
  padding: 6px 15px;
  color: #555;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size: 13px;
  transition: 0.3s all ease 0s;
}
.blogTags a:hover {
  color: #fff;
  background-color: #44a1ff;
}
.lang-rtl .blogTags a {
  float: right;
}
.articleSidebarLeft {
  margin-top: 50px;
}
#product-modal .modal-content .modal-body .mask {
  position: relative;
  overflow: visible;
  margin-top: 70px;
  z-index: 1;
}
#product-modal .modal-content .modal-body .arrows .arrow-up, #product-modal .modal-content .modal-body .arrows .arrow-down {
  left: 50px;
}
#product-modal .modal-content .modal-body .popup-image {
  margin-left: 25px;
}
#product-modal .modal-content .modal-body .product-cover-modal, #product-modal .modal-content .modal-body .image-caption {
  width: 100%;
  max-width: 600px;
}
.popup-image > li.thumb-container {
  margin: 0 0 10px 0;
}
#product-modal .modal-content .modal-body .popup-image {
  width: 100px !important;
}
#product-modal .modal-content .modal-body .popup-image li {
  width: 100px !important;
  padding: 5px 0px;
  outline: none;
}
#product-modal .modal-content .modal-body .popup-image li.slick-active:last-child {
  margin-bottom: 0;
}
#product-modal .modal-content .modal-body .popup-image img {
  width: 100%;
  background: #fff;
}
#product-modal .modal-content .modal-body .thumbnails {
  text-align: left !important;
}
#product-modal .modal-dialog {
  max-width: 766px;
}
#product-modal .modal-content .slick-list {
  height: 440px !important;
}
#product-modal .modal-content .slick-prev, #product-modal .modal-content .slick-next {
  left: 35%;
  font-size: 0;
  height: 30px;
  width: 30px;
  position: relative;
  border: none;
  background: #ccc;
}
#product-modal .modal-content .slick-prev:after, #product-modal .modal-content .slick-next:after {
  font-size: 16px;
  font-family: Fontawesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
#product-modal .modal-content .slick-prev:hover:after, #product-modal .modal-content .slick-next:hover:after {
  color: #44a1ff;
}
#product-modal .modal-content .slick-prev {
  bottom: auto;
  top: 5px;
}
#product-modal .modal-content .slick-prev:after {
  content: "\f106";
}
#product-modal .modal-content .slick-next {
  bottom: 5px;
  top: auto;
}
#product-modal .modal-content .slick-next:after {
  content: "\f107";
}
#cart .cart-container .text-xs-right a.remove-from-cart:hover i.material-icons {
  color: #44a1ff;
}
div#blockcart-modal .modal-content {
  border: none;
}
div#blockcart-modal .modal-header {
  background: #44a1ff;
}
div#blockcart-modal .modal-header .close {
  padding: 0;
  color: #fff;
  font-size: 20px;
  opacity: 1;
  text-shadow: none;
}
div#blockcart-modal .modal-header .close:hover {
  color: #f55;
}
div#blockcart-modal .modal-body {
  padding: 30px;
  background: #fff;
}
div#blockcart-modal .modal-body .product-image-container .product-image {
  width: 190px;
}
div#blockcart-modal .modal-body .product-name {
  font-weight: 500;
  padding-bottom: 12px;
  color: #555;
}
div#blockcart-modal .modal-body .product-price {
  color: #f55;
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding-bottom: 15px;
}
div#blockcart-modal .modal-body span, div#blockcart-modal .modal-body p {
  padding: 10px 0;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
}
div#blockcart-modal .modal-body span strong, div#blockcart-modal .modal-body p strong {
  font-weight: 600;
}
div#blockcart-modal .modal-body .cart-products-count {
  padding-bottom: 12px;
}
div#blockcart-modal .modal-body .cart-content {
  padding: 0 15px;
}
div#blockcart-modal .modal-body .cart-content .btn {
  margin: 30px 0 0;
  background: #44a1ff;
  color: #fff;
  box-shadow: none;
  line-height: 40px;
  padding: 0 15px;
  transition: 0.3s all ease 0s;
}
div#blockcart-modal .modal-body .cart-content .btn:hover {
  background: #1187ff;
}
#contact #content-wrapper > .row {
  margin: 0;
}
#contact .page-content {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
#contact .form-control-label {
  text-align: left;
}
#contact .form-footer .btn {
  padding: 6px 20px;
  height: 42px;
  color: #fff;
  background: #333;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  box-shadow: none;
}
#contact .form-footer .btn:hover {
  background: #44a1ff;
}
#contact .group-span-filestyle .btn {
  background: #44a1ff;
  border-radius: 0px 4px 4px 0px;
}
#contact .group-span-filestyle .btn:hover {
  background: #1187ff;
}
.contact-rich {
  margin-top: 30px;
  padding: 20px 0;
}
.contact-rich h4 {
  margin: 0;
  margin-bottom: 10px;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  position: relative;
  text-transform: uppercase;
}
.contact-rich .block-rich {
  margin: 0 0 30px;
}
.contact-rich .block-rich:before, .contact-rich .block-rich:after {
  content: "";
  display: table;
}
.contact-rich .block-rich:after {
  clear: both;
}
.contact-rich .block-rich .icon {
  float: left;
  width: 24px;
  color: #555;
}
.contact-rich .block-rich .icon .material-icons {
  font-size: 16px;
  line-height: 12px;
}
.contact-rich .block-rich .labelcontact {
  float: left;
  color: #555;
  width: 66px;
  font-size: 13px;
}
.contact-rich .block-rich .data {
  float: right;
  width: calc(100% - 90px);
  color: #777;
  font-size: 13px;
}
.contact-form {
  margin-top: 30px;
  padding: 20px 0;
}
.contact-form .form-fields > .form-group:first-child {
  margin-bottom: 0;
}
.contact-form .contact-title {
  margin: 0;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  position: relative;
  text-transform: uppercase;
}
.contact-form .form-control-label {
  color: #555;
}
.contact-form .form-control-select {
  padding-top: 6px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.contact-form .form-control-select:focus {
  outline: 0px;
}
.contact-form .form-control {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.contact-form .form-control:focus {
  outline: 0px;
}
#cms {
  overflow-x: hidden;
}
#cms .page-header {
  padding: 10px 0;
  text-align: center;
}
#cms .page-header h1 {
  margin: 10px 0;
  color: #333;
  font-size: 24px;
  font-weight: 600;
}
#cms #wrapper {
  padding: 0px;
}
#search #wrapper {
  padding-top: 30px;
}
.spaboutus .aboutusImage {
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.spaboutus .aboutusHeading {
  margin: 10px 0 15px;
  padding: 0px;
  color: #222;
  font-size: 24px;
  font-weight: 400;
}
.spaboutus .aboutusDesc {
  color: #777;
  font-weight: 400;
  line-height: 24px;
}
.spaboutus .aboutusBottom {
  position: relative;
  margin-top: 60px;
  padding: 70px 0;
  z-index: 1;
}
.spaboutus .aboutusBottom:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -50%;
  width: 200%;
  height: 100%;
  z-index: -1;
  background-color: #f8f8f8;
}
.spaboutus .aboutusBottom .aboutusHeading {
  text-align: center;
}
.spaboutus .personBox {
  margin-top: 5px;
  text-align: center;
}
.spaboutus .personBox .personAvatar {
  padding: 6px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.spaboutus .personBox .personInfo {
  padding: 10px 0;
}
.spaboutus .personBox .personInfo h4 {
  margin: 0px;
  padding: 5px 0;
  color: #222;
  font-size: 18px;
  font-weight: 400;
}
.spaboutus .personBox .personInfo p {
  margin: 0px;
  color: #777;
  font-size: 12px;
}
.page-content.page-cms {
  color: #777;
  line-height: 22px;
  padding-bottom: 30px;
}
.page-content.page-cms .cms-box img {
  margin: 10px 0;
}
.page-content.page-cms .testimonials {
  border: 0;
  border-radius: 0;
}
.page-content.page-cms h1, .page-content.page-cms h2, .page-content.page-cms h3, .page-content.page-cms h4, .page-content.page-cms h5, .page-content.page-cms h6 {
  color: #555;
  line-height: 24px;
}
.page-content.page-cms ul {
  list-style: initial;
  padding-left: 30px;
}
.lang-rtl .page-content.page-cms ul {
  padding-left: 0;
  padding-right: 30px;
}
.page-content.page-cms ol {
  padding-left: 30px;
}
.lang-rtl .page-content.page-cms ol {
  padding-left: 0;
  padding-right: 30px;
}
.faqCollapseContent {
  margin-bottom: 40px;
}
.aboutus .about-image {
  text-align: center;
}
.aboutus .about-text {
  padding: 30px 0;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.aboutus .about-text h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0px;
  padding: 20px 0;
  text-transform: uppercase;
}
.groupAccordion .accordionCms {
  background-color: #eee;
  color: #333;
  padding: 12px 18px;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  transition: 0.4s;
}
.groupAccordion .accordionCms .lang-rtl {
  text-align: right;
}
.groupAccordion .accordionCms.active, .groupAccordion .accordionCms:hover {
  background-color: #ddd;
}
.groupAccordion .accordionCms.active:after {
  content: "\2796";
}
.groupAccordion .accordionCms:after {
  content: '\02795';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
.groupAccordion .accordionContent {
  padding: 10px 18px;
  background-color: white;
  height: 0;
  overflow: hidden;
  transition: 0.35s ease-in-out;
  opacity: 0;
}
.groupAccordion .accordionContent.show {
  opacity: 1;
  height: 100%;
}
@-webkit-keyframes animate-translate-top {
  0% {
    -webkit-transform: translate(0, -150px);
    -ms-transform: translate(0, -150px);
    transform: translate(0, -150px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@-moz-keyframes animate-translate-top {
  0% {
    -webkit-transform: translate(0, -150px);
    -ms-transform: translate(0, -150px);
    transform: translate(0, -150px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes animate-translate-top {
  
  0% {
    -webkit-transform: translate(0, -150px);
    -ms-transform: translate(0, -150px);
    transform: translate(0, -150px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
a.backtotop {
  background-color: #777;
  width: 45px;
  height: 45px;
  bottom: 20px;
  right: 10px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 9999;
  position: fixed;
  display: block;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  transform: scale(1);
  opacity: 1;
  
}
a.backtotop.hidden-top {
  bottom: -100px;
  transform: scale(0);
  opacity: 1;
}
a.backtotop i {
  font-size: 24px;
  line-height: 45px;
  margin: 0;
  color: white;
  padding: 0;
}
a.backtotop:hover {
  background: #44a1ff;
}
@media (min-width: 1200px) {
    .menu-fixed {
    position: fixed;
    width: 100%;
    z-index: 90;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 1px 3px #ccc;
  }
  .header-main.menu-fixed {
    -webkit-animation: animate-translate-top 0.8s;
    -moz-animation: animate-translate-top 0.8s;
    animation: animate-translate-top 0.8s;
  }
  .header_v1.has-top-margin .header-center {
    margin-top: 110px;
  }
  .header_v2.has-top-margin .header-center {
    margin-top: 105px;
  }
  #index .header_v2.has-top-margin .menu-fixed.header-center {
    margin-top: 0;
  }
  #index .header_v2.has-top-margin .menu-fixed.header-center .sp-vermegamenu .sp-verticalmenu-container {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #index .header_v2.has-top-margin .menu-fixed.header-center .sp-vermegamenu:hover .sp-verticalmenu-container {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
  }
  .header_v3.has-top-margin .header-bottom {
    margin-top: 130px;
  }
  .header_v3.has-top-margin .menu-fixed #_desktop_logo {
    min-height: 80px;
    line-height: 80px;
  }
  .header_v3.has-top-margin .menu-fixed .header-top-right {
    margin-top: 15px;
  }
  body.layout-boxed main {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 6px #777;
    overflow: hidden;
  }
  body.layout-framed main {
    width: 1200px;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0 0 10px #777;
    overflow: hidden;
  }
  body.layout-rounded main {
    width: 1200px;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0 0 10px #777;
    border-radius: 15px;
    overflow: hidden;
  }
}
.hide-title .product_list.grid h5, .hide-quickview .product_list.grid .quick-view {
  display: none !important;
}
.hide-title .product_lists.grid h5, .hide-quickview .product_lists.grid .quick-view {
  display: none !important;
}
.hide-productdes .grid .product-desc, .hide-coloroption .grid .color-list-container, .hide-stockinfo .grid .availability {
  display: none !important;
  
}
div.img-pattern.active, div.img-pattern.selected {
  border-color: #44a1ff;
}
div.themeColor.active, div.themeColor.selected {
  border-color: #44a1ff;
}
.reset-group .btn:hover {
  background: #44a1ff;
  
}
@media (max-width: 991px) {
  #sp-cpanel_btn {
    display: none;
  }
}
