@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@700&display=swap');
@charset "utf-8";
/* CSS Document */
body {
	background: url(../images/bg.jpg) top center;
	font-family: 微軟正黑體, Roboto, "Varela Round", sans-serif;
	margin: 0;
	overflow-x: hidden;
}
/*-------------------------*/
/* $ top
---------------------------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10000;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/*-------------------------*/
/* $ banner圖片輪播
---------------------------*/
@-webkit-keyframes right {
  from {
    -webkit-transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-4%);
  }
  to {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(4%);
  }
}

@keyframes right {
  from {
    -webkit-transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-4%);
  }
  to {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(4%);
  }
}

@-webkit-keyframes left {
  from {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(4%);
  }
  to {
    -webkit-transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-4%);
  }
}

@keyframes left {
  from {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(4%);
  }
  to {
    -webkit-transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateX(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-4%);
  }
}

@-webkit-keyframes down {
  from {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%);
  }
  to {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%);
  }
}

@keyframes down {
  from {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%);
  }
  to {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%);
  }
}

@-webkit-keyframes up {
  from {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%);
  }
  to {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%);
  }
}

@keyframes up {
  from {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%);
  }
  to {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%);
  }
}

@-webkit-keyframes out {
  from {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes out {
  from {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes in {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes in {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}





#slides {
  position: fixed;
  width: 1px;
  height: 1px;
  left: -9999px;
}

#slideshow {
  position:relative;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 500px;
}

#slideshow .slide, #slideshow span, #slideshow .static-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#slideshow .slide span {
  background-size: cover;
  background-position: center;
}

#slideshow .slide span.animate.right, #slideshow .slide span.animate.left {
  left: calc((-4vw + -4vh + -4%)/3);
  right: calc((-4vw + -4vh + -4%)/3);
}

#slideshow .slide span.animate.up, #slideshow .slide span.animate.down {
  top: calc((-4vw + -4vh + -4%)/3);
  bottom: calc((-4vw + -4vh + -4%)/3);
}

#slideshow span.animate {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#slideshow span.animate.right {
  -webkit-animation-name: right;
  animation-name: right;
}

#slideshow span.animate.left {
  -webkit-animation-name: left;
  animation-name: left;
}

#slideshow span.animate.up {
  -webkit-animation-name: up;
  animation-name: up;
}

#slideshow span.animate.down {
  -webkit-animation-name: down;
  animation-name: down;
}

#slideshow span.animate.in {
  -webkit-animation-name: in;
  animation-name: in;
}

#slideshow span.animate.out {
  -webkit-animation-name: out;
  animation-name: out;
}

#slideshow span.animate.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}




/*-------------------------*/
/* $header 
---------------------------*/
.header {
 position: relative;
    z-index: 100;
}
.header .funcBox {
     position: absolute;
     right: 10px;
     top: 20px;
     z-index: 100;
}
.header .funcBox a{
  width: 50px;
    height: 50px;
    background-image: url(../images/footer-bg.jpg);
    border-radius: 50%;
    padding: 12px 15px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
  
}
.header .funcBox a:hover{

    background:#795548;
  
  
}
.header .funcBox a span{
 position: absolute;
    top: -4px;
    right: -4px;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    background-color: #a62627;
    border-radius: 50%;
   
  
}
.logo {
 position: absolute;
 width: 200px;
 z-index: 10;
 top: 250px;
 right: 0px;
}
.bannerBox {
  position:relative;
}

.bannerBox:after {
 display: block;
 position: absolute;
 content: '';
 right: 0px;
 bottom: -5px;
 background: url(../images/top-2.png) repeat-x top left;
 background-size: 70%;
 width: 100%;
 height: 100px;
 z-index: 1;
}

.Buddha {
 position: absolute;
 right: -100px;
 top: -100px;
 background-image: url(../images/Buddha.png);
 background-size: cover;
 background-position: center center;
 width: 40%;
 height: 0;
z-index: 2;
 padding-bottom: 50%;
}

.banner-title{position: absolute;width: 70%;/* z-index: 100; */top: 50%;left: 50%;color: #FFFFFF;transform: translatey(-60%) translateX(-50%);font-family: 'Noto Serif TC', serif;}
.banner-title h3 {
     width: 300px;
    left: 100px;
}
.banner-title h3 img{
     width:100%;
    
}
.banner-title p {
   float: left;
    display: block;
    width: 100%;
}
.banner-title p span{
    border-bottom: 1px solid rgba(243, 243, 243, 0.4);
    display: block;
    float: left;
}
.exploreArea {
 padding: 100px 0 0; 
margin: auto;
	    z-index: 2;
		    background-image: url(../images/bg2.png);
    background-size: 50%;
    background-position: -200px bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
@media (max-width: 1024px){
	.bannerBox:after {
    background-size: 80%;
}
.Buddha {
    right: 0px;
    top: auto;
    width: 50%;
    height: 0;
    bottom: -100px;
    padding-bottom: 50%;
}	
}
@media (max-width: 768px){
.logo {
 width: 100px;
 left: 30px;
 right: auto;
 top: 20px;
}	
.bannerBox:after {
    background-size: 120%;
}
.banner-title {
    position: absolute;
    width: calc(100% - 50px);
    top: auto;
    left: 50px;
    transform: none;
    bottom: 100px;
    z-index: 3;
}
.banner-title h3 {
     width: 160px;
    left: 80px;
}	
.Buddha {
    right: 0px;
    top: auto;
    width: 70%;
    height: 0;
    bottom: -100px;
    padding-bottom: 70%;
}	
	.exploreArea {
 padding: 100px 0 50px; 
}
}

@media (max-width: 420px){
	.Buddha {
    right: 0px;
    top: auto;
    width: 80%;
    height: 0;
    bottom: -100px;
    padding-bottom: 100%;
}	
.bannerBox:after {
    background-size: 210%;
}
	}

@media (max-width: 320px){
.bannerBox:after {
    background-size: 250%;
}
	}
/*-------------------------*/
/* $ footer
---------------------------*/
.footer {padding: 50px 0 20px;background-image: url(../images/footer-bg.jpg);width: 100%;color: #696969;font-size: 13px;}
.bottomBox  {
	font-size: 13px;
	margin-top: 30px;
}
.bottomBox p {
	display: inline-block;
	font-size: 14px;
}
.bottomBox .design {
	    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
    border-left: 1px solid rgba(243, 243, 243, 0.4);
	
}
.footerContactBox h3 {
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 35px;
    font-family: 'Noto Serif TC', serif;
    text-transform: uppercase;
}
.footerContactBox ul li i {
   margin-right: 10px;
    color: #ffd36a;
}
.footerContactBox ul li {
   margin-bottom: 10px;
   
}
/*-------------------------*/
/* $ 線上點燈
---------------------------*/
.title-wrapper {
	   position: relative;
    width: 100%;
    float: left;
	   
}
.title-wrapper h2{
	    text-align: center;
	    font-family: 'Noto Serif TC', serif;
	    font-size: 3.5rem;
	    font-weight: 600;
	    margin-bottom: 50px;
	    line-height: 1.3;
	
}
.title-wrapper h2 span{
	border: 3px solid #e2cd8e;
    padding: 10px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: inline-block;
}
.title-wrapper h2 span:nth-child(2){
	/* left: -10px; */
}
.title-wrapper h2 span:nth-child(3){
	/* left: -20px; */
}
.title-wrapper h2 span:nth-child(4){
	/* left: -30px; */
}
.title-wrapper h2 span:nth-child(5){
	/* left: -40px; */
}
.title-wrapper h2 span:nth-child(6){
	/* left: -50px; */
}
.title-wrapper h2 span:nth-child(7){
	/* left: -60px; */
}
.title-wrapper h2 span:nth-child(8){
	/* left: -70px; */
}
.title-wrapper h2 span:nth-child(9){
	/*left: -80px;*/
}
.title-wrapper h2 span:nth-child(10){
	/*left: -90px;*/
}
.word{
	font-size: 1.6rem;
    line-height: 1.8;
    padding: 20px;
    width: 100%;
	float:left;
}
@media (max-width: 768px){
.title-wrapper h2 {
    margin-bottom: 35px;
}
.title-wrapper h2 span {
     width: 50px;
    height: 50px;
    font-size: 25px;
    padding: 5px;
}
	
}	
/*-------------------------*/
/* $ 線上點燈
---------------------------*/
.product{
	    margin-top: 50px;
    float: left;
    width: 100%;
}
.product-item{
	height: 350px;
	width: 100%;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	color: #fff;
	margin-bottom: 30px;
	transition:transform .5s;
	
	
}
.product-item .product-item_bg{
background-color: rgb(0 0 0 / 0.5);
    width: 100%;
    padding: 50px;
    overflow: hidden;
}

.product-item:hover {
transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
		box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.1);

}
.product-item .product-item_bg:hover{
background-color: rgb(0 0 0 / 0.8);
	box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.1);
 
}

.product-item .product-item_bg h3{
	font-family: 'Noto Serif TC', serif;
	padding: 0;
	font-size: 3.2rem;
	font-weight: 600;
	margin: 0px;
	letter-spacing: .08em;
	    margin-right: 15px;
}
.product-item .product-item_bg  a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    font-size: 0;
}
.product-item  .product-more{
       position: absolute;
    bottom: 40px;
    right: 30px;
  
}

.product-item .product-more:before {
 content: "";
    position: absolute;
    top: -60px;
    left: 15px;
    width: 1px;
    height: 50px;
    background-color: #ffffff;
	
}
.product-item .product-more:after {
   content: "";
    position: absolute;
    top: -60px;
    left: 20px;
    height: 15px;
    width: 1px;
    background-color: #ffffff;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}


/*-------------------------*/
/* $ 首頁禮斗專區
---------------------------*/
.product2{
    background: url(../images/product2-by.jpg) center center no-repeat;
    background-size: cover;
    padding: 80px 80px;
    width: calc(100% - 30px);
    float: left;
    margin: 15px;
    color: #fff;
}
.product2 .p-item{width: 120px;height: 120px;margin: 10px;float: right;border: 1px solid white;border-radius: 50%;text-align: center;}
.product2 .p-item h4{
    font-size: 1.6rem;
    line-height: 1.8;
	    font-family: 'Noto Serif TC', serif;
}
.product2 .p-item p{
font-family: 'Noto Serif TC', serif;
font-size: 2rem;
}
.product2 .p-item p span{font-size: 1rem;margin-left: 5px;}


.product2 .p-Introduction h3 {font-family: 'Noto Serif TC', serif;padding: 0;font-size: 3.2rem;font-weight: 600;margin: 0px;letter-spacing: .08em;    margin-bottom: 35px;width: 100%;}
.product2 .p-Introduction p {
	    font-size: 1.6rem;
    line-height: 1.8;
	margin-bottom: 50px;
}




.btn01 a {
	
position: relative;
	
z-index: 0;
	
display: inline-block;
	
padding: 15px 70px;
	
border: 1px solid #816e57;
	
font-size: 16px;
	
color: #fff;
	
letter-spacing: .05em;
	
text-transform: uppercase;
	
-webkit-box-sizing: border-box;
	
box-sizing: border-box;
}

.btn01 a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #c5a47e;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn01 a:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 11px;
  background: url("../images/icon_arrow.png") no-repeat;
  background-size: contain;
}

.btn01 a:hover {
  border-color: #c5a47e;
}

.btn01 a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}
@media (max-width: 768px){
.product2{
    padding: 30px ;
 }
 .product2 .p-item {
    width: 100px;
    height: 100px;
    float: left;
    margin: 5px;
}
 .product2 .p-money{
     margin-top: 50px;
}

}
@media (max-width: 420px){

.btn01 a {
width: 100%;
}
}


/*-------------------------*/
/* $ 首頁禮斗專區
---------------------------*/
.product3{
    background: url(../images/product3-by.jpg) center center no-repeat;
    background-size: cover;
    padding: 80px 80px;
    width: calc(100% - 30px);
    float: left;
    margin: 15px;
    color: #fff;
}
.product3 .p-Introduction h3 {font-family: 'Noto Serif TC', serif;padding: 0;font-size: 3.2rem;font-weight: 600;margin: 0px;letter-spacing: .08em;    margin-bottom: 35px;width: 100%;}
.product3 .p-Introduction .box {
	    font-size: 1.6rem;
    line-height: 1.8;
	margin-bottom: 50px;
}
.product3 .p-Introduction .box span {
	    margin-right: 20px;
	
}
@media (max-width: 768px){
.product3{
    padding: 30px 30px 50px;
 }
}
/*-------------------------*/
/* $ 框
---------------------------*/

.itemContent {
    padding: 30px;
    box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    float: left;
       border-bottom: 4px solid #c2a881;
    border-radius: 3px;
    margin: 30px 0;
}
.itemContent .Text {
  width: 100%;
    float: left;
}
.itemContent .Text h3 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 500;
    color: #161616;
    position: relative;
    margin: 50px 0 50px;
    padding-bottom: 30px;
    border-bottom: #e0e0e0 1px solid;
}
.itemContent .Text h3:after {
content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #eac472;
    transition-delay: .7s;
    width: 80px;
    position: absolute;
    bottom: 0px;
}
.margin-b15 {
    float: left;
	margin-bottom: 15px;
}



/*-------------------------*/
/* $ 產品
---------------------------*/

.pt-Introduction .map {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
}

.pt-Introduction .Text {
    margin-left: 50px;
}


.pt-Introduction  .Text h3 {
font-size: 3rem;
    line-height: 4rem;
    font-weight: 500;
    color: #161616;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.pt-Introduction  .Text h3 span{
font-size: 2rem;
line-height: 3rem;
display: inline-block;
float: left;
width: 100%;
margin-top: 10px;
}
.pt-Introduction  .Text h3:before {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #b38400;
}
.pt-Introduction .Amount{float: left;width: 100%;margin-bottom: 20px; font-size: 1.6rem;
    line-height: 1.8;}
.pt-Introduction .Amount .title{font-weight: 800;margin-right: 10px;}
.pt-Introduction .Amount .money{font-size: 5rem;color: #ee0808;padding: 0 10px;font-family: 'Noto Serif TC', serif;}
.box-quantity {
	margin-top: 20px;
	    overflow: hidden;
    width: 100%;
  
}
.box-quantity label {
   float: left;
   width: 60px;
  font-size: 1.8rem;
    line-height: 5rem;
}
.box-quantity input {
   width: calc(40%);
    padding: 15px;
    border: 1px solid #7d7d7d;
    outline: none;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 8px;
	 float: left;
}
.box-quantity button {
   width: calc(100% - 40% - 60px - 10px);
    padding: 15px;
    border: 1px solid #7d7d7d;
    outline: none;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #29221a;
    float: left;
    margin-left: 10px;
    color: #fff;
}
@media (max-width: 768px){
	.pt-Introduction .Text {
    margin-left: 0px;
}
}
/*-------------------------*/
/* $ 標題
---------------------------*/
.section-title  {
      margin: 20px 0 50px;
}

.section-title h2 {
     color: #252525;
     display: inline-block;
     font-size: 36px;
     font-weight: 600;
     line-height: 40px;
     padding-bottom: 25px;
     position: relative;
     text-transform: uppercase;
     z-index: 2;
}
.section-title h2:after {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 15px;
}
.section-title h2:before {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 8px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
}

.section-title p {
 
	    margin-top: 10px;
    font-size: 20px;
}

@media (max-width: 420px){
.section-title h2 {
     font-size: 30px;
     line-height: 36px;
     
}
}
/*-------------------------*/
/* $ 首頁廣告banner
---------------------------*/
.banner{
width: 100%;
	overflow:hidden;
	    margin-top: 100px;
}
.banner .Img{
width: 33.3333%;
	float: left;
	 position:relative;
} 
.banner .item{
	 width: 100%;
	 margin: 0;
	 overflow: hidden;
	 height: 200px;
	 position:relative;
} 
.banner .item img{
	 width: 100% ;
 
} 
.banner a{
	    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    font-size: 1;
   
} 

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  background-color: #000;
  overflow: hidden;
}
.imh_zoom img {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.imh_zoom:hover img{
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 1024px){

.banner .item {
    height: 110px;
}
}
@media (max-width: 768px){

.banner .item {
    height: 100px;
}
}

@media (max-width: 420px){
.banner .Img {
    width: 100%;
}
.banner .item {
    height: 100px;
}
}

/*-------------------------*/
/* $ 按鈕
---------------------------*/
.btn-5 {
color: #808695;
    position: relative;
    display: inline-block;
    margin: 20px auto;
    width: 100%;
    height: 60px;
    max-width: 250px;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 2rem;
    min-height: 1px;
    line-height: 2.8;
    border: 1px solid currentColor;
}

.btn-5 a {
  text-decoration: none;
  color: black;
	
}
.btn-5:before,
.btn-5:after {
  z-index: -1;
	  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-5:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #3f444e transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-5:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #3f444e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-5:hover {
  color: #dadce0;
	text-decoration:none;
}
.btn-5:hover:before, .btn-5:hover:after {
  border-width: 60px 262.5px;
}
.btn-5:active {
  background: #697182;
}

.btn-1 {
       position: relative;
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 1.5rem;
    min-height: 1px;
    line-height: 2.2;
    padding: 0px 20px;
    border: 1px solid currentColor;
}
.btn-1 a {
	clear: #fff;
}

.btn-1:hover {
	background-color: #795548;
	    color: #fff;
	text-decoration:none;
}


@media (max-width: 420px){
.btn-5 {
    margin: 5px auto;
}
}

/*-------------------------*/
/* $ 訂單查詢頁
---------------------------*/

.Record  {width: 100%;
    float: left;}
.Record table {width: 100%;text-align: center;border: 0;border-collapse: collapse;border-spacing: 0;font-size: 14px;}
.Record table td, .Record table th {padding: 20px 10px;margin: 0;text-align: center;}
.Record table thead {background-color: #c2a881;
    color: #fff;
    font-weight: 800;
    text-align: center;}
.Record table tbody tr td{border-bottom: 1px solid #eee;}
.Record table tbody tr:hover td{background-color: #eee;color: #494A5F;}
.Record table img {max-width: 100px;}



/*-------------------------*/
/* $ 購物流程
---------------------------*/
.step{
	margin-bottom:50px;
	text-align:center;}

.step li{
	padding: 0 50px 20px;
	display: inline-block;
	color: #A9A9A9;
	position: relative;
	background: url(../images/Process-bg.svg) no-repeat bottom left;
	background-size: 50%;
	}

.step li.current{
	color:#000;    font-weight: 700;}

.step li i{
	display:inline-block;
	vertical-align:middle;
	font-size:60px;
	margin-right:15px;}
	
.step li .Txt{
	display:inline-block;
	vertical-align:middle;
	text-align:left;}

.step li .Txt span{
	font-weight:normal;
	font-size:15px;}

.step li .Txt p{
	font-size: 20px;
	margin: 0px;
}

.step li .map{
	text-align: left;
	display: inline-block;
	width: 60px;
}

@media (max-width: 768px){
	.step li {
    padding: 0 10px 20px;
    background-size: 30%;
}
.step li .map {

    width: 30px;
}
.step li .Txt p {
    font-size: 14px;
}
}
/*-------------------------*/
/* $ 
---------------------------*/
.Data-setting{
    float: left;
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: #aaaaaa 1px solid;
}



/*-------------------------*/
/* $ 表單
---------------------------*/
.frame{
       padding: 0 80px;
}
.checkout-fields{
    float: left;
    width: 100%;
 
}
.checkout-fields li{
    float: left;
    width: 100%;
    margin:10px 0;
    padding: 10px 0px;
    border-bottom: #e0e0e0 1px solid;
}

.checkout-fields .title{
    float: left;
   width: 120px;
	line-height: 32px;
    font-size: 1.4rem;
	    padding: 0 10px 0 0px;
}
.checkout-fields .title em{
    color: #ee3333;
    font-size: 2rem;
    line-height: 2;
}
.checkout-fields .answer{
	line-height: 32px;
    font-size: 2rem;
}
.checkout-fields .answer span{
	margin-left: 20px;
}
.checkout-fields .people{
	width: 100%;
	float: left;
	
}
.checkout-fields .inputBox3 {
    float: left;
   width:calc(100% - 25% - 120px);
}
.checkout-fields .sexBox {
    float: right;
   width: 25%;
}

.checkout-fields .inputBox100 {
    float: left;
   width:calc(100% - 120px);
}
.checkout-fields .radioSet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkout-fields .radioSet p {
  display: inline-block;
  margin: 5px 15px;
  float: left;
}
/*--radio--*/
input[type="radio"]+label {
  position: relative;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-bottom: 0px;
}

input[type="radio"]+label span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 50%;
}

input[type="radio"]+label span:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  left: 50%;
  margin-left: -6.5px;
  margin-top: -6.5px;
  width: 13px;
  height: 13px;
  background-color: #edbc48;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}



.radio {
  display: none;
  position: relative;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.radio:checked+label {
  color: #edbc48;
}

.radio:checked+label span:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.checkout input {
    width: calc(100% - 100px);
    font-size: 16px;
    font-weight: 300;
    border: none;
    background: none;
    border-radius: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 35px;
    background-color: #eee;
    border: 2px solid #ffffff;
    margin: 0 5px;
    padding: 5px;
    color: #ec2500;
    font-family: 'Noto Serif TC', serif;
}





.checkout-fields  input,
.checkout-fields  select, 
.checkout-fields  textarea {width: calc(100% - 10px);font-size: 16px;font-weight: 300;border: none;background: none;border-radius: 0;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;height: 35px;background-color: #eee;margin: 0 5px;padding: 5px;}

.checkout-fields  select,
{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	
	
}

.agree {
    width: 25%;
    float: left;
    padding-left: 20px;
    margin-top: 10px;
}


.agree input[type="checkbox"] + label {
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.agree input[type="checkbox"] + label span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 25px;
 
  height: 25px;
  border: 2px solid #edbc48;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.agree input[type="checkbox"] + label span:before {
   content: '\f00c';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(30deg);
  -ms-transform: translateX(-50%) rotate(30deg);
  transform: translateX(-50%) rotate(30deg);
  color: #fff;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.agree .check {
  display: none;
}

.agree .check:checked + label {
  color: #edbc48;
}

.agree .check:checked + label span {
	background:#edbc48;
}

 .agree .check:checked + label span:before {
  top: -8px;
  opacity: 1;
  -webkit-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.Food-items{
	    background-image: url(../images/Food-items-bg.svg);
    background-size: 60%;
    background-position: top left;
	background-repeat: no-repeat;
	}
@media (max-width: 768px){
	

.frame {
    padding: 0 20px;
}
.checkout-fields .title {
	    width: 100%;
	    text-align: left;
	    padding: 0 00px;
	    font-size: 1.4rem;
	    color: #be8e47;
}
.checkout-fields .inputBox100 {
    width: 100%;
}	
.checkout-fields .inputBox3 {
     width: 100%;
}
.checkout-fields .sexBox {
   float: left;
    width: 100%;
}
.checkout-fields li {
    margin: 0px 0;
    padding: 10px 0px;
}
.checkout-fields input, .checkout-fields select, .checkout-fields textarea {
    margin: 3px 0px;
    width: calc(100% - 0px);
	
}
.checkout-fields .agree {
    width: 100%;

}
}	


/*-------------------------*/
/* 禮斗
---------------------------*/
.checkout2  {
	padding-right: 50px;
	width: 100%;
		float: left;

}
.checkout-fields2 .item-box {
      margin-bottom: 15px;
    
	float: left;
}

.checkout-fields2 .full2 {

	position: relative;
    float: left;
    margin-top: 50px;
    padding-top: 50px;
    border-top: #aaa 1px solid;
    width: 100%;
}
.checkout-fields2 .title {
    float: left;
    width: 100%;
    line-height: 32px;
    font-size: 1.6rem;
    padding: 0 10px;
}
.checkout-fields2 .caption {
       font-size: 12px;
    margin: 5px;
    color: #ff0a0a;
}
.checkout-fields2  input,
.checkout-fields2  select, 
.checkout-fields2  textarea {
width: calc(100% - 10px);
    font-size: 16px;
    font-weight: 300;
    border: none;
    background: none;
    border-radius: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 35px;
    background-color: #eee;
    margin: 0 5px;
    padding: 5px;
	
}
.checkout-fields2  p {
    display: inline-block;
    margin: 5px 0px;
    float: left;
}
.checkout-fields2 .inputBox {
    float: left;
    width: calc(100% - 0%);
}
.checkout-fields2 .inputBox2 {
    float: left;
    width: calc(100% - 40%);
}
.checkout-fields2 .sexBox {
    float: right;
    width: 40%;
}
.Newstaff .delete2 {
    position: absolute;
    top: 80px;
    right: 0;
}

.Newstaff .delete2 {
    position: absolute;
    top: 80px;
    right: 0;
}
/*---單選紐 ---*/
.RadioStyle {
	    width: 100%;
	    overflow: hidden;
	        padding: 0px 0px 30px;
	    text-align: center;
	}


.RadioStyle input {
	display: none
	}
.RadioStyle label {
	    border: 1px solid #fff;
	    color: #4f4f4f;
	    padding: 20px 0px;
	    line-height: 28px;
	    min-width: 80px;
	    text-align: center;
	    margin: 5px;
	    border-radius: 10px;
	    width:150px;
	    background-color: #e2c488;
	    border-radius: 50% / 15%;
	    /* box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.1); */
	}

.RadioStyle input:checked + label {
	background: url(../images/RadioStyle-by.svg) no-repeat top;
    border: 1px solid #ffffff;
    background-size: 60%;
    color: #ffffff;
    box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.1);
    background-color: #9a1c1c;
    text-align: center;
	}
.RadioStyle input:disabled + label {
	opacity: 0.7;
	}
.RadioStyle label p {
	 font-size: 2.6rem;
    font-family: 'Noto Serif TC', serif;
	margin-top: 15px;
	}
@media (max-width: 420px){
.checkout2  {
		padding-right: 0px;
		padding-left: 0px;
		}
.RadioStyle label {
    width: calc(50% - 20px);
}
.checkout-fields2 .inputBox2 {
    width: calc(100% - 0%);
}
.checkout-fields2 .sexBox {
    width: calc(100% - 10px);
    margin: 5px 5px;
}
.agree {
    width: 100%;
}
.Newstaff .delete2 {
    position: absolute;
    top: 20px;
    right: 0;
}
		}
/*-------------------------*/
/* $ 
---------------------------*/


.itemContent .issue {
	float: left;
    width: 100%;
	font-family: 'Noto Serif TC', serif;
    padding: 0;
    font-size: 2.2rem;
    font-weight: 600;
    margin: 10px 0 40px;
    letter-spacing: .08em;
    margin-right: 15px;
	-webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

.itemContent .Item-price {
	 float: left;
       width: calc(100% );
}


/*-------------------------*/
/* $ 
---------------------------*/
.checkbox2 {
   float: left;
   width: 100%;
   margin-bottom: 10px;
   font-size: 1.6rem;
	display: flex;
    line-height: 2;
	
}
.checkbox2 p {
	display: inline-block;
	padding: 0;
	margin: 0;
	    width: calc(100% - 30px);
}
.checkbox2 span {
	    color: #ec2500;
	font-family: 'Noto Serif TC', serif;
}
.checkbox2 input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.checkbox2 input[type="checkbox"]:checked~i {
    background-color: #bb1b21;
}
.checkbox2 i {
    position: relative;
    display: inline-block;
	 margin-top: 10px;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background-color: #c6c6c6;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
 .checkbox2 i::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -16px;
    width: 8px;
    height: 8px;
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #f9f8f8;
	 
	
}

.checkbox2 input[type="checkbox"]:checked~i::before {
    opacity: 1;
}

.Newstaff {
  position: relative;
	float: left;
	margin-top: 50px;
	padding-top:  50px;
	border-top: #aaa 1px solid;
	width: 100%;
}

.Newstaff .delete{
      position: absolute;

	top: 60px;
    left: 70px;
}

.Add-button{
      padding: 13px 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    width: 100%;
    border: none;
    margin-top: 25px;
    border-radius: 25px;
    background: #dea15f;
}


.payListArea{
    width: 100%;
    float: left;
    padding: 20px;
    text-align: center;
	    margin-bottom: 80px;
	
}
.payListArea .Checkout p{
       font-size: 2.5rem;
    letter-spacing: .075em;
	
}

@media (max-width: 768px){
.payListArea{
    padding: 5px;
}
.Newstaff .delete{
    position: absolute;
    top: 60px;
    left: auto;
    right: 0px;
}
}

/*-------------------------*/
/* $ 
---------------------------*/

.Button-end  {
	    width: 100%;
    float: left;
    text-align: center;
}
.Button-end form {
	display: inline-block;
    margin: auto;
    width: 40%;
}
.Button-end input {
   padding: 13px 0;
   font-size: 22px;
   color: #fff;
   cursor: pointer;
   outline: none;
   transition: 0.5s all;
   -webkit-transition: 0.5s all;
   -moz-transition: 0.5s all;
   -o-transition: 0.5s all;
   -ms-transition: 0.5s all;
   width: 90%;
   border: none;
   margin-top: 25px;
   border-radius: 25px;
   background: #585858;
   display: inline-block;
}

@media (max-width: 768px){
	.Button-end form {
    width: 100%;
}
}
/*-------------------------*/
/* $ 會員登入按鈕
---------------------------*/
.hasVideo{
overflow: hidden;
    position: relative;
    background: #e2c488;
    width: 250px;
    height: 250px;
    margin: auto;
    margin-top: 50px;
    border-radius: 50%;
	}

.Img2 {
	opacity:0;
	z-index:10;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#010000fc;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}
.hasVideo:hover .Img2 {
	opacity:1;}
.hasVideo .Img2 img{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	width:100%;
	float:left;}
.hasVideo:hover .Img2 img{
	opacity:0.15}
.hasVideo  .Txt {
   position: relative;
   z-index: 20;
   padding: 30px 40px;
   text-align: center;
   color: #fff;
   overflow: hidden;
}
.hasVideo  .Txt .map{
    width: 130px;
    margin: 0 auto 10px;
}
.hasVideo  .Txt p{
   margin: 0;
   padding: 0;
   /* float: left; */
   /* z-index: 100; */
   font-size: 16px;
}
.hasVideo   a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    font-size: 0;
}



.item_block {
     position: relative;
	float: left;
	margin-bottom: 50px;
	padding-bottom:  50px;
	border-bottom: #aaa 1px solid;
	    width: 100%;
}


.Which-item{
	width: 130px;
	height: 130px;
	margin: 0 auto 30px;
	border-radius: 50%;
	font-size: 24px;
	font-weight: 700;
	line-height: 130px;
	background: url(../images/Process-bg.svg) #e2c488 no-repeat bottom left;
}


.Which-price{
	margin-top: 20px;
	 font-size: 24px;
    font-weight: 700;
}

.textEditor{
	 font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 40px;
}
select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}



#container {
     width: 60%!important; 
	float: left;  
}

.addr-county {
      width:calc(33.333% - 10px)!important;
	
    float: left;  
}
.addr-area {
   width:calc(33.333% - 10px)!important;
    float: left; 
}
.addr-zip {
    width:calc(33.333% - 10px)!important;
    float: left; 
}
.address {
    width:calc(40% - 10px)!important;
    float: left; 
}
.clear {
	clear: both
	}
.RadioStyle2 input {
	display: none
	}

.RadioStyle2 label {
    border: 1px solid #CCC;
    color: #666;
    padding: 2px 10px 2px 5px;
    line-height: 45px;
        min-width: calc(100% / 7 - 4px);
    text-align: center;
    float: left;
    margin: 2px;
    border-radius: 4px;
	}
.RadioStyle2 input:checked + label {
    border: 1px solid #dea15f;
    background-size: 21px 21px;
    color: #ffffff;
    background-color: #dea15f;
	}
.RadioStyle2 input:disabled + label {
	opacity: 0.7;
	}

.width33{
width: calc(33% - 10px)!important;
	float: left;
	margin: 0 3px;
	}

.width25{
width: calc(25% - 10px)!important;
	float: left;
	margin: 0 3px;
	}
.Remarks{
	margin: 50px 0;
	    text-align: center;
	    line-height: 1.8;
	}

@media (max-width: 768px){
	.width33{
width: calc(100% - 10px)!important;
	margin: 0 0px 10px!important;
	}

.width25{
width: calc(100% - 10px)!important;
	margin: 0 0px 10px!important;
	}
	.RadioStyle2 .Block  {
	   display: flex;
		width: 100%;
	}
#container {
     width: 100%!important; 
	float: left; 
	margin-bottom: 10px;
}
	.address {
    width: calc(100% - 0px)!important;
    float: left;
}

}

@media (max-width: 420px){

.RadioStyle2 label {
    line-height: 45px;
    min-width: calc(33% - 20px);
    padding: 2px;
 }	
}

.Donation-amount{
 margin: 50px 20px 0;
    padding: 30px 50px;
    background-color: #e2c488;
    width: calc(100% - 40px);
    float: left;
 }

.Donation-amount .title {
	margin-bottom: 20px;
	    font-size: 2rem;
	}

.RadioStyle3 input {
	display: none
	}

.RadioStyle3 label {
    border: 1px solid #fff;
    color: #666;
    padding: 2px 10px 2px 5px;
    line-height: 45px;
    min-width: calc(100% / 7 - 4px);
    text-align: center;
    float: left;
    margin: 2px;
    border-radius: 4px;
 }
.RadioStyle3 input:checked + label {
    border: 1px solid #dea15f;
    background-size: 21px 21px;
    color: #ffffff;
    background-color: #dea15f;
	}
.RadioStyle3 input:disabled + label {
	opacity: 0.7;
	}

.RadioStyle3 .other {
	      display: block;
    float: right;
    height: 35px;
    margin: 5px;
	}
@media (max-width: 768px){
	.m-b{
	margin-bottom: 30px;
	}
	}
@media (max-width: 420px){
	.Donation-amount {
    margin: 20px 20px 0;
    padding: 20px 20px;
    background-color: #e2c488;
    width: calc(100% - 40px);
    float: left;
}
.RadioStyle3 .other {
	width: calc(100% - 70px);	
	}
	


		
	
}	