/*
button{
cursor: pointer;
transition: all 0.2s ease-in-out
}
button:active{
transform: scale(95%)
}
*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}

.heading-page .header-page{
	margin-bottom: 24px;
}

.cart-items .table-head{
	display: none;
}
.cart-container .cart-empty{
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	color: #2C2C2C;
	margin:0;
}
.cart-container .cart-empty a{
	color: var(--color_highlight);
}
.expanded-message .empty-cart-img-wrap{
	max-width: 450px;
	text-align: center;
	margin: 0 auto 20px;
}
.continue-link-wrap{
	display: flex;
	justify-content: center;
	align-items: center;

}

.btncart-checkout-wrap{
	display: inline-block;
}
.continue-link{
	margin: 35px 0 100px 0;
	display: inline-block;
}
.continue-link a{
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	padding: 10px 22px;
	border-radius: 69px;
	background: var(--color_highlight); 
	display: inline-block;
}

.cart-empty-suggest{margin-top:30px;}
.cart-empty-suggest .suggest-title{
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #2C2C2C;
	margin: 0;
	padding: 25px 0;
}
.item .item-title{
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #2C2C2C;
	width: 60%; 
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; 
}

.line-item-container .item{
	padding: 0 0 15px 13px;
}
.line-item-container .image{
	width: 30%;
	padding-bottom: 15px;
}
.line-item-container:last-child .image, .line-item-container:last-child .item {
	padding-bottom: 0;
}
.qty-remove .remove-btn{
	margin-left: 15px;
	transform: translateY(2px);
}
.qty-remove{
	display: flex;
	align-items: center;
}
.qty.qty-click, .item .variant{
	display: flex;
	align-items:center
}
.qty .qty-btn{
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	width: 20px;
	height: 19px;
	outline: none;
	border: 0;
}
.qty .qty-btn.qtyplus{
	background: var(--color_highlight);
	color: #fff;
}

.qty .qty-btn.qtyminus{
	background: #ECECEC;
	color: var(--color_highlight);
}
.qty .item-quantity{
	outline: none;
	border: 0;
	width: 20px;
	text-align: center;	
}
.variant .variant-title{
	font-size: 10px;
	line-height: 15px;
	padding: 4px 5px;
	border-radius: 33px;
	border: 1px solid #D9D9D9;
	margin-right: 10px;
	display: inline-block;
	text-align: center;
}
.item-price{
	text-transform: capitalize;
	color: #2C2C2C;
}
.item-price .pri{
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	margin-right: 6px;

}
.item-price .compare-price{
	font-weight: 500;
	font-size: 11px;
	line-height: 13px;

}
.item .option-qty-wrap{
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	justify-content: space-between;
}
.item .variant{
	margin: 0
}
.cart-container table tr td {
	border: 0
}

.cart-checkout .btncart-checkout{
	font-weight: 600;
	font-size: 16px;
	line-height: calc(19/16);
	display: inline-block;
	color: #FFFFFF;
	padding: 9px 19px;
	background: var(--color_highlight);
	text-align: center;
}

.cart-checkout .total-price-wrap{
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #2C2C2C;
}
.cart-checkout {
	margin-top: 25px
}
.table-cart thead{
	display: none;
}

/* account */
.layout-info-account .section-title{width:100%;}
.layout-info-account .account-banner{
	background: #2c2c2c;
	margin-bottom:40px;
}
.utils-wrap.mobile-utils .order-content{
	display: flex;
	align-items: center;
}
.utils-wrap.mobile-utils .order-item{
	width: calc( 100% / 4 )
}
.utils-wrap.desktop-utils{
	display: none;
}
.account-banner .container{
	padding-top: 31px;
	padding-bottom: 31px;	
	display:flex;
}
.account-banner .avatar-wrap {
	background: #fff;
	border-radius: 100%;
	display: inline-block;
	width: 63px;
	height: 63px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
}

.account-banner .account-info{
	color: #fff;
}
.account-info .account-name{
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 5px;
}
.account-info .account-info-link{
	display: flex;
	align-items: center;
}
.account-info .account-info-link svg{
	margin-left: 4px;
}
.account-info .my-info{
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

.account-info{
	margin-left: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.account-info p{
	margin: 0
}


.order-content-icon{
	display: inline-block;
	position: relative;
	height: 40px;
}

.order-notif-wrap{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transform: translate(50%,-20%);
	background: var(--color_highlight);
	color: #fff;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 700;
	font-size: 9px;
	line-height: 11px;
	text-transform: capitalize;
}

.order-content .order-txt{
	font-size: 11px;
	line-height: 15px;
	text-transform: capitalize;
}
.order-content .order-item{
	padding: 0;
	text-align: center;
}

.order-info{
	padding: 24px 0;
}

.order-wrap::after, .cart-empty-suggest::before, .utils-wrap::after{
	content:"";
	background: #F6F6F6;
	height: 8px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
}
.order-title{ 
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #2C2C2C;
	margin-bottom: 26px;
}
.translateY-20{
	transform: translateY(20%);
}
.translateY-15{
	transform: translateY(15%);
}
.tab-link{
	font-weight: 600;
	font-size: 16px;
	line-height: 153%;
	width: 50%;
	text-align: center;
	color: #DCDCDC;
	padding: 15px 0;
	transition: all 0.3s;
	border-bottom: 2px solid transparent;
	cursor:pointer;
}
.tab-link.active{
	color: #2C2C2C;
	border-bottom: 2px solid #2C2C2C;
}
.wishlist-recent-wrap .tab-contents{
	padding-top: 25px;
}
.tab-contents .tab-content{
	transition: all 0.3s ease-in-out;
}
.wishlist-recent-wrap .tab-contents .tab-content:not(.active){
	display:none;

}
.wishlist-recent-wrap .tab-links, .login-register-wrap .tab-links{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.img-wrap{
	text-align: center;
	margin: 59px auto 37px ;
	max-width: 235px;
}
.empty-wishlist .wislist-content{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #2C2C2C;
}
.empty-wishlist .wislist-content a{
	color: var(--color_highlight);
}

.empty-wishlist .wishlist-continue-link a{
	border: 1px solid var(--color_highlight);
	border-radius: 51px;
	padding: 15px 39px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	margin-top: 25px;
	display: inline-block;
}
/* account info*/
.form-info__acc{
	max-width: 550px;
	margin: 0 auto;
}
.form-info__acc .form-group input{
	outline: 0;
	border: 0.5px solid #2C2C2C;
	border-radius: 32px;
	color: #2c2c2c;
	font-weight: 500;
	font-size: 12px;
	line-height: 153.02%;
	padding: 10px 16px;
	width: 100%;
}

.form-info__acc .form-group label{
	font-weight: 500;
	font-size: 12px;
	line-height: 153.02%;
	color: #8B8B8B;
	display:block;
}
.form-info__acc .height-weight{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.form-info__acc .height-weight .input-txt:first-child{
	margin-right: 12px
}
.form-info__acc .height-weight .input-txt{
	position: relative; 
	width: 50%;
}
.form-info__acc .height-weight span{
	position: absolute;
	transform: translate(-50%,0);
	font-weight: 500;
	font-size: 12px;
	line-height: 153.02%;
	color: #2C2C2C;
	transform: translate(-27px, 22px);
} 
.form-info__acc .checkbox-list{
	display: flex;
	flex-wrap: wrap;
}
.form-info__acc .checkbox-list input{
	display: none

}
.form-info__acc .checkbox-list label{
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	position: relative;
	display: block;
	padding-left: 28px;
}

.form-info__acc .info-checkboxe-title{
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #2C2C2C;
}
.form-info__acc .info-checkboxes-content p{
	font-weight: 500;
	font-size: 12px;
	line-height: 153.02%;
	color: #8B8B8B;
	margin: 25px 0;
}

/* Create a custom checkbox */
.info-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background: #fff;
	border-radius: 100%;
	border: 1px solid var(--color_highlight);
	display: inline-block;

}


label input:checked ~ .info-checkmark {
	/* background-color: #2196F3;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.info-checkmark:after {
	content: "";
	display: none;
	background: var(--color_highlight);
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid #fff;
}

/* Show the checkmark when checked */
label input:checked ~ .info-checkmark:after {
	display: inline-block;
}
.info-checkbox{
	margin: 0 15px 15px 0;
}
.info-submit-btn{
	text-align: center;
	margin: 26px 0 41px;
}
.info-submit-btn button{
	background: var(--color_highlight);
	color: #fff;
	border: 1px solid var(--color_highlight);
	border-radius: 51px;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 20px;
}
.info-title{
	font-weight: 600;
	font-size: 16px;
	line-height: calc(19/16);
	color: #2C2C2C;
	text-align: center;
	margin-bottom: 25px;
}

/* voucher */
.voucher-content{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}
.dat-empty{
	width: 100%;
	font-size: 16px;
	color: var(--color_highlight);
	font-style: italic;
}
.voucher-content .voucher-item{
	display: inline-flex;
	align-items:center;
}
.voucher-item{
	margin-bottom: 30px
}
.voucher-ribbon{
	padding: 10px 15px 10px 0;
}
.voucher-detail{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 15px;
	border-left:  1px dashed #D9D9D9;
}
.voucher-detail p{
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 14px;
	line-height: 153.02%;
	color: var(--color_highlight);
}
.voucher-detail span{
	font-weight: 400;
	font-size: 12px;
	line-height: calc(15/11);
}
.voucher-detail-btn {
		margin-top: 8px;
}
.voucher-detail-btn .voucher-copy-btn{
	font-weight: 500;
	font-size: 12px;
	line-height: calc(15/12);
	text-align: center;
	color: #FFFFFF;
	padding: 8px 14px;
	background: #2C2C2C;
	border-radius: 16px;
	border: 0;
	outline: 0;
}
.voucher-copy-btn.not-get{
	background: #b1b1b1;
	pointer-events:none;
}
/* support */
.info-support{
	max-width:550px;
	margin:0 auto;
}
.qna-item .qna-item-upper{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
}

.qna-item-upper .qna-quest{
	margin: 0;
	margin-right: 10px;
}
.qna-item-upper.active svg{
	transform: rotate(180deg);
}
.qna-item-upper svg{
	transition: all 0.3s ease-in-out;
}
.qna-item{
	padding: 9px 0;
	border: 1px solid #2C2C2C;
	border-radius: 3px;
	margin-bottom: 10px
}

.qna-item-lower{

	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	line-height: 153.02%;
	color: #8B8B8B;
	padding: 10px 10px 0;
}
.support-form{
	margin-bottom: 30px;
}
.support-form .contact-form .input-group{
	display: block;
	margin-top: 0;
	margin-bottom: 15px;
}
.support-form .contact-form .input-group input{
	border: 1px solid #2C2C2C;
	border-radius: 32px;
	height: 36px;
	font-weight: 500;
	font-size: 12px;
	line-height: calc(18/12);
	float: initial;
}
.support-form .contact-form button{
	border: 1px solid var(--color_highlight);
	border-radius: 51px;
	padding: 10px 45px;
	background: var(--color_highlight);
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	line-height: calc(18/15);
}
.support-title{
	margin: 25px auto;
}
.info-qna-title{
	margin-bottom: 25px;
}
.support-title, .info-qna-title{
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #2C2C2C;
}
.other-support-title span{
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	text-transform: capitalize;
	color: #2C2C2C;
	margin: 0 12px;
}
.other-support-title, .other-support-links{
	display: flex;
	align-items: center;
	justify-content: center;
}
.other-support-links .other-support-link{
	margin: 0 12.5px;
}
.other-support-links{
	margin-top: 21px
}
.form-info__acc .input-txt input{
	outline: 0;
	border: 0.5px solid #2C2C2C;
	border-radius: 32px;
	color: #2c2c2c;
	font-weight: 500;
	font-size: 12px;
	line-height: 153.02%;
	padding: 10px 16px;
	width: 100%;
	margin: 9px 0 25px;
}

/* login / register */
.login-register-wrap label, .active-account-form label{
	width: 100%;
	position: relative;
	margin-bottom: 28px;
}
.login-register-wrap label input, .active-account-form label input{
	width: 100%;
	border: 0;
	border-bottom: 0.5px solid #CDCDCD;
	transition: all 0.3s ease-in-out;
	padding: 7px 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 153.02%;
	color: #2c2c2c;
	background: transparent;

}
.login-register-wrap label input:focus{
	border-bottom: 0.5px solid #000;
}
.login-register-wrap label input::placeholder {
	color: #CDCDCD;
}

.eyeslash-icon, .eye-icon{
	max-width: 16px;
}
.eye-icon{
	display: none;
}
.show-hide-btn{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.login-register-wrap .tab-contents{
	margin-top: 30px;
}
.tab-contents .tab-content:not(.active){
	display: none
}
.login-register-wrap .forgot-password{
	text-align: right;
}
.login-register-wrap .forgot-password a{
	font-weight: 500;
	font-size: 12px;
	line-height: 153.02%;
	color: #2C2C2C;
	cursor: pointer;
}
.login-register-wrap .login-btn{
	text-align: center;
	margin-top: 22px;
}
.login-register-wrap .login-btn button{
	padding: 10px 103px;
	background: var(--color_highlight);
	border-radius: 37px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	border: 0;
}

/* otp */
.register-otp .otp-title h3, .active-account .active-account-title h3{
	text-align: center;
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-transform: capitalize;
	color: #2C2C2C;
}
.register-otp .otp-content p, .active-account .active-account-content p{
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	line-height: 153.02%;
	text-align: center;
	margin-bottom: 25px;
	color: #2C2C2C;
}
.register-otp .otp-form input{
	width: 33px;
	height: 33px;
	display: inline-block;
	border: 1px solid #B1B1B1;
	border-radius: 1px;
	margin: 0 4px; 
	text-align: center;
}
.register-otp .otp-form .otp-txt{
	display: flex;
	justify-content: center;
	align-items: center;
}
.otp-form .otp-btn, .active-account-form .active-account-btn{
	text-align: center;
	margin: 34px 0;
}
.otp-form .otp-btn button, .active-account-form .active-account-btn .btn{
	background: var(--color_highlight);
	border-radius: 37px;
	padding: 10px 64px;
	color: #fff;
	border: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	outline: 0;
}

.resend-otp p a, .active-account-captcha a {
	color: var(--color_highlight);
}
/* active account */

.active-account-content .active-account-form .active-account-captcha{
	font-weight: 500;
	font-size: 12px;
	line-height: 153.02%;
	color: #2C2C2C;
	text-align: left;
}

.active-account-form .active-account-btn p{
	font-weight: 500;
	font-size: 12px;
	line-height: 153.02%;
	text-align: center;
	color: #B1B1B1;
	margin-top: 25px;
}

.activated-img-wrap{
	text-align: center;
	max-width:350px;
	width:100%;
	margin:0 auto;
}
.activated-btns{
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	justify-content:center;
	-webkit-justify-content:center;
	text-align: center;
	margin-top: 64px;
}
.activated-btns a{
	display: inline-block;
	text-align: center;
}
.activated-btns a{
	padding: 10px 38px;
	border: 0;
	border-radius: 37px;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	border: 1px solid var(--color_highlight);
}
.activated-skip-btn {
	margin-right: 23px;
}
.activated-skip-btn a{
	background: #fff;
	color: var(--color_highlight);
}
.activated-continue-btn a{
	color: #fff;
	background: var(--color_highlight);
}

/* order */
.account-tablist.order-tablist{
	margin: 0;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
	padding-bottom: 15px;
}
.account-tablist.order-tablist li{
	display: inline-block;

}
.account-tablist.order-tablist li:not(:last-child){
	margin-right: 20px;
}

.account-tablist.order-tablist li span{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	border-bottom: 3px solid transparent;
	color: #CDCDCD;
	transition: all 0.3s ease-in-out;
	padding-bottom: 10px;
}
.account-tablist.order-tablist li.active span{
	color: var(--color_highlight);
	border-bottom: 3px solid var(--color_highlight);
}
.account-tablist::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}
.account-tablist::-webkit-scrollbar-thumb {
	background: #2c2c2c;
}
.account-tablist::-webkit-scrollbar-track {
	background: #CDCDCD;;
}
.review-modal .close-review-modal-btn {
	background: #fff;
	border-radius: 37px;
	padding: 10px 62px;
	color: var(--color_highlight);
	border: 1px solid var(--color_highlight);
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	outline: 0;
	transition: all 0.2s ease-in-out;

}
.review-modal .close-modal-x-btn{
	background: var(--color_highlight);
	color: #fff;
	border: 0;
	font-weight: 600;
	font-size: 20px;
	padding: 0 5px;
	border-radius: 7px;
	outline: 0;

}
.review-modal .x-btn-wrap {
	text-align: right;
	padding: 10px 10px 0 0 ;
}
.review-modal .close-review-btn-wrap{
	text-align: center;
	padding-bottom: 30px;
}
/* membership */
.layout-membership.layout-info-account{
	padding-bottom: 0;
}
.membership-progress{
	display: flex;
	justify-content: center;
	align-items: center;
}
.membership-progress .progress-stage{
	width: 22px;
	height: 22px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #B1B1B1;
}
.membership-progress .progress-stage span{
	font-size: 10px;
	line-height: 140.52%;
	color: #fff;
}
.membership-progress .progress-line {
	border-bottom: 1px solid #B1B1B1;
	width: 48px;
}
.progress-line.active, .progress-stage.active{
	border-color: #2c2c2c;
	background-color: #2c2c2c;
}
.membership-card{
	background: url(//cdn.hstatic.net/themes/1000197303/1001389401/14/membership-card-bg.png?v=696) no-repeat;
	background-size: cover;
	width: 331px;
	height: 200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
}
.membership-card-wrap{
	text-align: center;
}
.membership-progress-note p{
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	margin: 0;
}
.membership-progress-note{
	margin: 25px 0;
}
.membership-card-info {
	display: flex;
	justify-content: center;
	align-items: center;
}

.membership-card-info .card-item-icon{
	background: #FFDEEE;
	box-shadow: 0px 8px 19px -6px rgba(0, 0, 0, 0.15);
	border-radius: 59px;
	width: 38.7px;
	height: 38.7px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.membership-card-info .card-item-info{
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	margin: 0;
	margin-top: 8px;
}
.card-detail {
	width: 100%;
}
.card-item:not(:last-child) {
	margin-right: 30px;
}
.membership-card-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	margin: 30px 0 23px;
	color: #fff
}
.membership-voucher{
	margin-top: 41px; 
}
.membership-voucher .voucher-detail-btn .voucher-copy-btn{
	background: #b1b1b1;
}
/* search */
.hot-keywords {
	display: flex;
	flex-wrap: wrap;
}
.hot-keywords .hot-keyword {
	padding: 6px 13px;
	background: #F1F1F1;
	border-radius: 40px;
	margin-right: 10px;
	margin-bottom: 9px;
	font-weight: 500;
	font-size: 12px;
	line-height: 153.02%;
	color: #2C2C2C;
	text-transform: uppercase;
}
.hot-keywords-title, .search-suggest-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #2C2C2C;
	margin-bottom: 18px;
}
.suggest-items {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
}
.suggest-items .suggest-item {
	display: inline-flex;
	width: 50%;
	padding: 0 15px 15px 0;
	align-items: center;
}
.suggest-item .item-img {
	width: 40%;
}
.suggest-item .item-info {
	width: 60%;
	padding-left: 10px;
	font-weight: 400;
	font-size: 12px;
	line-height: 153.02%;
	color: #2C2C2C;
}
.search-suggest-title{
	margin-top: 15px;
	margin-bottom: 25px;
}



@media (min-width: 768px){
	.review-modal .modal-dialog{
		min-width: 90%;
	}
}
@media (min-width: 992px){
	.review-modal .modal-dialog{
		min-width: 70%;
	}
}
/* desktop */
.login-register-wrap .container{
	background: #fff;
}
.other-login-method {
	text-align: center;
}
.other-login-method p:first-child{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 37px 0 20px;
}
.other-login-method p:first-child b{
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #2C2C2C;
	margin: 0 17px;
}

.solid-line {
	border: 1px solid #2c2c2c;
	width: 45px;
	height: 0;
	display: inline-block;
}
.login-register-content .method-links{
	display: flex;
	align-items: center;
	justify-content: center;
}
.method-links .method-link:not(:last-child){
	margin-right: 25px
}
.method-links .method-link button{
	background:none;
	border:0;
}
.desktop-img{
	display: none;
}
.login-register-wrap .container, .register-otp-wrap .container, .active-account-wrap .container {
	background: #fff;
}
.form-recover{padding-top:20px;}
.form-recover h3{
	text-align: center;
	font-size: 20px;
	margin-bottom: 0;
}
.login-tab:not(.active){display:none;}

.header-search-desktop{
	display: none;

}
.header-actions li a.show-search-desktop-btn{
	display: none;
	cursor: pointer;
}

@media (min-width: 768px) {
	.login-register-wrap .container{
		background: #FCFCFC;
	}
	.login-register-wrap, .register-otp-wrap, .active-account-wrap{
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 98px 0
	}
	.login-register-wrap .container, .register-otp-wrap .container, .active-account-wrap .container {
		border: 2px solid #FFFFFF;
		backdrop-filter: blur(2.5px);
		width: 463px;
		border-radius: 3px;
		padding: 0;
	}
	.login-register-wrap .login-register-content{
		padding: 0 35px 30px;
	}

	.other-login-method p:first-child b, .tab-link{
		font-size: 16px;
	}
	.tab-link{
		padding: 10px 0;
	}
	.login-register-wrap label input, .active-account-form label input{
		font-size: 16px;
		line-height: 19px;
		padding: 10px 0;
	}
	.login-register-wrap .forgot-password a{
		font-size: 16px;
		line-height: 19px;

	}
	.login-register-wrap .login-btn{
		margin-top: 25px
	}
	.login-register-wrap .login-btn button{
		padding: 10px 64px;
		font-size: 16px;
	}
	.form-info__acc .form-group input{font-size:14px;}
	.form-info__acc .input-txt input{
		font-size:14px;
	}
	/* OTP */
	.register-otp-wrap{
		padding: 121px 0;
	}
	.register-otp-wrap .register-otp{
		padding: 46px 0 60px;
	}
	.register-otp .otp-form input{
		border: 2px solid #B1B1B1;
	}
	.register-otp .otp-title h3, .active-account .active-account-title h3{
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 27px;
	}
	.register-otp .otp-content p, .active-account .active-account-content p{
		font-size: 14px;
		line-height: 153.02%;
		margin-bottom: 28px
	}
	.register-otp .resend-otp p{
		margin-bottom: 0
	}
	.otp-form .otp-btn button{
		font-size: 16px;
		padding: 10px 64px;
	}
	.otp-form .otp-btn{
		margin: 50px 0;
	}
	/*active account*/
	.active-account-wrap .container{
		width: 722px;

	}
	.active-account-wrap .active-account{
		padding: 65px 66px 70px;
	}
	.active-account .active-account-title h3{
		margin-bottom: 51px;
	}
	.active-account-content .active-account-form .active-account-captcha{
		font-size: 14px;
		line-height: 167.02%;
	}
	.active-account-form .active-account-btn, .active-account-form .active-account-btn p{
		margin: 51px 0 0 0 ;
	}

	.active-account-form .active-account-btn button {
		padding: 20px 95px;
		font-size: 20px;
		line-height: 24px;
	}
	.active-account-wrap{
		padding: 102px 0 263px;
	}
	.eyeslash-icon, .eye-icon {
		max-width: 24px;
	}
	.desktop-img{
		display: inline-block;
	}
	.mobile-img{
		display: none;
	}
	.active-account-title.activated{
		margin-bottom: 30px;
	}
	.activated-continue-btn button, .activated-skip-btn button{
		padding : 13px 38px;
	}
	.activated-skip-btn {
		margin-right: 48px;
	}
	.activated-btns a{
		font-size: 16PX;
		line-height: calc(24/20);
		text-transform: capitalize;
	}
	/*account*/
	.info-title{font-size:20px;}

	.cart-container .cart-empty{
		font-weight: 600;
		margin: 0;
	}
	.continue-link a{
		padding: 13px 40px;
		border: 1px solid var(--color_highlight);
		font-size: 16px;
		line-height: calc(24/20);
		color: var(--color_highlight);
		background: #fff;
	}
	/* Cart */
	.contentCart-detail{
	}
	.cart-checkout-desktop .cart-info{
		background: #F8F8F8;
		padding: 34px 26px 45px 35px;
	}
	.cart-checkout-desktop .cart-info p{
		border-bottom: 1px solid #D9D9D9;
		padding-bottom: 10px;
		font-size: 19.5px;
		line-height: calc(24/20);
		text-transform: capitalize;
		color: #2C2C2C;
		font-family: 'MTD Balerno' !important;
		letter-spacing: 0.39px;
	}
	.cart-checkout-desktop .total-price-wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 20px;
	}
	.cart-checkout-desktop .btncart-checkout-wrap{
		display: block;
		margin-top: 22px;
	}
	.cart-checkout-desktop .btncart-checkout{
		width: 100%;
		border-radius: 0;
		padding: 13px 0 ;
		font-size: 16px;
		line-height: calc(29/24);
		text-transform: uppercase;
	}

	.cart-items .table-head{
		display: table-header-group;
	}
	.table-head .item {
		text-align: right;
		padding-right: 18%;
	}
	.table-head tr {
		border-bottom: 1px solid #D9D9D9;
	}
	.table-head tr th{
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: calc(24/20);
		text-transform: capitalize;
		color: #C6C6C6;
		padding: 0;
		padding-bottom: 25px;
	}
	.cart-items .table-head::after {
		display: block;
		content: "";
		height: 38px;
		background: transparent;
	}
	.item .item-title{
		font-weight: 300;
		font-size: 18px;
		line-height: calc(29/24);
	}
	.qty .qty-btn{
		width: 35px;
		height: 29px;
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
	}
	.qty .item-quantity{
		margin: 0 30px;
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
	}
	.qty-remove .remove-btn{
		margin-left: 40px;
		margin-right: 15px;
	}
	.variant .variant-title{
		padding: 6px 16px;
		font-weight: 500;
		font-size: 12px;
		line-height: calc(19/16);
		text-transform: capitalize;
	}
	.item-price .pri{
		font-weight: 500;
		font-size: 16px;
		line-height: calc(29/24);
	}
	.item-price .compare-price{
		font-size: 13px;
		line-height: calc(19/16);
	}
	.item .option-qty-wrap{
		margin: 10px 0 10px;
	}
	.total-price-wrap span{
		font-size: 16px;
		line-height: 19px;
		text-transform: capitalize;
		color: #2C2C2C;
	}
	.cart-checkout.cart-checkout-desktop{
		margin-top: 0;
	}

	/* account */
	.utils-wrap.mobile-utils{
		display: none;
	}
	.utils-wrap.desktop-utils{
		display: block;
	}
	.account-content{
		display: flex;
	}
	.account-content .account-left-col{
		width: 69%;
		padding-right:54px;
	}
	.account-content .account-right-col{
		width: 31%;
	}
	.order-wrap::after, .utils-wrap::after{
		height: 0;
	}
	.order-wrap, .utils-wrap, .wishlist-recent-wrap{
		border: 1px solid #D9D9D9;
	}
	.order-wrap {
		margin-bottom: 44px;
	}
	.order-info{
		padding: 20px;
	}
	.desktop-utils{
		padding: 30px 0 0 30px;
	}
	.util-item {
		margin-bottom: 20px;
	}
	.util-item a{
		display: flex;
		align-items: center;
	}
	.util-item .util-icon{
		line-height:0;
	}
	.util-item .util-icon svg,.util-item .util-icon img{
		display: inline-block;
		width: 35px;
		height: 35px;
	}
	.util-item p{
		padding-left: 15px;
		margin: 0;
		font-weight: 500;
		font-size: 14px;
		line-height: calc(24/20);
		text-transform: capitalize;
	}
	.account-info .account-name{
		margin-bottom: 12px;
		font-size: 19.5px;
	}
	.account-info .my-info{
		font-weight: 600;
		font-size: 16px;
		line-height: 19px;
	}
	.account-info .account-info-link svg{
		width:7px;
		height:14px;
		margin-left: 10px;
	}
	.wishlist-recent-wrap{
		padding: 0 30px 40px;
	}
	.order-notif-wrap{
		width: 20px;
		height: 20px;
		font-size: 12px;
	}
	.order-content .order-txt{
		font-size: 14px;
		line-height: calc(24/20);
		margin:0;
		font-weight:500;
	}
	.order-title h3{
		font-size: 20px;
		line-height: calc(29/24);
		margin-bottom: 20px;
	}
	.img-wrap{
		max-width: 353px;
	}
	.empty-wishlist .wislist-content{
		font-size: 18px;
		line-height: 178.4%;
	}
	.empty-wishlist .wishlist-continue-link a{
		padding: 15px 50px;
		font-weight: 500;
		font-size: 16px;
		line-height: calc(24/20);
	}
	.info-submit-btn button{font-size:16px;}
	.form-info__acc .info-checkboxes-content p{font-size:14px}
	.form-info__acc .checkbox-list label{font-size:14px;}
	.voucher-detail p{font-size:16px;}
	.voucher-detail span{font-size:14px;}
	.voucher-detail-btn .voucher-copy-btn{font-size:14px;}
	.support-form .contact-form .input-group input{font-size:14px;}


}
@media (min-width: 992px){
	.wishlist-recent-wrap .pro-loop{
		width:33.33333333%;
	}
	.membership-progress .progress-stage{
		width: 50px;
		height: 50px;
	}
	.membership-progress .progress-stage span{
		font-size: 14px;
	}
	.membership-progress .progress-line{
		border-width: 2px;
	}
	.membership-progress-note{
		margin: 40px 0;
	}
	.membership-progress-note p{
		font-size: 16px;
	}
	.membership-card{
		width: 496.5px;
		height: 300px;
	}
	.membership-card-title{
		font-size: 24px;
		margin: 50px 45px;
	}
	.membership-card-info .card-item-icon{
		width: 58px;
		height: 58px;
	}
	.card-item-icon svg{
		width: 30px;
		height: 30px;
	}
	.card-item:not(:last-child) {
		margin-right: 60px;
	}
	.membership-card-info .card-item-info{
		font-size: 16px;
	}
	/*voucher*/
	.voucher-content .voucher-item { 
		display: inline-flex;
		width: calc(100% / 3);
	}
	.voucher-content{
		flex-direction: row;
	}
	.membership-exclusive .info-title{
		margin-top: 40px;
	}
	/* search */
	.hot-keywords-title, .search-suggest-title{
		font-size: 20px;
		margin: 25px 0 25px;
	}

	.suggest-items .suggest-item{
		padding: 0px 40px 20px 0;
		margin-right: 0px;
	}
	.suggest-item .item-info{
		font-size: 14px;
		line-height: 17px;
	}
	.header-search-desktop .header-search .search-popup{
		padding: 0;
	}
	.header-search-desktop{
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,0,0,0.5);
		z-index: 999999;
		/*display: none;*/
		opacity: 0;
		display: block;
		visibility: hidden;
		transition: all 0.3s ease-in-out;
	}
	.header-search-desktop .search-wrap{
		background: #fff;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 500px;
		transform: translateX(100%);
		transition: all 0.3s ease-in-out;
		padding: 51px 0 0 51px;
	}
	.header-search-desktop.header-search .search-popup{
		position: initial;
	}
	body.show-search-desktop  .header-search-desktop{
		display: block !important;
		opacity: 1;
		visibility: visible;
	}
	body.show-search-desktop{
		overflow: hidden;
	}
	body.show-search-desktop .header-search-desktop .search-wrap{
		transform: translateX(0%);
	}
	body.show-search-desktop .search-popup{
		opacity:1;
		visibility:visible;
	}
	.header-actions li a.show-search-desktop-btn{
		display: inline-block;

	}
	.close-search-desktop-btn span{
		margin-left: 14px;
	}
	.close-search-desktop-btn{
		display: inline-flex;
		align-items: center;
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 21px;
		cursor: pointer;
	}
}
/* end min-width: 992px */

@media (max-width: 767px){
	.login-register-wrap{
		display: flex;
		align-items: center;
		padding: 80px 0;
	}
	.login-register-wrap .login-register-content{padding-bottom:20px;}
	.cart-checkout-mobile{
		display:flex !important;
		display:-ms-flexbox !important;
		display:-webkit-flex !important;
		align-items: center;
		-webkit-align-items: center;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	.reviews-line-item .reviews-item-l .reviews-item-p{
		flex-direction: column;
	}
	.reviews-item-p .reviews-p-name{
		font-size: 14px !important;
		text-align: center;
		width: 100% !important;
	}
	.reviews-line-item .reviews-item-l .reviews-item-p img{
		margin: 0 auto;
	}
	.reviews-item-info .field-item {
		padding-bottom: 0 !important;
		background: #fff;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 50%;
	}
		.line-item-container .item{padding-left:0;}
}
@media (max-width: 991px){

	.cart-checkout.cart-checkout-desktop{
		margin-top: 30px;
		border-top: 1px solid #D9D9D9;
		padding-top: 40px; 
	}
}