/*Import fonts*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');
@font-face {
    font-family: 'Mier A';
    src: url('../fonts/MierA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    padding-top: 70px;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #797979;
    line-height: 26px;
    font-family: 'Mier A', sans-serif;;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 500;
	color: #30373b;
	margin: 0;
}
:focus {
    outline: none !important;
}
body.is-transparent {
	    padding-top: 0;
}

.d-flex{
	display: flex;
}
.align-items-center{
	align-items: center;
}
.justify-content-center{
	justify-content: center;
}
/* .btn.btn-large, input[type="submit"].btn.btn-large {
    background: rgb(253,210,102);
    background: -moz-linear-gradient(57deg, rgba(253,210,102,1) 0%, rgba(189,55,124,1) 31%, rgba(85,93,170,1) 98%) !important;
    background: -webkit-linear-gradient(57deg , rgba(253,210,102,1) 0%, rgba(189,55,124,1) 31%, rgba(85,93,170,1) 98%) !important;
    background: linear-gradient( 57deg , rgba(253,210,102,1) 0%, rgba(189,55,124,1) 31%, rgba(85,93,170,1) 98%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd266",endColorstr="#555daa",GradientType=1) !important;
} */
.section {
    width: 100%;
    float: left;
}
.text-white{
	color:#fff !important;
}
.text-dark{
	color:#333 !important;
}
.btn-colored{
	background-image: linear-gradient(to right,#eb8d57, #bc3b73 ,#a3298d, #74499e);
	color:#fff;
	border:none;
	border-radius: 2rem;
}
.btn-round{
	border-radius: 2rem;
}
.btn-dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
    transition: transform 1s;
}
.bg-dark{
	background-color:#000 !important;
}
.btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
    color: #cecece;
    text-decoration: none;
    transform: scale(1.1);
    transition: transform 1s;
}
.navbar-brand{
        padding:0;
}
.navbar-header{
    padding-top:8px;
    padding-bottom: 8px;
}
.navbar {
   background-color: transparent;
   background: transparent;
   border-color: transparent;
    margin-bottom: 0;
}

.navbar li { 
	color: #000;
} 
.navbar-nav>li>a{
    color:#333;
    font-weight: 400;
}

.img-round{
	border-radius: 10px !important;
}

body.is-normal{
	padding-top:0;
}

header.header.header-normal{
	margin-top: 0;
	position:relative;
}
body.is-normal .lumise-bread{
	margin-top: 0;
}
header.header.header-transparent{
	position: relative;
}
/*body.is-transparent .lumise-hero{
	margin-top:-27%;
}*/
.header-transparent .navbar-nav>li>a{
	color:#000;
	text-transform: uppercase;
	padding:10px 7px;
}
.header-transparent .navbar-nav>li>a:hover{
	color:#ddd;
}
.w-50{
	width: 50%;
}
.w-25{
	width:25%;
}
.w-100{
	width: 100%;
}
.bottom-space{
	margin-bottom: 15px;
}
.top-space{
	margin-top:15px;
}
.top-medium-space{
	margin-top:30px;
}
.bottom-medium-space{
	margin-bottom: 30px;
}
.space-y{
	margin-top: 30px;
	margin-bottom: 30px;
}
#accordion .panel-default{
    border-color: whitesmoke;
}
#accordion .panel{
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #d2caca;
    box-shadow:none;
}
#accordion .panel-default>.panel-heading{
    background-color: whitesmoke;
    border:none;
}
#accordion .panel-heading, #accordion .panel-body{
	padding-left:0;
	padding-right:0;
}
#accordion .panel-body{
	border-top:0;
}
#accordion .panel-heading{
	display:flex;
}
#accordion .panel-heading > .accordion-icon{
	margin-left:auto;
	height:30px;
	width: 30px;
}
#accordion .panel-heading > .accordion-icon.is-open{
	transform: rotate(180deg);
}

@media screen and (min-width: 767px){
	.featured-product-list>div {
	    padding-left: 0;
	    padding-right: 0;
	}
	
	body.is-transparent .lumise-hero{
		margin-top: -12%;
	}
}
.featured-product-list {
    width: 100%;
    float: left;
    margin: 0 auto;
}
.featured-product-list .featured-item{
    overflow:hidden;
    width:100%;
    height:100%;
    float:left;
    max-width: 337px;
    max-height: 337px;
    transition: all 0.5s;
    position: relative;
}

.featured-product-list .featured-item> img{
    transition:transform 1s;
    width: 100%;
    height: 100%;
}

.featured-product-list .featured-item .freatured-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    background: rgb(0,0,0,0.28);
    transition: all 0.5s;
    text-decoration: none;
}
.freatured-overlay>span {
    border: 2px solid #fff;
    width: 90%;
    height: 90%;
    display: block;
    padding: 9px;
    margin: 5% 5%;
}
.freatured-overlay>span>.featured-item-name {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    font-size: 20px;
    font-weight: 600;
    color:#fff;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;

}
.blog .freatured-overlay>span>.featured-item-name{
	align-items:center  !important;
}

/* .blog .freatured-overlay>span>.featured-item-caption{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color:#fff;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
} */

.featured-product-list .featured-item:hover img{
    transform:scale(1.2);
    transition:transform 1s;
}
.featured-product-list .featured-item:hover  .freatured-overlay{
    /* show product name and order button */
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
}
#about-the-offer p{
	font-size:2rem;
	font-weight: 300;
	line-height: 30px;
}
.box-cards{
    border:0;
    box-shadow:none;
}
.box-cards > .panel-heading {
    background-color:#f9f9f9;
    margin:0 auto;
    border-color: #fff;
    text-align:center;
    padding:10px 15px 0;
}
.box-cards > .panel-heading > img{
    margin:0 auto;
}
.bg-light{
	background-color: #f5f5f5;
}
img{
	max-width: 100%;
}

.pt-3{
    padding-top: 30px;
}
input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
}
input::-moz-placeholder {
  color: #ccc;
  font-weight: 300;
}
input:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}
input:-moz-placeholder {
  color: #ccc;
  font-weight: 300;
}
#billing,
#confirm{
	float: left;
	width: 100%;
	padding: 70px 0;
}
#billing h3,
#confirm h3{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 2.25em;
}
#billing form{
	float: left;
	width: 100%;
}
#billing .control-group{
	float: left;
	width: 100%;
	margin-bottom: 18px;
}
#billing .control-group label{
	float: left;
	width: 100%;
	padding: 0 0 3px;
	color: #505050;
	text-align: left;
}
#billing .control-group .controls{
	float: left;
	width: 100%;
}
#billing .control-group .controls input,
#billing .control-group .controls select{
	float: left;
	width: 350px;
	height: 38px;
	line-height: 36px;
	border: 1px solid #ddd;
	padding: 0 10px;
	border-radius: 2px;
}
#billing .control-group .controls span{
	float: left;
    width: 100%;
    font-size: 13px;
    font-style: italic;
    line-height: 14px;
    margin: 8px 0 0;
}
.lumise-table{
	float: left;
    background: #fff;
    width: 100%;
    text-align: left;
    border-collapse: inherit;
    border: 1px solid #e0e0e0;
    border-spacing: 0;
   
}
.lumise-table thead th {
    color: #393749;
    padding: 12px;
    font-weight: bold;
    white-space: nowrap;
    border-left: 1px solid #e0e0e0;
    border-bottom: 0;
    padding: 10px;
    background: #eee;

}
.lumise-table thead th:first-child,
.lumise-table td:first-child{
	border-left: none;
}
.lumise-table tbody td:first-child{
	font-weight: 700;
	color: #505050;
}
.lumise-table td {
    color: #777;
    padding: 12px;
    vertical-align: middle;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    box-sizing: border-box;
}
.lumise-table tfoot td{
	border-left: 0;
	color: #393749;
}
.lumise-table a{
	color: #d3b591;
	font-weight: 500;
	text-transform: uppercase;
}
.lumise-table a:hover{
	text-decoration: underline;
}
.lumise-table.sty2{

}
.lumise-table.sty2 thead th{
	background: transparent;
	padding: 15px;
}
.lumise-table.sty2 td{
	padding: 15px;
}
.lumise-table .action a{
    text-transform: capitalize;
    margin: 3px 0;
    padding: 0px 10px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
    display: inline-block;
    white-space: nowrap;
}
.lumise-table .action a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.lumise-table .action a.edit{
	background: #8BC34A;
}
.lumise-table .action a.remove{
	background: #f44336;
}
.lumise-table .action a:before{
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	padding-right: 4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lumise-table .action a.edit:before{
	content: '\f044';
}
.lumise-table .action a.remove:before{
	content: '\f00d';
}
.span12{
	float: left;
	width: 100%;
}
.span12.last{
	margin-top: 25px;
}
.span12 h4{
	float: left;
	width: 100%;
	margin-bottom: 12px;
}
.span6{
	float: left;
	width: 48%;
    margin-right: 4%;
}
.span6.last{
	margin-right: 0;
}
.span5{
	float: left;
	width: 40%;
    margin-right: 4%;
}
.span7{
    width: 56%;
    float: left;
}
.span4{
	float: left;
	width: 33%;
    margin-right: 4%;
}
.span8{
    width: 63%;
    float: left;
}
.last{
	margin-right: 0;
}
#confirmform{
	float: left;
	width: 100%;
}
#confirmform .control-group{
	float: left;
	width: 100%;
}
#confirmform .control-group label{
	float: left;
	width: 110px;
	padding: 0;
	color: #505050;
}
#confirmform .control-group .controls{
	float: left;
	width: calc(100% - 110px);
	padding-left: 15px;
}
#confirmform button{
	margin-top: 20px;
}

/**checkout page*/
#checkout {
	font-family: 'Mier A';
}
#checkout .billing input{
    width: 100%;
}
.control-group{
    margin-bottom: 10px;
}
.billing{
	padding-right: 30px;
}
.billing h3,
.order_overview h3{
	margin-bottom: 15px;
}
.order_overview{
    padding-left: 30px;
}
.order_overview .lumise-table th,
.order_overview .lumise-table td{
	border-left: 0 !important;
}
.control-group{
	margin-bottom: 20px;
}
.control-group.comment{
	margin-top: 20px;
}
.control-group.comment .control-label{
	font-size: 16px;
}
.control-group textarea{
	border: 1px solid #ddd;
	height: 100px;
	line-height: 36px;
	padding: 0 10px;
	width: 100%;
}
.control-group .control-label{
	padding: 0 0 4px;
	color: #373737;
	font-size: 13px;
}
.control-group .control-label em{
	color: red;
	padding-left: 3px;
	font-style: normal;
}
.control-group input,
.control-group select{
	border: 1px solid #ddd;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	width: 100%;
}
.control-group .controls label.error{
	font-style: italic;
	margin: 0;
	font-size: 13px;
	font-weight: 300;
	color: #ff6363!important;
}

/* Header */
.header{
	float: left;
	width: 100%;
	transition: all 0.3s ease 0s;
	z-index: 9999;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
.header.fixed{
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
.header.fixed .menu .main-menu > li > a{
	padding: 10px 0;
}
.header.fixed .menu .main-menu li.demo a{
	margin: 10px 0;
	padding: 0 20px;
}
.header.fixed .logo{
	padding: 10px 0;
}
.header.fixed .logo img{
	max-height: 35px;
}
.logo{
	float: left;
	padding: 15px 0;
}
.logo img{
	float: left;
	max-height: 40px;
	transition: all 0.3s ease 0s;
}
.page-right-nav{
	position: absolute;
	top: 8px;
	right: 0;
}
.lgn, .sgn{
	padding: .25rem 2rem .25rem;
    border: none;
    height:38px;
}
.lgn{
    background: url(../images/btn_border.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    color:#000;
    
}
.sgn {
    background: url(../images/btn_bg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
}
.menu{
	float: right;
}
.btn_menu,
.menu_mobile{
	display: none;
}
.menu_mobile{
    position: fixed;
    background: #fff;
    width: 290px;
    height: 100%;
    left: -290px;
    top: 0;
    transition: all 0.4s ease 0s;
    z-index: 9999;
    overflow: auto;
}
.menu_mobile.open_menu{
	left: 0;
}
.menu_mobile .main-menu{
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu_mobile .main-menu li{
	float: left;
	width: 100%;
}
.menu_mobile .main-menu li.demo a{
	float: left;
	width: auto;
	background: #d3b591;
	color: #fff;
	padding: 5px 20px;
	border-radius: 2px;
	margin: 10px 0 35px 30px;
}
.menu_mobile .main-menu li a{
	display: block;
	font-weight: 500;
	color: #30373b;
	padding: 10px 30px;
	font-size: 1.2em;
}
.menu_mobile .logo_mobile{
	float: left;
	width: 100%;
	background: #f9f9fa;
	padding: 10px 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
}
.menu_mobile .logo_mobile img{
	display: block;
	max-height: 40px;
}
.overlay_menu.show_overlay {
    position: fixed;
    display: block;
    background: rgba(0,0,0,0.1);
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.close_menu {
    position: absolute;
    top: 0px;
    height: 60px;
    right: 0px;
    padding: 14px 10px 0 0;
}
.btn_menu{
	float: left;
    height: 42px;
    color: #333;
    border-radius: 2px;
    text-align: center;
    margin: 14px 0;
}
.btn_menu i {
    line-height: 42px;
    font-size: 28px;
}
.menu .main-menu{
	float: left;
	margin: 0;
	padding: 0;
}
.menu .main-menu li{
	float: left;
	position: relative;
    list-style: none;
}
.menu .main-menu li+li{
	padding-left: 35px;
}
.menu .main-menu li a{
	display: block;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	line-height: 36px;
	color: #333;
}
.menu .main-menu li.demo a{
	background: #f44336;
	color: #fff;
	padding: 0 20px;
	margin: 17px 0;
	border-radius: 2px;
}
.menu .main-menu li.demo a:hover{
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
	color: #fff;
    text-decoration: none;
}
.menu .main-menu > li > a{
	padding: 17px 0;
}
.menu .main-menu li.active a,
.menu .main-menu li a:hover{
	color: #d3b591;
}
.menu .main-menu .sub_menu{
	position: absolute;
	top: 100%;
	left: 10px;
	background: #fff;
	padding: 10px 0;
	width: 200px;
	border-radius: 3px;
	border: 1px solid #e4e4e4;
	visibility: hidden;
	opacity: 0;
	transform: translate(0, 20px);
	z-index: 9999;
	transition: all 0.3s ease 0s;
}
.menu .main-menu li:hover .sub_menu{
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}
.menu .main-menu .sub_menu li{
    list-style: none;
	padding: 0;
	float: left;
	width: 100%;
}
.menu .main-menu .sub_menu li a{
	padding: 0 25px;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 32px;
	font-size: 14px;
}
.menu .main-menu .sub_menu li a:before{
	display: none;
}
.menu .main-menu .sub_menu li a:hover{
	color: #d3b591;
}
.btn.btn-large, input[type="submit"].btn.btn-large{
    background: #d3b591;
    border-radius: 3px;
    border: none;
    font-size: 16px;
    padding: 10px 28px;
    font-weight: 500;
}
.wrap-table{
	float: left;
	width: 100%;
	overflow: auto;
}
/* Shop */
.lumise-filter{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.lumise-filter > div{
	float: left;
	margin: 0 15px 0 0;
}
.lumise-filter select{
	border: 1px solid #e1e1e1;
	height: 36px;
	padding: 0 8px;
	border-radius: 3px;
}
.lumise-hero{
	float: left;
	width: 100%;
}
.lumise-hero .item{
	padding: 200px 0;
	text-align: left;
	display: flex;
	-ms-flex:flexbox;
	align-items: center;
}
.lumise-hero .owl-dots{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 0 10px !important;
}
.lumise-hero .lumise-hero-learn-more{
	position: absolute;
    bottom: -50px;
    z-index: 9;
    width: 100%;
    height: auto;
}
.lumise-hero .lumise-hero-learn-more a{
	text-decoration: none;
}
.lumise-hero .learn-more-text{
	display: flex;
	justify-content: center;
	color:#fff;
	font-size: 18px;
}
.lumise-hero .learn-more-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
}
.lumise-hero .owl-theme .owl-dots .owl-dot span{
	border-radius: 0;
	width: 35px;
    height: 6px;
}
.lumise-hero h1{
	font-size: 80px;
	font-weight: 600;
	color: #d1477f;
	display: inline-block;
	width: 100%;
}
.lumise-hero h4{
	font-size: 50px;
	display: inline-block;
	width: 100%;
	margin: 15px 0 20px;
	font-weight: 400;
	color: #fff;
}
.lumise-hero .owl-item a{
	font-size: 30px;
    font-weight: 400;
    padding: 10px 35px;
    line-height: 40px;
    border-radius: 5rem;
    color: #333;
    text-decoration: none;
    background: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.lumise-hero .owl-item a:hover{
	background: #d3b591;
	color: #fff;
	border-color: #d3b591;
}
.lumise-services{
	float: left;
	width: 100%;
	padding: 40px 0 35px;
	border-bottom: 1px solid #e4e4e4;
}
.lumise-services .col-md-3:not(:last-child){
	border-right: 1px solid #e4e4e4;
}
.box-info{
	display: table;
    margin: 0 auto;
}
.box-info i{
	display: table-cell;
	line-height: 1;
	color: #aaa;
	font-size: 42px;
	color: #d1477f;
}
.box-info .content{
	display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    text-align: left;
}
.box-info .content h4{
	margin-bottom: 3px;
}
.box-info .content p{
	margin: 0;
}
.lumise-categories{
	padding: 80px 0;
	float: left;
	width: 100%;
}
.lumise-categories h2{
	float: left;
    width: 100%;
    font-size: 2em;
    margin: 0 0 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.lumise-banner{
	float: left;
	width: 100%;
	position: relative;
}
.lumise-banner .overlay{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.lumise-banner:hover .overlay{
	opacity: 1;
}
.lumise-banner img{
	display: block;
	width: 100%;
	max-width: 100%;
}
.lumise-banner .text-content{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
}
.lumise-banner .text-content h3{
	font-size: 20px;
}
.lumise-banner .text-content a{
	text-decoration: underline;
	color: #888;
	font-size: 13px;
}
.lumise-banner .text-content a:hover{
	color: #d3b591;
}
.lumise-list{
	float: left;
	width: 100%;
	padding: 50px 0;
}
.lumise-list h2{
	float: left;
    width: 100%;
    font-size: 2em;
    margin: 0 0 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.lumise-list ul{
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.lumise-list ul.two_col li {
    float: left;
    width: 47%;
    margin-right: 3%;
    margin-bottom: 30px;
    position: relative;
}
.lumise-list ul.three_col li {
    float: left;
    width: 30%;
    margin-right: 3.33%;
    margin-bottom: 30px;
    position: relative;
}
.lumise-list ul.four_col li{
	float: left;
	width: 23%;
	margin-right: 2.666666666666666666666667%;
	margin-bottom: 30px;
	position: relative;
}
.lumise-list ul.five_col li {
    float: left;
    width: 17%;
    margin-right: 3%;
    margin-bottom: 30px;
    position: relative;
}
.lumise-list ul li figure{
	float: left;
	width: 100%;
	text-align: center;
}
.lumise-list.lumise-templates ul li figure{
	height: auto;
}
.lumise-list ul li figure img{
	display: inline-block;
}
.lumise-list ul li:nth-of-type(4n){
	margin-right: 0;
}
.lumise-list .lumise-action{
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	text-align: center;
}
.lumise-list .lumise-action a{
	font-size: 12px;
    font-weight: 700;
    padding: 0 22px;
    line-height: 34px;
    float: none;
    width: auto;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 2px;
    opacity: 0;
    transform: scale(0.8);
 	transition: all 0.3s ease 0s;
}
.lumise-list .lumise-action a.lumise-custom{
	background: #d1477f;
	color: #fff;
}
.lumise-list li:hover .lumise-action a{
	transform: scale(1);
	opacity: 1;
}
.lumise-list ul li a{
	float: left;
	width: 100%;
}
.lumise-list ul li figure{
	float: left;
	width: 100%;
	position: relative;
}
.lumise-list ul li img{
	display: block;
}
.lumise-list ul li .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.lumise-list ul li:hover h3{
	text-decoration: underline;
}
.lumise-list ul li:hover .overlay{
	opacity: 1;
}
.lumise-list ul li .content{
	float: left;
	width: 100%;
	text-align: center;
}
.lumise-list ul li .content h3{
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	margin: 15px 0 10px;
	color: #333;
	font-weight: 400;
}
.lumise-list ul li .content .lumise-price{
	float: left;
	width: 100%;
	font-weight: 700;
	color: #d1477f;
	font-size: 22px;
}
.lumise-client{
	float: left;
	width: 100%;
	padding-bottom: 80px;
}
.client{
	float: left;
	width: 100%;
}
.client:hover img{
	opacity: 1;
}
.client img{
	float: left;
	width: 100%;
	opacity: 0.6;
	transition: all 0.3s ease 0s;
}
/* Product detail */
.lumise-product{
	float: left;
	width: 100%;
	padding: 90px 0;
}
.product-detail{
	float: left;
	width: 100%;
}
.product-detail h1{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.product-detail .price{
	font-size: 22px;
	font-weight: 700;
	color: #d3b591;
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 15px;
}
.product-detail .desc{
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.product-detail form{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.product-detail form input[type="number"]{
	float: left;
	width: 65px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #e3e3e3;
	padding: 0 0 0 5px;
}
.product-detail form a{
    font-weight: 700;
    padding: 0 28px;
    line-height: 38px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    float: left;
    margin: 0 0 0 12px;
}
.product-detail a.lumise-add{
	background: #ebebeb;
}
.product-detail a.lumise-custom{
	background: #d3b591;
	color: #fff;
}
.lumise-product .lumise-list{
	margin: 80px 0 0;
}
.lumise-product .lumise-list.lumise-related{
	padding: 0;
}
.lumise-products{
	padding: 90px 0;
	float: left;
	width: 100%;
}
.lumise-products .lumise-list{
	margin: 0;
}
.lumise-products .lumise_pagination{
	margin: 0;
}
.lumise-bread{
	float: left;
	width: 100%;
	padding: 100px 0;
	background: #f5f5f5;
	text-align: center;
	margin-top: 20px;
}
.product-bread{
	background:url('../images/product_list_banner.png') no-repeat;
	background-size: cover;
	background-position: center;
	height: 300px;
}
.product-bread h1{
	text-align: left;
}
/* Pagination */
.lumise_pagination {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.lumise_pagination ul {
    float: right;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lumise_pagination ul li {
    float: left;
    margin-bottom: 5px;
}

.lumise_pagination ul li a, .lumise_pagination ul li span {
    display: block;
    width: 35px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #e4e9f0;
    margin-left: -1px;
    color: #74708d;
}

.lumise_pagination ul li a:hover {
    background: #f6f6f6;
}

.lumise_pagination ul li span {
    background: #4DB6AC;
    color: #fff;
    border-color: #4DB6AC;
}

.lumise_pagination ul li span.none {
    cursor: not-allowed;
    background: #fff;
    border-color: #e4e9f0;
    color: #74708d;
}

.lumise_pagination ul li:last-child > span, .lumise_pagination ul li:last-child > a {
    border-right: 1px solid #e4e9f0;
    border-radius: 0 2px 2px 0;
}

.lumise_pagination ul li:first-child > span, .lumise_pagination ul li:first-child > a {
    border-radius: 2px 0 0 2px;
}

.lumise_pagination p {
    margin: 0;
    float: left;
}
/* Footer */
.footer{float: left;width: 100%;padding-top: 80px;background: #d3b591;background-size:cover;border-top: 1px solid rgba(255,255,255,.1);}

.footer_content{
	width: 100%;
	float: left;
}
.footer_content .footer_logo{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.footer_content .footer_logo img{
	float: left;
	max-height: 40px;
}
.footer_content p{
	float: left;
	width: 100%;
	font-size: 1.1em;
	line-height: 26px;
	margin-bottom: 15px;
	color: #fff;
}
.footer_content h3{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	
	color: #fff;
}
.footer_content ul{
	list-style: none;
	margin: 0;
	/* padding: 0; */
	padding: 15px 0;
}
.footer_content ul.link{
	float: left;
	width: 100%;
}
.footer_content ul.link li{
	float: left;
	width: 100%;
	line-height: 32px;
}
.footer_content ul.link li a{
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 1.1em;
}
.footer_content ul.link li a:hover{
	color: #fff;
	text-decoration: underline;
}
.footer_content a{
	color: #fff;
}
.footer_content a:hover{
	text-decoration: underline;
}
.form-sub{
	float: left;
	width: 100%;
	position: relative;
}
.form-sub input[type='text']{
	width: 100%;
    outline: 0;
    float: left;
    border: solid 1px #e8e8e8;
    padding: 0 30px 0 20px;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    line-height: 36px;
    color: #888888;
    font-weight: 300;
    box-shadow: none;
}
.form-sub input[type='submit']{
	position: absolute;
	border: 0;
	font-family: 'Roboto',Arial;
	right: 0;
	top: 0;
	height: 42px;
	line-height: 42px;
	color: #fff;
	background: #d1477f;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 18px;
	letter-spacing: 0.2px;
}
.tsd_social{
	float: left;
	width: 100%;
}
.tsd_social li{
	float: left;
	margin-right: 12px;
}
.tsd_social li:nth-of-type(1) a{
	background: #3B5998;
}
.tsd_social li:nth-of-type(2) a{
	background: #1DA1F2;
}
.tsd_social li:nth-of-type(3) a{
	background-image: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
}
.tsd_social li:nth-of-type(4) a{
	background: #30373b;
}
.tsd_social li a{
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
}
.tsd_social li a:hover{
	opacity: 0.7;
}
.footer-middle li a{
	color:#fff;
}
.footer-bottom{
    border-top:1px solid #fff;
    margin-top:2rem;
    padding-top:2rem;
}
.social-links{
	line-height: 50px;
}
.social-links li {
    padding-right: 30px;
    padding-left: 0px;
}
.social-links img{
	height: 20px;
}

.copyright{
	float: left;
	width: 100%;
}
.copyright span{
	padding: 15px 15px;
	font-size: 13px;
	color: #fff;
	margin: 0;
}

.copyright a{
	font-weight: 500;
	color: #fff;
}
.copyright a:hover{
	text-decoration: underline;
}
.footer_content .contact_form{
	margin: 10px 0 0;
}

.align-right{
	text-align: right;
}
.align-left{
	text-align: left;
}
.padding6{
    padding: 60px 0;
}
.lumise-order-sumary{
    margin-bottom: 30px;
    font-weight: bold;
}
.lumise-order-sumary strong{
	font-weight: 500;
	color: #666;
}
.lumise-order-sumary p, .lumise-billing-details p{
    margin: 0;
    line-height: 20px;
}
.lumise-billing-details {
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 2px;
}
.thankyou{
	font-family: 'TimeBurner Regular';
	letter-spacing: 2px;
}
.thankyou h5{
    margin-bottom: 10px;
}
.thankyou h4{
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 24px;
}
.mt-30{
    margin-top: 30px;
    display: block;
    width: 100%;
    float: left;
}
.thankyou .lumise-table tbody td:first-child{
    font-weight: 300;
}
#checkout .form-actions button{
    float: left;
}
#checkout .form-actions .payment-separate{
    float: left;
    margin: 0 10px;
    line-height: 42px;
}
#paypal-button{
    float: left;
}
.lumise-payment-name strong{
    text-transform: capitalize;
}
#checkout .payments {
	float: left;
	width: 100%;
	background: #eee;
	padding: 25px 30px 15px;
	margin-top: 15px;
}
#checkout .payments h3{
	margin-bottom: 20px;
}
#checkout .payments img{
    max-height: 40px;
    margin-right: 10px;
}
#checkout .payments label{
    float: left;
    color: #333;
    line-height: 18px;
    margin: 0 0 10px 8px;
    cursor: pointer;
}
#checkout .payments input[type=radio]{
    float: left;
    width: 18px;
    height: 18px;
    margin-top: 0;
    cursor: pointer;
}
.lumise-payment-item {
    width: 100%;
    display: block;
    float: left;
}
.lumise_message {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: #468847;
    background: #DFF0D8;
    padding: 5px 15px;
    border-radius: 2px;
}
.page-heading {
    margin-bottom: 15px;
}
.section-content {
    padding: 30px 25px;
}
.section-content .section-heading, .section-content h2, .section-content h3{
    margin-bottom:15px;
    text-align:center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
}
.section-content p{
    text-align:center;
     font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
}
.section-content li{
	 font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
}
body.is-transparent .lumise-bread{
	margin-top: 64px;
}
/*Gallery*/
ul.gallery {
    list-style: none;
    padding: 0;
    width: 100%;
    float: left;
    margin: 20px auto;
}
.gallery li{
	margin-bottom: 30px;
}
.gallery-item>div>a {
    display: block;
    line-height: 0;
    box-shadow: 0 0 0 0 transparent;
}
.gallery-item a {
    background: none;
    max-width: 100%;
}
.gallery-item a img {
    margin: 0 auto;
    border-radius: 8px 8px 8px 8px;
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    -o-transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in,-webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.gallery-item img {
    max-width: 100%;
}

.gallery-icon:before, .gallery-icon:after {
    background: rgba(255,255,255,.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -ms-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.gallery-icon:hover:before {
    left: 50%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    right: 50%;
}

.gallery-icon:hover:after {
    bottom: 50%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    top: 50%;
}
header.header.header-transparent {
	    background: transparent;
	    box-shadow: none;
}
.navbar-toggle{
	float:left !important;
}
.navbar-brand{
	float:right !important;
}
/* RESPONSIVE */
@media screen and (min-width: 767px) {
	.lumise-hero .item{
		height: calc(100vh + 52px);
	}
	.border-right {
    	position:relative;
	}
	.border-right::after {
	    content:'';
	    position:absolute;
	    width:1px;
	    height:175px;
	    top:24px;bottom:0;
	    right:10%;
	    background:#fff;
	}
	.lumise-hero .lumise-hero-learn-more{
		bottom:38px;
	}
	.header-transparent .navbar-nav>li>a{
		color:#fff;
	
	}
    .page-heading, .page-subheading {
        text-align: left;
    }

    .page-subheading {
        max-width: 500px;
    }
    

	
	.navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
    
    .navbar li:not(.logo-link) {
        line-height:50px !Important;
        padding-top:22px;
    }
    /*gallery desing*/
    .gallery{
    	 margin: 70px auto 0 !important;
    }
    .gallery li{
    	margin-bottom: 0;
    }
    .gallery-item:nth-child(1) {
	    -webkit-transform: translateY(74%);
	    -ms-transform: translateY(74%);
	    transform: translateY(74%);
	}
	 .gallery-item:nth-child(2) {
	    -webkit-transform: translateY(-29%);
	    -ms-transform: translateY(-29%);
	    transform: translateY(-29%);
	}
	.gallery-item:nth-child(3) {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-item-align: end;
	    align-self: flex-end;
	    -webkit-transform: translateY(5%);
	    -ms-transform: translateY(5%);
	    transform: translateY(5%);
	}
	.gallery-item:nth-child(4) {
	    -webkit-transform: translateY(106%);
	    -ms-transform: translateY(106%);
	    transform: translateY(106%);
	}
	 .gallery-item:nth-child(5) {
	    -webkit-transform: translateY(-20%);
	    -ms-transform: translateY(-20%);
	    transform: translateY(-20%);
	}
	.gallery-item:nth-child(6) {
		-webkit-transform: translateY(68%);
	    -ms-transform: translateY(68%);
    	transform: translateY(68%);
	}
	.gallery-item:nth-child(7) {
		 -webkit-transform: translateY(50%);
	    -ms-transform: translateY(50%);
    	transform: translateY(50%);
	}
	.gallery-item:nth-child(8) {
	    -webkit-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	    transform: translateY(-50%);
	}
	.gallery-item:nth-child(9) {
	    -webkit-transform: translateY(-92%);
	    -ms-transform: translateY(-92%);
	    transform: translateY(-92%);
	}
	.gallery-item:nth-child(10) {
		-webkit-transform: translateY(-57%);
	    -ms-transform: translateY(-57%);
    	transform: translateY(-57%);
	}
	.gallery-item:nth-child(11) {
	    -webkit-transform: translateY(-33%);
	    -ms-transform: translateY(-33%);
	    transform: translateY(-35%);
	}
	.gallery-item:nth-child(12) {
		 -webkit-transform: translateY(-76%);
	    -ms-transform: translateY(-76%);
    	transform: translateY(-76%);
	}
}

@media only screen and (min-width:1000px) and (max-width:1169px) {
	.lumise-hero .item{
		background-position: bottom !important;
	}
}
@media only screen and (min-width:768px) and (max-width:999px) {
	.product-detail{
		margin-top: 40px;
	}
	
	.footer_content{
		margin-bottom: 30px;
	}
	
	.lumise-hero .item{
		padding: 100px 0;
	}
	.lumise-services{
		padding: 30px 0 25px;
	}
	.lumise-services .box-info{
		padding: 10px 0;
	}
	.lumise-services .col-md-3:nth-of-type(2){
		border: 0;
	}
	.lumise-client{
		padding-bottom: 65px;
	}
	.client{
		margin-bottom: 15px;
	}
}

@media (max-width:767px) {
	header.header.header-transparent, header.header.header-normal{
		background:#d3b591;
		background-size:cover;
	}
	.footer-middle-wrap{
		border-top:2px solid #fff;
	}
	.footer-middle{
		padding-top: 8px;
	}
	.footer{
		background:#d3b591;
		background-size:cover;
	}
	.featured-product-list .featured-item{
		margin:0 auto 15px;
		float: none;
	}
	.header .container{
		width: 100% !important;
	}
	#billing .control-group .controls input, #billing .control-group .controls select{
		width: 100%;
	}
	.billing{
		padding-right: 15px;
		overflow: hidden;
	}
	.order_overview{
		overflow: hidden;
		padding-left: 15px;
		margin-top: 30px;
	}
	.lumise-categories .col-md-4:not(:last-child){
		margin-bottom: 25px;
		overflow: hidden;
	}
	.lumise-banner{
		text-align: center;
	}
	.lumise-banner img{
		display: inline-block;
	}
	.lumise-list ul li{
		width: 48% !important;
		margin-right: 4% !important;
	}
	.lumise-list ul li:nth-of-type(2n){
		margin-right: 0 !important;
	}
	.lumise-hero h1{
		font-size: 40px;
	}
	.product-detail{
		margin-top: 40px;
	}
	.menu .main-menu{
		display: none;
	}
	.btn_menu,
	.menu_mobile{
		display: block;
	}
	.lumise-hero .item{
		padding: 90px 0;
	}
	.lumise-services .col-md-3{
		width: 50%;
		float: left;
	}
	.lumise-services{
		padding: 30px 0 25px;
	}
	.lumise-services .box-info{
		padding: 10px 0;
	}
	.lumise-services .col-md-3:nth-of-type(2){
		border: 0;
	}
	.lumise-client .col-md-2{
		width: 33.333333333333333%;
		margin-bottom: 15px;
		float: left;
	}
	.lumise-client{
		padding-bottom: 65px;
	}
	
	.footer_content{
		margin-bottom: 30px;
		text-align: center;
		width: 100%;
		float: left;
	}
	.footer_content{
    	position:relative;
	}
	.footer_content::after {
	    content:'';
	    width:150px;
	    height:2px;
	    border-bottom:1px solid #ddd;
	    position:absolute;
	    left:0;right:0;
	    bottom:0;
	    margin:0 auto;
	}
	.footer .col-xs-12:last-child::after{
		
	}
	.footer_content ul{
		text-align: center;
	}
	.footer-middle ul{
		text-align: center;
	}
	.social-links{
		text-align: center;
	}
	.social-links img{
		height: 20px;
	}
	.thankyou img{
		width: 60%;
    }
    #confirm h3{
		font-size: 1.8em;
    }

}

@media only screen and (min-width:640px) and (max-width:767px) {
	.container{
		width: 90%;
	}
}

@media only screen and (min-width:480px) and (max-width:639px) {
	.container{
		width: 90%;
	}
	.lumise-hero h1{
		font-size: 35px;
	}
	.lumise-services .col-md-3{
		width: 100%;
		border: 0 !important;
	}
}

@media only screen and (max-width:479px) {
	
	.container{
		width: 90%;
	}
	.lumise-list ul li{
		width: 100%;
		margin-right: 0 !important;
	}
	.lumise-hero h1{
		font-size: 23px;
	}
	.lumise-hero h1{
		font-size:28px;
	}
	.lumise-hero h4{
		margin: 10px 0 15px;
		font-size: 16px;
	}
	.lumise-services .col-md-3{
		width: 100%;
		border: 0 !important;
	}
	.lumise-client .col-md-2{
		width: 50%;
	}
	.navbar-brand img {
    	height: 60px;
    	/* width: 230px; */
    	margin: 0 auto;
 }
}
