@media (max-width: 577px) {
	.brand-logo {
		left: 30%;
	}

	.menu-search{
		padding: 25px 30px 25px 0 !important;
		font-size:20px;
	}

	.cart-section tbody tr td .mobile-cart-content h2{
		font-size:12px;
		font-weight:700;
	}

	.wishlist-section tbody tr td .mobile-cart-content h2{
		font-size:12px;
		font-weight:700;
	}

	.product-box .product-detail h4 {
		font-size:18px;
		padding-bottom:5px;
	}


}

.menu-search{
	padding: 40px 30px 25px 0;
	font-size:20px;
}

@media (max-width: 480px) {
	.brand-logo img{
		height:45px;

	}
}

.product-icon{
	font-size:15px;
	color:var(--theme-color);
	padding-right:10px;
}

.button-cart{
	border:0px;
	background-color:transparent;
	font-size:15px;
	padding-right:22px;
	margin-top:-15px;
}

.color-variant{
	text-align:center;
}

.tap-top.top-cls {
    bottom: 80px;
}

.btn-get{
    float: right;
    margin-right: 12px;
    margin-top: -57px;
    position: relative;
    z-index: 2;
    color: #ffffff;
	background-color:var(--theme-color);
	padding:8px;
	letter-spacing: 0.05em;
}

.field-icon{
    float: right;
    margin-right: 12px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    color: #000;
}

.faq-top-section{
	display:none;
	background-color:#007185;
	padding-bottom:50px;
}

.faq-bread{
	background-color:#007185;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0);
	color:#fff;
}

.gift-wrap-big{
	display:none;
}

.gift-wrap-small{
	display:block;
}

.home-slider .gift {
	height: 40vh;
}

@media (min-width: 480px) {

	.field-icon{
		margin-top: -65px;
	}

	.btn-get{
		margin-top: -72px;
	}
	.faq-top-section{
		display:block;
	}

	.gift-wrap-big{
		display:block;
	}

	.gift-wrap-small{
		display:none;
	}

	.home-slider .gift {
		height: 30vh;
	}
}

.field-icon2{
    float: right;
    margin-right: 12px;
    margin-top: -59px;
    position: relative;
    z-index: 2;
    color: #000;
}

.field-icon3{
    float: right;
    margin-right: 12px;
    margin-top: -27px;
    position: relative;
    z-index: 2;
    color: #000;
}

.btn-forgot{
	color:#000;
	float:right;
	margin-top:10px;
}

.footer1 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ff5a60;
  padding-top:30px;
  color: white;
  text-align: center;
  padding-bottom:35px;
  z-index:99;
}

.product-filter h6{
	padding-top:15px;
	padding-left:15px;
	margin-bottom:0px;
	line-height:20px;
}

.cat-main{
	padding: 5px 10px 5px 10px;
    color: #6faa27;
    background-color: #dfece1;
    font-weight: 700;
	margin-left:8px;
	margin-right:4px;
	border-radius:50rem;
}

.cat-sub{
	padding: 5px 10px 5px 10px;
    color: #00a3cc;
    background-color: #ccf5ff;
    font-weight: 700;
	margin-left:4px;
	margin-right:4px;
	border-radius:50rem;
}

.cat-product{
	padding: 5px 10px 5px 10px;
    color: #ff7733;
    background-color: #ffeee6;
    font-weight: 700;
	margin-left:4px;
	margin-right:4px;
	border-radius:50rem;
}

.article-content{
	text-align:left;
}

.article-content p{
	margin-bottom:10px;;
}

.edit-info-modal{
	text-align:left;
}

.edit-info-content{
    text-align: left;
    margin: 20px 0 10px 0;
}

.menu-right a{
	color:#2C2D3F;
}

@media (max-width: 991px) {
	.edit-info-content h2 {
		margin-top: 15px;
	}
}

@media (max-width: 1199px) {
	.edit-info-content h2 {
		font-size: 20px;
	}

	.menu-right a{
		color:#000;
	}

}

.edit-info-content h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.2em;
}

.edit-info-content h3 {
    font-size: 26px;
    color: #222;
    margin-bottom: 15px;
}

.btn-outline:hover{
	color:#000!important;
}

.product-right .color-variant li.active {
	border:solid 1px #ff4c3b;
}

.product-right .size-box ul li.active  {
	border:solid 1px #ff4c3b;
}

.product-right .color-variant li {
	border:solid 1px #929292;
}

.product-box {
	border:solid 1px rgba(0,0,0,0.1);
	padding:12px 5px 12px 5px;
}

.no-slider .product-box {
	border:solid 1px rgba(0,0,0,0.1);
	padding:12px 5px 12px 5px;
}

.product-box .product-detail span {
	font-size:11px;
}

.product-box .product-detail label {
	background-color:#7fda69;
	padding:3px 10px 3px 10px;
	font-weight:700;
	margin-top:5px;
	margin-bottom:0px;
	width:100%;
	text-align:center;
}

.pro-slick{
	text-align:center;
	height:383px;
	width: 100%;
	position: relative;
}

.product-detail-big{
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pro-slick-small{
	height:106px;
	width: 100%;
	position: relative;
}

.product-detail-small{
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pro-slick-small{
	text-align:center;
	height:106px;
	width: 100%;
}

.header-container{
	background-color:#ffffff;
}

.menu-right{
	color:#2C2D3F;
}



.home-banner{
    background-size: cover;
    background-position: center center;
    display: block;
}

.main-img-box {
	height:170px;	
	width: 100%;
	position: relative;
	display: inline-block;
}

.product-right .price-detail label {
	font-size:12px;
}

.sub-menu-container{
	padding-left:20px;
	padding-right:10px;
	border-radius: .8rem;
	border:0.8px solid rgba(0,0,0,0.3);

}

.sub-menu{
  display: flex;
  align-items:center;
  border-bottom:0.8px solid rgba(0,0,0,0.2);
  padding-top:10px;
  padding-bottom:10px;

}

.sub-menu i{
	float:right;
	right:0px;
	font-size:18px;
}

.sub-menu .title{
	width:85%;
}

.sub-menu h5{
	font-size:14px;
	color:#000;
	margin-top:0.3rem;
	margin-bottom:0.3rem;
}

.sub-menu a{
	color:#000;
}

.sub-menu .items{
	width:10%;
}

.theme-form{
	background-color: #f8f8f8;
	padding:10px;

}

.cs{
	color:#c45500;
	font-size:15px;
	font-weight:900;
}

.faq-menu{
    height: 94px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 16px 20px;
    display: flex;
}

.faq-menu img{
	width:60px;
}

.faq-menu .img-part{
	margin-right:20px;
}

.faq-menu .faq-menu-content{
	color:#000;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    min-width: 0;
	justify-content: center;
}

.sub-footer{
	background-color:#021e4c;
}

.sub-footer p{
	color:#fff;
}

.bg-red{
	background-color : rgb(204, 12, 57)!important;
	color:#fff;
	font-size:12px;
}

.limited{
	color: rgb(204, 12, 57)!important;
	font-weight:700;
}

.gift-sub{
    background-size: cover;
    background-position: center center;
    display: block;
}

.btn-wish{
    display: inline-block;
    letter-spacing: 0.05em;
    border: 2px solid var(--theme-color);
    position: relative;
    color: #000;
	margin-left:10px;
	font-size:12px;
	text-transform: capitalize;
}

.lang-flag{
	display: inline-block!important;
	margin-right:10px;
	height:15px;
}

.out-stock{
	color:red;
	font-size:12px;
	text-align:center;
}

.lbl-point{
    background-color: #7fda69;
	color:#000;
    padding: 3px 10px 3px 10px;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
}