<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap');
body {
  font-family: "Albert Sans", sans-serif;
}
.tp-home #sp-main-body {
  padding:  0;
}
#sp-top-bar p {
  margin: 0;
}
#sp-top2 {
	text-align:center;
}
#sp-top3 {
	text-align: right;
}
#sp-top3  .sp-module-content .mod-languages ul.lang-inline li {
  background: none !important;
}
.jb-dropdown-cart .jb-cart-list {
	color:#fff;
}
#sp-header {
    padding-left: 40px;
    padding-right: 40px;
}
#sp-header-right {
	text-align: right;
}
#sp-header-right .d-flex {
  display: inline-flex !important;
}
#sp-header-right a {
	line-height: 100px;
    color: #000;
}
#sp-header-right a:hover {
	 color: #3594D4;
}
#sp-header-right .jb-dropdown-cart {
  margin-top: 0;
}
.sp-custom-login a {
	font-size: 23px;
  top: -3px;
  position: relative;
}
#login .modal-content .modal-body #form-login-submit .login-button {
	width:100%;
}
#sp-menu .justify-content-end {
  justify-content: center !important;
}
.sp-megamenu-parent &gt; li &gt; a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 500;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 4px 8px rgb(235, 235, 235);
}
.sp-megamenu-parent &gt; li &gt; a::before {
  content: "";
  width: 0;
  height: 1px;
  top: 66%;
  position: absolute;
  left: auto;
  right: 15px;
  z-index: 1;
  -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #3594D4;
}
.sp-megamenu-parent &gt; li:hover a::before {
  width: 100%;
  left: 0px;
  right: auto;
}
#sp-design {
	text-align:center;
}
#sp-bottom4 .acymailing_module_form .acymailing_introtext {
  padding-bottom: 10px !important;
}
#sp-bottom4 table.acymailing_form {
  width: 100%;
  margin-top: 27px;
  margin-bottom: 40px;
  position: relative;
}
#sp-bottom4 .acymailing_module_form td input {
  height: 55px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px;
  padding: 12px 18px;
  background:#fff;
  color: #909090;
  font-weight: 400;
  padding-right: 143px;
}
#sp-bottom4 .acymailing_module_form .acysubbuttons input{
  height: 41px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
#sp-bottom4 .acymailing_module_form .acysubbuttons input:hover {
	 background-color: #3594D4;
  border: 1px solid #3594D4;
}
#sp-bottom4 .acymailing_module_form .acysubbuttons {
  position: absolute;
  top: 7px;
  right: 8px;
}
section#sp-contact-bottom {
	padding:70px 0;
}
section#sp-contact-bottom  .sp-module-title {
  text-align: center;
}
#vina-carousel-virtuemart140 .item-i .product-container{
  clear: both;
  overflow: hidden;
  height: auto !important;
  border: 1px solid #efeef4;
  margin: 0 0 30px;
  position: relative;
  transition: 500ms;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  min-height: 400px;
}
#vina-carousel-virtuemart140 .item-i:hover .product-container{
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  transition: 500ms;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
}
 #sp-contact-bottom .product-container a {
  color: #999999;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
}
.tf-icon-box.style-row {
  display: flex;
  gap: 22px;
  align-items: center;
}
.tf-icon-box.style-row .icon {
    width: 74px;
    height: 74px;
	border: 1px solid #ececec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.tf-icon-box.style-row .icon i {
  color: #000;
  font-size: 30px;
}
.tf-icon-box .content .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
}
section#sp-about-us {
	padding:30px 0 ;
}
.tf-image-wrap {
    position: relative;
	overflow: hidden;
}
.tf-image-wrap::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgb(0, 0, 0);
    transition: 0.25s;
    z-index: 3;
    opacity: 0.1;
  }
.tf-image-wrap::after {
    content: "";
    position: absolute;
    bottom: -100%;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgb(0, 0, 0);
    transition: 0.25s;
    z-index: 3;
    opacity: 0.1;
}
.tf-image-wrap:hover::before {
    top: 0;
}
.tf-image-wrap:hover::after {
    bottom: 0;
    transition-delay: 0.25s;
}
.tf-content-wrap .sub-heading {
  font-size: 14px;
  line-height: 16.8px;
  font-weight:700;
}
 .tf-content-wrap .heading {
    font-size: 52px;
    line-height: 62.4px;
	margin-top: 14px;
}
 .tf-content-wrap .description {
    margin-top: 24px;
	font-size: 16px;
    line-height: 25.6px;
  }
.tf-content-wrap .tf-btn {
    margin-top: 34px;
	padding: 0 24px;
  line-height: 44px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: background-color, color, border;
  pointer-events: auto;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  box-sizing: border-box;
  display: inline-flex;
  border-radius: 3px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.tf-content-wrap .tf-btn::after {
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: skew(-20deg);
  width: 200%;
}
.tf-content-wrap .tf-btn:hover::after {
    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}
@keyframes shine {
    100% {
        left: -200%;
    }
}
#sp-why-us {
	padding:40px ;
}
#sp-why-us .sp-column  {
	background-color: #3594D4;
	border-radius: 100px 100px 0 0;
	padding-top: 60px;
    padding-bottom: 100px;
}
#sp-why-us h3.sp-module-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
  font-size: 42px;
    line-height: 50.4px;
}
.flat-iconbox-v3 .tf-icon-box .icon {
    width: 60px;
    height: 60px;
	border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
  }
.flat-iconbox-v3 .tf-icon-box .icon i {
  color: #000;
  font-size: 30px;
}
.flat-iconbox-v3 .tf-icon-box .content .title {
    font-size: 28px;
    line-height: 34px;
	margin-bottom: 10px;
	font-weight: 600 ;
}
section#sp-products {
	padding:60px 0 0;
}
#sp-products #sptab159 ul.tabs_container {
  gap: 70px;
  margin-bottom: 70px;
  overflow-x: auto;
  display: flex;
  justify-content: center ;
}
#sp-products  #sptab159 ul.tabs_container li.tab {
  float: none;
  display: inline-block;
}
#sp-products ul.tabs_container li span {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 400;
  white-space: nowrap;
  padding-bottom: 12px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sp-products ul.tabs_container li.active  span{
  font-weight: 500;
  border-bottom-color: #000;
}
#sp-products #sptab159 ul.tabs_container li.tab:hover {
  color: #000;
}
#sp-products #sptab159 .tabs_buttons {
  margin-bottom: 70px;
}
#sp-products div.spacer {
  margin: 0 15px;
}
#sp-products .card-product {
	margin-bottom:30px;
}
#sp-products .card-product .card-product-wrapper{
	background:#f4f4f3;
	border-radius: 10px;
	text-align:center;
	padding: 40px 20px;
}
#sp-products .card-product .card-product-wrapper img {
	-webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
	`transform: scale(1);
}
#sp-products .card-product .card-product-wrapper:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
#sp-products .card-product .card-product-info {
    padding-top: 20px;
}
#sp-products .card-product .card-product-info a {
  font-size: 16px;
  line-height: 19.2px;
  color: #000;
  margin-bottom: 10px;
  display: block;
}
.card-product .card-product-info .PricesalesPrice {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
section#sp-feature {
	padding:40px 0 0;
}
#sp-feature .collection-item {
	border-radius: 10px;
	background:#e2f1ec;
	padding:40px 20px;
	position: relative;
	min-height: 340px;
}
#sp-feature .bt-row:nth-child(2) .collection-item {
	background:#f3f3f1;
}
#sp-feature .bt-row:nth-child(3) .collection-item {
	background:#fdf8f4;
}
#sp-feature .collection-item  img {
	-webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
	`transform: scale(1);
}
#sp-feature .collection-item:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
#sp-feature .next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #000;
  border: 1px solid #000;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  display: inline-flex;
  cursor: pointer;
  margin-left: 10px;
}
#sp-feature .prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #000;
  border: 1px solid #000;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  display: inline-flex;
  cursor: pointer;
}
#sp-feature .next:hover, #sp-feature .prev:hover {
	background:#000;
	color:#fff;
}
#sp-feature h3.sp-module-title {
  font-size: 16px;
  line-height: 19.2px;
  font-weight:700;
  padding-left: 90px;
}
#sp-feature  .bt-cs-control {
  position: absolute;
  left: 0;
  top: -32px;
}
.collection-item.style-left .collection-content {
    bottom: 30px;
    left: 15px;
	position: absolute;
    z-index: 3;
	transform: unset;
  }
.collection-item .collection-title {
    line-height: 1;
    height: 46px;
    padding: 0 30px;
    font-size: 15px;
	background-color: #fff;
    border-radius: 3px;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  color:#000;
  }
.collection-item .collection-title .icon {
  color: #fff;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(0);
  transform-origin: right;
  width: 0;
  display: inline-block;
  font-size: 15px;
  margin-top:4px;
}
#sp-feature .collection-item:hover .collection-title {
  background-color: #000;
  color: #fff;
}
#sp-feature .collection-item:hover .tf-btn.hover-icon .icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  min-width: 10px;
  margin-inline-start: 8px;
}
.discovery-new-item {
	padding: 37px;
  height: 100%;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-radius: 10px;
  gap: 30px;
  min-height: 340px;
  margin-top: 33px;
}
.discovery-new-item h5 {
  font-size: 28px;
  line-height: 33.6px;
  color: #000;
}
.discovery-new-item a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 15px;
  color: #000;
}
.discovery-new-item a  i {
-webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.discovery-new-item a:hover {
  background-color: #000;
  color: #fff;
}
.flat-title {
	text-align:center;
}
.flat-title .title {
    font-size: 42px;
    line-height: 50.4px;
}
@media (min-width: 768px) {
  .tf-grid-layout.md-col-2 {
    grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	display: grid;
	padding-top: 100px;
  }
}
.tf-img-with-text.style-4 .tf-image-wrap {
  order: unset;
  position: relative;
  overflow: hidden;
}
.tf-img-with-text .tf-content-wrap {
  place-self: center;
  padding: 20px;
}
.tf-img-with-text.style-4 .heading {
  font-size: 28px;
  line-height: 33.6px;
  margin-top: 14px;
}
.tf-img-with-text.style-4 .text {
  margin-top: 18px;
}
.tf-img-with-text.style-4 .grid-img-group {
  padding-bottom: 50px;
  position: relative;
}
.tf-img-with-text.style-4 .item-1 {
  width: 43%;
  bottom: 0;
  right: 0;
  height: max-content;
  top: unset;
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.grid-img-group .img-style {
  border-radius: 10px;
}
.tf-img-with-text .tf-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-img-with-text.style-4 .item-2 {
  margin-left: unset;
  width: 75%;
}
.flat-wrap-iconbox {
    padding: 109px 90px 132px;
	background-color: #3594D4;
	border-radius: 10px;
    margin-top: 80px;
	color: #fff;
}
.flat-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.flat-title .title {
    font-size: 42px;
    line-height: 50.4px;
  }
.flat-title.lg .sub-title {
    font-size: 20px;
    line-height: 22px;
	text-align: center;
  }

.swiper-slide .tf-icon-box {

  text-align: center ;
}
.flat-iconbox-v3 .tf-icon-box .icon {
    width: 99px;
    height: 99px;
	border: 1px solid #fff;
	color: #fff;
  }
.flat-iconbox-v3 .tf-icon-box .icon i {
    font-size: 40px;
	color: #fff;
}
.new.bt-cs img {
  object-fit: cover;
  transition: all 1s;
  transform: scale(1);
  vertical-align: middle;
}
.new.bt-cs .bt-center {
  overflow: hidden;
  border-radius: 10px;
}
.new.bt-cs .bt-row:hover img {
  transform: scale(1.1);
}
.new.bt-cs .bt-row {
  padding:  0;
  margin-bottom:37px;
}
.new.bt-cs .all-info-trip{
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 30px;
}
.new.bt-cs .all-info-trip a.bt-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color:#000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new.bt-cs .all-info-trip a.bt-title:hover {
	color:#3594D4;
}
.new.bt-cs .all-info-trip .readmore a {
  color:#000;
  position: relative;
  padding-bottom: 7px;
}
.new.bt-cs .all-info-trip .readmore:hover a {
	color:#3594D4;
}
.new.bt-cs .all-info-trip .readmore a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new.bt-cs .all-info-trip .readmore:hover ::after {
	background-color: #3594D4;
}
.new.bt-cs .all-info-trip .readmore a i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 13px;
}
#sp-infor {
	padding-top:40px;
}
#sp-company-details {
	padding-bottom:40px;
}
 .tf-content-left.has-mt {
    margin-top: 72px;
	margin-left: 122px;
}
#sp-infor .mb_20 {
  margin-bottom: 20px;
}
#sp-infor ul{
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#sp-infor ul li {
	padding-right:10px;
}
.category-view .orderby-displaynumber .vm-view-list .vm-view.active i, .category-view .orderby-displaynumber .vm-view-list .vm-view:hover i {
  color: #3594D4;
}
.category-view .row .product-container .PricesalesPrice .PricesalesPrice.euro {
  display: none;
}
.group-title-des &gt; h2 &gt; a {
  font-weight: 500;
  color: #000;
  padding: 10px 0;
  display: block;
  font-size: 22px;
  text-align: center;
}
.category-view .row .product-container .product-price {
  text-align: center;
}
.category-view .row .product-container .PricesalesPrice {

  color: #3594d4;
}
.category-view .row .product-container {
  text-align: center;
}
.category-view .card-product-wrapper {
  border-radius: 10px;
  background:#f4f4f4;
  padding:30px;
}
.category-view .card-product-wrapper img {
	transform: scale(1);
	transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.category-view .card-product-wrapper:hover img {
-webkit-transform: scale(1.09);
  transform: scale(1.09);
}
.category-view .orderby-displaynumber.row {
	margin-bottom:50px;
}
.productdetails-view .rl_tabs {

	background: #f4f4f3;
}
.productdetails-view .rl_tabs.outline_content &gt; .tab-content {
  border: none;
  padding: 35px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
  background: #f4f4f3;
}
.productdetails-view  .rl_tabs .tab-content &gt; .active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
.productdetails-view .rl_tabs.outline_content &gt; ul.nav-tabs {
  display: flex;
  gap: 10px 50px;
  margin: 0 38px;
  border-bottom: 1px solid #ebebeb;
}
.productdetails-view .rl_tabs.outline_content &gt; ul.nav-tabs  li.nav-item {
  padding: 15px 0 !important;
  min-width: max-content;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
  position: relative;
}
.productdetails-view .rl_tabs.outline_content &gt; ul.nav-tabs  li.nav-item  a {
	font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  background: none !important;
  box-shadow: none;
}
.productdetails .rl_tabs.top &gt; ul.nav-tabs &gt; li.active a, .productdetails .rl_tabs.top &gt; ul.nav-tabs &gt; li.active a:hover {
  color: #000;
}
.productdetails-view .rl_tabs.outline_content &gt; ul.nav-tabs  li.nav-item a::after {
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  position: absolute;
  content: "";
  background-color: #3594d4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.6;
}
.productdetails-view .rl_tabs.outline_content &gt; ul.nav-tabs  li.nav-item a.active::after {
  width: 100%;
}
.vm-product-details-container h1 {
  font-weight: 400;
  font-size: 28px;
  text-transform: none;
  margin-bottom: 20px;
  line-height: 33.6px;
}
.vm-product-media-container .hvnewproduct {
  padding: 0 10px;
    min-width: 59px;
    font-size: 14px;
    line-height: 29px;
    display: inline-flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  position: absolute;
  background-color: #3594d4;
  color: #fff;
  border-radius: 999px;
  right: 20px;
  top: 20px;
  z-index: 999;
}
.homepage .hvnewproduct {
  padding: 0 10px;
    min-width: 59px;
    font-size: 14px;
    line-height: 29px;
    display: inline-flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  position: absolute;
  background-color: #3594d4;
  color: #fff;
  border-radius: 999px;
  right: 20px;
  top: 20px;
  z-index: 999;
}
@media (max-width: 991px) {
#sp-top1 ,#sp-top3{
	text-align:center;
}
#sp-header {
	height: auto;
}
#sp-header .logo-image {
    height: auto;
	margin-top: 15px;
  }
#sp-menu {
	order: 3;
}
.discovery-new-item {
  margin-top: 13px;
}
#sp-products ul.tabs_container li span {
  font-size: 14px;
}
#sp-products #sptab159 ul.tabs_container {
  gap: 0;
}
#sp-why-us {
  padding: 20px;
}
#sp-why-us .sp-column {
  border-radius: 10px 10px 0 0;
}
.tf-icon-box.style-row {
  margin-bottom: 20px;
}
#sp-footer, #sp-bottom , #sp-footer #sp-footer2{
  text-align: center;
}
.flat-wrap-iconbox {
  padding: 30px;
}
.tf-content-left.has-mt {
  margin: 0;
}

.productdetails-view .rl_tabs.outline_content &gt; ul.nav-tabs  {
    gap: 10px 20px;
    margin: 0 15px;
}
.productdetails-view .rl_tabs.outline_content &gt; ul.nav-tabs li.nav-item a {
	padding: 12px 0;
    font-size: 14px;
    line-height: 18px;
}
.sp-page-title {
  padding: 15px 0;
}
.sp-page-title .breadcrumb {
  display: none;
}
#sp-header .logo {
    height: auto;
  }
}
@media (max-width: 767px) {
	.category-view .row .vm-col {
  width: 100%;
}
.vm-product-container .vm-product-media-container {
  width: 100%;
}
}
.dcfrow {
  padding: 30px 28px;
  text-align: center;
  display: flex;
  gap: 16px;
  border-radius: 2.5px;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
}
.dcfrow  .dcfc_title {
  font-weight: 600 ;
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}
#sp-counter .inner-box {
  display: flex;
  align-items: center;
}
.icon-box {
  position: relative;
  z-index: 0;
  transition: all 0.4s ease;
}
.inner-box .counter-icon {
  width: 98px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  margin-right: 30px;
  transition: all 300ms ease;
}
.inner-box .counter-icon span {
  color: #3594d4;
  font-size: 50px;
  line-height: 1;
  transition: all 300ms ease;
}
.inner-box:hover .counter-icon {
  background-color: #0f1b24;
}
.inner-box:hover .counter-icon span {
  color: #fff;
  transform: scaleX(-1);
}
 .inner-box .content-box .jm-count {
  color: #000;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0;
  transition: all 300ms ease;
  transition: all 300ms ease;
}
.inner-box:hover .jm-count {
   color: #3594d4;
}
#sp-client {
  padding: 20px 0;
}
#sp-client img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
  transition: all 0.3s ease;
}
#sp-client img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
body.ltr .sp-megamenu-parent &gt; li.sp-has-child &gt; a::after, body.ltr .sp-megamenu-parent &gt; li.sp-has-child &gt; span::after {
  margin-top: 2px;
}
#sp-about-intro {
  padding:40px ;
  background: #f6f6f6 ;
}
#sp-about-intro .elementor-widget-container {
  border-radius: 500px 500px 0px 0px;
  position: relative;
  overflow: hidden;
}
#sp-about-intro .elementor-widget-container  img {
  width: 100%;
}
#sp-about-intro .elementor-widget-container::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255,255,255,.3);
  transform: translate(-50%,-50%) rotate(-45deg);
  z-index: 1;
}
#sp-about-intro .elementor-widget-container:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
#sp-about-intro  .row {
  align-items: center;
}
.show-bottom {
  text-align: center;
}
.show-bottom .xb-btn{
  font-size: 17px;
  padding: 18px 35px;
  background-color: #3594d4;
  letter-spacing: 0.8px;
  font-weight: 700;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color:#000;
  line-height: 80px;
}
.show-bottom .xb-btn:hover {
	background-color: #CBCBCB;
  color: #000;
}
#sp-about-intro h3 {
  font-size: 36px;
  padding-bottom: 20px;
}
#sp-about-intro .box-top h3 {
  font-size: 24px;
  padding-bottom: 20px;
  color: #3594d4;
}
.stockhandle label {
  font-size: 16px;
  color: #000000;
}
.addtocart-area .product-fields-title strong, .tab-content .product-fields-title strong {
  color: #000000;
  font-size: 16px;
}
.vm-product-details-container .PricesalesPrice.euro {
  display: none;
}
.productdetails .PricesalesPrice {
  color: #5bb300;

}
.addtocart-bar a.btn.btn-primary {
  margin-top: 10px;
}

.Price.euro, .PricesalesPrice.euro { display: none; }</pre></body></html>