@import url("https://fonts.googleapis.com/css2?family=Livvic:wght@400;500;600;700&family=Nunito&family=Shadows+Into+Light&display=swap");
@import url("flaticon.min.css");
@import url("fontawesome-5.14.0.min.css");

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

body {
  color: #666666;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
  font-family: "Nunito", sans-serif; }

a {
  color: #666666;
  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(--maincolor); }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 12px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #1a2428; }

h1 {
  line-height: 1.13;
  font-size: 80px; }

h2 {
  line-height: 1.25;
  font-size: 45px; }

h3 {
  line-height: 1.3;
  font-size: 30px; }

h4 {
  line-height: 1.45;
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  line-height: 1.5;
  font-size: 16px; }
  
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 40px; } }

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

@media only screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 1.35; } }

@media only screen and (max-width: 375px) {
  h2 {
    font-size: 28px; } }

@media only screen and (max-width: 575px) {
 h3 {
    font-size: 28px; } }
  
h1, h2, h3, h4, h5, h6, blockquote, .tag-coulds a {
  font-weight: 600;
  color: #1a2428;
  font-family: "Livvic", sans-serif; }

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

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

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

header:after, section:after, footer:after {
  display: block;
  clear: both;
  content: ""; }
  
input,
select,
textarea,
.nice-select,
.form-control,,
.sppb-form-control {
  width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 16px 25px;
  background-color: #fff;
  border: 1px solid rgba(118, 167, 19, 0.15); }
  @media only screen and (min-width: 576px) {
    input,
    select,
    textarea,
    .nice-select,
    .form-control {
      font-size: 18px; } }

textarea {
  display: inherit;
  padding-top: 20px; }
  
blockquote {
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.48;
	text-align: center;
	padding: 35px 55px;
	font-size: 24px;
	margin-top: 35px;
	margin-bottom: 35px;
	border: 1px solid rgba(118, 167, 19, 0.15);
}

blockquote::after, blockquote::before {
	font-size: 16px;
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
}

blockquote::before {
	content: "\f10d";
	-webkit-transform: translate(-5px, -15px);
	-ms-transform: translate(-5px, -15px);
	transform: translate(-5px, -15px);
}

blockquote::after {
	content: "\f10e";
	-webkit-transform: translate(5px, 15px);
	-ms-transform: translate(5px, 15px);
	transform: translate(5px, 15px);
}

label {
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
  color: #666666; }

input:focus,
button:focus,
.form-control:focus,
.sppb-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;
}

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

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

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

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

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

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

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

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

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text {
	line-height: 30px;
font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
  border-radius: 7px;
  text-align: center;
  padding: 11px 30px;
  -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;
  font-family: "Livvic", sans-serif;
border: none;
white-space: normal;
  color: white;  }

body .sppb-btn.sppb-btn-primary,
body .sppb-sp-slider-button .sp-slider-btn-text {
  background: var(--maincolor);
}

body .sppb-btn.sppb-btn-primary:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover {
background: var(--secondcolor);
}

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

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

body .sppb-btn.sppb-btn-default {
background: var(--thirdcolor);
}

body .sppb-btn.sppb-btn-default:hover {
background: var(--secondcolor);
}

body .sppb-btn i,
body .sppb-sp-slider-button .sp-slider-btn-text i,
body .sppb-btn span {
    font-size: 13px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: 10px; }
body .sppb-btn:hover i,
body .sppb-sp-slider-button .sp-slider-btn-text:hover i,
body .sppb-btn:hover span {
      margin-left: 13px;
      margin-right: -3px; }

.full-width-image .sppb-addon-single-image-container {width: 100%;}
.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;
}

.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-container-inner > .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;
}

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

#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;
}

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

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

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

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

/* HEADER */ 

#sp-header {
height: auto;
background: transparent;
box-shadow: none;
padding-right: var(--bs-gutter-x, 15px);
padding-left: var(--bs-gutter-x, 15px);
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
border-bottom: 1px solid rgba(118, 167, 19, 0.15);
}

#sp-header.header-sticky {
background: white;
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);
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

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

#sp-header .logo {
	height: auto;
padding: 2px 0;
}

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

.sp-megamenu-parent {
float: none;
margin: 0;
text-align: left;
}	

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a,
.sp-megamenu-parent > li.active > a {
font-size: 18px;
font-weight: 600;
color: #1a2428;
text-transform: capitalize;
font-family: "Livvic", sans-serif;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
line-height: 30px;
position: relative;
padding: 28px 16px;
}

.sp-megamenu-parent > li:not(.shop-cart) > a:before {
  content: '';
  left: 50%;
  top: 100%;
  opacity: 0;
  z-index: 5;
  width: 0;
  height: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  background: var(--maincolor);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

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

.sp-megamenu-parent > li.active > a:hover,
.sp-megamenu-parent > li:hover > a {
color: var(--maincolor);
}

.sp-megamenu-parent > li.shop-cart {
	position: absolute;
	right: -25px;
	top: 50%;
	transform: translatey(-50%);
	z-index: 2;
}

.sp-megamenu-parent > li.shop-cart > a {
font-size: 16px;
font-weight: 600;
color: #1a2428;
display: inline-flex;
text-align: center;
border-radius: 50%;
align-items: center;
justify-content: center;
display: inline-flex !important;
padding-left: 0;
padding-right: 0;
}

.sp-megamenu-parent > li.shop-cart > a span {font-weight: 400;}

.sp-megamenu-parent > li.shop-cart > a:hover {
color: #1a2428;
}

.sp-megamenu-parent > li.shop-cart > a:after {display: none;}


@media (min-width: 992px) and (max-width: 1400px) {
	.sp-megamenu-parent > li.shop-cart {
	right: auto;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent > li:last-child > a, .sp-megamenu-parent > li.active > a {
	padding: 28px 6px;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	display: none;
}

}


.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
padding: 0;
-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);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item, .sp-megamenu-parent .sp-mega-group li {
border-top: 1px solid #f3f3f3;
width: 100%;
padding: 7px 20px;
}

.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 {
display: block;
font-size: 18px;
font-weight: 600;
color: #1a2428;
text-transform: capitalize;
font-family: "Livvic", sans-serif;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
line-height: 30px;
padding: 0;
}

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

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

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

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

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

.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 {
  margin: 4px 0;
  transition: .3s;
  float: right;
  width: 100%:
  -webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
	background-color: #1a2428;
}
.burger-icon {
	width: 35px;
	cursor: pointer;
}
.burger-icon > span:nth-child(1) {
	width: calc(100% - 5px);
	background: #1a2428;
	height: 2px;
}
.burger-icon > span:nth-child(2) {
	width: 100%;
	background: #1a2428;
	height: 2px;
}
.burger-icon > span:nth-child(3) {
	width: calc(100% - 8px);
	background: #1a2428;
	height: 2px;
}
.burger-icon:hover > span {width: 100%;}

#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: var(--maincolor);
}

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;}

#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 {height: 100%; position: static !important;}

.sp-page-title {
position: relative;
z-index: 1;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
width: 100%;
padding-bottom: 165px;
padding-top: 165px;
text-align: center;
}

.sp-page-title:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
z-index: -1;
top: 0;
left: 0;
opacity: 0.2;
background-color: #1a2428;
}

.sp-page-title > .container {
position: relative;
padding: 40px 85px;
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
margin-left: auto;
margin-right: auto;
background: var(--secondcolor);
}


.sp-page-title .sp-page-title-heading {
font-size: 75px;
font-weight: 400;
font-family: "Shadows Into Light", cursive;
text-transform: capitalize;
line-height: 1.13;
margin-bottom: 12px;
}

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

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

.sp-page-title .breadcrumb {
justify-content: center;
margin: 0;
}

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

.sp-page-title .breadcrumb > li > a {
font-size: 24px;
text-transform: capitalize;
}

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

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

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

.sp-page-title .breadcrumb > .active span {
font-size: 24px;
text-transform: capitalize;
color: white;
}

/* */

#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: 130px 0 130px;
}

.com-hikashop #sp-main-body {padding-bottom: 100px;}

.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: 130px;
}


/* 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;
}

/* */

/* CUSTOM CLASS */

.video-area {
	z-index: 2 !important;
	-webkit-transform: translateY(250px);
	-ms-transform: translateY(250px);
	transform: translateY(250px);
}

@media (min-width: 992px) and (max-width: 1400px) {
	.header-button-search {
		margin-left: -100px;
	}

}

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


/* */

/* PORTFOLIO */

.sp-simpleportfolio .sp-simpleportfolio-filter {
	margin-bottom: 50px;
	display: flex;
justify-content: center;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul {
	border-bottom: 0;
	border: 2px solid var(--secondcolor);
	border-radius: 10px;
	display: flex;
	gap: 8px 18px;
	padding: 15px 23px;
	position: relative;
	background: #fff;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul:before {
	position: absolute;
	content: "";
	width: calc(100% - 36px);
	height: 100%;
	border: 2px solid var(--secondcolor);
	border-radius: 10px;
	left: 18px;
	bottom: -12px;
	z-index: -1;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	margin: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
font-size: 16px;
font-weight: 700;
color: var(--secondcolor);
text-transform: uppercase;
padding: 0;
border: 0;
border-radius: 0;
margin-bottom: 0;
padding-left: 10px;
position: relative;
background: transparent;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background: var(--maincolor);
	border-radius: 50%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	opacity: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
background: transparent;
color: var(--maincolor);
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:before {
	opacity: 1;
}

.gallery-style-two img {
	width: 100%;
}

.gallery-style-two .gallery-over {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(26, 36, 40, 0.4);
padding: 60px;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
}

@media only screen and (max-width: 1599px) {
.gallery-style-two .gallery-over {
  padding: 30px;
}
}

.gallery-style-two .gallery-over .content {
	margin-top: 25px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	margin: 0 0 15px;
}

.gallery-style-two .gallery-over .content .category {
	color: white;
	font-size: 18px;
	font-weight: 600;
	padding: 3px 20px;
	font-family: "Livvic", sans-serif;
	background: var(--maincolor);
}

.gallery-style-two .gallery-over .content h4 {
	margin: -2px 0 0;
	background: white;
	padding: 8px 30px 12px;
	font-size: 22px;
}

.gallery-style-two:hover .gallery-over {
	opacity: 1;
}

.gallery-style-two:hover .content {
	margin-bottom: 0;
}

.com-spsimpleportfolio.gallery-full #sp-main-body .container {max-width: 100%;}

/* */

/* BLOG */

.article-list {margin-bottom: -40px;}

.articles-leading {padding: 0 0 80px;}

.article-list .article {
	padding: 0;
	border: 0;
	position: relative;
	transition: all 0.3s ease-out;
	margin-bottom: 40px;
}

.articles-leading .article {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: transparent;
	box-shadow: none;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
	display: block;
}

.articles-leading .article .article-intro-image, .articles-leading .article .article-featured-video, .articles-leading .article .article-featured-audio, .articles-leading .article .article-feature-gallery {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.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 {
}

.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 {
}

.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 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
}

.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 {
}

.article-intro-image > a {display: block; width: 100%;}

@media (min-width: 768px) {
.article-list .article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 44%;
	margin-right: 50px;
}
}

.article-body {
padding-top: 9px;
position: relative;
display: flex;
flex-direction: column;
}

.articles-leading .article-body {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;	
}

@media (min-width: 992px) {
.articles-leading .article-body {
margin-left: -50px;
}
}

.article-list .article .article-header {order: 2;}

.article-list .article .article-header h2 {
font-size: 22px;
line-height: 1.6;
font-weight: 600;
color: #1a2428;
}

.articles-leading .article .article-header h2 {
font-size: 40px;
font-weight: 700;
}

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

.article-list .article .article-header h2 a:hover {
color: var(--maincolor);
}

.article-introtext {order: 3;}

.article-introtext > p {

}

.article-list .article .article-info {
order: 1;
margin-bottom: 8px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.article-info > span:not(:last-child) {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #666666;
}

.article-info > span {
line-height: 1;
font-size: 16px;
margin-bottom: 10px;
}

.article-info > span i {
	margin-right: 8px;
	color: var(--maincolor);
  display: inline-block;
}

.article-info > span + span::before {
padding: 0;
margin: 0;
}

.article-info > span:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: 5px !important;
	font-weight: 400;
	font-family: "Font Awesome 5 Pro";
}

.article-info > span.createdby:before {content: "\f2bd";}
.article-info > span.published:before {content: "\f073";}

.article .article-info > span.category-name {
font-size: 14px;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
font-weight: 700;
color: #fff;
position: absolute;
background: var(--maincolor);
height: 30px;
line-height: 30px;
padding: 0 12px;
border-radius: 6px;
top: -15px;
left: 50px;
}

.article .article-info > span.category-name:before, .article .article-info > span.category-name i {display: none;}

.article-list .article .readmore a {
font-weight: 600;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
text-transform: capitalize;
color: #666666;
line-height: 30px;
font-size: 16px;
}

.article-list .article .readmore a:hover {color: var(--secondcolor);}

.article-list .article .readmore a:after {
	content: "\f101";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	margin-left: 7px;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}

.article-list .article .readmore a:hover:after {
	margin-left: 10px;
}

.article-body .tags {display: none;}

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 {
	padding: 0;
color: #565151;
font-weight: 500;
height: 54px;
width: 54px;
line-height: 54px !important;
display: inline-block;
border: 1px solid #ddd;
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);
color: #fff;
}

.page-item.active .page-link,
.page-link:hover {
border-color: transparent;
background-color: var(--maincolor);
color: #fff !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;
}

.article-details > * {order: 4;}

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

.article-details .article-info {
	margin-bottom: 8px;
	order: 1;
}

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

.article-details .article-header h1, .article-details .article-header h2 {
font-size: 28px;
max-width: 650px;
font-weight: 600;
color: #1a2428;
line-height: 1.3;
margin-bottom: 0;
}

.article-details .article-full-image {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 35px;
margin-top: 35px;
	order: 3;
}

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


.article-details .article-ratings-social-share {
	border-top: 0;
	margin-top: 0;
	padding: 0;
	border-top: 0;
	border-bottom: 0;
	margin: 0;
  align-items: center;
  order: 5;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
border-top: 1px solid rgba(118, 167, 19, 0.15);
border-bottom: 1px solid rgba(118, 167, 19, 0.15);
padding-top: 20px;
padding-bottom: 10px;
margin-top: 35px;
margin-bottom: 55px;
}

.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%;
border-top: 1px solid rgba(118, 167, 19, 0.15);
border-bottom: 1px solid rgba(118, 167, 19, 0.15);
padding-top: 20px;
padding-bottom: 10px;
margin-top: 35px !important;
margin-bottom: 55px !important;
}

@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: 10px !important;
margin-bottom: 10px !important;
}
.article-social-share {
	float: none;
}
}

.tags:before {
font-weight: 600;
color: #1a2428;
font-family: "Livvic", sans-serif;
line-height: 1.5;
font-size: 16px;
margin-bottom: 12px;
display: inline-block;
content: "Popular Tags : ";
}

.tags > li {
	margin: 0;
}

.tags > li a {
font-size: 16px;
border: 0;
width: auto;
height: auto;
color: #666666;
padding: 0;
background: transparent;
}

.tags > li a:hover {
color: var(--maincolor);
}

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

.article-social-share .social-share-icon:before {
font-weight: 600;
color: #1a2428;
font-family: "Livvic", sans-serif;
line-height: 1.5;
font-size: 16px;
margin-bottom: 12px;
display: inline-block;
content: "Share Projects : ";
}

.article-social-share .social-share-icon ul {
	display: inline-block;
	margin-left: 8px;
}

.article-social-share .social-share-icon ul li a {
display: block;
line-height: 1;
font-size: 16px;
border: 0;
width: auto;
height: auto;
border-radius: 50px;
transition: .4s all;
text-align: left;
color: #b9b9b9;
}

.article-social-share .social-share-icon ul li a:hover {
color: var(--secondcolor);
}

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

.article-details .article-author-information {
padding: 0;
margin-bottom: 0;
text-align: left;
border: 0;
margin: 0;
border: 2px solid #f3f3f3;
padding: 38px 38px 38px;
margin-top: 50px;
margin-bottom: 50px;
}

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

.article-details .article-author-information > .d-flex .flex-shrink-0 img {
border-radius: 100%;
}

.article-details .article-author-information h5 {
font-size: 36px;
text-transform: uppercase;
line-height: 1;
margin-bottom: 15px;
}

.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: 0px;
	margin-top: 0px;
	padding: 0;
  order: 6;
  width: 100%;
}


.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;
}

/* */

/* SHOP */

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

.hikashop_products_pagination .pagination {
	width: 100%;
max-width: 50%;
font-weight: 600;
color: #1a2428;
font-family: "Livvic", sans-serif;
}

.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;
font-weight: 600;
color: #1a2428;
font-family: "Livvic", sans-serif;
}

.hikashop_results_counter {
font-weight: 600;
color: #1a2428;
font-family: "Livvic", sans-serif;	
}

.hikashop_product {
	margin-bottom: 30px;
}

.product-item-action {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	display: flex;
	gap: 12px;
	justify-content: center;
}

.hikashop_listing_img_title {
	padding: 35px 15px;
	position: relative;
}

.hikashop_product_image {
height: 195px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 15px;
}

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

.hikashop_product_image .hikashop_product_image_subdiv, .hk_product_image .hk_subdiv {
	position: static; 
}

.hikashop_listing_img_title .hk-rating {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin: 0;
}

span.hikashop_product_name a {
font-weight: 600;
color: #1a2428;
font-family: "Livvic", sans-serif;
line-height: 1.2;
font-size: 22px;
margin-top: 4px;
margin-bottom: 5px;
display: block;
}

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

.hikashop_product_price_full {
font-weight: 600;
font-family: "Livvic", sans-serif;
line-height: 30px;
font-size: 16px;
color: var(--secondcolor);
}

span.hikashop_product_price_before_discount {
color: #b1b1b1;
margin-right: 5px;
}

.hikashop_product_price_per_unit {display: none;}

/* Single Product */

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

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

.hikashop_product_page div.hikashop_small_image_div {
	display: flex;
}

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

img.hikashop_child_image {
	max-height: 190px;
	max-width: 190px;
	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: rgba(118, 167, 19, 0.07);
padding: 20px;
}

.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail img.hikashop_child_image {
	opacity: 1;
}

#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 {
	background: rgba(118, 167, 19, 0.07);
	margin-bottom: 30px;
	padding-top: 80px;
	padding-bottom: 80px;
}

.product-category-review {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.product-d-category {
color: white;
line-height: 1;
font-size: 14px;
font-weight: 700;
padding: 5px 10px;
border-radius: 5px;
margin-right: 15px;
text-transform: uppercase;
background: var(--secondcolor);
}

#hikashop_product_top_part h1 {
font-weight: 600;
color: #1a2428;
font-family: "Livvic", sans-serif;
line-height: 1.25;
font-size: 45px;
margin-bottom: 20px;
}


.hikashop_vote_stars {
	padding: 0px;
}

.hk-rating {
	margin: 0;
display: flex;
gap: 5px;
margin-bottom: 10px;
}

.hikashop_product_page .ratting-price .hikashop_product_price_full {
	margin-left: 10px;
	margin-bottom: 40px;
	align-items: flex-end;
	display: block;
}

.hikashop_product_page .ratting-price .hikashop_product_price_full .hikashop_product_price {
font-weight: 600;
font-size: 24px;
display: inline-block;
color: var(--secondcolor);
font-family: "Livvic", sans-serif;
}

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

#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 {
	color: #323e37;
	font-weight: 700;
	padding: 0px;
}

.hikashop_product_code_main {
	color: #323e37;
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
}

.hikashop_product_code_main .sku {
	color: #6a726d;
	margin-left: 10px;
	font-weight: normal;
}

.hikashop_product_tags {
margin-top: 40px;
}

.hikashop_product_tags .tags:before,
.sku_wrapper,
.brand {
font-size: 18px;
min-width: 85px;
color: #1a2428;
font-weight: bolder;
margin: 0;
margin-right: 25px;
line-height: 30px;
font-family: "Nunito", sans-serif;
}

.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: 40px;
  padding-bottom: 40px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.hikashop_product_quantity_input_div_default_main {
	display: inline-flex;
	align-content: center;
	align-items: center;
	width: 106px;
	padding: 10px 20px;
	margin: 0 10px 0 0;
	border-radius: 10px;
	background-color: #fff;
	height: 56px;
	border: 1px solid rgba(118, 167, 19, 0.15);
}

.hikashop_product_quantity_div input.form-control, .form-control.hikashop_product_quantity_field {
	padding: 0;
	border: none;
}

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;
}

body .sppb-btn.sppb-btn-primary.hikacart span,
body .sppb-btn.sppb-btn-primary.hikashop_cart_proceed_to_checkout span {
font-size: 16px;
margin-left: 0px;
}

body .sppb-btn.sppb-btn-primary.hikacart:hover span,
body .sppb-btn.sppb-btn-primary.hikashop_cart_proceed_to_checkout:hover span {margin: 0;}

.hikashop_product_tags .tags {
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	max-width: 100%;
}

.hikashop_tabs_ul {
	margin: 0;
	margin-bottom: 25px;
	margin-top: 90px;
	border-bottom: 1px solid #dee2e6;
}

.hikashop_tabs_ul li {
font-size: 24px;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
font-weight: 600;
margin-bottom: -1px;
display: inline-block;
padding: 10px 75px 20px;
font-family: "Livvic", sans-serif;
border: none;
background: transparent;
border-bottom: 1px solid transparent;
cursor: pointer;
}

.hikashop_tabs_li_selected {
color: var(--secondcolor) !important;
border-color: var(--secondcolor) !important;
}

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

.hikashop_tabs_content .list-style-one li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

.hikashop_tabs_content .list-style-one li::before {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	font-weight: 600;
	content: "\f00c";
	margin-right: 15px;
	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;
}

/* 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: #f7f9fd;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.hikashop_checkout_buttons .buttons_right {
	float: none;
}

#hikabtn_checkout_next {width: 100%;}

.hikashop_checkout_payment_images {
  display: flex;
  gap: 10px;
}

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

/* */

/* CART MODULE */

.hikashop_cart_module_product_name_value .hikashop_product_code_cart {
	display: none;
}

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

.hikashop_cart table thead tr {
	border-bottom: 5px solid white;
}

.hikashop_cart table tbody tr {
	border-bottom: 15px solid white;
}

.hikashop_cart table tfoot tr {
	border-bottom: 15px solid white;
}

.hikashop_cart_module .sppb-btn {
	height: 40px;
	padding: 0 14px;
	font-size: 14px;
}

.hikashop_cart_module_product_name_value a {
font-size: 16px;
color: #1a2428;
font-weight: 600;
color: #1a2428;
text-transform: capitalize;
font-family: "Livvic", sans-serif;
}

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

/* */

/* ANIMATION */

/* Hero Circle */
@-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); } }

/* 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(25px, -25px);
    transform: rotateX(0deg) translate(25px, -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(25px, -25px);
    transform: rotateX(0deg) translate(25px, -25px); }
  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px); } }

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

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

/* */


@media (min-width: 320px) {#sp-top3 .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top3 .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top3 .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top3 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top3 .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;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 576px) {#sp-banner  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 768px) {#sp-banner  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@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;
padding-right: 15px;
padding-left: 15px;}}


@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-banner  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

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

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

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

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

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

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

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

:root {
	--secondcolor: #76a713;
	--thirdcolor: #227200;
}