﻿
/*html, */
body {
	font-family: 'Lato', sans-serif ;
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Poppins', sans-serif;*/

	font-family: 'DM Sans', sans-serif !important;
	color: #fff;
	width: 100%;
	height: 100%;
	background-color: #f9f9fa;
	font-size: 16px;
	line-height: 24px;
	/*letter-spacing: 0.2px;*/
	font-variant-ligatures: no-common-ligatures;
	color: #5c6a78;
	font-weight: 500;
}

html {
	font-family: 'Lato', sans-serif ;
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Poppins', sans-serif;*/

	font-family: 'DM Sans', sans-serif;
	color: #fff;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 24px;
	/*letter-spacing: 0.2px;*/
	font-variant-ligatures: no-common-ligatures;
	color: #5c6a78;
	font-weight: 500;
}
 
h1, h2, h3, h4, h5, h6, p {
  font-style: normal;
  margin: 0px;
  padding: 0px;
}

h1, h2, h3 {
	/*font-family: 'Cabin', sans-serif;*/
}

form {
	margin: 0px;
	width: 100%;
	/*height: 100%;*/
}

select {
	cursor: pointer;
}

* {
     -webkit-box-sizing: initial; 
    -moz-box-sizing: initial;
    box-sizing: initial;
}

/* -----------*/

/* Clearfix Hack */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

a {
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #54b67d;
	/*-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);*/
}

a:hover {
	opacity: 0.85;
}

a:visited,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
}

a:active{
	/*-moz-transform: scale(.9);
	-webkit-transform: scale(.9);
	-o-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);*/
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 14px;
	line-height: 14px;
	border: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	outline: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

input,
select,
textarea {
	font-family: 'Lato', sans-serif;
	font-variant-ligatures: no-common-ligatures;
	outline: none;
}

label {
	font-size: 12px;
	color: inherit;
	font-weight: inherit;
	margin: inherit;
}

.ErrMsg {
    color: #F00;
	display: block;
}


.noScroll {
	overflow: hidden;
}

.hide {
	display: none;
}

.warning {
	color: #cf1c1c !important;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	display: flex !important;
	align-items: center !important;
}

.warning i {
	width: 14px;
	height: 14px;
	margin-right: 4px;
	background: url(/assets/img/exclamation.png) center no-repeat;
	display: block;
}

/* -----------*/

/* logo start */
.st0{
	fill:#3EB46E;
}
/* logo end */



.JheaderContainer {
	width: calc(100% - 30px);
	padding: 0px 15px;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.JheaderInner {
	max-width: 1280px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.JheaderLeft {
	display: flex;
	align-items: center;
	padding: 19px 0px;
}

.JheaderLeft img {
	display: block;
	max-height: 42px;
	max-width: 100%;
}

.JheaderRight {
    position: relative;
}

.JheaderRightBefore {
	display: block;

/*	display: none;*/
}

.JheaderRightBefore a {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #f7f7f7;
	border: 1px solid #DDDDDD;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05);
    transition: box-shadow 0.2s ease;
    font-size: 16px;
    line-height: 16px;
    padding: 11px 20px;
}

.JheaderRightAfter {
	display: none;

/*	display: flex;*/
	border: 1px solid #DDDDDD;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05);
    transition: box-shadow 0.2s ease;
    padding: 5px 20px;
    align-items: center;
    border-radius: 100px;
}

.JheaderRight.active .JheaderRightBefore {
	display: none;
}

.JheaderRight.active .JheaderRightAfter {
	display: flex;
}

.JheaderRightAfter i {
	display: block;
	width: 16px;
	height: 16px;
	position: relative;

}

.JheaderRightAfter i span {
	width: 16px;
	height:  2px;
	background: #000;
	position: absolute;
	top: 0px;
	left: 0xp;
}

.JheaderRightAfter i span:nth-child(2) {
	top: 7px;
}

.JheaderRightAfter i span:nth-child(3) {
	top: 14px;
}

.JheaderRightAfterProfile {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 10px;
}

.JheaderRightAfterDropdown {
	position: absolute;
	top: 50px;
    right: 0px;
    display: none;
    width: 220px;
    kit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #DDDDDD;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05);
    padding: 10px 0px;
    background: #fff;
    z-index: 2;
}

.JheaderRightAfterDropdown a {
	padding: 10px 20px;
    display: block;
}

.JloginContainer {
	display: table;
	width: 100%;
	height: calc(100% - 80px);
}

.JloginContainerInner {
	display: table-cell;
	vertical-align: middle;
}

.Jlogin {
	max-width: 400px;
	margin: auto;
	border-radius: 30px;
	background: #fff;
	border: 1px solid #DDDDDD;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05);
}

.JloginInner {
	padding: 30px;
}

.JloginInner .text-center {
	text-align: center;
}

.JloginInner h3 {
	color: #000;
}

.JloginInner input[type="text"],
.JloginInner input[type="email"],
.JloginInner input[type="password"]{
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #ddd;
	background: #fff;
	margin-bottom: 20px;
	width: calc(100% - 32px);
}

.JloginInner .login_form {
	margin-top: 20px;
}

.JloginInner  button {
	border-radius: 100px;
	background: #f8804f;
	color: #fff;
	text-align: center;
	display: block;
	width: calc(100% - 30px);
	padding: 15px;
	line-height: 16px;
}

.JloginInner  .divider ,
.JsigninSignupTxt {
	text-align: center;
	    margin-top: 10px;
}

.JprofileContainer {
	width: calc(100% - 30px);
	padding: 40px 15px;
}

.JprofileContainerInner {
	max-width: 1280px;
	margin: auto;
	display: flex;
	    justify-content: space-between;
}

.JprofileLeftOuter {
	width: 342px;
}

.JprofileLeft {
	text-align: center;
	border-radius: 30px;
	border: 1px solid #DDDDDD;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05);
}

.JprofileLeftInner {
	padding: 30px;
}


.JprofileImg {
	border-radius: 200px;
	width: 104px;
	height: 104px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
}

.JprofileLeftInner h2 {
	color: #000;
	margin-top: 20px;
}

.JprofileLeftBtm {
	margin-top: 30px;
	border-radius: 30px;
    border: 1px solid #ddd;
    background: #fff;
}

.JprofileLeftBtmInner {
	padding: 30px;
}


.JprofileLeftBtmInner h3 {
	color: #000;
}

.JprofileLeftBtmInner ul {
	padding: 0px;
	margin: 0px;
}

.JprofileLeftBtmInner ul li {
	list-style-type: none;
	display: flex;
	align-items: center;
	    margin-top: 10px;
}

.JprofileRight {
	width: calc(100% - 392px);
	margin-left
}

.JprofileRight h2 {
	color: #000;
}

.JprofileRight a {
    border-radius: 100px;
    background: #f8804f;
    color: #fff;
    text-align: center;
    display: inline-block;
/*    width: calc(100% - 30px);*/
    padding: 15px 30px;
    line-height: 16px;
    margin-top: 20px;
}

.JprofileRightInfo {
	margin-top: 40px;
}

.JprofileRightInfoList {
	display: flex;
	color: #000;
	margin-top: 10px;
}

.JprofileRightInfoList span {
	color: #5c6a78;
	margin-right: 10px;
}

.JgeneralContainer {
	width: calc(100% - 30px);
    padding: 40px 15px;
}

.JgeneralContainer  > div {
	max-width: 1280px;
	margin: auto;
}

.JhistoryContainerInner {
	max-width: 800px !important;
	margin: auto;
}

.JgeneralTitle {

}

.JgeneralTitle h2 {
	color: #000;
}

.JhistoryContent {
	margin-top: 30px;
}

.JhistoryContentBanner {
	width: 100%;
	border-radius: 30px;
	padding-bottom: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.JhomeContainer {
	padding: 40px 15px;
	width: calc(100% - 30px);
}

.JhomeContainerInner {
	max-width: 1280px;
	margin: auto;
}

#jlisting {
/*	display: none;*/
}

.JhomeTitle {
	text-align: center;
	margin-top: 50px;
}

.JhomeContainerInner h1 {
	color: #000;
	font-size: 72px;
	line-height: 82px;
}

.JhomeContainerInner h1 span {
	color: #f8804f;
}

.JhomeContainerInner #map {
	width: calc(100% - 330px);
	border-radius: 30px;
/*	height: 450px;*/
/*	margin-top: 40px;*/
}

.JhomeBanner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	    align-items: flex-start;
	    position: relative;
}

.JhomeBannerList {
	border-radius: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.JhomeBannerList:nth-child(1) {
	width: calc(50% - 20px);
	padding-bottom: 40%;
}

.JhomeBannerList:nth-child(2) {
	width: calc(30% - 20px);
	padding-bottom: 40%;
}

.JhomeBannerList:nth-child(3) {
	width: calc(20% - 20px);
	padding-bottom: calc(20% - 15px);
}

.JhomeBannerList:nth-child(4) {
	width: calc(20% - 20px);
	padding-bottom: calc(20% - 15px);
	    position: absolute;
    right: 0px;
    bottom: 0px;
}

.JhomeTabs {
	border: 1px solid #DDDDDD;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05);
    border-radius: 100px;
    padding: 5px 20px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.JhomeTabs a {
	width: 100px;
	opacity: 0.5;
	text-align: center;
	position: relative;
}

.JhomeTabs a .active {
	opacity: 1;
}

.JhomeTabs a:nth-child(2):before {
	content:'|';
	font-size: 16px;
	line-height: 16px;
	position: absolute;
	left: 0px;
	top: 0px;

}

.JhomeContent {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.JhomeContentListing {
	width: 300px;
}

.JhomeContentMap {
	width: calc(100% - 330px);
}

.JmapTitle {
	color: #000;
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: center;
}

.JmapBtn {
	border-radius: 100px;
	background: #f8804f;
	color: #fff;
	text-align: center;
	display: block;
	width: calc(100% - 30px);
	padding: 15px;
	line-height: 16px;
}

.JmapDesc {
	margin-bottom: 10px;
	text-align: center;
}

.JmapImg {
	    max-width: 100px !important;
    margin: auto;
    display: block;
}

.JlistingContentContainer {
	border-radius: 20px;
	border: 1px solid #DDDDDD;
    -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
background: #fff;
margin-bottom: 10px;
display: block;
}

.JlistingContentContainer:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05);
}

.JlistingContentContainerInner {
	padding: 20px;
	display: flex;
}

.JlistingContentImg {
	width: 100px;
	height: 100px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.JlistingContentRight {
	width: calc(100% - 120px);
	margin-left: 20px;
}

.JlistingContentRight h3 {
	color: #000;
}

.jcontent {
	line-height: 21px;
	margin-top: 10px;
}

.Jfooter {
	text-align: center;
	padding: 30px 15px;
	width: calc(100% - 30px);
	border-top: 1px solid #ddd;
	background: #fff;
}

.JdetailsContainerInner {
	max-width: 800px !important;
	margin: auto;
}

.JdetailsBanner {
	width: 100%;
    border-radius: 30px;
    padding-bottom: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.JdetailsProduct {
	margin-top: 50px;
}

.JdetailsProduct h2 {
	color: #000;
}

.JdetailsProduct #product-list {
	padding: 0px;
	margin-top: 0px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
/*	justify-content: space-between;*/

}

.JdetailsProduct #product-list li {
	list-style-type: none;
	border-radius: 30px;
	border: 1px solid #ddd;
	width: calc(33.3333% - 20px);
	margin-right: 20px;
	margin-top: 20px;
}

.JdetailsProduct #product-list li:nth-child(3n) {
	margin-right: 0px;
}

.JdetailsList {
/*	display: flex;*/
	padding: 20px;
}

.JdetailsListImg {
	width: calc(100% + 40px);
	padding-bottom: 70%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: -20px -20px 0px;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.JdetailsLogoContainer {
	width: 400px;
/*	text-align: center;*/
    border-radius: 30px;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05);
}

.JdetailsLogoContainerInner {
	padding: 30px;
	display: flex;
    align-items: center;
}

.JdetailsLogo {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
}

.JdetailsRight {
	margin-left: 20px;
}

.JdetailsRight h3 {
	color: #000;
}

.JdetailsRightList {
	display: flex;
	margin-top: 10px;
}

.JdetailsRightList p {
	margin-left: 10px;
}

.JdetailsListInner {

}

.JdetailsListInner h3 {
	color: #000;
	    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
}

.JdetailsListContent {
	display: flex;
	margin-top: 10px;
	flex-wrap: wrap;
	    margin-left: 10px;
}

.JdetailsListContent p:nth-child(1) {
	text-decoration: line-through;
}

.JdetailsListContent p:nth-child(2) {
	font-size: 21px;
	line-height: 24px;
	color: #000;
	margin-left: 10px;
}

.JdetailsListInner button {
	/*border: 1px solid #DDDDDD;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05);
    transition: box-shadow 0.2s ease;*/
    padding: 10px 20px;
    align-items: center;
    border-radius: 100px;
    display: flex;

        background: #f8804f;
    color: #fff;
}

.JdetailsListBtnContainer {
	display: flex;
	    margin-top: 10px;
	    justify-content: space-between;
}

.JdetailsListBtnContainer input {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #ddd;
}

.JdetailsCart {
	position: fixed;
    right: 0px;
    top: 81px;
    width: 360px;
    height: calc(100% - 81px);
    background: #fff;
    border-left: 1px solid #ddd;
    overflow: auto;

    height: 100%;
    top: 0px;

/*    display: none;*/
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	right: -360px;
}

.JdetailsCart.active {
	right: 0px;
}

.JdetailsCartInner {
	padding: 30px;
}

.JdetailsCartInner h1 {
	color: #000;
	font-size: 1.5em;
}

.JdetailsCartInner #cart {

}

#cart-items {
	padding: 0px;
	margin: 0px;
}

#cart-items li {
	list-style-type: none;
	margin-top: 20px;
	    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.JcartList {
	display: flex;
}

.JcartList .JcartListImg {
	width: 60px;
	height: 60px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.JcartList .JdetailsListContent h3 {
	color: #000;
	    font-size: 14px;
    line-height: 18px;
}

.JcartList .JdetailsListContentInner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	    align-items: center;
	    margin-top: 5px;
}

.JcartList .JdetailsListContentInner p:nth-child(1) {
	    text-decoration: none;
}

.JcartList .JdetailsListContent p:nth-child(2) {
	    font-size: 16px;
    line-height: 16px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border: 1px solid #ddd;
    background: #fff;
        display: flex;
    align-items: center;
    justify-content: center;
}

.JdetailsCartTotal {
	margin-top: 20px;
}

.JdetailsCartTotal  p {
	text-align: right;
	color: #000;
	font-size: 21px;
	line-height: 24px;
	font-weight: 600;
}

.Jduitnow {
	border: 1px solid #DDDDDD;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
        width: calc(100% - 40px);
    border-radius: 100px;
    padding: 15px 20px;
    margin-top: 20px;
}

.Jduitnow img {
	max-width: 30px;
}

.Jduitnow p {
	color: #000;
	margin-left: 10px;
}

.Jlightbox {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.75);
	display: table;

	display: none;
}

.Jlightbox.show {
	display: table;
}

.JlightboxInner {
	display: table-cell;
	vertical-align: middle;
}

.JlightboxContent {
	border-radius: 20px;
	background: #fff;
	margin: auto;
	max-width: 350px;

}

.JlightboxContentInner {
	padding: 30px;
	text-align: center;
}

.JlightboxContentInner > img:nth-child(1) {
	max-width: 100px;
}

.JlightboxContentInner  p {
	margin-top: 20px;
}

.JlightboxContentInner > img:nth-child(3) {
	margin-top: 20px;
	max-width: 100%;
} 

.JlightboxContentInner a:last-child{
	border: 1px solid #DDDDDD;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05);
    text-align: center;
    margin-top: 20px;
    width: calc(100% - 30px);
    padding: 15px;
    border-radius: 100px;
    display: block;
}

#jtempsubmit {
	    display: block;
    padding: 0px;
    border: none;
}

#jtempsubmit img {
	display: block;
	max-width: 100%;
}







@media only screen and (max-width: 640px) {

.JprofileContainerInner {
	display: block;
}

.JprofileLeftOuter {
	width: 100%;
}

.JprofileRight {
	width: 100%;
	margin-top: 30px;
}


}




@media only screen and (max-width: 480px) {



}


@media only screen and (max-width: 400px) {

}


@media only screen and (max-width: 320px) {


}

