.left {
  float: left;
}
.right {
  float: right;
}
header {
  padding: 18px 0;
}
header .user-box {
  display: flex;
  align-items: center;
  padding-top: 5px;
}
header .user-box > div {
  padding: 0 15px;
  position: relative;
}
header .user-box > div:after {
  display: table;
  content: ' ';
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #4E4E4E;
  opacity: 0.5;
}
header .user-box > div:last-child:after {
  display: none;
}
header .user-box #search input {
  height: 28px;
  border-radius: 28px;
  border: 1px solid #707070;
  box-shadow: initial;
  padding-left: 14px;
}
header .user-box #search > img {
  position: absolute;
  right: 16px;
  top: 7px;
  z-index: 9;
}
header .user-box .font-size-check {
  display: flex;
}
header .user-box .font-size-check a {
  margin: 0 5px;
}
header .user-box .font-size-check a.large {
  font-size: 20px;
}
header .user-box .font-size-check a.middle {
  font-size: 18px;
}
header .user-box .font-size-check a.small {
  font-size: 14px;
}
header .user-box #form-language:hover {
  cursor: pointer;
}
header .user-box #cart > a {
  position: relative;
}
header .user-box #cart > a .txt {
  position: absolute;
  width: 17px;
  height: 17px;
  background: url("../images/cart-num-bg.png") no-repeat center / 100%;
  text-align: center;
  line-height: 17px;
  font-size: 12px;
  color: #fff;
  top: -5px;
  right: -6px;
}
.pc_menu ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.pc_menu ul li {
  list-style: none;
  padding: 24px 0;
  transition: all 0.5s;
}
.pc_menu ul li a {
  font-size: calc(16px + var(--fontSize));
  transition: all 0.3s;
  color: #1C1C1B;
}
.pc_menu ul li:first-child {
  margin-left: 0;
}
.pc_menu ul li:last-child {
  margin-right: 0;
}
.pc_menu ul li.active,
.pc_menu ul li:hover {
  border-bottom: 2px solid #BF165E;
}
.pc_menu ul li.active a,
.pc_menu ul li:hover a {
  color: #BF165E;
}
.pc_menu ul li.active a i,
.pc_menu ul li:hover a i {
  font-size: calc(28px + var(--fontSize));
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background-image: initial;
  width: 56px;
  height: 56px;
  background: #1C1C1B;
  opacity: 0.7;
  font-size: 30px;
  line-height: 56px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background: #BF165E;
}
.swiper-container .swiper-button-next {
  right: 0;
}
.swiper-container .swiper-button-prev {
  left: 0;
}
.swiper-container .swiper-pagination {
  text-align: left;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 42px;
  height: 3px;
  background: #FFFFFF;
  border-radius: initial;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 40px;
}
.banner .swiper-slide .text h1 {
  font-size: calc(36px + var(--fontSize));
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 10px #000;
}
.featured-box h3,
.related h3 {
  text-align: center;
  padding: 10px 0;
  border-bottom: 2px solid #d5d1d1;
  color: #BF165E;
  font-size: calc(20px + var(--fontSize));
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
.featured-box h3:after,
.related h3:after {
  position: absolute;
  display: block;
  content: ' ';
  width: 132px;
  height: 2px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  background: #BF165E;
}
.featured-box .no-after:after,
.related .no-after:after {
  display: none;
}
.featured-box .swiper-container,
.related .swiper-container {
  padding: 0 100px;
}
.product-thumb .image {
  position: relative;
}
.product-thumb .image .addcart {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(191, 22, 94, 0.5);
}
.product-thumb .image .addcart button {
  background: transparent;
  border: 0;
  box-shadow: initial;
  color: #fff;
  font-size: calc(14px + var(--fontSize));
}
.product-thumb .caption {
  text-align: center;
}
.product-thumb .caption .product-name {
  color: #1C1C1B;
  font-weight: bold;
  font-size: calc(18px + var(--fontSize));
}
.product-thumb .caption .price {
  justify-content: center;
  font-size: calc(18px + var(--fontSize));
  color: #7A7A7A;
}
.product-thumb:hover .image .addcart {
  opacity: 1;
}
.product-thumb:hover .caption .product-name {
  color: #BF165E;
}
.pro-list .product-thumb .caption {
  text-align: left;
}
.pro-list .product-thumb .caption .price {
  justify-content: start;
}
.product-wrapper .product-thumb .caption .description,
.product-wrapper .product-thumb .caption .pro-href {
  display: none;
}
.product-wrapper .product-list .product-thumb {
  display: flex;
}
.product-wrapper .product-list .product-thumb .image .addcart {
  display: none;
}
.product-wrapper .product-list .product-thumb .caption {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.product-wrapper .product-list .product-thumb .caption > div:first-child {
  padding-right: 20px;
}
.product-wrapper .product-list .product-thumb .caption .description {
  display: block;
}
.product-wrapper .product-list .product-thumb .caption .price {
  color: #BF165E;
  font-weight: bold;
  font-size: calc(22px + var(--fontSize));
  margin-bottom: 30px;
}
.product-wrapper .product-list .product-thumb .caption .pro-href {
  display: block;
  padding: 15px 30px;
  background: #33A5B5;
  color: #fff;
  font-weight: bold;
  font-size: calc(16px + var(--fontSize));
  white-space: nowrap;
}
.contact-footer {
  background: #F8F8F8;
  padding: 30px;
}
.contact-footer .contact-footer-box .contact-footer-item {
  text-align: center;
  position: relative;
}
.contact-footer .contact-footer-box .contact-footer-item img {
  margin-bottom: 15px;
  height: 32px;
}
.contact-footer .contact-footer-box .contact-footer-item p {
  font-size: calc(15px + var(--fontSize));
  color: #707070;
}
.contact-footer .contact-footer-box .contact-footer-item:after {
  display: table;
  content: ' ';
  position: absolute;
  width: 2px;
  height: 50px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #707070;
  opacity: 0.5;
}
.contact-footer .contact-footer-box .contact-footer-item:last-child:after {
  display: none;
}
footer {
  background: transparent linear-gradient(270deg, #f2a54c 0%, #e6612c 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 60px;
}
footer .footer-button {
  border-bottom: 2px solid #d5d1d1;
  padding: 20px 0 40px;
  margin-bottom: 60px;
}
footer .footer-button a {
  display: table;
  margin: 0 auto;
  padding: 17px 50px;
  background: #fff;
  border-radius: 2px;
  color: #ef3a00;
  font-size: calc(15px + var(--fontSize));
  font-weight: bold;
}
footer .footer-button a img{
  filter: brightness(1.2) contrast(1.1) hue-rotate(55deg) saturate(1.5);
}
footer h5 {
  color: #fff;
  font-size: calc(20px + var(--fontSize));
  font-weight: bold;
}
footer ul li {
  line-height: 2;
}
footer ul li,
footer ul a {
  color: #fff;
  font-size: calc(15px + var(--fontSize));
}
.footer-bottom {
  padding: 20px 0 18px;
  background: #1C1C1B;
}
.footer-bottom ul {
  margin: 0;
}
.footer-bottom ul li {
  float: left;
  line-height: 2;
  margin-right: 20px;
  position: relative;
}
.footer-bottom ul li a {
  font-size: calc(15px + var(--fontSize));
  color: #fff;
}
.footer-bottom ul li:after {
  display: table;
  content: '.';
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-60%);
  color: #fff;
}
.footer-bottom ul li:last-child:after {
  display: none;
}
.footer-bottom p {
  line-height: 2;
  font-size: calc(15px + var(--fontSize));
  color: #fff;
}
#column-left {
  padding-left: 0;
}
.filter-wrapper {
  display: flex;
  justify-content: space-between;
  border: 0;
  padding: 0;
}
.filter-wrapper p {
  font-size: calc(16px + var(--fontSize));
  color: #7A7A7A;
}
.filter-wrapper > div {
  display: flex;
}
.filter-wrapper > div .form-group {
  margin-left: 15px;
}
.filter-wrapper > div .form-group .input-group-addon {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: calc(16px + var(--fontSize));
  color: #7A7A7A;
}
.filter-wrapper > div .form-group select {
  border: 0;
  padding: 0 !important;
  width: 125px !important;
  box-shadow: initial;
  font-size: calc(16px + var(--fontSize)) !important;
  color: #7A7A7A;
}
.filter-wrapper > div .form-group button {
  box-shadow: initial;
  border: 0;
  background: transparent;
  color: #CBCBCB;
}
.filter-wrapper > div .form-group button i {
  font-size: 28px;
}
.filter-wrapper > div .form-group button.active {
  color: #33A5B5;
}
.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-weight: 100;
  font-size: 26px;
}
.gallery-top .swiper-button-next {
  right: 10px;
}
.gallery-top .swiper-button-prev {
  left: 10px;
}
.product-info .p_title {
  margin-top: 0;
  font-weight: bold;
  font-size: calc(35px + var(--fontSize));
  color: #1C1C1B;
}
.product-info .price {
  font-weight: bold;
  font-size: calc(24px + var(--fontSize));
  color: #BF165E;
}
.product-info .description1 * {
  font-size: calc(16px + var(--fontSize));
  line-height: 1.5;
  color: #7A7A7A;
}
.product-info .description1 h4 {
  display: inline-block;
  color: #1C1C1B;
  font-weight: bold;
  border-bottom: 1px solid #BF165E;
}
.product-info #product {
  width: 60%;
}
.product-info #product .form-group .control-label:before {
  display: none;
}
.product-info #product .form-group .control-label {
  font-size: calc(16px + var(--fontSize));
  color: #BF165E;
  font-weight: bold;
}
.product-info #product .form-group .form-control {
  height: 40px;
  border-radius: initial;
  background: #F9F9F9;
  box-shadow: initial;
}
.product-info #product .description .pro-cart:first-child {
  width: 40%;
}
.product-info #product .description .pro-cart:last-child {
  width: 60%;
}
.product-info #product .description .pro-cart {
  margin: 0;
  border-radius: initial;
  padding: 0;
  border: 0;
}
.product-info #product .description .pro-cart .quantity-box {
  padding: 0;
}
.product-info #product .description .pro-cart .quantity-box .jian,
.product-info #product .description .pro-cart .quantity-box .jia {
  background: #BF165E;
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  color: #fff;
}
.product-info #product .description .pro-cart .quantity-box .jian i,
.product-info #product .description .pro-cart .quantity-box .jia i {
  line-height: 1;
}
.product-info #product .description .pro-cart .quantity-box input {
  background: #F6F6F6;
  height: 47px;
}
.product-info #product .description .pro-cart button {
  background: #33A5B5;
  margin-left: 15px;
}
.information-info #content h1 {
  font-weight: bold;
  margin: 0;
  font-size: calc(35px + var(--fontSize));
  color: #BF165E;
  margin-bottom: 30px;
}
.information-info #content .description {
  padding-bottom: 50px;
}
.information-info #content .description p,
.information-info #content .description a {
  font-size: calc(16px + var(--fontSize));
  line-height: 2;
  color: #1C1C1B;
  margin: 0;
}
.information-info #content .description a {
  color: #BF165E;
  text-decoration: underline;
}
.information-info #content .description b,
.information-info #content .description h3 {
  display: block;
  color: #1C1C1B;
  font-size: calc(22px + var(--fontSize));
  margin: 20px 0 0;
  font-weight: bold;
}
.information-info #content .description table {
  margin-bottom: 30px;
}
.information-info #content .description table th {
  font-size: calc(16px + var(--fontSize));
  display: block;
  color: #1C1C1B;
}
.information-info #content .description table td,
.information-info #content .description table th {
  padding: 10px 0;
}
.information-info #content .description .form-horizontal {
  margin-bottom: 50px;
}
.information-info #content .description .form-horizontal .form-group {
  margin: 0 0 10px;
}
.information-info #content .description .form-horizontal .form-group input,
.information-info #content .description .form-horizontal .form-group textarea {
  height: 56px;
  font-size: calc(16px + var(--fontSize));
  border-radius: initial;
  box-shadow: initial;
  border: 1px solid #7A7A7A;
  padding-left: 16px;
}
.information-info #content .description .form-horizontal .form-group textarea {
  height: 195px;
}
.information-info #content .description .form-horizontal input[type=submit] {
  background: #BF165E !important;
  font-size: calc(18px + var(--fontSize));
}
.pc_menu {
  border-bottom: 1px solid #707070;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev{
  line-height: 46px;
}
.m_header{
  display: none;
}
@media (max-width: 1024px) {
  .checkout-checkout #xlogin{
    padding: 0 15px;
  }
  .m_header{
    display: block;
  }
  .checkout-cart .breadcrumb li,#options{
    display: none;
  }
  .product-info #product{
    width: 100%;
  }
  .product-wrapper .product-list .product-thumb .caption{
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .product-wrapper .product-list .product-thumb .caption > div:first-child{
    padding-right: 0;
  }
  .product-wrapper .product-list .product-thumb .caption .product-name{
    margin-top: 0;
  }
  .product-wrapper .product-grid .product-thumb .caption .product-name{
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    width: 36px;
    height: 36px;
    line-height: 26px;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 22px;
  }
  .banner .swiper-slide {
    position: relative;
  }
  .banner .swiper-slide img {
    height: 25vh;
    object-fit: cover;
  }
  .banner .swiper-slide .text h1 {
    font-size: calc(18px + var(--fontSize));
  }
  #content {
    min-height: initial;
  }
  .featured-box .no-after,
  .related .no-after {
    display: none;
  }
  .featured-box .swiper-container,
  .related .swiper-container {
    padding: 0 15px;
  }
  .contact-footer {
    background: #F8F8F8;
    padding: 30px 0;
  }
  .contact-footer .contact-footer-box .contact-footer-item:after {
    display: none;
  }
  footer img {
    /* margin: 0 auto; */
    display: block;
  }
  footer .logo img{
    width: 50%;
  }
  footer h5 {
    color: #fff;
    font-size: calc(20px + var(--fontSize));
    font-weight: bold;
  }
  footer ul li {
    line-height: 2;
  }
  footer ul li,
  footer ul a {
    color: #fff;
    font-size: calc(15px + var(--fontSize));
  }
}