@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito:wght@200;300;400;600;700;800;900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    color: #3d3d3d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    transition: 500ms;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
  outline: none;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
	color: #312e2e;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
	padding: 0;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

li {
  list-style: none;
}

button {cursor: pointer;}

p {margin: 0;}

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

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


.sppb-btn {
    font-family: 'Nunito', sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--maincolor);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 45px;
    transition: 500ms;
    border-radius: 20px;
    overflow: hidden;
	line-height: 1;
	cursor: pointer;
}

.sppb-btn:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 85px;
    height: 100%;
    background-color: #154001;
    opacity: 0.1;
    content: "";
    border-radius: 20px;
    transform: scale(1);
    transition: 500ms ease;
}

.sppb-btn:hover {
    color: #ffffff;
}

.sppb-btn:hover::before {
    width: 100%;
    opacity: 1;
    transform: scale(1.5);
    border-radius: 0;
    background-color: #154001;
}

.sppb-btn span {
    position: relative;
}

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


/* HEADER */ 

#sp-header {
	height: auto;
	box-shadow: none;
	background: transparent;
	position: absolute;
	left: 0px;
	top: 63px;
	width: 100%;
	transition: all 500ms ease;
}


@media (max-width: 768px) {
#sp-header {
    position: relative;
    top: 0;
}
}

#sp-header.header-sticky {
	background: #fff;
	transition: all 0.5s ease-in-out;
	animation-name: menu_sticky;
	animation-duration: 0.60s;
	animation-timing-function: ease-out;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}

@keyframes menu_sticky {
  0%   {margin-top:-300px;}
  50%  {margin-top: -150px;}
  100% {margin-top: 0;}
}

#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 > .container {
	background: #fff;
	position: relative;
	z-index: 3;
	border-radius: 20px;
}

#sp-header .logo {
	height: auto;
	display: block;
text-align: center;
}

@media (max-width: 994px) {
#sp-header .logo {
text-align: left;
}
}
	
#sp-header .logo img {
	height: auto; 
	max-width: 135px;
	width: 100%;
}

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

.sp-megamenu-parent > li > a {
    font-family: 'Nunito', sans-serif;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #4e4e4e;
	position: relative;
	transition: all 500ms ease;
	line-height: 36px;
	padding: 35px 22px;
	z-index: 3;
	letter-spacing: 0.02em;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

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

@media (max-width: 1400px) {
	.sp-megamenu-parent > li > a,
#sp-header.header-sticky .sp-megamenu-parent > li > a	{
		padding: 35px 21px;
	}
}

@media (max-width: 1200px) {
	.sp-megamenu-parent > li > a,
#sp-header.header-sticky .sp-megamenu-parent > li > a	{
		padding: 35px 20px;
	}
}

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

.sp-megamenu-parent > li > a:before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--maincolor);
	position: absolute;
	top: -10px;
	left: 50%;
	transition: transform 500ms ease;
	transform: scaleY(0) translateX(-50%);
	overflow: hidden;
	z-index: -1;
}

.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li.active > a:before {
	transform: scaleY(1) translateX(-50%);
}

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

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

.sp-megamenu-parent > li.menu-btn > a {
    font-family: 'Nunito', sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 49px;
    transition: 500ms;
    border-radius: 20px;
    overflow: hidden;
	line-height: 1;
	cursor: pointer;
	border: 1px solid var(--maincolor);
	color: var(--maincolor);
	margin-left: 20px;
}

@media (max-width: 1200px) {
	.sp-megamenu-parent > li.menu-btn > a {display: none;}
}

#sp-header.header-sticky .sp-megamenu-parent > li.menu-btn > a {
	padding: 16px 49px;
}

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

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

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
background: #fff;
padding: 0;
border: 0;
min-width: 220px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
transition: 500ms ease;
z-index: 99;
box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
	background: #fff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
font-family: 'Nunito', sans-serif;
font-weight: 600;
text-transform: none;
letter-spacing: 0;
font-size: 16px;
line-height: 30px;
color: #726d6d;
display: flex;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
transition: 500ms;
border-bottom: 1px solid rgba(0,0,0,.1);
}

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

body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
text-transform: uppercase;
border-radius: 10px;
font-size: 12px;
font-weight: 700;
line-height: 1;
letter-spacing: 0.1em;
padding: 0px 9px;
height: auto;
display: flex;
align-items: center;
}

body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
	margin-left: 8px;
}

#offcanvas-toggler {
	display: inline-flex;
	align-items: center;
	height: 80px;
	line-height: 1;
	font-size: 20px;
}

.offcanvas-toggler-secondary {display: none !important;}

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

.burger-icon > span {
	background-color: #312e2e;
}

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


/* */

.feature-divider {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
}

/* */

/* PAGE TITLE */

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

#sp-title .sp-module {
	position: relative;
	z-index: 5;
}

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

.sp-page-title:before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: "";
background: rgba(30, 30, 34, .3);
z-index: 1;
}

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

.sp-page-title .sp-page-title-heading {
font-size: 65px;
color: #ffffff;
line-height: 71px;
font-weight: 700;
}

.sp-page-title .breadcrumb {
	margin: 20px 0 0 0;
}

.breadcrumb {
	justify-content: center;
}

.sp-page-title .breadcrumb > li > a {
	color: #ffffff;
	font-size: 16px;
	letter-spacing: .1em;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
}

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

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

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

.sp-page-title .breadcrumb > .active {
	transition: all 500ms ease;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: .1em;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
}

/* */

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

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

/* 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: 110px;
	padding-bottom: 110px;
	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 {
	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: initial;
}

#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
	display: block;
	line-height: inherit;
	padding: initial;
}

/* */

/* LOGIN & REGISTRATION */


.com-users .sp-page-title {
	padding-bottom: 0;
}

.login .col-lg-4,
.registration .form-validate {
	padding: 50px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
background: #fff;
--tw-shadow: 0 4px 60px 0 rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 4px 60px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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


.login-description,
.registration legend {
font-size: 2.125rem;
font-weight: 700;
line-height: 1.6;
}

.registration fieldset:last-of-type {margin-top: 40px;}

.registration .spacer {display: none;}

.login .form-control,
.registration .form-control {
padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 18px;
  padding-bottom: 18px;
outline: none;
resize: none;
border-radius: 5px;
font-size: 16px;
font-weight: 700;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border: 1px solid rgb(209, 213, 219);
background: #fff;	
}

.login .form-control:focus,
.registration .form-control:focus {
	border-color: var(--maincolor);
}

.input-group-text,
.login .password-group button.input-password-toggle,
.registration button.input-password-toggle {
	display: flex;
	align-items: center;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	border: none;
width: 61.6px;
height: 61.6px;
background: #002633;
line-height: 50px;
font-size: 20px;
text-align: center;
color: #ffffff;
border-radius: 5px 0px 0px 5px !important;
-webkit-border-radius: 5px 0px 0px 5px !important;
-moz-border-radius: 5px 0px 0px 5px !important;
-ms-border-radius: 5px 0px 0px 5px !important;
-o-border-radius: 5px 0px 0px 5px !important;
justify-content: center;
}

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

.login .btn {
	justify-content: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* */


/* PORTFOLIO */

.featherlight {
  top: 10%;
}

.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 {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}

.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 + li {
    margin-left: 4px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	padding: 0;
	background: transparent;
	position: relative;
	display: inline-block;
	padding-left: 15px;
	font-size: 18px;
	font-weight: 500;
	display: block;
	cursor: pointer;
	transition: all 0.4s ease;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:before {
    position: absolute;
    top: 45%;
    left: 0px;
    content: "";
    background: var(--maincolor);
    height: 6px;
    width: 6px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a {
	background: transparent;
	color: var(--maincolor);
	text-shadow: 0 0 1px currentColor;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover:before,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:before {
    transform: translateY(-50%) scale(1.0);
}

.sp-simpleportfolio .sp-simpleportfolio-item {
	position: relative;
	display: block;
}

.portfolio-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.portfolio-one__img::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(0, 0, 0, .30);
	border-radius: 10px;
	transform: scaleX(0.0);
	transform-origin: center;
	transform-style: preserve-3d;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: 1;
}

.portfolio-one__img img {
	width: 100%;
	border-radius: 10px;
	transition: all 500ms ease;
	transform: scale(1);
}

.portfolio-one__experience {
	position: absolute;
	bottom: 30px;
	left: 0px;
	transform: scaleY(0.0);
	transform-origin: center;
	transform-style: preserve-3d;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	transform-origin: bottom center;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	z-index: 2;
}

.portfolio-one__web-design {
	background-color: var(--maincolor);
	display: inline-block;
	padding: 0 30px;
	border-top-right-radius: 10px;
}

.portfolio-one__web-design-title {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}

.portfolio-one__fimlor {
	background-color: #312e2e;
	display: inline-block;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-left: 30px;
	padding-right: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.portfolio-one__fimlor-title {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}

.portfolio-one__fimlor-title a {
	color: #ffffff;
	transition: all 500ms ease;
}

.portfolio-one__arrow {
	position: absolute;
	top: 30px;
	right: 30px;
	transform: scale(0);
	transition: all 500ms ease;
	z-index: 3;
}

.portfolio-one__arrow a {
	height: 52px;
	width: 52px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #312e2e;
	font-size: 20px;
	transition: all 500ms ease;
}

.portfolio-one__single:hover .portfolio-one__img::before {
	transform: scaleX(1.0);
}

.portfolio-one__single:hover .portfolio-one__img img {
	transform: scale(1.05);
}

.portfolio-one__single:hover .portfolio-one__experience {
	transform: scaleY(1.0);
}

.portfolio-one__single:hover .portfolio-one__arrow {
	transform: scale(1);
}

.portfolio-one__fimlor-title a:hover {
	color: var(--maincolor);
}

.portfolio-one__arrow a:hover {
	color: #ffffff;
	background-color: var(--maincolor);
}



/* */

/* BLOG */

.article-list .article {
	padding: 0px;
	border: 0px solid #f5f5f5;
	border-radius: 20px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	overflow: hidden;
}

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

.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%;
	border-radius: 20px;
}

.article-body {
	border: 0px solid #dce1e4;
	padding: 30px;
	border-top: 0px;
	position: relative;
	display: block;
	margin-top: -15px;
	background: #fff;
}

.windstripe-meta {
	display: flex;
	align-items: center;
	margin: 0;
}

.windstripe-meta > span {
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #3d3d3d;
	transition: all 500ms ease;
}

.windstripe-meta span + span {
	margin-left: 15px;
}

.windstripe-meta span.category-name {
	padding: 8px 12px;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	background: var(--maincolor);
	color: #fff;
	position: absolute;
	top: -45px;
	left: 15px;
	border-radius: 20px;
	margin: 0;
}

.article-list .article .article-header h2 {
font-size: 30px;
font-weight: 700;
line-height: 40px;
margin-bottom: 18px;
}

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

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

.article-introtext {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
	
}

.article-introtext p {
	margin: 0;
}

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

.article-list .article .readmore a {
position: relative;
display: block;
margin-top: 0;
font-size: 18px;
color: #312e2e;
font-weight: 700;
transition: all 500ms ease;
}


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

.article-list .article .readmore a:hover:after {
	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: 50px;
background: #f8f8f8;
border-radius: 50%;
line-height: 37px;
color: #6a727f ;
margin-top: 40px;
-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: 5px;
text-align: center;
}

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

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

/* SINGLE ARTICLE */

.article-details {position: relative;}

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

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

.article-details .article-full-image {
position: relative;
display: none;
margin-bottom: 20px;
}

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

.article-details .windstripe-meta {display: none;}

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

.article-details .article-header h1, .article-details .article-header h2 {
color: #312e2e;
font-size: 56px;
font-weight: 700;
line-height: 64px;
margin-bottom: 35px;
display: none;
}

.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: #312e2e;
	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: #312e2e;
	font-weight: 700;
	margin-bottom: 30px;
}

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

}

.author-website, .author-website a {color: #312e2e; 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 {
position: fixed;
bottom: 50%;
bottom: 60px;
left: 30px;
z-index: 999;
left: 20%;
}

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

/* */


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


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


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


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


/* J4 Optimization */

.sp-page-title .breadcrumb .float-start {display: none !important;}
.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: 1200px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}

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

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

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

/* Joomla/Sp Page Builder 5 Optimization */

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

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

.sppb-tab-image {
  height: auto !important;
  width: auto !important;
}

.sppb-nav-tabs {
	flex-wrap: nowrap;
}

/* Add HikaShop Ecommerce */

.hikashop_products_pagination {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-bottom: 30px;
	border: 1px solid #D4D4D4;
	padding: 18px 20px;
}

.hikashop_products_pagination ul.pagination,
.hikashop_products_pagination .counter {display: none !important;}

.hikashop_products_pagination .pagination {
	width: 100%;
max-width: 50%;
font-weight: 600;
color: #312e2e;
}

.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;
background: transparent;
}

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

.hk-row-fluid {
--bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.hk-row-fluid > * {
	flex-shrink: 0;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

.hikashop_product {
	margin-bottom: 30px;
}

.hikashop_category_information .hikashop_subcontainer, .hikashop_categories_listing_main .hikashop_subcontainer {
	padding: 0;
}

.hikashop_listing_img_title {
  display: flex;
flex-direction: column;
align-items: center;
}

.hikashop_product_image {
position: relative;
  z-index: 1;
  order: 1;
  margin-bottom: 30px;
}

.hikashop_product_image * {
	height: 100%;
	display: block;
}

.hikashop_product_image img {
	object-fit: cover;
	width: 100%;
  height: 100%;
  border-radius: 5px;
}

.hikashop_product_price_full {
	order: 4;
	position: relative;
	z-index: 1;
	display: flex;
	gap: 10px;
  margin-bottom: 0px;
  align-items: center !important;
  width: 100%;
}

.hikashop_product_discount {
font-size: 16px;
  font-weight: 600;
  background-color: var(--thirdcolor);
  padding: 4px 6px;
  border-radius: 3px;
  color: #312e2e;
	transition: all 0.4s ease-in-out;
}

span.hikashop_product_price_before_discount {
font-size: 16px;
  font-weight: 700;
  line-height: 145%;
text-transform: uppercase;
color: var(--maincolor);  
	transition: all 0.4s ease-in-out;
}

.hikashop_product_price {
font-size: 24px;
  margin-top: 15px;
font-weight: 600;
color: #312e2e;
  text-transform: capitalize;
	transition: all 0.4s ease-in-out;
}

.hikashop_product_price_per_unit {display: none;}

.hikashop_product_name {
	order: 2;
	position: relative;
	z-index: 1;
  width: 100%;
  margin: 0 !important;
}

.hikashop_product_name a {
font-size: 24px;
  font-weight: 600;
  line-height: 133%;
color: #312e2e;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;  
  margin-bottom: 10px;
  display: block;
}

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

.hikashop_product_vote {
	order: 3;
	position: relative;
	z-index: 1;
  width: 100%;
  display: flex;
  margin-top: 5px;
}

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

/* Listing Display (img_pane) */

.grey-bg {
	background-color: var(--bg);
}

.hk_img_pane_window {
  width: 100% !important;
}

.hk_img_pane_product {
  display: flex;
  width: 100% !important;
  align-items: center;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 14px;
  gap: 20px;
  margin-top: 30px;
  padding: 40px;
}

.hk_img_pane_product .hikashop_product_image {
	height: auto;
	margin-bottom: 0px;
	max-width: 300px;
}

.hk_img_pane_product .hikashop_product_image * {
	width: auto !important;
}

.hikashop_img_pane_panel {
	width: auto !important;
	display: flex;
	flex-direction: column;
	order: 2;
	background: transparent;
}

.hk_img_pane_product .hikashop_product_code_list {display: none;}

.hikashop_img_pane_panel .hikashop_product_name {
  order: 2;
}

.hikashop_img_pane_panel .hikashop_product_name a {
	font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700;
}

.hikashop_img_pane_panel .hikashop_product_price_full {
	order: 3;
	justify-content: flex-start !important;
}

.hikashop_img_pane_panel span.hikashop_product_price_before_discount,
.hikashop_img_pane_panel .hikashop_product_price {
color: var(--maincolor);
  font-size: 22px;
  font-weight: 600;
}

.hikashop_img_pane_panel > button {
	order: 4;
	margin-top: 30px;
}

.hikashop_img_pane_panel .hikashop_product_vote {
	order: 1;
	display: flex;
	justify-content: flex-start;
	margin-top: 5px;
	padding-bottom: 1.5rem !important;
}

/* Single Product */

.hikashop_global_image_div {
	display: flex;
	gap: 20px;
	flex-direction: column;
}

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

.hikashop_product_page div.hikashop_small_image_div {
	display: flex;
	gap: 20px;
}

@media (min-width: 1200px) {
.hikashop_global_image_div {
	flex-direction: row;
}
.hikashop_product_page div.hikashop_small_image_div {
	flex-direction: column;
}
.hikashop_product_main_image {
	width: 470px;
	height: 441px;
}
}

.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: 100px;
  max-width: 85px;
	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;
	border-radius: 5px;
}

.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: 20px;
	position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.hikashop_product_main_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.001);
	transition: 0.3s ease-in-out;
	margin: 0 !important;
	border-radius: 5px;
}

@media (max-width: 992px) {
	.hikashop_product_left_part {
		margin-bottom: 50px;
	}
}

.hikashop_product_page .hk-rating {
	margin: 0;
display: flex;
gap: 5px;
padding-bottom: 1rem !important;
}

.hikashop_product_top_part h1 {
font-size: 48px;
  line-height: 125%;
  font-weight: 700;
  padding-bottom: 1rem !important;
}

.mini-top-desc hr {margin: 0;}

.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_full {
	justify-content: flex-start !important;
}

.hikashop_product_page .hikashop_product_price_full .hikashop_product_discount {
	order: 1;
  padding: 5px 6px;
}

.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_full .hikashop_product_price {
	order: 2;
font-weight: 600;
  line-height: 133%;
font-size: 40px;
  color: #312e2e;
	transition: all 0.4s ease-in-out;
}

.hikashop_product_page .hikashop_product_price_full .hikashop_product_price_before_discount {
	order: 3;
	font-size: 20px;
  font-weight: 500;
}

.product-category-review div:not(:last-child)::after {
	content: ',';
  margin-left: -3px;
  margin-right: 3px;
}

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

.hikashop_product_quantity_main {
	margin: 0;
	margin-top: 30px;
	padding-top: 40px;
	border-top: 1px solid #D4D4D4;
	margin-bottom: 40px;
}

.hikashop_quantity_form {
	margin: 0;
	display: flex;
	align-items: center;
	display: inline-block;
}

.hikashop_product_quantity_input_div_default_main {
	display: inline-flex;
	align-content: center;
	align-items: center;
	width: 80px;
	padding: 10px;
	margin: 0 10px 0 0;
	border-radius: 0px;
	background-color: #fff;
	height: 50px;
border: 1px solid #D4D4D4;
  border-radius: 6px;
}

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

.hikashop_product_quantity_div > div  {line-height: 1;}

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,
a.hikashop_product_quantity_field_change_plus:hover, a.hikashop_product_quantity_field_change_minus:hover, .hikashop_product_quantity_change_div_plus_default a:hover, .hikashop_product_quantity_change_div_minus_default a:hover {
	padding: 0px;
	height: auto;
	margin: 0;
	display: inline-block;
	padding: 0;
	line-height: 11px;
	width: 12px;
	height: 12px;
	color: #312e2e !important;
	background: transparent !important;
	border: none;
	font-weight: 14px;
	padding-left: 1px;
}

a.hikashop_product_quantity_field_change_plus:before, a.hikashop_product_quantity_field_change_minus:before, .hikashop_product_quantity_change_div_plus_default a:before, .hikashop_product_quantity_change_div_minus_default a:before,
a.hikashop_product_quantity_field_change_plus:after, a.hikashop_product_quantity_field_change_minus:after, .hikashop_product_quantity_change_div_plus_default a:after, .hikashop_product_quantity_change_div_minus_default a:after {
	display: none;
}


.hikashop_vote_form .button,
.view-checkout .hikabtn:not(.hikashop_product_quantity_field_change) {
	width: auto;
	display: inline-block;
}

.hikashop_product_top_part button.hikabtn:hover,
.hikashop_vote_form .button:hover,
.view-checkout .hikabtn:not(.hikashop_product_quantity_field_change):hover {
	background-color: var(--maincolor);
}

.hikashop_product_code_main,
.hikashop_product_page .tags,
.product-category-review {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 150px;
	margin: 0 !important;
	max-width: 100% !important;
font-size: 16px;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 10px !important;
  justify-content: start;
}

.hikashop_product_page .tags {margin-bottom: 0 !important;}

.product-category-review i {display: none;}

.hikashop_product_code_main:before,
.hikashop_product_page .tags:before,
.product-category-review:before {
	color: #312e2e;
font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}

.hikashop_product_code_main:before {content: "SKU:"}
.hikashop_product_page .tags:before {content: "Tags: "}
.product-category-review:before {content: "Categories:"}

.hikashop_product_page .tags > li a,
.hikashop_product_page .tags > li a:hover {
	display: inline-block;
	padding: 0;
	line-height: 1;
	background: transparent;
	margin-right: 0;
	margin-bottom: 0;
	transition: all 0.4s ease-in-out;
	border: none;
	border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
}

.hikashop_product_page .tags > li+li a:before {
	content: ",";
  margin-left: 0;
}

.hikashop_product_bottom_part {
	margin-top: 80px !important;
	margin-bottom: 55px;
}

.hikashop_tabs_ul {
	margin: 0;
	margin-bottom: 40px !important;
	margin-top: 0px;
	border-bottom: 0;
	border: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.hikashop_tabs_ul li {
text-align: center;
  padding: 18px 50px;
  background-color: #f7f7f7;
  border-radius: 5px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #312e2e;
  transition: all 0.3s ease-in-out;
  border: none;
  cursor: pointer;
}

@media(max-width: 992px) {
	.hikashop_tabs_ul li {
		padding: 10px 30px !important;
		font-size: 16px !important;
	}
}

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

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

.mini-top-desc .long-description,
.hikashop_tabs_content .short-description {
	display: none;
}

.long-description h3 {
	margin-bottom: 15px;
}

.description-list-items {
  margin-top: 30px;
justify-content: space-between !important;
}

@media(max-width: 992px) {
.description-list-items {
  gap: 30px;
}	
}

@media(max-width: 768px) {
.description-list-items {
  flex-direction: column;
}	
}

.description-list li {
  font-size: 16px;
  text-transform: capitalize;
  color: #312e2e;
  font-weight: 600;
}

.description-list li:not(:last-child) {
  margin-bottom: 15px;
}

.description-list li:before {
  color: var(--secondcolor);
  margin-right: 10px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
}

.hikashop_vote_form .hikashop_comment_textarea {
	border: 1px solid #EEEEEE;
	border-radius: 0;
	color: #666666;
	height: 160px;
	margin: 15px 0;
	padding: 15px;
	width: 100%;
	width: 100%;
  outline: none;
  border: none;
  padding: 18px 35px;
  color: var(--text);
  background-color: rgb(245, 245, 245);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.hikashop_listing_comment > span,
.hikashop_listing_comment > .pagination {display: none;}

.hikashop_form_comment.ui-corner-top {color: #231E41;}

.hikashop_comment_form_name input[type="text"] {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 .hikashop_products_listing {
	border: 0;
	padding: 0;
}

.hikashop_product_page .hikashop_submodules h2 {
  margin-bottom: 35px !important;
  text-align: center;
  margin-top: 120px;
}

.hikashop_product_page .hikashop_submodules form {
  display: none;
}

/* Checkout */



#hikashop_checkout .sppb-btn i {margin-right: 5px;}

#hikashop_checkout input,
#hikashop_checkout select {
	border-radius: 0;
}

#hikashop_checkout legend {
	color: #231E41;
}

#hikashop_checkout .hikashop_payment_methods_table td,
#hikashop_checkout .hikashop_checkout_cart td {
	padding: 15px;
}

#hikashop_checkout .hikashop_checkout_payment_images,
#hikashop_checkout .hikashop_checkout_shipping_images {
	margin: 10px 0;
}

#hikashop_checkout .hikashop_checkout_shipping_images {
	display: block;
}


#hikashop_checkout .hikashop_product_quantity_input_div_default_main {
	padding: 10px 12px;
}

#hikashop_checkout .hikashop_cart_product_image_thumb {
	max-width: 200px;
	position: relative;
	overflow: hidden;
}

#hikashop_checkout .hikashop_cart_product_image_thumb img {
	width: 100%;
	transform: scale(1.001);
  transition: 0.3s ease-in-out;
}

#hikashop_checkout .hikashop_cart_product_image_thumb:hover img {
transform: scale(1.05);
}

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

.hikashop_cart_module  {
  display: inline-block;
  font-weight: 500;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 !important;
	margin: 0;
	background-color: transparent;
	transition: 0.3s ease-in-out;
	position: relative;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background-color: var(--bg);
	display: inline-block;
	border-radius: 50%;
	color: #312e2e;
}

.hikashop_small_cart_checkout_link {
  width: 55px;
  display: flex;
  word-wrap: break-word;
  white-space: normal;
  line-height: 10px;
  height: 55px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  background-color: #F2F3F5;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  line-height: 15px;
  font-size: 13px;
  color: #231E41;
}

.hikashop_cart_module:hover .hikashop_small_cart_checkout_link {
	color: var(--maincolor);
}

div.hikashop_cart_dropdown_content {
	right: 0;
	top: 30px;
	padding: 20px !important;
	text-align: left;
	min-width: 320px;
}

.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_product_name_value a {
font-size: 16px;
color: #312e2e;
line-height: 140%;
font-weight: 600;
text-transform: capitalize;
}

.hikashop_cart_module .hikashop_product_price {width: 100%;}

.hikashop_cart_module_product_name_value a {
		margin: 0;
width: calc(100% - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
  padding-left: 10px;
  display: block;
}

.hikashop_cart_module .sppb-btn {
	padding: 13px 35px;
}

.hikashop_checkout_loading_spinner, .hikashop_checkout_loading_elem {
	display: none !important;
}

.hikashop_checkout_loading {
	position: static !important;
}

.hikashop_cart_module .hikashop_product_price {
	font-size: 14px;
	margin-top: 0;
	font-weight: 600;
	color: #312e2e;
}

/* User Control Panel */

.hika_cpanel_icons .hk-icon,
.hika_cpanel_icons .hk-icon .hk-icon-dark {
	color: var(--maincolor);
}

.com-hikashop .sppb-btn:not(.hikashop_product_quantity_field_change),
.hikashop_vote_form .button {
    font-family: 'Nunito', sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--maincolor);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 45px;
    transition: 500ms;
    border-radius: 20px;
    overflow: hidden;
	line-height: 1;
	cursor: pointer;
	white-space: normal;
	z-index: 0;
}

.com-hikashop .sppb-btn:not(.hikashop_product_quantity_field_change):before,
.hikashop_vote_form .button:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 85px;
    height: 100%;
    background-color: #154001;
    opacity: 0.1;
    content: "";
    border-radius: 20px;
    transform: scale(1);
    transition: 500ms ease;
	z-index: -1;
}

.com-hikashop .sppb-btn:not(.hikashop_product_quantity_field_change):hover,
.hikashop_vote_form .button:hover {
    color: #ffffff;
}

.com-hikashop .sppb-btn:not(.hikashop_product_quantity_field_change):hover::before,
.hikashop_vote_form .button:hover:before {
    width: 100%;
    opacity: 1;
    transform: scale(1.5);
    border-radius: 0;
    background-color: #154001;
}

.sppb-btn span {
    position: relative;
}