@import url('https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
  line-height: 2.25;
  color: #6a726d;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

a {
  color: #0073aa;
  text-decoration: none;
  transition: all 0.3s ease; 
  cursor: pointer;}
  @media (prefers-reduced-motion: reduce) {
    a {
      transition: none; } }
  a:hover, a:focus {
    color: #003f5e;
    text-decoration: none; }
  a img {
    border: none; }

img {
  max-width: 100%; }

iframe {
  border: none; }

/* -------- Headings ---------- */
h1, .h1 {
  font-size: 3.75rem; }

h2, .h2 {
  font-size: 3.125rem; }

h3, .h3 {
  font-size: 2rem; }

h4, .h4 {
  font-size: 1.6rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 0.9rem; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 800;
  line-height: 1.3;
  color: #323e37; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #323e37; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: inherit;
    font-weight: inherit; }

.h1, .h2, .h3, h1, h2, h3 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem;
  margin-top: 0.75rem; }

h4, h5, h6,
.h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
  margin-top: 0.75rem; }

/* -------- Body Text ---------- */
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px; }

table p {
  margin-bottom: 0; }

p {
  margin-bottom: 30px; }
  p a:hover, p a:focus {
    text-decoration: underline; }
	
address {
  color: #777;
  font-style: italic; }

ol, ul {
  list-style-position: inside;
  margin: 0;
  padding: 0; }

ol ol li, ol ul li,
ul ol li, ul ul li {
  padding-left: 20px; }

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


#sp-footer {
	font-size: inherit;
}

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

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

.overflow-hidden {overflow: hidden;}

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

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

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text,
.hikashop_vote_form .button {
border-radius: 5px;
border-width: 0;
font-weight: 600;
letter-spacing: .05rem;
padding: 17px 35px;
overflow: hidden;
display: inline-block;
white-space: nowrap;
transition: all 0.2s ease-in-out;
position: relative;
z-index: 0;
line-height: 1.5;
}


body .sppb-btn.sppb-btn-primary,
body .sppb-sp-slider-button .sp-slider-btn-text,
body .sppb-addon-image-overlay-icon,
.hikashop_vote_form .button {
color: #111;
background-color: #f4e757;
border-color: #f4e757;
}

body .sppb-btn.sppb-btn-primary:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover,
body .sppb-addon-image-overlay-icon:hover,
.hikashop_vote_form .button:hover {
  color: #fff;
  background-color: #f6eb70;
  border-color: #f5e968;
}

body .sppb-btn.sppb-btn-primary:before,
body .sppb-sp-slider-button .sp-slider-btn-text:before,
.hikashop_vote_form .button:before {
position: absolute;
content: '';
background: var(--thirdcolor);
width: 0;
height: 100%;
left: 0;
top: 0;
opacity: 0;
z-index: -1;
transition: all .5s ease;
}

body .sppb-btn.sppb-btn-primary:hover::before,
body .sppb-sp-slider-button .sp-slider-btn-text:hover::before,
.hikashop_vote_form .button:hover:before {
width: 100%;
opacity: 1;
}

.hikashop_vote_form .button:hover {background: var(--thirdcolor);}

.sppb-btn span {
    position: relative;
}

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

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

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


/* HEADER */ 

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

#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 {
	height: auto;
	box-shadow: none;
	padding: 0;
	width: 100%;
	transition: all 0.3s ease;
	left: 0;
	top: 0;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#sp-header.header-sticky {
	box-shadow: none;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#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-header .logo {
	height: auto;
	display: block;
	margin: 2px 2px 2px 6px;
        width: 104%
}

#sp-header.header-sticky .logo {
	margin: 0;
}

.logo .logo-image,
.logo .logo-image-phone {
max-width: 100%;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
font-weight: 600;
color: #222;
margin: 20px 0;
padding: 8px 16px;
border-radius: 30px;
transition: all 0.3s ease;
font-size: 1rem;
padding-left: 20px;
padding-right: 20px;
line-height: 2.25;
}

.sp-megamenu-parent > li:last-child > a {
	padding-right: 16px;
}

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

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

.sp-megamenu-parent > li.user-icon > a,
.sp-megamenu-parent > li.user-icon:hover > a {
	color: transparent;
	background: transparent;
	font-size: 0;
}

.sp-megamenu-parent > li.user-icon > a img {max-height: 25px; margin-top: -15px;}

.sp-megamenu-parent > li.search-icon > a,
.sp-megamenu-parent > li.search-icon:hover > a {
	color: #888;
	font-size: 18px;
	line-height: 1;
	padding-left: 60px;
	background: transparent;
}

@media (max-width: 1200px) {
.sp-megamenu-parent > li.search-icon > a,
.sp-megamenu-parent > li.search-icon:hover > a {
	color: #888;
	font-size: 18px;
	line-height: 1;
	padding-left: 30px;
	background: transparent;
}	
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	padding-left: 12px;
	padding-right: 12px;
}
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
padding: 0px;
border: 0;
min-width: 230px;
transition: 500ms ease;
z-index: 99;
background-color: #fcfcfc;
border-radius: 0;
box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
border-top: 3px solid #333;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item, .sp-megamenu-parent .sp-mega-group li {
	margin: 0;
}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item + li {border-top: 1px solid #eee;}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
color: #555;
font-size: 0.9rem;
padding: 10px 25px 10px 22px;
line-height: 2.25;
	font-weight: 400;
	display: block;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:after {
  content: '';
  display: inline-block;
  height: 0;
  width: 4px;
  vertical-align: middle;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  background: #111;
  -webkit-transition: height .4s,opacity .4s ease,top .4s ease;
  -o-transition: height .4s,opacity .4s ease,top .4s ease;
  -moz-transition: height .4s,opacity .4s ease,top .4s ease;
  transition: height .4s,opacity .4s ease,top .4s ease;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	background-color: #eee;
	color: var(--maincolor);
	padding-left: 25px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover:after {
  top: 0;
  height: -webkit-calc(100% + 1px);
  height: -moz-calc(100% + 1px);
  height: calc(100% + 1px);
  opacity: 1;
  visibility: visible;
}

.sp-megamenu-parent .sp-mega-group > li > a {
	letter-spacing: 0;
	line-height: 26px;
	padding: 12px 15px;
	border-bottom: solid 1px #f5f5f5;
	color: #333333;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
}

.sp-megamenu-parent .sp-mega-group > li > a:hover {
	color: var(--maincolor) !important;
}

#sp-header nav.sp-megamenu-wrapper #offcanvas-toggler {
	display: flex !important;
	margin-left: 50px;
	margin-right: 25px;
}

#offcanvas-toggler {
	align-items: center;
	line-height: 92px;
	font-size: 20px;
	position: relative;
	z-index: 22;
	height: 92px;
}

.burger-icon > span {
	display: block;
	height: 2px;
	background-color: #444;
	margin: 5px 0;
	transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}

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


.offcanvas-menu {
	background-color: #252525;
	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: 25px !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;
}


@media (min-width: 992px){
	body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -480px;
	top: 0;
}
.offcanvas-menu {
	width: 480px;
}
.close-offcanvas {
	z-index: 99;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #000;
}
	.offcanvas-menu > .d-flex {padding:0 !important;}
	.offcanvas-menu > .d-flex .logo {display: none !important;}
	.offcanvas-menu {
	background-color: transparent;
}
.offcanvas-menu .offcanvas-inner {
	padding: 0;
}
.offcanvas-menu .offcanvas-inner > .d-flex {display: none !important;}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child)   {display: none !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: inherit;
}

}

/* */

/* PAGE TITLE */

.sp-page-title {
opacity: 1;
padding: 200px 0;
background: transparent;
text-align: center;
position: relative;
background-position: center center;
background-size: cover;
}

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

.sp-page-title .sp-page-title-heading {
font-weight: 800;
line-height: 1.3;
font-size: 3.125rem;
}

.breadcrumb {
	justify-content: center;
}

.float-start .divider {display: none;}

.sp-page-title .breadcrumb > li > a {
font-weight: 400;
color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: .8rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: .8rem;
}

.sp-page-title .breadcrumb > li.float-start {
	margin-right: 7px;
}

.sp-page-title .breadcrumb > li > a:hover {
	color: var(--maincolor);
}

.sp-page-title .breadcrumb > li + li::before {
	color: #ffffff;
}

.sp-page-title .breadcrumb > .active span {
	color: var(--secondcolor);
font-weight: 400;
}

/* */

#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-users #sp-main-body,
.com-hikashop #sp-main-body  {
	padding: 120px 0;
}

.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-users #sp-header.header-sticky ~ section#sp-main-body,
.com-hikashop #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: 120px;
	padding-bottom: 120px;
	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;
}

/* */


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

@media (max-width: 992px){
.maincolorbg {background: var(--maincolor) !important;}
.whitebg {background: #fff !important;}
}

/* PORTFOLIO */

.featherlight {
  top: 12%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter {
text-align: left;
margin-bottom: 25px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter ul {
	padding: 0;
	border-radius: 0;
	display: inline-block;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
position: relative;
display: inline-block;
vertical-align: middle;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li span {
  margin-left: 20px;
  margin-right: 20px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	background: transparent;
	font-size: 100%;
	cursor: pointer;
	border: 0 none;
	display: inline-block;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	color: #828282;
	line-height: 24px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

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

.single-case-studies-item .thumb {
	position: relative;
	z-index: 0;
	overflow: hidden;
	margin-bottom: 10px;
	display: inline-block;
}

.single-case-studies-item .thumb::before {
	content: "";
	position: absolute;
	width: 0%;
	height: 0%;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-color: rgba(38, 20, 66, 0.8);
	visibility: hidden;
	transition: all 0.5s;
}

.single-case-studies-item .thumb::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 0%;
	top: 0;
	left: 0;
	background-color: rgba(38, 20, 66, 0.8);
	visibility: hidden;
	transition: all 0.5s;
}

.single-case-studies-item .thumb img {
	transition: all .3s ease-in-out;
}

.single-case-studies-item .thumb .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--maincolor);
	opacity: 0;
	font-size: 60px;
	z-index: 1;
	transition: .7s;
}

.single-case-studies-item .content .title {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 0;
}

.single-case-studies-item .content p {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}

.single-case-studies-item:hover .thumb::before {
	width: 100%;
	height: 100%;
	visibility: visible;
}

.single-case-studies-item:hover .thumb img {
	transform: scale(1.2);
}

.single-case-studies-item:hover .thumb .icon {
	opacity: 1;
}

.single-case-studies-item:hover .thumb::after {
	width: 100%;
	height: 100%;
	visibility: visible;
}

/* */

/* HIKASHOP */

div.hikashop_container {margin-bottom: -30px;}

.hikashop_category_information .hikashop_subcontainer {
  padding: 0;
  margin: 0 0 30px;
  min-height: auto !important;
}

.product {
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0px 10px 30px rgba(5, 5, 5, 0.08);
	border-radius: 15px;
	overflow: hidden;
	transition: all 500ms ease 0s;
}

.product .product-header {
	position: relative;
	overflow: hidden;
}

.hikashop_product_image {
	padding-bottom: 0;
	position: relative;
	z-index: 1;
}

div.hikashop_hover_img div.hikashop_badge_div {
	z-index: 999 !important;
	max-width: 64px;
}

.product .product-header img {width: 100% !important;}

.hikashop_product_image_subdiv.hikashop_hover_img a {
	width: 100%;
	overflow: hidden;
}

.product .product-header .product-button-holder {
	position: absolute;
	margin: 0;
	clear: both;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 19;
	-webkit-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	transform: translateY(-70px);
	transition: all 500ms ease 0s;
}

.product:hover .product-header .product-button-holder {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.product .product-details {
	border-top: 1px solid rgba(240, 240, 240, 0.5);
	padding: 20px 30px;
	background-color: #fff;
}

.product .product-details .hikashop_product_code_list h5 {margin: 0;}

.product .product-details .hikashop_product_code_list a {
	margin-right: 2px;
	font-weight: normal;
	text-transform: uppercase;
	color: #9fa5bc;
	font-size: 14px;
	line-height: 2.25;
}

.product .product-details .hikashop_product_name a {
	margin: 0 0 8px;
	font-family: "Poppins", sans-serif;
font-weight: 700;
line-height: 1.4;
color: #323e37;
font-size: 1.25rem;
}

.hikashop_product_price_per_unit {display: none;}

span.hikashop_product_price, .hikashop_checkout_cart_additional, .hikashop_checkout_cart_payment, .hikashop_checkout_cart_coupon, .hikashop_checkout_cart_additional {
font-style: normal;
color: #77a464;
font-size: 16px;
font-weight: 600;
line-height: 2.25;
font-family: inherit;
}

span.hikashop_product_price_before_discount {
color: #aaa;
font-size: 14px;
font-weight: 400;
margin-right: 8px;
}

span.hikashop_product_name {
	margin-bottom: 0;
}

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

.hikashop_product_page div.hikashop_small_image_div a,
.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail {
	border: 1px solid rgba(5, 5, 5, 0.2);
}

img.hikashop_child_image {
	max-height: 72px;
	width: auto !important;
	height: auto !important;
	object-fit: cover;
	margin: 0;
	box-shadow: 0px 10px 20px rgba(5, 5, 5, 0.08);
	opacity: .5;
	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;
}

.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail img.hikashop_child_image {
	opacity: 1;
	box-shadow: 0px 10px 20px rgba(5, 5, 5, 0.18);
	border: 1px solid rgba(5, 5, 5, 0.2);
}

#hikashop_product_top_part h1 {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 20px;
	font-weight: 800;
	line-height: 1.3;
	color: #323e37;
	font-size: 3.125rem;
	margin-bottom: 0;
}

.hikashop_vote_stars {
	padding: 0px;
}

.hk-rating {
	margin: 0;
	display: flex;
}

.com-hikashop.view-product span.hikashop_product_price, .com-hikashop.view-product .hikashop_checkout_cart_additional, .com-hikashop.view-product .hikashop_checkout_cart_payment, .com-hikashop.view-product .hikashop_checkout_cart_coupon, .com-hikashop.view-product .hikashop_checkout_cart_additional {
	font-size: 1.4rem;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #77a464;
	font-weight: 600;
	font-family: inherit;
	line-height: 2.25;
}

.hikashop_product_page .hikashop_product_discount, .hikashop_product_page .hikashop_product_price_before_discount {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_tabs_ul {
	margin: 0;
}

.hikashop_tabs_ul li {
	display: inline-block;
	background-color: #fcfcfc;
	font-weight: bolder;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 1rem;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	margin-bottom: -1px;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	line-height: 2.25;
	color: #323e37;
}

.hikashop_tabs_li_selected {
color: #495057 !important;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff !important;
}

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

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

/* */

/* BLOG */

.article-list .article {
	padding: 0px;
	border: 0px solid #f5f5f5;
	border-radius: 0px;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease-out;
}

.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: 0px;
	border-radius: 4px;
	border-bottom: 0px solid #f5f5f5;
	display: block;
	overflow: hidden;
	position: relative;
}

.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%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease-out;
}

.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 {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.article-body {
	padding: 30px 40px 0 0;
}

.article-info {
	margin: 0;
display: flex;
align-items: center;
flex-wrap: wrap;
}

.article-info > span {
	color: #616870;
	font-family: "Covered By Your Grace", cursive;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
}

.article-info > span + span {margin-left: 15px;}

.article-info > span + span::before {
	display: none;
}

.article-info > span i {
  color: var(--maincolor);
}

.article-list .article .article-header h2 {
	font-size: 34px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 50px;
	margin-top: 0;
}

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

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

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

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

.page-link {
list-style: none;
display: inline-block;
height: 50px;
width: auto;
background: #f8f8f8;
border-radius: 50%;
line-height: 37px;
color: #6a727f ;
margin-top: 0px;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
cursor: pointer;
border: none;
margin-right: 0;
text-align: center;
}

.page-item.active .page-link,
.page-link:hover {
	z-index: 1;
	color: #fff !important;
	background-color: var(--maincolor);
	border-color: var(--maincolor);
}

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

/* SINGLE ARTICLE */

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

.article-details .article-full-image {
position: relative;
display: block;
margin-bottom: 0px;
margin-top: 0px;
}

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

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

.article-details .article-header h1, .article-details .article-header h2 {
color: #323e37;
font-weight: 800;
line-height: 1.3;
font-size: 2rem;
padding: 0;
margin-bottom: 1rem;
margin-top: 30px !important;
}

.article-details .article-info {
	margin-bottom: 0;
}

.article-details .article-info > span {
line-height: 2.25;
color: #808080;
font-family: "Poppins", sans-serif;
font-weight: 400;
margin-bottom: 10px !important;
margin-right: 10px !important;
font-size: 17px !important;	
}

.article-details .article-info > span i {
	margin-right: 7px !important;
}

.article-details .article-ratings-social-share {
	border-bottom: 0px solid #f5f5f5;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #e6e9ef;
	padding: 30px 0 30px;
	margin-top: 55px;
}

.article-details .article-ratings-social-share > span {
	color: #1e1e22;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	margin-right: 10px;
}

.article-details .article-author-information {
	margin-top: 0px;
	border-top: 0px solid #f5f5f5;
	display: flex;
	margin-bottom: 54px;
}

.article-details .article-author-information h5 {
	margin: 0;
	font-size: 20px;
	color: #1e1e22;
	font-weight: 700;
	margin-bottom: 30px;
}

.article-details .article-author-information .author-bio {

}

.author-website, .author-website a {color: #1e1e22; margin-left: 4px;}

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

#article-comments {
	padding-top: 0;
	margin-top: 50px;
	border-top: 0px solid #f5f5f5;
}

.article-social-share .social-share-icon ul li a {
	border: none;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #f7f7f7;
	color: #9499ae;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

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

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

/* */


/* IMPORT FLATICON ICONS*/

@font-face {
    font-family: "FlaticonCurrentTheme";
    src: url("../fonts/flaticon-set-current-theme/flaticon-set-current-theme.ttf") format("truetype"),
url("../fonts/flaticon-set-current-theme/flaticon-set-current-theme.woff") format("woff"),
url("../fonts/flaticon-set-current-theme/flaticon-set-current-theme.woff2") format("woff2"),
url("../fonts/flaticon-set-current-theme/flaticon-set-current-theme.eot#iefix") format("embedded-opentype"),
url("../fonts/flaticon-set-current-theme/flaticon-set-current-theme.svg#FlaticonCurrentTheme") format("svg");
}

i[class^="flaticon-agri-"]:before, i[class*=" flaticon-agri-"]:before {
    font-family: FlaticonCurrentTheme !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-agri-agriculture:before {
    content: "\f101";
}
.flaticon-agri-pests:before {
    content: "\f102";
}
.flaticon-agri-analysis:before {
    content: "\f103";
}
.flaticon-agri-setting:before {
    content: "\f104";
}
.flaticon-agri-farm:before {
    content: "\f105";
}
.flaticon-agri-crop:before {
    content: "\f106";
}
.flaticon-agri-animal:before {
    content: "\f107";
}
.flaticon-agri-environment:before {
    content: "\f108";
}
.flaticon-agri-nature:before {
    content: "\f109";
}
.flaticon-agri-drone:before {
    content: "\f10a";
}
.flaticon-agri-conveyor:before {
    content: "\f10b";
}
.flaticon-agri-monitor:before {
    content: "\f10c";
}
.flaticon-agri-cloud:before {
    content: "\f10d";
}
.flaticon-agri-plant:before {
    content: "\f10e";
}
.flaticon-agri-feeder:before {
    content: "\f10f";
}
.flaticon-agri-greenhouse:before {
    content: "\f110";
}
.flaticon-agri-hydroponic:before {
    content: "\f111";
}
.flaticon-agri-smart-farm:before {
    content: "\f112";
}
.flaticon-agri-quality:before {
    content: "\f113";
}
.flaticon-agri-irrigation:before {
    content: "\f114";
}
.flaticon-agri-chemistry:before {
    content: "\f115";
}
.flaticon-agri-statistics:before {
    content: "\f116";
}
.flaticon-agri-product:before {
    content: "\f117";
}
.flaticon-agri-nature-1:before {
    content: "\f118";
}
.flaticon-agri-information:before {
    content: "\f119";
}
.flaticon-agri-information-1:before {
    content: "\f11a";
}
.flaticon-agri-location:before {
    content: "\f11b";
}
.flaticon-agri-cow:before {
    content: "\f11c";
}
.flaticon-agri-farmer:before {
    content: "\f11d";
}
.flaticon-agri-smartphone:before {
    content: "\f11e";
}
.flaticon-agri-soil:before {
    content: "\f11f";
}
.flaticon-agri-warehouse:before {
    content: "\f120";
}
.flaticon-agri-weather:before {
    content: "\f121";
}
.flaticon-agri-sprinkle:before {
    content: "\f122";
}
.flaticon-agri-tractor:before {
    content: "\f123";
}
.flaticon-agri-wheat:before {
    content: "\f124";
}
.flaticon-agri-pest:before {
    content: "\f125";
}
.flaticon-agri-honeycomb:before {
    content: "\f126";
}
.flaticon-agri-flower:before {
    content: "\f127";
}
.flaticon-agri-dairy-products:before {
    content: "\f128";
}
.flaticon-agri-duck:before {
    content: "\f129";
}
.flaticon-agri-eggs:before {
    content: "\f12a";
}
.flaticon-agri-fruit-tree:before {
    content: "\f12b";
}
.flaticon-agri-harvest:before {
    content: "\f12c";
}
.flaticon-agri-growing-plant:before {
    content: "\f12d";
}
.flaticon-agri-growing-seed:before {
    content: "\f12e";
}
.flaticon-agri-fruit:before {
    content: "\f12f";
}
.flaticon-agri-pond:before {
    content: "\f130";
}
.flaticon-agri-market:before {
    content: "\f131";
}
.flaticon-agri-farm-house:before {
    content: "\f132";
}
.flaticon-agri-sickle:before {
    content: "\f133";
}
.flaticon-agri-haystack:before {
    content: "\f134";
}
.flaticon-agri-hen:before {
    content: "\f135";
}
.flaticon-agri-hydroponic-1:before {
    content: "\f136";
}
.flaticon-agri-carrot:before {
    content: "\f137";
}
.flaticon-agri-corn:before {
    content: "\f138";
}
.flaticon-agri-onion:before {
    content: "\f139";
}
.flaticon-agri-seeding:before {
    content: "\f13a";
}
.flaticon-agri-planting:before {
    content: "\f13b";
}
.flaticon-agri-planting-1:before {
    content: "\f13c";
}
.flaticon-agri-seeds:before {
    content: "\f13d";
}
.flaticon-agri-planting-2:before {
    content: "\f13e";
}
.flaticon-agri-wheat-1:before {
    content: "\f13f";
}
.flaticon-agri-tomato:before {
    content: "\f140";
}
.flaticon-agri-sawing:before {
    content: "\f141";
}
.flaticon-agri-wheat-sack:before {
    content: "\f142";
}

	/*
  	Flaticon icon font: Flaticon
  	Creation date: 23/07/2018 08:21
  	*/

@font-face {
  font-family: "flaticon-set-communication";
  src: url("../fonts/flaticon-set-communication/flaticon-set-communication.eot");
  src: url("../fonts/flaticon-set-communication/flaticon-set-communication.eot?#iefix") format("embedded-opentype"),
       url("../fonts/flaticon-set-communication/flaticon-set-communication.woff") format("woff"),
       url("../fonts/flaticon-set-communication/flaticon-set-communication.ttf") format("truetype"),
       url("../fonts/flaticon-set-communication/flaticon-set-communication.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="flaticon-contact-"]:before, [class*=" flaticon-contact-"]:before,
[class^="flaticon-contact-"]:after, [class*=" flaticon-contact-"]:after {   
  font-family: flaticon-set-communication;
  font-style: normal;
}

.flaticon-contact-001-send-mail:before { content: "\f100"; }
.flaticon-contact-002-message:before { content: "\f101"; }
.flaticon-contact-003-mail-4:before { content: "\f102"; }
.flaticon-contact-004-mail-3:before { content: "\f103"; }
.flaticon-contact-005-telephone-2:before { content: "\f104"; }
.flaticon-contact-006-home-message:before { content: "\f105"; }
.flaticon-contact-007-mail-2:before { content: "\f106"; }
.flaticon-contact-008-mobile-phone:before { content: "\f107"; }
.flaticon-contact-009-phone-3:before { content: "\f108"; }
.flaticon-contact-010-mail-1:before { content: "\f109"; }
.flaticon-contact-011-web:before { content: "\f10a"; }
.flaticon-contact-012-mouse:before { content: "\f10b"; }
.flaticon-contact-013-sending-call:before { content: "\f10c"; }
.flaticon-contact-014-online-question:before { content: "\f10d"; }
.flaticon-contact-015-mail:before { content: "\f10e"; }
.flaticon-contact-016-send-1:before { content: "\f10f"; }
.flaticon-contact-017-telephone-1:before { content: "\f110"; }
.flaticon-contact-018-telephone:before { content: "\f111"; }
.flaticon-contact-019-video-chat:before { content: "\f112"; }
.flaticon-contact-020-template:before { content: "\f113"; }
.flaticon-contact-021-mailbox:before { content: "\f114"; }
.flaticon-contact-022-send:before { content: "\f115"; }
.flaticon-contact-023-contact:before { content: "\f116"; }
.flaticon-contact-024-globe:before { content: "\f117"; }
.flaticon-contact-025-world:before { content: "\f118"; }
.flaticon-contact-026-email-5:before { content: "\f119"; }
.flaticon-contact-027-email-4:before { content: "\f11a"; }
.flaticon-contact-028-phone-2:before { content: "\f11b"; }
.flaticon-contact-029-write-letter:before { content: "\f11c"; }
.flaticon-contact-030-email-3:before { content: "\f11d"; }
.flaticon-contact-031-time-call-1:before { content: "\f11e"; }
.flaticon-contact-032-time-call:before { content: "\f11f"; }
.flaticon-contact-033-telephone-book:before { content: "\f120"; }
.flaticon-contact-034-schedule:before { content: "\f121"; }
.flaticon-contact-035-website:before { content: "\f122"; }
.flaticon-contact-036-calendar:before { content: "\f123"; }
.flaticon-contact-037-address:before { content: "\f124"; }
.flaticon-contact-038-email-2:before { content: "\f125"; }
.flaticon-contact-039-home:before { content: "\f126"; }
.flaticon-contact-040-profile:before { content: "\f127"; }
.flaticon-contact-041-text:before { content: "\f128"; }
.flaticon-contact-042-phone-1:before { content: "\f129"; }
.flaticon-contact-043-email-1:before { content: "\f12a"; }
.flaticon-contact-044-call-1:before { content: "\f12b"; }
.flaticon-contact-045-call:before { content: "\f12c"; }
.flaticon-contact-046-chat-1:before { content: "\f12d"; }
.flaticon-contact-047-location:before { content: "\f12e"; }
.flaticon-contact-048-email:before { content: "\f12f"; }
.flaticon-contact-049-chat:before { content: "\f130"; }
.flaticon-contact-050-phone:before { content: "\f131"; }




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



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



@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-footer  .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-footer  .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-footer  .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-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;
padding-right: 15px;
padding-left: 15px;}}


@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;}}
@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 > .sp-column,
#sp-header > .row > div > .sp-column  {display: block !important;}

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

@media (min-width: 1400px) {#sp-footer  .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-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-top1  .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-top2  .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) {.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) {.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: #f4e757;
--thirdcolor: #87c03d;
--fourthcolor: #003A6B;
}

@-webkit-keyframes tm-animation-spin-half {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes tm-animation-spin-half {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
	
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
	
:root {
	--bs-table-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: #212529;
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
}