.mirrorRotateLevel {
  transform: rotateY(180deg);
}

.mirrorRotateVertical {
  transform: rotateX(180deg);
}

span > input,
span > button {
  vertical-align: middle;
}

.fake-checkout {
  position: fixed;
  width: 100%;
  bottom: 0;
  display: inline-flex;
  justify-content: space-between;
  background: #FFF;
  padding: 1rem;
  border: 1px solid #999;
  z-index: 9;
  font-size: 1rem;
}
.fake-checkout .sale-price {
  line-height: 2.6rem;
  font-size: 1.3rem;
}
.fake-checkout .sale-price .discount-info-price {
  font-size: 24px;
  text-decoration: line-through;
}
.fake-checkout .sale-price .real-info-price {
  font-size: 24px;
  color: #22B3E6;
}
.fake-checkout input {
  width: 50%;
  padding: 8px 26px;
  border-radius: 3px;
  border: 0;
  background: #22B3E6;
  color: #FFF;
}
.fake-checkout input.disabled {
  opacity: 0.2;
}
.fake-checkout .try-btn {
  color: #22B3E6;
  font-size: 1rem;
  padding: 0.4rem 1rem;
  border-radius: 3px;
  border: 1px solid #22B3E6;
}
.fake-checkout .try-btn i {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/eyetry/tryon-icon.png);
  background-size: 200%;
  width: 1.4rem;
  height: 0;
  padding-top: 1.4rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .fake-checkout {
    display: none;
  }
}
.shop-section {
  background: #f7f7f7;
}
.shop-section .shop-privilege {
  text-align: center;
  margin: 0 auto;
}
.shop-section .shop-privilege img {
  width: 50%;
  vertical-align: middle;
}
.shop-section .shop-privilege .privilege-span {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  vertical-align: middle;
  line-height: 24px;
}
.shop-section .shop-privilege .privilege-span .currency {
  padding-top: 5px;
  font-size: 28px;
}
.shop-section .shop-privilege .privilege-span .currency .most-price {
  font-weight: bold;
  font-size: 38px;
}

@media screen and (max-width: 768px) {
  .shop-section .shop-privilege img {
    width: 100%;
  }
  .shop-section .shop-privilege .privilege-span {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .shop-section .shop-privilege .privilege-span b {
    font-size: 1.4rem;
  }
  .shop-section .shop-privilege .privilege-span b .most-price {
    font-size: 1.9rem;
  }
}
.tab-title {
  font-size: 32px;
  text-align: center;
  color: #484848;
  padding: 10px 0;
}

.img-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.product-color {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.product-color li {
  list-style: none;
  margin-right: 20px;
  padding: 4px;
}
.product-color li img {
  width: 20px;
  height: 20px;
}
.product-color li.active .icon-tab, .product-color li:hover .icon-tab {
  border: 1px solid #CCC;
}
.product-color li.active a, .product-color li:hover a {
  display: block;
  border-radius: 50%;
}
.product-color li.active a:after, .product-color li:hover a:after {
  display: block;
}
.product-color li.active.active, .product-color li:hover.active {
  border: 1px solid #CCC;
  border-radius: 50%;
}
.product-color li:hover:after {
  display: block;
}
.product-color li .icon-tab {
  width: 32px;
  height: 32px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
}
.product-color li .icon-tab:after {
  content: " ";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.product-color li .icon-tab.color-orange:after {
  background-color: orange;
}
.product-color li .icon-tab.color-red:after {
  background-color: red;
}
.product-color li .icon-tab.color-yellow:after {
  background-color: yellow;
}
.product-color li .icon-tab.color-black:after {
  background-color: black;
}
.product-color li button.try-action {
  width: auto;
  color: #22b3e6;
  font-size: 16px;
  padding: 5px 15px;
  border: 1px solid #22b3e6;
}

.table-list {
  border-bottom: 1px dashed #eeeeee;
  padding: 15px 15px 15px 0;
  margin: 0;
  width: 100%;
  z-index: 99;
  background: #FFF;
}
.table-list .col-sm-3,
.table-list .col-sm-4,
.table-list .col-sm-5,
.table-list .col-xs-6 {
  padding: 0;
}
.table-list .product-title {
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
}
.table-list .product-title .try-btn {
  font-size: 1rem;
  padding: 0.4rem 1rem;
  border-radius: 3px;
  border: 1px solid #22B3E6;
  color: #22B3E6;
}
.table-list .product-title .try-btn i {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/eyetry/tryon-icon.png);
  background-size: 200%;
  width: 1.4rem;
  height: 0;
  padding-top: 1.4rem;
  position: relative;
}
.table-list .product-lens {
  margin-top: 10px;
}
.table-list .product-lens span {
  font-size: 1rem;
  margin-right: 15px;
  line-height: 1;
}
.table-list .product-lens span .sale-price {
  font-size: 32px;
}
.table-list .product-lens span .sale-price .discount-info-price {
  font-size: 24px;
  text-decoration: line-through;
}
.table-list .product-lens span .sale-price .real-info-price {
  font-size: 24px;
  color: #22B3E6;
}
.table-list .product-lens input {
  font-size: 0.8rem;
  color: #fff;
  padding: 8px 26px;
  background-color: #22b3e6;
  border-radius: 3px;
  border: 0;
  width: 8.5rem;
}
.table-list .product-lens input.disabled {
  opacity: 0.2;
}

@media screen and (min-width: 768px) {
  .table-list .product-title .try-btn {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .table-list {
    left: 0;
  }
}
.shop-section-detail {
  padding-top: 3rem;
}
.shop-section-detail .lens-d-top {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.shop-section-detail .lens-d-top h3 {
  margin: 10px 0 5px 0;
  color: #22b3e6;
}
.shop-section-detail .lens-d-top p {
  margin: 0 0 0 0;
  color: #eee;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
}
.shop-section-detail .lens-d-top:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #eee;
  margin-left: -12px;
}
.shop-section-detail .shop-info-title {
  border-bottom: 1px solid #dadbd6;
  font-size: 18px;
  text-align: center;
  margin: 20px auto;
  width: 20rem;
}
.shop-section-detail .shop-info-title span {
  border-bottom: 3px solid #484848;
}
.shop-section-detail .shop-price-info {
  margin: 20px auto;
  text-align: center;
  font-size: 18px;
  color: #bd6166;
}
.shop-section-detail .shop-price-info b {
  font-size: 22px;
}
.shop-section-detail .shop-price-info .shop-price {
  font-size: 30px;
}
.shop-section-detail .shop-info-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.shop-section-detail .shop-info-img .img-info {
  width: auto;
  height: auto;
  display: block;
  padding: 10px;
}
.shop-section-detail .shop-info-img .img-info img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .shop-section-detail .shop-info-img .img-info {
    width: 25%;
  }
}
@media screen and (max-width: 728px) {
  .shop-section-detail .shop-info-img .img-info {
    width: 50%;
  }
}
.tab-content .sel-step.disabled {
  opacity: 0.2;
}

.tab-content .tab-pane .sale_info {
  margin: 50px;
}
.tab-content .tab-pane .sale_info .sale-title-h3 {
  color: #22B3E6;
  font-weight: 100;
  margin: 0;
}
.tab-content .tab-pane .tablelist {
  margin-top: 50px;
}
.tab-content .tab-pane .carousel .carousel-inner .carousel-item .img {
  display: table;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}
.tab-content .tab-pane .carousel .carousel-inner .carousel-item img {
  width: 80%;
  margin: 0 auto;
}
.tab-content .tab-pane .carousel .small-round li {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background-color: #eeeeee;
  overflow: hidden;
}
.tab-content .tab-pane .carousel .small-round li img {
  display: none;
}
.tab-content .tab-pane .carousel .small-round li.active, .tab-content .tab-pane .carousel .small-round li:hover {
  background-color: #22b3e6;
}
.tab-content .tab-pane .carousel .small-picture {
  width: 80%;
  margin-left: 0%;
  left: 0;
  margin: 0 auto;
  position: inherit;
  bottom: 0;
}
.tab-content .tab-pane .carousel .small-picture li {
  width: 160px;
  height: 78px;
  text-indent: 0;
  margin: 0;
  border-radius: 0;
  padding-bottom: 2px;
  border: 1px solid transparent;
  border-bottom: 1px solid #c6c6c6;
  margin-right: 16px;
  position: relative;
  opacity: 0.5;
}
.tab-content .tab-pane .carousel .small-picture li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tab-content .tab-pane .carousel .small-picture li.active, .tab-content .tab-pane .carousel .small-picture li:hover {
  padding-bottom: 0px;
  border-bottom: 3px solid #484848;
  opacity: 1;
}
.tab-content .tab-pane .carousel .small-picture li .x {
  position: absolute;
  color: #000;
  font-size: 16px;
  text-align: center;
  color: #333;
  top: 56px;
  left: 0;
  line-height: 20px;
}
.tab-content .tab-pane .carousel .carousel-indicators {
  width: 80%;
  margin-left: 0%;
  left: 0;
  margin: 0 auto;
  position: inherit;
  bottom: 0;
}
.tab-content .tab-pane .carousel .carousel-control-prev,
.tab-content .tab-pane .carousel .carousel-control-next {
  width: 2rem;
  height: 2rem;
  margin-top: -40px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.tab-content .tab-pane .carousel .carousel-control-prev .carousel-control-icon,
.tab-content .tab-pane .carousel .carousel-control-next .carousel-control-icon {
  filter: invert(1);
}

@media screen and (max-width: 1024px) {
  .tab-content .tab-pane .carousel .carousel-indicators {
    width: 100%;
  }
}
.tab-content .tab-pane .sel-step:not(.disabled) .t-box-sha .lens-content li.active .choice-btn, .tab-content .tab-pane .sel-step:not(.disabled) .t-box-sha .lens-content li:hover .choice-btn {
  border-color: #22b3e6;
}
.tab-content .tab-pane .sel-step:not(.disabled) .t-box-sha .lens-content li.active .choice-btn:after, .tab-content .tab-pane .sel-step:not(.disabled) .t-box-sha .lens-content li:hover .choice-btn:after {
  border-color: #22b3e6;
  background-color: #22b3e6;
}
.tab-content .tab-pane .t-box-sha {
  box-shadow: 0 0 25px #fafafa;
  transition: box-shadow 0.25s ease-out;
}
.tab-content .tab-pane .t-box-sha:hover {
  box-shadow: 0 0 25px #f3f4f7;
}
.tab-content .tab-pane .t-box-sha .lens-title-h3 {
  padding: 30px 0 12px 0;
  text-align: center;
  font-weight: 100;
  margin: 0;
  font-size: 1.2rem;
}
.tab-content .tab-pane .t-box-sha .lens-title-h3 .glyphicon.active {
  color: #ff0000;
}
.tab-content .tab-pane .t-box-sha .lens-content {
  margin: 0 15px;
  padding: 50px 0 0 15px;
  border-top: 1px solid #eeeeee;
  height: 330px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tab-content .tab-pane .t-box-sha .lens-content li {
  padding: 25px 0;
  list-style: none;
  cursor: pointer;
  width: 100%;
}
.tab-content .tab-pane .t-box-sha .lens-content li .choice-btn {
  width: 28px;
  height: 28px;
  border: 2px solid #c7c7c7;
  position: relative;
  border-radius: 50%;
  display: block;
  margin: 6px 20px 0 0;
}
.tab-content .tab-pane .t-box-sha .lens-content li .choice-btn input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.tab-content .tab-pane .t-box-sha .lens-content li .choice-btn:after {
  content: " ";
  position: absolute;
  top: 4px;
  left: 4px;
  border: 2px solid #c7c7c7;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.tab-content .tab-pane .t-box-sha .lens-content li .choice-img {
  width: 50px;
  height: 45px;
  background: url("../images/icon/lensChoice.png") no-repeat;
  margin-right: 20px;
}
.tab-content .tab-pane .t-box-sha .lens-content li .choice-img.choice-img01 {
  background-position: 0 -50px;
}
.tab-content .tab-pane .t-box-sha .lens-content li .choice-index-img {
  width: 45px;
  height: 45px;
  background: url("../images/icon/indexChoice.png") no-repeat;
  margin-right: 20px;
}
.tab-content .tab-pane .t-box-sha .lens-content li .choice-index-img.choice-img02 {
  background-position: 0 -50px;
}
.tab-content .tab-pane .t-box-sha .lens-content li .choice-txt h4 {
  margin: 0 0 8px 0;
  font-weight: 100;
  color: #484848;
}
.tab-content .tab-pane .t-box-sha .lens-content li .choice-info {
  clear: both;
  padding: 10px 0;
}
.tab-content .tab-pane .t-box-sha .lens-content li .choice-info p {
  margin: 0.4rem 0;
  font-size: 0.8rem;
}
.tab-content .tab-pane .t-box-sha .lens-content li .choice-info p.p-left-text {
  padding-left: 50px;
}
.tab-content .tab-pane .t-box-sha .lens-content02 {
  padding: 20px 0 0 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tab-content .tab-pane .t-box-sha .lens-content02 li {
  padding: 5px 0;
}
.tab-content .tab-pane .t-box-sha .lens-content02 li .choice-btn {
  margin-top: 6px;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color {
  display: none;
  height: 330px;
  overflow: hidden;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .lens-return {
  border-top: 1px solid #EEE;
  padding: 25px 0 15px 18px;
  margin: 0 20px;
  cursor: pointer;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder {
  overflow: hidden;
  border-left: 1px solid #EEE;
  font-weight: normal;
  background-color: #FFF;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  height: auto;
  min-height: 300px;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab {
  display: none;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab.tc-active {
  display: block;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab p {
  color: #565a5c;
  line-height: 1.5;
  text-align: left;
  margin: 5px 0;
  padding: 12px 0;
  cursor: pointer;
  list-style: none;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type {
  padding: 0;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type.lens-choice-li01 .icon-color01:after {
  background-color: #7b0121;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type.lens-choice-li01 .icon-color02:after {
  background-color: #1c7ad3;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type.lens-choice-li01 .icon-color03:after {
  background-color: #666666;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type.lens-choice-li01 .icon-color04:after {
  background-color: #e626ec;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type.lens-choice-li02 .icon-tab:after {
  background: url("../images/icon/lens-choice-color.png") no-repeat;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type.lens-choice-li02 .icon-color01:after {
  background-position: 0px -40px;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type.lens-choice-li02 .icon-color02:after {
  background-position: -40px -40px;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type.lens-choice-li02 .icon-color03:after {
  background-position: -80px -40px;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type.lens-choice-li02 .icon-color04:after {
  background-position: -120px -40px;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type.lens-choice-li02 .icon-color05:after {
  background-position: -160px -40px;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type.lens-choice-li03 .icon-tab:after {
  background: url("../images/icon/lens-choice-color.png") no-repeat;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type.lens-choice-li03 .icon-color01:after {
  background-position: 0 -80px;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type.lens-choice-li03 .icon-color02:after {
  background-position: -40px -80px;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type.lens-choice-li03 .icon-color03:after {
  background-position: -80px -80px;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type.lens-choice-li03 .icon-color04:after {
  background-position: -120px -80px;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type.lens-choice-li04 .icon-color05:after {
  background-color: #7b0121;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type.lens-choice-li04 .icon-color06:after {
  background-color: #d4be2c;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type.lens-choice-li04 .icon-color07:after {
  background-color: #006633;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type.lens-choice-li04 .icon-color08:after {
  background-color: #666666;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type .icon-tab {
  width: 40px;
  height: 40px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  margin: 8px;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical .tabs-content-placeholder .color-tab div .color-type .icon-tab:after {
  content: " ";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical ul {
  float: left;
  list-style: none;
  text-align: left;
  margin: 0;
  padding-left: 0;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical ul li a {
  font-size: 16px;
  display: block;
  text-decoration: none;
  color: #656a6d;
  border: 1px solid transparent;
  border-right: 0;
  border-left: 0;
  padding: 15px;
}
.tab-content .tab-pane .t-box-sha .lens-choice-color .tabs-vertical ul li a.tab-active {
  color: #22B3E6;
  background: #EEE;
}

.tab-content .tab-pane .lens-price {
  margin-top: 30px;
}
.tab-content .tab-pane .lens-price .lens-price-details {
  margin: 0 20px;
  border-top: 1px solid #eeeeee;
}
.tab-content .tab-pane .lens-price .lens-price-details .details-img {
  padding: 20px 0;
  text-align: center;
}
.tab-content .tab-pane .lens-price .lens-price-details .details-img img {
  margin: 0 auto;
  width: 300px;
  height: auto;
}
.tab-content .tab-pane .lens-price .lens-price-details .details-txt {
  line-height: 26px;
  color: #7a7a7a;
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
}
.tab-content .tab-pane .lens-price .lens-price-details .details-txt .details-txt01 {
  text-indent: 10px;
  font-size: 15px;
}
.tab-content .tab-pane .lens-price .lens-price-details .details-txt:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #eee;
  margin-left: -12px;
}
.tab-content .tab-pane .lens-price .lens-price-details .detials-price {
  font-size: 18px;
  text-align: center;
  padding: 20px 0;
}
.tab-content .tab-pane .lens-price .lens-price-details .detials-price .discount-info-price {
  font-size: 24px;
  text-decoration: line-through;
}
.tab-content .tab-pane .lens-price .lens-price-details .detials-price .real-info-price {
  font-size: 24px;
  color: #22B3E6;
}
.tab-content .tab-pane .lens-price .lens-price-details .details-btn {
  text-align: center;
  font-size: 24px;
  padding-bottom: 20px;
}
.tab-content .tab-pane .lens-price .lens-price-details .details-btn input {
  padding: 8px 40px;
  font-size: 0.8rem;
  color: #fff;
  padding: 8px 26px;
  background-color: #22b3e6;
  border-radius: 3px;
  border: 0;
  width: 8.5rem;
}
.tab-content .tab-pane .lens-price .lens-price-details .details-btn input.disabled {
  opacity: 0.2;
}

.lens-details {
  overflow: hidden;
  margin-top: 70px;
}
.lens-details .lens-d-round-1 {
  margin-top: 30px;
  padding-bottom: 60px;
}
.lens-details .sku_content {
  padding: 0 15px;
}
.lens-details .sku_content p,
.lens-details .sku_content img {
  width: 100%;
}
.lens-details .sku_content .sku-title {
  font-size: 0.9rem;
  margin: 2rem 0;
  position: relative;
}
.lens-details .sku_content .sku-title .large {
  font-size: 1.2rem;
}
.lens-details .sku_content .sku-title .en {
  margin-left: 0.5rem;
}
.lens-details .sku_content .sku-title .gradline {
  position: absolute;
  bottom: 1px;
  display: block;
  height: 1px;
  width: 50%;
  background: linear-gradient(to right, #999999, #FFF);
}
.lens-details .sku_content.sku-info .flex-list.sku-for-all {
  width: 100%;
  text-align: center;
}
.lens-details .sku_content.sku-info .flex-list.sku-for-all .table-info {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.lens-details .sku_content.sku-info .flex-list.sku-for-all .table-info table {
  width: 50%;
  border: 1px solid #FFF;
}
.lens-details .sku_content.sku-info .flex-list.sku-for-all .table-info table tr {
  width: 100%;
}
.lens-details .sku_content.sku-info .flex-list.sku-for-all .table-info table tr th {
  text-align: center;
  background: #000000;
  color: #FFF;
}
.lens-details .sku_content.sku-info .flex-list.sku-for-all .table-info table tr td {
  min-width: 150px;
}
.lens-details .sku_content.sku-info .flex-list.sku-for-all .table-info table tr td .color-txt {
  margin-right: 0.25rem;
}

@media screen and (max-width: 992px) {
  .lens-details .sku_content.sku-info .flex-list.sku-for-all .table-info {
    flex-wrap: wrap;
  }
  .lens-details .sku_content.sku-info .flex-list.sku-for-all .table-info table {
    width: 100%;
  }
  .lens-details .sku_content.sku-info .flex-list.sku-for-all .table-info table tr {
    width: 100%;
  }
  .lens-details .sku_content.sku-info .flex-list.sku-for-all .table-info table tr td:last-child {
    width: 100%;
  }
}
.lens-details .sku_content.sku-info .flex-list.sku-for-all .sku-for-size {
  width: 100%;
}
.lens-details .sku_content.sku-info .flex-list.sku-for-all .sku-for-size div {
  display: inline-block;
  position: relative;
}
.lens-details .sku_content.sku-info .flex-list.sku-for-all .sku-for-size div span {
  position: absolute;
}
.lens-details .sku_content.sku-info .flex-list.sku-for-all .sku-for-size div.size-left .lenswidth {
  left: 25%;
  top: 36%;
}
.lens-details .sku_content.sku-info .flex-list.sku-for-all .sku-for-size div.size-left .bridgewidth {
  left: 44%;
  top: 23%;
}
.lens-details .sku_content.sku-info .flex-list.sku-for-all .sku-for-size div.size-left .framewidth {
  left: 45%;
  top: 8%;
}
.lens-details .sku_content.sku-info .flex-list.sku-for-all .sku-for-size div.size-center .lensheight {
  left: 6%;
  top: 68%;
}
.lens-details .sku_content.sku-info .flex-list.sku-for-all .sku-for-size div.size-center .templelength {
  left: 50%;
  top: 8%;
}
.lens-details .sku_content.sku-info .flex-list.sku-for-all .sku-for-size div.size-right .framefit {
  left: 42%;
  top: 60%;
}

.lens-details .sku_content.fits-info .flex-list {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

.lens-details .sku_content.fits-info .flex-list.fits-for-all {
  width: 100%;
  text-align: center;
}
.lens-details .sku_content.fits-info .flex-list.fits-for-all .face-fits {
  width: 100%;
}
.lens-details .sku_content.fits-info .flex-list.fits-for-all .face-fits .face-shape {
  display: block;
  position: relative;
  width: 50%;
  max-width: 62px;
  margin: 0.4rem 1rem;
}
.lens-details .sku_content.fits-info .flex-list.fits-for-all .face-fits .face-shape i {
  display: block;
  position: relative;
  background-image: url(../images/details-info/face-shape.png);
  background-size: 600%;
  width: 100%;
  height: 0;
  padding-top: 130%;
}
.lens-details .sku_content.fits-info .flex-list.fits-for-all .face-fits .face-shape.for-women i {
  background-position-y: 100%;
}
.lens-details .sku_content.fits-info .flex-list.fits-for-all .face-fits .face-shape.for-women {
  display: inline-block;
  opacity: 0.2;
}

.lens-details .sku_content.color-info .flex-list {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

.lens-details .sku_content.color-info .flex-list .color-list-one {
  width: 33%;
  float: left;
  padding: 1rem;
  height: auto;
  text-align: center;
}

.lens-details .sku_content.product-info .flex-list {
  display: block;
}
.lens-details .sku_content.product-info .flex-list .product-list-one {
  margin: 1rem auto;
  width: 100%;
  max-width: 800px;
  text-align: center;
  border-bottom: 1px solid #A1A1A1;
  padding-bottom: 2rem;
}
.lens-details .sku_content.product-info .flex-list .product-list-one:last-child {
  border-bottom: 1px solid transparent;
}
.lens-details .sku_content.product-info .flex-list .product-list-one .part-line {
  background: #FFF;
  margin-top: -1rem;
  color: #22B3E6;
  font-weight: 700;
  font-size: 0.9rem;
}

.lens-details .lens-d-top {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.lens-details .lens-d-top h3 {
  margin: 10px 0 5px 0;
  color: #22b3e6;
}
.lens-details .lens-d-top p {
  margin: 0 0 0 0;
  color: #eee;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
}
.lens-details .lens-d-top:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #eee;
  margin-left: -12px;
}

.lens-details .details-img01 {
  padding-top: 20px;
}
.lens-details .details-img01 img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

/* * shape to face shape
 * * Round: Diamond,Rectangle,Heart,Square
 * * Oval: Diamond,Rectangle,Square
 * * Rectangle: Oval,Diamond,Round
 * * Square: Oval,Round,Heart
 * * Browline: Oval,Rectangle,Square
 * * Cat-eye:  Oval,Rectangle,Heart
 * * Aviator: Oval,Diamond,Round,Rectangle,Heart,Square
 * */
.face-fits .face-shape-Square i {
  background-position-x: 0%;
}

.face-fits .face-shape-Rectangle i {
  background-position-x: 20%;
}

.face-fits .face-shape-Heart i {
  background-position-x: 40%;
}

.face-fits .face-shape-Diamond i {
  background-position-x: 60%;
}

.face-fits .face-shape-Round i {
  background-position-x: 80%;
}

.face-fits .face-shape-Oval i {
  background-position-x: 100%;
}

.fits-info-text:after {
  white-space: pre;
  content: "\a Fit";
}

.face-shape-Square.round,
.face-shape-Square.oval,
.face-shape-Square.browline,
.face-shape-Square.aviator {
  opacity: 1 !important;
}

.face-shape-Square.round .fits-info-text:after,
.face-shape-Square.oval .fits-info-text:after,
.face-shape-Square.browline .fits-info-text:after,
.face-shape-Square.aviator .fits-info-text:after {
  white-space: pre;
  content: "\a Fit Well";
}

.face-shape-Rectangle.round,
.face-shape-Rectangle.oval,
.face-shape-Rectangle.browline,
.face-shape-Rectangle.cat-eye,
.face-shape-Rectangle.aviator {
  opacity: 1 !important;
}

.face-shape-Rectangle.round .fits-info-text:after,
.face-shape-Rectangle.oval .fits-info-text:after,
.face-shape-Rectangle.browline .fits-info-text:after,
.face-shape-Rectangle.cat-eye .fits-info-text:after,
.face-shape-Rectangle.aviator .fits-info-text:after {
  white-space: pre;
  content: "\a Fit Well";
}

.face-shape-Heart.round,
.face-shape-Heart.square,
.face-shape-Heart.cat-eye,
.face-shape-Heart.aviator {
  opacity: 1 !important;
}

.face-shape-Heart.round .fits-info-text:after,
.face-shape-Heart.square .fits-info-text:after,
.face-shape-Heart.cat-eye .fits-info-text:after,
.face-shape-Heart.aviator .fits-info-text:after {
  white-space: pre;
  content: "\a Fit Well";
}

.face-shape-Diamond.round,
.face-shape-Diamond.oval,
.face-shape-Diamond.rectangle,
.face-shape-Diamond.aviator {
  opacity: 1 !important;
}

.face-shape-Diamond.round .fits-info-text:after,
.face-shape-Diamond.oval .fits-info-text:after,
.face-shape-Diamond.rectangle .fits-info-text:after,
.face-shape-Diamond.aviator .fits-info-text:after {
  white-space: pre;
  content: "\a Fit Well";
}

.face-shape-Round.rectangle,
.face-shape-Round.square,
.face-shape-Round.aviator {
  opacity: 1 !important;
}

.face-shape-Round.rectangle .fits-info-text:after,
.face-shape-Round.square .fits-info-text:after,
.face-shape-Round.aviator .fits-info-text:after {
  white-space: pre;
  content: "\a Fit Well";
}

.face-shape-Oval.rectangle,
.face-shape-Oval.square,
.face-shape-Oval.browline,
.face-shape-Oval.cat-eye,
.face-shape-Oval.aviator {
  opacity: 1 !important;
}

.face-shape-Oval.rectangle .fits-info-text:after,
.face-shape-Oval.square .fits-info-text:after,
.face-shape-Oval.browline .fits-info-text:after,
.face-shape-Oval.cat-eye .fits-info-text:after,
.face-shape-Oval.aviator .fits-info-text:after {
  white-space: pre;
  content: "\a Fit Well";
}

.product-info-tips .info-tab-content .face-fits .face-shape-Square i {
  background-position-x: 0%;
}

.product-info-tips .info-tab-content .face-fits .face-shape-Rectangle i {
  background-position-x: 20%;
}

.product-info-tips .info-tab-content .face-fits .face-shape-Heart i {
  background-position-x: 40%;
}

.product-info-tips .info-tab-content .face-fits .face-shape-Diamond i {
  background-position-x: 60%;
}

.product-info-tips .info-tab-content .face-fits .face-shape-Round i {
  background-position-x: 80%;
}

.product-info-tips .info-tab-content .face-fits .face-shape-Oval i {
  background-position-x: 100%;
}

.asfit-info {
  overflow: hidden;
  padding: 0.75rem;
}

.shopping-tips {
  overflow: hidden;
  margin-top: 70px;
}
.shopping-tips img {
  width: 100%;
}
.shopping-tips .tips-info-title {
  display: block;
  margin: 1rem auto;
  border-bottom: 1px solid #dbdad7;
  text-align: center;
}
.shopping-tips .tips-info-title span {
  border-bottom: 3px solid #484848;
  font-size: 1rem;
}
.shopping-tips .pic {
  width: 100%;
  max-width: 710px;
  margin: 1.5rem auto;
}
.shopping-tips .pic .lens-d-round-1 {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.shopping-tips .pic .g-p-icon {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

@media screen and (max-width: 992px) {
  .shopping-tips .pic .g-p-icon {
    flex-wrap: wrap;
  }
}
.shopping-tips .pic .round-txt1 {
  font-size: 14px;
  color: #484848;
  margin-bottom: 10px;
}
.shopping-tips .pic .round-txt2 {
  font-size: 12px;
  color: #7a7a7a;
}
.shopping-tips .pic .round-img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
}
.shopping-tips .pic .round-img span {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  width: 80px;
  height: 80px;
  background: url("../images/icon.png") no-repeat;
}

.shopping-tips .tips-info .info-d {
  width: 80%;
  margin: 0 auto;
}
.shopping-tips .tips-info .info-d h4 {
  font: 0.9rem;
  margin-bottom: 1rem;
}
.shopping-tips .tips-info .info-d p:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .shopping-tips .tips-info .info-d {
    width: 90%;
  }
}
.shopping-tips.rx-tips .pic {
  max-width: 960px;
}

.shopping-tips.step-tips {
  margin-top: 20px;
  font-size: 0;
  text-align: center;
}
.shopping-tips.step-tips .pic {
  width: 100%;
  max-width: none;
}
.shopping-tips.step-tips .pic .round-six {
  display: inline-block;
  max-width: 180px;
  width: 16%;
}
.shopping-tips.step-tips .pic .round-six .round-img.round-six-img01 span {
  background-position: 0 100%;
}
.shopping-tips.step-tips .pic .round-six .round-img.round-six-img02 span {
  background-position: -80px 100%;
}
.shopping-tips.step-tips .pic .round-six .round-img.round-six-img03 span {
  background-position: -160px 100%;
}
.shopping-tips.step-tips .pic .round-six .round-img.round-six-img04 span {
  background-position: -240px 100%;
}
.shopping-tips.step-tips .pic .round-six .round-img.round-six-img05 span {
  background-position: -320px 100%;
}
.shopping-tips.step-tips .pic .round-six .round-img.round-six-img06 span {
  background-position: -400px 100%;
}

@media screen and (max-width: 992px) {
  .shopping-tips.step-tips .pic .round-six {
    width: 32%;
  }
}
.shopping-tips.lens-shopping {
  margin-top: 70px;
  font-size: 0;
  text-align: center;
}
.shopping-tips.lens-shopping .round-three {
  display: inline-block;
  width: 220px;
}
.shopping-tips.lens-shopping .round-three .round-img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: #22b3e6;
  border-radius: 50%;
  overflow: hidden;
}
.shopping-tips.lens-shopping .round-three .round-img span {
  display: block;
  margin: 0 auto;
  background: url("../images/icon.png") no-repeat;
}
.shopping-tips.lens-shopping .round-three .round-img.round-three-img01 span {
  margin-top: 25px;
  width: 80px;
  height: 70px;
  background-position: -120px -9px;
}
.shopping-tips.lens-shopping .round-three .round-img.round-three-img02 span {
  margin-top: 30px;
  width: 80px;
  height: 60px;
  background-position: -115px -87px;
}
.shopping-tips.lens-shopping .round-three .round-img.round-three-img03 span {
  margin-top: 25px;
  width: 80px;
  height: 70px;
  background-position: -120px -172px;
}

@media screen and (max-width: 768px) {
  .shopping-tips.lens-shopping .round-three {
    display: inline-block;
    width: 33%;
  }
}
.lens-feedback ul {
  padding: 0;
}
.lens-feedback ul li {
  list-style: none;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding: 45px 0 15px 80px;
}
.lens-feedback ul li:last-child {
  border-bottom: 0;
}
.lens-feedback ul li .feedback-head {
  border: 1px solid #eee;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  position: absolute;
  left: 10px;
  top: 30px;
}
.lens-feedback ul li .feedback-head img {
  border-radius: 50%;
  margin-top: 5px;
  width: 50px;
  height: 50px;
}
.lens-feedback ul li .feedback-number {
  margin-bottom: 12px;
}
.lens-feedback ul li .feedback-number .f-n-time {
  color: #ccc;
  font-size: 14px;
}
.lens-feedback ul li .feedback-number .f-n-user {
  font-size: 18px;
  line-height: 18px;
  margin-right: 20px;
}
.lens-feedback ul li .feedback-number .f-n-icon {
  width: 87px;
  height: 15px;
  background: url("../images/details-icon.jpg") no-repeat;
}
.lens-feedback ul li .feedback-number .f-n-icon02 {
  background-position: 0 -14px;
}
.lens-feedback ul li .feedback-number .f-n-icon03 {
  background-position: 0 -28px;
}
.lens-feedback ul li .feedback-number .f-n-icon04 {
  background-position: 0 -42px;
}
.lens-feedback ul li .feedback-number .f-n-icon05 {
  background-position: 0 -56px;
}
.lens-feedback ul li .feedback-details {
  text-align: left;
  margin-bottom: 12px;
  font-size: 14px;
  color: #484848;
}
.lens-feedback ul li .feedback-img {
  margin-bottom: 10px;
  text-align: left;
}
.lens-feedback ul li .feedback-img .img-box {
  display: inline-block;
  margin-right: 14px;
}
.lens-feedback ul li .feedback-img .img-box .img {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  border: 1px solid #eeeeee;
}
.lens-feedback ul li .feedback-img .img-box .img img {
  width: 100px;
}
.lens-feedback ul li .feedback-reply {
  margin-bottom: 10px;
  padding: 17px 20px;
  line-height: 24px;
  font-size: 12px;
  color: #7a7a7a;
  background-color: #f7f7f7;
  border-radius: 4px;
  text-align: left;
}
.lens-feedback ul li .feedback-reply span {
  color: #22b3e6;
  font-size: 14px;
}
.lens-feedback ul li .feedback-color {
  color: #a2a2a2;
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
}
.lens-feedback ul li .feedback-color .f-c-good span {
  margin-right: 5px;
}
.lens-feedback ul li .feedback-append-details {
  border-top: 1px dashed #eeeeee;
  font-size: 14px;
  text-align: left;
  padding-top: 10px;
}
.lens-feedback ul li .feedback-append-details .f-a-d-t1 {
  color: #a2a2a2;
}
.lens-feedback ul li .feedback-append-details .f-a-d-t2 {
  color: #484848;
}
.lens-feedback .feedback-more {
  margin-bottom: 10px;
  font-size: 14px;
  color: #484848;
  cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .tab-content .tab-pane .tablelist .lens-content {
    height: auto;
    padding-left: 0;
  }
  .tab-content .tab-pane .tablelist .lens-content li {
    padding: 30px;
  }
  .tab-content .tab-pane .tablelist .lens-choice-color {
    height: 500px;
  }
  .tab-content .tab-pane .tablelist .lens-choice-color .lens-return {
    padding-left: 0;
  }
  .tab-content .tab-pane .tablelist .lens-choice-color ul {
    padding-left: 0;
  }
  .tab-content .tab-pane .tablelist .lens-choice-color ul li span {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .tab-content .tab-pane .carousel .carousel-inner {
    height: max-content;
  }
  .tab-content .tab-pane .carousel .carousel-inner .carousel-item .img {
    height: 300/20rem;
  }
  .tab-content .tab-pane .carousel .small-round li img {
    display: none;
  }
  .tab-content .tab-pane .tablelist {
    margin-top: 50/20rem;
  }
  .tab-content .tab-pane .t-box-sha {
    box-shadow: 0 0 0.5rem #eee;
  }
  .tab-content .tab-pane .t-box-sha .lens-title-h3 {
    padding: 1.5rem 0 0.6rem 0;
    font-size: 1.5rem;
  }
  .tab-content .tab-pane .t-box-sha .lens-content {
    padding: 1.5rem 0 1.5rem 0.5rem;
    height: auto;
  }
  .tab-content .tab-pane .t-box-sha .lens-content li {
    padding: 25px 0;
  }
  .tab-content .tab-pane .t-box-sha .lens-content li .choice-btn {
    width: 28px;
    height: 28px;
    border: 2px solid #c7c7c7;
    margin: 6px 20px 0 0;
  }
  .tab-content .tab-pane .t-box-sha .lens-content li .choice-btn:after {
    top: 4px;
    left: 4px;
    border: 2px solid #c7c7c7;
    width: 16px;
    height: 16px;
  }
  .tab-content .tab-pane .t-box-sha .lens-content li .choice-img {
    width: 3.1rem;
    height: 2.25rem;
    margin-right: 0.8rem;
    background-size: 2.5rem 5rem;
  }
  .tab-content .tab-pane .t-box-sha .lens-content li .choice-img.choice-img01 {
    background-position: 0 -2.75rem;
  }
  .tab-content .tab-pane .t-box-sha .lens-content li .choice-txt h4 {
    margin: 0 0 0.4rem 0;
    font-size: 1rem;
  }
  .tab-content .tab-pane .t-box-sha .lens-content li .choice-txt p {
    font-size: 0.8rem;
  }
  .tab-content .tab-pane .t-box-sha .lens-content li .choice-info {
    clear: both;
  }
  .tab-content .tab-pane .t-box-sha .lens-content li .choice-info p {
    margin: 0.4rem 0;
    font-size: 1.1rem;
  }
  .tab-content .tab-pane .lens-choice-color {
    height: auto;
    overflow: hidden;
  }
  .tab-content .tab-pane .lens-choice-color .lens-return {
    padding: 0.5rem 0 0.5rem;
    margin: 0 1rem;
    font-size: 1.2rem;
    cursor: pointer;
  }
  .tab-content .tab-pane .lens-choice-color ul {
    margin: 0 1rem;
    padding: 0;
  }
  .tab-content .tab-pane .lens-choice-color ul li span {
    margin-top: 0.5rem;
    width: 4.2rem;
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .tab-content .tab-pane .lens-choice-color ul li .icon-tab {
    width: 2.7rem;
    height: 2.7rem;
    margin-right: 0.5rem;
  }
  .tab-content .tab-pane .lens-choice-color ul li .icon-tab:after {
    content: " ";
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
  }
  .tab-content .tab-pane .lens-choice-color ul li.lens-choice-li02 .icon-tab:after {
    background: url("../images/lens-choice-color.jpg") no-repeat;
    background-size: 20.4rem 11.1rem;
  }
  .tab-content .tab-pane .lens-choice-color ul li.lens-choice-li02 .icon-color02:after {
    background-position: -4.6rem 0;
  }
  .tab-content .tab-pane .lens-choice-color ul li.lens-choice-li02 .icon-color03:after {
    background-position: -9.2rem 0;
  }
  .tab-content .tab-pane .lens-choice-color ul li.lens-choice-li02 .icon-color04:after {
    background-position: -13.8rem 0;
  }
  .tab-content .tab-pane .lens-choice-color ul li.lens-choice-li02 .icon-color05:after {
    background-position: -18.4rem 0;
  }
  .tab-content .tab-pane .lens-choice-color ul li.lens-choice-li03 .icon-tab:after {
    background-size: 20.4rem 11.1rem;
  }
  .tab-content .tab-pane .lens-choice-color ul li.lens-choice-li03 .icon-color01:after {
    background-position: 0 -4rem;
  }
  .tab-content .tab-pane .lens-choice-color ul li.lens-choice-li03 .icon-color02:after {
    background-position: -4.6rem -4rem;
  }
  .tab-content .tab-pane .lens-choice-color ul li.lens-choice-li03 .icon-color03:after {
    background-position: -9.2rem -4rem;
  }
  .tab-content .tab-pane .lens-choice-color ul li.lens-choice-li03 .icon-color04:after {
    background-position: -13.8rem -4rem;
  }
  .tab-content .tab-pane .lens-price {
    margin-top: 1.5rem;
  }
  .tab-content .tab-pane .lens-price .lens-price-details {
    margin: 0 1.5rem;
  }
  .tab-content .tab-pane .lens-price .lens-price-details .details-img {
    padding: 1rem 0;
  }
  .tab-content .tab-pane .lens-price .lens-price-details .details-img img {
    width: 10.5rem;
  }
  .tab-content .tab-pane .lens-price .lens-price-details .details-txt {
    line-height: 2.5rem;
    padding-bottom: 0.75rem;
  }
  .tab-content .tab-pane .lens-price .lens-price-details .details-txt .details-txt01 {
    font-size: 1.1rem;
  }
  .tab-content .tab-pane .lens-price .lens-price-details .details-txt:after {
    width: 1.2rem;
    height: 0.1rem;
    margin-left: -0.6rem;
  }
  .tab-content .tab-pane .lens-price .lens-price-details .detials-price {
    font-size: 1.3rem;
    padding: 1rem 0;
  }
  .tab-content .tab-pane .lens-price .lens-price-details .detials-price b {
    font-size: 1.8rem;
  }
  .tab-content .tab-pane .lens-price .lens-price-details .details-btn {
    padding-bottom: 1rem;
  }
  .tab-content .tab-pane .lens-price .lens-price-details .details-btn input {
    padding: 0.75rem 5rem;
    font-size: 1rem;
  }
  .table-list {
    padding: 0.75rem 0 0.75rem 0;
  }
  .table-list .product-title {
    font-size: 1.2rem;
    margin: 0.5rem 0;
    padding-right: 1.25rem;
    text-align: right;
  }
  .table-list .product-color {
    margin: 0.5rem 0;
    padding-left: 1.25rem;
    overflow: hidden;
  }
  .table-list .product-color li {
    margin-right: 1rem;
  }
  .table-list .product-color li .icon-tab {
    width: 1.6rem;
    height: 1.6rem;
  }
  .table-list .product-color li .icon-tab:after {
    top: 0.2rem;
    left: 0.2rem;
    width: 1.1rem;
    height: 1.1rem;
  }
  .lens-details {
    margin-top: 3.5rem;
  }
  .lens-details .lens-d-round-1 {
    margin-top: 1.5rem;
    padding-bottom: 3rem;
  }
  .lens-details .sku_content {
    padding: 0 0.75rem;
    width: 100%;
  }
  .lens-details .sku_content p {
    width: 100%;
  }
  .lens-details .sku_content img {
    width: 100%;
    height: auto;
  }
  .lens-details .lens-d-top {
    margin-bottom: 0.5rem;
  }
  .lens-details .lens-d-top h3 {
    margin: 0.5rem 0 0.5rem 0;
    font-size: 1.6rem;
  }
  .lens-details .lens-d-top p {
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
    line-height: 0.9rem;
  }
  .lens-details .lens-d-top:after {
    width: 1.2rem;
    height: 0.1rem;
    margin-left: -0.6rem;
  }
  .lens-details .details-img01 {
    padding-top: 1rem;
  }
  .lens-details .details-img01 img {
    border-radius: 0.5rem;
  }
  .lens-shopping .round-three .round-three-txt1 {
    font-size: 0.7rem;
    line-height: 1.85rem;
  }
  .lens-shopping .round-three .round-three-txt2 {
    font-size: 0.6rem;
    display: none;
  }
  .lens-shopping .round-three .round-three-img {
    width: 5rem;
    height: 5rem;
  }
  .lens-shopping .round-three .round-three-img span {
    background-size: 60rem 20rem;
  }
  .lens-shopping .round-three .round-three-img.round-three-img01 span {
    margin-top: 1.25rem;
    width: 4rem;
    height: 3.5rem;
    background-position: -6rem -0.45rem;
  }
  .lens-shopping .round-three .round-three-img.round-three-img02 span {
    margin-top: 1.5rem;
    width: 4rem;
    height: 3rem;
    background-position: -5.75rem -4.35rem;
  }
  .lens-shopping .round-three .round-three-img.round-three-img03 span {
    margin-top: 1.25rem;
    width: 4rem;
    height: 3.5rem;
    background-position: -6rem -8.6rem;
  }
  .lens-feedback ul li {
    padding: 2.25rem 0 0.75rem 4rem;
  }
  .lens-feedback ul li .feedback-head {
    width: 3.1rem;
    height: 3.1rem;
    left: 0.5rem;
    top: 1.5rem;
  }
  .lens-feedback ul li .feedback-head img {
    margin-top: 0.25rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .lens-feedback ul li .feedback-number {
    margin-bottom: 0.6rem;
  }
  .lens-feedback ul li .feedback-number .f-n-time {
    font-size: 1.1rem;
    line-height: 0.9rem;
  }
  .lens-feedback ul li .feedback-number .f-n-user {
    font-size: 1.3rem;
    line-height: 0.9rem;
    margin-right: 1rem;
  }
  .lens-feedback ul li .feedback-number .f-n-icon {
    width: 4.35rem;
    height: 0.75rem;
    background-size: 10rem 10rem;
  }
  .lens-feedback ul li .feedback-number .f-n-icon02 {
    background-position: 0 -0.7rem;
  }
  .lens-feedback ul li .feedback-number .f-n-icon03 {
    background-position: 0 -1.4rem;
  }
  .lens-feedback ul li .feedback-number .f-n-icon04 {
    background-position: 0 -2.1rem;
  }
  .lens-feedback ul li .feedback-number .f-n-icon05 {
    background-position: 0 -2.8rem;
  }
  .lens-feedback ul li .feedback-details {
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
  .lens-feedback ul li .feedback-img {
    margin-bottom: 0.5rem;
    text-align: left;
    font-size: 0;
  }
  .lens-feedback ul li .feedback-img .img-box {
    display: inline-block;
    margin-right: 0.7rem;
  }
  .lens-feedback ul li .feedback-img .img-box .img {
    display: table-cell;
    vertical-align: middle;
    width: 5rem;
    height: 5rem;
  }
  .lens-feedback ul li .feedback-img .img-box .img img {
    width: 5rem;
  }
  .lens-feedback ul li .feedback-reply {
    margin-bottom: 0.5rem;
    padding: 0.85rem 1rem;
    line-height: 1.8rem;
    font-size: 1.1rem;
  }
  .lens-feedback ul li .feedback-reply span {
    font-size: 1.1rem;
  }
  .lens-feedback ul li .feedback-color {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .lens-feedback ul li .feedback-color .f-c-good span {
    margin-right: 0.25rem;
  }
  .lens-feedback ul li .feedback-append-details {
    font-size: 1.1rem;
    line-height: 36px;
    padding-top: 0.5rem;
  }
  .lens-feedback ul li .feedback-append-details p {
    margin-bottom: 0;
    line-height: 1.8rem;
  }
  .lens-feedback ul .feedback-more {
    margin-bottom: 0.5rem;
    font-size: 0.7rem;
  }
}
#footer {
  padding-top: 40px;
  margin-top: 40;
}
#footer .subscribe-widget {
  display: none;
}

/*# sourceMappingURL=lenschoice.css.map */
