/* CSS Document */
@import url("font.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css");

html,body{
	margin:0px;
	padding:0px;
	font-family: 'Montserrat', Verdana,sans-serif;
	height: 100%;
}

a{
	text-decoration: none;
	color: #333;
}
a.hover{
	color: #dc3545;
}

.btnCircle{
	border-radius: 25px;
}

/*-----------------Nav css-------------------*/

.HeaderStyle{}
.HeaderStyle a{
	color:#000;
	font-weight:500;
	font-size: 16px;
}
.HeaderStyle a:hover{
	color: #85288c;
	-webkit-transition: 0.3s ease-out 0s;
	-o-transition: 0.3s ease-out 0s;
	transition: 0.3s ease-out 0s;
}
.HeaderStyle li{
	padding:0px 8px;
}
.HeaderStyle li a{
	color:#fff
}


.menuFont a:hover{
	font-size:16px;
	color: #fff;
	-webkit-transition: 0.3s ease-out 0s;
	-o-transition: 0.3s ease-out 0s;
	transition: 0.3s ease-out 0s;
}


.dropdown-menu a{
	color: #000 !important;
}

.dropdown-menu a:hover{
	color: #000 !important;
}


/*------------改变dropdown的触发方式----------------------*/
.dropdown:hover > .dropdown-menu{
 display:block;
}

.dropdown > .dropdown-toggle:active{
 pointer-events:none;
}


/*-------------banner css-----------------------*/
.banner-r{
	background: url(/img/banner-right.jpg) no-repeat;
	padding-top: 80px;
	line-height: 30px;
}
.banner-r input{
	height:50px
	
}


/*------------------home page--------------------*/
.mySection-1{
	background-color: #fef9f8;
	margin:50px 0;
	padding:50px 0;
	text-align: center;
}
.mySection-2{

	padding:50px 0;
	text-align: center;
	
}

.mySection-3{
	background-color: #fef9f8;
	padding:50px 0;
}



/*-----------------------Product list-------------------------------*/


.ProductCategories a{
	display: block;
	
}
.ProductCategories a:hover{
	color: #ff0000;
/*	background-color:#dc3545 ;*/
	border-radius:5px;
	-webkit-transition: 0.3s ease-out 0s;
	-o-transition: 0.3s ease-out 0s;
	transition: 0.3s ease-out 0s;
}

.ProductCategories a.active{
	color: #ff0000;
/*	background-color:#dc3545 ;*/
	border-radius:5px;
	font-weight:bold;
/*	padding-left:18px;*/
	-webkit-transition: 0.3s ease-out 0s;
	-o-transition: 0.3s ease-out 0s;
	transition: 0.3s ease-out 0s;
}




.bigCategories, .SamllCategories {
  list-style-type: none;
  padding: 0;
}
.bigCategories a{
	display:inline;	
	}

.SamllCategories{
	display: none;
	background-color:#fef9f8;
	border-radius: 10px;
}
.SamllCategories li{padding:10px 0px 10px 20px;}
	
/*.bigCategories li:hover > .SamllCategories {
  display: block;
  background-color:#fef9f8;
  border-radius: 10px;
  }*/

.IconActive{
	background:url(/img/arrow-1.png) no-repeat;
	height:20px;
	width:30px;
	cursor:pointer;
	}
.InIconActive{
	background:url(/img/arrow-2.png) no-repeat;
	height:20px;
	width:30px;
	cursor:pointer;
}

.ProductList a:hover{
/*	color: #dc3545;*/
	font-weight: bold;
	-webkit-transition: 0.3s ease-out 0s;
	-o-transition: 0.3s ease-out 0s;
	transition: 0.3s ease-out 0s;
}

.productBox{
	position: relative;


}
.productBox:hover .addCartBtn{
	right: 10px;
	opacity: 1;
	visibility: visible;
}

.addCartBtn{
	position: absolute;
	right:10px;
	bottom:-30px;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	background-color:#dc3545;
	text-align: center;
	line-height: 60px;
	font-size:30px;
	opacity:0.8;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s ease-out 0s;
	-o-transition: 0.5s ease-out 0s;
	transition: 0.5s ease-out 0s;

}


.addCartBtn a{
	color: #fff;
}
.addCartBtn a:hover{
	color: #fff;
}


.ProductList-Pic {
	display: block;
	overflow: hidden;
  }
  
.ProductList-Pic img {
	width: 100%;
	-webkit-transition: 0.3s ease-out 0s;
	-o-transition: 0.3s ease-out 0s;
	transition: 0.3s ease-out 0s;
  }
.ProductList-Pic:hover img {
	-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
  }
  


  .pop{
		display: none;
		position: fixed;
		top: 0;
		z-index: 999999;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.15);
	}
	.pop .popMain{
		width: 400px;
		position: absolute;
		left: 55%;
		top: 30%;
		margin-left: -300px;
		z-index: 9999999;
	}

  /*-------------Video page--------------*/
  .videoBox{
	border-radius: 10px;
	border:#f0f0f0 1px solid;
	margin:30px 20px 20px 0;
	padding:5px
  }
  .videoBox hr{
	color:#ccc;
  }
  .videoBox p,h4{
	padding:0 20px;
  }
  
  
  /*-------------catalog page--------------*/ 
  .catalogBox{
	  display: block;
	  border-radius: 0px 50px 0px 50px;
	  border:1px dashed #ccc;
	  position: relative;
	  
	  }
	  
   .catalogBox:hover{
	  border-radius: 0px 50px 0px 50px;
	  border:1px dashed #ff6600;
	   } 

  
  
     .catalogBox:hover .cataTip{
	opacity:0.8;
	visibility: visible;
	 border-radius: 0px 50px 0px 50px;
}


.cataTip{
	position: absolute;
	right:30px;
	bottom:30px;

	background-color:#fff;
	text-align: left;

	font-size:30px;
	opacity:0;
	visibility: hidden;
	-webkit-transition: 0.5s ease-out 0s;
	-o-transition: 0.5s ease-out 0s;
	transition: 0.5s ease-out 0s;
border-radius: 0px 50px 0px 50px;
}

  
  
	
/*----------pagination style----------*/
.pagination-gray a{
    color:#333333;
}
.pagination-gray a:hover{
	color: #fff;
	font-weight: normal;
}

/*---------------footer-----------------*/
.footerBtn a{
	text-decoration: none;
	color: #666;
}
.footerBtn a:hover{
	color: #dc3545;
}

.footerLogo img{
	width:130px;
	opacity:0.8;
	-webkit-opacity:0.8;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.footerLogo img:hover{
	opacity:1;
	-webkit-opacity:1;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%); 
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	}
	
 /*-------------leave message--------------*/
  .messageBox{
	border-radius: 5px;
	border:#dee2e6 1px solid;
	margin:0px 20px 20px 0;
	padding:30px;
	background-color:#FFF;
  }
/*-------------Blog right list--------------*/
 .blog-newlist{ list-style:none;margin:0px;padding:0 0 15px 0}
  .blog-newlist li{ list-style:none;margin:0px;padding:5px 0;}

  
  /*--------------------------------------------------------------
# Scroll Top
--------------------------------------------------------------*/

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 30px;
  bottom: -15px;
  z-index: 99999;
  background: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border:1px solid#999
}

.scroll-top i {
  font-size: 24px;
  color: #666;
  line-height: 0;
}

.scroll-top i:hover {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgb(127 43 135 / 80%);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 40px;
}



.inApp{
	position: fixed;
	z-index: 214;
	top: 40%;
	right:30px;
	}

.inApp li{
	list-style-type:none;
	padding:3px 0;
	}