/*** General CSS ***/
body {
    line-height: 1.9em;
}
body.home #sp-main-body {
    padding: 80px 0;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
    z-index: 9999;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  	font-size: 15px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    width: 200px !important;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
    top: 1px;
    position: relative;
}
.burger-icon>span {
    background-color: #000;
}

/*** Block Styles ***/
/* Button */
.btn,
#sp_qc_submit {
	position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    color: #fff !important;
    font-family: inherit;
    line-height: 2em;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 45px;
    cursor: pointer;
    border: 0;
    background-color: #FFFFFF;
    border-radius: 30px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
  	color: #fff;
  	transform: translateY(-8px);
}
a.hikabtn.hikacart:hover {
  	color: #fff;
    background: #201100;
}
.btn.no-bg {
	background: transparent;
}

/* Content Top */
body.home #sp-content-top > .container,
body.home #sp-content-top .sp-module:first-child,
body.home #sp-content-bottom > .container {
    max-width: 100%;
  	padding: 0 10px;
}
body.home #sp-content-top .sp-module {
    max-width: 1320px;
    margin: 0 auto;
  	padding: 80px 15px 0;
}
#sp-content-top h3.sp-module-title, #sp-content-bottom h3.sp-module-title {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 25px;
    position: relative;
    color: #000000;
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 18px;
    line-height: 25px;
}
#sp-main-body h3 {
    font-size: 20px;
}

/* Travel Guides */
.travel-guides .jmm-item {
	position: relative;
}
.travel-guides .jmm-text {
	position: absolute;
	bottom: 30px;
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 2;
}
.travel-guides .jmm-image.mod-article-image {
	margin: 0 !important;
	position: relative;
}
.travel-guides .jmm-item .jmm-image.mod-article-image:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.travel-guides .jmm-item:hover .jmm-image.mod-article-image:before {
	opacity: 0.65;
}
.travel-guides .jm-category-module.default .jmm-text a {
	color: #fff;
}
.travel-guides .jm-category-module.default .jmm-title {
  text-transform: uppercase;
  font-size: 14px;
}

/* Budgeting */
.sp-module.budgeting {
    padding-top: 80px;
}
.budgeting .jmm-item {
    position: relative;
}
.budgeting .jmm-category {
	position: absolute;
	top: 10%;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 2;
	text-transform: uppercase;
	-webkit-transition: .5s;
	transition: .5s;
	text-align: center;
}
.budgeting .jmm-item:hover .jmm-category {
	top: 15%;
}
.budgeting .jmm-category a {
	background: #fff;
	font-size: 14px;
	display: inline-block;
	color: #222;
	padding: 5px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
}
.budgeting .jmm-image.mod-article-image {
	position: relative;
}
.budgeting .jmm-item .jmm-image.mod-article-image:before {
	content: '';
	position: absolute;
	border: 0px solid #fff;
	left: 5%;
	top: 5%;
	height: 90%;
	width: 90%;
	z-index: 1;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.budgeting .jmm-item:hover .jmm-image.mod-article-image:before {
	border: 1px solid #fff;
}

/* Content Bottom  */
section#sp-content-bottom {
    padding: 80px 10px;
    border-top: 1px solid #cccccc;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
	margin: 0;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.15);
  	filter: grayscale(100%);
}
.jm-category-module.default .jmm-text .jmm-title {
	font-weight: 500;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom {
    position: relative;
    text-align: center;
    z-index: 1;
  	padding: 60px 0 30px;
    font-size: 15px;
}
#sp-bottom .sp-module .sp-module-title {
    margin-bottom: 20px;
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 500;
    line-height: 1em;
    position: relative;
}
div#sp-bottom2 {
    padding-top: 10px;
}
#sp-bottom .menu li {
    display: inline-block!important;
}
#sp-bottom p {
    line-height: 1.8;
    margin-bottom: 20px;
}
#sp-bottom strong {
    display: none;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom h2 {
  	font-size: 30px;
  	font-weight: 600;
  	margin-bottom: 15px;
    text-align: left;
}
#sp-bottom p {
	display: inline-block;
	margin: 0 20px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}
#sp-bottom em {
  	color: #999;
  	font-family: "Font Awesome 5 Brands";
  	font-size: 15px;
  	margin-right: 5px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
  	border-top: 1px solid #ffffff29;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    padding: 30px 0;
    border-top: none;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

@media (max-width: 1200px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    	font-size: 14px !important;
	}
}

/* Mobile Standard Layout */
@media (max-width: 991px) {
  	#sp-bottom h2, .shrewd_solution_icon {
    	text-align: center;
	}
}
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.check-list ul.left, .check-list ul.right {
    	width: 100%;
  	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, a.hikabtn.hikacart, .btn,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {
 	background-color: var(--background-color);
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.travel-guides .jm-category-module.default .jmm-text a:hover, .budgeting .jmm-category a:hover {
	color: var(--text-color);
}
.page-item.active .page-link {
  	border-color: var(--text-color) !important;
}

/**** Blog Feature ****/
.et-feature-item {
    cursor:pointer;
    position: relative;
    overflow: hidden;
}
#et-traver-bottom .sibar h3 {
    top: 54%;
}
.et-feature-item h3 {
    position: absolute;
    background-color: #ffffff;
    color: #313131;
    font-size: 12px;
    font-weight: 400;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 17px;
    width: 64%;
    left: 0;
    top: 61%;
    text-align: center;
    z-index: 5;
    letter-spacing: 0;
    font-weight: 600;
    padding: 5px 20px;
    text-transform: uppercase;
    margin-top: -25px;
}
.et-feature-item h3:hover {
    color: #8a8f6a;
}
et-feature-item .sppb-addon-content {
    position: relative;
    overflow: hidden;
}
.et-feature-item .sppb-addon-content a:before,
.et-feature-item .sppb-addon-content a:after {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
    transition: opacity 0.3s, transform 0.4s;
    z-index: 5;
}
.et-feature-item .sppb-addon-content a:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.et-feature-item .sppb-addon-content a:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.et-feature-item .sppb-addon-content:hover a:before,
.et-feature-item .sppb-addon-content:hover a:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.et-feature-item .sppb-addon-single-image-container img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.et-feature-item .sppb-addon-single-image-container:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.btn-primary, .sppb-btn-primary {
    border-color: #f36c2a;
    background-color: #f36c2a;
    background-image: none !important;
}

.btn-block {
    display: block;
    width: 100%;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

#cartBtn
{
font-weight:bold;
color: black !important;
padding-left:5px;	
}

span.latestItemDateCreated {
    color: #999;
    font-size: 14px;
}

.latestItemIntroText
{
padding:0 !important;	
}

.latestItemBody
{
padding:0 !important;	
}

h2.latestItemTitle
{
margin-bottom:0 !important;	
}

body
{
line-height:1.2em !important;	
}

h2
{
font-size: 1.5em !important;	
}

#sp-left .sp-module ul>li>a, #sp-right .sp-module ul>li>a {
    display: block;
    padding: 5px 0;
    line-height: 22px;
    padding: 2px 0;
}

.sp-module-content h1
{
line-height: 1em;	
}

/* ul li */
/* { */
    /* margin: 0 !important;	 */
/* } */

#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 3px;

}

.sp-module-content h1 {
    line-height: 0.6em;
}

#sp-main-body {
    padding: 40px 0;
}

.hikashop_checkout_payment_images img 
{
display: inline-block;	
}

.nav-tabs .nav-link {
    font-size: 13px;
}

.btn-primary
{
	font-size: 0.85rem !important;
}

@media (max-width: 1199px) {
.logo-image {
    height: auto !important;
}

    #sp-header-topbar .container-inner>.row {
        display: none;
    }

}

input.hikashop_product_quantity_field
{
	min-width:36px;
}

@media (max-width: 1199px) {
	p {
		font-size: 1.1em !important;
		line-height: 1.2em !important;
	}

	th#hikashop_cart_product_image_title
	{
		display: none;
	}

	td.hikashop_cart_product_image_value
	{
		display: none;
	}

	td#mobSimp
	{
		display: none;
	}

	a.hikashop_product_quantity_field_change
	{
		display: none;
	}
	
	table#tblFullscreen
	{
		display: none;	
	}
}

@media (min-width: 1200px) {
	p {
		font-size: 1em !important;
		/* line-height: 1.1em !important; */
	}
	table#tblSmallscreen
	{
		display: none;	
	}
}

.btn-danger
{
	background-color: #b02a37;
    border-color: #a52834;
}

.btn-info {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-success {
    background-color: #21ba45;
    border-color: #21ba45;
display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 0.85rem !important;
	line-height: 1.5;
    border-radius: .25rem;

}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 10px;
}

.btn-xs
{
	/* font-size: 0.65rem !important; */
	/* padding: 3px 3px !important; */
	
	padding: .15rem .3rem !important;
    font-size: .75rem !important;
    line-height: 1.5;
    border-radius: .2rem;
}

#system-message-container {
    position: relative;
    bottom: 0px;
    right: 15px;
    max-width: 100%;
}

.btn-secondary
{
	background: #666;
}

li.even , li.odd
{
	margin-bottom: 10px !important;
}

select
{
	-webkit-appearance: none;
}

body.ltr .sp-megamenu-parent>li.sp-has-child>a:after, body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    font-family: "Font Awesome 6 Free";
    content: " \f107" !important;
    float: right;
    margin-left: 7px;
    font-weight: 900;
}

.hikashop_small_cart_checkout_link
{
	float:right;
	margin-top: 8px;
}

#cartBtn
{
	width: 20px;
    height: 20px;
}

@media (min-width: 1200px) { 
.sp-megamenu-wrapper
{	
    min-width: 900px;
}



#speccies
{
	display: none;	
}
}




@media (max-width: 1199px) {
	
	#speccies
{
	width: 100%;
margin-top: -15px;
	
}

.com-content-article__body
{
	margin-top:40px;
}
	
	/* .body-innerwrapper */
	/* { */
		/* height:120px; */
	/* } */

	#sp-header.lg-header
	{
		box-shadow: none;
	}
	
	#cartBtn
	{
		width: 20px;
		height: 20px;
	}
	
	.burger-icon {
    width: 18px;
    cursor: pointer;
	}
	
	.burger-icon>span {
    height: 2px;
    margin: 5px 0;
	}
	
	#bitspot
	{
		margin-right: 40px;
	}
	
	.hikashop_small_cart_checkout_link {
    margin-top: 18px;
}

#sp-main-body {
    padding: 0px 0;
}

.burger-icon {
    padding-top:9px
}
}

@media (max-width: 768px) {
#sp-main-body {
    padding: 130px 0;
}
/* .logo-image-phone */
/* { */
	/* height:180px; */
/* }	 */
#topcontainer
{
	background: white;
	padding-bottom:20px;
}

.logo-image-phone
{
	max-height:150px;
}
}

input#username
{
	max-width: 600px;
}

input#password
{
	max-width: 454px;
}

.burger-icon {
    width: 20px;
}

#newbtnpozzy
{
	padding-right: 58px;
}

#offcanvas-toggler {

    height: 40px;
    line-height: 80px;
}

td.key
{
	width: 35%;
}

span.hikashop_field_required
{
	display:none;
}

.hikashop_product_name a
{
	font-size: 14px;
}

.moduletable .greybg {
    border: 1px solid grey;
    background: #efefef;
    padding: 24px;
}

div.moduleItemIntrotext p
{
	font-weight: normal !important;
	margin-bottom:4px;	
}

a.moduleItemTitle
{
	font-weight: normal;
	font-size: 1.3em;
}

div.bitspot table
{
	margin-right:50px
}

#k2ModuleBox143 ul li.even a.moduleItemTitle , #k2ModuleBox143 ul li.odd a.moduleItemTitle
{
	font-size: 0.9em;
}

.hikashop_product_listing_image
{
	padding-left: 26px;
}

div#hikashop_checkout_fields_1_7
{
	visibility:hidden;
	position: absolute;
}

table#stockcontent tr td , table#stockcontent tr th
{
	font-size: 11px;
}

#myTab li button{
	font-size: 11px;
	padding: 3px 6px;
}

.password-group
{
	&.input-group
	{
		&.input-group-text
		{
			&.fa-key
			{
			display:none:important;
			}
		}
	}
}
