.no-flex{display:block !important;}
body{
	background-image:url(https://file.hstatic.net/200000627799/file/grain_texture_29eeb9a229e94d3bb5c06883c6602738.png);
	font-family:var(--g-font-2);
}
/*bt effect*/
.bt-effect-1{
	transition: all ease .3s;
	color:#171717 !important;
	border:1px solid;
}
.bt-effect-1 svg,.bt-effect-1 svg path{
	    fill: currentColor;
    stroke: currentColor;
}
.bt-effect-1:hover{
	color:#740EE7  !important;
}
.bt-effect-2{
	color:#fff  !important;
	background:#740EE7  !important;
	transition: all ease .3s;
}
.bt-effect-2:hover{
	background: linear-gradient(90deg, #740EE7 0%, #B095D3 100%)  !important;
}
/*Cw add cart*/
.cart-line .cart-item-price{
	    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #171717;
	opacity: 0.8;
}
.cart-line .cart-item-quantity{
	font-weight: 400;
    font-size: 20px;
    line-height: 21px;
    color: rgba(23, 23, 23, 0.8);
}
.cart-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 12px;
}
.cart-line .cart-item-title a{
	font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    color: #171717;
}
.cart-line .cart-item-remove{
	    position: static;
    width: 18px;
}
.cart-line .cart-item-remove svg{
	width: 100%;
	height: auto;
}
.item-list {
    height: calc(100% - 338px);
    overflow-y: auto;
		padding:0 20px 20px;
	height:100%;
}
.item-list .cart-item{
	padding: 20px 0;
	border-bottom: 2px solid #E1E2E3;
}
.item-list .cart-item:last-child{border:none;}
.item-list .cart-item-image {
    width: 171px;
    height: 171px;
}
.item-list .cart-item-image a {
    padding-top: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.item-list .cart-item-image a img {
    border: 1px solid rgba(0, 0, 0, 0.07);
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.item-list .cart-item-content{
	    padding: 0 0px 0 35px;
}
.bd-popup .sub-total p{
		font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    font-family: var(--g-font-3);
    color: #fff;
    margin-bottom: 0;
}
.bd-popup .sub-total span.wrap__total_money{
	font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    color: #fff;
}
.bd-popup .cart-button {
    margin: 0;
    display: flex;
    background: #171717;
    padding: 25px 24px;
    justify-content: space-between;
}
.bd-popup .cart-button .go-to-checkout {
    display: flex;
    align-items: end;
}
.bd-popup .cart-button .go-to-checkout a{
	font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    width: auto;
    font-family: var(--g-font-3);
    padding: 13px 17px 10px;
    border-radius: 45px;
    background: transparent;
    border: 1px solid;
    margin-bottom: 10px;
}
.bd-popup .cart-title{
	       font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    color: #171717;
    text-transform: uppercase;
    font-family: var(--g-font-3);
    padding: 0;
    margin: 20px 20px 10px;
    border: none;
    border-bottom: 2px solid #E1E2E3;
    padding-bottom: 15px;
}
.close-popup.active {
    display: block;
    position: fixed;
    top: 145px;
    z-index: 9999;
    right: 20px;
    width: 24px;
    margin: 0;
    cursor: pointer;
}
.close-popup svg{
	width: 100%;
    height: auto;
}
.menu-desk .icon-cart .number-item.active{
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #FFFFFF;
	border: 1px solid #74FF0D;
	border-radius: 100%;
	text-align: center;
	color: #74FF0D;
	top: -5px;
	right: -13px;
	font-weight: 600;
	font-size: 14px;
}
.menu-desk .icon-cart .number-item.active + svg{
	width:23px;
	height:auto;
}
.close-popup{display:none;}
.close-popup.active{display:block;}
.bd-popup{
	min-width: 33.5vw;
	max-width: 33.5vw;
	height: calc(100vh - 123px);
	position: fixed;
	top: 123px;
	right: 0;
	transform: translateX(100%);
	z-index: 9999;
	transition: all 0.4s cubic-bezier(.77,0,.175,1);
	background:#fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	    pointer-events: none;
    opacity: 0;
}

.bd-popup.active{
transform: translateX(0);
	    pointer-events: unset;
    opacity: 1;
}
.overlaysidebar {
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #171717;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s cubic-bezier(.77,0,.175,1);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.overlaysidebar.active {
  visibility: visible;
  opacity: 0.8;
}
@media(max-width:1560px){
	.bd-popup .cart-button .go-to-checkout a{
		font-size: 14px;
    line-height: 18px;
		    padding: 10px 15px 10px;
	}
	.item-list{
		    padding: 0 20px 20px;
	}
	.bd-popup .cart-button .go-to-checkout a svg{
		width: 10px;
    height: auto;
	}
	.bd-popup .sub-total span.wrap__total_money{font-size:24px;}
	.bd-popup .sub-total p{
		font-size: 18px;
		line-height: 30px;
	}
	.bd-popup .cart-button{padding:20px;}
	.cart-line .cart-item-price{
		font-size: 20px;
    line-height: 22px;
	}
	.cart-line .cart-item-remove{width:16px;}
	.cart-line .cart-item-quantity{font-size:16px;}
	.menu-desk .icon-cart .number-item.active{
		font-size: 10px;
		width: 17px;
		height: 17px;
		line-height: 15px;
		right: -10px;
	}
	.menu-desk .icon-cart .number-item.active + svg{
		width: 20px;
	}
	.bd-popup{
		top: 105px;
		    height: calc(100vh - 105px);
	}

	.bd-popup .cart-title{
		font-size: 28px;
		line-height: 34px;
		margin: 15px 20px 5px;
		padding-bottom: 10px;
	}
	.close-popup.active{
		top: 123px;
		width: 20px;
	}
	.item-list .cart-item-image {
		width: 141px;
		height: 141px;
	}
	.cart-line .cart-item-title a{font-size:24px;}
	.item-list .cart-item-content {
		padding: 0 0 0 28px;
	}
}
@media(max-width:1440px){
	.cart-line .cart-item-price {
    font-size: 18px;
    line-height: 20px;
}
	.cart-line .cart-item-quantity {
		font-size: 14px;
	}
	.cart-line .cart-item-remove{width:14px;}
	.bd-popup {
		top: 95px;
		    height: calc(100vh - 95px);
	}

	.close-popup.active {
		top: 110px;
		width: 18px;
	}
	.bd-popup .cart-title{
		font-size: 26px;
    line-height: 32px;
		margin-bottom:10px;
	}
	.bd-popup .cart-button {
		padding: 20px 15px;
	}
	.bd-popup .sub-total p{
		    font-size: 17px;
    line-height: 28px;
	}
	.bd-popup .sub-total span.wrap__total_money {
		font-size: 22px;
	}
	.bd-popup .cart-button .go-to-checkout a{
		font-size: 13px;
		line-height: 18px;
	}
	.bd-popup .cart-button .go-to-checkout a svg{
		position: relative;
		top: 1px;
	}
	.item-list{
    padding: 0 20px 20px;
	}
	.item-list .cart-item-image{
		width: 9vw;
		height: 9vw;
	}
		.item-list .cart-item-content {
			padding: 0 0 0 25px;
	}
	.cart-line .cart-item-title a {
		font-size: 22px;
	}
}
@media(max-width:1199px){
	.bd-popup{
		min-width: 50vw;
    max-width: 50vw;
	}
}
@media(max-width:991px){
	.bd-popup {
		top: 55px;
		height: calc(100vh - 150px);
		right:-15px;
	}
	.close-popup.active{top:70px;}
	.bd-popup .cart-title{
		font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
	}
	.group-header-v1 .close-popup svg {
		width: 16px !important;
		height: auto;
		position: relative;
		top: 0px !important;
	}
}
@media(max-width:767px){
	.bd-popup {
		min-width: 80vw;
		max-width: 80vw;
		right:-10px;
	}
	.item-list .cart-item-image {
		width: 20vw;
		height: 20vw;
	}
	.item-list .cart-item-content {
		padding: 0 0 0 10px;
	}
	.cart-line .cart-item-title a {
		font-size: 16px;
	}
	.cart-line .cart-item-remove{
		    width: 12px;
	}
	.cart-line .cart-item-remove svg{top:0;}
	.cart-line .cart-item-quantity {
		font-size: 12px;
	}
	.cart-line .cart-item-price {
		font-size: 14px;
		line-height: 18px;
	}
	.bd-popup .sub-total span.wrap__total_money {
		font-size: 16px;
	}
	.bd-popup .cart-button .go-to-checkout a {
		font-size: 13px;
		line-height: 18px;
		margin: 0;
	}
}
/*Quickview*/
.cart-header .icon-cart span{    cursor: pointer;}
#quick-view-modal .p-option-wrapper .selector-wrapper{display:block;}
div#quick-view-modal .modal-header{
	background: #740EE7;
	padding: 20px 0;
	border:none;
}
div#quick-view-modal .modal-header h4.modal-title{
	    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    font-family: var(--g-font-2);
}
#quick-view-modal .closeModal{
	top: 30px;
	background: none;
	right: 30px;
	width: auto;
	height: auto;
}
#quick-view-modal .closeModal svg{
	    width: 20px;
    height: auto;
}
#quick-view-modal .form-input.vid{display:none;}
#quick-view-modal .modal-body {
    padding: 0 50px 10px;
}
#quick-view-modal li.product-thumb.active{
	    border-color: #740EE7;
}
.owlDesign.owl-carousel .owl-controls .owl-nav div{
	border:none;
    color: #740EE7;
}
.owlDesign.owl-carousel .owl-controls .owl-nav div:hover{
	background: transparent;
	color: #740EE7;
}
.owlDesign.owl-carousel .owl-controls .owl-nav div.owl-prev{
	    left: -30px;
}
.owlDesign.owl-carousel .owl-controls .owl-nav div.owl-next{
	    right: -30px;
}
.qv-col-right{padding-left:50px;}
#quick-view-modal li.product-thumb{
	margin: 10px 0 5px;
    padding: 0;
}
#quick-view-modal li.product-thumb a{
	border: 5px solid #fff;
	display: block;
	width: 100%;
	height: 69px;
	overflow: hidden;
}
#quick-view-modal .image-zoom > img{
	max-height: max-content;
}
.product-title.p-title h2{
	    font-weight: 400;
    font-size: 64px;
    line-height: 80px;
    font-family: var(--g-font-1);
	margin-top:25px;
	color:#000;
}
#quick-view-modal .modal-content{
	background: #F9F9FB;
  background-image: url(https://file.hstatic.net/200000627799/file/grain_texture_29eeb9a229e94d3bb5c06883c6602738.png);
}
.qv-product-type{
	font-weight: 400;
    font-size: 23px;
    line-height: 33px;
    font-family: var(--g-font-2);
    padding: 10px 0;
	color:#777;
}
#quick-view-modal .p-price{
	font-weight: 700;
    font-size: 40px;
    line-height: 48px;
	color:#000 !important;
}
#quick-view-modal del{
	color: rgba(23, 23, 23, 0.5) !important;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
}
div#quick-view-modal .qv-quantity label{
	    width: auto;
    min-width: 130px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--g-font-2);
}
div#quick-view-modal .qv-quantity label+input[type=number]{
	    border: 1px solid #949499;
    border-radius: 40px;
    width: 149px;
    height: 52px;
    max-width: 100%;
    padding: 13px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--g-font-2);
    color: #171717;
}
div#quick-view-modal .qv-quantity label+input[type=number]{
	-moz-appearance: textfield;
}
div#quick-view-modal .qv-quantity label+input::-webkit-outer-spin-button,div#quick-view-modal .qv-quantity label+input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
#quick-view-modal .form-des{
	font-weight: 400;
    color: #777;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--g-font-2);
    margin: 15px 0;
}
.qv-readmore{display:none;}
#quick-view-modal .product-price{margin-bottom:20px;}
#quick-view-modal button.btn-addcart span, #quick-view-modal .btn-soldout{
    font-weight: 400;
    font-size: 24px;
    line-height: 22px;
    font-family: var(--g-font-3);
}
#quick-view-modal button.btn-addcart{
	    border: 1px solid;
    border-radius: 60px;
    height: auto;
    text-transform: uppercase;
	    padding: 18px 24px;
	background: transparent;
}
#quick-view-modal button.btn-addcart svg{
	position: relative;
	top: 2px;
	padding-left:4px;
}
#quick-view-modal .btn-soldout{
	background:#2E2E2E;
    border: 1px solid;
    border-radius: 60px;
    height: auto;
    text-transform: uppercase;
    padding: 18px 24px;
}
#quick-view-modal .selector-wrapper label{
	    width: auto;
    min-width: 133px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--g-font-2);
    color: #000;
}
#quick-view-modal .selector-wrapper span{
	position:relative;
}
#quick-view-modal .selector-wrapper span:before{
	content: "";
    background-image: url(https://file.hstatic.net/200000627799/file/qv-icon-down_f0e695199bdf4b04adc91b32e68c11e8.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 9px;
    position: absolute;
    right: 25px;
    top: 1px;
	pointer-events: none;
}
#quick-view-modal .selector-wrapper select{
	border: 1px solid #949499;
	border-radius: 40px;
	min-width: 149px;
	height: 52px;
	max-width: 100%;
	padding: 13px 20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	font-family: var(--g-font-2);
	color: #171717;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
@media(min-width:1561px){
	#quick-view-modal .modal-lg{
		width:1369px;	
	}
}
@media(max-width:1560px){
	#quick-view-modal .modal-lg{
		width:1100px;	
	}
	div#quick-view-modal .modal-header h4.modal-title{
		font-size: 22px;
    line-height: 30px;
	}
	#quick-view-modal .closeModal{top:22px;}
	.product-title.p-title h2{
		    font-size: 44px;
    line-height: 60px;
	}
	.qv-product-type{
		    font-size: 20px;
    line-height: 28px;
	}
	#quick-view-modal .p-price,#quick-view-modal del{
		font-size: 30px;
    line-height: 38px;
	}
	#quick-view-modal .product-price {
		margin-bottom: 10px;
	}
	#quick-view-modal .selector-wrapper label,div#quick-view-modal .qv-quantity label{
		    font-size: 14px;
    line-height: 22px;
	}
	#quick-view-modal .selector-wrapper select{
		min-width: 120px;
		height: 42px;
		font-size: 16px;
		line-height: 20px;
		padding: 10px 15px;
	}
	div#quick-view-modal .qv-quantity label+input[type=number]{
		width: 120px;
    height: 42px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
	}
	#quick-view-modal .selector-wrapper span:before{
		background-size: contain;
		width: 12px;
		right: 20px;
	}
	#quick-view-modal .modal-body{padding: 0 80px 10px;}
	.qv-col-right {
		padding-left: 80px;
	}
	#quick-view-modal .form-des{
		    font-size: 14px;
    line-height: 22px;
		width:90%;
	}
	#quick-view-modal .form-input.qv-quantity {
		padding: 5px 0;
	}
	#quick-view-modal button.btn-addcart span, #quick-view-modal .btn-soldout{
		font-size: 20px;
		line-height: 20px;
	}
	#quick-view-modal button.btn-addcart,#quick-view-modal .btn-soldout{
		    padding: 12px 20px;
	}
}
/*Search*/
.light-box-search form input{
	    font-weight: 400;
    font-size: 100px;
    line-height: 120px;
    font-style: normal;
    padding: 0 60px 0 0;
    color: #fff;
    max-height: 55px;
    font-family: var(--g-font-3);
}
.light-box-search form input::-webkit-input-placeholder { /* Edge */
  color: #F4F4F4;
    opacity: 0.2;
}
.light-box-search form input:-ms-input-placeholder {
	 color: #F4F4F4;
    opacity: 0.2;
}
.light-box-search form input::placeholder{
	 color: #F4F4F4;
    opacity: 0.2;
}
.light-box-search{
	height: 200px;
	background: linear-gradient(180deg, #311254 0%, rgba(176, 149, 211, 0.88) 100%);
}
.light-box-search form{
	max-width: calc(100% - 240px);
	padding-bottom: 20px;
    border-width: 2px;
}
.light-box-search.show-search{top: 100px;}
.light-box-search .hide-search{
	float: none;
	position: absolute;
	right: 20px;
	bottom: 25px;
	z-index: 1;
	cursor: pointer;
}
.light-box-search .hide-search .btn-close-search{
	    width: 40px;
    height: 40px;
}
.light-box-search .hide-search .btn-close-search:before,.light-box-search .hide-search .btn-close-search:after,.light-box-search form button{
	display:none;
}

@media(max-width:1536px){
	.light-box-search{
		    height: 160px;
	}
	.light-box-search form{
		max-width: calc(100% - 160px);
		padding-bottom: 15px;
	}
	.light-box-search form input{
		font-size: 80px;
		line-height: 100px;
	}
	.light-box-search .hide-search{bottom:20px;}
	.light-box-search .hide-search .btn-close-search {
		width: 35px;
		height: 35px;
	}
	.light-box-search .hide-search .btn-close-search svg{
		width: 100%;
    height: auto;
	}
}
@media(max-width:1440px){
	.light-box-search{
		    height: 140px;
	}
	.light-box-search form{
		max-width: calc(100% - 160px);
		padding-bottom: 10px;
		    border-width: 1px;
	}
	.light-box-search form input{
		font-size: 65px;
		line-height: 85px;
		max-height: 45px;
	}
	.light-box-search .hide-search{
		    right: 15px;
    bottom: 15px;
	}
	.light-box-search .hide-search .btn-close-search {
		width: 28px;
    height: 28px;
	}
	.light-box-search .hide-search .btn-close-search svg{
		width: 100%;
    height: auto;
	}
}
@media(max-width:1199px){
	.light-box-search form input {
		font-size: 35px;
		line-height: 55px;
		max-height: 45px;
	}
	.light-box-search form{padding-bottom:0;}
	.light-box-search .hide-search .btn-close-search {
		width: 20px;
		height: 20px;
	}
}
@media(max-width:767px){
	.light-box-search {
		height: 100px;
	}
	.light-box-search form{
		max-width: calc(100% - 15px);
	}
	.light-box-search form input {
		font-size: 20px;
		line-height: 40px;
		max-height: 35px;
		padding-right: 40px;
	}
	.light-box-search .hide-search {
		right: 5px;
		bottom: 10px;
	}
	.light-box-search .hide-search .btn-close-search {
		width: 15px;
		height: 15px;
	}
}
/*Footer*/
.footer .copyright{
	border-top: 2px solid #fff;
	color: #fff;
	text-align: left;
	padding: 20px 0 20px;
	    margin-top: 65px;
}
.ftShopInfo {
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    font-family: var(--g-font-2);
}
p.ftCopyright {
    margin: 15px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--g-font-2);
}
.footer.hv3{
	background-color: #740EE7;
	margin-top: 0px !important;
	padding-top: 170px;
	        background-position: right 65px;
    background-size: auto;
    background-attachment: unset;
}
.big-logo svg{
	width: 100%;
	height: auto;
}
.box-footer.footer-news h2 {
    font-weight: 400;
    font-size: 120px;
    line-height: 144px;
    font-family: var(--g-font-3);
}
.footer .box-footer.footer-news .subscribe input{
	    height: 72px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 41px;
    padding-left: 40px;
    font-weight: 400;
    font-size: 18px;
		color:#fff;
    border: 1px solid #B095D3;
}
.footer .box-footer .subscribe{max-width:804px;}
.footer .box-footer.footer-news .subscribe input::-webkit-input-placeholder { /* Edge */
  color: #fff;
	opacity:0.6;
}

.footer .box-footer.footer-news .subscribe input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
	opacity:0.6;
}

.footer .box-footer.footer-news .subscribe input::placeholder {
  color: #fff;
	opacity:0.6;
}
.footer .box-footer.footer-news .subscribe button{
	    background: transparent;
    height: 76px;
    line-height: 76px;
    display: flex;
    align-items: center;
    width: 100px;
}
.footer .box-footer.footer-news .subscribe button svg{
  position: relative;
  animation: btmove 4s;
  animation-iteration-count: infinite;
}
@keyframes btmove {
  0% {left: 0px;}
	50% {left: 70px;}
	100% {left: 0px;}
}
.social-footer {
    display: block;
    padding: 40px 0;
	margin-bottom:0;
}
.social-footer li{margin-right:50px;}
.footer-link ul{display:flex;}
.footer-link ul li{padding:0 50px;}
.footer-link ul li:first-child{padding-left:0;}
.footer-link ul li a{
	font-weight: 400;
	font-size: 36px;
	line-height: normal;
	color: #fff;
	text-decoration: underline;
	font-family: var(--g-font-3);
}
#footer .container-fluid{
	max-width: 100%;
	margin: 0 105px;
}
@media(max-width:1536px){
	.footer-link ul li {
		padding: 0 40px;
	}
	.ftShopInfo{
		font-size: 18px;
		line-height: 28px;
	}
	.social-footer li {
    margin-right: 40px;
}
	p.ftCopyright{
		font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
	}
	.footer.hv3{
		background-size: 75%;
		margin-top: 50px;
		padding-top: 140px;
	}
	.footer .copyright{
		padding: 43px 0 43px;
		margin-top: 55px;
	}
	.footer-link ul li a{font-size:28px;}
	.social-footer{
		padding: 20px 0 35px;
	}
	.social-footer li a svg{
		width: 65px;
		height: 65px;
	}
	#footer .container-fluid{
		max-width: 100%;
		margin: 0 85px;
	}
	.box-footer.footer-news h2{
		    font-size: 95px;
    line-height: 115px;
    margin: 10px 0 10px;
	}
	.footer .box-footer .subscribe {
		max-width: 50%;
	}
	.footer .box-footer.footer-news .subscribe button svg{width:45px;}

	.footer .box-footer.footer-news .subscribe input{
		    font-size: 14px;
    height: 55px;
    padding-left: 35px;
	}
}
@media(max-width:1440px){
	.footer-link ul li {
		padding: 0 35px;
	}
	.ftShopInfo{
		font-size: 16px;
		line-height: 26px;
	}
	p.ftCopyright{
		font-size: 12px;
		line-height: 22px;
		margin-top:5px;
	}
	.footer.hv3{
		background-size: 75%;
		margin-top: 40px;
		padding-top: 130px;
	}
	.footer .copyright{
		padding: 37px 0 37px;
		margin-top: 50px;
	}
	.footer-link ul li a{font-size:24px;}
	.social-footer{
		padding: 20px 0 35px;
	}
	.social-footer li a svg{
		width: 55px;
		height: 55px;
	}
	#footer .container-fluid{
		max-width: 100%;
		margin: 0 75px;
	}
	.box-footer.footer-news h2{
		font-size: 80px;
		line-height: 100px;
		margin: 0px 0 10px;
	}
	.footer .box-footer .subscribe {
		max-width: 50%;
	}
	.footer .box-footer.footer-news .subscribe button svg{width:40px;}

	.footer .box-footer.footer-news .subscribe input{
		font-size: 12px;
		height: 45px;
		padding-left: 30px;
	}
}
@media(max-width:1199px){
	#footer .container-fluid{margin:0;}
	.footer-link ul li {
		padding: 0 25px;
	}
	.footer-link ul li a {
		font-size: 20px;
	}
}
@media(max-width:767px){
	.footer.hv3{
		margin-top: 8px;
		padding-top: 40px;
		    background-size: 70%;
    background-position: 115px 20px;
	}
	.box-footer.footer-news h2{
		font-size: 30px;
		line-height: 29px;
		margin-bottom:15px;
		margin-top:10px;
	}
	.footer .box-footer.footer-news .subscribe input{
		font-size: 10px;
    line-height: 15px;
    height: 27px;
    padding-left: 20px;
	}
	.footer .box-footer.footer-news .subscribe button{
		height: 27px;
		line-height: 27px;
		width: 40px;
	}
	.footer .box-footer.footer-news .subscribe button svg{width:20px;height:auto;}

	.footer-link ul li{
		padding: 0 7px;
	}
	.footer-link ul li a{
		font-size: 11px;
		line-height: 12px;
	}
	.footer .copyright{
		    padding: 15px 0;
    margin-top: 15px;
	}
	.ftShopInfo{
		    font-size: 10px;
    line-height: 150%;
	}
	p.ftCopyright{
		    font-size: 8px;
    line-height: normal;
    margin-top: 5px;
	}
	@keyframes btmove {
		0% {left: 0px;}
		50% {left: 30px;}
		100% {left: 0px;}
	}
}
@media(max-width:480px){
	.footer-link ul li a{
		    font-size: 9px;
    line-height: 11px;
	}
}
@media(max-width:480px){
	.footer .box-footer .subscribe{
		max-width:100%;
	}
}
/*Blog hp*/
.box-latest-news .thumb-img{
	    padding-top: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.box-latest-news .thumb-img img{
	    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.blog-view-more {
    text-align: center;
    margin-top: 40px;
}
.blog-view-more a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	border: 1px solid;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: #171717;
	font-family: var(--g-font-3);
	padding: 20px 22px;
	text-transform: uppercase;
}
.blog-view-more a span{padding-right:5px;}
.latest-blog-v3 .same-title h2{
	font-weight: 400;
	font-size: 120px;
	line-height: 144px;
	font-family: var(--g-font-1);
	color:#000;
}
.blog-border{
	border-top:2px solid #4E4F54;
	border-bottom: 2px solid #4E4F54;
	padding:40px 110px;
}
.stArticleLoop {
    border: 1px solid #171717;
    border-top: 0;
}
.articelItem{
	padding: 0 10px;
}
.box-latest-news .thumb-img img{width:100% !important;}
.box-latest-news{position:relative;overflow: hidden;}
.box-latest-news .content-ln h3 {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
    font-family: var(--g-font-2);
	color: #171717;
	    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-latest-news .content-ln{
	position: absolute;
	bottom: 0;
	background: #fff;
	padding: 25px 15px 15px;
	-webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
	opacity: 1;
	z-index:1;
	visibility: visible;
}
.content-blog-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background: rgba(6,6,6,0.5);
    color: #fff;
		opacity: 0;
		visibility: hidden;
	-webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
	z-index:1;
}
.content-blog-2 a{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 12px 22px;
    text-transform: uppercase;
    background: #740EE7;
    color: #fff;
    letter-spacing: 1px;
	    position: relative;
    z-index: 2;
}
.content-blog-2:before {
    content: "";
    background: rgba(6,6,6,0.5);
    transition: all 0.9s ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 0;
}
.content-blog-2 a svg{
	    fill: currentColor;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}
.content-blog-2 a svg path{
    fill: currentColor;
    stroke: currentColor;
}
.content-blog-2 p{
	max-width: 60%;
    margin: 0 auto 10px;
    font-weight: 400;
    font-size: 24px;
line-height: 150%;
	    position: relative;
    z-index: 2;
	font-family: var(--g-font-2);
}
.box-latest-news:hover .content-ln{
	bottom:-200px;
	opacity:0;
	visibility: hidden;
}
.box-latest-news:hover .content-blog-2{
	opacity: 1;
	visibility: visible;
}
.box-latest-news:hover .content-blog-2:before{top:0;}
.latest-blog-v3 .box-latest-news .content-ln{padding: 20px 22px 10px;}
.box-latest-news .content-ln span{
	    display: block;
    padding-top: 12px;
    position: relative;
    margin-top: 12px;
		margin-bottom:15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--g-font-2);
	color:#777;
}
.box-latest-news .content-ln span:before {
    content: "";
    width: 240px;
    height: 2px;
    position: absolute;
    top: 0;
    background: #E1E2E3;
}
@media(max-width:1536px){
	.box-latest-news .content-ln h3{
		       font-size: 24px;
    line-height: 30px;
	}
	.latest-blog-v3 .same-title{
		margin-bottom: 60px;
	}
	.latest-blog-v3 .same-title h2{
		        font-size: 100px;
    line-height: 120px;
	}
	.blog-border{padding:30px 85px;}
	.articelItem {
		padding: 0 7px;
	}
	.blog-view-more a{
		    padding: 10px 20px;
    font-size: 16px;
	}
	.blog-view-more a svg{
		width:18px;
		height:18px;
	}
	.blog-view-more {
		text-align: center;
		margin-top: 35px;
		margin-bottom: 5px;
	}
	.latest-blog-v3 .box-latest-news .content-ln {
		padding: 20px 15px 0px;
	}
	.box-latest-news .content-ln span{
		    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    padding-top: 10px;
	}
	.box-latest-news .content-ln span:before{
		width: 48%;
		height:1px;
	}
	.content-blog-2 p{
		font-size: 18px;
		line-height: 26px;
		margin-bottom:5px;
	}
	.content-blog-2 a{
		font-size: 10px;
		line-height: 12px;
		padding: 12px 18px;
	}
	.content-blog-2 a svg{
		width:14px;
		height:14px;
	}
}
@media(max-width:1440px){
	.box-latest-news .content-ln h3{
		    font-size: 20px;
    line-height: 25px;
	}
	.latest-blog-v3 .same-title h2{
		    font-size: 80px;
    line-height: 100px;
	}
	.blog-border{padding:30px 70px;}
	.articelItem {
		padding: 0 6px;
	}
	.blog-view-more a{
		padding: 10px 17px;
		font-size: 14px;
	}
	.blog-view-more a svg{
		width:16px;
		height:16px;
	}
	.blog-view-more {
		text-align: center;
		margin-top: 30px;
	}
	.latest-blog-v3 .box-latest-news .content-ln {
		padding: 15px 12px 0px;
	}
	.box-latest-news .content-ln span{
		font-size: 12px;
		line-height: 22px;
		margin-top: 8px;
		padding-top:8px;
	}

	.content-blog-2 p{
		font-size: 16px;
		line-height: 24px;
		margin-bottom:5px;
	}
	.content-blog-2 a{
		font-size: 10px;
		line-height: 12px;
		padding: 10px 15px;
	}
	.content-blog-2 a svg{
		width:12px;
		height:12px;
	}
}
@media(max-width:1199px){
	.latest-blog-v3 .same-title h2{
		font-size: 24px;
		line-height: 29px;
	}
	.box-latest-news .content-ln h3,.box-latest-news .content-ln span{
		    font-size: 8px;
    line-height: normal;
	}
	.box-latest-news .content-ln span:before{width:48px;}
	.latest-blog-v3{padding-bottom:0;}
	.blog-view-more,.content-blog-2{display:none;}
	.blog-border{padding:30px 10px;}
}
@media(max-width:767px){
	.latest-blog-v3 .box-latest-news .content-ln{padding:5px;}
	.box-latest-news .content-ln span{
		    margin: 3px 0 0;
    padding-top: 3px;
	}
	.box-latest-news .content-ln span:before{height:1px;}
	.latest-blog-v3 .same-title{
		margin-bottom: 10px;
		padding: 0;
	}
	.blog-border {
		border-top: 1px solid #4E4F54;
		border-bottom: 1px solid #4E4F54;
		padding: 8px 2px;
	}
	.articelItem{padding:0 3px;}
}
/*Topbar*/
#topbar{
	background: #CEA3FF;
	    padding: 6px 15px;
    color: #000;
}
#topbar marquee{display:none;}
#topbar p,#topbar marquee{
	margin:0;
		font-family: var(--g-font-2);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color:#000;
}
@media(max-width:767px){
	#topbar marquee{display:block;font-size:12px;}
	#topbar p{display:none;}
}
/*Header*/

.stHome #topbar{
	/*position: fixed;*/
	top: 0;
	width: 100%;
	z-index: 4;
}
.stHome .header.sticky-header + #topbar{position:static;}
/*
.stHome.index .header{
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
}*/
.stHome.index .header.sticky-header{top:0;}
#header{
	background: linear-gradient(180deg, rgba(87, 11, 172, 0.8) 0%, rgba(1, 0, 3, 0) 100%);
	padding:0;
}
.mainHeader{padding:20px 0;}
.menu-desk .menu-end .liMenu{display:none;}
/*
.menu-desk .menu-font .liMenu:nth-child(1),.menu-desk .menu-font .liMenu:nth-child(2),.menu-desk .menu-font .liMenu:nth-child(3),.menu-desk .menu-end .liMenu:nth-child(4),.menu-desk .menu-end .liMenu:nth-child(5),.menu-desk .menu-end .liMenu:nth-child(6){
	display:inline-block;
}*/
.menu-desk .menu-font .liMenu{
  display:inline-block;
}
.menu-desk{
  min-height: 40px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.menu-desk .group-header-v1{
    display: flex;
    justify-content: end;
    align-items: center;
}
.menu-desk .liMenu{
	padding: 0 24px;
	position:relative;
}
.menu-desk .liMenu.active a:before{
	    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background: #74FF0D;
    top: 40%;
	z-index:-1;
}
.menu-desk .liMenu a{
	position:relative;
	font-weight: 400;
        font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: var(--g-font-1);
    color: #fff;
    letter-spacing: -0.08px;
}
.menu-desk .group-header-v1 .search{
	    margin: 0;
    padding: 0 12px;
}
.menu-desk .cart-header.hv1{
	    margin: 0;
   padding: 0 12px;
}
.menu-desk .icon-cart .number-item{display:none;}
.flex-header {
    display: flex;
    flex-direction: column;
	    z-index: 3;
    position: relative;

}

.header .container-fluid.no-flex{
	max-width: 100%;
    padding: 0 64px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.44%, rgba(56, 18, 114, 0.2) 80%), linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 45, 0.0901961) 100%), #381272;
}
#header{order:2;}
#topbar{order:1;}
.menu-desk .liMenu:first-child{padding-left:0;}
.menu-font,.group-header-v1{
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: max-content;
}
.header .logo{
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: max-content;
  line-height: 0;
}
@media(min-width:992px){
	#main-menu{display:none;}
}
@media(max-width:1760px){
	.menu-desk .liMenu{padding: 0 10px;}
	.menu-desk .liMenu a{
		font-size: 2rem;
		line-height:3.5rem;
	}
}
@media(max-width:1536px){
	.header .container-fluid.no-flex{padding: 0 80px;}
	#topbar p, #topbar marquee{
		font-size: 1.1rem;
	}
	.menu-desk .liMenu a{
		font-size: 1.8rem;
		line-height:3.2rem;
	}
	.header .logo svg{
		max-width:200px;
	}
	.mainHeader{padding:10px 0;}
}
@media(max-width:1440px){
	.menu-desk .liMenu a {
		font-size: 1.3rem;
		line-height: 2.7rem;
	}
	.header .logo svg {
		max-width: 160px;
		height: auto;
	}
	.group-header-v1 svg {
		width: 20px;
		height: auto;
		position: relative;
		top: 3px;
	}
}
@media(max-width:1280px){
	.menu-desk .liMenu a {font-size:1.2rem;}
}
@media(max-width:1199px){
  .menu-desk .liMenu{
    padding: 0 7px;
  }
	.menu-desk .liMenu a {
		font-size: 10px;
	}
	.header .container-fluid.no-flex{padding: 0 15px;}
}
@media(max-width:991px){
	.menu-font, .menu-end{display:none;}
	.header .logo{max-width:100%;}
}
@media(max-width:767px){
	.header .logo img{max-width:136px;}
	.header .container-fluid.no-flex {
		padding: 0 10px;
	}
	.menu-desk .group-header-v1 .search {
		margin: 0;
		padding: 0;
	}
}
/*Slideshow*/
.link-ss{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: none;
    transform: none;
    border: none;
}
.slide-main-h3 .owl-dots{
  position: relative;
  top: -50px;
}
.slide-main-h3.owl-carousel .owl-controls .owl-dots div{
     width: 16px;
    height: 16px;
    border-radius: 48px;
      background: rgba(255, 255, 255, 0.3);
    box-shadow: inset -3px -4.5px 1.5px -3px #B3B3B3;
}
.slide-main-h3.owl-carousel .owl-controls .owl-dots div.active {
    background: rgba(86, 0, 215, 0.8196);
    box-shadow: inset -3px -4.5px 1.5px -3px #B3B3B3;
}
.slide-main-h3 .owl-nav .owl-prev,.slide-main-h3 .owl-nav .owl-next{
	display:block !important;
	    width: 64px;
    height: 64px;
  border-radius: 10px;
	position: absolute;
	font-size: 0;
	top: calc(50% - 48px/2 + 0.5px);
    background-position: center;
    background-repeat: no-repeat;
  background: rgba(255, 255, 255, 0.1);
box-shadow: inset -4.8px -7.2px 2.4px -4.8px #B3B3B3;
border-radius: 16px;
      backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.slide-main-h3 .owl-nav .owl-next{
	background: url(https://cdn.hstatic.net/files/200000627799/file/ss-right.svg) no-repeat center;
	right: 6.3%;
}
.slide-main-h3 .owl-nav .owl-prev{
	background: url(https://cdn.hstatic.net/files/200000627799/file/ss-left.svg) no-repeat center;
	    left: 6.3%;
}

.slide-main-h3.owl-carousel .owl-controls{position:static !important; height: 0;}
@media(min-width:768px){
  .slide-mobile-bg .slide-mobile{display:none !important;}
}
@media(max-width:767px){
	.slide-main-h3 .owl-dots {
      position: relative;
      top: -34px;
  }
  .slide-main-h3 .owl-nav .owl-prev,.slide-main-h3 .owl-nav .owl-next{
    width: 48px;
    height: 48px;
  }
  .slide-main-h3 .owl-nav .owl-prev{
    left: 20px;
  }
  .slide-main-h3 .owl-nav .owl-next{
    right:20px;
  }
	.owl-carousel .owl-item img.use-imgmb{
		display: none !important;
	}
}
/*Product grid*/
.pdLoopDetail .haravan-product-reviews-badge span{display:none;}
.haravan-product-reviews-badge p{display:none;}
.haravan-product-reviews-badge {
    padding: 8px 0 5px;
}
.equal-img{
	    padding-top: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.equal-img img{
	    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  border-radius: 8px;
}
.ct-box-op .add__img {
    position: absolute;
    top: 0px;
    visibility: hidden;
    left: 0px;
    width: 100%;
    perspective: 500px;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.ct-box-op:hover .add__img {
	    visibility: visible;
    opacity: 1;
}
.ct-box-op .add__img img{
	position:relative;
}
.ct-box-op p.product-type {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #777;
    font-family: var(--g-font-2);
    padding-top: 10px;
}
.ct-box-op .pdLoopDetail{
	padding-top: 16px;
    border-top: 2px solid #BBBBBB;
    margin-top: 16px;
}
.ct-box-op .pdPrice{padding-top:0 !important;}
.ct-box-op .pdPrice .pdComparePrice{
	color: rgba(23, 23, 23, 0.5);
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
}
.ct-box-op .pdLabel{
	     padding: 8px 16px;
    background: #BDEE63;
    border-radius: 0px 8px 8px 0px;
    width: max-content;
    height: 42px;
    left: 0px;
    top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ct-box-op .pdLabel:before{display:none !important;}
.ct-box-op .pdLabel.sale span{
	    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.04px;
    color: #381272;
}
.ct-box-op .pdLabel.sold{
   font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.04px;
	color:#fff !important;
	background: rgba(227, 47, 43, 0.9);
}
@media(max-width:1536px){
	.ct-box-op h3 a{
		height: auto;
    text-overflow: unset;
    white-space: unset;
		font-size: 24px;
		line-height: 28px;
	}
	.ct-box-op .pdLoopDetail {
		padding-top: 20px;
		border-top: 2px solid #4E4F54;
		margin-top: 17px;
	}
	.haravan-product-reviews-badge {
		padding: 7px 0px 0px;
	}

	.ct-box-op p.product-type{
		font-size: 14px;
		line-height: 22px;
	}
}
@media(max-width:1440px){
	.ct-box-op .pdLoopDetail {
		padding-top: 15px;
		border-top: 2px solid #4E4F54;
		margin-top: 15px;
	}
	.haravan-product-reviews-badge i{font-size:1.2em;}
	.ct-box-op h3 a{
		font-size: 20px;
		line-height: 24px;
	}

	.ct-box-op p.product-type {
		font-size: 12px;
		line-height: 20px;
	}
}
@media(max-width:1199px){
	.ct-box-op .link-quickview{display:none !important;}
	.ct-box-op .pdLabel{
		font-size: 10px !important;
    height: auto;
    line-height: normal;
    top: 10px;
    padding: 0 6px;

	}
}
@media(max-width:767px){
	.ct-box-op .link-quickview{display:none;}
	.ct-box-op .pdLoopDetail{
		padding-top:8px;
		    border-width: 1px;
		margin-top:8px;
	}
	.ct-box-op h3 a{
		font-size: 12px;
    line-height: normal;
		height:auto;
		    text-overflow: unset;
    white-space: unset;
		padding-bottom:0px;
	}
	.haravan-product-reviews-badge{
		padding: 0;
    height: 14px;
    line-height: 10px;
	}
	.haravan-product-reviews-badge i{
		font-size: 0.7rem;
	}
	.ct-box-op .pdPrice{
		    font-size: 12px;
    line-height: 12px;
		padding-top:3px;
	}
	.ct-box-op .pdPrice .pdComparePrice{
		font-size: 12px;
    line-height: 12px;
	}
	.ct-box-op p.product-type{
		    font-size: 8px;
    line-height: 10px;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 5px;
	}
	.ct-box-op h3{padding:0 5px;}
}

/**cw footer**/
.cw-ct{
	    margin-top: 0px;
    display: block;
}
.cw-ct img{
	max-width:140px;
}
.cw-footer{
	  display: flex;
    justify-content: space-between;
}
.hide-desk{display:none;}
.col-right,.col-left{width:50%;}
.col-right{padding-left:30px;}

@media(max-width:767px){
	.cw-ct img{
		max-width:140px;
	}
	.cw-footer{
		    flex-direction: column;
	}
	.col-right, .col-left {
			width: 100%;
	}
	.hide-mobile{display:none;}
	.hide-desk{display:block;}
	.col-right {
			padding-left: 0px;
	}
  /**
  .slide-best-sell-v3 .owl-stage{
        left: -10px !important;
    padding-left: 0 !important;
  }
  **/
}
.menu-desk .menu-lv1 li.liChild:hover > .menuChild{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1.0) rotate(0deg);
	transform: scale(1.0) rotate(0deg);
	-ms-transform: scale(1.0) rotate(0deg);
	-o-transform: scale(1.0) rotate(0deg);
}
.menu-desk .menu-lv1 > li .menuChild li a{color:black;}
.menu-desk .menu-lv1 li.liMega:hover > .menuMega{
  opacity: 1; 
	visibility: visible;
  transform: translateY(0);
}
.menu-desk .menu-lv1 li.liMega > .menuMega{
  transform: translateY(-1.5rem);
}
/* New Update */
.menu-desk .liMenu a{outline: none;}
.menuMega .siteMega{border-top: none;}
.menu-desk .liMenu .itemMega a {
    color: #4b4b4b;
      font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    font-family: var(--g-font-3);
    text-transform: none;
}
.menu-desk .liMenu .itemMega .head a {
  font-weight: 600;
  font-size: 20px;
  color:#000;
}
.menu-desk .liMenu .itemMega .head a:hover,.menu-desk .liMenu .itemMega a:hover{
  color:#740EE7;
}

/*Responsive Menu Mobile*/
@media(max-width:991px){
  .menuMega .siteMega{padding-top:0;}
  .menuMega .siteMega ul.megaListChild.noStyle {
      margin-bottom: 10px;
  }

  .main-menu .menu-lv1 > li > a{
    padding: 0 16px 24px;
  }
  .main-menu .menu-lv1 > li > a, .main-menu .menu-lv1 > li > a span{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--g-font-1);
    letter-spacing: -0.08px;
    outline: none;
  }
  .main-menu .menu-lv1 > li a i{
    float: none;
    margin-left: 10px;
    font-size: 20px;
    margin-top: 0;
  }
  .main-menu .menu-lv1 > li{border:none;}
  .main-menu .mask-hide-menu{
    position: relative;
    width: auto;
  }
  .main-menu .mask-hide-menu span{
    height: auto;
    top: 5px;
  }
  .main-menu .mask-hide-menu span:before,.main-menu .mask-hide-menu span:after{display: none;}
  .header .top-mb .logo{
        max-width: max-content;
  }
  .top-mb {
            height: 64px;
        align-items: center;
      display: flex;
      background: #fff;
      justify-content: space-between;
      padding: 16px 24px;
    border-bottom: 1px solid #1C2024;
  }
  .main-menu.active-menu-mb .mask-hide-menu{
      position: relative;
      width: auto;
  }
  .main-menu .menu-lv1{
    padding-top: 20px;
    width: 100%;
    height: calc(100% - 136px);
  }
  .group-acc-v1.acc-mb {
      background: #fff;
      border-top: 1px solid #1C2024;
          height: 72px;
    position: relative;
    padding: 16px;
    display: flex;
    align-items: center;
  }
  .group-acc-v1.acc-mb .btn-showgp{
    font-family: var(--g-font-1);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: -0.08px;
    text-transform: uppercase;
    color: #1C2024;
  }
  .group-acc-v1.acc-mb .ct-list-v1{
    isolation: isolate;
    z-index: 11;
    left: 0px;
    position: absolute;
        right: auto;
        top: -96px;
        background: #fff;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
        display: none;
  }
  .group-acc-v1.acc-mb .btn-showgp{
      font-family: var(--g-font-1);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: -0.08px;
    text-transform: uppercase;
    color: #1C2024;
    padding: 10px;
  }
  .group-acc-v1.acc-mb ul.acc-v1.noStyle li a{
        font-family: var(--g-font-1);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: -0.08px;
    text-transform: uppercase;
    color: #1C2024;
    padding: 10px;
  }
  .group-acc-v1.acc-mb ul.acc-v1.noStyle li a i{
   padding-right: 10px; 
  }
  .menu-desk .logo, .menu-desk .group-header-v1 .group-acc-v1{
    display: none;
  }
}  
/*Product Item*/
.ct-box-op p.product-type{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #1C2024;
    align-self: stretch;
    display: -webkit-box;
  -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ct-box-op .pdPrice{
  font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.12px;
    color: #1C2024;
}
.ct-box-op .pdPrice .pdComparePrice{
      color: #838383;
  padding-left: 5px;
}
.ct-box-op .pdLoopDetail {
    padding-top: 16px;
    border-top: 2px solid #BBBBBB;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}
.ct-box-op .pdLoopDetail .pi-left{
      text-align: left;
  padding-right: 10px;
}
.ct-box-op h3{
  padding:0;
}
.ct-box-op h3 a{
  font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.08px;
    color: #1C2024;
    align-self: stretch;
      height: 28px;
    white-space: break-spaces;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ct-box-op .link-quickview{
      transform: scale(1);
    opacity: 1;
      top: 11px;
    right: 30px;
    left: auto;
}
.ct-box-op .link-quickview li a{
  display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset -4.8px -7.2px 2.4px -8.8px #B3B3B3;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #fff;
    outline: none;
}

@media(max-width:1440px){
  .ct-box-op .pdPrice, .ct-box-op .pdPrice .pdComparePrice{
        font-size: 16px;
    line-height: 120%;
  }
  .pi-right a svg{
    width: 40px;
    height: 40px;
  }
}
@media(max-width:1199px){
  .ct-box-op h3 a{
    font-size: 14px;
    line-height: 120%;
    height: auto;
  }
  .ct-box-op .pdPrice, .ct-box-op .pdPrice .pdComparePrice {
        font-size: 12px;
        line-height: 120%;
    }
  .ct-box-op p.product-type{
    font-size: 14px;
    line-height: 20px;
  }
}
@media(max-width:767px){
  .ct-box-op h3 a{
            font-size: 18px;
        line-height: 26px;
    padding-bottom: 5px;
  }
  .haravan-product-reviews-badge{
    height: auto;
  }
  .ct-box-op .pdPrice, .ct-box-op .pdPrice .pdComparePrice{
            font-size: 20px;
        line-height: 28px;
  }
  .ct-box-op p.product-type{
    max-width: 100%;
  }
  .pi-right a svg{
    width: 48px;
    height: 48px;
  }
}
/*Footer*/
.footer .box-footer.footer-news .subscribe input{
      background: linear-gradient(0deg, rgba(64, 0, 255, 0.0705882), rgba(64, 0, 255, 0.0705882)), linear-gradient(0deg, rgba(29, 29, 29, 0.2), rgba(29, 29, 29, 0.2)), rgba(29, 29, 29, 0.1);
    background-blend-mode: normal, plus-lighter, color-burn;
    border-radius: 16px;
      height: 76px;
  font-weight: 400;
font-size: 20px;
line-height: 28px;
letter-spacing: -0.08px;
color: rgba(255, 255, 255, 0.7);
}
.footer .box-footer{
  margin-top:60px;
}
.footer .box-footer .list-link{
      display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    list-style: none;
    margin-top: 35px;
}
.footer-link .list-link li{
  padding: 0;
}
.footer-infor {
    display: flex;
    justify-content: space-between;
      padding: 30px 0 20px;
}
.footer-infor p{
      font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.12px;
    color: #FFFFFF;
}
.footer-infor span{
      font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.1px;
}
.copyright p.ftCopyright{
      font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  margin-top:0;
}
.cw-footer{
  align-items: center;
}
.copyright .col-right{
  text-align: right;
}
.footer .box-footer .list-link li a{
  display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 24px;
    gap: 12px;
    isolation: isolate;
    height: 64px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(217, 237, 255, 0.25098);
    box-shadow: inset -4.8px -7.2px 2.4px -4.8px #B3B3B3;
    border-radius: 16px;
  font-weight: 500;
font-size: 20px;
line-height: 28px;
letter-spacing: -0.08px;
color: #FFFFFF;
  font-family: var(--g-font-2);
      text-transform: uppercase;
}
@media(max-width:1440px){
  .footer .box-footer .list-link{
    flex-wrap: balance;
    justify-content: space-between;
  }
  .footer .box-footer .list-link li{
        width: calc(50% - 24px);
  }
}
@media(max-width:1199px){
  .footer-infor{
        gap: 10px;
    flex-direction: column;
  }
}
@media(max-width:767px){
  .footer .box-footer {
    margin-top: 20px;
}
  .footer .box-footer.footer-news .subscribe input{
    height: 48px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .footer .box-footer.footer-news .subscribe button{
    height: 48px;
  }
  .footer .box-footer.footer-news .subscribe button svg {
        width: 24px;
        height: auto;
    }
  .footer .box-footer .list-link li a{
    font-size: 12px;
    line-height: 16px;
    height: auto;
    padding: 0 10px;
    min-height: 48px;
  }
      .footer .box-footer .list-link li {
        width: calc(50% - 7px);
    }
  .footer .box-footer .list-link{
    gap:5px;
  }
      .social-footer {
        padding: 25px 0 0px;
    }
  .social-footer li {
        margin-right: 30px;
    }
      .social-footer li a svg {
        width: 40px;
        height: auto;
    }
  .footer-infor{
    padding: 20px 0;
    gap: 20px;
  }
  .footer-infor p{
    font-size: 16px;
    line-height: 24px;
  }
  .footer-infor span{
    font-size: 14px;
      line-height: 20px;
  }
  .copyright .col-right {
      text-align: left;
  }
  p.ftCopyright{
        font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .footer .box-footer .list-link{
        margin-top: 30px;
  }
}
/**Owl mobile vuot**/
 .owl-carousel, 
.owl-carousel .owl-stage-outer, 
.owl-carousel .owl-stage, 
.owl-carousel .owl-item {
  touch-action: pan-y !important;
  -webkit-overflow-scrolling: touch;
}
/****/