﻿

.Timeselect{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-left: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 90px);
  -ms-flex: 0 0 calc(100% - 90px);
  flex: 0 0 calc(100% - 90px);
  width: calc(100% - 90px);
}
.Timeselect_col{

border: 1px solid #bfbfbf;
    border-radius: 18px;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    text-align: left;
    margin-left: 0;
    width: 100%;
}
.cart .bgwhite {
    padding: 30px;
  }
  
  .cart h2 {
    color: white;
    background-color:#222831;
    padding: 10px 20px;
    line-height: 30px;
    font-size: 1.25em;
  }
  


 
  @media (max-width: 640px) {
    .cart .bgwhite {
      padding: 15px;
    }
  
    .cart h2 {
      text-align: center;
    }
  }

.cart .del_cart {
    height: 28px;
    display: block;
    text-indent: -999999px;
    background: url(../images/icons/delete.png);
    background-repeat: no-repeat;
    background-position: center;
}

  
  .cart .del_cart:hover {
    opacity: 0.5;
    cursor: pointer;
  }


  .cart form.cart select {
    border: 1px solid #bfbfbf;
    border-radius: 18px;
    padding: 0 20px;
  margin-bottom: 8px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    margin-left: 0;
    width: 100%;
  }

  @media (max-width: 640px) {
    .cart .del_cart {
      width: 20px;
      height: 20px;
    }
  }
  
 
  
  @media (min-width: 641px) {
    .cart form.cart .mflex {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  }
  
  
  
  .cart .prodcart select {
      border: 1px solid #666;
    width: calc(100% - 52px);
    margin-left: 10px;
  }
  
  .cart .prodcart select+span {
    background-color: #666;
    width: 1px;
  }
  
  .cart .prodcart .bgcover {
    border-radius: 10px; 
    background-size:contain;
    text-align: center;
  }

.cart .prodcart table th{
    text-align:center;
}

.cart .prodcart table th,td {
    padding: 5px;
}

.cart .prodcart table tbody tr {
    max-height:64px;
}

.cart .prodcart table tbody tr td:nth-child(n+2) {
    text-align: center;
}
 
  .cart .prodcart ul {
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    padding: 20px 0;
  }
  
  .cart .prodcart li {
    position: relative;
    font-size: 1.063em;
  }

  .cart  i{
    position: relative;
    font-style: normal;
    text-align: center;
  }
  

  .cart .total{
    color:#c33;
    font-size: 1.2em;
  }
  .cart .prodcart a {color:#666}
  .cart .prodcart a:hover{color: #e69c00}



  @media (min-width: 992px) {
    .cart .prodcart ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .cart .prodcart li {
      position: relative;
    }
  
 

    .cart .prodcart li:nth-child(1) {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 180px;
      -ms-flex: 0 0 180px;
      flex: 0 0 180px;
    }
  
    .cart .prodcart li:nth-child(2) {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 36%;
      -ms-flex: 0 0 36%;
      flex: 0 0 36%;
      padding: 0 20px;
    }
  
    .cart .prodcart li:nth-child(3) {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 180px;
      -ms-flex: 0 0 180px;
      flex: 0 0 180px;
    }
  
    .cart .prodcart li:nth-child(4) {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 170px;
      -ms-flex: 0 0 170px;
      flex: 0 0 170px;
      padding: 0 25px;
    }
  }
  
  @media (max-width: 991px) {
    .cart .prodcart ul {
      padding: 30px 30px 30px 200px;
    }
  
    .cart .prodcart li {
      width: 180px;
      margin: 10px 0;
    }
  
    .cart .prodcart .prodname {
      width: 100%;
    }
    
    .cart .prodcart .mimg {
      position: absolute;
      left: 0px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0;
      width: 200px;
      padding: 0;
    }
    
  }
  
  @media (max-width: 640px) {
    .cart .prodcart ul {
      padding: 10px 22px 10px 115px;
      line-height: 1.4;
    }
  
    .cart .prodcart .mimg {
      width: 110px;
    }
  
    .cart .prodcart .prodname {
      font-size: 1rem;
    }
  
    .cart .prodcart li {
      width: 100%;
      margin: 5px 0;
      font-size: 0.8125rem;
    }
  
    .cart .prodcart .mcount {
      max-width: 160px;
    }
  
    .cart .prodcart select {
      width: calc(100% - 41px);
    }
  }
  
  .cart .amount {
    text-align: right;
    margin: 20px 0 30px;
  }
  
  .cart .amount .bdbtm {
    border-top: 1px solid #e2e2e2;
    padding-top: 12px;
    margin-top: 12px;
  }
  
  .cart .amount span {
    display: inline-block;
    line-height: 1.8;
  }
  
  .cart .amount span:nth-child(1) {
    width: 110px;
  }
  
  .cart .amount span:nth-child(2) {
    width: 75px;
  }
  
  @media (max-width: 640px) {
    .cart .amount {
      margin: 10px 0 15px;
    }
  
    .cart .amount .bdbtm {
      padding-top: 6px;
      margin-top: 6px;
    }
  }
  
  .cart .payinfo .cho_store a {
    width: 115px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #666;
    font-size: 0.875rem;
    color: #666;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
  }
  
  @media (min-width: 641px) {
    .cart .payinfo>div {
      border-bottom: 1px solid #e2e2e2;
      padding: 20px 20px;
    }
  
    .cart .payinfo .check_radi,
    .cart .payinfo .txt {
      padding-left: 40px;
    }
  
    .cart .payinfo .txt {
      line-height: 1.6;
    }
  }
  
  @media (max-width: 640px) {
    .cart .payinfo>div {
      border-bottom: 1px solid #e2e2e2;
      padding: 15px 0px;
    }
  
    .cart .payinfo .check_radi,
    .cart .payinfo .txt {
      padding-left: 30px;
    }
  
    .cart .payinfo .check_radi {
      margin-bottom: 3px;
    }
  
    .cart .payinfo .cho_store {
      display: block;
      padding-left: 30px;
      margin: 5px 0 5px;
    }
  
    .cart .payinfo .check_radi .boxmark {
      top: 3px;
    }
  }
  
  .cart .receiveinfo .bdrbtm {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 20px;
  }
  
  @media (min-width: 641px) {
    .cart .receiveinfo label:not(.check_radi) {
      width: 90px;
      line-height: 35px;
    }
  
    .cart .receiveinfo label+select,
    .cart .receiveinfo label+input,
    .cart .receiveinfo label+textarea {
      width: calc(100% - 90px);
    }
  
    .cart .receiveinfo .mark {
      padding-left: 115px;
    }
  
    .cart .receiveinfo input.w200 {
      max-width: 200px;
    }
  
    .cart .receiveinfo .check_radi {
      padding-left: 40px;
    }
  
    .cart .receiveinfo .fillin {
      max-width: 550px;
      margin-left: 60px;
      margin-top: 40px;
    }
  
    .cart .receiveinfo #twzipcode {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      padding-left: 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100% - 90px);
      -ms-flex: 0 0 calc(100% - 90px);
      flex: 0 0 calc(100% - 90px);
      width: calc(100% - 90px);
    }
  
    .cart .receiveinfo #twzipcode div[data-role] {
      width: 49%;
      margin-bottom: 12px;
    }
  }
  
  @media (max-width: 640px) {
    .cart .receiveinfo .bdrbtm {
      border-bottom: 1px solid #e2e2e2;
      padding: 15px 0px;
      margin-bottom: 15px;
    }
  
    .cart .receiveinfo label:not(.check_radi) {
      padding-left: 15px;
    }
  
    .cart .receiveinfo .mark {
      padding-left: 15px;
    }
  }
  
  @media (min-width: 641px) {
    .cart .invoice>div {
      border-bottom: 1px solid #e2e2e2;
      padding: 20px 20px;
    }
  
    .cart .invoice label:not(.check_radi) {
      width: 40px;
      line-height: 35px;
      font-size: 0.875rem;
    }
  
    .cart .invoice label+input {
      width: calc(100% - 40px);
    }
  
    .cart .invoice .mark {
      padding-left: 60px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
  
    .cart .invoice .txt {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 30px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  
    .cart .invoice .mflex {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 240px;
      -ms-flex: 0 0 240px;
      flex: 0 0 240px;
      margin-right: 20px;
    }
  
    .cart .invoice .mflex.w100 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 500px;
      -ms-flex: 0 0 500px;
      flex: 0 0 500px;
      width: 500px;
    }
  
    .cart .invoice .check_radi,
    .cart .invoice .txt {
      padding-left: 40px;
    }
  }
  
  @media (max-width: 640px) {
    .cart .invoice>div {
      border-bottom: 1px solid #e2e2e2;
      padding: 15px 0px;
    }
  
    .cart .invoice label:not(.check_radi) {
      padding-left: 15px;
    }
  
    .cart .invoice .mark {
      padding-left: 15px;
    }
  
    .cart .invoice .txt {
      margin-top: 15px;
    }
  }
  
  @media (min-width: 768px) {
    .shopcomplete h1 {
      font-size: 2.125rem;
    }
  
    .shopcomplete .txt {
      margin: 50px 0 60px;
    }
  }
  
  @media (max-width: 767px) {
    .shopcomplete h1 {
      font-size: 1.5rem;
    }
  
    .shopcomplete .txt {
      margin: 20px 0 30px;
    }
  }

/*====================================================================
.accordion
====================================================================*/
.s_02 .accordion_one {
	max-width:100%;
  width:100%;
	margin: 0 auto;
}

.s_02 .accordion_one .accordion_header {

	text-align: center;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}

.s_02 .accordion_one .accordion_header:hover {
	opacity: .8;
}
.s_02 .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	margin-top: -20px;
	box-sizing: border-box;
	
	transform-origin: center center;
	transition-duration: 0.2s;
}
.s_02 .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;

	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.s_02 .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}

.s_02 .accordion_one .accordion_inner {
	display: block;

	box-sizing: border-box;
}

.s_02 .accordion_one .accordion_inner .box_one {
	height: auto;
}
.s_02 .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}
@media screen and (max-width: 1024px) {

	.s_02 .accordion_one .accordion_header .i_box {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}
@media screen and (max-width: 767px) {
	.s_02 .accordion_one .accordion_header {
	
		text-align: left;
		padding: 15px 60px 15px 15px;
	}
}


.oneBox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 250px;
	margin: 0 auto 50px;
	overflow: hidden;
}

/*------news---*/

.card-news {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  background:#fcf3df;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  position: relative;
  height: 50px;
  margin:20px auto 20px auto; 
  width: 100%;
  flex: 0 0 100%;
   max-width: 100%;
}
.card-news .news-title {
  background-color: #c33;
  color: #fff;
  font-size: 1em;
  margin: 0px;
  padding:8px 20px;
  height: 50px;
  line-height: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  
}
.card-news .news-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin: 10px 30px 10px 15px;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
    max-width: 100%; 
  
}
.card-news .news-text * {
  padding: 0px;
  margin: 0px;
  line-height: initial;
}
.card-news .news-text .news-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  flex: 0 0 100%;
  width: 100%;

}
.card-news .news-text .news-item {
  border-right: 1px solid #3b0d52;
  padding-right: 20px;
  margin-right: 20px;
  white-space: nowrap;

}
.card-news .news-text .news-item a:not(.btn-darkpink) {
  color: #000;
  text-decoration: none;
}
.card-news .news-text .news-item a:not(.btn-darkpink):hover, .card-news .news-text .news-item a:not(.btn-darkpink):focus {
  color: #3b0d52;
}
.card-news .news-text .news-item a.btn-darkpink {
  padding: 5px 10px;
  font-size: 13px;
  margin-left: 5px;
}
.card-news .news-text .news-item:last-child {
  border-right: 0px;
  margin-right: 0px;
}
.card-news .news-action {
  position: absolute;
  right: 15px;
}
.card-news .news-action .btn-news-marquee {
  border: 2px solid #3b0d52;
  background: #fff;
  width:38px;
  height:38px;
  position: relative;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  font-size: 0px;
}
.card-news .news-action .btn-news-marquee::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="20" viewBox="0 0 14 20"><g id="Group_75" data-name="Group 75" transform="translate(-1670 -847)"><rect id="Rectangle_102" data-name="Rectangle 102" width="5" height="20" transform="translate(1670 847)" fill="rgb(59 13 82)"/><rect id="Rectangle_103" data-name="Rectangle 103" width="5" height="20" transform="translate(1679 847)" fill="rgb(59 13 82)"/></g></svg>') center center no-repeat;
  background-size: 12px;
  content: "";
  width: 38px;
  height: 38px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.card-news .news-action .btn-news-marquee.is-stop::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17.617" height="20.41" viewBox="0 0 17.617 20.41"><path id="Polygon_1" data-name="Polygon 1" d="M10.2,0l10.2,17.617H0Z" transform="translate(17.617) rotate(90)" fill="rgb(59 13 82)"/></svg>') center center no-repeat;
  background-size: 14px;
  margin-left: 2px;
}
.card-news .news-action .btn-news-marquee:hover, .card-news .news-action .btn-news-marquee:focus {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
}