/*共通
----------------------------------------------*/
.topsocial{
  padding: 5px 0;
}
.allbackground{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7fcc3+0,bfcfe1+100 */
background: #e7fcc3; /* Old browsers */
background: -moz-linear-gradient(top,  #e7fcc3 0%, #bfcfe1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e7fcc3 0%,#bfcfe1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e7fcc3 0%,#bfcfe1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7fcc3', endColorstr='#bfcfe1',GradientType=0 ); /* IE6-9 */
margin: -5px 0 0 0;
}


.menuarea{
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}
.rowarea{
  padding:30px 0;  
}
.area{
  padding: 45px 0;
}
.rightlink{
  color:#fff;
}
.topmenu{/*MENU*/
  background: #4db025;/*29a9e0*/
  padding:0px 0;
  position: relative;
  /*position: sticky;
  position: -webkit-sticky;*/
  z-index: 2;
  /*border-bottom:1px solid #ccc;*/
  top:0px;
  box-shadow: 0 0px 1px #666;
}
.logo{
  overflow: hidden;
  max-width: 340px;
}
.search input{
  padding: 6px 15px;
  border-radius: 5px;
  border:0px; 
  max-width: 115px;
  float: left;
  margin: 3px 0;
}
.search #submit_Btn{
  padding: 6px 6px;
}

.toptool .social{
  padding:0px 5px 0 0;
  width:42px;
}

.toptool .social a{
  color: #06273d;
  border-radius: 50px;
  border:1px solid #06273d;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height:2.2em;
  font-size: 1.2em;
  padding: 0px 0px;
  float: left;
}


.toptool .social a:hover{
  color: #fff;
  border-radius: 50px;
  background: #06273d;

}

.readmore{
  color: #4db025;
  padding: 15px 9%;
  border: 2px solid #4db025;
  border-radius:50px;
  background: #fff;
  font-weight: bold;
}

.readmore:hover{
  color: #fff;
  background:#4db025;
}


/*-------------------------------------------------*/
.swipeword{
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  float: none;
  position: absolute;
  top:15%;
}

.swipecon{
  margin: 0 auto;
  width: 90%;
  /*max-width: 1300px;*/
  float: none;
  position: relative;
  padding: 120px 30px;
  color: #020202;
  text-align: center;
}

.swipeconsec{
  padding: 220px 30px 0 30px;
}

.swipecon-sub{
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  float: none;
  position: relative;
  padding: 0 30px;
  color: #fff;
  text-align: center;
}

.swipecon h1{
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 10% 0 ;
  line-height: 1em;
}


.swipecon p{
  font-size: 1em;
  line-height: 1.3em;
  font-weight: normal;
  margin: 0 0 10% 0 ;
}


/*商品區塊
*--------------------------------------------------*/

.banner{
  object-fit: cover;
  width: 100%;
  height: 450px;
  object-position: 37% 0;
}

.bannersec{
  object-position: 59% 0;
}
/*///*/
.maintitle{
 
  margin: 20px 0 20px 0;
}



.maintitle h2{
 
 /* float: left;
  width:330px;
  background: #2a55ff;*/
  color: #4db025;
  padding: 10px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 2.3em;
  letter-spacing: 0px;
  z-index: 1;
}


/*.maintitle h2:after{
  content: "";
  width: 100%;
  height: 100%;
  max-width: 330px;
  background: rgba(18,177,255,.5);
  position: absolute;
  z-index: -1;
  left:10px;
  top: 10px
}*/

/*  left:10px;
  top: 10px;
  max-width: 345px;
}*/

/*-------------------------------------------*/

.typesytle{
  padding: 5px 5px;
}

.catatypesytle{
    padding: 5px 5px;
  }

.item{
  padding: 0px 0px;
}

.item:hover{
  box-shadow: 0px 0px 12px #dadada;
  background: #fff;
  -o-transition:color .3s linear,box-shadow .3s linear,border .15s linear,background .3s linear;
  -webkit-transition:color .3s linear,box-shadow .3s linear,border .15s linear,background .3s linear;
  -moz-transition:color .3s linear,box-shadow .3s linear,border .15s linear,background .3s linear;
  transition:color .3s linear,box-shadow .3s linear,border .15s linear,background .3s linear;
}

.item .itemname,.item .itemmoney{
  font-size: 1em;
  text-align:center;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.item .itemname{
  margin: 10px 0 5px 0;
  font-weight: bold;
  letter-spacing: 1px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.item .itemmoney{
  color: #2d2d2d;
  margin: 5px 0 5px 0;
}
.item .itemlink{
  padding: 13px 0;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  margin: 15px auto;
  color: #fff;
  letter-spacing: 0px;
  float:none;
}

.item .itemlink{
  width: 110px;
  background: #4db025;
  float:none;
}

.item  a{
  float: left;
  width: 100%;
  color: #2d2d2d;
}



.bottomarea{
  padding: 0 5px;
}

.fornow{
  font-size: 1.2em;
  color: #2a55ff;
  padding: 0 5px;
  text-align: center;
}

.origin{
  text-decoration:line-through;
  font-weight: normal;
  padding: 0 5px;  
}

.discount{
  background: #2a55ff;
  position: absolute;
  left:0px;
  top: -45px;
  text-align: center;
  font-size: 1.6em;
  color:#fff;
  z-index: 2;
  border-radius: 50px; 
  width: 90px;
  height: 90px;
  line-height: 3.5em;
  letter-spacing: 0px;

}

.special{
  color: #ff7133;
  font-size: 1.2em;
  font-weight: bold;
}

.hotsale,.shipp{
  padding:50px 0 50px 0;
}

/*.idealez iframe{
  width: 100%;
  float: left;
  height: 390px;
}

.idealez{
  padding-bottom:5%; 
}*/


.lastsell{
  background: url("../image/bg/bg.png") center bottom no-repeat;
  background-size:100%; 
  padding: 20px 0 13% 0;
}

.lastsell .itemlink{
  background: #0473a7;
}

.lastsell  .special{
  color: #f93d3d;
}

/*分類區塊-----------------------------------------*/

.cataarea{
  padding: 3.5% 0;
}

.catagories .sincata:nth-child(even) .itemname{
  background:#12b1ff;
}
.cata{
  padding: 0 0 20px 0px;
  /*background-color: #f00;*/
}

.cata a:hover{
  /*box-shadow: 3px 3px 8px #565656;
  -o-transition:color .3s linear,box-shadow .3s linear,border .15s linear;
  -webkit-transition:color .3s linear,box-shadow .3s linear,border .15s linear;
  -moz-transition:color .3s linear,box-shadow .3s linear,border .15s linear;
  transition:color .3s linear,box-shadow .3s linear,border .15s linear;*/
}

.cata a{
  padding: 0px 0;
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  box-shadow: 3px 3px 8px #565656;
}

.cata .itemname{
  font-size: 1.1em;
  text-align:center;
  line-height: 1.3em;
  letter-spacing: 0px;
  background:#2a55ff; 
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  margin: -5px 0 0 0;
}


/*medical------------------------------------------*/

.medical{
  padding: 0 0 0 0px;
  margin: 20px 0 0 0;
}

.medical h2,.medical h4{
  color:#0473a7;
  font-weight: bold;
}

.clearfix{
  height: 20px;
}

.medical p{
  line-height: 1.5em;
  letter-spacing: 0px;
  font-weight: bold;
  color: #2d2d2d;
  font-size: 1.15em;
}
.medicalsub p{
  color:#0473a7;
  font-weight: bold;
}

.medicallink a{
  padding: 13px 25px;
  border:2px solid #0473a7;
  background: #fff;
  border-radius:50px; 
  color: #0473a7;
  font-weight: bold;
  margin: 30px 0 0 0;
}

.medicallink a:hover{
  background: #0473a7;
  color: #fff;
}
/*footer
---------------------------------------------------*/
.footer{
  background: #95b5c4;
  padding: 25px 0 50px 0;
  color: #232323;
  margin: -5px 0 0 0;
}

.footerlistbe{
  max-width: 1100px;
  margin: 0 auto;
  float: none;
  font-size: 1.1em;
}
.footerlink{
  margin: 5px 0;
  font-size: 14px;
  border-right:1px solid #c9caca;
}
.footerlink a{
  color: #c9caca;
  padding:4px 10px;
  float: left;
  /*font-family:Baskerville Bold;/*"Ubuntu"sans-serif*/
  font-size: 1em; 
  /*font-weight: bold;*/
  letter-spacing: 0px;
}

.footerlink a:hover{
  color: #fff;
  cursor: pointer;
}

.footer .footitle{
  line-height: 21px;
  font-size: 14px;
  margin: 15px 0; 
  letter-spacing: 1px;
  color: #fff;
}

.footer p{
  line-height: 21px;
  font-size: 14px;
  margin: 15px 0; 
  letter-spacing: 1px;
  color: #020202;
}

.footitle{
  padding: 10px 0;
}

.social{
  padding:0px 15px 0 0;
  width:60px;
}

.social a{
  color: #020202;
  border-radius: 50px;
  border:1px solid #020202;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height:2.5em;
  font-size: 1.5em;
  padding: 0px 0px;
  float: left;
}


.social a:hover{
  color: #fff;
  border-radius: 50px;
  background: #020202;

}

.note a{
  color: #020202;
}

.note .flex{
  align-items: center;
  flex-wrap: unset;
}

.copy{
  background: #95b5c4;
  padding: 25px 0 25px 0;
  color: #fff;
  font-size: 14px;
}



.topsocial .social a{
  color: #4db025;
  border-radius: 30px;
  border:1px solid #4db025;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height:2em;
  font-size: 1em;
  padding: 0px 0px;
  float: left;
}


.topsocial .social a:hover{
  color: #fff;
  background: #4db025;
}


.topsocial .social{
  padding: 0px 0px 0 0;
  width: auto;
  margin: 0 5px;
}

.btns{
  padding: 10px 30px;
  text-align: center;
  border-radius: 50px;
  background:#fff;
  color: #4db025;
  font-weight: bold;
  border:1px solid #4db025;
  float: none;
  font-size: 18px;
  width: 160px;
  margin: 30px auto;
}

.btns:hover{

  background:#4db025;
  color: #fff;
  cursor: pointer;
}

.input{
  padding: 13px 15px;
  border-radius: 5px;
  border:1px solid #4db025;
  font-size: 18px;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-align: center;
}

.close{
  background: #4db025;
  color: #fff;
  padding: 15px 15px;
  font-weight: bold;
  float: right;
  margin: 0 0 30px 0;
}

.input:focus{
  outline: none;
}



@media only screen and (min-width: 600px) {

  

}

@media (min-width: 768px) {
  .featcon p{
    margin: 0 0 0px 0;
    line-height:1.5em;
    text-align: left;
    word-break: break-word;
    letter-spacing: 0px;
    font-size: 1.05em;
  }

  .item .itemname,.item .itemmoney{
    font-size: 1.1em;
  }

  .item .itemname{
    font-size: 1.35em;
    /*letter-spacing: 1px;*/
  }


  .swipeconsec{
    padding: 120px 30px;
  }
 

}



@media screen and (min-width: 1000px){

  .topmenu{
    padding:0px 0;
  }
  .logo{
    /*max-width: 290px;*/
  }
  .topmenu .contentword{
    width: 95%;
  }

  .footerlink a{
    padding:3px 10px;
    /*font-family:Baskerville Bold;/*"Ubuntu"sans-serif*/
  }

  .noticesin:first-child{
    text-align:  right;
  }

  .banner{
    object-fit: cover;
    width: 100%;
    height: 600px;
    object-position: center 0;
  }

  .bannersec{
    object-position: center 0;
  }



  


  .typesytle{
    padding: 5px 10px;

  }

  .catatypesytle{
    padding: 5px 30px 5px 0;
  }

  .catatypesytle:nth-child(2){
    padding: 5px 15px;
  }

  .catatypesytle:last-child{
    padding: 5px 0px 5px 30px;
  }

  .swipeword{
    top:30%;
  }

  .swipecon h1{
    font-size: 2.2em;
    margin: 0 0 3% 0;
  }

  .swipecon p{
    font-size: 1.2em;
  }


  .medical{
    padding: 0 0 0 40px;
    margin: 0 0 0 0;
  }


  .swipecon{
    text-align: left;
    padding: 60px 5%;
  }


  .readmore{
    padding: 15px 45px;
  }




 

}


@media screen and (min-width: 1200px){
  .banner{
    object-fit: cover;
    width: 100%;
    height: 680px;
  }

  .topmenu .contentword{
    width: 98%;
  }

   .cata .itemname{
    font-size: 1.28em;
  }
  .lastfoot{
    padding: 90px 0 0 30px;
  }

}

@media screen and (min-width: 1000px) and (max-width: 1199px){
.toptool .social{
 padding: 0px 0px 0 0;
    width: 35px; 
}


}

@media screen and (min-width: 1200px) and (max-width: 1435px){
.toptool .social{
  padding:0px 0px 0 0;
  width:32px;
}

.swipecon h1{
    font-size: 1.9em;
    margin: 0 0 3% 0;
  }
}


@media screen and (min-width: 1000px) and (max-width: 1300px){
.item .itemname {

    height: 120px;

    }

}
@media screen and (min-width: 1500px){

.swipecon h1{
    font-size: 3.2em;
    margin: 0 0 3% 0;
  }
  
}