#gocartIcon .gocartNum {
  display: inline-block;
  line-height: 1;
  background-color: #e90000;
  color: #FFF;
  font-size: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 20px;
  margin-left: 5px;
}
#gocartIcon .gocartNum[val="0"] {
  background-color: #e4e4e4;
}
dev {
  display: none;
}
body[page="shop"] section.sidemenu .wrap li[tid="38"] {
  display: none;
}
.gocartSide .cancel {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
}
.gocartSide .wrap {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1001;
  width: 400px;
  height: 100%;
  background-color: #FFF;
  box-shadow: 0 0 15px 5px #0000001a;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
  right: -400px;
}
.gocartSide .wrap.show {
  right: 0px;
}
.gocartSide .wrap .sidecart_list {
  overflow-y: auto;
  height: calc(100% - 228px);
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.gocartSide .wrap .sidecart_list .remove {
  position: absolute;
  right: 0px;
  top: 4px;
  cursor: pointer;
  padding: 10px;
  color: #c1c1c1;
  z-index: 1;
}
.gocartSide .wrap .sidecart_list .remove:hover {
  color: #555;
}
.gocartSide .wrap .thetitle {
  padding: 30px;
  border-bottom: 1px solid #e9e9e9;
}
.gocartSide .wrap .thetitle i {
  margin-right: 15px;
  font-size: 20px;
  color: #adadad;
}
.gocartSide .wrap .total {
  border-top: 1px solid #e9e9e9;
  padding: 30px;
  position: absolute;
  width: calc(100% - 60px);
  bottom: 0px;
}
.gocartSide .wrap .total .btn {
  background-color: #447590;
  height: 45px;
  width: auto;
  display: block;
  /* width: 200px; */
  border: #ea0000;
  /* border-radius: 26px; */
  text-align: center;
  line-height: 45px;
  margin: auto;
  cursor: pointer;
  color: #FFF;
}
.gocartSide .wrap li {
  padding-bottom: 10px;
  padding-top: 10px;
}
.gocartSide .wrap li .photo {
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: cover;
  background-position: center;
  -webkit-transition: background-image 1s ease-in-out;
  transition: background-image 1s ease-in-out;
}
.gocartSide .wrap li .title {
  padding-left: 120px;
  font-size: 14px;
  font-size: 17px;
  font-weight: bold;
  font-family: auto;
  margin-bottom: 5px;
  padding-right: 35px;
  text-align: left;
}
.gocartSide .wrap li .kind {
  padding-left: 120px;
  font-size: 14px;
}
.gocartSide .wrap li .price {
  padding-left: 120px;
  font-size: 14px;
  margin-top: 5px;
}
.gocartSide .wrap li .quantity {
  padding-left: 120px;
  font-size: 14px;
  margin-top: 5px;
}
.gocartSide .wrap li .addon {
  padding-left: 120px;
  font-size: 14px;
  margin-top: 5px;
}
body[page="shop"] .area:after {
  content: '';
  display: block;
  clear: both;
}
body[page="shop"] section.topmenu {
  height: 50px;
}
body[page="shop"] section.sidemenu {
  width: 240px;
  height: auto;
  position: fixed;
  background-color: #FFF;
  z-index: 1;
  padding-bottom: 20px;
}
body[page="shop"] section.sidemenu.ab {
  position: absolute;
  bottom: 0px;
}
body[page="shop"] section.sidemenu .searchWrap {
  position: relative;
  margin-bottom: 10px;
  margin-top: 5px;
  margin-left: 2px;
}
body[page="shop"] section.sidemenu .searchWrap input {
  background-color: transparent;
  color: #999;
  border-radius: 30px;
  height: 10px;
  border: 1px solid #e8e8e8;
  font-size: 13px;
  width: calc(100% - 32px);
  font-weight: 300;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body[page="shop"] section.sidemenu .searchWrap i {
  line-height: 32px;
  top: 0px;
  right: 2px;
  position: absolute;
  height: 32px;
  width: 32px;
  text-align: center;
  color: #a5a5a5;
  cursor: pointer;
}
body[page="shop"] section.sidemenu .wrap {
  padding-left: 13px;
}
body[page="shop"] section.sidemenu .wrap h1 {
  color: #3c6a83;
  font-size: 26px;
  margin-top: 0px;
  text-align: left;
  margin-left: 9px;
  margin-bottom: 5px;
}
body[page="shop"] section.sidemenu .wrap h2 {
  font-size: 20px;
  letter-spacing: 7px;
  font-weight: 200;
  margin-top: 0px;
  text-align: left;
  margin-left: 9px;
  color: #b7b7b7;
  margin-bottom: 15px;
  font-family: auto;
  border-bottom: 1px dashed #e9e9e9;
  padding-bottom: 20px;
}
body[page="shop"] section.sidemenu .wrap li.active .num {
  background-color: #447590;
}
body[page="shop"] section.sidemenu .wrap li {
  text-align: left;
  padding: 10px;
  padding-right: 30px;
  font-size: 15px;
  color: #3c6a83;
  cursor: pointer;
  position: relative;
  padding-bottom: 8.5px;
  padding-top: 8.5px;
  font-size: 14px;
  padding-bottom: 7.5px;
  padding-top: 7.5px;
  letter-spacing: 0px;
}
body[page="shop"] section.sidemenu .wrap li:hover {
  opacity: 0.7;
}
body[page="shop"] section.sidemenu .wrap li .num {
  background-color: #d0cece;
  color: #FFF;
  font-size: 12px;
  min-width: 15px;
  height: 20px;
  text-align: center;
  /* position: absolute; */
  right: 0;
  top: 9px;
  border-radius: 3px;
  line-height: 19px;
  margin-left: 11px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
}
body[page="shop"] section.sidemenu .wrap li .num[val="0"] {
  background-color: #FFF;
  color: #e9e9e9;
  border: 1px solid #e9e9e9;
}
body[page="shop"] section.mainarea {
  margin-left: 240px;
  width: calc(100% - 200px);
  padding-bottom: 50px;
}
body[page="shop"][type="list"] .mainarea {
  min-height: 620px;
}
body[page="shop"][type="list"] .ad {
  display: none;
}
body[page="shop"][type="list"] .ad[publish="1"] {
  display: block;
}
body[page="shop"][type="list"] .ad .addateWrap {
  padding: 10px;
  font-size: 14px;
  padding-bottom: 20px;
  overflow: hidden;
}
body[page="shop"][type="list"] .ad .addateWrap .in {
  display: inline-block;
}
body[page="shop"][type="list"] .ad .addateWrap .in:after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #b3b3b3;
  position: absolute;
  bottom: 12px;
  right: -50px;
}
body[page="shop"][type="list"] .ad .addateWrap .in:before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #b3b3b3;
  position: absolute;
  bottom: 12px;
  left: -50px;
}
body[page="shop"][type="list"] .ad .addateWrap .text {
  color: #3c6a83;
  display: inline-block;
  font-size: 17px;
  font-weight: 900;
  font-family: auto;
}
body[page="shop"][type="list"] .ad .addateWrap .addate {
  display: inline-block;
  font-size: 14px;
}
body[page="shop"][type="list"] .ad .addateWrap .addate li {
  display: inline-block;
  background-color: #3c3c3c;
  color: #FFF;
  width: 28px;
  border-radius: 3px;
  font-size: 13px;
  padding: 3px;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
body[page="shop"][type="list"] .ad .addateWrap i {
  color: #999;
  margin-left: 10px;
  margin-right: 10px;
}
body[page="shop"][type="list"] .ad .adbanners {
  max-width: 95%;
  margin-bottom: 10px;
}
body[page="shop"][type="list"] .ad .adbanners_m {
  max-width: 100%;
  margin-bottom: 10px;
}
body[page="shop"][type="list"] .banner {
  width: 95%;
  background-color: #f9f9f9;
  margin: auto;
  margin-bottom: 40px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
body[page="shop"][type="list"] .banner .banner-slider {
  height: 550px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
body[page="shop"][type="list"] .banner .banner-slider div {
  height: 100%;
}
body[page="shop"][type="list"] .banner .banner-slider .each {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
body[page="shop"][type="list"] .banner .banner-slider .slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
body[page="shop"][type="list"] .banner .banner-slider .slick-prev,
body[page="shop"][type="list"] .banner .banner-slider .slick-next {
  top: 50%;
}
body[page="shop"][type="list"] .banner .banner-slider .slick-prev {
  left: 0px;
}
body[page="shop"][type="list"] .banner .banner-slider .slick-next {
  right: 0px;
}
body[page="shop"][type="list"] .searchHd {
  width: 95%;
  margin: auto;
  text-align: left;
  display: none;
}
body[page="shop"][type="list"] .searchHd h2 {
  margin-bottom: 30px;
  color: #6b95ac;
  display: inline-block;
}
body[page="shop"][type="list"] .searchHd h3 {
  display: inline-block;
  margin-left: 10px;
  font-size: 23px;
  font-weight: 400;
  color: #555;
}
body[page="shop"][type="list"] .hd {
  width: 95%;
  margin: auto;
  text-align: left;
}
body[page="shop"][type="list"] .hd h2 {
  margin-bottom: 30px;
  color: #6b95ac;
  display: inline-block;
}
body[page="shop"][type="list"] .hd h3 {
  display: inline-block;
  margin-left: 10px;
  font-size: 17px;
  font-weight: 400;
  color: #555;
}
body[page="shop"][type="list"] .product_list:after {
  content: '';
  display: block;
  clear: both;
}
body[page="shop"][type="list"] .product_list li {
  float: left;
  width: 25%;
  cursor: pointer;
  margin-bottom: 40px;
}
body[page="shop"][type="list"] .product_list li:hover .photo {
  opacity: 0.8;
}
body[page="shop"][type="list"] .product_list li .photo {
  width: 80%;
  padding-bottom: 80%;
  background-color: #f9f9f9;
  position: relative;
  margin: auto;
  background-size: cover;
  background-position: center;
  -webkit-transition: background-image 1s ease-in-out;
  transition: background-image 1s ease-in-out;
}
body[page="shop"][type="list"] .product_list li .photo .soldoutItem {
  background-color: #FFF;
  opacity: 0.8;
  background-image: url('/images/stores/soldout.png');
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: auto 60%;
  background-position: center;
  background-repeat: no-repeat;
}
body[page="shop"][type="list"] .product_list li .name {
  width: 80%;
  margin: auto;
  position: relative;
  margin-top: 20px;
  color: #333;
  height: 40px;
}
body[page="shop"][type="list"] .product_list li .price {
  margin-top: 10px;
  color: #ea0000;
  font-size: 15px;
}
body[page="shop"][type="cart"] #sidemenu_list,
body[page="shop"][type="cart"] #sidemenu_list_select {
  display: none;
}
body[page="shop"][type="cart"] section.sidemenu .wrap h2 {
  border: none;
}
body[page="shop"][type="cart"] .mainarea {
  margin-left: 260px;
  width: calc(100% - 270px);
  padding-bottom: 50px;
}
body[page="shop"][type="cart"] .mainarea h2 {
  font-size: 25px;
  height: 60px;
  color: #447590;
  margin-bottom: 50px;
}
body[page="shop"][type="cart"] .mainarea h2:after {
  content: '';
  height: 2px;
  width: 70px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  background-image: url(/images/h1line.png);
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-top: 20px;
}
body[page="shop"][type="cart"] section[type="success"] {
  display: none;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list {
  max-width: 960px;
  margin: auto;
  padding-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li {
  padding: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: left;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li.light {
  background-color: #fffee4;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .addonin {
  background-color: #f5f5f5;
  padding: 15px;
  margin-top: 20px;
  font-size: 14px;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .addonin .label {
  color: #73a7c5;
  display: inline-block;
  width: 110px;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .addonin .name {
  color: #000;
  display: inline-block;
  width: calc(100% - 410px);
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .addonin .quantity {
  color: #000;
  display: inline-block;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .addonin .quantity input {
  width: 40px;
  background-color: #FFF;
  vertical-align: middle;
  text-align: center;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .addonin .quantity .btn {
  background-color: #447590;
  color: #FFF;
  padding: 7px;
  cursor: pointer;
  user-select: none;
  text-align: center;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .addonin .eachtotal {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0px;
  width: 90px;
  text-align: right;
  color: #ea0000;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .addonin .remove {
  top: 16px;
  right: 6px;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .remove {
  position: absolute;
  right: 4px;
  top: 10px;
  cursor: pointer;
  padding: 10px;
  color: #c1c1c1;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .remove:hover {
  color: #555;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .photo {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .data {
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
  width: calc(100% - 615px);
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .data .title {
  font-size: 14px;
  font-weight: bold;
  font-family: auto;
  margin-bottom: 5px;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .data .price {
  font-size: 14px;
  margin-top: 5px;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .freeshipping {
  background-color: #73a7c5;
  display: inline-block;
  color: #FFF;
  font-size: 13px;
  padding: 5px;
  margin-top: 5px;
  margin-right: 5px;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .vr {
  background-color: #6eb9be;
  display: inline-block;
  color: #FFF;
  font-size: 13px;
  padding: 5px;
  margin-top: 5px;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .kind {
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
  width: 150px;
  text-align: center;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .quantity {
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
  width: 150px;
  text-align: center;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .eachtotal {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0px;
  width: 90px;
  text-align: right;
  color: #ea0000;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .each_quantity {
  width: 40px;
  background-color: #FFF;
  vertical-align: middle;
  text-align: center;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .minus,
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .plus {
  width: 20px;
  height: 20px;
  background: #dfdfdf;
  padding: 8px 5px 8px 5px;
  border: 1px solid #e9e9e9;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  margin: -6px;
  vertical-align: middle;
  user-select: none;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .minus.disabled,
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .plus.disabled {
  color: #cecece;
  background: #ffffff;
  pointer-events: none;
  cursor: not-allowed;
}
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .minus:hover,
body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .plus:hover {
  border-color: #c9c9c9;
}
body[page="shop"][type="cart"] section[type="cart"] .result {
  max-width: 960px;
  margin: auto;
}
body[page="shop"][type="cart"] section[type="cart"] .result .wrap {
  padding-bottom: 30px;
  text-align: right;
  margin-left: calc(100% - 240px);
}
body[page="shop"][type="cart"] section[type="cart"] .result .wrap .subtotal,
body[page="shop"][type="cart"] section[type="cart"] .result .wrap .fee,
body[page="shop"][type="cart"] section[type="cart"] .result .wrap .total,
body[page="shop"][type="cart"] section[type="cart"] .result .wrap .discount,
body[page="shop"][type="cart"] section[type="cart"] .result .wrap .discountCode {
  border-bottom: 1px solid #e9e9e9;
  height: 50px;
  line-height: 50px;
}
body[page="shop"][type="cart"] section[type="cart"] .result .wrap .subtotal .label,
body[page="shop"][type="cart"] section[type="cart"] .result .wrap .fee .label,
body[page="shop"][type="cart"] section[type="cart"] .result .wrap .total .label,
body[page="shop"][type="cart"] section[type="cart"] .result .wrap .discount .label,
body[page="shop"][type="cart"] section[type="cart"] .result .wrap .discountCode .label {
  display: inline-block;
  width: 120px;
  text-align: left;
}
body[page="shop"][type="cart"] section[type="cart"] .result .wrap .subtotal .value,
body[page="shop"][type="cart"] section[type="cart"] .result .wrap .fee .value,
body[page="shop"][type="cart"] section[type="cart"] .result .wrap .total .value,
body[page="shop"][type="cart"] section[type="cart"] .result .wrap .discount .value,
body[page="shop"][type="cart"] section[type="cart"] .result .wrap .discountCode .value {
  display: inline-block;
  width: 100px;
  text-align: right;
}
body[page="shop"][type="cart"] section[type="cart"] .result .wrap .discount {
  color: #da3b3b;
}
body[page="shop"][type="cart"] section[type="cart"] .result .wrap .discountCode {
  color: #3c6a83;
}
body[page="shop"][type="cart"] section[type="discount"] .wrap {
  max-width: 600px;
  margin: auto;
  padding-bottom: 30px;
}
body[page="shop"][type="cart"] section[type="discount"] .wrap .each {
  margin-bottom: 10px;
  position: relative;
}
body[page="shop"][type="cart"] section[type="discount"] .wrap .label {
  position: absolute;
  z-index: 1;
  width: 100px;
  top: 13px;
  left: 25px;
  text-align: left;
}
body[page="shop"][type="cart"] section[type="discount"] .wrap input {
  border: 1px solid #FFF;
  padding: 15px;
  padding-left: 120px;
  width: calc(100% - 154px);
}
body[page="shop"][type="cart"] section[type="discount"] .wrap input:focus {
  background-color: #FFF;
  border: 1px solid #e9e9e9;
}
body[page="shop"][type="cart"] section[type="discount"] .btn[type="discountCodeBtn"] {
  border: 1px solid #447590;
  background-color: #447590;
  height: 45px;
  width: 300px;
  border: #447590;
  text-align: center;
  line-height: 45px;
  margin: auto;
  cursor: pointer;
  color: #FFF;
  margin-top: 20px;
}
body[page="shop"][type="cart"] section[type="form"] .wrap {
  max-width: 960px;
  margin: auto;
  padding-bottom: 30px;
}
body[page="shop"][type="cart"] section[type="form"] .form {
  max-width: 600px;
  margin: auto;
}
body[page="shop"][type="cart"] section[type="form"] .form .littlenote {
  padding-top: 10px;
  margin-top: 40px;
  text-align: left;
  line-height: 2;
  border-top: 1px dashed #e9e9e9;
}
body[page="shop"][type="cart"] section[type="form"] .form .littlenote span {
  font-size: 14px !important;
}
body[page="shop"][type="cart"] section[type="form"] .form .sameselect {
  text-align: left;
  padding: 15px;
}
body[page="shop"][type="cart"] section[type="form"] .form .sameselect label {
  margin-right: 10px;
}
body[page="shop"][type="cart"] section[type="form"] .form .sameselect input {
  display: inline-block;
  width: auto;
}
body[page="shop"][type="cart"] section[type="form"] .form .taxid {
  text-align: left;
  padding: 15px;
}
body[page="shop"][type="cart"] section[type="form"] .form .taxid label {
  margin-right: 10px;
}
body[page="shop"][type="cart"] section[type="form"] .form .taxid input {
  display: inline-block;
  width: auto;
}
body[page="shop"][type="cart"] section[type="form"] .form .taxid input[type="number"] {
  margin-left: 0px;
  border: 1px solid #f9f9f9;
  width: 100px;
}
body[page="shop"][type="cart"] section[type="form"] .form .taxid input[type="number"]:focus {
  background-color: #FFF;
  border: 1px solid #e9e9e9;
}
body[page="shop"][type="cart"] section[type="form"] .form .taxid input[type="number"][disabled="disabled"] {
  background-color: transparent;
}
body[page="shop"][type="cart"] section[type="form"] .form select[disabled="disabled"] {
  border: none;
}
body[page="shop"][type="cart"] section[type="form"] .form .each {
  margin-bottom: 10px;
  position: relative;
}
body[page="shop"][type="cart"] section[type="form"] .form .each.address select[name="recipient_city"] {
  position: absolute;
  left: 125px;
  top: 4px;
  width: 100px;
}
body[page="shop"][type="cart"] section[type="form"] .form .each.address select[name="recipient_zip"] {
  position: absolute;
  left: 230px;
  top: 4px;
  width: 140px;
}
body[page="shop"][type="cart"] section[type="form"] .form .each.address input {
  margin-top: 50px;
  padding-left: 15px;
  width: calc(100% - 45px);
}
body[page="shop"][type="cart"] section[type="form"] .form .each .label {
  position: absolute;
  z-index: 1;
  width: 100px;
  top: 13px;
  left: 25px;
  text-align: left;
}
body[page="shop"][type="cart"] section[type="form"] .form .each input {
  border: 1px solid #FFF;
  padding: 15px;
  padding-left: 120px;
  width: calc(100% - 154px);
}
body[page="shop"][type="cart"] section[type="form"] .form .each input:focus {
  background-color: #FFF;
  border: 1px solid #e9e9e9;
}
body[page="shop"][type="cart"] section[type="form"] .form .each textarea {
  width: calc(100% - 45px);
  border: 1px solid #FFF;
  min-height: 75px;
}
body[page="shop"][type="cart"] section[type="form"] .form .each textarea:focus {
  background-color: #FFF;
  border: 1px solid #e9e9e9;
}
body[page="shop"][type="cart"] section[type="form"] .form .each textarea[disabled="disabled"] {
  background-color: transparent;
  min-height: 0px;
}
body[page="shop"][type="cart"] section[type="pay"] .wrap {
  max-width: 600px;
  margin: auto;
  padding-bottom: 50px;
}
body[page="shop"][type="cart"] section[type="pay"] .wrap .select label {
  display: block;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;
  text-align: left;
}
body[page="shop"][type="cart"] section[type="pay"] .wrap .select label input {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
body[page="shop"][type="cart"] section[type="pay"] .btn[type="paybtn"] {
  border: 1px solid #447590;
  background-color: #447590;
  height: 45px;
  width: 300px;
  border: #447590;
  text-align: center;
  line-height: 45px;
  margin: auto;
  cursor: pointer;
  color: #FFF;
  margin-top: 20px;
}
body[page="shop"][type="cart"] section[type="pay"] .btn[type="back"] {
  background-color: #FFF;
  border: 1px solid #c7c7c7;
  height: 45px;
  width: 300px;
  text-align: center;
  line-height: 45px;
  margin: auto;
  cursor: pointer;
  color: #555;
  margin-top: 20px;
}
body[page="shop"][type="info"] section.mainarea {
  margin-left: 280px;
  width: calc(100% - 260px);
  padding-bottom: 50px;
  min-height: 700px;
}
body[page="shop"][type="info"] section.mainarea:after {
  content: '';
  display: block;
  clear: both;
}
body[page="shop"][type="info"] section.mainarea .product_image {
  background-color: #f9f9f9;
  width: 550px;
  position: absolute;
}
body[page="shop"][type="info"] section.mainarea .product_image .photo {
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
body[page="shop"][type="info"] section.mainarea .product_image .photo .banner-slider {
  height: 550px;
}
body[page="shop"][type="info"] section.mainarea .product_image .photo .banner-slider div {
  height: 100%;
}
body[page="shop"][type="info"] section.mainarea .product_image .photo .banner-slider .each {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
body[page="shop"][type="info"] section.mainarea .product_image .photo .banner-slider .slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
body[page="shop"][type="info"] section.mainarea .product_image .photo .banner-slider .slick-prev,
body[page="shop"][type="info"] section.mainarea .product_image .photo .banner-slider .slick-next {
  top: 50%;
}
body[page="shop"][type="info"] section.mainarea .product_image .photo .banner-slider .slick-prev {
  left: 0px;
}
body[page="shop"][type="info"] section.mainarea .product_image .photo .banner-slider .slick-next {
  right: 0px;
}
body[page="shop"][type="info"] section.mainarea .product_info {
  min-height: 600px;
  padding-left: 600px;
  text-align: left;
  padding-right: 30px;
}
body[page="shop"][type="info"] section.mainarea .product_info .empty {
  display: none;
}
body[page="shop"][type="info"] section.mainarea .product_info .addon {
  background-color: #f5f5f5;
  padding: 17px;
  padding-top: 7px;
  margin-top: 20px;
}
body[page="shop"][type="info"] section.mainarea .product_info .addon.hide {
  display: none;
}
body[page="shop"][type="info"] section.mainarea .product_info .addon label {
  color: #73a7c5;
}
body[page="shop"][type="info"] section.mainarea .product_info .addon .text {
  font-size: 16px;
  margin-top: 9px;
  margin-bottom: 7px;
  font-weight: bold;
}
body[page="shop"][type="info"] section.mainarea .product_info .addon .price {
  font-size: 14px;
}
body[page="shop"][type="info"] section.mainarea .product_info .addon .price .addon_value {
  font-size: 23px;
  display: inline-block;
  margin-left: 4px;
  color: #ea0000;
  font-weight: bold;
}
body[page="shop"][type="info"] section.mainarea .product_info .addon input {
  width: 100px;
  vertical-align: middle;
  text-align: center;
  background-color: #FFF;
}
body[page="shop"][type="info"] section.mainarea .product_info[number="0"] .btn[type="addcart"] {
  background-color: #c1c1c1;
  cursor: not-allowed;
  pointer-events: none;
}
body[page="shop"][type="info"] section.mainarea .product_info[number="0"] .btn[type="buy"] {
  background-color: #696969;
  cursor: not-allowed;
  pointer-events: none;
}
body[page="shop"][type="info"] section.mainarea .product_info[number="0"] .minus,
body[page="shop"][type="info"] section.mainarea .product_info[number="0"] .product_number,
body[page="shop"][type="info"] section.mainarea .product_info[number="0"] .plus,
body[page="shop"][type="info"] section.mainarea .product_info[number="0"] .normal {
  display: none;
}
body[page="shop"][type="info"] section.mainarea .product_info[number="0"] .empty {
  display: block;
}
body[page="shop"][type="info"] section.mainarea .product_info .title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 30px;
}
body[page="shop"][type="info"] section.mainarea .product_info .intro {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #777;
  margin-bottom: 15px;
}
body[page="shop"][type="info"] section.mainarea .product_info .freeshipping {
  background-color: #73a7c5;
  display: inline-block;
  color: #FFF;
  font-size: 15px;
  padding: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
}
body[page="shop"][type="info"] section.mainarea .product_info .vr {
  background-color: #6eb9be;
  display: inline-block;
  color: #FFF;
  font-size: 15px;
  padding: 5px;
  margin-bottom: 10px;
}
body[page="shop"][type="info"] section.mainarea .product_info .price {
  font-size: 35px;
  line-height: 1;
  padding-right: 5px;
  color: #ea0000;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  position: relative;
  right: 0;
  top: 0;
  margin-bottom: 20px;
}
body[page="shop"][type="info"] section.mainarea .product_info .price .unit {
  font-size: 15px;
  margin-right: 5px;
}
body[page="shop"][type="info"] section.mainarea .product_info label {
  font-size: 14px;
  color: #ababab;
  padding-bottom: 5px;
  display: block;
  padding-top: 10px;
}
body[page="shop"][type="info"] section.mainarea .product_info .series {
  margin-bottom: 5px;
  margin-top: 5px;
}
body[page="shop"][type="info"] section.mainarea .product_info .series li {
  background-color: #f1f1f1;
  width: 40px;
  display: inline-block;
  height: 40px;
  background-size: cover;
  background-position: center;
  margin: 2px;
  border: 3px solid #FFF;
  box-shadow: 0px 0px 0px 1px #FFF;
  cursor: pointer;
}
body[page="shop"][type="info"] section.mainarea .product_info .series li.selected {
  border: 3px solid #FFF;
  box-shadow: 0px 0px 0px 1px #000;
}
body[page="shop"][type="info"] section.mainarea .product_info .product_number {
  width: 100px;
  vertical-align: middle;
  text-align: center;
  background-color: #FFF;
}
body[page="shop"][type="info"] section.mainarea .product_info .minus,
body[page="shop"][type="info"] section.mainarea .product_info .plus {
  width: 20px;
  height: 20px;
  background: #dfdfdf;
  padding: 8px 5px 8px 5px;
  border: 1px solid #e9e9e9;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  margin: -6px;
  vertical-align: middle;
  user-select: none;
}
body[page="shop"][type="info"] section.mainarea .product_info .minus.disabled,
body[page="shop"][type="info"] section.mainarea .product_info .plus.disabled {
  color: #cecece;
  background: #ffffff;
  pointer-events: none;
  cursor: not-allowed;
}
body[page="shop"][type="info"] section.mainarea .product_info .minus:hover,
body[page="shop"][type="info"] section.mainarea .product_info .plus:hover {
  border-color: #c9c9c9;
}
body[page="shop"][type="info"] section.mainarea .product_info .minus:active,
body[page="shop"][type="info"] section.mainarea .product_info .plus:active {
  background-color: #b2b2b2;
}
body[page="shop"][type="info"] section.mainarea .product_info .minus {
  margin-left: 0px;
}
body[page="shop"][type="info"] section.mainarea .product_info .btn {
  background-color: #a94343;
  height: 45px;
  width: 49%;
  float: left;
  /* width: 200px; */
  border: #ea0000;
  /* border-radius: 26px; */
  text-align: center;
  line-height: 45px;
  margin: auto;
  cursor: pointer;
  color: #FFF;
  margin-top: 20px;
  user-select: none;
}
body[page="shop"][type="info"] section.mainarea .product_info .btn[type="addcart"] {
  margin-right: 2%;
  background-color: #447590;
}
body[page="shop"][type="info"] section.mainarea .product_content .maintitle {
  font-size: 25px;
  font-weight: 500;
  color: #3c6a83;
  margin-top: 0px;
}
body[page="shop"][type="info"] section.mainarea .product_content .maintitle:after {
  content: '';
  height: 2px;
  width: 70px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  background-image: url(/images/h1line.png);
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-top: 20px;
}
body[page="shop"][type="info"] section.mainarea .product_content article {
  max-width: 95%;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 50px;
  color: #333;
}
body[page="shop"][type="info"] section.mainarea .product_content article:after {
  content: '';
  display: block;
  clear: both;
}
body[page="shop"][type="info"] section.mainarea .product_content article p {
  position: unset;
}
body[page="shop"][type="info"] section.mainarea .product_content article img {
  max-width: 100% !important;
  height: auto !important;
}
body[page="shop"][type="info"] section.mainarea .product_content article li {
  list-style: inherit;
}
body[page="shop"][type="info"] section.mainarea .product_content article tbody {
  vertical-align: top;
}
body[page="shop"][type="info"] section.mainarea .product_content article td {
  padding: 10px;
  text-align: left;
}
body[page="shop"][type="info"] section.mainarea .product_content article h2 {
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0em;
  line-height: 1.2em;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
body[page="shop"][type="info"] section.mainarea .product_content article h3 {
  margin-block-start: inherit;
  margin-block-end: inherit;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
  font-size: 22px;
  text-transform: none;
  font-weight: 400;
}
body[page="shop"][type="info"] section.mainarea .product_content article a {
  padding-bottom: 0.05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(17, 17, 17, 0.3);
  display: inline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body[page="shop"][type="info"] section.mainarea .product_content article a:hover {
  opacity: 0.7;
}
body[page="shop"][type="info"] section.mainarea .product_content article strong {
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}
body[page="shop"][type="info"] section.mainarea .youmaylike {
  margin-top: 150px;
}
body[page="shop"][type="info"] section.mainarea .youmaylike .maintitle {
  font-size: 25px;
  font-weight: 500;
  color: #3c6a83;
  margin-top: 0px;
}
body[page="shop"][type="info"] section.mainarea .youmaylike .maintitle:after {
  content: '';
  height: 2px;
  width: 70px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  background-image: url(/images/h1line.png);
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-top: 20px;
}
body[page="shop"][type="info"] section.mainarea .youmaylike .youmaylike_list:after {
  content: '';
  display: block;
  clear: both;
}
body[page="shop"][type="info"] section.mainarea .youmaylike .youmaylike_list li {
  float: left;
  width: 25%;
  cursor: pointer;
  margin-bottom: 40px;
}
body[page="shop"][type="info"] section.mainarea .youmaylike .youmaylike_list li:hover .photo {
  opacity: 0.8;
}
body[page="shop"][type="info"] section.mainarea .youmaylike .youmaylike_list li .photo {
  width: 80%;
  padding-bottom: 80%;
  position: relative;
  margin: auto;
  background-size: cover;
  background-position: center;
  -webkit-transition: background-image 1s ease-in-out;
  transition: background-image 1s ease-in-out;
}
body[page="shop"][type="info"] section.mainarea .youmaylike .youmaylike_list li .name {
  width: 80%;
  margin: auto;
  position: relative;
  margin-top: 20px;
  color: #333;
  height: 40px;
}
body[page="shop"][type="info"] section.mainarea .youmaylike .youmaylike_list li .price {
  margin-top: 10px;
  color: #ea0000;
  font-size: 15px;
}
body[page="shop"][type="page"] #sidemenu_list,
body[page="shop"][type="page"] #sidemenu_list_select {
  display: none;
}
body[page="shop"][type="page"] h1.maintitle {
  font-size: 25px;
  font-weight: 500;
  color: #3c6a83;
  padding-top: 0px;
  margin-top: 0px;
}
body[page="shop"][type="page"] h1.maintitle:after {
  content: '';
  height: 2px;
  width: 70px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  background-image: url(/images/h1line.png);
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-top: 20px;
}
body[page="shop"][type="page"] article {
  max-width: 50%;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 50px;
  color: #333;
  text-align: left;
}
body[page="shop"][type="page"] article:after {
  content: '';
  display: block;
  clear: both;
}
body[page="shop"][type="page"] article p {
  position: unset;
}
body[page="shop"][type="page"] article img {
  max-width: 100% !important;
  height: auto !important;
}
body[page="shop"][type="page"] article li {
  list-style: inherit;
}
body[page="shop"][type="page"] article tbody {
  vertical-align: top;
}
body[page="shop"][type="page"] article td {
  padding: 10px;
  text-align: left;
}
body[page="shop"][type="page"] article h2 {
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0em;
  line-height: 1.2em;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
body[page="shop"][type="page"] article h3 {
  margin-block-start: inherit;
  margin-block-end: inherit;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
  font-size: 22px;
  text-transform: none;
  font-weight: 400;
}
body[page="shop"][type="page"] article a {
  padding-bottom: 0.05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(17, 17, 17, 0.3);
  display: inline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body[page="shop"][type="page"] article a:hover {
  opacity: 0.7;
}
body[page="shop"][type="page"] article strong {
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}
body[page="shop"][type="order"] #sidemenu_list,
body[page="shop"][type="order"] #sidemenu_list_select {
  display: none;
}
body[page="shop"][type="order"] section.sidemenu .wrap h2 {
  border: none;
}
body[page="shop"][type="order"] .mainarea {
  margin-left: 120px;
  width: calc(100% - 100px);
  padding-bottom: 50px;
}
body[page="shop"][type="order"] .maintitle {
  font-size: 25px;
  font-weight: 500;
  color: #3c6a83;
  padding-top: 0px;
  margin-top: 0px;
}
body[page="shop"][type="order"] .maintitle:after {
  content: '';
  height: 2px;
  width: 70px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  background-image: url(/images/h1line.png);
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-top: 20px;
}
body[page="shop"][type="order"] .form {
  max-width: 600px;
  margin: auto;
  padding-bottom: 50px;
}
body[page="shop"][type="order"] .form .each {
  margin-bottom: 10px;
  position: relative;
}
body[page="shop"][type="order"] .form .each .label {
  position: absolute;
  z-index: 1;
  width: 100px;
  top: 13px;
  left: 25px;
  text-align: left;
}
body[page="shop"][type="order"] .form .each input {
  border: 1px solid #FFF;
  padding: 15px;
  padding-left: 120px;
  width: calc(100% - 154px);
}
body[page="shop"][type="order"] .form .each input:focus {
  background-color: #FFF;
  border: 1px solid #e9e9e9;
}
body[page="shop"][type="order"] .search_list {
  padding: 30px;
}
body[page="shop"][type="order"] .search_list .each {
  display: flex;
  border-bottom: 1px solid #e9e9e9;
  height: 40px;
  line-height: 40px;
}
body[page="shop"][type="order"] .search_list .each.header {
  color: #c5c5c5;
}
body[page="shop"][type="order"] .search_list .each li {
  flex: 1;
}
body[page="shop"][type="order"] .search_list .each li[type="oid"] {
  font-size: 12px;
}
body[page="shop"][type="order"] .search_list .each:hover {
  color: #447590;
}
body[page="shop"][type="order"] .status {
  line-height: 4;
  color: #a2a2a2;
}
body[page="shop"][type="order"] .btn[type="searchbtn"] {
  border: 1px solid #447590;
  background-color: #447590;
  height: 45px;
  width: 300px;
  border: #447590;
  text-align: center;
  line-height: 45px;
  margin: auto;
  cursor: pointer;
  color: #FFF;
  margin-top: 20px;
}
body[page="shop"][type="order"] .btn[type="back"] {
  background-color: #FFF;
  border: 1px solid #c7c7c7;
  height: 45px;
  width: 300px;
  text-align: center;
  line-height: 45px;
  margin: auto;
  cursor: pointer;
  color: #555;
  margin-top: 20px;
}
.cartIconM {
  position: fixed;
  right: 20px;
  bottom: 25px;
  z-index: 30;
  height: 65px;
  width: 65px;
  line-height: 32px;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  color: #3c6a83;
  background-color: #FFF;
  font-size: 14px;
  box-shadow: 0px 0px 15px 5px #0001;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cartIconM i {
  font-size: 30px;
  line-height: 65px;
}
.cartIconM .gocartNum {
  display: inline-block;
  line-height: 1;
  background-color: #e90000;
  color: #FFF;
  font-size: 10px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 20px;
  margin-left: 5px;
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.cartIconM .gocartNum[val="0"] {
  background-color: #e4e4e4;
}
html[url3="detail"] body[page="shop"][type="cart"] section[type="success"] {
  display: block;
}
html[url3="detail"] body[page="shop"][type="cart"] section[type="success"] .wrap {
  max-width: 900px;
  margin: auto;
  padding-bottom: 30px;
  background-color: #f9f9f9;
  padding: 30px;
  margin-bottom: 30px;
  display: block;
  position: relative;
}
html[url3="detail"] body[page="shop"][type="cart"] section[type="success"] .thetitle {
  font-size: 25px;
  color: #447590;
  margin-bottom: 5px;
}
html[url3="detail"] body[page="shop"][type="cart"] section[type="success"] .thesubtitle {
  background-color: #FFF;
  width: 200px;
  margin: auto;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 0px;
  border-radius: 5px;
  font-size: 16px;
  color: #6b95ac;
}
html[url3="detail"] body[page="shop"][type="cart"] section[type="form"] .form .sameselect {
  display: none;
}
html[url3="detail"] body[page="shop"][type="cart"] section[type="cart"] .result {
  display: none;
}
html[url3="detail"] body[page="shop"][type="cart"] section[type="cart"] h2 {
  display: none;
}
html[url3="detail"] body[page="shop"][type="cart"] section[type="form"] h2 {
  display: none;
}
html[url3="detail"] body[page="shop"][type="cart"] section[type="pay"] .select {
  display: none;
}
html[url3="detail"] body[page="shop"][type="cart"] #paybtn {
  display: none;
}
html[url3="detail"] body[page="shop"][type="cart"] section[type="pay"] h2 {
  display: none;
}
html[url3="detail"] body[page="shop"][type="cart"] .sidecart_list {
  line-height: 2;
  margin-bottom: 30px;
}
html[url3="detail"] body[page="shop"][type="cart"] section[type="form"] .wrap {
  padding-bottom: 0px;
}
html[url3="detail"] body[page="shop"][type="cart"] section[type="form"] .form .each input {
  background-color: #FFF;
}
html[url3="detail"] body[page="shop"][type="cart"] .mainarea {
  padding-bottom: 0px;
}
#sidemenu_list_select {
  margin: 20px;
  width: calc(100% - 50px);
}
#sidemenu_list {
  max-height: calc(100vh - 350px);
  overflow: auto;
  padding-right: 10px;
  padding-bottom: 2px;
}
.shop_footer {
  border-top: 1px solid #e9e9e9;
  padding: 30px;
  z-index: 1;
  background-color: #FFF;
}
.shop_footer i {
  margin-right: 10px;
  color: #bdbdbd;
}
.shop_footer li {
  display: inline-block;
  border-right: 1px solid #c7c2c2;
  padding-left: 20px;
  padding-right: 20px;
}
.shop_footer li::nth-last-child(1) {
  border: none;
}
html[url2="search"] body[page="shop"][type="list"] .banner {
  display: none !important;
}
html[url2="search"] body[page="shop"][type="list"] .hd {
  display: none !important;
}
html[url2="search"] body[page="shop"][type="list"] .searchHd {
  display: block;
}
.shopNote {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100px;
  width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-left: -150px;
  margin-top: -50px;
  border-radius: 10px;
}
.shopNote i {
  color: #FFF;
  font-size: 35px;
  margin-top: 10px;
}
.shopNote .text {
  color: #FFF;
  text-align: center;
  margin: 15px;
  font-size: 16px;
  margin-top: 5px;
}
.topBtn {
  bottom: 105px;
}
@media screen and (max-width: 1024px) {
  body[page="shop"] section.mainarea {
    margin-left: 0px;
    width: auto;
  }
  body[page="shop"] section.sidemenu {
    width: auto;
    height: auto;
    float: none;
    position: relative;
  }
  body[page="shop"] section.sidemenu .wrap h1 {
    font-size: 22px;
    margin-top: 20px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 5px;
  }
  body[page="shop"] section.sidemenu .wrap {
    padding-left: 0px;
  }
  body[page="shop"] section.sidemenu .wrap h2 {
    font-size: 13px;
    font-weight: 200;
    margin-top: 0px;
    text-align: center;
    margin-left: 9px;
    color: #b7b7b7;
    margin-bottom: 15px;
    font-family: auto;
    border-bottom: 1px dashed #e9e9e9;
    padding-bottom: 20px;
    letter-spacing: 7px;
  }
  body[page="shop"][type="info"] section.mainarea {
    width: auto;
    margin-left: 0px;
    float: none;
  }
  body[page="shop"][type="info"] section.mainarea .product_image {
    width: 450px;
    position: relative;
    overflow: hidden;
  }
  body[page="shop"][type="info"] section.mainarea .product_info {
    min-height: 0px;
    padding-left: 0;
    text-align: left;
    padding-right: 0px;
    padding: 30px;
  }
  body[page="shop"][type="info"] section.mainarea .product_image {
    background-color: #f9f9f9;
    width: 100%;
    height: auto;
    position: relative;
  }
  body[page="shop"][type="info"] section.mainarea .product_info .btn {
    margin-right: 0px;
    width: auto;
    float: none;
  }
  body[page="shop"][type="info"] section.mainarea .product_info .btn[type="addcart"] {
    margin-right: 0px;
  }
  body[page="shop"][type="info"] section.mainarea .product_info .title {
    font-size: 25px;
    padding-right: 0px;
  }
  body[page="shop"][type="info"] section.mainarea .product_info .price {
    font-size: 30px;
    line-height: 1;
    padding-right: 5px;
    color: #ea0000;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    position: relative;
    right: 0px;
    top: 0px;
    margin-bottom: 15px;
  }
  body[page="shop"][type="list"] .product_list li {
    width: 50%;
  }
  body[page="shop"][type="list"] .product_list li .name {
    font-size: 14px;
    width: 90%;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  body[page="shop"][type="list"] .product_list li .photo {
    width: 85%;
    padding-bottom: 85%;
  }
  body[page="shop"][type="list"] .product_list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body[page="shop"][type="list"] .banner {
    width: 100%;
    margin-bottom: 20px;
  }
  .topBtn {
    bottom: 100px;
  }
  body[page="shop"][type="cart"] section[type="cart"] .result .wrap {
    padding-bottom: 30px;
    text-align: right;
    margin-left: 0;
    margin: 30px;
    margin-top: 0px;
  }
  body[page="shop"][type="cart"] section[type="form"] .wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
  body[page="shop"][type="cart"] h2 {
    margin-top: 30px;
  }
  body[page="shop"][type="cart"] section[type="cart"] .sidecart_list {
    margin-left: 30px;
    margin-right: 30px;
  }
  body[page="shop"][type="cart"] section[type="pay"] .wrap {
    margin: 30px;
  }
  body[page="shop"][type="cart"] section[type="cart"] .result .wrap .subtotal .label,
  body[page="shop"][type="cart"] section[type="cart"] .result .wrap .fee .label,
  body[page="shop"][type="cart"] section[type="cart"] .result .wrap .total .label,
  body[page="shop"][type="cart"] section[type="cart"] .result .wrap .discount .label {
    display: inline-block;
    width: 100px;
    text-align: left;
    position: absolute;
    left: 13px;
  }
  body[page="shop"][type="cart"] section[type="cart"] .result .wrap .subtotal .value,
  body[page="shop"][type="cart"] section[type="cart"] .result .wrap .fee .value,
  body[page="shop"][type="cart"] section[type="cart"] .result .wrap .total .value,
  body[page="shop"][type="cart"] section[type="cart"] .result .wrap .discount .value {
    display: block;
    width: auto;
    text-align: right;
    padding-right: 15px;
  }
  .shop_footer li {
    display: inline-block;
    border: none;
    border-bottom: 1px solid #f3ecec;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    height: 40px;
    line-height: 40px;
  }
  body[page="shop"][type="search"] .form {
    padding-left: 20px;
    padding-right: 20px;
  }
  body[page="shop"][type="search"] .btn[type="searchbtn"] {
    width: calc(100% - 20px);
  }
  body[page="shop"][type="search"] .btn[type="back"] {
    width: calc(100% - 20px);
  }
  body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .photo {
    width: 80px;
    height: 80px;
    position: absolute;
  }
  body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .data {
    padding-left: 96px;
    width: calc(100% - 105px);
    vertical-align: top;
  }
  .gocartSide {
    display: none;
  }
  body[page="shop"][type="page"] article {
    max-width: calc(100% - 60px);
    margin-bottom: 0px;
  }
  body[page="shop"][type="cart"] .mainarea {
    margin-left: 0px;
    width: auto;
    padding-bottom: 0px;
  }
  body[page="shop"][type="cart"] section.sidemenu .wrap h2 {
    border-bottom: 1px dashed #e9e9e9;
  }
  body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .eachtotal {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    width: 100px;
    text-align: right;
    color: #ea0000;
    position: absolute;
    right: 16px;
    bottom: 12px;
  }
  body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .quantity {
    display: block;
    vertical-align: middle;
    padding-left: 94px;
    width: 112px;
    text-align: left;
  }
  body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .kind {
    display: block;
    vertical-align: middle;
    padding-left: 95px;
    width: 150px;
    text-align: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .data .title {
    font-size: 15px;
  }
  body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .addonin .label {
    display: block;
  }
  body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .addonin .name {
    display: block;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .addonin .quantity {
    padding-left: 80px;
  }
  body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .addonin .remove {
    top: 3px;
    right: 5px;
  }
  body[page="shop"][type="cart"] section[type="cart"] .sidecart_list li .addonin .eachtotal {
    bottom: 26px;
  }
  body[page="shop"] section.sidemenu .searchWrap {
    position: relative;
    margin-bottom: 0px;
    margin-top: 20px;
    margin-left: 2px;
    margin-left: 25px;
    margin-right: 25px;
  }
  body[page="shop"][type="info"] section.mainarea .product_image .photo .banner-slider {
    height: 100vw;
  }
  body[page="shop"][type="list"] .banner .banner-slider {
    height: 50vw;
  }
  body[page="shop"][type="list"] .hd h2 {
    text-align: center;
    margin-bottom: 10px;
    display: block;
  }
  body[page="shop"][type="list"] .hd h3 {
    display: block;
    margin-left: 10px;
    font-size: 15px;
    text-align: center;
  }
  body[page="shop"][type="order"] .mainarea {
    margin-left: 0px;
    width: auto;
  }
  body[page="shop"][type="order"] .form {
    margin: 30px;
  }
  body[page="shop"][type="order"] .maintitle {
    margin-top: 30px;
  }
  html[url3="detail"] body[page="shop"][type="cart"] section[type="success"] .wrap {
    margin-top: 20px;
  }
  body[page="shop"][type="list"] .mainarea {
    min-height: 0px;
  }
  html[url2="search"] body[page="shop"][type="list"] .searchHd {
    margin-left: 30px;
    margin-right: 30px;
  }
  body[page="shop"][type="cart"] section[type="form"] .form .each.address select[name="recipient_city"] {
    left: 9px;
    top: 50px;
  }
  body[page="shop"][type="cart"] section[type="form"] .form .each.address select[name="recipient_zip"] {
    left: 120px;
    top: 50px;
  }
  body[page="shop"][type="cart"] section[type="form"] .form .each.address input {
    margin-top: 100px;
  }
  body[page="shop"][type="info"] section.mainarea .product_content article {
    max-width: calc(100% - 60px);
  }
  body[page="shop"][type="info"] section.mainarea .product_content article table {
    max-width: 100%;
    height: auto;
    height: auto !important;
  }
  body[page="shop"] {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }
  body[page="shop"].scrolled {
    padding-top: 300px !important;
  }
  body[page="shop"].scrolled section.sidemenu {
    position: fixed;
    width: 100%;
    top: -84px;
    padding-bottom: 0px;
  }
  body[page=shop][type=order] .search_list {
    font-size: 14px;
  }
  body[page=shop][type=order] .form {
    padding-bottom: 0px;
  }
  body[page=shop][type=order] .search_list .each li[type=datetime] {
    flex: 1;
  }
  body[page=shop][type=cart] section[type=discount] .wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
  body[page="shop"][type="info"] section.mainarea .youmaylike .youmaylike_list li {
    width: 33%;
    height: 180px;
  }
  body[page="shop"][type="info"] section.mainarea .youmaylike .youmaylike_list li .name {
    font-size: 12px;
    width: 90%;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  body[page="shop"][type="info"] section.mainarea .youmaylike .youmaylike_list li .photo {
    width: 85%;
    padding-bottom: 85%;
  }
  body[page="shop"][type="info"] section.mainarea .youmaylike .youmaylike_list {
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 20px;
  }
  body[page=shop][type=info] section.mainarea .youmaylike .youmaylike_list li .price {
    font-size: 12px;
  }
}
