/* inter-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/inter-v18-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/inter-v18-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/inter-v18-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/inter-v18-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/inter-v18-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/inter-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/inter-v18-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/inter-v18-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@import url('fontawesome-5.14.0.min.css');
@import url('flaticon.min.css');

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

body {
  color: rgba(255, 255, 255, 0.75);
  background: black;
  font-weight: 400;
  line-height: 32px;
  font-size: 16px;
  font-family: Inter;
 }

a {
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none; }
  a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    color: var(--secondcolor); }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--secondcolor); }
  
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  color: var(--secondcolor);
  font-family: Inter; }

h1, .h1 {
  font-size: 80px; }

h2, .h2 {
  font-size: 48px; }

    @media only screen and (max-width: 767px) {
      h2 {
        font-size: 40px; } }
    @media only screen and (max-width: 575px) {
      h2 {
        font-size: 35px; } }
    @media only screen and (max-width: 375px) {
      h2 {
        font-size: 33px; } }

h3, .h3 {
  font-size: 30px; }

h4, .h4 {
  line-height: 1.4;
  font-size: 24px; }

h5, .h5 {
  line-height: 1.45;
  font-size: 20px; }

h6, .h6 {
  font-size: 16px; }

.text-white h1, .text-white h1 a,
.text-white h2, .text-white h2 a,
.text-white h3, .text-white h3 a,
.text-white h4, .text-white h4 a,
.text-white h5, .text-white h5 a,
.text-white h6, .text-white h6 a,
.text-white .h1, .text-white .h1 a,
.text-white .h2, .text-white .h2 a,
.text-white .h3, .text-white .h3 a,
.text-white .h4, .text-white .h4 a,
.text-white .h5, .text-white .h5 a,
.text-white .h6, .text-white .h6 a {
  color: white; }

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

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

mark {
  color: var(--maincolor);
  background: transparent;
  text-decoration: underline; }

header:after, section:after, footer:after {
  display: block;
  clear: both;
  content: ""; }

/*======= Input Styles =======*/
input,
select,
textarea,
.nice-select,
.form-control {
  width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 15px 30px;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1); }

input:focus,
button:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #cfdbf1; }

.sppb-btn.active, .sppb-btn:active {
  background-image: inherit !important;
}

.sppb-btn.focus, 
 .sppb-btn:active:focus, 
 .sppb-btn:active:hover, 
 .sppb-btn:focus, 
 .sppb-btn:hover {
  outline: 0;
}

.sppb-btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.sppb-btn.active, .sppb-btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.sppb-optin-form .sppb-btn i:first-child {display: none;}

form.sppb-optin-form.submit-button-inside .button-wrap {
	top: 50% !important;
	transform: translatey(-50%);
}

#sp-footer {
	font-size: inherit;
position: relative;
z-index: 2;
}

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

.sp-scroll-up {
	background: var(--maincolor);
}

.text-underline {
	text-decoration: underline;
}

.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty) {
	padding: 0;
}

select.sppb-form-control:not([size]):not([multiple]) {
	height: inherit;
}

.sppb-form-builder-btn .sppb-btn i {display: none;}

.z-index2 {z-index: 2 !important;}
.z-index0 {z-index: 0 !important;}

.sppb-media-heading {
	margin: 0;
}

.sppb-sp-slider-image {overflow: hidden;}

.sp-slider img {
	height: auto !important;
	width: auto !important;
}

.sppb-addon-clients .sppb-carousel-extended-item {
	padding: 0;
}

@media (max-width: 768px) {
	.sppb-addon-clients img {margin-bottom: 20px;}
}

.sppb-addon-header > * {color: inherit !important;}

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text,
.login .form-validate .btn-primary,
.hikashop_vote_form .button {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  text-align: center;
  padding: 13px 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: capitalize;
  line-height: 32px;
  border-radius: 0;
  white-space: normal;
}

body .sppb-btn.sppb-btn-primary,
body .sppb-sp-slider-button .sp-slider-btn-text,
.login .form-validate .btn-primary,
.hikashop_vote_form .button {
  background: transparent;
  color: var(--secondcolor);
  border: 1px solid rgba(255, 255, 255, 0.1); 
}

body .sppb-btn.sppb-btn-primary:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover,
.login .form-validate .btn-primary:hover,
.hikashop_vote_form .button:hover {
    color: #02050A;
    background: var(--maincolor);
    border-color: var(--maincolor);
}

body .sppb-btn.sppb-btn-secondary,
body .sppb-sp-slider-button.slider-btn2 .sp-slider-btn-text {
color: #02050A;
background: var(--maincolor);
border-color: var(--maincolor);
}

body .sppb-btn.sppb-btn-secondary:hover,
body .sppb-sp-slider-button.slider-btn2 .sp-slider-btn-text:hover {
color: var(--maincolor);
background: transparent;
}

body .sppb-btn.sppb-btn-default {

}

body .sppb-btn.sppb-btn-default:hover {

}

.sppb-btn i,
a.d-block em,
.sppb-sp-slider-button .sp-slider-btn-text i,
.sppb-btn:not(.hikacart) span {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);	
}

.sppb-btn:hover i,
a.d-block:hover em,
.sppb-sp-slider-button .sp-slider-btn-text:hover i,
.sppb-btn:not(.hikacart):hover span {
	margin-left: 13px;
	margin-right: -3px;
}

.full-width-image .sppb-addon-single-image-container {width: 100%; display: block;}
.full-width-image .sppb-addon-single-image-container img {width: 100%;}

.sppb-btn span {
    position: relative;
}

.sppb-progress {
	border-radius: 45px;
}

.sppb-addon-clients .sppb-carousel-extended-item img {
	margin: auto;
	text-align: center;
	display: block;
}

.f-weight-400 {
	font-weight: 400;
}

.read-more {
	font-weight: 500;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-decoration: underline;
	text-transform: capitalize;
	text-underline-position: under;
}

.read-more i,
.read-more em {
	float: right;
	font-weight: 400;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	margin-left: 8px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.read-more:hover {
	color: var(--maincolor);
	text-decoration: underline;
}

.read-more:hover i,
.read-more:hover em {
	margin-left: 13px;
}

.sp-slider div[class^="sppb-col"] {position: static;}

.sppb-icon .sppb-icon-container > i {
	width: auto !important;
	height: auto !important;
	line-height: inherit !important;
}

.sppb-text-left.animated-number-position-bottom .sppb-addon-content, .sppb-text-left.animated-number-position-left .sppb-addon-content {
	align-items: center;
}

.sppb-carousel-extended-list .sppb-carousel-extended-outer-stage {
	height: auto !important;
}

body .sppb-addon-optin-forms {
	padding: 0px;
}

.sppb-addon-table-main td {
	color: inherit;
	font-size: inherit;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	display: flex;
	align-items: center;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) span {
margin-right: 5px;	
}

.center-section > .sppb-row-container > .sppb-row,
.center-section  > .sppb-row {
	justify-content: center;
}

.even-section > .sppb-container-inner > .sppb-row,
.even-section  > .sppb-row {
	justify-content: space-between !important;
}

#sp-main-body .sppb-section .sppb-container-inner, #sp-main-body .sppb-section div[class^="sppb-col-"], #sp-main-body .sppb-section .sppb-column, #sp-main-body .sppb-section .sppb-column-addons, #sp-main-body .sppb-section .sppb-row-container {position: static;}

.relative-section .sppb-container-inner, .relative-section div[class^="sppb-col-"], .relative-section .sppb-column, .relative-section .sppb-column-addons {position: static;}

.nowraprow > .sppb-container-inner > .sppb-row {flex-wrap: nowrap;}

#sp-top {
	position: relative;
	z-index: 999;
}

#sp-top > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-top > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-logo-section > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-logo-section > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-footer, #sp-bottom {
	background: inherit;
}

.sppb-carousel-extended-description {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

.max-content-width {
	max-width: -webkit-max-content !important;
	max-width: -moz-max-content !important;
	max-width: max-content !important;
}

.sppb-ajaxt-contact-form i:first-child {display: none;}

@media (max-width: 1400px) {
  .sppb-addon-articles .sppb-col-sm-3 {
  -ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
  }
}

@media (max-width: 1200px) {
  .sppb-addon-articles .sppb-col-sm-4 {
  -ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
  }
}

@media (max-width: 992px) {
  .sppb-addon-articles .sppb-col-sm-4,
  .sppb-addon-articles .sppb-col-sm-3,
  .sppb-addon-articles .sppb-col-sm-6 {
  -ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
  }
}

@media (max-width: 768px) {
  .sppb-addon-articles .sppb-col-sm-4,
  .sppb-addon-articles .sppb-col-sm-3,
  .sppb-addon-articles .sppb-col-sm-6 {
  -ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
  }
}

.width-auto .sppb-column-addons {width: auto;}

.sp-slider-content-align-left .sppb-sp-slider-button {
	margin-left: 0;
	margin-right: 45px;
}

@media (max-width: 768px) {
.sp-slider-content-align-left .sppb-sp-slider-button {
	margin-right: 0px;
	margin-bottom: 30px;
}
}

/* HEADER */ 

#sp-header {
height: auto;
box-shadow: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
background: transparent;
position: absolute;
padding-left: 15px;
padding-right: 15px;
}

@media (max-width: 992px) {
#sp-header {
	padding-top: 20px;
	padding-bottom: 20px;
}
}

#sp-header.header-sticky {
background: #222222;
-webkit-animation: sticky 1s;
animation: sticky 1s;
-webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
}

@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

#sp-header .logo {
	height: auto;
}

#sp-header .logo img {
	height: auto;
}

@media (max-width: 400px) {
#sp-header .logo img {
	max-width: 120px;
}	
}

.sp-megamenu-parent {padding-right: 90px;}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
padding: 35px 30px;
font-weight: 600;
position: relative;
color: var(--secondcolor);
text-transform: capitalize;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
font-size: 18px;
line-height: 32px;
}

#sp-header.header-sticky .sp-megamenu-parent > li > a {
padding-top: 25px;
padding-bottom: 25px;	
}

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

.sp-megamenu-parent > li:not(.menu-search) > a:before {
	opacity: 0;
	content: "\f061";
	position: absolute;
	left: 50%;
	top: 60%;
	font-weight: 300;
	font-size: 0.8em;
	-webkit-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
	font-family: 'Font Awesome 5 Pro';
	color: var(--maincolor);
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

.sp-megamenu-parent > li.active > a:hover,
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a, .sp-megamenu-parent > li.active:hover > a {
color: var(--maincolor);
text-decoration: underline;
}

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

@media (max-width: 1400px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent > li:last-child > a {
	padding: 40px 18px;
}
}

@media (max-width: 1200px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent > li:last-child > a {
	padding: 40px 11px;
}
}

.sp-megamenu-parent > li.menu-search > a span {
	font-weight: 400;
	font-size: 16px;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
font-size: 12px;
color: var(--secondcolor);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
background: #333333;
-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
transition: 0.4s all;
border-radius: 0;
padding: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge),
.sp-megamenu-parent .sp-mega-group > li > a {
width: 100%;
padding: 7px 20px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
font-size: 18px;
font-weight: 600;
position: relative;
color: var(--secondcolor);
line-height: 32px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-mega-group > li > a:hover {
color: var(--maincolor);
text-decoration: underline;
}

#offcanvas-toggler {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	font-size: 20px;
	position: relative;
	z-index: 99;
	height: auto;
}

.burger-icon > span {
	background-color: var(--maincolor);
}

#sp-header.header-sticky .burger-icon > span {
	background-color: var(--maincolor);
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #fff;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
	color: #fff !important;
}

.close-offcanvas {
	z-index: 99;
}

@media (max-width: 992px) {
.offcanvas-menu {
	background-color: var(--maincolor);
	color: #fff;
}
.offcanvas-menu .offcanvas-inner a {
	color: #fff;
}

.offcanvas-menu .offcanvas-inner a:hover, .offcanvas-menu .offcanvas-inner a:focus, .offcanvas-menu .offcanvas-inner a:active {
	color: #fff;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
	color: #fff;
}

.offcanvas-menu .logo {display: none;}

.offcanvas-menu .offcanvas-inner {
	padding: 50px 25px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
}
}

@media (min-width: 992px) {
.offcanvas-menu .offcanvas-inner {
	padding: 0;
}

.offcanvas-menu .offcanvas-inner > .d-flex {display: none !important;}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	margin-bottom: 0px;
}

.burger-icon > span {
  transition: .3s;
  float: right;
  -webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
	background-color: #1a2428;
	margin: 3px 0;
}
.burger-icon {
width: 50px;
height: 50px;
background: var(--maincolor);
line-height: 50px;
border-radius: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.burger-icon > span:nth-child(1) {
	width: 25px;
	background: #1a2428;
	height: 2px;
}
.burger-icon > span:nth-child(2) {
	width: 25px;
	background: #1a2428;
	height: 2px;
}
.burger-icon > span:nth-child(3) {
	width: 25px;
	background: #1a2428;
	height: 2px;
}
.burger-icon:hover > span {width: 35px;}

#sp-header.header-sticky .burger-icon > span {
	background-color: #1a2428;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	float: right;
	margin-left: 0px;
}

#offcanvas-toggler {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translatey(-50%);
	display: inline-block;
	height: auto;
}

.offcanvas-menu {
	background-color: transparent;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .logo {display: none;}

.offcanvas-menu .menu {display: none !important;}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #1a2428;
}

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

body.rtl.offcanvs-position-right .offcanvas-menu {
	left: -400px;
}

.offcanvas-menu {
	width: 400px;
}
	
}


/* */

/* PAGE TITLE */

#sp-title {
	position: relative; 
overflow: hidden;
}

#sp-title .sp-module {
	height: 100%;
	position: absolute;
	width: 100%;
}

#sp-title .sp-module .sp-module-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div > .sppb-column,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div > .sppb-column > .sppb-column-addons {height: 100%; position: static !important;}

.sp-page-title {
position: relative;
background-size: cover;
background-position: center;
padding: 220px 0 170px;
text-align: center;
}

.sp-page-title:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	opacity: 0.9;
	background-color: #111111;
	mix-blend-mode: multiply;
}

.sp-page-title .container {
position: relative;
z-index: 1;	
}

.sp-page-title .sp-page-title-heading {
font-size: 55px;
font-weight: 600;
line-height: 1.2;
margin-bottom: 20px;
}

@media (max-width: 992px) {
.sp-page-title .sp-page-title-heading {
font-size: 46px;
}
}

@media (max-width: 768px) {
.sp-page-title .sp-page-title-heading {
font-size: 28px;
}
}

.sp-page-title .breadcrumb {
margin: 0;
position: relative;
z-index: 9;
justify-content: center;
display: inline-flex;
}

.sp-page-title .breadcrumb > li.float-start {display: none;}

.sp-page-title .breadcrumb > li > a {
font-size: 20px;
text-transform: capitalize;
color: rgba(255, 255, 255, 0.75);
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 12px;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 12px;
}

.sp-page-title .breadcrumb > li + li::before {
text-transform: capitalize;
font-size: 20px;
}

.sp-page-title .breadcrumb > .active span {
color: var(--maincolor);
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-thickness: 1px;
font-size: 20px;
}

/* */

#sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 0;
}
.com-content #sp-main-body,
.com-j2store #sp-main-body,
.com-tags #sp-main-body,
.com-spsimpleportfolio #sp-main-body,
.com-search #sp-main-body,
.com-finder #sp-main-body,
.com-hikashop #sp-main-body,
.com-users #sp-main-body  {
	padding: 120px 0 120px;
}

.com-content.view-article #sp-main-body {padding-bottom: 120px;}
.com-content #sp-main-body {padding-bottom: 70px;}
.com-hikashop #sp-main-body {padding-bottom: 90px;}

.com-spsimpleportfolio #sp-main-body {
	z-index: 2;
	position: relative;
}


.com-content #sp-header.header-sticky ~ section#sp-main-body,
.com-j2store #sp-header.header-sticky ~ section#sp-main-body,
.com-tags #sp-header.header-sticky ~ section#sp-main-body,
.com-spsimpleportfolio #sp-header.header-sticky ~ section#sp-main-body,
.com-search #sp-header.header-sticky ~ section#sp-main-body,
.com-finder #sp-header.header-sticky ~ section#sp-main-body,
.com-hikashop #sp-header.header-sticky ~ section#sp-main-body,
.com-users #sp-header.header-sticky ~ section#sp-main-body  {
	padding-top: 120px;
}


/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}

.com-sppagebuilder #sp-right, .com-sppagebuilder #sp-left {
	padding-top: 50px;
	padding-bottom: 130px;
	position: relative;
}

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

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

/* */

/* LOGIN */

.login .col-lg-4 {
background-color: #f5f8fd;
border-radius: 30px;
padding: 50px;
display: flex;
flex-direction: column;	
}

.login .col-lg-4:before {
content: "Log In Your Account";
font-weight: 500;
line-height: 1.2;
color: #000;
display: block;
font-size: 30px;
margin-bottom: 20px;
font-family: 'Fredoka One';
order: 1;
}

.login .form-validate {order: 2;}

.login .form-control {
  height: 68px;
  border: 0;
  padding-left: 30px;
  border-radius: 20px;
  background: #fff;
  outline: none;
  font-size: inherit;
line-height: inherit;
}
.login .col-lg-4 > div:last-child {order: 3; padding-top: 20px;}

.login .login-description {order: 4; padding-top: 20px;}

/* */

/* CUSTOM CLASS */

.hero-area::after {
	z-index: -1;
	width: 900px;
	height: 900px;
	opacity: 0.2;
	border-radius: 50%;
	-webkit-filter: blur(200px);
	filter: blur(200px);
	position: absolute;
	right: -250px;
	top: -130px;
	background: var(--maincolor);
	-webkit-animation: zoomInOut 5s infinite;
	animation: zoomInOut 5s infinite;
}

.full-height > div,
.full-height > div > div,
.full-height > div > div > div,
.full-height > div > div > div > div,
.full-height > div > div > div > div > div,
.full-height > div > div > div > div > div > div {
	height: 100%;
}

.what-we-do-area::after {
	z-index: -1;
	width: 900px;
	height: 900px;
	opacity: 0.3;
	border-radius: 50%;
	-webkit-filter: blur(200px);
	filter: blur(200px);
	position: absolute;
	right: -170px;
	top: -130px;
	background: var(--maincolor);
	-webkit-animation: zoomInOut 5s infinite;
	animation: zoomInOut 5s infinite;
}

.service-three-item {
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}

.service-three-item .sppb-column-addons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.service-three-item:hover {
	-webkit-box-shadow: 0px 4px 60px rgba(85, 230, 165, 0.2) !important;
	box-shadow: 0px 4px 60px rgba(85, 230, 165, 0.2) !important;
}

.service-three-area::after {
	z-index: -1;
	width: 900px;
	height: 900px;
	opacity: 0.2;
	border-radius: 50%;
	-webkit-filter: blur(200px);
	filter: blur(200px);
	position: absolute;
	left: -300px;
	bottom: -400px;
	background: var(--maincolor);
	-webkit-animation: zoomInOut 5s infinite;
	animation: zoomInOut 5s infinite;
}

.skills-wrap .sppb-column-addons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.skills-wrap .sppb-column-addons > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}

em[class*=" flaticon-"]::before, em[class^="flaticon-"]::before {
	font-family: flaticon_ygency !important;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* */


/* BLOG */

.article-list .article,
.sppb-addon-articles .sppb-addon-article {
	padding: 0;
	border: 0;
	position: relative;
	transition: all 0.3s ease-out;
	overflow: hidden;
	padding-bottom: 50px;
	margin: 0;
	border-radius: 0;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap {
	margin: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 0;
	margin-bottom: 38px;
}

.articles-leading .article .article-intro-image, .articles-leading .article .article-featured-video, .articles-leading .article .article-featured-audio, .articles-leading .article .article-feature-gallery {

}

.article-list .article .article-intro-image:after, .article-list .article .article-featured-video:after, .article-list .article .article-featured-audio:after, .article-list .article .article-feature-gallery:after, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap:after {

}

.article-list .article:hover .article-intro-image:after, .article-list .article:hover .article-featured-video:after, .article-list .article:hover .article-featured-audio:after, .article-list .article:hover .article-feature-gallery:after, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap:after {

}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0px;
}

.articles-leading .article .article-intro-image img, .articles-leading .article .article-featured-video img, .articles-leading .article .article-featured-audio img, .articles-leading .article .article-feature-gallery img {
	width: auto;
	height: auto;
}

.article-list .article:hover .article-intro-image img, .article-list .article:hover .article-featured-video img, .article-list .article:hover .article-featured-audio img, .article-list .article:hover .article-feature-gallery img, .sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap img {

}

.article-intro-image > a, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap {width: 100%;}

.article-body,
.sppb-article-info-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
-webkit-box-flex: 0;
}

.article-list .article .article-header, .sppb-article-info-wrap h3 {order: 2;}

.article-list .article .article-header h2,
.sppb-article-info-wrap h3 {
line-height: 1.4;
font-size: 24px;
font-weight: 600;
color: var(--secondcolor);
margin: 0;
}

.blog-list .article .article-header h2 {
	font-size: 30px;
	margin-bottom: 20px;
} 

@media (max-width: 768px) {
.article-list .article .article-header h2,
.sppb-article-info-wrap h3 {
font-size: 22px;
}	
}

.article-list .article .article-header h2 a,
.sppb-article-info-wrap h3 a {
color: inherit;
transition: all 500ms ease;
display: block;
}

.article-list .article .article-header h2 a:hover,
.sppb-article-info-wrap h3 a:hover {
color: var(--maincolor);
text-decoration: underline;
}

.article-list .article .article-info,
.sppb-addon-articles .sppb-article-meta {
order: 1;
margin: 0;
display: flex;
align-items: center;
padding-bottom: 20px;
margin-bottom: 25px;
border-bottom: 1px solid rgba(255,255,255,.25);
width: 100%;
}

.blog-list .article-list .article .article-info {
padding-bottom: 10px;
margin-bottom: 0px;
border-bottom: 0;
}


.article-info > span,
.sppb-addon-articles .sppb-article-meta > span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
line-height: 1.5;
margin: 0;
margin-bottom: 10px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-transform: uppercase;
font-size: 16px;
color: rgba(255, 255, 255, 0.75);
}

.article-info > span a {color: inherit;}

.article-info > span:not(:last-child):after,
.sppb-addon-articles .sppb-article-meta > span:not(:last-child):after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-left: 30px;
	margin-right: 30px;
	background: white;
}

.article-info > span.createdby, .sppb-article-meta > span.sppb-meta-author {order: 1;}
.article-info > span.published, .sppb-article-meta > span.sppb-meta-date {order: 2;}
.article-info > span.category-name, .sppb-article-meta > span.sppb-meta-category {order: 3;}
.article-info > span.hits {order: 4;}


.article-info > span + span::before,
.sppb-addon-articles .sppb-article-meta > span + span:before {
padding: 0;
margin: 0;
}

.article-info > span:before,
.sppb-addon-articles .sppb-article-meta > span:before {
font-size: 15px;
color: white;
margin: -3px 10px 0 0;
margin-right: 10px !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.article-info > span.createdby:before, .sppb-article-meta > span.sppb-meta-author:before {content: "\f406";}
.article-info > span.published:before, .sppb-article-meta > span.sppb-meta-date:before {content: "\f073";}
.article-info > span.category-name:before, .sppb-article-meta > span.sppb-meta-category:before {content: "\f086";}
.article-info > span.hits:before {content: ;}

body:not(.blog-list) .article-info > span.category-name a, .sppb-article-meta > span.sppb-meta-category > a {

}

body:not(.blog-list) .article-info > span.category-name:hover a, .sppb-article-meta > span.sppb-meta-category > a:hover {

}

.article-introtext, .sppb-article-introtext {
order: 3;
}

.article-introtext p {margin-bottom: 0;}

.article-list .article .readmore, .sppb-readmore {order: 4;}

.article-list .article .readmore {
	font-size: inherit;
}

.article-list .article .readmore a,
.sppb-readmore {
font-weight: 500;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
text-decoration: underline;
text-transform: capitalize;
text-underline-position: under;
color: var(--maincolor);
margin-top: 15px;
text-decoration: none;
}

.article-list .article .readmore a:after,
.sppb-readmore:after {
  float: right;
  font-weight: 400;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
content: "\f061";
}

.article-list .article .readmore a:hover,
.sppb-readmore:hover {
color: var(--maincolor);
}

.article-list .article .readmore a:hover:after,
.sppb-readmore:hover:after {
	margin-left: 13px;
}

ul.pagination {
	display: flex;
justify-content: space-between;
margin-top: 30px;
padding: 25px 30px 25px;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.page-link, .disabled > .page-link, .page-link.disabled, .pagination > li > a, .pagination > li > span {
	padding: 0;
color: #fff;
font-weight: 500;
height: 54px;
width: 54px;
background: #0A1019;
line-height: 54px !important;
display: inline-block;
border: 1px solid transparent;
position: relative;
border-radius: 50% !important;
margin-right: 15px;
text-align: center;
}

.page-item.active .page-link,
.page-link:hover {
border-color: transparent;
background-color: var(--maincolor) !important;
color: #0A1019 !important;
}

.page-item.active .page-link,
.page-link:hover {
border-color: transparent;
background-color: var(--maincolor) !important;
color: #0A1019 !important;
}

.pagination-counter {margin-top: 40px;}

/* SINGLE ARTICLE */

.article-details .sppb-row-container {padding: 0; max-width: 100%;}

.article-details {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-flow: wrap;
	border-radius: 0px;
}

.article-details > *:not(.article-full-image) {
	order: 4;
	width: 100%;
}

.article-details .article-header {
	order: 3;
}

.article-details .article-info {
	margin-top: 1rem !important;
	order: 2;
	margin-bottom: 0;
}

.article-details .article-info span:before {margin-right: 10px !important;}

.article-details .article-can-edit {
	position: relative;
	margin-bottom: 0px;
}

.article-details .article-header h1, .article-details .article-header h2 {
font-size: 50px;
padding-bottom: 70px;
}

@media (max-width: 768px) {
.article-details .article-header h1, .article-details .article-header h2 {
font-size: 35px;
padding-bottom: 40px;
}	
}

.article-details .article-full-image {
position: relative;
display: block;
	order: 1;
margin-bottom: 40px;
	width: 100%;
}

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


.article-details .article-ratings-social-share {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	margin: 0;
  align-items: center;
  order: 6;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
margin: 40px 0 0 !important;
border-top: 0;
border-bottom: 0;
}

.tags {
	list-style: none;
	padding: 0;
	margin: 0 !important;
	border: none;
	justify-content: center;
display: block;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
margin: 40px 0 0 !important;
border-top: 0;
padding: 0;
border-bottom: 0;
  order: 5;
}

@media (max-width: 768px) {
.tags, .article-details .article-ratings-social-share {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
display: block !important;
margin-top: 40px !important;
margin-bottom: 0px !important;
}
.article-social-share {
	float: none;
}
}

.tags:before {

}

.tags > li {
	margin: 0;
}

.tags > li a {
font-size: 16px;
font-weight: 500;
padding: 7px 22px;
margin: 0;
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.75);
border-radius: 0;
}

.tags > li a:hover {
color: #fff;
background: #16161C;
border-color: #16161C;
}

.tags > li + li {margin-left: 15px;}

.article-social-share .social-share-icon:before {

}

.article-social-share .social-share-icon ul {
	display: inline-block;
}

.article-social-share .social-share-icon ul li:not(:last-child) {
	margin-right: 10px;
}

.article-social-share .social-share-icon ul li a {
width: 35px;
height: 35px;
background: transparent;
line-height: 35px;
border-radius: 50%;
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.75);
width: 50px;
height: 50px;
line-height: 50px;
}

.article-social-share .social-share-icon ul li a:hover {
color: #02050A;
background: var(--maincolor);
}


.article-details .article-author-information {
padding: 0;
text-align: left;
border: 0;
margin: 0;
border: 0;
border-radius: 0;
padding: 40px 50px;
margin-top: 60px;
margin-bottom: 0;
order: 7;
background-color: var(--thirdcolor);
}

.article-details .article-author-information > .d-flex {
gap: 40px;
}

.article-details .article-author-information > .d-flex .flex-shrink-0 img {

}

.article-details .article-author-information h5 {
color: #fff;
font-weight: normal;
line-height: 1.45;
font-size: 22px;
font-weight: 600;
margin-bottom: .5rem;
}

.article-details .article-author-information .author-bio {
margin-bottom: .5rem !important;
}

.author-website {color: inherit; margin-left: 4px;}

.author-website a,
.author-website a:hover {color: var(--maincolor);}

#article-comments {
	border-top: 0px solid #f5f5f5;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
  order: 9;
  width: 100%;
margin-top: 50px;
padding-top: 0px;
}


.article-details ul.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	padding: 0;
}

.article-details .page-link,
.article-details .page-link:hover {
	background: transparent;
	padding: 0;
	border: none;
	margin-right: 0;
	font-weight: 600;
	color: var(--maincolor) !important;
}

.article-details .pagenavigation {
	order: 8;
width: 100%;
margin-top: 60px;
padding-top: 0px;
border-top: 0;
}

.article-details .pagenavigation .pagination {
	justify-content: space-between;
}

.article-details .pagenavigation .btn {
background: transparent;
border-radius: 12px;
display: block;
line-height: 32px;
font-size: 16px;
font-weight: 500;
padding: 0;
position: relative;
color: rgba(255, 255, 255, 0.75);
border: none;
}

.article-details .pagenavigation .btn:hover {
	background: transparent;
	color: var(--maincolor);
}

/* */

/* SHOP */

.hikashop_products_pagination {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-bottom: 50px;
}

.hikashop_products_pagination .pagination {
	width: 100%;
max-width: 50%;
display: block;
font-size: 18px;
margin-bottom: 0;
line-height: 1.2;
}

.hikashop_products_pagination .pagination .limit {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	width: 100%;
}

.form-select.hikashop_pagination_dropdown {
	width: auto;
	max-width: none;
	border: none;
	box-shadow: none !important;
display: block;
font-weight: 400;
font-size: 18px;
margin-bottom: 0;
line-height: 1.2;
background: transparent;
color: rgba(255, 255, 255, 0.75);
}

.form-select.hikashop_pagination_dropdown > option {
color: #000;	
}

.hikashop_results_counter {
display: block;
font-weight: 400;
font-size: 18px;
margin-bottom: 0;
line-height: 1.2;
}

.hikashop_product {
margin-bottom: 30px;
}

.hikashop_product .hikashop_listing_img_title {
background: #0A1019;
}

.hikashop_product_image {
  text-align: center;
  position: relative;
}

.hikashop_product_image img {
	position: relative;
}

.hikashop_product .content {
padding: 28px 40px 40px 50px;
}

.hikashop_product .hikashop_product_vote {
	margin-left: auto;
}

.hikashop_listing_img_title {
	position: relative;
}

.hikashop_badge_div img {
	max-height: 24px !important;
}

span.hikashop_product_name a {
font-size: 22px;
line-height: 1.58;
font-weight: 600;
color: var(--secondcolor);
margin-top: 0;
margin-bottom: .5rem;
}

span.hikashop_product_name a:hover {color: var(--maincolor);}

.ratting-price {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 32px;
	margin-top: 5px;
}

.hikashop_product_price_full {
font-size: 22px;
font-weight: 600;
color: var(--maincolor);
margin-left: 10px;
}

.hikashop_product_price_full .hikashop_product_price {

}

span.hikashop_product_price_before_discount {
font-weight: 300;
margin-right: 10px;
display: inherit;
}

.hikashop_product_price_per_unit {
	display: none;
}

.hikashop_product_price_before_discount_amount {
  color: #555;
  font-size: 18px;
}

.com_hikashop #sp-component .sppb-btn {
  padding-top: 9px;
  padding-bottom: 9px;
}

.com_hikashop #sp-component .sppb-btn i {display: none;}

/* Single Product */

@media only screen and (min-width: 1400px) {
.gap-70 {
  --bs-gutter-x: 70px;
}
}

.hikashop_product_page .hikashop_badge_div.hikashop_badge_topleft_div {display: none;}

.hikashop_product_page div.hikashop_small_image_div a {
	padding: 0;
	margin: 20px 15px 0;
}

.hikashop_product_page div.hikashop_small_image_div {
	display: flex;
	margin: 0 -15px;
}

.hikashop_product_page div.hikashop_small_image_div a,
.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail {
	border: 0;
	border-radius: 0px;
}

img.hikashop_child_image {
	max-height: 180px;
	max-width: 180px;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	margin: 0;
	opacity: 1;
	transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	border: 0 !important;
background: transparent;
padding: 0px;
border-radius: 0px;
}

.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail img.hikashop_child_image {
	opacity: 1;
	border-radius: 0px;
}

#hikashop_image_main_thumb_div {
overflow: hidden;
}

.hikashop_slide_prev, .hikashop_slide_next {
	transition: 0.6s ease;
	border-radius: 100%;
	border: 2px solid #fff;
	background: #fff;
}

a.hikashop_slide_prev_active:hover, a.hikashop_slide_next_active:hover {
	background-color: var(--maincolor);
	border-color: var(--maincolor);
}

a.hikashop_slide_next i, a.hikashop_slide_prev i {
	color: var(--maincolor);
}

.hikashop_slide_prev:hover i, .hikashop_slide_next:hover i {
	color: #fff;
}

.hikashop_product_main_image {
	position: relative;
}

.hikashop_product_main_image img {
	position: relative;
	width: 100%;
}

.available {
	display: flex;
	align-items: center;
}

#hikashop_product_top_part h1 {
font-size: 48px;
font-weight: 600;
color: #fff;
line-height: 1.2;
margin-bottom: 15px;
}

.hk-rating {
	line-height: 1;
	display: block;
}
.hk-rate-star {
	margin: 0 3px;
}

.hikashop_product_page .hikashop_product_price_full .hikashop_product_price_per_unit {
	display: none;
}

.ratting-price {
  margin-bottom: 30px !important;
}

.hikashop_product_page span.hikashop_product_price_before_discount_amount {
font-size: 24px;
}

.hikashop_product_top_part > p {
margin-bottom: 0px;
}

.hikashop_product_top_part h5 {
  padding-top: 30px;
}

.hikashop_product_characteristics {margin-top: 25px;}

#hikashop_product_characteristics, #hikashop_product_options {
	border: 0;
	padding: 0;
	border-radius: 0;
}

.hikashop_product_characteristics_table tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.hikashop_product_characteristics_table td, .hikashop_product_options_table td {
font-size: 16px;
color: var(--secondcolor);
font-weight: 700;
display: block;
margin-bottom: 10px;
}

.hikashop_product_characteristics_table td select {
padding: 8px 40px 8px 15px;
font-size: 14px;
font-weight: 700;
line-height: 1.2;
color: var(--secondcolor);
vertical-align: middle;
background: url("../images/select_down_arrow02.png") no-repeat scroll 97.5% center;
  background-color: rgba(0, 0, 0, 0);
background-color: transparent;
border: 1px solid #e5e5e5;
border-radius: 0;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
transition: .3s ease-in-out;
width: 100%;
height: 35px;
cursor: pointer;	
}

.hikashop_product_code_main .sku {

}

.product-category-review {margin-top: 18px;}

.product-category-review:before {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 10px;
  min-width: 100px;
display: inline-block;
content: "Category :";
}

.product-category-review > div {
	color: white;
	padding: 2px 25px;
	margin-bottom: 10px;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.product-category-review > div + div {margin-left: 15px;}

.hikashop_product_tags .tags:before,
.sku_wrapper,
.brand {
color: var(--maincolor);
font-size: 16px;
}

.hikashop_product_tags .tags:before {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 10px;
  min-width: 100px;
display: inline-block;
content: "Tags :";
}

.hikashop_product_tags .tags > li:first-child {
	margin-left: -4px;
}

.brand a {
  font-size: 16px;
  text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #777777;
margin-left: 10px;
}

.hikashop_product_quantity_main {
  display: flex;
  align-items: center;
  align-content: center;
  padding-top: 0px;
  margin-top: 40px !important;
}

.hikashop_product_quantity_input_div_default_main {
	display: inline-flex;
	align-content: center;
	align-items: center;
	width: 90px;
	padding: 8px 20px;
	margin: 0 10px 0 0;
	background-color: transparent;
	height: 52px;
font-weight: 700;
border: 2px solid rgba(255, 255, 255, 0.1);
border-radius: 0;
}

.hikashop_product_quantity_div input.form-control, .form-control.hikashop_product_quantity_field {
	padding: 0;
	border: none;
	background: transparent;
	color: #fff;
}

.hikashop_product_quantity_change_div_plus_default, .hikashop_product_quantity_change_div_minus_default {line-height: 1; text-align: center;}

a.hikashop_product_quantity_field_change_plus, a.hikashop_product_quantity_field_change_minus, .hikashop_product_quantity_change_div_plus_default a, .hikashop_product_quantity_change_div_minus_default a {
	padding: 0px 5px 2px 5px;
	height: auto;
	margin: 0;
	display: inline-block;
	padding: 0;
	line-height: 1;
	color: #fff;
	font-size: 20px;
}


.hikashop_product_tags .tags {
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	max-width: 100%;
	background: transparent;
	padding-top: 20px !important;
	margin-top: 40px !important;
	border-radius: 0;
}

#hikashop_tabs_div {margin-bottom: 60px;}

.hikashop_tabs_ul {
	margin: 0;
	margin-bottom: 30px;
margin-top: 80px;
}

.hikashop_tabs_ul li {
margin-bottom: 0;
background: #fff;
border: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
color: #02050A;
font-weight: 700;
font-size: 16px;
border-radius: 0px;
padding: 11px 40px;
line-height: 32px;
display: inline-block;
cursor: pointer;
}

.hikashop_tabs_ul li + li {margin-left: 12px;}

.hikashop_tabs_li_selected {
color: #fff !important;
border-color: var(--maincolor) !important;
background-color: var(--maincolor) !important;
}

.hikashop_tabs_content {
	min-height: auto;
	border-radius: 0;
	padding: 0;
	border: 0px solid #eee;
	background: transparent;
}

.hikashop_tabs_content p {margin: 0;}

.hikashop_tabs_content .list-style-three {
	color: white;
	padding-top: 25px;
}

.hikashop_tabs_content .list-style-three li:not(:last-child) {
  margin-bottom: 8px;
}

.hikashop_tabs_content .list-style-three li:before {
	content: "\f560";
	font-size: 1.2em;
	margin-right: 15px;
	color: var(--maincolor);
	font-family: 'Font Awesome 5 Pro';
}

#hikashop_product_description_main {
	padding-top: 0px;
}

#hikashop_show_tabular_specification span {
	display: block;
	padding: 10px 20px;
}

#hikashop_show_tabular_specification span:nth-child(2n+1) {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color);
	background-color: #fcfcfc;
	border: 0;
}

.hikashop_vote_form .hikashop_comment_textarea {
	border: 1px solid #EEEEEE;
	border-radius: 0;
	color: #666666;
	height: 160px;
	margin: 5px 0;
	padding: 15px;
	width: 100%;
}

.hikashop_comment_form_name input[type="text"]:not(.form-control) {border-radius: 0;}

.notifyjs-corner {
bottom: 0 !important;
	z-index: 99999;
}

div.hika_toolbar .hikabtn span.hk-icon {
	color: var(--maincolor);
}

.hikashop_product_page .hikashop_submodules h2 {text-align: center; margin-bottom: 25px;}

.hikashop_product_page .hikashop_submodules .sppb-btn {
	padding: 12px 30px;
}

.hikashop_product_page .hikashop_submodules form {
  display: flex;
}

.hikashop_product_page .hikashop_products_listing > form {display: none;}

.hikashop_vote_form .form-control {
background: #ffffff;
color: #555;
font-size: 16px;
border-color: #d6deec;
border-width: 3px 3px 3px 3px;
border-radius: 10px;
padding: 22px 22px 22px 30px !important;
height: 65px;
transition: .35s;	
}

.hikashop_vote_form .hikashop_comment_textarea {
background: #ffffff;
color: #555;
font-size: 16px;
border-color: #d6deec;
border-width: 3px 3px 3px 3px;
border-radius: 10px;
padding: 22px 22px 22px 30px !important;
transition: .35s;	
}

.hikashop_cart_products .hikashop_product_price_full,
.hikashop_checkout_cart .hikashop_product_price_full {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.hikashop_cart_products .hikashop_product_price_full, .hikashop_checkout_cart .hikashop_product_price_full {font-size: 22px;}

.hikashop_cart_products .hikashop_product_price_full span.hikashop_product_price_before_discount,
.hikashop_checkout_cart .hikashop_product_price_full span.hikashop_product_price_before_discount {
	font-size: 18px;
	color: #555;
}

#hikashop_submodules:before {
  font-weight: 600;
  color: #fff;
margin-bottom: 55px;
line-height: 1.2;
  font-size: 30px;
  content: "Related Products";
  display: block;
  text-align: center;
  padding-top: 60px;
}

/* Checkout */

.hikashop_checkout_login {
	padding: 20px 30px;
	margin-bottom: 25px;
	background-color: #f7f9fd;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.hikashop_checkout_login h1 {
	line-height: 1.5;
	font-size: 48px;
	margin-bottom: 30px;
	text-align: center;
}

.hikashop_checkout_login h2 {
 display: none;
}

#hikashop_checkout > div:not(.hikashop_checkout_loading_elem, .hikashop_checkout_loading_spinner) {
	padding: 20px 30px;
	margin-bottom: 25px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.table, .table-striped > tbody > tr:nth-of-type(2n+1) > * {
	color: #fff;
}

.hikashop_checkout_buttons .buttons_right {
	float: none;
}

#hikabtn_checkout_next {width: 100%;}

.table-bordered > :not(caption) > * > * {
	text-align: center;
}

.hikashop_checkout_page {text-align: center;}

.hikashop_checkout_payment_images {
  display: flex;
  gap: 10px;
	justify-content: center;
}

.hika_address_display br {margin: 5px 0;}
.hika_address_field button {margin-top: 15px;}

.view-checkout input {
	display: inline-block;
}

.view-checkout .form-control:not(.hikashop_product_quantity_field),
.view-checkout .form-select {
background: transparent;
color: #555;
font-size: 16px;
border-color: rgba(255, 255, 255, 0.1);
border-width: 2px;
border-radius: 0px;
padding: 22px 22px 22px 30px !important;
height: 65px;
transition: .35s;	
}

.table-bordered > :not(caption) > * {
	border-color: rgba(255, 255, 255, 0.7);
}

tbody, td, tfoot, th, thead, tr {
	border-color: rgba(255, 255, 255, 0.7);
}

.table-hover > tbody > tr:hover > * {
	color: #fff;
}

/* */

/* CART MODULE */

.hikashop_cart_module_product_name_value .hikashop_product_code_cart {
	display: none;
}

#sp-header .shop-cart .sp-module {
	width: 100%;
}

.hikashop_cart {
	padding: 25px 25px 20px;
}

.hikashop_cart table thead {display: none;}

.hikashop_cart table thead tr {
	border-bottom: 5px solid var(--secondcolor);
}

.hikashop_cart table tbody tr {
	border-bottom: 20px solid var(--secondcolor);
}

.hikashop_cart table tbody tr td+td {padding-left: 15px;}

.hikashop_cart table tbody tr td img {width: 400px;}

.hikashop_cart table tfoot tr {
	border-bottom: 15px solid var(--secondcolor);
}

.hikashop_cart_module .sppb-btn {
padding: 15px;
font-size: 16px !important;
line-height: 16px;
height: auto;
}

.hikashop_cart_module .sppb-btn:before {display: none;}

.hikashop_cart_module_product_name_value a,
.hikashop_cart_module_product_total_title {
font-size: 18px;
color: #191919;
margin-bottom: 5px;
line-height: 28px;
font-weight: 500;
font-family: 'Fredoka One';
}

.hikashop_cart_module_product_price_value .hikashop_product_price_full {
font-size: 15px;
font-weight: 500;
color: var(--maincolor);
line-height: 1;	
}

/* */

/* ANIMATION */

@-webkit-keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

/* Rotated Man */
@-webkit-keyframes semi_rotated {
  0%,
  100% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); } }
@keyframes semi_rotated {
  0%,
  100% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); } }

/* BG Shape Rotated */
@-webkit-keyframes semi_rotated_two {
  0%,
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); } }
@keyframes semi_rotated_two {
  0%,
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); } }

@-webkit-keyframes move_arround {
  0% {
    top: 20px;
    left: 20px; }
  25% {
    top: 20px;
    left: -20px; }
  50% {
    top: -20px;
    left: -20px; }
  75% {
    top: -20px;
    left: 20px; }
  100% {
    top: 20px;
    left: 20px; } }

@keyframes move_arround {
  0% {
    top: 20px;
    left: 20px; }
  25% {
    top: 20px;
    left: -20px; }
  50% {
    top: -20px;
    left: -20px; }
  75% {
    top: -20px;
    left: 20px; }
  100% {
    top: 20px;
    left: 20px; } }

/* Hero Circle */
@-webkit-keyframes upDownLeft {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); } }
@keyframes upDownLeft {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); } }

@-webkit-keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg); }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(150px, 0px) rotate(270deg);
    transform: translate(150px, 0px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg); }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(150px, 0px) rotate(270deg);
    transform: translate(150px, 0px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@-webkit-keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-150px, 0px) rotate(270deg);
    transform: translate(-150px, 0px) rotate(270deg); }
  50% {
    -webkit-transform: translate(-150px, 150px) rotate(180deg);
    transform: translate(-150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-150px, 0px) rotate(270deg);
    transform: translate(-150px, 0px) rotate(270deg); }
  50% {
    -webkit-transform: translate(-150px, 150px) rotate(180deg);
    transform: translate(-150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@-webkit-keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg); }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg); }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@-webkit-keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg); }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg); }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@-webkit-keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg); }
  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg); }
  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg); }
  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg); }
  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@-webkit-keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }

@keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }

@-webkit-keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translate(0, -25px);
    transform: rotateX(0deg) translate(0, -25px); }
  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px); } }

@keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translate(0, -25px);
    transform: rotateX(0deg) translate(0, -25px); }
  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px); } }

@-webkit-keyframes leftRightOne {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px); } }

@keyframes leftRightOne {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px); } }

@-webkit-keyframes zoomInOut {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

@keyframes zoomInOut {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

/* Preloader */
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Headline */
@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }
@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }

@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
/* */

@media (min-width: 320px) {#sp-top .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 320px) {#sp-bottom1  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-bottom1  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-bottom1  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-bottom1 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-bottom1  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {#sp-banner  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-banner  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-banner  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-banner .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-banner  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 320px) {#sp-footer  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-footer  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-footer  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-footer .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-footer  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {.contained-row  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 576px) {.contained-row  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {.contained-row  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {.contained-row .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {.contained-row  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}

/* J4 Optimization */

.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div:not(#sp-logo) > .sp-column,
#sp-header > .row > div:not(#sp-logo) > .sp-column  {display: block !important;}

#sp-header .sp-module {
	margin-left: 0px !important; 
}

@media (min-width: 1400px) {#sp-top  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {#sp-bottom1  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {#sp-position4  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {#sp-footer  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {.contained-row  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {.contained-section {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {.sp-slider .sppb-container {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width: 1320px;
}
}

@media (min-width: 1380px) {
.sppb-row-container {
max-width: 1320px;
}
}

:root {
--secondcolor: #ffffff;
--thirdcolor: #16161c; 
}

/* Joomla/Sp Page Builder 5 Optimization */

#sp-main-body .sppb-section .sppb-row-container .sppb-row .sppb-row-column,
#sp-footer .sppb-section .sppb-row-container .sppb-row .sppb-row-column {
  position: static;
}
#sp-header .sppb-section > .sppb-row-container {padding: 0;}

.sppb-addon-title {
	display: inherit;
}

.sppb-img-container {
  display: block;
}