@media screen and (min-width: 1023px) {
    .btn-header-profile{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    margin: 0 0 0 12px;
    height: auto;
    border-radius: 16px;
    padding-left: 8px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(228, 228, 228, 1);
    max-width:190px;
    }
	
	#sitewrap {
		width: 100%;
	}
	/**
	** Header
	**/
	.header-top {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		min-width: 1024px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #fff;
		z-index: 999;
		position: fixed;
		top: 0px;
		right: 0;
		left: 0;
		/*box-shadow: 0 4px 6px -1px rgb(0 0 0 / 7%);*/
		-webkit-transition: -webkit-transform 280ms ease;
		-webkit-transition: transform 280ms ease;
		transition: transform 280ms ease;
		height: 110px;
	}
	.header-top-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    z-index: 3;
    background-color: #f3f4f5;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 0px 0px 0px;
    position: fixed;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0px;
    right: 0px;

	}
	.header-content-top.left {
		position:relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-width: 168px;
		margin-right: 16px;
	}
	.header-content-top.right {

	}
	.header-content-top #header-top-nav ul{
		margin: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		-webkit-box-pack: space-around;
		-webkit-justify-content: space-around;
		-ms-flex-pack: space-around;
		justify-content: space-around;
	}	
	.header-content-top #header-top-nav ul li{
		float: left;
		list-style: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		white-space: nowrap;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transition: color 200ms ease;
		transition: color 200ms ease;
		-webkit-font-smoothing: antialiased;
		margin: 0 0 0 28px;
	}	
	.header-content-top #header-top-nav ul li a{
		color: rgba(49,53,59,0.68);
		font-size: 12px;
		line-height: 31px;
		font-family: Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
		text-decoration: none;
	}
	.header-content-top #header-top-nav ul li a:hover{
		color: #03ac0e;
	}
	.header-content-top.left a {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 0 4px;
    color: rgba(35, 65, 91, 1) !important;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
	}
	.header-content-top.left a:hover {
		color: #ec1a78 ;
	}
	.icon-phone {
		width: 20px;
		height: 20px;
		background-image: url(../../images/svg/413cd754.svg);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: 60% 60%;
		display: inline-block;
	}
	.app-container {
		padding: 32px;
		background-color: rgb(255, 255, 255);
		z-index: 1000;
		width: 426px;
		height: 226px;
		position: absolute;
		top: 30px;
		left: -30px;
		color: rgb(0, 0, 0);
		box-shadow: rgb(49 53 59 / 12%) 0px 1px 6px;
		border-radius: 8px;
	}
	.app-container{
		visibility: hidden;
	}
	.download-app {
		display: flex;
		text-align: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.app-barcode{
		padding: 5px;
		border-radius: 10px;
		box-shadow: rgba(35, 65, 91, 0.1) 0px 3px 12px 0px;
	}
	.content-app span {
		font-family: Montserrat;
		font-size: 14px;
		font-weight: 700;
		line-height: 17.07px;
		color: var(--primaryBiru);
	}
	.app-barcode img {
		max-width: 148px;
	}
	.content-app {
		margin-left: 24px;
		margin-top: 9px;
		font-size: 14px;
		max-width: 180px;
	}
	.primary-header-wrapper {
		width: 100%;
		left: 32px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 56px;
		top: 30px;
		position: fixed;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header-logo {
		width: 145px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 4px 0 0 4px;
	}
	.header-logo img {
		height: 45px !important;
        object-fit: contain !important;
        max-width: unset !important;
	} 
	.header-category {
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		cursor: pointer;
		margin: 1px 8px 0 10px;
	}
	.btnHeaderCategory {
		width: 100%;
		border-radius: 4px;
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transition: background-color 280ms ease;
		transition: background-color 280ms ease;
		padding: 8px;
		height: 110px;
	}
	.btnHeaderCategory .headerText {
		font-size: 12px;
		line-height: 1.5;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-transition: color 280ms ease;
		transition: color 280ms ease;
		height: 30px;
		width: 58px;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-font-smoothing: antialiased;
	}
	.btnHeaderCategory .headerText:hover {
		color: rgb(3, 172, 14);
		background-color: rgb(243, 243, 243);
		border-radius: 4px;
	}
	.css-search-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 70%;
		height: 56px;
		min-width: 150px;
	}
	.css-search-container {
		width: 73%;
	}
	.css-search-form {
		width: 100%;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.css-SearchBar {
width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    border: solid 1px rgba(228, 228, 228, 1);
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    border-radius: 24px;
    -webkit-transition: border 280ms ease;
    transition: border 280ms ease;
    margin-top: 4px;
    background-color: rgba(255, 255, 255, 1);
	}
	.txtHeaderSearchBar {
		width: 100%;
		margin: 0;
	}
	.css-SearchBar > div {
		height: 100%;
	}
	.css-HeaderSearchBar {
    /* border-radius: 8px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: inherit;
    -webkit-flex-grow: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    -webkit-transition: border-color 280ms ease;
    transition: border-color 280ms ease;
    width: 100%;
    /* height: auto; */
    /* background-color: #FFFFFF; */
    /* border: 1px solid #E5E7E9; */
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
	}
	.css-HeaderSearchBar {
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border: none;
	}
	.css-btn-search {
border: none;
    outline: none;
    position: relative;
    cursor: pointer;
    padding: 0;
    -webkit-transition: background-color 280ms ease;
    transition: background-color 280ms ease;
    width: 40px;
    background-color: transparent;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-left: 1px solid rgba(228, 228, 228, 1);
	}
	.css-btn-search:after {
		content: '';
		background-size: 24px;
		background-size: 24px;
		background-image: url(../../images/svg/Search.svg);
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.css-btn-search{
    height: 20px;
    -webkit-flex: 0 0 32px;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: 32px;
	margin-right: 10px;
	}
	.css-btn-search:after {
		background-size: 16px;
	}
	.css-bd-search {
		min-width: 0;
		min-height: 0; 
		width: 100%;
		color: rgba(49,53,59,0.96);
		font-family: inherit;
		background-color: transparent;
		line-height: 22px;
		border: none;
		outline: none;
		height: auto;
		font-size: 14px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.css-bd-search::-webkit-input-placeholder{
		color:rgba(49,53,59,0.44);
		}
	.css-bd-search::-moz-placeholder{
		color:rgba(49,53,59,0.44);
		}
	.css-bd-search:-ms-input-placeholder{
		color:rgba(49,53,59,0.44);
		}
	.css-bd-search::placeholder{
		color:rgba(49,53,59,0.44);
	}
	.txtHeaderSearchBar div input {
		border: 0px;
		padding: 10px;
		font-size: 12px;
		margin-bottom: 0px;
	}
	.css-HeaderSearchBar .css-bd-search {
		padding-right: 12px;
		padding-left: 12px;
	}
	.cart-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 4px 0 20px;
		z-index: 475;
	}
	.btn-header-cart,
	.btn-header-notif,
	.btn-header-inbox {
		margin: 0 0 0 2%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		cursor: pointer;
		z-index: 2;
		height: 58px;
		margin: 0 0 0 12px;
	}
	.css-header-cart,
	.css-header-notif,
	.css-header-inbox {
		width: 36px;
		height: 30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
	} 
	.total-header-cart,
	.total-header-notif,
	.total-header-inbox {
		min-width: 20px;
		min-height: 20px;
		color: #FFFFFF;
		font-size: 10px;
		font-weight: 700;
		line-height: 1.6;
		text-align: center;
		background-color: var(--1stcolor);
		border: 2px solid #FFFFFF;
		border-radius: 18px;
		position: absolute;
		top: 0px;
		right: 0px;
		padding: 0px 4px;
		transform: translate(30%, -8%);
	}
	.cart-header-cart {
		background-position: 0 0;
		width: 20px;
		height: 20px;
		background-image: url(../../images/svg/413cd754.svg);
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	.cart-header-notif {
		background-position: 0 0;
		width: 20px;
		height: 20px;
		background-image: url(../../images/svg/413cd754.svg);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: 40% 40%;
	}
	.cart-header-inbox { 
		background-position: 0 0;
		width: 20px;
		height: 20px;
		background-image: url(../../images/svg/413cd754.svg);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: 20% 20%;
	}
	.css-header-cart:hover,
	.css-header-notif:hover,
	.css-header-inbox:hover {
		color: rgb(3, 172, 14);
		background-color: rgb(243, 243, 243);
		border-radius: 4px;
	}
	.mobile-cart-container{
		display: none;
	}
	.css-pemisah {
		width: 1.2px;
		min-width: 1.2px;
		height: 24px;
		background: #e0e0e0;
		margin: 0 0 0 16px;
	}
	.css-login-register {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 158px;
		margin: 0 0 0 14px;
	}
	.css-btnHeaderLogin {
		width: 47%;
		height: 32px;
		padding: 0px 16px;
		font-weight: 800;
		border-radius: 24px;
		font-size: 12px;
		background: white;
		color: var(--1stcolor);
		cursor: pointer;
		border: 1px solid var(--1stcolor);
	}
	.css-btnHeaderRegister {
		width: 47%;
		height: 32px;
		color: #ffffff;
		padding: 0px 16px;
		font-weight: 800;
		border-radius: 24px;
		font-size: 12px;
		background: var(--1stcolor);
		cursor: pointer;
		border: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.btn-user-profil {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 98%;
		height: 36px; 
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-radius: 2px;
		padding: 0 0 0 6px;
	} 
	.user-profil-image {
		width: 20px;
		height: 20px;
		border-radius: 50%;
	}
	.user-profil-name {
		padding: 8px;
		text-overflow: ellipsis;
		-webkit-font-smoothing: antialiased;
		overflow: hidden;
		white-space: nowrap;
	} 
.user-profil-chevron {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
	.trending-popular-keywords {
		position: fixed; 
		top: 86px;
		width: 45%;
		left: 274px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		z-index: -1;
	}
	.trending-popular-keywords a {
		color: rgba(49,53,59,0.68);
		line-height: 1.5;
		font-size: 12px;
		margin: 0 2% 0 0%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		cursor: pointer;
		text-transform: capitalize;
	}
	.trending-popular-keywords a:hover {
		color: var(--1stcolor);
	}
	.mobile-header-background {
		display: none;
	}
	.mobile-header-logo {
		display: none;
	}
	/**
	**Search overlay
	**/
	.mobile-overlay-wrap {
		display: none;
	}
.css-search-container .search-overlay {

    position: absolute;
    top: 56px;
    left: 0px;
    padding: 16px;
    width: 100%;
    max-height: 450px;
    background-color: rgba(255, 255, 255, 1);
    overflow-y: auto;
    border-radius: 12px;
    transform: translate3d(0px, 0px, 0px);
    z-index: 201;
    box-shadow: 0px 3px 12px 0px rgba(35, 65, 91, 0.1);
}
	.css-search-container .search-header-title {
    color: #23415B;
    margin: 24px 4px 8px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
	}
	.css-search-container .search-header-refresh {
		font-size: 1rem;
		line-height: 18px;
		cursor: pointer;
		margin-left: 16px;
		color: var(--1stcolor);
	}
	.css-search-container .search-recent-view {
		padding: 8px 4px;
		width: unset;
		display: inline-block;
		margin-bottom: 4px;
	}
	.css-search-container .search-recent-view:first-of-type {
		margin-left: 4px;
	}
	.css-search-container .recent-view {
		position: relative;
		overflow: hidden;
		width: 32px;
		height: 32px;
		border-radius: 42px;
		margin-right: 8px;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.css-search-container .search-recent-view .recent-view {
		width: 56px;
		height: 56px;
		border-radius: 6px;
		margin-right: 0px;
	}
	.css-search-container .recent-view img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.css-search-container .popular-search {
		color: rgba(0, 0, 0, 0.7);
		font-size: 1rem;
		line-height: 14px;
		text-decoration: none;
		border-radius: 4px;
		-webkit-box-align: center;
		align-items: center;
		position: relative;
		transition: background-color 280ms ease 0s;
		width: 45%; 
		display: inline-flex;
		padding: 8px 20px 8px 4px;
	}
	.css-search-container .popular-search:hover {
		background-color: #F3F4F5;
	}
	.css-search-container .popular-wrap {
		width: 100%;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}
	.css-search-container .popular-img {
		position: relative;
		overflow: hidden;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		border-radius: 6px;
		margin-right: 13px;
	}  
	.css-search-container .popular-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.css-search-container .popular-txt {
		min-width: 0px;
		flex: 1 1 0%;
	} 
	.css-search-container .popular-txt .text {
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		margin-bottom: 2px;
		color: rgba(49, 53, 59, 0.96);
		font-size: 1rem;
		line-height: 20px;
	}
	.css-search-container .popular-txt .text span {
    color: #23415B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 20px;
    letter-spacing: 0em;
	}
.acq-header {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin: 24px 4px 8px;
}
.acq-header .search-header-refresh {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    color: #F01478;
}
.acq-header .search-header-title {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    color: #23415B;
    margin: 0px;
}
.acq-shop .popular-txt .sub-text img {
    width: 14px !important;
    height: 14px !important;
    margin: 2px 4px 2px 0px;
}
	.css-search-container .popular-txt .sub-text {
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		margin-bottom: 2px;
		font-size: 0.857143rem;
		line-height: 18px;
		color: rgba(49, 53, 59, 0.68);
	}
	.search-overlay {
		visibility: hidden;
	}
	

.lima-overlay {
visibility: hidden;
    background-color: rgba(61, 61, 61, 1);
    opacity: 0.3;
    position: fixed;
    left: 0px;
    top: 127px;
    width: 100%;
    height: 100%;
    z-index: 200;
    will-change: opacity;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 200ms ease 0ms;
}
.admin-bar .lima-overlay {
	top: 160px;
}
.sticky-header {
    top: 0px;
}
.admin-bar .sticky-header {
    top: 32px;
}
	.css-search-container .search-recent-search {
		width: 100%;
		color: rgba(0, 0, 0, 0.7);
		font-size: 1rem;
		line-height: 14px;
		text-decoration: none;
		border-radius: 4px;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		position: relative;
		padding: 6px 4px;
		transition: background-color 280ms ease 0s;
	}
	.css-search-container .search-recent-search:hover {
		background-color: #F3F4F5;
	}
	.css-search-container .search-recent-search .recent-search {
		width: 100%;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}
	.css-search-container .search-recent-search .last-search-icon, 
	.css-search-container .search-recent-search .last-search-remove {
		position: relative;
		overflow: hidden;
		width: 32px;
		height: 32px;
		border-radius: 42px;
		margin-right: 8px;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.css-search-container .search-recent-search .last-search-icon img,
	.css-search-container .search-recent-search .last-search-remove img {
		width: 24px;
		height: 24px;
		object-fit: cover;
	}
	.mobile-bottom-menu {
		display:none; 
	}
	/**
	** Content
	**/
	.care-body {
		position: relative;
		display: block;
		width: 100%;
		min-height: 50vh;
	}
	.care-body-outer {
		position: relative;
		display: block;
		width: 960px;
		margin: 0px auto;
	}
	.care-body-outer {
		width: 85%;
	}
	.care-body .care-content {
		display: block;
		width: 100%;
		padding: 40px 0px;
	}
	.care-body .care-content {
		display: flex;
		align-items: flex-start;
	}
	.wrapper-outer-index {
		width: 66.6667%;
		padding-right: 24px;
	}
	.wrapper-outer-index .content-wrapper {
		display: flex;
		flex-wrap: wrap;
		margin: 0px;
	}
	.content-single {
		box-shadow: rgb(0 0 0 / 12%) 0px 1px 6px 0px;
		border-radius: 9px;
	}
	.content-single-wrapper{
		padding: 10px;
	}
	.wrapper-outer-index .content-wrapper > div {
		width: 48%;
		margin-right: 2%;
		padding: 0px 10px;
		margin-bottom: 32px;
	}
	.paging-navigation {
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}
	.paging-navigation .page-numbers {
		border: 1px solid rgb(225, 225, 225);
		font-size: 0.857143rem;
		min-width: 30px;
		min-height: 30px;
		text-align: center;
		margin-right: 8px;
		padding: 8px;
		display: inline-block;
	}
	.paging-navigation .current,
	.paging-navigation .page-numbers:hover{
		background-color: var(--1stcolor);
		padding: 8px;
		color: #fff;
	}
	.content-sidebar {
		width: 33.3333%;
		top: 32px;
		padding-left: 24px;
	}
	/**
	** Product single info
	**/
	#product-info {
		display: grid;
		grid-template-columns: 1fr 1fr minmax(0px, 268px);
		grid-template-rows: repeat(3,minmax(40px,auto));
		grid-gap: 40px;
		grid-template-areas: "info_product info_product option_product";
	}
	.product-info-summary {
		grid-area: info_product;
	}
	.options-single-product-summary {
		grid-area: option_product;
	}
	.single-product-summary {
		display: grid;
		grid-template-columns: 1fr minmax(0px, 468px);
		grid-template-rows: repeat(2,minmax(40px,auto));
		grid-gap: 40px;
		grid-template-areas:
			"left_single right_single"
			"bottom_single bottom_single";
	}
	.left-single-product-summary {
		grid-area: left_single;
	}
	.right-single-product-summary {
		grid-area: right_single;
	}
	.bottom-single-product-summary {
		grid-area: bottom_single;
	}
	.sticky-single-product-cart {
		position: sticky;
		top: 172px;
	}
	.single-product-cart {
		border: 1px solid rgb(229, 231, 233);
		border-radius: 8px;
		padding: 0px 12px;
	}
	.woocommerce div.product .single-product-cart form.cart {
		margin: 1em 0 0 0;
	}
	.showing .showing-inner {
		text-transform: uppercase;
		font-size: 2rem;
		font-weight: 700;
		margin: 0px;
		color: #000000;
		text-align: center;
		margin: 50px 0px;
	}
	/**
	**Archive Product
	**/
	.product-listing {
		display: grid;
		grid-template-columns: repeat(5,minmax(40px,300px));
		grid-gap: 10px;
		padding-bottom:30px;
	}
.lima-product-list {
    display: block;
    overflow: hidden;
}
	.logged-in.woocommerce-account .woocommerce {
		display: grid;
		grid-template-columns: minmax(0px, 248px) 1fr;
		grid-gap: 30px;
		grid-template-areas: "account_navigation account_content";
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		list-style: none;
		align-items: center;
		-webkit-box-pack: start;
		justify-content: flex-start;
		padding: 0px;
		margin: 20px 0px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		cursor: pointer;
		margin: 2px 5px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
		font-size: 0.928571rem;
		display: block;
		padding: 4px;
		margin: 6px 0px;
		line-height: 26px;
		border-radius: 4px;
		padding-left: 20px;
		font-weight: 600;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
	.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
		cursor: pointer;
		background-color: #F3F4F5;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		font-size: 14px;
		padding: 0px 30px;
		width: 100%;
		border-radius: 8px;
		background-color: transparent !important;
		border: unset;
	}
	.woocommerce form .form-row em {
		color: rgba(49,53,59,0.68);
		font-size: 12px;
		line-height: 18px;
		position: relative;
		margin: 4px 0px 0px;
	}
	.woocommerce form .form-row label {
		font-weight: 600;
		font-size: 1rem;
		line-height: 20px;
		color: rgba(49,53,59,0.68);
		text-decoration: initial;
	}
	.login-bg {
		width: 816px;
		margin: 0 auto;
		display: block;
	}
	.card-login-register {
		width: 368px;
	}
.menu__body {
	display: none;
}
	/**
	** Footer
	**/
	.care-footer {
		width: 100%;
		background-color: rgb(255, 255, 255);
		border-top: 1px solid #E5E7E9;
		font-size: 13px;
	}
	.contentfooter {
		width: 100%;
		box-shadow: 0 1px 6px 0 rgba(49,53,59,0.12);
	}
	.care-footer > div {
		padding: 32px 0px;
	}
	.contentinfo {
		width: 100%;
		margin: 0px auto;
		padding: 32px;
	}
	.contentinfo {
		width: 1240px;
	}
	.wraper_footer {
		display: flex;
		flex-flow: column wrap;
		max-height: 350px;
	}
	.footer-area h4 {
		display: block;
		position: relative;
		font-weight: 400;
		font-family: Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
		font-size: 1.14286rem;
		line-height: 22px;
		color: rgba(49,53,59,0.96);
		text-decoration: initial;
		margin: 0px 0px 8px;
	}
	.footer-area h4 {
		font-size: 16px !important;
	}
	.footer-area .widget_nav_menu {
		display: block;
		padding: 0px;
		margin: 0px 0px 24px;
		min-width: 200px;
		list-style: none;
	}
	.footer-area .widget_nav_menu ul{
		display: block;
		padding: 0px;
		margin: 0px 0px 24px;
		min-width: 200px;
		list-style: none;
	}
	.footer-area .widget_nav_menu ul li{
		margin-bottom: 8px;
		font-family: Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
	}
	.footer-area .widget_nav_menu ul li a{
		color: rgba(49,53,59,0.68);
		font-size: 14px;
		line-height: 20px;
		font-weight: normal;
		text-decoration: none;
		display: inline-block;
		transition: color 200ms cubic-bezier(0.63, 0.01, 0.29, 1) 0s;
	}
	.footer-area .widget_nav_menu ul li a{
		color: rgba(49,53,59,0.68);
		font-size: 14px;
		line-height: 20px;
		font-weight: normal;
		text-decoration: none;
		display: inline-block;
		transition: color 200ms cubic-bezier(0.63, 0.01, 0.29, 1) 0s;
		font-family: Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
	}
	.footer-area .widget_nav_menu ul li a{
		display: block;
		color: rgba(49,53,59,0.68);
		font-size: 1rem;
		text-decoration: none;
		cursor: pointer;
		line-height: 20px;
		font-size: 13px !important;
	}
	.footer-area .widget_nav_menu ul li a:hover{
		color: #03AC0E;
	}
	.footer-area .wp-block-column img {
		display: inline-block;
		width: 100px;
		height: 58px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.footer-area.footer-4 {
		display: flex;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		padding: 0px 40px 24px;
		margin-top: -16px;
	}
	.footer-area.footer-4 .widget_media_image {
		width: 550px;
		height: 211px;
		margin-top: -16px;
	}
	.footer-area.footer-4 .widget_block p {
		font-size: 13px !important;
		line-height: 18px;
		font-family: Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
		font-weight: normal;
	}
	
.product-basic-archives {
    position: relative;
    display: grid;
    grid-template-columns: minmax(200px, 200px) 1fr;
    grid-gap: 20px;
    margin-bottom: 40px;
	grid-template-areas: "pb_archive_banner pb_archive_content";
}
.product-basic-archives .product-basic-banner{
	grid-area: pb_archive_banner;
}
.product-basic-archives .product-basic-content{
	grid-area: pb_archive_content;
	overflow: hidden;
}
.product-basic-content .lm-slider {
    width: calc(100% - 0px) !important;
    margin: 0 auto;
}
.product-basic-content .lm-slider .owl-stage-outer {
	padding-left: 2px;
    margin-right: -4px;
	padding-top: 2px;
}

.product-basic-content .lm-slider .owl-nav button.owl-prev span {
    left: 0px;
}
.product-basic-content .lm-slider .owl-nav button.owl-next span {
    right: 0px;
}
.product-basic-banner .banner-middle-inner {
    margin: 0;
    transform: scale(1) translateY(0);
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.product-basic-banner .banner-middle-inner:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: "";
    z-index: 2;
    background-color: rgb(169 184 202 / 60%);
    transition: all 0.6s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    -webkit-transition: all 0.6s cubic-bezier(0.39, 0.01, 0.36, 0.9);
	}
.product-basic-banner .banner-middle-inner:before {
    background-color: transparent;
	}
.product-basic-banner .banner-middle-inner img {
    width: 100%;
    float: left;
}
.product-basic-banner .banner-middle-inner .placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center top no-repeat;
    background-size: cover;
    background-position: center;
	opacity: 1;
}
.css-search-container {
    position: relative;
    min-width: 150px;
}


}



label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}


/** SELECT2 */
.input-group .select2-container{
  flex: 1 1 auto;
  border-radius: 5px 0px 0px 5px !important;
  border: 1px solid #ddd;
  width:auto !important;
}

.input-group .select2-container--default .select2-selection--single{
  border: 0;
}

#lima-modal-filter .select2-container--open .select2-dropdown--below{
  margin-top: 0 !important;
}
/** END SELECT2 */


#address-modal .modal-footer .ms-cancel{
	width:auto;
	padding:0px 12px;
	height:40px;
}