@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,700;1,800&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
@import url("dripicons.css");
@import url("animate.min.css");
@import url("../fonts/fontawesome/css/all.min.css");

body {
       font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #777;
     line-height: 26px;
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover {
	text-decoration: none;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
a,
button {
	color: #101010;
	outline: medium none;
}
a:hover {
    color: var(--maincolor);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Jost', sans-serif;
	color: #101010;
	margin-top: 0px;
	font-style: normal;
	font-weight: 600;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 600;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {

	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

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

.com-sppagebuilder p {margin-bottom: 0;}

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

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

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

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

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

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

.sppb-progress {
	margin-bottom: 0px;
}

.sppb-addon-clients .sppb-carousel-extended-outer-stage {
	align-items: center;
}

.sppb-person-name {
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;	
}

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

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

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

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text,
.login .btn,
.registration form > div .btn {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 30px;
	text-align: center;
	text-transform: unset;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
    z-index: 1;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}

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

body .sppb-btn:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover,
.login .btn-primary:hover,
.registration form > div .btn-primary:hover {
  background: #2e1913;
  color: #fff;
}

body .sppb-btn.sppb-btn-secondary,
body .sppb-sp-slider-button.slider-btn2 .sp-slider-btn-text {

}

body .sppb-btn.sppb-btn-secondary:hover,
body .sppb-sp-slider-button.slider-btn2 .sp-slider-btn-text:hover {

}

body .sppb-btn.sppb-btn-default:hover,
.registration form > div .btn-secondary:hover {
	
}

.sppb-btn span,
body .sppb-sp-slider-button .sp-slider-btn-text span {
  position: relative;
}

.sppb-btn i,
a.d-block em,
.sppb-sp-slider-button .sp-slider-btn-text i {
    margin-left: 10px;
    font-size: 18px;
}


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

.sppb-btn span {
    position: relative;
}

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

.social-icon-right a i {color: inherit !important;}

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

.sppb-addon-divider-wrap {display: flex;}

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

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

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

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

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

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

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

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

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

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

.right-section > .sppb-row-container > .sppb-row,
.right-section  > .sppb-row {
	justify-content: flex-end !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sppb-addon-text-block .sppb-addon-content br:first-child,
.sppb-addon-feature .sppb-addon-text br:first-child,
.sppb-optin-form-details br:first-child {display: none !important;}

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

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

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

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

/* HEADER */

#sp-header {
height: auto;
box-shadow: none;
margin-bottom: -106px;
  border-top: 0;
  position: relative;
  z-index: 9;
  background: #09090975;
}

@media (max-width:992px) {
#sp-header {
	margin-bottom: -108px;
}	
}

#sp-header.header-sticky {
background: var(--maincolor);
animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

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

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

#sp-header .logo img {
	height: auto;
	max-width: 146px;
}

.sp-megamenu-parent {float: none; text-align: center;}

.sp-megamenu-parent > li {text-align: left;}


.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
display: block;
  padding: 20px 0;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  font-family: 'Jost', sans-serif;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  color: #fff;
  line-height: 26px;
}

.sp-megamenu-parent > li + li > a {margin-left: 30px;}

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

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

@media (max-width: 1200px) {
.sp-megamenu-parent > li + li > a {
	margin-left: 15px;
}
}

.sp-megamenu-parent > li.active > a:hover,
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a, .sp-megamenu-parent > li.active:hover > a,
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
color: #aa7769;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
border-top: 4px solid var(--maincolor);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  padding: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  border-bottom: 1px solid #ddd;
}

.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 {
font-weight: 500;
  position: relative;
  font-size: 16px;
  font-family: 'Jost', sans-serif;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  padding: 15px;
  color: #4f4f4f;
  display: block;
  line-height: 26px;
}


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

.sp-megamenu-parent .sp-mega-group > li > a {
	text-transform: none;
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.burger-icon > span {
  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: -300px;
}

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

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


/* */

/* PAGE TITLE */

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

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

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

.sp-page-title {
position: relative;
background-size: cover;
background-position: center;
padding: 0px;
text-align: center;
min-height: 450px;
display: flex;
  align-items: center;
}


.sp-page-title .container {
}

.sp-page-title .sp-page-title-heading {
font-size: 60px;
  margin-bottom: 25px;
  line-height: 1;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 60px;
}

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

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

.sp-page-title .breadcrumb {
margin: 0;
position: relative;
z-index: 9;
justify-content: center;
align-items: center;
position: relative;
z-index: 1;	
}

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

.sp-page-title .breadcrumb > li > a {
font-size: 16px;
  color: #fff;
  font-weight: 500;
}

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

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

.sp-page-title .breadcrumb > li + li::before {
font-size: 16px;
text-transform: capitalize;
color: #fff;
float: none;
  font-weight: 500;
}

.sp-page-title .breadcrumb > li > a:hover {color: #fff;}

.sp-page-title .breadcrumb > .active span {
color: #fffc !important;
}

/* */

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

.com-hikashop #sp-main-body, .com-content #sp-main-body {padding-bottom: 60px;}

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


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

.com-spsimpleportfolio.view-item #sp-main-body, .com-spsimpleportfolio.view-item #sp-header.header-sticky ~ section#sp-main-body {padding: 0;}


/* 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: 0px;
	padding-bottom: 0px;
	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 */

.color--black, .color--black h1, .color--black h2, .color--black h3, .color--black h4, .color--black h5, .color--black h6, .color--black p, .color--black a, .color--black li, .color--black i, .color--black span {
	color: #353f4f;
}

hr.divider {
	width: 100%;
	height: 1px;
	background-color: transparent;
	background-image: linear-gradient(90deg, rgba(206,211,246,0) 0, #bbb 38%, #bbb 64%, rgba(206,211,246,0) 99%);
	opacity: .4;
	border: none;
	margin: 0;
}

ul.simple-list {
	list-style: disc;
	margin-left: 15px;
}

ul.simple-list {
	list-style: disc;
}

ul.simple-list p {
	margin-top: 0;
	margin-bottom: 1rem;
}

#features-12.shape--bg::after {
	position: absolute;
content: '';
z-index: -1;
	width: 48%;
	height: 72%;
	top: 21%;
	left: 52%;
	background-color: #f2f4f8;
}

#features.shape--bg::after {
	position: absolute;
content: '';
z-index: -1;
	width: 48%;
	height: 72%;
	top: 21%;
	left: 52%;
	background-color: #f2f4f8;
}

#features.shape--bg2::after {
	position: absolute;
content: '';
z-index: -1;
width: 48%;
height: 72%;
top: 21%;
	background-color: #f2f4f8;
}

.shape--02::after {
	width: 86%;
	height: 80%;
	top: 10%;
	left: 7%;
	position: absolute;
content: '';
z-index: -1;
background-color: rgba(123, 104, 238, .05);
}

.shape--03::after {
		width: 86%;
	height: 80%;
	top: 10%;
	left: 7%;
	position: absolute;
content: '';
z-index: -1;
background-color: rgba(123, 104, 238, .05);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
}

.shape--04::after {
width: 86%;
  height: 80%;
  top: 13%;
  left: 7%;
	position: absolute;
content: '';
z-index: -1;
background-color: #f7f8f9;
}

@media (max-width: 992px) {
	.sppb-addon-blocknumber .pull-left:after {display: none !important;}
}

.hero-section-blur--purple::after {
	position: absolute;
	content: '';
	z-index: -1;
	width: 100%;
	height: 100%;
	top: -30%;
	left: 0;
	background-image: url(../images/blur-purple.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: scroll;
	opacity: 0.2;
}

@media (max-width: 992px) {
.full-color-section {
	background: #F4F4F9 !important;
}	
}

@media (max-width: 768px) {
.login-section .sppb-row-overlay {
	background: #fff !important;
}
}

/* */

/* LOGIN & REGISTRATION */

.login .col-lg-4,
.registration .form-validate {
	padding: 50px;
border-radius: 16px;
background-image: linear-gradient(180deg, rgba(244, 244, 249, .2) 50%, rgba(244, 244, 249, .05) 100%);
}

@media (min-width: 992px) {
.login .col-lg-4 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
}
@media (min-width: 1200px) {
.login .col-lg-4 {
  flex: 0 0 auto;
  width: 75%;
}
.registration .col-xl-6 {
	flex: 0 0 auto;
	width: 75%;
}
}

.login-description,
.registration legend {
  font-size: 2rem;
  color: #353f4f;
  font-weight: 700;
  margin-bottom: 25px;
}

.registration .spacer {display: none;}

.login .form-control,
.registration .form-control {
height: 60px;
  background-color: #f5f6f8;
  border: 1px solid transparent;
  color: #353f4f;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 25px;
  padding: 5px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;	
}

.input-group-text,
.input-password-toggle {
	height: 60px;
	border: none;
	background: var(--maincolor);
	color: #fff;
}

.login .password-group button.input-password-toggle,
.registration button.input-password-toggle {
border-radius: 0px 5px 5px 0px !important;
-webkit-border-radius: 0px 5px 5px 0px !important;
-moz-border-radius: 0px 5px 5px 0px !important;
-ms-border-radius: 0px 5px 5px 0px !important;
-o-border-radius: 0px 5px 5px 0px !important;	
}

.registration .input-group-text .btn-secondary {
	background: transparent;
	border: none;
border-radius: 0px 5px 5px 0px !important;
-webkit-border-radius: 0px 5px 5px 0px !important;
-moz-border-radius: 0px 5px 5px 0px !important;
-ms-border-radius: 0px 5px 5px 0px !important;
-o-border-radius: 0px 5px 5px 0px !important;	
}

.login .list-group {
	flex-direction: row;
	justify-content: space-between;
}

.login .list-group-item {
	position: relative;
	display: block;
	padding: 0;
	color: var(--maincolor);
	background-color: transparent;
	border: none;
}

.registration label {
position: relative;
  color: #353f4f;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 12px;
  padding-left: 5px;	
}

/* */

/* BLOG */

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

.article-list .article:after,
.sppb-addon-articles .sppb-addon-article:after {

}

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

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

}

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

}

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

}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap img, .sppb-articles-carousel-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0px;
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
display: block;
border: 1px solid transparent;
}

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

}

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

.blog-list .article-intro-image > a {width: 100%;}

.article-body,
.sppb-article-info-wrap,
.sppb-articles-carousel-content {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 40px 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  position: relative;
  margin-top: -1px;
}

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

.article-list .article .article-header h2,
.sppb-article-info-wrap h3,
.sppb-articles-carousel-link {
line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30px;
}

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

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

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

.article-list .article .article-info,
.sppb-addon-articles .sppb-article-meta {
order: 1;
margin: 0;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 15px 10px;
margin-bottom: 0px;
width: 100%;
}

.article-info > span,
.sppb-addon-articles .sppb-article-meta > span {
line-height: 26px;
font-size: 15px;
display: flex;
margin: 0;
}

.article-info > span a,
.sppb-addon-articles .sppb-article-meta > span a {color: inherit;}


.article-info > span:before,
.sppb-addon-articles .sppb-article-meta > span:before {

}

.article-info > span.createdby:before, .sppb-article-meta > span.sppb-meta-author:before {}
.article-info > span.published:before, .sppb-article-meta > span.sppb-meta-date:before {}
.article-info > span.category-name:before, .sppb-article-meta > span.sppb-meta-category:before {}
.article-info > span.hits:before {}

body:not(.view-article) .article-info > span.published, body:not(.view-article) .sppb-article-meta > span.sppb-meta-date {
position: absolute;
  top: -20px;
  background: var(--maincolor);
  color: #fff;
  padding: 5px 15px;
  left: 30px;
}

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

.sppb-article-introtext, .article-introtext p {margin-bottom: 25px;}

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

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

.article-list .article .readmore a,
.sppb-readmore {
display: inline-block;
  color: var(--maincolor);
  text-align: center;
  font-size: 15px;
  border-bottom: 3px solid var(--maincolor);
  text-transform: uppercase;
  font-weight: 500;
}

.article-list .article .readmore a:hover,
.sppb-readmore:hover {
color: #101010;
  border-bottom: 3px solid #101010;
}

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

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

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

.page-link, .disabled > .page-link, .page-link.disabled, .pagination > li > a, .pagination > li > span {
	padding: 0;
font-weight: 500;
height: 50px;
width: 52px;
line-height: 50px !important;
display: inline-block;
position: relative;
margin-right: 15px;
text-align: center;
color: var(--tg-gray-four);
font-size: 20px;
border: 1px solid #E0E0E0;
border-radius: 3px !important;
background: transparent;
font-family: var(--tg-heading-font-family);
}

.page-item.active .page-link,
.page-link:hover {
background: var(--maincolor) !important;
border-color: var(--maincolor);
color: var(--tg-white) !important;
}

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

/* SINGLE ARTICLE */

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

.article-details .article-header {
	position: relative;
	padding: 0;
}

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

.article-details .article-header h1, .article-details .article-header h2 {
font-size: 32px;
line-height: 1.3;
margin-bottom: 20px;
font-weight: 800;
color: #000f38;
}

.article-details .article-full-image {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 30px;
}

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

.article-details .article-info {
	margin-bottom: 0px;
	padding-top: 25px;
	border-top: 2px solid #f5f5f5;
	padding-bottom: 25px;
}

.article-details .article-info > span {
}

.article-details .article-ratings-social-share {
	margin: 0;
	border-top: 0;
	padding: 0;
	border-bottom: 0;
	border-top: 1px solid #ccc;
	margin-top: 60px;
	padding-top: 60px;
}

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

.tags {
	list-style: none;
	padding: 0;
	display: block !important;
	margin: 0 !important;
	padding-top: 30px;
	border-top: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	margin-top: 85px !important;
	padding-bottom: 30px;
	margin-bottom: 85px !important;
}

.tags:before {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 600;
	content: "Related Tags";
	display: block;
font-family: 'Jost', sans-serif;
  color: #101010;
}

.tags > li {
	display: inline-block;
}

.tags > li a {
font-size: 12px;
text-transform: uppercase;
border: 2px solid #e5e5e5;
padding: 7px 10px;
display: inline-block;
border-radius: 3px;
color: #9d9d9d;
margin-bottom: 10px;
background: transparent;
}

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

.article-social-share .social-share-icon ul li a {
width: auto;
height: auto;
background: transparent;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5625rem;
color: #6c757d;
opacity: .75;
border: none;
}

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

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

.article-details .article-author-information {
background: #f9f9f9;
padding: 50px 80px;
margin-bottom: 45px;
text-align: center;
}

.article-details .article-author-information > .d-flex {
	display: block !important;
}

.article-details .article-author-information > .d-flex .flex-shrink-0 {
	margin-top: -90px;
	margin-bottom: 35px;
}

.article-details .article-author-information > .d-flex .flex-shrink-0 img {
	margin: auto !important;
	padding: 0 5px;
background: #fff;
border-radius: 10px;
}

.article-details .article-author-information h5 {
font-size: 26px;
margin-bottom: 10px !important;
}

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

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

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

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

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

.article-details .pagenavigation .btn {
font-size: 20px;
line-height: 1.637;
font-weight: 700;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
color: var(--secondcolor);
background-color: #f8f6f1;
padding: 12px 20px;
border-radius: 10px;
border: none;
}

.article-details .pagenavigation .btn:hover {
color: #fff;
background-color: var(--secondcolor);
}

/* */

/* 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: var(--thirdcolor);
}

.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: var(--thirdcolor);
}

.hikashop_results_counter {
font-weight: 600;
color: var(--thirdcolor);
}

.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 {
position: relative;
}

.hikashop_product_image {
position: relative;
z-index: 1;
text-align: center;
overflow: hidden;
width: 100%;
}

.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 .content {
	padding: 30px;
}

.product-tags {
color: var(--maincolor);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}

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

.hikashop_product_vote {
	margin-bottom: 10px;
	display: block;
}

span.hikashop_product_name a {
margin-bottom: 12px;
font-size: 24px;
font-family: 'Jost', sans-serif;
  color: #101010;
  margin-top: 0px;
  font-style: normal;
  font-weight: 600;
}

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

.hikashop_product_price_full {
color: #595B6B;
  font-size: 22px;
  display: inline-block;
  font-weight: 700;
  font-family: 'Jost', sans-serif;
}

span.hikashop_product_price_before_discount {
color: #b5b5b5;
  font-size: 22px;
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: 700;
  font-family: 'Jost', sans-serif;
}

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

.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 {
	margin-bottom: 30px;
}

.product-category-review {
	display: flex;
	gap: 10px;
	margin-bottom: 5px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-category-review .product-tags span:not(:last-child):after {
content: ",";
display: inline-block;
margin-left: -3px;
}

.product-category-review .product-tags span {
color: #6a667b;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

#hikashop_product_top_part h1 {
font-size: 40px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #101010;
}


.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: 0px;
	margin-bottom: 20px;
	align-items: flex-end;
	display: block;
	padding-bottom: 30px;
	border-bottom: 2px solid #eaedff;
}

.hikashop_product_page .ratting-price .hikashop_product_price_full .hikashop_product_price {
color: var(--maincolor);
  font-size: 20px;
  font-weight: 400;
}

.hikashop_product_page .ratting-price .hikashop_product_price_full .hikashop_product_price_before_discount_amount {
font-size: 20px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 5px;
  color: #b5b5b5;
}

.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 {
font-weight: 600;
line-height: 30px;
}

.hikashop_product_code_main .sku {
text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #100d1c;
  letter-spacing: 2px;
}

.hikashop_product_tags {
margin-top: 20px;
}

.hikashop_product_tags .tags:before,
.sku_wrapper,
.brand {
text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #100d1c;
}

.hikashop_product_tags .tags::before {
	margin: 0;
	content: "Tags:";
	display: inline-block;
	margin-right: 3px;
}

.hikashop_product_tags li {margin: 0 !important;}
.hikashop_product_tags li a  {
	padding: 0;
	border: none;
text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #100d1c;
  letter-spacing: 2px;
  margin: 0;
}
.hikashop_product_tags li:not(:last-child):after {
	content: ",";
}

.brand a {
text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #100d1c;
  letter-spacing: 2px;
}

.hikashop_product_quantity_main {
  display: flex;
  align-items: center;
  align-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.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: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%;
	display: flex !important;
  align-items: center;
}

.hikashop_tabs_ul {
	margin: 0;
	margin-bottom: 25px;
	margin-top: 90px;
	border-bottom: 2px solid #e1e1e1;
	text-align: center;
}

.hikashop_tabs_ul li {
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
font-weight: 800;
margin-bottom: -2px;
display: inline-block;
padding: 0px 25px 30px;
font-size: 16px;
  font-weight: 500;
  color: #101010;
  letter-spacing: 2px;
border: none;
background: transparent;
border-bottom: 2px solid transparent;
cursor: pointer;
}

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

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

.hikashop_tabs_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hikashop_tabs_content ul li {
	display: block;
	padding: 0;
	position: relative;
	z-index: 1;
	padding-left: 20px;
	line-height: 32px;
	font-weight: 500;
}

.hikashop_tabs_content ul li:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #232323;
}

#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 {
margin-bottom: 45px;
margin-top: 60px;
}

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

.hikashop_product_page .hikashop_submodules form {
  display: flex;
}

.hikashop_product_page .hikashop_submodules h2 {text-align: center;}

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

.hikashop_product_page .hikashop_submodules form {
  display: flex;
}

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

/* 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: var(--thirdcolor);
font-weight: 600;
color: var(--thirdcolor);
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 */

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}
@keyframes alltuchtopdown {
  0% {
        transform: rotateX(0deg) translateY(0px);
    }
  50% {
        transform: rotateX(0deg) translateY(-50px);
    }
  100% {
        transform: rotateX(0deg) translateY(0px);
    }
}
@keyframes ribbonRotate {

  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes dash_animation {
	to {
		stroke-dashoffset: 0;
	}
}
@keyframes dash_animation {
	to {
		stroke-dashoffset: 0;
	}
}
@keyframes animationFramesOne {
  0% {
    transform:  translate(0px,0px)  rotate(0deg) ;
  }
  20% {
    transform:  translate(73px,-1px)  rotate(36deg) ;
  }
  40% {
    transform:  translate(141px,72px)  rotate(72deg) ;
  }
  60% {
    transform:  translate(83px,122px)  rotate(108deg) ;
  }
  80% {
    transform:  translate(-40px,72px)  rotate(144deg) ;
  }
  100% {
    transform:  translate(0px,0px)  rotate(0deg) ;
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  20% {
    -webkit-transform:  translate(73px,-1px)  rotate(36deg) ;
  }
  40% {
    -webkit-transform:  translate(141px,72px)  rotate(72deg) ;
  }
  60% {
    -webkit-transform:  translate(83px,122px)  rotate(108deg) ;
  }
  80% {
    -webkit-transform:  translate(-40px,72px)  rotate(144deg) ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
  }
}
/* */

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


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

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


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

/* J4 Optimization */

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

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

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

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

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

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

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

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

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



:root {
	--secondcolor: #be9874;
}

/* PAGE BUILDER 5.X OPTIMIZATION */

#sp-main-body .sppb-section .sppb-row-container .sppb-row .sppb-row-column {
  position: static;
}

span[class^="flaticon-"] {line-height: 1;}

span[class^="flaticon-"]::before, span[class*=" flaticon-"]::before {
	font-size: inherit;
}
