@charset "utf-8";
/* CSS Document */
.html{
	font-family:'Noto Sans TC', sans-serif,"Times New Roman";
}
/*KV輪播*/
/* Slideshow container */
.slideshow-container {
    position: relative;
    width: 100%;
    /*height: 28vw;*/
}

/* Slides */
.slide {
  display: none;
  width: 100%;
  height: 100%;
}
.slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #83a085;
}
.slide :hover{
	transform: scale(1);
}
/* Prev/Next buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  font-size: 30px;
  font-weight: bold;
  padding: 8px 16px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

/* Dots container */
.dots-container {
    position: absolute;
    top: 29vw;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
/* Dots */
.dot {
  cursor: pointer;
  margin: 0 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #bbb;
}

.dot:hover, .active {
  background-color: #717171;
}
/*kv btn*/
.kv1 {
    background: url(../images/kv-3_1920x550.jpg) no-repeat !important;
	background-size: contain !important;
    width: 100% !important;
    height: 28.8vw !important;
    display: block;
}
.kv2{
	background: url("../images/kv-1920x550.jpg") no-repeat !important;
	background-size: contain !important;
	width: 100% !important;
    height: 28.8vw !important;
    display: block;
}
.btn-kv {
    position: absolute;
    z-index: 20;
    margin: -7.5% auto auto 46.5%;
}
   /*寵物大分類*/

.Pet_list {
    text-align: center;
    background-color: #83a085;
    padding-top: 50px;
    padding-bottom: 50px;
}
.Pet_list img {
    width: 400px;
}
.Pet_list img:hover{
	-webkit-filter:saturate(1.5);
}
/*分類細項*/
.Pet_list hr{
	width: 100%;
}
.Pet_list table {
    display: inline-block;
    color: #fff !important;
    border-collapse: separate !important;
    border-spacing: 25px !important;
}
.Pet_list table th {
    border: #fff 1px solid !important;
    padding: 5px;
}
.Pet_list table th:hover{
	background-color: #4c6e5c;
}
.Pet_list table a{
	text-decoration: none;
    color: #fff;
}
.Pet_list table a:hover{
	color: #ffffcc;
}
/*寵物中分類*/
.arrow{
	display: inline-block;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #4c6e5c;
}
.arrow-light{
	display: inline-block;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #e9f4f4;
}
.note{
	display: inline;
	color: #3c624e;
	font-family: "Times New Roman",'Noto Serif TC', serif;
}
.Pet_title {
	font-family: "Times New Roman",'Noto Serif TC', serif;
    font-size: 45px;
    color: #4c6e5c;
    text-align: center;
    padding: 30px;
}
.Item_title {
    margin-top: 10px;
    font-size: 35px;
    color: #4c6e5c;
    text-align: center;
    font-family: 'Noto Serif TC', serif;
}
/*狗專區*/
.dog_only {
    height: 1500px;
	background-image:url("../images/dog_bg.png") ;
	background-repeat: repeat;
    background-color: #e9f4f4;
}
.dog_pic{
	height: 950px;
}
.dog_bow img {
    position: absolute;
    width: 300px;
    margin: 20px auto auto 25%;
}
.dog_bow img:hover{
	-webkit-filter:saturate(1.5);
}
.directions_one {
    position: absolute;
    margin: auto auto -15px 25%;
}
.dog_toy img {
    position: relative;
    width: 400px;
    margin-left: 50%;
}
.dog_toy img:hover{
	-webkit-filter:saturate(1.5);
}
.directions_two {
    position: absolute;
    z-index: 10;
    margin: 220px auto auto 55%;
}
.dog_clean img {
    position: relative;
    width: 280px;
    margin: 184px auto auto 25%;
}
.dog_clean img:hover{
	-webkit-filter:saturate(1.5);
}
.directions_three {
    position: absolute;
    z-index: 20;
    margin: 470px auto auto 25%;
}
.dog_brush img {
    position: absolute;
    width: 250px;
    margin: -18px auto auto -9%;
}
.dog_brush img:hover{
	-webkit-filter:saturate(1.5);
}
.directions_four {
    position: absolute;
    z-index: 20;
    margin: -265px auto auto 35%;
}
.dog_bag img {
    position: absolute;
    width: 400px;
    margin: 108px auto auto 10%;
}
.dog_bag img:hover{
	-webkit-filter:saturate(1.5);
}
.directions_five {
    position: absolute;
    z-index: 20;
    margin: -381px auto auto 63%;
}
/*狗商品*/
.menu_Item {
    display: block;
    background-color: #fff;
    width: 90%;
    height: 350px;
    margin: 30px auto;
}
.MenuS{
	display: none;
}
/*貓專區*/
.cat_only {
    height: 1650px;
	background-image:url("../images/cat_bg.png") ;
	background-repeat: repeat;
    background-color: #4c6e5c;
}
.cat_pic {
    height: 1095px;
}
.cat_bottle img {
    position: absolute;
    width: 510px;
    margin: 80px auto auto 25%;
}
.cat_bottle img:hover{
	-webkit-filter:saturate(1.5);
}
.directions_six {
    position: absolute;
    z-index: 20;
    margin: 90px auto auto 27%;
}
.cat_toy img {
    position: absolute;
    width: 500px;
    margin-left: 48%;
}
.cat_toy img:hover{
	-webkit-filter:saturate(1.5);
}
.directions_seven {
    position: absolute;
    margin: 430px auto auto 64%;
}
.cat_peanut img {
    position: absolute;
    z-index: 20;
    width: 250px;
    margin: 430px auto auto 20%;
}
.cat_peanut img:hover{
	-webkit-filter:saturate(1.5);
}
.directions_eight {
    position: absolute;
    margin: 562px auto auto 35%;
}
.cat_box img {
    position: absolute;
    width: 450px;
    margin: 606px auto auto 28%;
}
.cat_box img:hover{
	-webkit-filter:saturate(1.5);
}
.directions_nine {
    position: absolute;
    z-index: 20;
    margin: 1006px auto auto 40%;
}
.cat_cream img {
    position: absolute;
    width: 390px;
    margin: 500px auto auto 57%;
}
.cat_cream img:hover{
	-webkit-filter:saturate(1.5);
}
.directions_ten {
    position: absolute;
    z-index: 20;
    margin: 520px auto auto 64%;
}
/*商品輪播*/
.Item_link img {
    display: block;
    text-align: center;
    width: 65%;
    padding-left: 17%;
}
.Item_link a{
	text-align: center;
	text-decoration: none;
}
.Item_brand{
	color: #999999;
	font-size: 15px;
}
.Item_name{
	color: #000000;
	font-size: 18px;
	margin-top: 5px;
}
/*品牌清單*/
.brand_pic {
    background-color: #83a085;
    padding-bottom: 70px;
}
.brand_list{
	display: block;
	text-align: center;
}
.brand_list div {
    display: inline-block;
    margin: 5px;
}
.brand_link{
    position: relative;
    width: 300px;
    height: 300px;
}
.mask {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 300px;
    height: 300px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    opacity: 0;
}
.mask p {
	font-family: Times, "Times New Roman", "serif";
    font-size: 50px;
	text-align: center;
	padding-top: 45%;
}
.brand_link a:hover .mask {
    opacity: 1;           
}
.BrandS{
	display: none;
}
.pet_warning {
    display: block;
    text-align: center;
    padding: 1vw 0;
    color: #000 !important;
    background-color: #f5d941;
}