/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    border-bottom: 1px solid #f8f8f8;
}

/* 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%);
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.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: capitalize;
    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;
}

/*** Block Styles ***/
/* Button */
.btn,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    color: #fff;
	font-size: 16px;
    font-weight: 400;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 35px;
    cursor: pointer;
    border: none;
    text-transform: capitalize;
    background-color: #FFFFFF;
    border-radius: 5px;
	background-color: #111111;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
}
.btn:hover, a.hikabtn.hikacart:hover {
  	color: #fff;
  	background: #1d334d !important;;
}
a.hikabtn.hikacart:hover {
    border-color: #1d334d;
}

/* Slider */
#slider, #intro {
    margin: 0 3% !important;
    border-radius: 10px;
}
.intro-colum {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.intro-colum:before {
	content: '';
	position: absolute;
	right: 0;
	height: 100%;
	width: 100%;
}
.intro-colum.left:before{
    background-image: url(https://wpdemo.agethemes.com/wordpress/at-vegeret/wp-content/uploads/2022/05/bag-of-groceries-PS6KUY4.png);
    background-position: 115% 30px;
    background-repeat: no-repeat;
    background-size: 280px auto;
}
.intro-colum.center:before{
    background-image: url(https://wpdemo.agethemes.com/wordpress/at-vegeret/wp-content/uploads/2022/05/groceries-G3K5SMN.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 300px auto;
}
.intro-colum.right:before{
    background-image: url(https://wpdemo.agethemes.com/wordpress/at-vegeret/wp-content/uploads/2022/05/fruit-on-a-white-background-PZLXKCN.png);
    background-position: -15% 1px;
    background-repeat: no-repeat;
    background-size: 300px auto;
}
.intro-item h2 {
  	font-weight: 600;
}

/* Bg */
.bg-title {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bg-title li {
	display: inline-block;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 1px;
}
.bg-title li strong {
	display: none;
}
.bg-title li em {
	padding: 0 15px;
	font-size: 14px;
}

/* About */
.about-colum .sppb-column-overlay {
    background-image: linear-gradient(180deg, #000000 0%, #FFFFFF38 100%);
    opacity: 0.55;
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-colum, .about-colum .sppb-column-overlay {
    border-radius: 10px;
}
.about-colum:hover .sppb-column-overlay {
    opacity: 0.8;
}

/* Feature */
.feature-item img {
  	position: absolute;
    top: -50px;
    right: 0;
    width: 200px;
    transform: rotate(25deg);
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.feature-item:hover img {
	transform: rotate(0deg);
}
.feature-item {
  	position: relative;
    padding: 40px 20px;
}
.feature-item h2 {
	font-weight: 600;
	margin: 15px 0;
	font-size: 30px;
}
.feature-item a strong {
	display: none;
}
.feature-item em {
	padding-left: 10px;
}
.feature-item.right img {
	transform: rotate(0deg);
	width: 250px;
	bottom: -50px;
	top: auto;
	right: -50px;
}
.feature-item.right:hover img {
	transform: rotate(25deg);
}

/* Get */
.get-colum {
    border-radius: 10px;
}
.get-colum > .sppb-column-overlay {
    background-image: linear-gradient(180deg, #000000 0%, #F2295B00 100%);
    opacity: 0.5;
    border-radius: 10px;
}
.get-colum .clearfix {
	width: 50%;
	float: left
}

/* Project */
.project-item i {
    height: 70px !important;
    width: 70px !important;
    line-height: 70px !important;
    background: #946496;
    border-radius: 5px;
}
.project-img img {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.project-img:hover img {
    opacity: 0.8;
}

/* Testimonials */
.testimonials-colum {
    border-radius: 10px;
}
.testimonials-colum .clearfix:first-child {
    width: 20%;
	float: left;
}
.testimonials-colum .clearfix:first-child img {
	border-radius: 50%;
}
.testimonials-colum .clearfix:last-child {
    width: 80%;
	float: left;
}

/* Counter */
.counter-colum .clearfix:first-child {
	width: 100%;
}
.counter-colum .clearfix {
	width: 48%;
	margin-right: 4%;
	float: left;
}
.counter-colum .clearfix:last-child {
	margin-right: 0;
}

/* Check List */
.check-list ul {
	padding-left: 24px;
	margin: 0;
}
.check-list ul li {
	margin-bottom: 10px;
}

/* Store */
.store .sppb-col-md-6 {
    margin-bottom: 30px;
}
.store-colum .sppb-column-overlay {
    background-image: linear-gradient(180deg, #02010124 0%, #1E251C 100%);
    opacity: 0.7;
    border-radius: 10px;
}
.store-colum {
  	border-radius: 10px;
}
.store-colum h3 {
  	font-size: 30px;
    font-weight: 600;
}

/* FAQs */
.sppb-panel-modern .sppb-panel-body {
    border: none;
}
.sppb-panel-modern > .sppb-panel-heading {
    background: #F6F6F6;
}
.sppb-panel-modern .sppb-panel-title {
    font-size: 16px;
    color: #26273c;
    font-weight: 500;
}
.sppb-panel-modern {
  	background: transparent;
	border: none;
}

/* Hikashop */
.hikashop_subcontainer.thumbnail {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
}
.jmm-text {
    box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1);
    padding: 30px;
    background-color: #fff;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 18px;
	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: left;
    z-index: 1;
  	padding: 60px 0 60px;
    font-size: 16px;
}
#sp-bottom .sp-module .sp-module-title {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1em;
    position: relative;
}
#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: 22px;
  	font-weight: 600;
  	margin-bottom: 15px;
}
div#sp-bottom1 > .sp-column {
    background-color: #FFFFFF1F;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
}
#sp-bottom p.ft-img a {
	float: left;
	width: 50%;
}
.left img {
	width: 100px;
}
.right img {
  	width: 120px;
}
.right {
	position: relative;
    top: -8px;
}
#sp-bottom p.ft-img {
    margin-bottom: 0;
}
.shrewd_solution_icon  {
	margin-top: 12px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
	margin-bottom: 0px !important;
}
.shrewd_solution_icon ul li a {
  	font-size: 18px;
  	width: 0px;
  	line-height: 40px;
  	text-align: center;
  	border-radius: 50%;
  	-webkit-transition: .5s;
  	transition: .5s;
  	display: inline-block;
  	height: 40px;
	margin-right: 30px;
  	border: none;
	background: #fcc2331c;
}
.shrewd_solution_icon ul li a em {
  	font-family: "Font Awesome 5 Brands";
}
.shrewd_solution_icon strong {
    display: none;
	margin: 0 20px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}

/*** 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) {
  	div#lookbook .lingerie-item {
    	display: none;
	}
}
@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;
	}
  	.intro .sppb-col-md-4 {
	    margin-bottom: 30px;
	}
	section#feature .sppb-col-md-6 {
	    margin: 30px 0;
	}
	.get-colum .clearfix, .testimonials-colum .clearfix:last-child {
	    width: 100%;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.counter-item {
    	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:hover,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.shrewd_solution_icon ul li a:hover, .btn, .project-item.top i {
 	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,
.title h3, .bg-title li em, .check-list ul li::marker, .sppb-panel-heading.active  span.sppb-panel-title {
  	color: var(--text-color); 
}
.about-item:hover h3 {
	color: var(--text-color) !important;
}
.hikashop_subcontainer.thumbnail:hover {
  	border-color: var(--text-color);
}