@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");
@import url("all.min.css");
@import url("rt-icons.css");


.sppb-addon-pricing-table .sppb-pricing-box {
  padding: 0;
  border: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.12);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.12);
  background: #fff;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  text-align:center;
}
.sppb-addon-pricing-table .sppb-pricing-box:hover {
  -webkit-box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header {
  padding-bottom: 0px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  padding: 13px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .pricing_head {
  text-align: center;
  display: block;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .pricing_head .sppb-pricing-price {
  font-size: 36px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .pricing_head .sppb-pricing-duration {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features {
  padding: 0;
  background: #fff;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:last-child {
  border-bottom: none;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(1),
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(3),
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(5),
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(7),
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(9),
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(11),
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(13),
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(15),
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(17),
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(19) {
  background: #fff;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(2),
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(4),
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(6),
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(8),
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(10),
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(12),
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(14),
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(16),
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(18),
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li:nth-child(20) {
  background: #f5f5f5;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-footer .sppb-btn {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-footer .sppb-btn i {
  margin-right: 10px;
}

.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header {
  background: #3291d1;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: rgba(0,0,0,0.2);
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .pricing_head {
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

a {
  -webkit-transition: color 200ms;
  transition: color 200ms;
  text-decoration: none;
}
a:hover {
  color: unset;
}

a,
span {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: oswald;
  color: #111111;
  font-weight: 700;
  margin: 0;
}

p {
  margin-bottom: 0;
}

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

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

button {
  outline: none;
  border: none;
  background: unset;
}

input {
  border: none;
  outline: none;
}

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

li {
  list-style: none;
}

img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  max-width: 100%;
}

i {
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.sppb-person-name:hover {color: inherit !important;}

.sppb-icon .sppb-icon-container {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

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

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

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

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

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

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

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

.sp-scroll-up {
	background: #2F81C8;
}

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

.sppb-addon-single-image-container a {
	display: block;
}

.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-persion .sppb-person-social > li > a, .sppb-addon-person .sppb-person-social > li > a {
	line-height: inherit;
}

.sppb-carousel-extended-outer-stage {
	-webkit-perspective: inherit;
	perspective: inherit;
}

.sppb-nav-custom li {
	margin: 0 !important;
	padding: 0 !important;
}

.animated-number-position-left .sppb-addon-content, .animated-number-position-right .sppb-addon-content,
.sppb-addon-clients .sppb-carousel-extended-outer-stage {
	align-items: center;
}

.sppb-person-name,
.sppb-person-designation {
-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;}
}

@media (max-width: 992px) {
.no-resposive-bg {background: transparent !important;}
}

body .sppb-btn:not(.hikashop_product_quantity_field_change),
body .sppb-sp-slider-button .sp-slider-btn-text,
.login .btn,
.registration form > div .btn,
.hikashop_vote_form .button {
padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-transform: uppercase;
  position: relative;
  -webkit-transition-property: color;
  border: none;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  letter-spacing: 2px;
  transition-duration: 0.3s;
  font-family: oswald;
  white-space: normal;
}

body .sppb-btn:not(.hikashop_product_quantity_field_change):before,
body .sppb-sp-slider-button .sp-slider-btn-text:before,
.login .btn:before,
.registration form > div .btn:before,
.hikashop_vote_form .button:before {
content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

body .sppb-btn.sppb-btn-primary:not(.hikashop_product_quantity_field_change),
body .sppb-sp-slider-button .sp-slider-btn-text,
.login .btn,
.registration form > div .btn-primary,
.hikashop_vote_form .button {
padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #000000;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-transform: uppercase;
  position: relative;
  -webkit-transition-property: color;
  border: none;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  letter-spacing: 2px;
  transition-duration: 0.3s;
  line-height: 1.5;
}

body .sppb-btn:not(.hikashop_product_quantity_field_change):hover,
.registration form > div .btn:hover,
body .sppb-btn.sppb-btn-primary:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover,
.login .btn:hover,
.registration form > div .btn-primary:hover,
body .sppb-btn.sppb-btn-secondary:hover,
.hikashop_vote_form .button:hover {
color: #fff;
}

body .sppb-btn:not(.hikashop_product_quantity_field_change):hover:before,
body .sppb-sp-slider-button .sp-slider-btn-text:hover:before,
.login .btn:hover:before,
.registration form > div .btn:hover:before,
.hikashop_vote_form .button:hover:before {
-webkit-transform: scaleX(0);
  transform: scaleX(0);
}


body .sppb-btn.sppb-btn-default {
color: #111111;
  background: #111111;
}

body .sppb-btn.sppb-btn-default:before {
	background: #fff;
}

body .sppb-btn.sppb-btn-default:hover {
	color: #fff;
}

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

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

body .sppb-btn.sppb-btn-secondary:hover::before,
body .sppb-sp-slider-button-2 .sp-slider-btn-text:hover::before {
}

body .sppb-btn.sppb-btn-dark {
	background: #2F81C8;
}

body .sppb-btn.sppb-btn-dark:before {
	background: #111111;
}

body .sppb-btn.sppb-btn-dark:hover::before {
}

body .sppb-btn.sppb-btn-link {
background: transparent;
padding: 0 !important;
}

body .sppb-btn.sppb-btn-link:before {
	display: none;
}

body .sppb-btn.sppb-btn-link:after {
	display: none;
}

body .sppb-btn i,
body .sppb-sp-slider-button .sp-slider-btn-text i,
body form .sppb-btn span {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.more-btn i,
.button-wrap i {
	margin-left: 5px;
}

.more-btn:hover i,
.button-wrap .sppb-btn:hover i {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.sppb-btn-square {
	border-radius: 0 !important;
}

.sppb-btn-square:before, .sppb-btn-square:after {
	border-radius: 0 !important;
}

.fa-long-arrow-alt-right::before {
	content: "\f178";
}

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

.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-person-image img {width: 100%; height: 100%;}

.sppb-carousel-extended-heading,
.sppb-carousel-extended-subheading {
	transition: .3s ease-in-out;
	margin: 0;
}

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

@media(max-width: 768px) {
	.sppb-addon-clients a {display: block;}
	.sppb-addon-clients a img {margin-left: auto; margin-right: auto;}
}

.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-container-inner > .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,
#sp-footer .sppb-section .sppb-container-inner, #sp-footer .sppb-section div[class^="sppb-col-"], #sp-footer .sppb-section .sppb-column, #sp-footer .sppb-section .sppb-column-addons, #sp-footer .sppb-section .sppb-row-container,
#sp-banner .sppb-section .sppb-container-inner, #sp-banner .sppb-section div[class^="sppb-col-"], #sp-banner .sppb-section .sppb-column, #sp-banner .sppb-section .sppb-column-addons, #sp-banner .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-top2 .sppb-section {
	width: auto;
}

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

#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-footer, #sp-bottom {
	background: inherit;
}

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

.sppb-addon.sppb-addon-popover .sppb-marker {
	background: #2F81C8;
}

.sppb-icons-group-list li a {
	margin: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sppb-addon.sppb-addon-popover .sppb-marker:hover,
.sppb-addon.sppb-addon-popover .sppb-marker.active {
	color: #2F81C8;
}

.sppb-sp-slider-button:first-of-type {
	margin-left: 0px;
}


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

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

div.sppb-carousel-extended-dots {
	bottom: -70px;
}

/* HEADER */

#sp-header {
	height: auto;
  box-shadow: none;
  background: transparent;
}

#sp-header.header-sticky {
-webkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.162);
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.162);
  -webkit-animation: slideDownn 500ms ease;
  animation: slideDownn 500ms ease;
  background: #111111;
  margin: 0;
}

#sp-header:not(.header-sticky) > .container > .container-inner {
  padding: 0 30px;
}

@media (max-width: 992px) {
#sp-header:not(.header-sticky) > .container > .container-inner {
  padding: 15px 30px;
}
#sp-header.header-sticky {
  padding: 15px 0px;	
}
}

@media (max-width: 575px) {
#sp-header:not(.header-sticky) > .container > .container-inner {
  padding: 15px;
}
#sp-header.header-sticky {
  padding: 15px 0px;	
}
}

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

#sp-header .logo a {
	display: block;
}

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

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

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

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
font-size: 14px;
  line-height: 18px;
  color: #555;
  font-weight: 500;
  padding: 45px 0px;
  letter-spacing: 1px;
}

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

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

.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 {
color: #2F81C8;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
padding: 0;
  background: #fff;
  border-top: 3px solid #2F81C8;
  -webkit-box-shadow: 9px 9px 22px -1px rgba(0, 0, 0, 0.12);
  box-shadow: 9px 9px 22px -1px rgba(0, 0, 0, 0.12);
}

.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 {
padding: 15px 20px;
  padding-right: 100px;
  background: #fff;
  border-bottom: 1px solid rgb(242, 242, 242);
  -webkit-transition: padding 400ms ease;
  transition: padding 400ms ease;
display: block;
  font-size: .875rem;
  text-transform: capitalize;
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
  font-family: oswald;
  line-height: 1.5;
font-weight: 700;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:before, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge):before,
.sp-megamenu-parent .sp-mega-group > li > a:before {
	content: "";
	position: absolute;
	top: 25px;
	left: 12px;
	width: 6px;
	height: 2px;
	background: #2F81C8;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.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 {
	padding: 15px 30px;
	padding-right: 90px;
	color: #2F81C8;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:before,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover:before,
.sp-megamenu-parent .sp-mega-group > li > a:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
	padding: 30px;
}

.sp-megamenu-parent .sp-mega-group > li > .sp-group-title {
	text-transform: none;
  color: #1C2539;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
  padding: 20px 15px 0 15px;
  font-size: 20px;
  margin-bottom: 10px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item:not(:last-child) {
	border-bottom: 0;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item > a,
.sp-megamenu-parent .sp-mega-group > li > a {
  padding: 8px 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  margin: 0;
}

.sp-megamenu-parent .sp-mega-group > li > a {
font-size: .875rem;
  text-transform: capitalize;
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
padding: 7px 0;
padding-right: 60px;
border: none;
position: relative;  
font-weight: 700;
}

.sp-megamenu-parent .sp-mega-group > li > a:before {
	top: 16px;
	left: 4px;
}

.sp-megamenu-parent .sp-mega-group > li > a:hover {
padding: 7px 0;
  padding-left: 15px;	
}

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

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

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

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

#offcanvas-toggler:hover .burger-icon > span {
	background: #fff;
}

.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: #2F81C8;
}

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

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

.offcanvas-menu {
	width: 400px;
}

.offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas {
	color: inherit;
}

}


/* */

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

@media (max-width: 768px) {
.sp-page-title {
  padding: 180px 0 80px;
}
}

.sp-page-title:before {
	content: "";
	mix-blend-mode: multiply;
	background-color: rgb(134, 0, 0);
	opacity: 0.902;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sp-page-title .container {
	display: flex;
	flex-direction: column-reverse;
}

.sp-page-title .sp-page-title-heading {
font-size: 80px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin: 0;
position: relative;
z-index: 9;
}

@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: 35px;
}
}

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

.sp-page-title .breadcrumb > li {margin: 0;}

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

.sp-page-title .breadcrumb > li > a,
.sp-page-title .breadcrumb > .active span {
font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  color: #e6a3a1;
  font-family: oswald;
}

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

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

.sp-page-title .breadcrumb > li + li::before {
font-size: 16px;
  letter-spacing: 2px;
color: #773435;
float: none;
}

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

/* */

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

.com-hikashop #sp-main-body, .com-content:not(.view-article) #sp-main-body {padding-bottom: 90px;}

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


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

.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: 50px;
	padding-bottom: 120px;
	position: relative;
}

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

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

.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 */

.sppb-addon-raw-html > .sppb-addon-content {overflow: auto;}

@media (max-width: 768px) {
.table {
  min-width: 650px;
}
}

/* */

/* LOGIN & REGISTRATION */

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

@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: 50%;
}
}

.login-description,
.registration legend {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #002633;
  line-height: 1.2;
}

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

.registration .spacer {display: none;}

.login .form-control,
.registration .form-control {
padding: 12px 20px;
outline: none;
resize: none;
border-radius: 3px;
font-size: 16px;
font-weight: 300;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border: none;
padding: 13px 20px 13px 20px;
background: #fff;	
}

.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: 50px;
height: 50px;
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: #2F81C8;
	background-color: transparent;
	border: none;
}

/* */

/* PORTFOLIO */

.sp-simpleportfolio .sp-simpleportfolio-filter {
	text-align: center;
	margin-bottom: 50px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	float: left;
	display: block;
	margin: 0 10px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
background: #FFFFFF;
  color: #1C2539;
  padding: 12px 28px;
  border: 1px solid #EDEFF3;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
  border-radius: 15px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
background: #2F81C8;
  color: #fff;
}

/* Style 1 */

.rts-product-one {
	padding: 35px 35px 33px 35px;
	border: 1px solid #EDEFF3;
	border-radius: 15px;
}

.rts-product-one .thumbnail-area {
	position: relative;
	overflow: hidden;
	border-radius: 19px;
}

.rts-product-one .thumbnail-area::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 133%;
	background: linear-gradient(180deg, #5a00005a 0%, #2F81C88c 100%);
	left: 0;
	top: 0;
	transform: rotate(-54deg) translateY(-144%);
	transition: 0.5s;
	z-index: 0;
}

.rts-product-one .thumbnail-area::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 133%;
	background: linear-gradient(180deg, rgba(223, 10, 10, 0.55) 0%, rgba(90, 0, 0, 0.352) 100%);
	left: 0;
	top: 0;
	transform: rotate(-45deg) translateY(126%);
	transition: 0.5s;
	z-index: 0;
}

.rts-product-one .thumbnail-area img {
	width: 100%;
}

.rts-product-one .thumbnail-area a.rts-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	z-index: 5;
	border-radius: 50% !important;
  line-height: 7px;
  display: block;
  padding: 20px;
}

.rts-product-one .product-contact-wrapper {
	padding: 30px 0 0 0;
}

.rts-product-one .product-contact-wrapper span {
	margin-bottom: 15px;
}

.rts-product-one .product-contact-wrapper .title {
	margin-bottom: 8px;
	transition: 0.3s;
}

.rts-product-one .thumbnail-area:hover::before {
	transform: rotate(-54deg) translateY(-117%);
}

.rts-product-one:hover .thumbnail-area a.rts-btn {
	transform: translate(-50%, -50%) scale(1);
}

.rts-product-one .thumbnail-area:hover::after {
	transform: rotate(-53deg) translateY(34%);
}

/* Style 2 */

.sp-simpleportfolio-items {overflow: visible;}

.case-study-area .item {
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.case-study-area .item .item-image {
	padding: 25px;
	overflow: hidden;
}

.case-study-area .item .item-image img {
	width: 100%;
}

.case-study-area .item .item-content {
	padding: 0 25px 25px 25px;
}

.case-study-area .item .item-content h6 {
	color: #999;
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: 400;
}

.case-study-area .item .item-content .text-heding3 {
	color: #1c2539;
	font-family: "Red Hat Display", Sans-serif;
	font-size: 22px;
	font-weight: 700;
}

.case-study-area .item .item-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.case-study-area .item .read-more {
	background: #fff;
	border-top: 1px solid #f1f1f1;
	padding: 16px 20px;
	display: block;
	transition: all 0.3s ease 0s;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	z-index: 2;
	color: #999;
}

.case-study-area .item .read-more::before {
	content: "";
	position: absolute;
	background-color: #040404;
	width: 100%;
	height: 0;
	transition: all 0.3s ease 0s;
	left: 0;
	top: 0;
	z-index: -1;
}

.case-study-area .item .read-more span {
	float: right;
}

.case-study-area .item:hover .read-more {
	color: #fff;
}

.case-study-area .item:hover .read-more::before {
	background-color: #2F81C8;
	height: 100%;
	bottom: 0;
}

/* Style 3 */

.portfolio-area.style-3 .portfolio-wrapper2 {
	position: relative;
	z-index: 1;
	transition: all 0.4s;
}

.portfolio-area.style-3 .portfolio-wrapper2 .img-fluid {
	position: relative;
	transition: all 0.3s;
	border-radius: 20px;
}

.portfolio-area.style-3 .portfolio-wrapper2 .img-fluid::before {
	content: "";
	position: absolute;
	background-color: #2F81C8;
	opacity: 0.8;
	width: 100%;
	height: 0;
	top: 0;
	border-radius: 20px;
	transition: all 0.4s;
}

.portfolio-area.style-3 .portfolio-wrapper2 .img-fluid img {
	width: 100%;
	border-radius: 20px;
}

.portfolio-area.style-3 .portfolio-wrapper2 .img-fluid .portfolio-content {
	position: absolute;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 15px 30px;
	border: 2px solid rgba(255, 255, 255, 0.1);
	display: inline-block;
	z-index: 2;
	left: 50%;
	top: 50%;
	transition: all 0.4s;
	transform: translate(-50%, -50%) scale(0);
}

.portfolio-area.style-3 .portfolio-wrapper2 .img-fluid .portfolio-content a {
	font-size: 14px;
	left: 39%;
	bottom: 55%;
	padding: 2px 15px;
	transition: all 0.4s ease-out 0s;
}

.portfolio-area.style-3 .portfolio-wrapper2 .portfolio-text {
	padding: 18px 0 0;
}

.portfolio-area.style-3 .portfolio-wrapper2 .portfolio-text .text .p-category {
	margin-bottom: 10px;
	color: #040404;
  font-size: 14px;
}

.portfolio-area.style-3 .portfolio-wrapper2 .portfolio-text .text .p-title {
	color: #040404;
	font-size: 22px;
	font-weight: 700;
	transition: all 0.4s;
}

.portfolio-area.style-3 .portfolio-wrapper2:hover .img-fluid::before {
	height: 100%;
	bottom: 0;
}

.portfolio-area.style-3 .portfolio-wrapper2:hover .img-fluid .portfolio-content {
	transform: translate(-50%, -50%) scale(1);
}

.portfolio-area.style-3 .portfolio-wrapper2:hover .portfolio-text .p-title a {
	text-decoration: underline !important;
}

/* Style 4 */

.portfolio-area.style-4 .item {
	transition: all 0.4s;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.portfolio-area.style-4 .item::before {
	content: "";
	position: absolute;
	background: #2F81C8;
	opacity: 0.9;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.3s ease 0s;
	clip-path: polygon(0% -65%, 0% 100%, 99% 100%);
	border-radius: 20px;
}

.portfolio-area.style-4 .item .portfolio-wrapper {
	position: relative;
}

.portfolio-area.style-4 .item .img-fluid img {
	width: 100%;
}

.portfolio-area.style-4 .item .portfolio-wrapper .single-portfolio {
	position: absolute;
	bottom: 10%;
	left: 8%;
	transform: scale(0);
	transition: all 0.4s;
	z-index: 1;
}

.portfolio-area.style-4 .item .portfolio-wrapper .single-portfolio span {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.portfolio-area.style-4 .item .portfolio-wrapper .single-portfolio .portfolio-title {
	font-size: 22px;
	font-weight: 700;
}

.portfolio-area.style-4 .item .portfolio-wrapper .pf-btn {
	background-color: #fff;
	color: #000;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	border-radius: 50%;
	position: absolute;
	bottom: 12%;
	right: 7%;
	transform: scale(0);
	transition: all 0.4s;
	z-index: 1;
}

.portfolio-area.style-4 .item:hover::before {
	height: 100%;
}

.portfolio-area.style-4 .item:hover .portfolio-wrapper .single-portfolio {
	transform: scale(1);
}

.portfolio-area.style-4 .item:hover .portfolio-wrapper .pf-btn {
	transform: scale(1);
}

/* Style 5 */

.portfolio-area.style-5 .item {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.portfolio-area.style-5 .item::before {
	content: "";
	position: absolute;
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	transition: all 0.4s ease 0s;
	left: 0;
	bottom: 0;
	z-index: 1;
	border-radius: 20px;
}

.portfolio-area.style-5 .item::after {
	content: "";
	position: absolute;
	background-color: #2F81C8;
	opacity: 0.902;
	clip-path: polygon(100% 0, 100% 100%, 45.5% 100%, 0% 55%, 0 0);
	width: 100%;
	height: 0;
	transition: all 0.4s ease 0s;
	left: 0;
	top: 0;
	border-radius: 20px;
	z-index: 1;
}

.portfolio-area.style-5 .item .portfolio-wrapper .img-fluid img {
	width: 100%;
}

.portfolio-area.style-5 .item .portfolio-wrapper .single-portfolio {
	position: absolute;
	bottom: 10%;
	left: 15%;
	transform: scale(1);
	transition: all 0.4s;
	z-index: 9;
}

.portfolio-area.style-5 .item .portfolio-wrapper .single-portfolio span {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.portfolio-area.style-5 .item .portfolio-wrapper .single-portfolio .portfolio-title {
	font-size: 22px;
	font-weight: 700;
}

.portfolio-area.style-5 .item .portfolio-wrapper .pf-btn {
	background-color: #fff;
	color: #000;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	border-radius: 50%;
	position: absolute;
	bottom: 16%;
	left: 15%;
	transform: scale(0);
	transition: all 0.4s;
	z-index: 9;
}

.portfolio-area.style-5 .item:hover::before {
	background: #1c2539;
	opacity: 0.902;
	clip-path: polygon(0 54.6%, 0% 100%, 45.5% 100%);
}

.portfolio-area.style-5 .item:hover::after {
	visibility: visible;
	height: 100%;
}

.portfolio-area.style-5 .item:hover .portfolio-wrapper .single-portfolio {
	top: 8%;
	bottom: unset;
}

.portfolio-area.style-5 .item:hover .portfolio-wrapper .pf-btn {
	transform: scale(1);
}



/* */

/* BLOG */

.sppb-addon-articles .sppb-addon-article-layout-content {
	height: auto;
}

.article-list .article,
.sppb-addon-articles .sppb-addon-article,
.sppb-articles-carousel-column  {
	padding: 0;
	border: 0;
	position: relative;
	margin-bottom: 40px;
}

.sppb-articles-carousel-column {margin-bottom: 0px}

.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: 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;
	width: 100%;
	border: 0px solid transparent;
border-radius: 0;
}

.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:hover .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%;
display: block;
}

.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%; display: block; overflow: hidden;}

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

.article-body,
.sppb-addon-articles .sppb-addon-article-layout-content .sppb-article-info-wrap,
.sppb-articles-carousel-content {
display: flex;
flex-direction: column;
align-items: flex-start;
  box-shadow: none;
padding: 50px;
border: 1px solid #eeeeee;
border-top: none;
position: relative;
}

@media (max-width: 768px) {
.article-body,
.sppb-addon-articles .sppb-addon-article-layout-content .sppb-article-info-wrap,
.sppb-articles-carousel-content {
padding: 20px;
}	
}

.article-list .article .article-header, .sppb-article-info-wrap > *:is(h1, h2, h3, h4, h5, h6), .sppb-articles-carousel-link {order: 1;}

.article-list .article .article-header h2,
.sppb-article-info-wrap > *:is(h1, h2, h3, h4, h5, h6),
.sppb-articles-carousel-link {
position: relative;
  display: block;
  margin: 0;
font-size: 34px;
  letter-spacing: -1px;
  line-height: 46px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
.article-list .article .article-header h2,
.sppb-article-info-wrap > *:is(h1, h2, h3, h4, h5, h6),
.sppb-articles-carousel-link {
font-size: 22px;
  line-height: 26px;
}	
}

.article-list .article .article-header h2 a,
.sppb-article-info-wrap > *:is(h1, h2, h3, h4, h5, h6) a {
color: inherit;
transition: all 500ms ease;
display: block;
}

.article-list .article .article-header h2 a:hover,
.sppb-article-info-wrap > *:is(h1, h2, h3, h4, h5, h6) a:hover {
color: #2F81C8;
}

.article-list .article .article-info,
.sppb-addon-articles .sppb-article-meta,
.sppb-articles-carousel-meta {
order: 3;
margin: 0;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
.article-list .article .article-info,
.sppb-addon-articles .sppb-article-meta,
.sppb-articles-carousel-meta {
gap: 20px;
}	
.article-info > span:not(:last-child):after,
.sppb-addon-articles .sppb-article-meta > span:not(:last-child):after,
.sppb-articles-carousel-meta-category a:not(:last-child):after,
.sppb-articles-carousel-meta-date:not(:last-child):after {
	display: none !important;
}
}

.sppb-addon-articles .sppb-article-meta {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.article-info > span,
.sppb-addon-articles .sppb-article-meta > span,
.sppb-articles-carousel-meta-category a,
.sppb-articles-carousel-meta-date, 
.sppb-addon-articles .sppb-article-meta > time {
margin: 0;
position: relative;
font-size: 14px;
  color: #777777;
  font-weight: 300;
  line-height: 1.5;
display: flex;
align-items: center;
gap: 10px;
}

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

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

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

.article-info > span:before,
.sppb-addon-articles .sppb-article-meta > span:before,
.sppb-articles-carousel-meta-date:before,
.sppb-articles-carousel-meta-category a:before, 
.sppb-addon-articles .sppb-article-meta > time:before {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
margin: 0;
	font-weight: 900;
	font-family: "Font Awesome 5 Pro" !important;
color: #111111;
}

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

.article-info > span.createdby:before, .sppb-article-meta > span.sppb-meta-author:before {content: "\f007";}
.com-content:not(.view-article) .article-info > span.published:before, .sppb-article-meta > span.sppb-meta-date:before, .sppb-articles-carousel-meta-date:before, .sppb-addon-articles .sppb-article-meta > time:before {content: "\f073";}
.article-info > span.category-name:before, .sppb-article-meta > span.sppb-meta-category:before, .sppb-articles-carousel-meta-category a:before {content: "\f07b"; display: none;}
.article-info > span.hits:before {content: ;}
.article-info > span.read-time:before {content: "\f017";}

.article-info > span.category-name, .sppb-article-meta > span.sppb-meta-category, .sppb-articles-carousel-meta-category a,
.article-info > span.category-name:hover, .sppb-article-meta > span.sppb-meta-category:hover, .sppb-articles-carousel-meta-category a:hover {
	padding: 7px 15px;
	border-radius: 0;
	background: #2F81C8;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff !important;
	font-weight: 600;
	position: absolute;
  top: -20px;
  font-family: oswald;
  text-transform: uppercase;
}

.article-info > span:not(:last-child):after,
.sppb-addon-articles .sppb-article-meta > span:not(:last-child):after,
.sppb-articles-carousel-meta-category a:not(:last-child):after,
.sppb-articles-carousel-meta-date:not(:last-child):after {
	content: "|";
	position: absolute;
	right: -25px;
	color: #d0d0d0;
} 
.article-info > span.category-name:after, .sppb-article-meta > span.sppb-meta-category:after, .sppb-articles-carousel-meta-category a:after {display: none;}

.article-introtext, .sppb-article-introtext, .sppb-articles-carousel-introtext {
order: 2;
line-height: 26px;
  color: #777777;
  font-weight: 400;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
}

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

.article-list .article .readmore, .sppb-readmore {
	order: 4;
	margin-top: 15px;
}

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

.blog-grid .pagination-wrapper,
.blog-grid ul.pagination {justify-content: center !important;}

.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;
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: #2F81C8 !important;
border-color: #2F81C8;
color: #fff !important;
}

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

/* SINGLE ARTICLE */

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

.article-details {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-flow: wrap;
	border: 1px solid #ececec;
  padding: 45px;
}

@media (max-width: 768px) {
	.article-details {
  padding: 35px 15px;
}
}

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

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

.article-details .article-info {
	order: 2;
margin-top: 0;
margin-bottom: 30px;
  gap: 50px;
}

.article-details .article-info > span {
font-size: 14px;
  color: #666666;
  font-weight: 300;
}

.article-details .article-info > span + span::before {
font-weight: 400;
}

.article-details .article-info > span.category-name {display: none;}

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

.article-details .article-header h1, .article-details .article-header h2 {
font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-top: 20px;
}

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

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

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

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

@media (min-width: 768px) {
	.article-details .article-ratings-social-share {text-align: right;}
}

.article-details .article-ratings-social-share > div:first-child {
	width: 100%;
}

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

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

.tags:before {
content: "RELATED TAGS";
display: block;
font-size: 20px;
  margin-bottom: 25px;
  color: #111111;
  font-weight: 700;
  line-height: 1.2;
  font-family: oswald;
}

.tags > li {
	margin: 0;
}

.tags > li a {
padding: 5px 15px;
  font-size: 12px;
  border: 1px solid #f4f4f4;
  margin-right: 5px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 1.5;
  color: #111111;
  background: transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
}

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

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

.social-share-block {width: 100%; display: flex;}

.article-social-share .social-share-icon:before {
content: "SOCIAL SHARE";
display: block;
font-size: 20px;
  margin-bottom: 25px;
  color: #111111;
  font-weight: 700;
  line-height: 1.2;
  font-family: oswald;
  text-align: left;
}

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

.article-social-share .social-share-icon ul li {
	margin: 0;
	margin-left: 8px;
}

.article-social-share .social-share-icon ul li:first-child {margin: 0;}

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

.article-social-share .social-share-icon ul li a {
color: #b9b9b9;
font-weight: 700;
width: auto;
height: auto;
font-size: 16px;
border: none;
padding: 0px 15px 0 0;
background: transparent;
}

.article-social-share .social-share-icon ul li a:hover {
background: transparent;
  color: #2F81C8;
}

.article-details .article-author-information {
padding: 0;
text-align: left;
border: 0;
margin: 0;
border: 0;
border-radius: 0;
margin-bottom: 0;
order: 7;
border: 1px solid #f3f3f3;
  padding: 40px;
  display: -webkit-box;
  display: flex;
  border-radius: 0;
  margin-top: 50px;
}

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

.article-details .article-author-information > .d-flex .flex-shrink-0 img {
width: 100px;
flex: 0 0 auto;
}

.article-details .article-author-information h5 {
font-size: 36px;
  letter-spacing: -1px;
  line-height: 46px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.article-details .article-author-information .author-bio {
margin-bottom: 0 !important;
line-height: 26px;
  color: #777777;
  font-weight: 400;
}

.author-website {color: #111111; margin-left: 4px; margin-top: 15px !important;}

.author-website a,
.author-website a:hover {color: #2F81C8;}

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


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

.article-details .page-link,
.article-details .page-link:hover {
	background: transparent;
	padding: 0;
	border: none;
	margin-right: 0;
	font-weight: 600;
	color: #2F81C8 !important;
}

.article-details .pagenavigation {
	order: 6;
width: 100%;
margin-top: 50px;
padding: 0px;
border-top: 0;
padding: 40px 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}

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

.article-details .pagenavigation .btn {
border: medium none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 34px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.article-details .pagenavigation .btn:hover {
color: #fff;
background-color: #2F81C8;
}

.article-details .pagenavigation .btn span[class^="icon-"] {
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 900;
	font-size: 15px;
}

/* */

/* SHOP */

@media (min-width: 992px) and (max-width: 1200px) {
	.com-hikashop #sp-header .addon-root-feature {display: none !important;}
}

@media (max-width: 992px) {
	.com-hikashop #sp-header .addon-root-text-block {display: none;}
}

@media (max-width: 575px) {
	.com-hikashop #sp-header .addon-root-feature {display: none !important;}
}

.hikashop_products_pagination {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-bottom: 30px;
	border: 1px solid var(--border);
	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-size: 18px;
  line-height: 26px;
  color: #111111;
  font-weight: 600;
  font-family: oswald;
}

.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-size: 18px;
  line-height: 26px;
  color: #111111;
  font-weight: 600;
  font-family: oswald;
}

.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: start;
	position: relative;
	padding: 5px;
	border-radius: 6px;
	-webkit-filter: drop-shadow(0px 16px 16px rgba(0, 0, 0, 0.04));
	filter: drop-shadow(0px 16px 16px rgba(0, 0, 0, 0.04));
	overflow: hidden;
}

.hikashop_product_image {
position: relative;
  z-index: 1;
  order: 1;
  width: 100%;
}

.hikashop_product_image * {
	display: block;
}

.hikashop_product_image a {
height: 275px;
width: 100%;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 65px;
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
}

.hikashop_product_image img {
width: auto;
}

.hikashop_listing_img_title:hover .hikashop_product_image img {
	-webkit-transform: scale(110%);
	transform: scale(110%);
}

.hikashop_product_price_full {
	order: 3;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row-reverse;
	gap: 3px;
  margin-bottom: 0px;
  align-items: center !important;
  justify-content: flex-end;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.hikashop_listing_img_title:hover .hikashop_product_price_full {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

span.hikashop_product_price_before_discount_amount {
font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
color: #777777;
  position: relative;
 text-decoration: line-through;
}

.hikashop_product_price_with_discount {
font-size: 14px;
  font-weight: 600;
  color: #2F81C8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.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: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #111111;
  display: block;
  font-family: oswald;
}

.hikashop_product_name a:hover {
	color: #2F81C8;
}

body .hikashop_listing_img_title .sppb-btn.hikacart {
	color: #111111;
  font-weight: 700;
  line-height: 1.5;
  font-family: oswald;
  font-size: 1rem;
  opacity: 0;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  padding: 0;
  border: none;
  background: transparent;
  letter-spacing: 0;
  order: 5;
}

body .hikashop_listing_img_title .sppb-btn.hikacart:before {display: none;}

body .hikashop_listing_img_title:hover .sppb-btn.hikacart {
	font-size: 15px;
	font-weight: 600;
	color: #2F81C8;
	opacity: 1;
	-webkit-transform: translateY(-24px);
	transform: translateY(-24px);
	visibility: visible;
}

body .hikashop_listing_img_title  a.sppb-btn {
position: absolute !important;
  left: 50% !important;
  top: 30% !important;
  z-index: 9 !important;
  transform: translatex(-50%) !important;
  font-size: 14px !important;
  letter-spacing: 0.5px !important;
  padding: 15px 20px !important;
  opacity: 0 !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}

body .hikashop_listing_img_title:hover a.sppb-btn {
	opacity: 1 !important;
}

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



/* 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;
	max-width: 70px;
  max-height: 70px;
  margin-bottom: 20px;
  padding: 15px;
  background: #f6f6f6;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

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

@media (min-width: 1200px) {
.hikashop_global_image_div {
	flex-direction: row-reverse;
}
.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: contain;
	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: #2F81C8;
	border-color: #2F81C8;
}

a.hikashop_slide_next i, a.hikashop_slide_prev i {
	color: #2F81C8;
}

.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: 0;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

@media (min-width: 1200px) {
.hikashop_product_right_part {
	padding-left: 50px;
}	
}

.hikashop_product_right_part {
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
}

.hikashop_product_top_part {
	order: 1;
}

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

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

.hikashop_product_right_part .hikashop_product_price_main {
	order: 2;
}

.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_full {
	justify-content: flex-start !important;
	align-items: flex-end !important;
	gap: 7px;
}

.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_before_discount_amount {
	font-size: 20px;
  font-weight: 500;
  color: #cfcfcf;
  font-family: oswald;
  line-height: 1.5;
  margin-bottom: 5px;
}

.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_full .hikashop_product_price {
	order: 2;
font-size: 36px;
  color: #2F81C8;
  font-weight: 700;
  font-family: oswald;
  line-height: 1.5;
}

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

.mini-top-desc {
	order: 3;
	margin-top: 30px;
}

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

.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 #e2e2e2;
  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: var(--header) !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: #2F81C8;
}

.hikashop_product_tags {order: 6;}
.product-category-review {order: 5;}

.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 {
font-weight: 700;
  font-family: "Roboto";
  color: #111111;
  font-size: 16px;
  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 60px;
  background-color: transparent;
font-size: 16px;
  font-weight: 700;
  color: #111111;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ebebeb;
  cursor: pointer;
}

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

.hikashop_tabs_li_selected {
  background-color: #2F81C8 !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 .mb--30 {
  margin-bottom: 30px;
}

.long-description {
line-height: 26px;
  color: #777777;
}

.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);
  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: #2F81C8;
}

.hikashop_product_page .hikashop_submodules .hikashop_products_listing {
	border: 0;
	padding: 0;
}

.hikashop_product_page .hikashop_submodules h2 {
  margin-bottom: 35px !important;
  margin-top: 90px;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111111;
}

.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: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	display: inline-block;
	border-radius: 50%;
}

.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 .sb-icon {color: #fff;}

.hikashop_cart_module:hover .hikashop_small_cart_checkout_link {
	color: #2F81C8;
}

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;
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 !important;
	letter-spacing: .5px !important;
	font-size: 14px !important;
}

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

/* */

/* ANIMATION */

@-webkit-keyframes zoom-in-out-bg {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 150%;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes zoom-in-out-bg {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 150%;
  }
  100% {
    background-size: 100%;
  }
}
@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes slideDownn {
  0% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDownn {
  0% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(0) translateX(-50%);
            transform: scale(0) translateX(-50%);
  }
  60% {
    -webkit-transform: scale(105%) translateX(-50%);
            transform: scale(105%) translateX(-50%);
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}
@keyframes pop {
  0% {
    -webkit-transform: scale(0) translateX(-50%);
            transform: scale(0) translateX(-50%);
  }
  60% {
    -webkit-transform: scale(105%) translateX(-50%);
            transform: scale(105%) translateX(-50%);
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}
@-webkit-keyframes hero-move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes hero-move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes hero-move2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes hero-move2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes text-height {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 400px;
  }
}
@keyframes text-height {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 400px;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(150%);
            transform: scale(150%);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(150%);
            transform: scale(150%);
    opacity: 0;
  }
}
@-webkit-keyframes rotateIt {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateIt {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* */

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

/* PAGE BUILDER 5.X OPTIMIZATION */

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

#sp-header .sppb-section > .sppb-row-container {padding: 0;}


:root {
  --maincolor-alta: #FFECEC;
  --secondcolor:#111D5E;
  --thirdcolor:#90FF03;
  --color-gray: #f6f6f6;
  --color-gray-2: #f5f8fa;
  --color-light-heading: #181c32;
  --color-light-body: #65676b;
  --color-border-white: #00000024;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
}
.text-secondary {color: var(--secondcolor) !important;}