/* cart-page begin */
.cart-page header {
  height: auto;
  border: 0;
}
.cart {
  overflow: hidden;
  max-width: 1028px;
  margin: 0 auto;
}
.cart .title-cart {
  border-bottom: 2px solid #8fc31f;
  padding: 0 0 7px 15px;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: #010101;

  height: auto;
  background: none;
}
.cart .title-cart:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 7px;
  width: 4px;
  background: #8fc31f;
}
/* cart-step */
.cart-step {
  overflow: hidden;
}
.cart-step span {
  float: left;
  border: 1px solid #c2c2c2;
  width: 200px;
  text-align: center;
  font-size: 14px;
  line-height: 37px;
  color: #000;
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 0 0 18px 44px;
}
.cart-step span:after {
  content: "";
  position: absolute;
  left: -32px;
  top: 50%;
  width: 12px;
  height: 10px;
  background: #8fc31f;
  overflow: hidden;
  margin-top: -5px;
}
.cart-step span:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-left: 10px solid #8fc31f;
  border-bottom: 9px solid transparent;
  margin-top: -9px;
}
.cart-step span:first-child {
  margin-left: 0;
}
.cart-step span:first-child:after,
.cart-step span:first-child:before {
  display: none;
}
.cart-step span.active {
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #e8f0c48a 100%);
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #e8f0c48a 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #e8f0c48a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f6e9e9',GradientType=0 );
}
/* top-cart-info */
.top-cart-info {
  overflow: hidden;
  margin-bottom: 34px;
  overflow: hidden;
}
.top-cart-info-box {
  background: #e8f0c4;
  text-align: center;
  overflow: hidden;
}
.top-cart-info-box h3 {
  background: #8fc31f;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  font-weight: bold !important;
  margin: 0 0 10px;
  padding: 0;
}
.top-cart-info-box .tet:after {
  content: "";
  display: block;
  clear: both;
}
.top-cart-info-box strong {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #8fc31f;
  font-weight: bold !important;
}
.top-cart-info-box strong span {
  font-size: 32px;
}
.top-cart-info-box strong b {
  font-size: 42px;
}
.top-cart-info-box .s {
  display: block;
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 30px;
  color: #272727;
  font-weight: bold !important;
}
/* cart-warning-info-text */
.cart-warning-info-text {
  border: 2px solid #edcb95;
  position: relative;
  padding: 14px 20px 14px 66px;
  margin-bottom: 30px;
  background: #fffae7 url(../img/cart-images/i-q.png) no-repeat 12px 15px;
}
.cart-warning-info-text:after {
  content: "";
  display: block;
  clear: both;
}
.cart-warning-info-text:before {
  content: "";
  width: 19px;
  height: 17px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  background: url(../img/cart-images/i-arrow.png) no-repeat;
}
.cart-warning-info-text p {
  margin: 20px 0 0 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  color: #000 !important;
  font-weight: bold;
}
.cart-warning-info-text p:first-child {
  margin: 0 !important;
}

/* search_list */
/*
.search_list{
	overflow:hidden;
	background:#f2f2f2;
	margin-bottom:30px;
	padding:3px 2px 0;
}
*/
.search_list table {
  margin: 0;
  border: 0;
}
.search_list > table {
  width: 1024px;
  min-width: 1024px;
  max-width: 1024px;
  margin: 0 0 -12px;
}
.search_list table th {
  width: 192px;
}
.search_list table th:first-child {
  width: 591px;
}
.search_list table td {
  border: 1px solid #f2f2f2;
  border-width: 12px 14px 28px;
  width: 206px;
}
.search_list table td:first-child {
  width: 605px;
}
.search_list table th {
  background: #e5e5e5;
  padding: 2px;
  border: 1px solid #f2f2f2;
  border-width: 12px 14px;
}
.search_list table th strong {
  display: block;
  text-align: center;
  background: #e5e5e5;
  font-size: 14px;
  line-height: 28px;
  color: #555;
}
.search_list td {
  background: #fff;
  padding: 0 12px;
  vertical-align: top;
}
.search_list td:first-child {
  background: none;
  padding: 0;
}
.search_list .btn-add {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #dedede;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  color: #525252;
  padding: 4px;
  margin-top: 10px;
  height: 36px;
  min-height: 36px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.search_list .btn-add span {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.search_list .btn-del {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #dedede;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #525252;
  margin-top: 24px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.search_list .btn-add:hover,
.search_list .btn-del:hover {
  background: #fe4848;
  color: #fff;
}
.search_list .sub-title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #555;
  text-align: center;
  margin-bottom: 15px;
}
.search_list .row {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 0;
  margin-left: 0;
  flex-wrap: nowrap;
}
dl, ol, ul{
  margin-bottom: unset;
}
.select-size select{
  width: 100%;
  height: 100%;
}
#select-size{
  height: 28px;
}
.mark{
  padding: unset;
  background-color: unset;
}
dd{
  margin-bottom: unset;
}
label{
  display: unset;
  margin-bottom: unset;
}
.search_list .row label {
  padding: 0 2px;
  font-size: 13px;
  line-height: 30px;
  color: #555;
  min-width: 40px;
  text-align: left;
  margin-right: 10px;
  white-space: nowrap;
}
.search_list .row select {
  display: block;
  border: 1px solid #dedede;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
  width: 90%;
  outline: none;
}
.search_list .area {
  overflow: hidden;
  border: 1px solid #bbb;
  padding-left: 45px;
  position: relative;
  background: #fff;
  width: 90%;
}
.cart .search_list .area input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background: none;
  border: 0;
  text-align: right;
  font-size: 14px;
  line-height: 16px;
  color: #555;
  height: 28px;
  padding: 3px 12px;
  outline: none;
}
.cart .i {
  width: 45px;
  top: 0;
  left: 0;
  bottom: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 12px;
  line-height: 28px;
  color: #555;
  margin: 0;
  padding: 0 3px;
  height: 28px;
}
.cart .submit {
  display: block;
  border: 1px solid #dedede;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  color: #525252;
  padding: 4px;
  margin-top: 24px;
  min-height: 36px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  outline: none;
}
.cart .submit:hover {
  background: #fe4848;
  color: #fff;
}
.cart .link-frame {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.cart .link-frame .box-a {
  width: 100%;
  position: relative;
  margin-left: 8px;
}
.cart .link-frame .box-a:first-child {
  margin: 0;
}
.cart .link-frame .box-a .select-c {
  position: relative;
  border: 1px solid #dedede;
  background: #fff;
  overflow: hidden;
  margin-top: 14px;
}
.cart .link-frame .box-a .select-c:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  background: #e5e5e5;
  z-index: 1l;
}
.cart .link-frame .box-a .select-c:before {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #1f1f1f;
  z-index: 2;
  margin-top: -2px;
}
.cart .link-frame .box-a .select-c select {
  display: block;
  position: relative;
  z-index: 3;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #555;
  padding: 0 15px 0 12px;
  outline: none;
}
.cart .link-frame .box-a .select-c select::-ms-expand {
  display: none;
}
.cart .link-frame a {
  display: block;
  position: relative;
  width: 100%;
  background: #fff;
  margin-left: 8px;
  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;
  align-items: center;
}
.cart .link-frame a:first-child {
  margin: 0;
}
.cart .link-frame a:after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 27px;
  width: 23px;
  height: 22px;
  overflow: hidden;
  background: url(../img/cart-images/glasses_zoom.png) no-repeat;
}
.cart .link-frame a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #525252;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  padding: 0 6px;
}
.cart .link-frame .box-a.image_preview1 a:before {
  content: "表";
}
.cart .link-frame .box-a.image_preview2 a:before {
  content: "裏";
}
.cart .link-frame .box-a.image_preview3 a:before {
  content: "左袖";
}
.cart .link-frame .box-a.image_preview4 a:before {
  content: "右袖";
}

.cart .link-frame-mobie .box-a.image_preview1 a:before {
  content: "表";
}
.cart .link-frame-mobie .box-a.image_preview2 a:before {
  content: "左脇";
}
.cart .link-frame-mobie .box-a.image_preview3 a:before {
  content: "右脇";
}
.cart .link-frame-mobie .box-a.image_preview4 a:before {
  content: "展開";
}
.cart .link-frame-mobie .box-a-1 {
  display: none !important;
}

.cart .link-frame-cup .box-a.image_preview1 a:before {
  content: "左";
}
.cart .link-frame-cup .box-a.image_preview2 a:before {
  content: "右";
}
.cart .link-frame-cup .box-a.image_preview3 a:before {
  content: "展開";
}
.cart .link-frame-cup .box-a.image_preview4 a:before {
  content: "";
}

.cart .link-frame-passcase .box-a.image_preview1 a:before {
  content: "表";
}
.cart .link-frame-passcase .box-a.image_preview2 a:before {
  content: "裏";
}
.cart .link-frame-passcase .box-a.image_preview3 a:before {
  content: "展開";
}

.cart .link-frame a img {
  display: block;
  width: 100%;
}
.cart p {
  margin: 0;
  text-align: left;
  font-size: 14px;
  line-height: 50px;
  color: #555;
  padding: 0 3px;
}
.cart .two-box {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cart .two-box dl {
  display: block;
  overflow: hidden;
  text-align: center;
  background: #fff;
  width: 50%;
}
.cart .two-box dl:first-child {
  margin-right: 10px;
}
.cart .two-box dl:last-child {
  margin-left: 10px;
}
.cart .two-box dl dt,
.cart .two-box dl dd {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 32px;
  color: #555;
  font-weight: bold;
}
.cart .two-box dl:last-child dt,
.cart .two-box dl:last-child dd {
  color: #ff0201;
}
.link-frame-holder .two-box {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.link-frame-holder .two-box dl {
  display: block;
  overflow: hidden;
  text-align: center;
  background: #fff;
  width: 50%;
}
.link-frame-holder .two-box dl:first-child {
  margin-right: 10px;
}
.link-frame-holder .two-box dl:last-child {
  margin-left: 10px;
}
.link-frame-holder .two-box dl dt,
.link-frame-holder .two-box dl dd {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 32px;
  color: #555;
  font-weight: bold;
}
.link-frame-holder .two-box dl:last-child dt,
.link-frame-holder .two-box dl:last-child dd {
  color: #ff0201;
}
/* cart-slide-block */
.cart-slide-block {
  overflow: hidden;
  max-width: 1028px;
  margin: 0 auto;
}
.cart-slide-block .slide-link {
  display: block;
  text-align: center;
  width: 188px;
  height: 35px;
  background: #f2f2f2;
  font-size: 16px;
  line-height: 32px;
  color: #010101;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.cart-slide-block .slide-link:hover {
  -moz-opacity: 0.7;
  filter: alpha(opacity: 70);
  opacity: 0.7;
}
.cart-slide-block .slide-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid black;
  margin-left: 6px;
}

.slide-link-custom {
  left: 0 !important;
}

.cart-slide-block .slide-box {
  background: #f2f2f2;
  overflow: hidden;
}
.cart-slide-block .holder {
  padding: 18px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cart-slide-block .link-frame {
  overflow: hidden;
  margin-bottom: 10px;
}
.link-frame-holder {
  width: 100%;
  min-width: 682px;
  margin-right: 15px;
  overflow: hidden;
}
.cart-slide-block .link-frame {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.cart-slide-block .link-frame a {
  display: block;
  position: relative;
  width: 100%;
  background: #fff;
  margin-left: 18px;
  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;
  align-items: center;
  padding: 40px;
}
.cart-slide-block .link-frame a:first-child {
  margin: 0;
}
.cart-slide-block .link-frame a:after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 27px;
  width: 23px;
  height: 22px;
  overflow: hidden;
  background: url(../img/cart-images/glasses_zoom.png) no-repeat;
}
.cart-slide-block .link-frame a img {
  display: block;
  width: 100%;
}
.cart-slide-block .add-gift-box {
  width: 100%;
  min-width: 300px;
  background: #fff;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 16px;
}
.cart-slide-block .add-gift-box .row {
  padding: 10px 0;
  overflow: hidden;
}
.cart-slide-block .submit-btn {
  float: right;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
  width: 83px;
  height: 28px;

  display: block;
  background: #31ae00;
  font-weight: bold;
  border: 0;
  border-bottom: 4px solid #247e00;
  overflow: hidden;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
}
.cart-slide-block .submit-btn:hover {
  opacity: 0.8;
}
.cart-slide-block .frame {
  overflow: hidden;
  width: 158px;
  position: relative;
  padding-right: 24px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.cart-slide-block .frame i {
  position: absolute;
  width: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  color: #555;
  right: 0;
  bottom: 0;
}
.cart-slide-block .frame label {
  display: block;
  overflow: hidden;
  border: 1px solid #bbb;
  font-size: 12px;
  line-height: 28px;
  color: #555;
  padding-left: 3px;
}
.cart-slide-block .frame label input {
  float: right;
  border: 0;
  background: #fff;
  padding: 6px 9px;
  width: 34px;
  text-align: right;
  font-size: 14px;
  line-height: 16px;
  color: #555;
  border-left: 1px solid #bbb;
  outline: none;
}
.cart-slide-block .frame label.mark01 {
  background: #fedceb;
}
.cart-slide-block .frame label.mark02 {
  background: #e1e8fe;
}
.cart-slide-block .frame label.mark03 {
  background: #fffeda;
}
.cart-slide-block .image {
  background: #fff;
  overflow: hidden;
  padding: 16px 10px 22px;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-slide-block .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
/* cart-info-block */
.cart-info-block {
  background: #f2f2f2;
  overflow: hidden;
  max-width: 1028px;
  margin: 30px auto 43px;
  padding: 15px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-info-block .holder {
  background: #fff;
  overflow: hidden;
  padding: 20px;
}
.cart-info-block .frame {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-ustify-content: space-between;
  -moz-ustify-content: space-between;
  -ms-ustify-content: space-between;
  justify-content: space-between;
  max-width: 776px;
  margin: 0 auto;
}

.user-cart-info-block .frame {
  max-width: 80%;
}

.cart-info-block .item {
  width: 100%;
  min-width: 215px;
  max-width: 215px;
  position: relative;
  background: #f2f2f2;
  padding: 15px 0;
}
.cart-info-block .item:after {
  content: "";
  position: absolute;
  left: -51px;
  top: 50%;
  width: 36px;
  height: 8px;
  background: #c5c5c5;
  margin-top: -4px;
}
.user-cart-info-block .item:after,
.user-cart-info-block .item.custom-item:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 50%;
  width: 31px;
  height: 8px;
  background: #c5c5c5;
  margin-top: -4px;
}

.cart-info-block .item:first-child:after {
  left: auto;
  right: -37px;
  width: 8px;
  height: 36px;
  margin-top: -18px;
}

.user-cart-info-block .item:first-child:after
/*.user-cart-info-block .item.custom-item:nth-child(2)::before */
{
  left: auto;
  right: -16%;
  width: 8px;
  height: 31px;
  margin-top: -16px;
}

.cart-info-block .item:last-child:after {
  margin-top: -11px;
}
.cart-info-block .item:last-child:before {
  content: "";
  position: absolute;
  left: -51px;
  top: 50%;
  width: 36px;
  height: 8px;
  background: #c5c5c5;
  margin-top: 3px;
}

.user-cart-info-block .item:last-child:before {
  left: -45px;
  width: 31px;
}
.cart-info-block .item dl {
  display: block;
  overflow: hidden;
  padding-left: 15px;
}
.cart-info-block .item dl dt,
.cart-info-block .item dl dd {
  float: left;
  font-size: 14px;
  line-height: 26px;
  color: #000;
}
.cart-info-block .item dl dt {
  font-weight: bold;
}
.cart-info-block .item dl.mark:not(.info-promotion-code){
  display: none;
}
.cart-info-block .item > strong {
  display: block;
  padding-left: 15px;
  font-size: 14px;
  line-height: 26px;
  color: #000;
  display: none;
}
.cart-info-block .item dl.mark dt,
.cart-info-block .item dl.mark dd {
  color: #ff0201;
}
.cart-info-block .item:last-child > strong {
  display: block;
  padding-left: 33px;
  font-size: 20px;
  line-height: 26px;
  color: #000;
}
.cart-info-block .top {
  margin-bottom: 27px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cart-info-block .top:after {
  content: "";
  display: block;
  clear: both;
}
.cart-info-block .btn-purchase {
  display: block;
  width: 360px;
  min-width: 360px;
  height: 62px;
  background: #31ae00;
  border-bottom: 4px solid #247e00;
  text-align: center;
  font-size: 24px;
  line-height: 62px;
  font-weight: bold;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.cart-info-block .btn-purchase:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 28px;
  background: url(../img/cart-images/item-cart02.png) no-repeat;
  margin-left: 18px;
}
.cart-info-block .btn-purchase:hover {
  opacity: 0.8;
}
.cart-info-block .info {
  width: 100%;
}
.cart-info-block .info:after {
  content: "";
  display: block;
  clear: both;
}
.cart-info-block .info .box-wrap {
  float: right;
  margin-right: 10px;
}
.cart-info-block .info dl {
  display: block;
}
.cart-info-block .info dl:after {
  content: "";
  display: block;
  clear: both;
}
.cart-info-block .info dl dt,
.cart-info-block .info dl dd {
  float: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 28px;
  color: #555;
}
.cart-info-block .info dl:first-child dd {
  font-size: 22px;
  font-weight: bold;
}
.cart-info-block .info dl:first-child dd span {
  font-size: 32px;
}
/* btn-add-new-item */
.btn-add-new-item {
  display: block;
  margin: 0 auto 22px;
  background: #48b3fe;
  overflow: hidden;
  width: 656px;
  text-align: center;
  font-size: 23px;
  line-height: 82px;
  font-weight: bold;
  color: #fff !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.btn-add-new-item:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  background: url(../img/cart-images/item-cart03.png) no-repeat;
  overflow: hidden;
  margin-left: 10px;
}
.btn-add-new-item:hover {
  opacity: 0.8;
}
/* order-delivery-block */
.order-delivery-block {
  overflow: hidden;
  max-width: 1028px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 25px;
  line-height: 134px;
  font-weight: bold;
  color: #000;
  clear: both;
}
.order-delivery-block .order-delivery-item {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 23px;
}
.order-delivery-block .order-delivery-item:nth-child(1) {
  border-right: 1px solid #ccc;
}
.order-delivery-block .order-delivery-item .order-delivery-item-header {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #000000;
  position: relative;
}
.order-delivery-block .order-delivery-item .order-delivery-item-header:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: solid 10px;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
.order-delivery-block
  .order-delivery-item.silk-item
  .order-delivery-item-header {
  background-color: #cde9f4;
}
.order-delivery-block
  .order-delivery-item.silk-item
  .order-delivery-item-header:after {
  border-top-color: #cde9f4;
}
.order-delivery-block
  .order-delivery-item.ink-item
  .order-delivery-item-header {
  background-color: #fee3e4;
}
.order-delivery-block
  .order-delivery-item.ink-item
  .order-delivery-item-header:after {
  border-top-color: #fee3e4;
}
.order-delivery-block span {
  font-size: 33px;
  color: #fe4848;
}
/* form-block-cart */
.form-block-cart {
  overflow: hidden;
  background: #fff;
  padding: 8px 28px;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-block-cart table {
  width: 100%;
  overflow: hidden;
}
.form-block-cart table td {
  border: 0;
  border-top: 1px solid #ababab;
  padding: 18px 0;
  vertical-align: top;
}
.form-block-cart table tr:first-child td {
  border: 0;
}
.form-block-cart table td:first-child {
  width: 164px;
  min-width: 164px;
  padding-left: 22px;
}
.form-block-cart table td:nth-child(2n) {
  width: 48px;
  padding-right: 48px;
  padding-left: 10px;
}
.form-block-cart table strong {
  display: block;
  float: left;
  font-size: 18px;
  line-height: 40px;
  color: #000;
}
.form-block-cart .mark {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  min-width: 48px;
  background: #b7b7b7;
  margin: 4px 0;
}
.form-block-cart .mark.add {
  background: #8fc31f ;
}
.form-block-cart .text {
  display: block;
  float: left;
  border: 1px solid #c7c7c7;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  padding: 10px;
  outline: none;
}
.btn-automatically-enter {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e2e2e2;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f3f3f3',GradientType=0 );
  font-size: 13px;
  line-height: 16px;
  color: #525252;
  padding: 11px 16px;
  margin-left: 18px;
}
.btn-automatically-enter:hover {
  background: #000;
  color: #fff;
}
.form-block-cart .area {
  overflow: hidden;
  margin-top: 14px;
}
.form-block-cart .area:first-child {
  margin: 0;
}
.form-block-cart .area strong {
  float: left;
  padding: 0 12px 0 18px;
}
.form-block-cart .area strong:first-child {
  padding-left: 0;
  min-width: 90px;
}
.form-block-cart .w1 {
  width: 316px !important;
}
.form-block-cart .w2 {
  width: 156px !important;
}
.form-block-cart .w3 {
  width: 282px !important;
}
.form-block-cart .w4 {
  width: 100px !important;
}
.form-block-cart .w5 {
  width: 250px !important;
}
.form-block-cart input[type="number"] {
  display: block;
  float: left;
  border: 1px solid #c7c7c7;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-size: 16px;
  line-height: 38px;
  color: #000;
  padding: 0 0 0 10px;
  outline: none;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f3f3f3',GradientType=0 );
}
.form-block-cart select {
  display: block;
  float: left;
  border: 1px solid #c7c7c7;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-size: 16px;
  line-height: 38px;
  color: #000;
  padding: 0 0 0 10px;
  outline: none;
  width: 205px;
  height: 39px;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f3f3f3',GradientType=0 );
}
.form-block-cart .sub-text {
  display: block;
  overflow: hidden;
  width: 100%;
  float: left;
  color: #555;
  font-size: 14px;
  line-height: 20px;
  margin: 16px 0 0;
}
.cart .bottom-btn {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.cart .bottom-btn .btn-back {
  display: block;
  width: 240px;
  height: 63px;
  overflow: hidden;
  text-align: center;
  background: #b9b9b9;
  color: #fff;
  font-size: 24px;
  line-height: 62px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-left: 26px;
  border: 0;
}
.cart .bottom-btn .btn-back:hover {
  background: #000;
}
.submit-to-cart {
  display: block;
  width: 346px;
  height: 74px;
  background: #8fc31f;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 32px;
  line-height: 74px;
  font-weight: bold;
  color: #fff;
}
.fs-16 {
  font-size: 16px;
}
.w-406,
.submit-to-cart input.w-406 {
  width: 406px;
}
.submit-to-cart input,
.submit-to-cart a {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 346px;
  height: 74px;
  text-indent: -9999px;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
}
.submit-to-cart:hover {
  background: #000;
}
.submit-to-cart:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/cart-images/item-cart04.png) no-repeat;
  width: 41px;
  height: 40px;
  margin-left: 30px;
}
/* point-info-block */
.point-info-block {
  border: 1px solid #ccc;
  background: #fff;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 15px 44px;
}
.point-info-block .top {
  overflow: hidden;
  padding-left: 288px;
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  color: #000;
  margin-bottom: 6px;
}
.point-info-block .top span {
  font-size: 23px;
  color: #fe4848;
  display: inline-block;
  vertical-align: top;
}
.point-info-block .wrap-box {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.point-info-block .wrap-box strong {
  display: block;
  min-width: 238px;
  width: 100%;
  font-size: 25px;
  line-height: 50px;
  font-weight: bold;
  color: #000;
}
.point-info-block .sub-box {
  background: #f9f9f9;
  overflow: hidden;
  width: 100%;
  min-width: 696px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 50px 15px;
}
.point-info-block .sub-box span {
  float: left;
  font-size: 25px;
  line-height: 42px;
  font-weight: bold;
  color: #000;
}
.point-info-block .sub-box label {
  float: right;
  font-size: 25px;
  line-height: 42px;
  font-weight: bold;
  color: #000;
}
.point-info-block .sub-box label input {
  float: left;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  background: #fff;
  border: 1px solid #bfbfbf;
  width: 224px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 12px;
  text-align: right;
  margin-right: 12px;
  outline: none;
}
.point-info-block .sub-box label input:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.point-info-block .sub-box label input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.point-info-block .sub-box label input::-webkit-input-placeholder {
  color: #000;
}
.point-info-block .sub-box label input:-ms-input-placeholder {
  color: #000;
}
.point-info-block .sub-box label input::placeholder {
  color: #000;
}
.point-info-block .sub-box label input.placeholder {
  color: #000 !important;
}
.point-info-block .sub-box label input:focus:-moz-placeholder {
  color: transparent;
}
.point-info-block .sub-box label input:focus::-moz-placeholder {
  color: transparent;
}
.point-info-block .sub-box label input:focus::-webkit-input-placeholder {
  color: transparent;
}
.point-info-block .sub-box label input:focus:-ms-input-placeholder {
  color: transparent;
}
.point-info-block .sub-box label input:focus::placeholder {
  color: transparent;
}
.padio-wrap {
  overflow: hidden;
  margin: 0 -5px;
  width: 660px;
}
.padio-wrap-holder {
  overflow: hidden;
  margin-bottom: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.padio-wrap-holder:last-child {
  margin: 0 0 10px;
}
.padio-wrap-holder .colums {
  width: 33%;
  position: relative;
  overflow: hidden;
  margin: 0 5px;
}
.padio-wrap-holder .radio + label {
  cursor: pointer;
  border: 1px solid #e0e0e0;
  display: block;
  background: #e9e9e9;
  background: -moz-linear-gradient(
    top,
    #e9e9e9 0%,
    #fafafa 37%,
    #ededed 68%,
    #e3e3e3 100%
  );
  background: -webkit-linear-gradient(
    top,
    #e9e9e9 0%,
    #fafafa 37%,
    #ededed 68%,
    #e3e3e3 100%
  );
  background: linear-gradient(
    to bottom,
    #e9e9e9 0%,
    #fafafa 37%,
    #ededed 68%,
    #e3e3e3 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e3e3e3',GradientType=0 );
  line-height: 39px;
  overflow: hidden;
  font-size: 13px;
  color: #000;
  white-space: nowrap;
}
.padio-wrap-holder .radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.padio-wrap-holder .radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 50px;
  text-align: left;
}
.padio-wrap-holder .radio:not(checked) + label:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 41px;
  height: 41px;
  background: url(../img/cart-images/bullet-padio01.png) no-repeat;
  overflow: hidden;
}
.padio-wrap-holder .radio:checked + label:before {
  background: url(../img/cart-images/bullet-padio02.png) no-repeat;
}
.padio-wrap-holder .colums p {
  font-size: 10px;
  line-height: 15px;
  color: #000;
  padding: 0;
  margin: 6px 0 0;
}
/* order-cart-list */
.order-cart-list {
  overflow: hidden;
  margin-bottom: 30px;
  background: #f2f2f2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 18px 15px 15px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.order-cart-list dl {
  background: #fff;
  margin-left: 40px;
  position: relative;
  width: 100%;
  min-width: 108px;
  padding: 15px 0;
  color: #555;
}
.order-cart-list dl:first-child {
  margin: 0;
  min-width: 108px;
}
.order-cart-list dl:last-child {
  min-width: 108px;
}
.order-cart-list dl dt,
.order-cart-list dl dd {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}
.order-cart-list dl:nth-child(2) {
  color: #fe4848;
}
.order-cart-list dl:after {
  content: "";
  position: absolute;
  left: -31px;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: url(../img/cart-images/cart-bullet01.png) no-repeat;
}
.order-cart-list dl:first-child:after {
  display: none;
}
.order-cart-list dl:last-child:after {
  background: url(../img/cart-images/cart-bullet02.png) no-repeat;
}
.order-cart-list dl:nth-child(2):after {
  background: url(../img/cart-images/cart-bullet03.png) no-repeat;
}
/* product-type-block */
.product-type-block {
  background: #f2f2f2;
  margin-bottom: 30px;
  padding: 0 16px 4px;
}
.product-type-block table {
  width: 100%;
}
.product-type-block table th {
  border: 1px solid #f2f2f2;
  border-width: 17px 4px 13px;
}
.product-type-block table th:nth-child(1) {
  width: 22%;
}
.product-type-block table th:nth-child(2) {
  width: 17%;
}
.product-type-block table th:nth-child(3) {
  width: 17%;
}
.product-type-block table th:nth-child(4) {
  width: 22%;
}
.product-type-block table th:nth-child(5) {
  width: 22%;
}
.product-type-block table td {
  border: 1px solid #f2f2f2;
  border-width: 0 4px 4px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  color: #555;
  height: 80px;
  font-weight: bold;
}
.product-type-block table th strong {
  display: block;
  text-align: center;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f5f5f5 100%);
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f5f5f5',GradientType=0 );
  font-size: 14px;
  line-height: 28px;
  color: #555;
  border: 2px solid #fff;
}
.form-block-cart .sub-text.mt0 {
  margin-top: 0;
  padding: 0;
}
.form-block-cart .sub-text.mt10 {
  margin-top: 10px;
  padding: 0;
}
.padio-wrap-holder.add .colums {
  width: 50%;
}
.form-block-cart .expiration-date-block {
  overflow: hidden;
}
.form-block-cart .expiration-date-block span {
  float: left;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  color: #000;
  padding: 0 16px 0 12px;
}
.form-block-cart .expiration-date-block span:first-child {
  padding-left: 0;
}
.form-block-cart .expiration-date-block select {
  width: 68px;
}
.form-block-cart .page-wrap {
  overflow: hidden;
}
.form-block-cart .comment {
  border: 1px solid #bbb;
  background: #fff;
  overflow: hidden;
  margin: 0 56px 0 0;
}
.form-block-cart .comment textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 151px;
  min-height: 151px;
  resize: none;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin: 0;
  border: 0;
  background: none;
  outline: none;
}

/**/

.sub-text.add01 {
  float: right;
  width: 230px;
  margin: 0;
  font-size: 12px;
  line-height: 40px;
}

.form-block-cart .add-td01 .area strong:first-child {
  min-width: 114px;
}

.form-block-cart .mark.add01 {
  margin: 21px 0;
}
.form-block-cart table td {
  border: 0;
  border-bottom: 1px solid #ababab;
}
.form-block-cart table tr:last-child td {
  border: 0;
}
.cart-step {
  margin-top: 20px;
}
.search_list .mt9 {
  margin-top: 9px !important;
}
/* cart-page end */

.cart .two-box {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.cart .two-box dl {
  width: 197px;
}

/* cart-page end */
#head_top #dropmenu-logo-top:hover {
  background: none;
}
#head_top #dropmenu-logo-top a:hover,
#head_top #dropmenu-logo-top a {
  display: block;
  overflow: hidden;
  text-indent: -999px;
  height: 60px;
  background: url(../img/logo-sp.png) no-repeat 50%;
  background-size: 50%;
  padding: 0 !important;
  margin: 0;
}
.cart h2.search_list-title {
  background: #3d3d3d;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 49px;
  font-weight: bold;
  color: #fff;
  height: auto;
}
.cart h2{
  background-color: #8fc31f;
  height: 40px;
}
.search_list {
  overflow: hidden;
  margin: 0;
  background: #f2f2f2;
}
.search_list_main {
  padding: 26px 15px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.search_list_main .search_list_left h3 {
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 32px;
  color: #555;
  font-weight: bold;
  margin: 0 0 12px;
  background: #e5e5e5;
}
.search_list_main .search_list_left .link-frame {
  margin-bottom: 18px;
}
.search_list_main .btn_search {
  width: 184px;
  display: block;
  margin: 0 auto;
  background: #31ae00;
  font-size: 13px;
  line-height: 45px;
  font-weight: bold;
  border: 0;
  border-bottom: 4px solid #247e00;
  overflow: hidden;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*color: #fff !important;*/
  cursor: pointer;
}
.search_list_main .btn_search:hover {
  opacity: 0.8;
}
.search_list_main .btn_search.add02 {
  background: #414243;
  border-bottom-color: #161616;
}
.search_list_right-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.search_list_right-top:after {
  content: "";
  display: block;
  clear: both;
}
.search_list_right-top .box-l {
  float: left;
  width: 100%;
  max-width: 100%;
}
.search_list_right-top .box-r {
  display: flex;
  gap: 10px;
  width: 184px;
  margin: auto;
}
.search_list_right-top .box-r .btn_search {
  width: 169px;
  line-height: 35px;
  font-size: 13px;
  margin: 0;
}
.search_list_right-top .box-r .btn_search:first-child {
  margin: 0;
}
.search_list_right-btms {
  overflow: hidden;
  border-top: 2px dotted #7a7a7a;
  padding-top: 15px;
  margin-top: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.search_list_right-btms .btn_search {
  line-height: 14px;
  padding: 9px 0;
}
.search_list_info {
  overflow: hidden;
  border: 1px solid #cecece;
  background: #fff;
  margin-top: 13px;
  padding-bottom: 5px;
  min-height: 127px;
}
.search_list_info h4 {
  background: #e5e5e5;
  font-size: 12px;
  line-height: 35px;
  font-weight: bold;
  color: #555;
  padding: 0 12px;
  margin-bottom: 5px;
}
.search_list_info dl {
  display: block;
  padding: 0 12px;
  overflow: hidden;
}
.search_list_info dl dt,
.search_list_info dl dd {
  float: left;
  font-size: 12px;
  line-height: 20px;
  color: #555;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.search_total {
  display: block;
  overflow: hidden;
  margin: 8px 0 0;
  padding: 0;
  text-align: right;
}
.search_total dt,
.search_total dd {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  color: #fc0000;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.add-new-item-cart {
  display: block;
  margin: 40px auto;
  max-width: 654px;
  background: #31ae00;
  font-size: 24px;
  line-height: 80px;
  font-weight: bold;
  border: 0;
  border-bottom: 4px solid #247e00;
  overflow: hidden;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*color: #fff !important;*/
  cursor: pointer;
}
.add-new-item-cart:hover {
  opacity: 0.8;
}
.add-new-item-cart:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  overflow: hidden;
  margin: -3px 6px 0 0;
  background: url(../img/cart-images/ico-add-new-item-cart.png) no-repeat;
  background-color: #31ae00;
  border-radius: 50%;
  overflow: hidden;
}
.btn-outline-32ae00:before {
  display: none !important;
}
.search_list .row select {
  font-size: 12px;
}
.cart-slide-block-holder {
  overflow: hidden;
  position: relative;
  padding-top: 32px;
}
.cart-slide-block-holder .cart-slide-block {
  overflow: visible;
}
.cart-slide-block-holder .cart-slide-block:nth-child(2){
  display: none;
}
.cart-slide-block-holder .cart-slide-block:last-child .slide-link{
  left: 0px !important;
}
.distributor-info.cart-slide-block-holder .cart-slide-block:last-child .slide-link{
  left: 0px !important;
}
.cart-slide-block-holder .cart-slide-block:after {
  content: "";
  display: block;
  clear: both;
}
.cart-slide-block-holder .cart-slide-block .slide-link {
  position: absolute;
  top: 0;
  left: 222px;
}
.question-pay{
  display: none;
}
.cart-slide-block-holder .cart-slide-block:first-child .slide-link{left:22px;}
#payment-methods-block .padio-wrap .padio-wrap-holder:first-child,
#payment-methods-block .padio-wrap .padio-wrap-holder:last-child,
#payment-methods-block .padio-wrap .padio-wrap-holder .colums:nth-child(odd){
  /*display: none;*/
}
.cart_regist_2 .tab_container ul li:last-child {
  display: none;
}
.note-bottom{
  display: none;
}
/* update car 14_08_2017 */
.search_list_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
}
.search_list_info label {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 4px;
}
.search_list_info label:last-child:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 1px dotted #a3a3a3;
}
.search_list_info input {
  display: none;
}
.search_list_info dl dt,
.search_list_info dl dd {
  font-size: 11px;
  color: #bababa;
}

.search_list_info .checked dl dt,
.search_list_info .checked dl dd {
  color: #555;
}
.search_list_info h4 {
  position: relative;
  padding-left: 28px;
}
.search_list_info h4:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  background: #d2d2d2;
  width: 18px;
  height: 18px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  margin-top: -9px;
}
.search_list_info .checked h4:after {
  background: #3e8bff;
}
.warning-information-n {
  position: relative;
  background: #ffea00;
  border: 1px solid #e88c8c;
  border-bottom-width: 3px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 16px 0 11px;
  padding: 5px 11px;
  font-size: 14px;
  line-height: 19px;
  color: #242424;
  font-weight: bold;
}
.warning-information-n:after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 84px;
  width: 18px;
  height: 12px;
  background: url(../img/icon-warning-information-n.png) no-repeat;
  overflow: hidden;
}
.warning-information-n span {
  color: #e70000;
}
.search_list_left .two-btns-center_n {
  overflow: hidden;
  text-align: center;
}
.search_list_left .two-btns-center_n a {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}
.item_detail_set img {
  background: #efefef !important;
}
.two-btn-cart-n {
  overflow: hidden;
  margin: 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.two-btn-cart-n .add-new-item-cart {
  height: 84px;
  width: 430px;
  line-height: 26px;
  margin: 0 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.add-new-item-cart:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.add-new-item-cart:hover:before {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}
/* update car 14_08_2017 end */
/* update car 21_11_2017 */
.warning-information-n {
  display: none;
}
.warning-information-n.viz {
  display: block;
}
.warning-information-n.add:after {
  right: auto;
  left: 84px;
}
/* update car 21_11_2017 end */

/* Start update cart 2018-01-11 */
.btn_search.disabled {
  background-color: #cccccc;
  border-bottom: none;
  cursor: default;
}

.btn_search.disabled:hover {
  opacity: 1;
}
/* End update cart 2018-01-11 */

/* Start update cart 2018-02-08 */
.sub_total.pt7 {
  padding-top: 7px;
}

.sub_total {
  font-size: 13px !important;
  font-weight: bold !important;
  border-top: 1px dotted #bababa;
  color: #bababa;
  line-height: 20px;
}

.checked .sub_total {
  color: #fc0000 !important;
  border-top: 1px dotted #555;
}
/* End update cart 2018-02-08 */
.select-size .jcf-select {
  min-width: 75px;
  max-width: 75px;
}

.input-size {
  height: 26px;
  width: 50px;
  text-align: right;
  margin-top: 0px;
}

.input-custom {
  margin-left: 17px;
  display: flex;
}

.row-custom {
  height: 39px;
}

.row-custom .btn_search {
  line-height: 35px;
}

.close {
  height: 28px;
  width: 28px;
  background-color: #110e0e;
  border-radius: 15px;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
}

.close:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "\2716";
  font-size: 21px;
  color: #fff;
  line-height: 28px;
  text-align: center;
}

.btn_search.search-custom {
  line-height: 38px;
}

.search_list .row .label-custom {
  font-size: 12px !important;
}

.custom-msg {
  padding: 0 2px;
  font-size: 12px;
  color: red;
  min-width: 40px;
  text-align: left;
}

.msg-error-size {
  text-align: center;
  margin-bottom: 27px;
  color: red;
}

.payIsAfter2DisAble .radio:not(checked) + label:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 41px;
  height: 41px;
  background: url(../img/cart-images/bullet-padio03.png) no-repeat;
  overflow: hidden;
}

#updateCheckoutDetails {
  float: right;
  display: block;
  width: 240px;
  height: 63px;
  overflow: hidden;
  text-align: center;
  background: #b9b9b9;
  color: #fff;
  font-size: 24px;
  line-height: 62px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-left: 26px;
  border: 0;
}

#updateCheckoutDetails:hover {
  background: #000;
}

.hidden {
  display: none;
}
.content_detail_stone {
  font-weight: 100 !important;
  padding-left: 20px !important;
}
.img_stone {
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
}
.detail_stone_item {
  margin-bottom: 10px;
}
.select-custom {
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #dedede;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
}
.select-custom strong {
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.select-custom strong span {
  display: block;
  cursor: pointer;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
  line-height: 28px;
  font-weight: normal;
  margin: 0 35px 0 8px;
  color: #000;
}
.select-custom strong:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 7px solid #000;
}
.select-custom ul {
  display: none;
  border: 1px solid grey;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.select-custom ul.active {
  display: block;
}
.select-custom li {
  list-style: none;
  padding: 2px 5px 2px 32px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
  line-height: 28px;
  font-weight: normal;
  overflow: hidden;
  position: relative;
}
.select-custom li:hover {
  background: #e6e6e6;
}
.select-custom li span {
  position: absolute;
  left: 4px;
  position: absolute;
  top: 50%;
  overflow: hidden;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin-top: -12px;
  border: 1px solid #dedede;
  width: 23px;
  height: 23px;
}

.clear-fix {
  content: "";
  display: block;
  clear: both;
}

.cart-ct-1 .search-cart-block .title-cart {
  position: relative;
  padding-right: 100px;
}

.cart-ct-1 .title-cart .note {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}

.cart-ct-1 .bg-blue {
  background: #00a2ff;
  border-bottom: 2px solid #0576b7;
}

.cart-ct-1 .search-cart-block input.bg-blue {
  background: #00a2ff !important;
  border-bottom: 2px solid #0576b7;
}

.cart-ct-1 .btn-blue {
  border: 1px solid #00a2ff;
  background: #fff;
  border-radius: 30px;
  color: #00a2ff !important;
  line-height: 16px;
  position: relative;
  padding-right: 30px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-ct-1 .btn-blue:focus {
  outline: unset;
}

.cart-ct-1 .btn-blue:after {
  content: "\f054";
  color: #fff;
  font-family: "FontAwesome";
  font-size: 9px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.cart-ct-1 .btn-blue:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #00a2ff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.cart-ct-1 .search_list_right-top .box-r .width-auto {
  width: auto;
}

.cart-ct-1 .search_list_right-top-ct {
  border: 0;
  padding-bottom: 0;
}

.cart-ct-1 .search_list_right-top-ct .box-l {
  padding-right: 0;
}

.cart-ct-1 .search_list_right-top .row:last-child .btn-left,
.cart-ct-1 .search_list_right-top .row:last-child .btn-right {
  width: calc(100% / 2);
  padding: 0 5px;
}

.cart-ct-1 .btn-size,
.cart-ct-1 .btn-draw {
  height: 40px;
}

.cart-ct-1 .btn-size {
  margin-right: 5px;
}

.cart-ct-1 .box-search_list_info {
  display: flex;
}

.cart-ct-1 .box-search_list_info .search_list_info {
  flex: 1;
}

.cart-ct-1 .box-search_list_info .search_list_info:first-child {
  border-right: 0;
}

.cart-ct-1 .box-search_list_info .search_list_info h4 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.cart-ct-1 .box-search_list_info .search_list_info h4:after {
  content: unset;
}

.cart-ct-1 .search_list_info label {
  padding-bottom: 0;
}

.cart-ct-1 .box-search_list_info .search_list_info .icon-circle-cart {
  background: #d2d2d2;
  width: 15px;
  height: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
}

.cart-ct-1 .box-search_list_info .search_list_info .icon-circle-cart:before {
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cart-ct-1 .box-search_list_info .search_list_info .icon-circle-cart:after {
  content: "";
  background: #d2d2d2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cart-ct-1 .box-search_list_info .search_list_info .blue .icon-circle-cart {
  background: #00a2ff;
}

.cart-ct-1
  .box-search_list_info
  .search_list_info
  .blue
  .icon-circle-cart:after {
  background: #00a2ff;
}

.cart-ct-1 .search_list_info dl {
  padding: 0;
}

.cart-ct-1 .search_list_info dl dt,
.cart-ct-1 .search_list_info dl dd {
  width: calc((100% - 13px) / 2);
  border-bottom: 1px solid #b8b8b8;
  padding: 3px;
  height: 30px;
  display: flex;
  align-items: center;
}

.cart-ct-1 .search_list_info dl dt {
  border-right: 1px solid #b8b8b8;
}

.cart-ct-1 .sub_total {
  border: 0;
  text-align: center;
  background: #ffe9ef;
  color: #ff2e2e;
}

.cart-ct-1 .search_list_info-visiable dl dt,
.cart-ct-1 .search_list_info-visiable dl dd {
  color: #000;
}

.cart-ct-1 .hover_bkgr_fricc {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.cart-ct-1 .hover_bkgr_fricc .helper {
  position: relative;
  height: 100%;
}
.cart-ct-1 .hover_bkgr_fricc > div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  height: auto;
  max-width: 551px;
  min-height: 100px;
  vertical-align: middle;
  width: 60%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  padding: 15px 5%;
}
.cart-ct-1 .popupCloseButton {
  background-color: #fff;
  border: 2px solid #999;
  border-radius: 50px;
  cursor: pointer;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 22px;
  line-height: 28px;
  width: 25px;
  height: 25px;
  text-align: center;
}
.cart-ct-1 .popupCloseButton:hover {
  background-color: #ccc;
}
.cart-ct-1 .trigger_popup_fricc {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}

.cart-ct-1 .img-table-cart-ct.trigger_popup_fricc img {
  width: 100%;
}

.cart-ct-1 .hover_bkgr_fricc .title {
  font-weight: 700;
  margin-bottom: 30px;
}

.cart-ct-1 .hover_bkgr_fricc .btn-question {
  padding: 10px 5px;
  border-radius: 5px;
  background: #00a2ff;
  color: #fff;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-ct-1 .hover_bkgr_fricc .box-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-ct-1 .hover_bkgr_fricc .box-btn .btn-no {
  margin-left: 10px;
  background: #414243;
  padding: 7px;
  border: 0;
}

.cart-ct-1 .cart-info-block .btn-purchase {
  font-size: 20px;
}

.cart-ct-1 .cart-slide-block.accordion-child .slide-link-ct-1 {
  height: 65px;
  padding: 5px 30px 5px 5px;
}

.cart-ct-1 .slide-ct-1 {
  width: 100%;
  text-align: left;
  padding-left: 15px;
}

.fs-18-ct {
  font-size: 18px !important;
}

.fs-16-ct {
  font-size: 16px !important;
}

.fs-14-ct {
  font-size: 14px !important;
}

.fs-12-ct {
  font-size: 12px !important;
}

.fs-10-ct {
  font-size: 10px !important;
}

.cart-info-block .item.custom-item-tax > strong {
  padding-left: 20px;
}
.cart .link-frame .box-a.box-w25 {
  width: 25%;
}
.cart .link-frame.link-frame-mobie {
  justify-content: left;
}

.cart .link-frame.link-frame-pen,
.cart .link-frame.link-frame-cup,
.cart .link-frame.link-frame-passcase {
  justify-content: left;
}
.cart-slide-block .tab_container .slide-link{
  height: 78px;
}
.cart .card-cbox-parents {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.cart .card-cbox-parents .box-a {
  margin-left: 0;
}
.cart .card-cbox-parents a:after {
  bottom: 0;
  right: 0;
}
.box_radio  p {
  line-height: 1;
}
.box_radio .first_box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.box_radio .first_box a {
  font-size: 14px;
  line-height: 25px;
  color: #0084ff;
  display: flex;
  align-items: center;
  gap: 5px;
}
.box_radio .first_box a:before {
  content: "+" ;
  color: #0084ff;
  width: max-content;
  height: max-content;
  font-weight: 900;
}
.bg-545353 {
  background-color: #545353;
  text-align: center;
  padding: 0;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 49px;
  font-weight: bold;
  color: #fff;
  height: auto;
}

.btn-outline-31ae00 {
  background: #fff !important;
  border: 3px solid #31ae00 !important;;
  color: #31ae00 !important;

}
.search_list_main .btn-outline-31ae00{
  color: #31ae00 !important;
  text-align: center;
}
.search_list_right-top i.btn-delete-3 {
  color: gray;
  font-size: 30px;

}
.cart-slide-block .slide-box-1 {
  background: #f2f2f2;
  overflow: hidden;
}
.search_list_main .btn_search.add02.trash-btn {
  background: none;
  border-bottom: none;
  display: flex;
  align-items: center;
  width: max-content;
  flex-shrink: 0;
}

.btn-outline-32ae00 {
  width: 360px;
  min-width: 360px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 26px;
  padding: 0;

}