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

/*** 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 .container-inner {
    border-top: 1px solid #ffffff3b;
}
#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;
}

#sp-reading-progress-bar {
    background-color: #B2944D !important;
}

/*** Block Styles ***/
/* Button */
.btn,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    color: #2d2d2c;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 34px;
    cursor: pointer;
    border: 1px solid #2d2d2c;
    border-radius: 0;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
}
.btn:hover, a.hikabtn.hikacart:hover {
    color: #fff !important;
    background: #ddbe9f !important;	
	border-color: #cec0b2 !important;
}
a.hikabtn.hikacart:hover {
  	background: #222 !important;
    border-color: #222;
}

/* Slider */
.slider:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 120px;
	width: 100%;
	background: #e9dfd5;	
}
.slider-colum {
    background-image: url('../images/home-top-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-item svg, .lingerie-item svg {
    overflow: visible;
}
.slider-item textPath, .lingerie-item textPath {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 4px;
}
.slider-item text, .lingerie-item text {
    fill: #fff;
}
.slider-item path, .lingerie-item path {
	fill: transparent;
}
.slider-item.bottom {
	transform: rotate(180deg);
}

/* Project */
.project-colum {
    border-radius: 350px 350px 0 0;
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.project-colum:hover {
  	opacity: 0.8;
}

/* About */
.about-colum {
    margin-top: 60px;
}
.about-colum img {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-colum:hover img {
  	opacity: 0.8;
}

/* Lingerie */
.lingerie .lingerie-item {
	transform: rotate(90deg);
}

/* Fashion */
.fashion:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 350px;
	width: 100%;
	background-color: #d0b4a9;
}
.fashion-img .sppb-addon-single-image-container, .fashion-img img {
    width: 100%;
}
.fashion-img1 {
    position: absolute;
    bottom: -180px;
    right: -200px;
}
.fashion-colum {
    position: relative;
}
.fashion .sppb-col-md-6:first-child {
	z-index: 2;
}
.fashion-img1 img {
	border-radius: 200px 200px 0 0;
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.fashion-img1:hover img {
  	opacity: 0.8;
}

/* lookbook */
.lookbook .lingerie-item textPath {
    font-size: 17px;
}

/* Design */
.design .sppb-row {
	position: relative;
    background: #d0b4a9;
    padding: 60px 60px 0;
}
.design .sppb-row:before {
	content: '';
	position: absolute;
	top: -50px;
	left: 0;
	height: 60px;
	width: 100%;
	background: #d0b4a9;
}
.design .sppb-row:after, .lookbook.pg:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 180px;
	width: 100%;
}
.design .design-colum {
	border-radius: 300px 300px 0 0;
}

/* Faqs */
.design.faqs:after {
  	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 50px;
	width: 100%;
	background: #d0b4a9;
}

/* 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: #E0CAB4;
}
.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: center;
  	box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
    z-index: 1;
	font-size: 15px;
}
#sp-bottom .sp-module .sp-module-title {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1em;
	color: #6a483c;
    position: relative;
}
#sp-bottom .menu li {
    display: inline-block!important;
}
#sp-bottom p {
    line-height: 2.2;
  	margin-bottom: 0;
}
#sp-bottom strong {
    display: none;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom h2 {
  	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}
#sp-bottom .ft-title {
    font-weight: 600;
}
.shrewd_solution_icon {
	margin-top: 10px;
}
.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: 40px;
  	line-height: 40px;
  	text-align: center;
  	border-radius: 50%;
  	-webkit-transition: .5s;
  	transition: .5s;
  	display: inline-block;
  	height: 40px;
  	border: none;
}
.shrewd_solution_icon ul li a:hover {
	color: #222 !important;
}
.shrewd_solution_icon ul li a em {
  	font-family: "Font Awesome 5 Brands";
}
.shrewd_solution_icon strong {
    display: none;
}
ul.list-unstyled li, ul.list-unstyled li a {
    display: inline-block !important;
}
ul.list-unstyled li {
	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: 1399px) {
	.slider .sppb-col-md-6 {
    	flex: 0 0 100% !important;
    	max-width: 100% !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;
	}
  	.slider-colum.left {
    	display: none;
	}
  	.wanted-colum .clearfix:nth-child(2), .wanted-colum .clearfix:nth-child(3) {
  	  	width: 100%;
      	padding-left: 0;
  	}
  	.categories-colum:before, .categories-colum .clearfix:before {
    	border: 1px solid #9396a1 !important;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.bike-item, .watted-item {
    	width: 100%;
    	padding: 20px 0;
	}
}

/* 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,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.about, .lingerie, .fashion, .lookbook, .design, .design .sppb-row:after, .brand, .lookbook.pg:before,
.portfolio, .question3 {
 	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 h1, #sp-bottom1 .shrewd_solution_icon ul li a:hover, .btn.color {
  	color: var(--text-color); 
}
.btn.color, .hikashop_subcontainer.thumbnail:hover {
  	border-color: var(--text-color);
}

