/* default css */
html {
  --themeClr: #545454;
  --themeClrLight: #777;
  --themeClrDark: #000;
}
#sp-top-bar {
  color: var(--themeClrDark);
}
#sp-top-bar a {
  color: var(--themeClrDark);
}
#sp-top-bar a:hover {
  color: var(--themeClr);
}
a:hover, a:focus, a:active {
  color: var(--themeClr);
}
.tags > li a:hover {
  background: var(--themeClr);
}
.pager > li a {
  color: var(--themeClrDark);
}
.pager > li a:hover {
  color: var(--themeClr);
  border: 1px solid var(--themeClr);
}
@media (max-width: 992px) {
    #sp-menu {sp-scroll-up
        position: absolute!important;
        right: 0;
    }
    #sp-menu.col-2 {
        flex: 0 0 auto;
        width: 41.66666667%!important
    }
    #sp-user1.col-5 {
        flex: 0 0 auto;
        width: 16.66666667%!important;
    }
    
}
.accordion-button:not(.collapsed) {
    color: #9f5dff;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.sp-megamenu-parent > li:hover > a {
  color: var(--themeClr);
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: var(--themeClr);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: var(--themeClrDark);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: var(--themeClr);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: var(--themeClr);
}
.sp-megamenu-parent .sp-mega-group > li > a {
  color: var(--themeClrDark);
}
#offcanvas-toggler > .fa {
  color: var(--themeClrDark);
}
#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {
  color: var(--themeClr);
}
.offcanvas-menu {
  color: var(--themeClrDark);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: var(--themeClrDark);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
  color: var(--themeClr);
}
.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: var(--themeClr);
  background-color: var(--themeClr);
}
.sp-module ul > li > a:hover {
  color: var(--themeClr);
}
#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus {
  color: var(--themeClr);
}
/* custom (not in template css) */
#sp-header .container-inner {
  padding: 0 2rem;
}
#sp-header .mod-login {
    margin: 0px 5px;
}
/* .mod-login, .block-cart {
  display: none;
} */
.app-buttons {
  display: flex;
  justify-content: space-evenly;
  max-width: 440px!important;
}
#sp-header .searchpro.jmoddiv  {
  max-width: 63%;
}
#sp-header .searchpro  {
  max-width: 85%;
  float: none;
  max-height: 35px;
    display: flex;
}
#sp-user1 > .sp-column  {
  display: flex;
flex-direction: row-reverse;
}
#sp-slideshow .container-inner {
  padding: 0;
}
.jb-cookie-decline {
    text-align: left;
    padding: 1.5rem;
}
.ox-orders-button {
  height: 35px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ddd;
}
.view-productdetails.home-layout1 section {
    display: none;
}
.view-productdetails #sp-main-body {
  padding: 100px 2rem 75px;
}
.view-productdetails.home-layout1 #sp-main-body {
  display: block;
}
.view-productdetails.home-layout1 #sp-bottom {
  display: block;
}
.com-virtuemart.view-category #sp-main-body {
  padding: 100px 2rem 75px;
}
.hide-title {
  display: none!important;
}
.search-header{
  margin-right: 2rem;
}
.spacer-title::before {
  display: none!important;
}
.spacer-title::after {
  display: none!important;
}
.owl-carousel .owl-item .slide-title {
  text-shadow: 1px 0px 4px white;
}
.owl2-carousel .owl-item .slide-title {
  text-shadow: 1px 0px 4px white;
}
.owl-carousel .owl2-item .slide-title {
  text-shadow: 1px 0px 4px white;
}
.owl2-carousel .owl2-item .slide-title {
  text-shadow: 1px 0px 4px white;
}

.owl2-carousel .owl2-item img {
    width: 100%;
}

.zoomContainer {
  display: none!important;
}
.social-share {
  display: none!important;
}
.open-sidebar {
  display: none!important;
}
.sidebar-overlay {
  display: none!important;
}
.entry-user {
  display: none!important;
}
.blog {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1rem;
    padding: 0 2rem;
}
.article-list.clearfix:before, .article-list.clearfix:after {
  display: none!important;
}
.view-article .container-inner {
  padding: 0 2rem;
}
.article-details {
    max-width: 720px;
    margin: 0 auto;
}
.article-list .col-md-6 {
  -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.article-list p {
    color: #666;
    line-height: 24px;
}
.pag-item-inner {
  max-width: 380px;
}
.sp-module .megaslider .mgsl-wrap.theme1 .mgsl-control ul.pag-list-inner li.pag-item .pag-item-inner .item-info {
    clear: both;
}
.yt-counter-text {
    min-height: 48px;
}

.acyterms{
  position: absolute;
  right: 0;
  top: 60px;
}

.sppb-addon-content .socials {
  margin-top: 45px;
  margin-bottom: 15px;
  overflow: hidden;
}
.sppb-addon-content .socials li {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}
.sppb-addon-content .socials li a {
  color: #fff;
  font-size: 18px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #000;
  border-radius: 100%;
  display: block;
  color: #fff;
}
.sppb-addon-content .socials li a i {
  font-size: 0px;
}
.sppb-addon-content .socials li a * {
  font-size: 0px;
}
.sppb-addon-content .socials li a i:before {
  font-size: 18px;
}
.sppb-addon-content .socials li a *:before {
  font-size: 18px;
}
.sppb-addon-content .socials li a:hover {
  color: #fff;
  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
#sp-bread{ background-image:url("/images/bg-bread-2.jpg")!important; background-repeat:no-repeat!important; background-position: right; }
#add-reviews li:nth-of-type(2n) {
  display: none;
}
.item-rating {
  display: none;
}
.view-cart #sp-breadcrumb .breadcrumb {
  display: none;
}
.view-login #sp-breadcrumb .breadcrumb {
  display: none;
}
.view-profile #sp-breadcrumb .breadcrumb {
  display: none;
}
.view-productdetails #sp-breadcrumb {
  display: none;
} 
.onsale {
  display: none;
}
/* template start */
/* .sp-header .sp-logo {
  min-width: 260px;
} */
body {
    color: #000;
}
.logo-image {
    object-fit: contain;
}
#sp-breadcrumb ul.breadcrumb > li a:hover {
  color: var(--themeClr);
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
  color: var(--themeClr);
}
.blog-featured .readmore a {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.article-info > span a:hover {
  color: var(--themeClr);
}
.pagination-wrapper .pagination li:hover a, .paginationblock .pagination li:hover a, .pagination-wrapper .pagination li:hover span, .paginationblock .pagination li:hover span {
  background-color: var(--themeClr);
  border-color: var(--themeClr);
}
.pagination-wrapper .pagination li.active a, .paginationblock .pagination li.active a, .pagination-wrapper .pagination li.active span, .paginationblock .pagination li.active span {

  background-color: var(--themeClr);
  border-color: var(--themeClr);
}
#sp-position-6 .sp-column .sp-module:first-of-type {
  min-height: 110px;
}
.thumbnail-linker {
  display: block!important;
  width: fit-content!important;
  margin: 0 auto!important;
  max-width: 100%!important;
  height: fit-content!important; 
}
.thumbnail-linker img{
      border-radius: 10px;
}
.thumbnail-linker:after {
  content: "\e94e";
    font-family: "icomoon";
    font-size: 40px;
    display: flex;
    position: absolute;
    top: 63%;
    left: calc(50% - 30px);
    background: white;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    /* margin: 0 auto; */
    /* vertical-align: middle; */
    justify-content: center;
    align-items: center;
    padding-left: 5px;
}
#sp-bottom {
    background: #222!important;
}
#sp-bottom:before {
    background: none!important;
}
#sp-bottom .sp-module ul.menu li a:hover {
  color: var(--themeClr);
}
#sp-bottom .sp-module ul.menu li a:hover:before {
  background-color: var(--themeClr);
}
#sp-bottom .contact-footer .hotline {
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 20px;
    border-radius: 30px;
}
#sp-bottom .contact-footer .hotline:after {
    display: none;

  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
#sp-bottom .contact-footer .hotline:before {
    display: none;
    background: var(--themeClrDark);
}
#sp-bottom .contact-footer .hotline .inner:before {
    display: none;
  background: var(--themeClr);
}
#sp-bottom .contact-footer .hotline .inner:after {
    display: none;

  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
#sp-bottom .contact-footer .socials li a {
    
    font-size: 18px;
    width: 38px;
    height: 38px;
    line-height: 42px;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    display: block;
    color: #000;
}
#sp-bottom .contact-footer .socials li a:hover {
    
  background-image: unset;
  
    background: #333;
}


#sp-bottom #sp-bottom2 .sp-module {
    margin-left: 0;
}
.custom-qr-footer {
  display: grid; grid-template-columns: 1fr 1fr; grid-gap: 1rem;
      grid-row-gap: 2rem;
  display: grid; grid-template-columns: 1fr ; grid-gap: 1rem;
      grid-row-gap: 1rem;
}
.custom-qr-footer > div:first-of-type > img {
    padding: 0.5rem;
    background: #fff;
    border-radius: 16px;
}
#sp-footer1 .sp-column  {
  display: grid;
  grid-template-columns: 3fr 1fr 1.5fr;
}
#sp-footer1 .block-payment  {
  order: 1;
}
@media (min-width: 1200px) {
    .custom-qr-footer {
        padding-right: 14rem;
    }
}
#sp-footer #sp-footer1 .sp-copyright {
    order: 2;
}
#sp-footer #sp-footer1 .custom p img {
    margin: 22px auto!important;
}
#sp-footer {
    margin-top: -20px;
}
#sp-bottom .hotline i {
    font-size: 0;
    margin-right: .5rem;
    margin-left: .25rem;
}
#sp-bottom .hotline i:before {
    font-size: 26px;
}
#sp-bottom .contact-footer .socials li a i:before {
    font-size: 24px;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted, .plg_system_eprivacy_module div.plg_system_eprivacy_declined {
    border: none!important;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted p, .plg_system_eprivacy_module div.plg_system_eprivacy_declined p {
  text-align: left;
  display:flex;
/* display: grid;
grid-template-columns: 1fr;
grid-gap: .5rem; */
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button, .plg_system_eprivacy_module div.plg_system_eprivacy_declined button {
    float: right;
    margin-right: .3rem;
    /* order: 1; */
    /* max-width: max-content; */
}
.form-validate {
    clear: both;
}
@media (max-width: 992px) {
.custom-qr-footer {
  display: grid; 
  padding-right: 1.2rem;
  grid-template-columns: 1fr; 
  grid-gap: 1rem;
}
.best-sellers {
  display: none;
}
.form-validate {
    clear: both;
    padding: 0;
}


}
@media (min-width: 992px) and (max-width: 1199px) {
.block-payment {
    display: block;
}
.custom-qr-footer {
  display: grid; grid-template-columns: 1fr ; grid-gap: 1rem;
}
#sp-header .searchpro {
    display: none;
}
}
@media (min-width: 1199px) and (max-width: 1366px) {
.block-payment {
    display: block;
}
.custom-qr-footer {
  display: grid; grid-template-columns: 1fr; grid-gap: 1rem;
}
}
#sp-footer #sp-footer1 .sp-copyright a {
  color: var(--themeClr);
}
table.category thead > tr th a:hover, table.category tbody > tr th a:hover, table.category thead > tr td a:hover, table.category tbody > tr td a:hover {
  color: var(--themeClr);
}
.sp-scroll-up {
  background: var(--themeClr);
}

body.home-layout1 .sp-scroll-up {
    display: none!important;
}
@media print {
  .sp-scroll-up {
    background: var(--themeClr);
  }
}
.sp-column table.user-details tr td {
    border-bottom: none;
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid black;
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#crafty_postcode_findbutton {
  outline: medium none !important;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 0;
  padding: .5rem .6rem;
  cursor: pointer;
  background: #000;
  color: #fff;
}
#crafty_postcode_findbutton:hover {
  background: #222;
}
.chzn-container.chzn-container-single .chzn-single {
    display: block;
    width: 100%;
    /* padding: .5rem 0.75rem; */
    font-size: 1rem;
    line-height: 1.25;
    padding: 0.5rem 0.75rem;
    height: auto;
    color: #000;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid black;
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: none;
}
.sp-column #com-form-login {
    background: #ebebeb;
    padding: 20px;
    margin: 0 0 30px;
    border: none;
}
.cart-summary {
  margin-bottom: 1rem;
}
.checkout-advertise:before {
    content: 'Or pay with PayPal';
    margin-left: 1rem;
    line-height: 2.2;
}
.com-virtuemart #sp-component .sp-column {
   padding: 0 1rem;
}
.sp-column table.user-details input {
    width: 100%;
    max-width: 400px;
}
.sp-column table.user-details select {
    width: 100%;
    max-width: 400px;
}
.sp-column table.user-details .chosen-container {
    width: 100%;
    max-width: 400px;
}
.control-buttons {
    max-width: 558px;
}
.sp-column table.user-details .chzn-container-single a {
    height: auto;
}
.sp-module .contact-ajax .ctajax-element .el-info-contact .info-address i, .sp-module .contact-ajax .ctajax-element .el-info-contact .info-mobie i, .sp-module .contact-ajax .ctajax-element .el-info-contact .info-mail i {
  color: var(--themeClr);
}
.el-ctajax-form {
  margin-top: 1rem;
}
.sp-module .contact-ajax .ctajax-element .el-ctajax-form input[type="submit"] {
  background-color: var(--themeClr);
}
.contact-images-ox {
  display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}
.contact-images-ox .left-div img {
max-width: 280px;
  }
.contact-images-ox .right-div {
  display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .contact-images-ox .right-div img {
max-width: 187px;
    }
.home-layout1 .sp-megamenu-parent > li:first-child > a {
    color: var(--themeClrLight);
}

#offcanvas-toggler i {
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* body */
body {
  scrollbar-face-color: var(--themeClrDark);
  scrollbar-track-color: #d6d6d6;
}
::-webkit-scrollbar-thumb {
  background: var(--themeClrDark);
}
::-webkit-scrollbar-track {
  background: #d6d6d6;
}
body a:hover {
  color: var(--themeClr);
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  ::-webkit-scrollbar {
    width: 0.3em;
    height: 0.3em;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--themeClrDark);
  }
  ::-webkit-scrollbar-track {
    background: #d6d6d6;
  }
  body {
    scrollbar-face-color: red;
    scrollbar-track-color: #d6d6d6;
  }
}
/*================ LINK & COLUMN ===================*/
#sp-top1 .mod-languages .dropdown-menu > li > a:focus, #sp-top1 .mod-languages .dropdown-menu > li > a:hover {
  color: var(--themeClr);
}
#sp-top1 .mod-currency .bootstrap-select .dropdown-toggle .filter-option:hover {
  color: var(--themeClr);
}
#sp-top1 .mod-currency .bootstrap-select .dropdown-toggle:hover {
  color: var(--themeClr);
}
#sp-top1 .mod-currency .bootstrap-select .dropdown-menu .dropdown-menu-inner > li:hover span {
  color: var(--themeClr);
}
#sp-top1 .mod-currency form.demo #virtuemart_currency_id:hover {
  color: var(--themeClr);
}

#sp-top-bar ul.yt-loginform.top-link > li > a:hover {
  color: var(--themeClr);
}
#sp-top-bar .yt-loginform p a:hover {
  color: var(--themeClr);
}

#myLogin .modal-dialog .modal-content #login-form ul.listlogin li > a:hover {
  color: var(--themeClr);
}
/* ====================== search pro virtuemart module ====================== */
#sp-header .mod-login a.dropdown-toggle i {
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#sp-header .mod-login .dropdown-menu li.logout .btn-primary:hover {
  background: none;
  color: var(--themeClr);
}
#sp-header .sj-search-pro-wrapper .icon-select:hover:after {
  color: var(--themeClr);
  border-color: var(--themeClr);
}
#sp-header .sj-search-pro-wrapper .input-group-btn .btn-default {
  color: var(--themeClr);
}
#sp-header .sj-search-pro-wrapper .input-group-btn .btn-default i:before {
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#sp-header .sj-search-pro-wrapper .input-group-btn .btn-default:hover {
  color: var(--themeClr);
}
/* ====================== minicart pro module ====================== */
.block-cart .sj-minicart-pro .mc-wrap .mc-header .mc-yourcart:before {
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-footer .mc-gotocart:hover {
  background: var(--themeClr);
  border-color: var(--themeClr);
}
.block-cart .sj-minicart-pro .mc-wrap .mc-content .mc-footer .mc-checkout-footer:hover {
  background: var(--themeClr);
}
/*-----------Home page-----------------------*/
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-rating .ratingbox .stars-orange {
    background: url(../images/ox-star-active.png) no-repeat;
    height: 17px;
}
.border-gradient:before, .image-control:before, .block-hot-cate .owl-carousel .item:before, .sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab:hover:before, .sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab.tab-sel:before, .sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-image:before, span.addtocart-button:before {
  /* background: linear-gradient(to right, var(--themeClrDark), var(--themeClr)); */
  background: #000;
}
.border-gradient:before, .image-control:before, .block-hot-cate .owl2-carousel .item:before, .sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab:hover:before, .sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab.tab-sel:before, .sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-image:before, span.addtocart-button:before {
  /* background: linear-gradient(to right, var(--themeClrDark), var(--themeClr)); */
  background: #000;
}
.block-hot-cate .item .image-cat:hover img, .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner:hover .item-image img, .category-view .categories-view .category:hover img, .category-view .row .item:hover .item-inner .item-image img, .sj-extra-slider .extraslider-inner .item-wrap:hover .item-image img, .product-related-products #owl-carousel-related .item:hover a img, .block-control .block-control-wap .block-control-inner .item:hover .image-control img {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}
.item-addtocart .addtocart-area .addtocart-bar span.addtocart-button, .group-addtocart .addtocart-area .addtocart-bar span.addtocart-button {
    border-radius: 30px;
    background: #000!important;
    border: 2px solid black;
}
.sp-module .sj_vm_deals_wrap .owl-carousel .item .item-addtocart .addtocart-area .addtocart-bar span.addtocart-button {
  background: #000!important;
  border: 2px solid black;
}
.sp-module .sj_vm_deals_wrap .owl2-carousel .item .item-addtocart .addtocart-area .addtocart-bar span.addtocart-button {
  background: #000!important;
  border: 2px solid black;
}
.text-title-bold-sharp, .sp-module .module-title {
    color: var(--themeClr);
}
.text-title-bold-sharp:before, .sp-module .module-title:before {
  background: var(--themeClrDark);
}
.text-title-bold-sharp:after, .sp-module .module-title:after {
  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.text-title-bold-sharp b, .sp-module .module-title b {
  font-weight: 700;
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*-----------shortcode home slider ---------------*/
.sp-module.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-title {
  color: var(--themeClr);
}
.sp-module.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-title b {
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-module.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-btn {
  background-image: unset;
  background: #fff;
  color: #000;
}
.sp-module.homepage-slider .owl-controls .owl-dots .owl-dot span:hover {
  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sp-module.homepage-slider .owl-controls .owl-dots .owl-dot.active span {
  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sp-module.homepage-slider .owl-controls .owl-nav > div:hover {
  background-color: var(--themeClr);
}
.sp-module.homepage-slider .owl2-controls .owl-dots .owl-dot span:hover {
  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sp-module.homepage-slider .owl2-controls .owl-dots .owl-dot.active span {
  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sp-module.homepage-slider .owl2-controls .owl-nav > div:hover {
  background-color: var(--themeClr);
}
.yt-content-slider .owl-item:nth-of-type(1n) .yt-content-slide {
  color: #fff;
}
.yt-content-slider .owl-item2:nth-of-type(1n) .yt-content-slide {
  color: #fff;
}
.sp-module.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-des, .sp-module.homepage-slider .yt-content-slider .yt-content-slide .caption p {
    color: #fff;
}
.yt-content-slider .owl-item:nth-of-type(1n) .yt-content-slide .caption .slide-title {
  text-shadow: unset;
  color: #fff;
}
.yt-content-slider .owl2-item:nth-of-type(1n) .yt-content-slide .caption .slide-title {
  text-shadow: unset;
  color: #fff;
}

.yt-content-slider .owl2-item:nth-of-type(2n) .yt-content-slide .caption .slide-title {
  text-shadow: unset;
  color: #fff;
}
.yt-content-slider .owl-item:nth-of-type(2n) .yt-content-slide .caption .slide-title {
  text-shadow: unset;
  color: #fff;
}
.yt-content-slider .owl2-item:nth-of-type(2n) .yt-content-slide .caption .slide-title {
  text-shadow: unset;
  color: #fff;
}

.yt-content-slider .owl2-item:nth-of-type(3n) .yt-content-slide .caption .slide-title {
  text-shadow: unset;
  color: #fff;
}
.yt-content-slider .owl-item:nth-of-type(3n) .yt-content-slide .caption .slide-title {
  text-shadow: unset;
  color: #fff;
}
.yt-content-slider .owl2-item:nth-of-type(3n) .yt-content-slide .caption .slide-title {
  text-shadow: unset;
  color: #fff;
}

.yt-content-slider .owl-item:nth-of-type(4n) .yt-content-slide .caption .slide-title {
  text-shadow: unset;
  color: #fff;
}
.yt-content-slider .owl2-item:nth-of-type(4n) .yt-content-slide .caption .slide-title {
  text-shadow: unset;
  color: #fff;
}
/* .sp-module.homepage-slider .yt-content-slider .owl-item:nth-of-type(4n) .yt-content-slide .caption {
    top: auto;
    bottom: 10%;
}
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(4n) .yt-content-slide .caption {
    top: auto;
    bottom: 10%;
}
.yt-content-slider .owl-item:nth-of-type(4n) .yt-content-slide .caption .slide-title {
  color: #000;
}
.yt-content-slider .owl2-item:nth-of-type(4n) .yt-content-slide .caption .slide-title {
  color: #000;
}
.sp-module.homepage-slider .yt-content-slider .owl-item:nth-of-type(4n) .yt-content-slide .caption p {
    color: #000;
}
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(4n) .yt-content-slide .caption p {
    color: #000;
}
.sp-module.homepage-slider .yt-content-slider .owl-item:nth-of-type(4n) .yt-content-slide .caption .slide-btn {
    background-image: unset;
    background: #eee;
    color: #000;
}
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(4n) .yt-content-slide .caption .slide-btn {
    background-image: unset;
    background: #eee;
    color: #000;
} */
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(4n) .yt-content-slide .caption {
  bottom: 2%;
  padding-left: 2%;
  text-align: left;
  top: auto;
}
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(4n) .yt-content-slide .caption .slide-btn {
  background-image: unset;
  background: #a301d8;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(5n) .yt-content-slide .caption {
  bottom: 2%;
  padding-left: 2%;
  text-align: left;
  top: auto;
}
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(5n) .yt-content-slide .caption .slide-btn {
  background-image: unset;
  background: #a301d8;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(5n) .yt-content-slide .caption .slide-btn:before {
  content: "";
  display: none;
}

.card-img-overlay {
  display: flex;
  justify-content: end;
  align-items: flex-end;
}
.sp-module .card {
  border: none;
  border-radius: 0;
}
#sp-section0 .container {
  padding: 0;
  margin: 0;
  max-width: 100%;
} 
#sp-section0 .alert {
  border-radius: 0;
  text-align: center;
  margin: 0;
} 

#sp-section0 .alert-secondary {
  color: #ffffff;
  background-color: #9725db;
  border-color: #9725db;
}
.block-video.container-lg {
  margin-bottom: 60px;
}
.sp-module .card .slide-btn {
  height: 32px;
  line-height: 30px;
  display: inline-block;
  margin-top: 0;
  font-size: 14px;
  border-radius: 24px;
  padding: 0px 18px;
  background-image: unset;
  background: #a301d8;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
}

@media (min-width: 768px) {
    .sp-module .card .slide-btn {
      height: 52px;
      line-height: 50px;
      display: inline-block;
      margin-top: 0;
      font-size: 20px;
      border-radius: 36px;
      padding: 0px 24px;
      background-image: unset;
      background: #a301d8;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      border: none;
    }
}

.sp-module .card .slide-btn:before {
  content: "";
  display: none;
}

.yt-content-slider .owl-item:nth-of-type(5n) .yt-content-slide .caption .slide-title {
  text-shadow: unset;
}
.yt-content-slider .owl2-item:nth-of-type(5n) .yt-content-slide .caption .slide-title {
  text-shadow: unset;
}
.sp-module.homepage-slider .yt-content-slider .owl-item:nth-of-type(6n) .yt-content-slide .caption {
    top: 8%;
    bottom: auto;
}
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(6n) .yt-content-slide .caption {
    top: auto;
    bottom: 5%;
    text-align: right;
    padding-right: 2%;
}

.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(6n) .yt-content-slide .caption .slide-btn {
  background-image: unset;
  background: #a301d8;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(6n) .yt-content-slide .caption .slide-btn:before {
  content: "";
  display: none;
}

.sp-module.homepage-slider .yt-content-slider .owl-item:nth-of-type(7n) .yt-content-slide .caption {
  top: 8%;
  bottom: auto;
  width: 50%;
}
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(7n) .yt-content-slide .caption {
  top: 8%;
  bottom: auto;
  width: 50%;
}
.sp-module.homepage-slider .yt-content-slider .owl-item:nth-of-type(7n) .yt-content-slide .caption .slide-des, .sp-module.homepage-slider .yt-content-slider .yt-content-slide .caption p {
    max-width: 100%;
}
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(8n) .ycat-content-slide .caption .slide-des, .sp-module.homepage-slider .yt-content-slider .yt-content-slide .caption p {
    max-width: 100%;
}
.sp-module.homepage-slider .yt-content-slider .owl-item:nth-of-type(8n) .yt-content-slide .caption {
  top: 47.5%;
  bottom: auto;
  width: 50%;
}
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(8n) .yt-content-slide .caption {
  top: 47.5%;
  bottom: auto;
  right: 0;
  left: auto;
  width: 50%;
  text-align: right;
  padding-right: 2%;
}
.sp-module.homepage-slider .yt-content-slider .owl-item:nth-of-type(8n) .yt-content-slide .caption .slide-des, .sp-module.homepage-slider .yt-content-slider .yt-content-slide .caption p {
    max-width: 100%;
}
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(8n) .yt-content-slide .caption .slide-des, .sp-module.homepage-slider .yt-content-slider .yt-content-slide .caption p {
    max-width: 100%;
}
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(8n) .yt-content-slide .caption .slide-btn {
  background-image: unset;
  background: #a301d8;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  /*font-size: 24px;*/
  
  /*height: 70px;*/
  /*border-radius: 35px;*/
  /*padding: 10px 45px;*/
}
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(8n) .yt-content-slide .caption .slide-btn:before {
  content: "";
  display: none;
}
.sp-module.homepage-slider .yt-content-slider .owl-item:nth-of-type(9n) .yt-content-slide .caption {
  top: 23%;
  bottom: auto;
}
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(9n) .yt-content-slide .caption {
  top: auto;
  bottom: 8%;
  text-align: right;
  padding-right: 2%;
}
.yt-content-slider .owl-item:nth-of-type(9n) .yt-content-slide .caption .slide-title {
  text-shadow: unset;
  color: #fff;
}
.yt-content-slider .owl2-item:nth-of-type(9n) .yt-content-slide .caption .slide-title {
  text-shadow: unset;
  color: #fff;
}
.sp-module.homepage-slider .yt-content-slider .owl-item:nth-of-type(9n) .yt-content-slide .caption p {
    color: #fff;
}
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(9n) .yt-content-slide .caption p {
    color: #fff;
}
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(9n) .yt-content-slide .caption .slide-btn {
  background-image: unset;
  background: #a301d8;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  /*font-size: 24px;*/
  
  /*height: 70px;*/
  /*border-radius: 35px;*/
  /*padding: 10px 45px;*/
}
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(9n) .yt-content-slide .caption .slide-btn:before {
  content: "";
  display: none;
}
.slider-button {
  display: inline-block!important;
  width: auto!important;
}
.vm-cart-header-container {
  padding: 0 1rem;
}
.pp-wrap {
  margin: 1rem;
}

.vm-fieldset-tos {
  padding: 1rem;
}
.vm-fieldset-tos .tos.cart {
  text-align: right;
}
.checkout-button-top {
  padding-right: 1rem;
}
.form-validate{
  padding: 0 1rem;
}
@media (max-width: 992px) {
    .form-validate {
        clear: both;
        padding: 0;
    }
}
.cmc-signup .btn-primary.validate {
  right: 0px;
  top: 0px;
  height: 50px;
  line-height: 50px;
  padding: 0px 45px;
  font-size: 16px;
  text-transform: capitalize;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
  border-color: unset;
  border-radius: 0 4px 4px 0;
  border: none;
}

.form-validate > div:nth-of-type(2) {
  float:left;
  width: 75%;
}
.form-validate > div:nth-of-type(2) .control-label {
  display: none!important;
}
.cmc-signup {
  max-width: 885px!important;
  margin: 0 auto 10rem auto;
}
.cmc-signup .text label {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
}
.cmc-signup textarea, .cmc-signup input[type="text"], .cmc-signup input[type="password"], .cmc-signup input[type="datetime"], .cmc-signup input[type="datetime-local"], .cmc-signup input[type="date"], .cmc-signup input[type="month"], .cmc-signup input[type="time"], .cmc-signup input[type="week"], .cmc-signup input[type="number"], .cmc-signup input[type="email"], .cmc-signup input[type="url"], .cmc-signup input[type="search"], .cmc-signup input[type="tel"], .cmc-signup input[type="color"], .cmc-signup .uneditable-input {
  background: #fff;
  padding: 0px 25px!important;
  height: 46px!important;
  line-height: 46px!important;
  color: #666;
  font-size: 14px;
    border-radius: 4px 0 0 4px!important;
    width: calc(100% - 54px);
    border: 2px black solid!important;
    box-shadow: none!important;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}


.mc-field-group .email {
    height: 40px; width: 50vw!important;
}
@media (min-width: 768px) {
    .mc-field-group .email {
        height: 40px; width: 300px!important;
    }
}
.ox-hidden {
  display: none!important;
}

/* #checkoutForm .vm-payment-header-selected, #checkoutForm .buttonBar-right, #checkoutForm .vm-payment-plugin-single {
  display: none!important;
} */
.homepage-slider .owl2-carousel .owl2-stage {
  background: rgb(0, 0, 0);
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  #sp-position-2 .owl-carousel .owl-stage {
      width: auto;
      max-width:100%;
  }
  #sp-position-2 .owl-carousel .owl2-stage {
      width: auto;
      max-width:100%;
  }
  #sp-position-2 .owl-carousel .owl-item {
      float: none!important;
      display: inline-block;
  }
  #sp-position-2 .owl-carousel .owl2-item {
      float: none!important;
      display: inline-block;
  }
  #sp-position-2 .owl-carousel .owl2-item {
      float: none!important;
      display: inline-block;
  }
  #sp-position-2 .owl2-carousel .owl-stage {
      width: auto;
      max-width:100%;
  }
  #sp-position-2 .owl2-carousel .owl2-stage {
      width: auto;
      max-width:100%;
  }
  #sp-position-2 .owl2-carousel .owl-item {
      float: none!important;
      display: inline-block;
  }
  #sp-position-2 .owl2-carousel .owl2-item {
      float: none!important;
      display: inline-block;
  }
  #sp-position-2 .owl2-carousel .owl2-item {
      float: none!important;
      display: inline-block;
  }
}
@media (max-width: 1024px) {
  .sp-module.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-title {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 4px;
  }
  .sp-module.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-btn {
    opacity: 0;
    height: 30px;
    line-height: 26px;
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    border-radius: 13px;
    font-weight: 300;
    padding: 0 20px;
  }
  .slider-button {
    display: inline-block!important;
    width: auto!important;
    max-width: 140px!important;
}


.mobile-p-hide {
  display: none;
}

/* .sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(3n) .yt-content-slide .caption {
  bottom: 2%;
  padding-left: 2%;
  text-align: left;
  top: auto;
}
.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(3n) .yt-content-slide .caption .slide-btn {
  background-image: unset;
  background: #a301d8;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.sp-module.homepage-slider .yt-content-slider .owl2-item:nth-of-type(3n) .yt-content-slide .caption .slide-btn:before {
  content: "";
  display: none;
} */

.app-buttons {
  display: flex;
  justify-content: space-evenly;
  margin-top: 2rem!important;
  max-width: 440px!important;
}
.cmc-signup .btn-primary.validate {
    padding: 0px 10px;
}
}

@media (max-width: 768px) {
    #sp-position-2 .owl2-carousel .owl2-stage {
        height: 180px;
    }
    #sp-position-2 .owl2-carousel .owl2-item {
        height: 100%;
        display: flex;
    }
    #sp-position-2 .owl2-carousel .owl2-item .item {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
}

.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab:first-of-type {
    display: none;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab:last-of-type {
    order: 0;
}

#mod-custom136 .owl2-stage {
    
    display: flex;
    align-items: flex-end;
}
/*.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab:last-of-type span {*/
/*    display: none;*/
/*}*/

/*.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab:last-of-type:after {*/
/*    content: "All";*/
/*}*/
@media (max-width: 768px) {
  .sp-module.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-title {
      font-size: 18px;
      line-height: 18px;
      margin-bottom: 4px;
  }
  .sp-module.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-btn {
    opacity: 0;
    height: 18px;
    line-height: 16px;
    display: inline-block;
    margin-top: 5px;
    font-size: 10px;
    border-radius: 9px;
    font-weight: 300;
    padding: 0 10px;
  }
  .slider-button {
    display: inline-block!important;
    width: auto!important;
    max-width: 100px!important;
}
.mobile-p-hide {
  display: none;
}
.mobile-p-shrink img.slider-button {
  max-width: 80px;
  max-height: 25px;
}
.sp-module.homepage-slider .owl-controls .owl-dots .owl-dot span {
    width: 16px;
    height: 3px;
    margin: 0 5px;
    background: #fff;
    border-radius: 20px;
}
.sp-module.homepage-slider .owl2-controls .owl-dots .owl-dot span {
    width: 16px;
    height: 3px;
    margin: 0 5px;
    background: #fff;
    border-radius: 20px;
}

.blog {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    padding: 0;
}
.app-buttons {
  display: flex;
  justify-content: space-evenly;
  margin-top: 2rem!important;
  max-width: 220px!important;
}
.buttonBar-right {
    position: absolute;
    margin-top: 66px;
}
}
/* @media (max-width: 800px) {
  .sp-module.homepage-slider .yt-content-slider .yt-content-slide .caption .slide-title {
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 2px;
  }
} */

/*-----------block-hot-cate block custom html ---------------*/
.block-hot-cate .owl-carousel .item:hover a {
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block-hot-cate .owl2-carousel .item:hover a {
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*-----------block-control block custom html ---------------*/
#sp-section3:before {
  background: var(--themeClrDark);
}
.block-control .block-control-wap .block-control-inner .item:hover {
  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
/*-----------contact home-------------------*/
.contact-ajax.contact-home {
  background: url(/images/smarthome/bw-bg.jpg) no-repeat center bottom;
background-size: cover;

}
.contact-ajax.contact-home .ctajax-wrap .ctajax-element.contact-info .block-works .item .number {
  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.contact-ajax.contact-home .ctajax-wrap .ctajax-element.contact-form .el-inner input[type="submit"] {
  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.contact-ajax.contact-home .ctajax-wrap .ctajax-element.contact-info .block-works .item p {
    font-size: 16px!important;
    font-weight: bold!important;
}
.ox-contact-right .module-title {
  min-height: 98px;
}
.contact-ajax.contact-home .module-title {
  min-height: 98px;
}

@media (min-width: 992px) {
  .contact-ajax.contact-home .ctajax-wrap .ctajax-element {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .contact-ajax.contact-home .ctajax-wrap .ctajax-element.contact-img-map {
      display: block;
  }
  .contact-ajax.contact-home .ctajax-wrap .ctajax-element.contact-img-map .thumbnail {
            margin-top: 20px;
      }
  .contact-ajax.contact-home .ctajax-wrap .ctajax-element.contact-img-map .thumbnail img {
        max-height: 910px;
      }
}
@media (min-width: 1200px) {
    .ox-buy-pay-later {
        margin-left: 152px;
        padding-bottom: .5rem;
    }
  .contact-ajax.contact-home {
  max-height: 700px;
  }
  .ctajax-element .module-des {
    display: none;
  }
 .ctajax-element .ox-contact-right .module-des {
    display: block;
    padding: 27px 22px;
  }
  .ox-contact-right .module-title {
    display: none;
  }
}
@media (min-width: 1500px) {
  .ctajax-element .module-des {
    display: block;
  }
  .ox-contact-right .module-title {
    display: block;
  }
  .ctajax-element .ox-contact-right .module-des {
     display: block;
     padding: 0 22px;
   }
}
@media (max-width: 992px) {
  .contact-ajax.contact-home {
    padding-bottom: 40px;
}
  .ox-contact-right .module-title {
    height: 0px;
    display: none;
  }
  .contact-ajax.contact-home .ctajax-wrap .ctajax-element .el-inner {
    padding: 20px 0 0;
  }
  .contact-ajax.contact-home .ctajax-wrap .ctajax-element.contact-img-map {
    display: block;
    margin-top: 0;
    padding: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media (max-width: 991px) and (min-width: 768px){
  #sp-bottom .contact-footer .hotline {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: unset;
  }
  .contact-ajax.contact-home .ctajax-wrap .ctajax-element.contact-img-map {
      /* display: none; */
  }
}
/*-----------sj listing tab mod-------------------*/
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    margin: 20px 1rem 50px;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab.tab-sel .ltabs-tab-label {
  color: var(--themeClr);
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab .ltabs-tab-label {
    color: #000;
    font-weight: bold;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab.tab-sel:before {
  background-color: var(--themeClr);
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab:hover:before {
  background-color: var(--themeClr);
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container ul li.ltabs-tab:hover .ltabs-tab-label {
  color: var(--themeClr);
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner:hover .item-image:before {
  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-title a:hover {
  color: var(--themeClr);
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-prices > div span.PricebasePriceVariant {
  display: none;
  color: var(--themeClr);
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-prices > div span.PricesalesPrice {

  color: var(--themeClr);
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav:before {

  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav:after {

  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-prev, .sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-next {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-prev:after, .sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-next:after {
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-prev:hover:after, .sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .owl2-controls .owl2-nav .owl2-next:hover:after {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner:hover .item-image img {
  transform: none!important;
}
.sp-module .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner .item-title {
  min-height: 50px;
}
/*-------------------block video custom html -----------------------*/
.block-video #yt-lightbox .lightbox-hover:before {
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block-video #yt-lightbox .lightbox-hover:hover {
  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}

/*-------------------block countdown custom html -----------------------*/
.block-systems {
    background: #f5f5f5 url(../images/ox-bg-systems.png) no-repeat 97% bottom;
}
.block-systems .block-systems-wap {
    width: 60%;
}
.block-systems .block-systems-wap .block-systems-inner .item .yt-counter-wrapper .yt-counter-desc {
    padding: 30px 2px 45px;
}
@media (max-width: 1400px) {
  .block-systems .block-systems-wap {
      width: 90%;
  }
}
@media (max-width: 1200px) {
  .yt-counter-number {
    font-size: 38px!important;
  }
}
@media (max-width: 991px) {
  .yt-counter-number {
    font-size: 30px!important;
  }
  .yt-counter-text {
      font-size: 14px!important;
  }
}
@media (max-width: 768px) {
  .yt-counter-number {
    font-size: 18px!important;
  }

  .block-systems-wap .item {
    padding-left: 2px;
    padding-right: 2px;
  }
  .block-systems .block-systems-wap .block-systems-inner .item .yt-counter-wrapper .yt-counter-desc {
      padding: 20px 2px 20px;
  }
}
.block-systems .block-systems-wap .block-systems-inner .item .yt-counter-wrapper {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr)) !important;
}
.block-systems .block-systems-wap .block-systems-inner .item .yt-counter-wrapper .yt-counter-desc .yt-counter-number {
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgb(0 0 0 / 83%);
}
.block-systems .block-systems-wap .block-systems-inner .item .yt-counter-wrapper .yt-counter-desc .yt-counter-text {

  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block-systems .block-systems-wap .block-systems-inner .item .yt-counter-wrapper:hover {

}
.block-systems .block-systems-wap .block-systems-inner .item .yt-counter-wrapper:hover .yt-counter-desc {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr)) !important;
}

/*-------------------sj deal block-----------------------*/
.sp-module .sj_vm_deals_wrap .owl-carousel .item .sj_relative:hover:before {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sp-module .sj_vm_deals_wrap .owl2-carousel .item .sj_relative:hover:before {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sp-module .sj_vm_deals_wrap .owl-carousel .item .sj_relative .sj_vm_deals_popup.item_addcart {
    position: absolute;
    bottom: 35px;
    right: 120px;
    top: auto;
    display: block;
    z-index: 1;
    transition: unset;
}
.sp-module .sj_vm_deals_wrap .owl2-carousel .item .sj_relative .sj_vm_deals_popup.item_addcart {
    position: absolute;
    bottom: 35px;
    right: 120px;
    top: auto;
    display: block;
    z-index: 1;
    transition: unset;
}
.sp-module .sj_vm_deals_wrap .owl-carousel .item .item-addtocart .addtocart-area .addtocart-bar span.addtocart-button input[name="addtocart"]:hover {
    /* -webkit-text-fill-color: #fff; */
    -webkit-text-fill-color: unset;
    background: transparent;
    color: #fff!important;
}
.sp-module .sj_vm_deals_wrap .owl2-carousel .item .item-addtocart .addtocart-area .addtocart-bar span.addtocart-button input[name="addtocart"]:hover {
    /* -webkit-text-fill-color: #fff; */
    -webkit-text-fill-color: unset;
    background: transparent;
    color: #fff!important;
}
.sp-module .sj_vm_deals_wrap .owl-carousel .item .item-prices .item-prices-override {
  color: var(--themeClr);
}
.sp-module .sj_vm_deals_wrap .owl2-carousel .item .item-prices .item-prices-override {
  color: var(--themeClr);
}
.sp-module .sj_vm_deals_wrap .owl-carousel .item .item-prices .item-prices-final, .sp-module .sj_vm_deals_wrap .owl-carousel .item .item-prices .PricebasePriceVariant {
  color: red;
  text-decoration: line-through;
  /* display: none; */
}
.sp-module .sj_vm_deals_wrap .owl2-carousel .item .item-prices .item-prices-final, .sp-module .sj_vm_deals_wrap .owl2-carousel .item .item-prices .PricebasePriceVariant {
  color: red;
  text-decoration: line-through;
  /* display: none; */
}
.PricebasePriceVariant {
  /* display: none!important; */
}
.sp-module .sj_vm_deals_wrap .owl-carousel .item .item-prices .item-prices-final span:before, .sp-module .sj_vm_deals_wrap .owl-carousel .item .item-prices .PricebasePriceVariant span:before {
    font-size: 0;
}
.sp-module .sj_vm_deals_wrap .owl2-carousel .item .item-prices .item-prices-final span:before, .sp-module .sj_vm_deals_wrap .owl2-carousel .item .item-prices .PricebasePriceVariant span:before {
    font-size: 0;
}
.sp-module .sj_vm_deals_wrap .owl-carousel .item .item-deals .sj_deals_cd_day {
  color: var(--themeClr);
  display: none;
}
.sp-module .sj_vm_deals_wrap .owl2-carousel .item .item-deals .sj_deals_cd_day {
  color: var(--themeClr);
  display: none;
}
.sp-module .sj_vm_deals_wrap .owl-carousel .item .item-addtocart .addtocart-area .addtocart-bar span.addtocart-button input[name="addtocart"] {
/* -webkit-text-fill-color: #fff; */
-webkit-text-fill-color: unset;
color: #fff!important;
  /* background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr)) !important; */
  background: transparent!important;
  border-radius: 30px;
}
.sp-module .sj_vm_deals_wrap .owl2-carousel .item .item-addtocart .addtocart-area .addtocart-bar span.addtocart-button input[name="addtocart"] {
/* -webkit-text-fill-color: #fff; */
-webkit-text-fill-color: unset;
color: #fff!important;
  /* background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr)) !important; */
  background: transparent!important;
  border-radius: 30px;
}
.sp-module .sj_vm_deals_wrap .owl-carousel .item .item-addtocart .addtocart-area .addtocart-bar span.addtocart-button:hover {
  /* background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr)) !important; */
  background: #000!important;
  border-radius: 30px;
}
.sp-module .sj_vm_deals_wrap .owl2-carousel .item .item-addtocart .addtocart-area .addtocart-bar span.addtocart-button:hover {
  /* background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr)) !important; */
  background: #000!important;
  border-radius: 30px;
}

.sp-module .sj_vm_deals_wrap .owl-controls .owl-nav:before {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sp-module .sj_vm_deals_wrap .owl-controls .owl-nav:after {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sp-module .sj_vm_deals_wrap .owl-controls .owl-nav .owl-prev, .sp-module .sj_vm_deals_wrap .owl-controls .owl-nav .owl-next {

  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sp-module .sj_vm_deals_wrap .owl-controls .owl-nav .owl-prev:after, .sp-module .sj_vm_deals_wrap .owl-controls .owl-nav .owl-next:after {

  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-module .sj_vm_deals_wrap .owl-controls .owl-nav .owl-prev:hover:after, .sp-module .sj_vm_deals_wrap .owl-controls .owl-nav .owl-next:hover:after {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}

.sp-module .sj_vm_deals_wrap .owl2-controls .owl-nav:before {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sp-module .sj_vm_deals_wrap .owl2-controls .owl-nav:after {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sp-module .sj_vm_deals_wrap .owl2-controls .owl-nav .owl-prev, .sp-module .sj_vm_deals_wrap .owl2-controls .owl-nav .owl-next {

  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sp-module .sj_vm_deals_wrap .owl2-controls .owl-nav .owl-prev:after, .sp-module .sj_vm_deals_wrap .owl2-controls .owl-nav .owl-next:after {

  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-module .sj_vm_deals_wrap .owl2-controls .owl-nav .owl-prev:hover:after, .sp-module .sj_vm_deals_wrap .owl2-controls .owl-nav .owl-next:hover:after {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}



.sp-module .sj_vm_deals_wrap .owl2-controls .owl2-nav .owl2-prev, .sp-module .sj_vm_deals_wrap .owl2-controls .owl2-nav .owl2-next {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}

.sp-module .sj_vm_deals_wrap .owl2-controls .owl2-nav .owl2-prev:after, .sp-module .sj_vm_deals_wrap .owl2-controls .owl2-nav .owl2-next:after {
    
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sp-module .sj_vm_deals_wrap .owl2-controls .owl2-nav .owl2-prev:hover:after, .sp-module .sj_vm_deals_wrap .owl2-controls .owl2-nav .owl2-next:hover:after {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}

.sp-module .sj_vm_deals_wrap .owl2-controls .owl2-nav:before {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sp-module .sj_vm_deals_wrap .owl2-controls .owl2-nav:after {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}


/* */
.sp-module .megaslider .mgsl-wrap.theme1 .mgsl-wrap-inner .mgsl-items .mgsl-item .mgsl-item-info.style2.top-right .mgsl-item-description {
  color: #000;
}
.sp-module .megaslider .mgsl-wrap.theme1 .mgsl-wrap-inner .mgsl-items .mgsl-item .mgsl-item-info.style2.top-right .mgsl-item-title:hover a {
  color: var(--themeClr);
}
.sp-module .megaslider .mgsl-wrap.theme1 .mgsl-wrap-inner .mgsl-items .mgsl-item .mgsl-item-info.style2.top-right .mgsl-item-readmore.style3 a {

  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sp-module .megaslider .mgsl-wrap.theme1 .mgsl-control ul.pag-list-inner li.pag-item .pag-item-inner .item-info .item-title:hover {
  color: var(--themeClr);
}
.sp-module .megaslider .mgsl-wrap.theme1 .direction-on.right .button-prev, .sp-module .megaslider .mgsl-wrap.theme1 .direction-on.right .button-next {

  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.sp-module .megaslider .mgsl-wrap.theme1 .direction-on.right .button-prev:after, .sp-module .megaslider .mgsl-wrap.theme1 .direction-on.right .button-next:after {

  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-module .megaslider .mgsl-wrap.theme1 .direction-on.right .button-prev:hover:after, .sp-module .megaslider .mgsl-wrap.theme1 .direction-on.right .button-next:hover:after {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp-module .sj_vm_deals_wrap .owl-carousel .item .sj_relative:after {
    content: url("https://ikconect.com/images/smarthome/sale-small.png");
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    position: absolute;
    top: 0;
    right: 6px;
    bottom: auto;
    left: auto;
    z-index: 99;
    margin: 0;
    background: transparent;
    border-radius: none;
    transition: 0.3s all ease 0s;
}
.sp-module .sj_vm_deals_wrap .owl2-carousel .item .sj_relative:after {
    content: url("https://ikconect.com/images/smarthome/sale-small.png");
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    position: absolute;
    top: 0;
    right: 6px;
    bottom: auto;
    left: auto;
    z-index: 99;
    margin: 0;
    background: transparent;
    border-radius: none;
    transition: 0.3s all ease 0s;
}

.sp-module .sj_vm_deals_wrap .owl-carousel .item .item-description {
    max-height: 60px;
}

.vm-payment-plugin-single {
  display: flex;
    align-items: center;

}
.vm-payment-plugin-single .vmpayment:after {
    content: url("https://ikconect.com/images/smarthome/payment-2.png");
    /* -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5); */
    position: relative;
    /* top: 0;
    right: 6px;
    bottom: auto;
    left: auto; */
    /* z-index: 99; */
    /* margin: 0;
    background: transparent;
    border-radius: none;
    transition: 0.3s all ease 0s; */
}
.vm-payment-plugin-single .vmpayment_name {
  font-size: 0;
}
/* */
.block-homebanner .item .item-text .bn-title {
    font-size: 20px;
    width: 100%;
}
.block-homebanner .item .item-text .bn-title:before {
  background: var(--themeClrDark);
}
.block-homebanner .item .item-text .bn-title:after {
  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.block-homebanner .item .item-text .item-link a {
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block-homebanner .item .item-text .item-link:hover {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
/* */
.block-newsletter .acymailing_module .acymailing_form td.acysubbuttons input.subbutton {
  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.block-newsletter .acymailing_module .acymailing_form td.acyfield_email {
  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
/* */
.search-sidebar .form-search .btn-search:hover {
  color: var(--themeClr);
}
a.sj_quickview_handler {
  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
a.sj_quickview_handler:before {
}
a.sj_quickview_handler:hover, a.sj_quickview_handler:focus {
  background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.addtocart-bg {
  /* background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr)); */
  background: #000!important;
  border-radius: 30px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ratingbox .stars-orange {
  background: url(../images/ox-star-active.png) no-repeat 0 0;
  height: 17px;
}
.item-addtocart .addtocart-area .addtocart-bar span.addtocart-button input[name="addtocart"], .group-addtocart .addtocart-area .addtocart-bar span.addtocart-button input[name="addtocart"] {

  /* color: var(--themeClr); */
  /* background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr)); */
  /* background: #000;
  border-radius: 30px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #fff;
  background: transparent;
border-radius: 30px;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
}
@media (hover: none) and (pointer: coarse) {
  .item-addtocart .addtocart-area .addtocart-bar span.addtocart-button:hover input[name="addtocart"], .group-addtocart .addtocart-area .addtocart-bar span.addtocart-button:hover input[name="addtocart"] {
    /* -webkit-text-fill-color: #000; */
    -webkit-text-fill-color: unset;
    background: transparent;
    color: #000;
}
}
.item-addtocart .addtocart-area .addtocart-bar span.addtocart-button:hover, .group-addtocart .addtocart-area .addtocart-bar span.addtocart-button:hover {
  /* background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr)); */
  background: #222!important;
  border-radius: 30px;
}
/* */
@media (min-width: 768px) {
    #fancybox-wrap {
        margin-left: -35px;
        max-width: calc(100vw - 140px);
    }
}
#fancybox-wrap a {
    color: #787878;
    color: #37a4fc;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products .product-field-display a:hover {
  color: var(--themeClr);
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products .PricesalesPrice span.PricesalesPrice {
  color: var(--themeClr);
}
#fancybox-wrap #fancybox-outer #fancybox-content > div > a:hover {
  background: var(--themeClr);
}
#fancybox-wrap #fancybox-outer #fancybox-content > div > a.showcart {
  background: var(--themeClr);
}
#facebox .popup a.close:before:hover {
  color: var(--themeClr);
}
/* ====================== Product Details ==================== */
.productdetails .content_product_detail .product-short-description {
    color: var(--themeClrDark);
}
.productdetails .content_product_detail .rating .reviews_button:hover {
  color: var(--themeClr);
}
.productdetails .content_product_detail .product-price .PricesalesPrice {
  color: var(--themeClr)!important;
}
.productdetails .content_product_detail .product-price .PricebasePriceVariant {
  color: red!important;
  text-decoration: line-through;
}
.productdetails .content_product_detail .product-price .PricebasePriceVariant span.PricebasePriceVariant:before {
    font-size: 0;
}
.productdetails .content_product_detail .spacer-buy-area .addtocart-bar .quantity-box:hover {
  border: 1px solid var(--themeClr);
}
.productdetails .content_product_detail .spacer-buy-area .addtocart-bar span.addtocart-button {
  /* background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr))!important; */
  background: #000!important;
  border-radius: 30px;
}
.productdetails .content_product_detail .spacer-buy-area .addtocart-bar span.addtocart-button:hover {
  /* background-image: linear-gradient(to right, var(--themeClrDark), var(--themeClr)); */
  background: #000!important;
  border-radius: 30px;
}
.product-related-products h3.modtitle span.product-fields-title {
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-related-products #owl-carousel-related .item:hover:before {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.product-related-products #owl-carousel-related .item a:hover {
  color: var(--themeClr);
}
.product-related-products #owl-carousel-related .item .PricesalesPrice span.PricesalesPrice {
  color: var(--themeClr);
}
.product-related-products #owl-carousel-related .owl-controls .owl-nav .owl-prev:before, .product-related-products #owl-carousel-related .owl-controls .owl-nav .owl-next:before {

  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-related-products #owl-carousel-related .owl-controls .owl-nav .owl-prev:hover, .product-related-products #owl-carousel-related .owl-controls .owl-nav .owl-next:hover {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));

}


.product-related-products #owl-carousel-related .owl2-controls .owl-nav .owl-prev:before, .product-related-products #owl-carousel-related .owl2-controls .owl-nav .owl-next:before {

  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-related-products #owl-carousel-related .owl2-controls .owl-nav .owl-prev:hover, .product-related-products #owl-carousel-related .owl2-controls .owl-nav .owl-next:hover {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));

}

.productdetails .content_product_detail .availability {
    font-weight: 800;
}

.tab-product .tab-content .tab-pane {
  color: #000;
}
.tab-product-detail .tab-product ul.nav li.active a span {
  color: var(--themeClr);
}
.tab-product-detail .tab-product ul.nav li.active a span:after {
  background-color: var(--themeClr);
}
#additional_images_gallery li a.active {
  border: 1px solid var(--themeClr);
}
#additional_images_gallery .owl-controls .owl-nav > div i:before {
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#additional_images_gallery .owl-controls .owl-nav > div:hover {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}


#additional_images_gallery .owl2-controls .owl-nav > div i:before {
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#additional_images_gallery .owl2-controls .owl-nav > div:hover {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
#additional_images_gallery .owl2-controls .owl2-nav > div i:before {
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#additional_images_gallery .owl2-controls .owl2-nav > div:hover {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
/* *****************   END:: Product Details  ****************** */
.sp-column .button:hover {
  background: var(--themeClr);
}
.com_virtuemart .vm-continue-shopping .continue_link:hover {
  background: var(--themeClr);
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td input.details-button:hover {
  color: var(--themeClr);
  border-color: var(--themeClr);
}
.com_virtuemart #checkoutForm .vm-fieldset-pricelist .cart-summary tr td.vm-cart-item-name > a:hover {
  color: var(--themeClr);
}
.com_virtuemart .cart-view .vm-button-correct:hover {
  background: var(--themeClr);
}
/* *****************   END:: Checkout Page  ****************** */
/******************   Start:: Category Page  *******************/
.category-view .categories-view .category:hover .spacer:before {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.category-view .categories-view .category:hover a {
  background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.category-view .row .item {
    transition: none;
}
.category-view .row .item:hover img {
    transition: none;
    -webkit-transform: unset!important;
-moz-transform: unset!important;
-ms-transform: unset!important;
-o-transform: unset!important;
transform: none!important;
}
.block-hot-cate .owl-carousel .item .image-cat:hover img, .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner:hover .item-image img, .category-view .categories-view .category:hover img, .category-view .row .item:hover .item-inner .item-image img, .sj-extra-slider .extraslider-inner .item-wrap:hover .item-image img, .product-related-products #owl-carousel-related .item:hover a img, .block-control .block-control-wap .block-control-inner .item:hover .image-control img {
  transition: none;
  -webkit-transform: unset!important;
  -moz-transform: unset!important;
  -ms-transform: unset!important;
  -o-transform: unset!important;
  transform: none!important;
    opacity: 1;
}
.category-view .row .item .item-inner .item-price .product-price > div span.PricesalesPrice {
  color: var(--themeClr);
}
.category-view .row .item .item-inner .item-price .product-price > div span.PricebasePriceVariant {
  color: var(--themeClr);
  display: none;
}
.category-view .row .item:hover .item-image:before {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}
.category-view .orderby-displaynumber .vm-view-list .vm-view.vm-list .listing-icon:hover {
  color: var(--themeClr);
}
.category-view .orderby-displaynumber .vm-view-list .vm-view.vm-list.active .listing-icon {
  color: var(--themeClr);
}
.category-view .orderby-displaynumber .vm-view-list .vm-view.vm-grid.active .listing-icon {
  color: var(--themeClr);
}
.category-view .orderby-displaynumber .vm-view-list .vm-view.vm-grid .listing-icon:hover {
  color: var(--themeClr);
}
.browse-view .vm-pagination .pagination li.active a, .browse-view .vm-pagination .pagination li:hover a, .browse-view .vm-pagination .pagination li.active span, .browse-view .vm-pagination .pagination li:hover span {

  background: var(--themeClr);
  border-color: var(--themeClr);
}
/******************   END:: Category Page  *******************/
/******************   filter vm  *******************/

#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-slider-price .ui-slider-range, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-slider-price .ui-slider-range {
  background: var(--themeClrDark);
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item-wrap-inner .item-image:hover, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item-wrap-inner .item-image:hover {
  border-color: var(--themeClr);

}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item-wrap-inner .item-info .item-title a:hover, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item-wrap-inner .item-info .item-title a:hover {
  color: var(--themeClr);
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item-wrap-inner .item-info .item-content, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item-wrap-inner .item-info .item-content {

}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item-wrap-inner .item-info .item-price > div, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item-wrap-inner .item-info .item-price > div {

}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item-wrap-inner .item-info .item-price > div span.PricesalesPrice, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item-wrap-inner .item-info .item-price > div span.PricesalesPrice {
  color: var(--themeClr);
}
#sp-right .sp-module .sj-extra-slider .item-wrap.style2 .item-wrap-inner .item-info .item-price > div span.PricebasePriceVariant, #sp-left .sp-module .sj-extra-slider .item-wrap.style2 .item-wrap-inner .item-info .item-price > div span.PricebasePriceVariant {
  color: var(--themeClr);
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option:hover {
  color: var(--themeClr);
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option:hover span, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option:hover span {
  color: var(--themeClr);
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner span.ft-opt-name.ft-checked, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner span.ft-opt-name.ft-checked {
  border-color: var(--themeClr);
  color: var(--themeClr);
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner span.ft-opt-name:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-size .ft-content .ft-select .ft-option .ft-opt-inner span.ft-opt-name:hover {
  border-color: var(--themeClr);
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-content .ft-opt-clearall, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-content .ft-opt-clearall {
  margin: 16px;
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-content .ft-opt-clearall:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-content .ft-opt-clearall:hover {
  border-color: var(--themeClr);
  color: var(--themeClr);
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option .ft-color-value:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option .ft-color-value:hover {
  border: 1px solid var(--themeClr);
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option .ft-opt-count, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-color .ft-option .ft-opt-count {

}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-manuafactures .ft-opt-clearall, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-manuafactures .ft-opt-clearall {

}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-manuafactures .ft-opt-clearall:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-manuafactures .ft-opt-clearall:hover {

  border-color: var(--themeClr);
  color: var(--themeClr);
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-content .ft-opt-clearall:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-filtering .ft-content .ft-opt-clearall:hover {
  border: 1px solid var(--themeClr);
  color: var(--themeClr);
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-slider-price.ui-slider-horizontal .ui-slider-handle, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-slider-price.ui-slider-horizontal .ui-slider-handle {
  background: var(--themeClr);
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-slider-price .ui-slider-range, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-slider-price .ui-slider-range {
  background: var(--themeClr);
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-price-value input[type="text"], #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-price-value input[type="text"] {

}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-opt-inner:hover span, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group.ft-group-prices .ft-opt-inner:hover span {
  color: var(--themeClr);
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-opt-clearall:hover, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-opt-clearall:hover {

  border-color: var(--themeClr);
  color: var(--themeClr);
}
#sp-right .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-option .ft-opt-inner:hover span, #sp-left .filter-vm .sj-vm-filter .ft-wrap .ft-group .ft-content .ft-option .ft-opt-inner:hover span {
  color: var(--themeClr);
}
#sp-right .sp-module.search-vm .sp-module-content .search:hover:before, #sp-left .sp-module.search-vm .sp-module-content .search:hover:before {
  color: var(--themeClr);
}
#sp-right .sp-column .custom.archive ul li a:hover, #sp-left .sp-column .custom.archive ul li a:hover {
  color: var(--themeClr);
}
#sp-right .sp-column .sj-basic-news .bs-item .bs-title a:hover, #sp-left .sp-column .sj-basic-news .bs-item .bs-title a:hover {
  color: var(--themeClr);
  text-decoration: none;
}
#sp-right .sp-column .categories-module li > a:hover, #sp-left .sp-column .categories-module li > a:hover {
  color: var(--themeClr);
}
/* */
.block-cart .sp-module-content {
  display: grid;
grid-template-columns: 2fr 1fr;
grid-gap: .2rem;
justify-content: center;
align-items: center;
}
.article-list .article-info {
  color: #000;
}
.article-list .blog-grid .entry-header p {
  color: #000;
}
.article-list .blog-list .entry-header p {
  color: #000;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
  color: var(--themeClr);
}
.article-list .article .readmore a {
  background: linear-gradient(to right, var(--themeClrDark), var(--themeClr));
}

.modal.show.flex-column {
    display: flex!important;
}

/**
 *	Responsive
 */
@media (max-width: 767px) {
  #sp-header .search-header .icon-search i {
    background: -webkit-linear-gradient(0deg, var(--themeClrDark), var(--themeClr));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .view-productdetails #sp-main-body {
    padding: 50px 0 25px;
  }
  .com-virtuemart.view-category #sp-main-body {
    padding: 50px 0 25px;
  }
  #sp-bottom .contact-footer .hotline {
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #fff;
  }
  .article-list {
      display: grid;
      grid-template-columns: 1fr;
      padding: 0 0;
  }
  .view-article .container-inner {
    padding: 0;
  }
  .sp-module .sj_vm_deals_wrap .owl-carousel .item .sj_relative .sj_vm_deals_popup.item_addcart {
    position: relative;
    bottom: auto;
    right: auto;
    top: auto;
    display: block;
    z-index: 1;
    transition: unset;
}
  .sp-module .sj_vm_deals_wrap .owl2-carousel .item .sj_relative .sj_vm_deals_popup.item_addcart {
    position: relative;
    bottom: auto;
    right: auto;
    top: auto;
    display: block;
    z-index: 1;
    transition: unset;
}
.view-category .category-view .categories-view.hidden-xs {
  display: block!important;
}
}
@media (max-width: 1200px) {
  #sp-header .searchpro {
    display: none;
}
  .searchpro {
    display: none;
  }
}
