/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/
@import url("../hello-elementor/style.css");

/* 自定义 CSS 开始 */
body [class*="columns"] + [class*="columns"]:last-child {
    float: left;
}
body .columns .left,
body .columns .right {
    text-align: inherit;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #dedede;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333333;
  display: block;
  font-size: 100%;
  margin: 0;
  padding: 0.48276em;
  height: 42px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  outline: none;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #dddddd;
}

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  top: 1px;
}


button,
.button,
#submit,
a.button,
p a.button,
input#submit,
.add_to_cart,
.checkout-button,
input#place_order,
form.cart .button,
.form-submit input,
input[type="submit"],
body .dokan-btn-theme,
body a.dokan-btn-theme,
.btn-mini-cart .button,
#payment .place-order input,
.footer-type-2 input.button,
#nasa-footer .btn-submit-newsletters,
body input[type="submit"].dokan-btn-theme,
.nasa-static-sidebar .nasa-sidebar-return-shop,
.product-deal-special-buttons .nasa-product-grid .add-to-cart-grid .add_to_cart_text {
  background-color: #f76b6a;
  border-color: #f76b6a;
  color: #FFF;
}

button:hover,
.button:hover,
#submit:hover,
a.button:hover,
p a.button:hover,
input#submit:hover,
.add_to_cart:hover,
.checkout-button:hover,
input#place_order:hover,
form.cart .button:hover,
.form-submit input:hover,
input[type="submit"]:hover,
body .dokan-btn-theme:hover,
body a.dokan-btn-theme:hover,
.btn-mini-cart .button:hover,
#payment .place-order input:hover,
.footer-type-2 input.button:hover,
.nasa-reset-filters-top:hover:before,
#nasa-footer .btn-submit-newsletters:hover,
.nasa-table-compare .add-to-cart-grid:hover,
body input[type="submit"].dokan-btn-theme:hover,
.nasa-static-sidebar .nasa-sidebar-return-shop:hover,
.product-list .product-img .quick-view.fa-search:hover,
.nasa-top-sidebar .nasa-actived-filter .nasa-ignore-price-item:hover:before,
.nasa-top-sidebar .nasa-actived-filter .nasa-ignore-variation-item:hover:before,
.product-deal-special-buttons .nasa-product-grid .add-to-cart-grid:hover .add_to_cart_text {
  background-color: #f54543;
  border-color: #f54543;
  color: #FFF;
}

#submit[disabled],
button[disabled],
.button[disabled],
input[type="submit"][disabled] {
  background-color: #f9f9f9 !important;
  border-color: #efefef !important;
  color: #aaa !important;
  cursor: not-allowed !important;
}
#submit[disabled]:hover,
button[disabled]:hover,
.button[disabled]:hover,
input[type="submit"][disabled]:hover {
  background-color: #f6f6f6 !important;
  border-color: #efefef !important;
  color: #aaa !important;
}

.site-header .header-inner .site-branding .site-logo img{
    width: 154px;
}
.site-header{
    padding: 0!important;
}
.site-header .header-inner{
    /* min-width: 1200px!important; */
    padding: 0 10px;
}
.site-navigation{
    flex-grow: 2;
    order: 2;
    justify-content: center;
}
.site-navigation ul.menu li a{
    color: #333!important;
    margin: 0;
    margin-right: 40px;
    padding: 15px 0!important;
    white-space: nowrap;
    text-align: center;
    font-size: 14.5px;
    font-weight: 600;
}
.site-navigation ul.menu li.current-menu-item a{
    text-decoration: underline;
    text-underline-offset: 0.5em;
}
.wpcf7 input[type="email"]{
    background-color: white;
    font-family: inherit;
    border: 1px solid #dedede;
    border-radius: 0!important;
    box-shadow: none;
    color: #333333;
    display: block;
    font-size: 100%;
    margin: 0;
    padding: 0.48276em;
    height: 42px;
    width: 100%;
}
[type=button], [type=submit], button{
    margin-top: 10px!important;
    border-width: 1px;
    border-style: solid;
    border-radius: 0%!important;
    text-transform: uppercase;
    cursor: pointer;
    font-family: inherit;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    align-items: center;
    padding: 0 30px!important;
    height: 42px;
    font-size: 12px!important;
    background-color: #f76b6a!important;
    border-color: #f76b6a!important;
    color: #FFF!important;
}

/*shopping cart*/
.page-shopping-cart .order-steps .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1200px;
}
#shopping-cart-num-nav-1:hover, #shopping-cart-num-nav-2:hover, #shopping-cart-num-nav-3:hover{
    cursor: pointer;
}
#shopping-cart-num-nav-1:hover h2, #shopping-cart-num-nav-2:hover h2, #shopping-cart-num-nav-3:hover h2{
    cursor: pointer;
    color: #333!important;
}
#shopping-cart-content-section .row{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;;
    align-items: flex-start;
}
#shopping-cart-content-section .row .rtl-right{
    width: 65%;
    padding-right: 0!important;
}
#shopping-cart-content-section .row .rtl-left{
    width: 33%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    width: 100%;
    /* padding: 0; */
    /* border: none; */
}

.woocommerce table.shop_table{border:none; border-collapse:collapse!important;}
.woocommerce table.shop_table thead, .woocommerce table.shop_table thead tr, .woocommerce table.shop_table thead th{border:none;}
.woocommerce table.shop_table thead th{border-top: none!important;}
.woocommerce table.shop_table td{border:none;}
.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{border:none;}

.woocommerce table.shop_table {
    margin-top: 10px;
  }
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    margin-top: 0;
  }
  .woocommerce table.shop_table thead {
    text-transform: uppercase;
    color: #222;
  }
  .woocommerce table.shop_table thead tr {
    border-bottom: 2px solid #ECECEC;
  }
  .woocommerce table.shop_table thead tr:last-child {
    border-bottom: 2px solid #ECECEC;
  }
  .woocommerce table.shop_table tr.woocommerce-cart-form__cart-item {
    border-bottom: 1px solid #ECECEC;
  }
  .woocommerce table.shop_table tr.nasa-no-border .nasa-total-condition-desc {
    margin-bottom: 0;
  }
  .woocommerce table.shop_table tr .nasa-subtotal_free_shipping,
  .woocommerce table.shop_table tr .nasa-actions {
    font-size: 100%;
  }
  .woocommerce table.shop_table .product-remove {
    width: 30px;
  }
  .woocommerce table.shop_table .product-quantity {
    width: 120px;
    text-align: center;
  }
  .woocommerce table.shop_table .product-quantity.quantity-review-item {
    width: auto;
  }
  .woocommerce table.shop_table tfoot th {
    font-size: 100%;
    letter-spacing: initial;
    color: #000;
  }
  .woocommerce table.shop_table tfoot td {
    text-align: right;
    font-weight: bold;
  }
  .woocommerce table.shop_table .remove{
    display: inline-block;
    height: 36px;
    width: 36px;
    padding: 7px;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #333333!important;
    position: relative;
  }
  .woocommerce table.shop_table .remove:hover {
    background-color: #f1f1f1;
  }
  .woocommerce table.shop_table .product-name {
    padding: 0;
    width: auto;
  }
  .woocommerce table.shop_table tbody .product-name {
    color: inherit;
    padding: 8px 5px;
  }
  .woocommerce table.shop_table tbody .product-name a {
    color: #333333;
    text-decoration: none;
  }
  .woocommerce table.shop_table tbody .product-name a:hover {
    color: #000;
  }
  .woocommerce table.shop_table tbody .product-name .variation {
    margin-top: 6px;
  }
  .woocommerce table.shop_table tbody .product-name .mobile-price {
    padding-top: 5px;
  }
  .woocommerce table.shop_table tbody .product-subtotal {
    color: #f76b6a;
  }
  .woocommerce table.shop_table .product-quantity .quantity {
    display: inline-block;
    float: none;
    margin: 0;
  }
  .woocommerce table.shop_table .product-subtotal {
    font-weight: bold;
    text-align: right;
  }
  .woocommerce table.shop_table .total {
    color: #222;
  }
  .woocommerce table.shop_table .product-thumbnail {
    width: 70px;
    padding: 15px 5px;
  }
  .woocommerce table.shop_table .product-thumbnail img {
    width: 60px;
  }
  .woocommerce table.shop_table.my_account_orders tbody td {
    padding: 15px 5px 15px 0px;
  }
  .woocommerce table.shop_table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions .button {
    padding: 0;
    margin: 0;
    color: #555;
    border: none;
    background-color: transparent !important;
  }
  .woocommerce table.shop_table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions .button:hover {
    text-decoration: underline;
    color: #000 !important;
  }
  .woocommerce table.shop_table .blockUI.blockOverlay {
    display: none !important;
  }
  .woocommerce .quantity .qty{
    width: 70px;
    border: 1px solid #efefef;
  }
.woocommerce table.shop_table .hidden-tag{
  display: none;
}
.woocommerce table.shop_table .coupon{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.woocommerce table.shop_table .coupon button[type="submit"]{
    height: 42px;
    margin-left: -60px;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
    width: 70%;
    max-width: 300px!important;
    border-radius: 0%;
    margin-top: 10px!important;
}
.cart_totals tr.cart-subtotal th, .cart_totals tr.woocommerce-shipping-totals th, .cart_totals tr.order-total th{
    background-color: #FFF!important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    background-color: #f76b6a;
    border-color: #f76b6a;
    color: #FFF;
    padding: 0 30px;
    height: 42px;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover{
    background-color: #f54543;
    border-color: #f54543;
    color: #FFF;
}

.woocommerce .cart button[name="update_cart"]{
    border: 1px solid #efefef !important;
}
.woocommerce ul#shipping_method li label{
    margin-right: 5px;
}
.woocommerce ul#shipping_method li input{
    margin: 0!important;
}
#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button{
    color: #333333;
}

/*shopping cart*/
.woocommerce span.onsale {
  display: none;
  position: relative;
  /* float: left; */
  /* clear: both; */
  margin-top: 10px;
  /* display: block; */
  padding: 3px 10px;
  z-index: 4;
  background: #f76b6a;
  color: #FFF;
  line-height: 15px;
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce span.onsale:hover {
  opacity: 1;
}
.woocommerce ul.products li.product .onsale{
  top: 30px;
  left: 10px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  padding: 8px 0;
  font-size: 115%;
  line-height: 130%;
  font-weight: normal;
  color: #000;
  display: block;
}
.woocommerce .star-rating span::before{
  color: #FF9C00!important;
}
.woocommerce ul.products li.product .price del{
  color: #aaa;
  font-weight: normal;
  font-size: 90%;
  margin-right: 8px;
}
.woocommerce ul.products li.product .price ins{
    font-size: 110%;
    line-height: 1.2;
    min-height: 15px;
    color: #333;
    font-weight: 400;
    text-decoration: none;
}
.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .qib-button-wrapper{
  display: none;
}
.nasa-product-content-variable-warp{
  display: none;
}

/*shop页面商品折扣*/
.woocommerce span.discount-percentage {
  position: relative;
  /* float: left; */
  /* clear: both; */
  margin-top: 10px;
  /* display: block; */
  top: 30px;
  left: 10px;
  padding: 3px 10px;
  z-index: 4;
  background: #f76b6a;
  color: #FFF;
  line-height: 15px;
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce span.discount-percentage:hover {
  opacity: 1;
}

/*shop page link*/
.woocommerce nav.woocommerce-pagination{
  margin-bottom: 50px;
}
.woocommerce nav.woocommerce-pagination ul{
  text-align: center;
  font-size: 100%;
  overflow: hidden;
  display: inline-block;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  margin: 0 4px;
  float: left;
  border: none;
}
.nasa-pagination ul li {
  display: inline-block;
  list-style: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li span.current{
  background-color: #f76b6a;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  display: block;
  /* color: #444; */
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 100%;
  overflow: hidden;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:hover{
  background-color: #eee;
}
.woocommerce nav.woocommerce-pagination ul a, .woocommerce nav.woocommerce-pagination ul li > span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  display: block;
  color: #444;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/*quick view*/
.yith-wcqv-button {
  position: absolute;
  top: 25%;
  right: 10px;
  padding: 3px 10px;
  z-index: 4;
  width: 36px;
  height: 36px;
  background: #696969;
  border: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease 0.1s;
  line-height: 2.2;
}
.yith-wcqv-button i{
  width: 36px;
  height: 36px;
  color: #FFF;
}
.yith-wcqv-button:hover{
  cursor: pointer;
  background:#333;
}
li.product:hover .yith-wcqv-button {
  opacity: 1;
  transform: translateX(0);
}

/*add to wishlist*/
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button){
  position: absolute;
  top: 22px;
  left: unset;
  right: 5px;
  z-index: 4;
  width: 30px!important;
  height: 30px!important;
  border: 0;
  background: unset!important;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  line-height: 2.2;
  margin: 0;
  padding: 0;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon{
  color: #333333!important;
  
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon:hover{
  color: #f76b6a!important;
}

.product-page .nasa-product-details-page, .single-product .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1200px;
}
.woocommerce-page div.product div.images {
  width: 100%;
}
.woocommerce-tabs ul.wc-tabs{
  text-align: center;
}
#tab-description h2{
  display: none;
}
.woocommerce div.product div.images .flex-control-thumbs{
  margin-top: 20px!important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.woocommerce div.product div.images .flex-control-thumbs li{
  width: 50%;
  padding: 0 5px 10px 5px;
}
.woocommerce div.product div.images .flex-control-thumbs li:first-child{
  /* display: none; */
}
.woocommerce div.product .product_title{
  font-size: 33px;
}
.woocommerce div.product .woocommerce-product-rating a{
  color: #777;
}
.woocommerce div.product .woocommerce-product-rating a:hover {
  color: #2d2a2a;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
  color: #aaa;
  margin-right: 8px!important;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
  color: #333;
  text-decoration: none;
}
#productDetails_techSpec_section_1{
  margin-top: 10px;
}
.woocommerce div.product table td, .woocommerce div.product table th{
  border: none;
  padding: 10px;
  background-color: unset!important;
  padding: 0.62069em 0em;
  font-size: 1.06897em;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.woocommerce div.product table th{
  font-weight: 700;
}
.woocommerce div.product table td span{
  color: #777;
}
.woocommerce div.product .single_add_to_cart_button, .woocommerce div.product #buy_now_button{
  margin-top: 0!important;
  width: 38%;
}
.woocommerce div.product .single_add_to_cart_button:hover{
  background-color: #f54543!important;
  border-color: #f54543!important;
  color: #FFF;
}
.woocommerce div.product #buy_now_button{
  height: 42px;
  background-color: #6ca300!important;
  border-color: #6ca300!important;
  outline: none;
}
.woocommerce div.product #buy_now_button:hover {
  background-color: #689c00!important;
  border-color: #689c00!important;
}
.woocommerce div.product .single_add_to_cart_button{
  margin-right: 10px!important;
}
.woocommerce div.product form.cart{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

/*产品详情页*/
.woocommerce a.added_to_cart{
  display: none;
}
.woocommerce span.xoo-cp-added{
  display: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after{
  content: "";
  display: none;
}

.woocommerce h1{
  font-size: 1.9rem;
  color: #777;
}
.woocommerce ul {
  color: #777;
}
.woocommerce div.product form.cart{
  margin-top: 2em;
}
/*back to top*/
#back-to-top {
  position: fixed;
  bottom: 120px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #FFF;
  color: #333333;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  z-index: 9999;
  opacity: 0.8;
  transition: all 0.3s;
  display: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
#back-to-top:hover {
  background-color: #FFF;
  opacity: 1;
  transform: translateY(-3px);
}
#back-to-top i {
  font-size: 20px;
}
/*商品详情页悬浮购物车*/
.floating-product-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 100px; */
  border-top: 1px solid #efefef;
  background: white;
  /* padding: 10px 20px; */
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 999;
  align-items: center;
}
.floating-bar-content {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0!important;
}
.floating-product-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 15px;
}
.floating-product-info {
  display: flex;
  align-items: center;
  width: 25%;
}
.floating-product-title {
  font-size: 120%;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.floating-product-price {
  display: inline-block;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.5;
  min-height: 15px;
  color: #333;
}
.floating-product-price ins{
  color: #333!important;
  text-decoration: unset!important;
  font-size: 14px!important;
}
.floating-product-price del {
  color: #aaa!important;
  font-weight: normal!important;
  font-size: 14px!important;
}
.floating-product-actions {
  display: flex;
  align-items: center;
  width: 30%;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.quantity-input {
  width: 45px!important;
  float: left;
  margin-right: 0px!important;
  border: 1px solid #efefef!important;
  text-align: center;
}
.add-to-cart-btn, .buy-now-btn {
  padding: 8px 15px;
  border: none;
  color: white;
  cursor: pointer;
  margin-left: 10px;
}
.add-to-cart-btn {
  flex-grow: 2;
  margin: 0!important;
  padding: 0 25px;
}
.add-to-cart-btn:hover {
  background-color: #f54543!important;
  border-color: #f54543!important;
  color: #FFF;
}
.buy-now-btn {
  width: 100%;
  margin: 0!important;
  margin-top: 5px!important;
  background-color: #6ca300!important;
  border-color: #6ca300!important;
}
.buy-now-btn:hover {
  background-color: #689c00!important;
  border-color: #689c00!important;
}

/**
 * 移动端适配
 */
/*shop页面*/
@media screen and (max-width: 768px){
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
      width: 100%;
      float: left;
      clear: both;
      margin: 0 0 2.992em;
  }
}
.products li .yith-add-to-wishlist-button-block{
  display: none!important;
}
@media screen and (max-width: 768px){
  .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button){
    position: absolute;
    top: 22px;
    left: unset;
    right: 5px;
    z-index: 4;
    width: 30px!important;
    height: 30px!important;
    border: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    line-height: 2.2;
    margin: 0;
    padding: 0;
  
    background: #fff!important;
    padding: 5px 15px !important;
    text-align: center;
    transform: translateX(0px);
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
    background: rgb(255, 255, 255);
    border-radius: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce div.product div.summary{
      margin-bottom: 0;
      padding-left: 10px;
      padding-right: 10px;
  }
  .woocommerce div.product .single_add_to_cart_button, .woocommerce div.product #buy_now_button{
    width: 34%;
    padding: 0!important;
  }
  .woocommerce div.product .woocommerce-tabs .panel{
    padding: 0 10px!important;
  }
  .woocommerce div.product .related{
    padding: 0 10px!important;
  }
  .woocommerce div.product .related li{
    width: 48%!important;
  }
  .site-header .header-inner .site-branding .site-logo img{
    width: 96px!important;
  }
  /* .site-header .header-inner{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end!important;
    flex-direction: row-reverse;
    align-items: center;
  }
  .site-header .site-branding{
    margin-left: 8%;
  } */
  .site-navigation-toggle-holder .site-navigation-toggle{
    background-color: unset !important;
    border-color: unset !important;
    color: #333333 !important;
  }
  .site-navigation-toggle-holder{
    padding: 0!important;
  }
  #nasa-breadcrumb-site{
    background-position: top center!important;
  }
  .post-type-archive-product .site-main{
    padding: 0!important;
  }
  .post-type-archive-product .products_list_content{
    padding: 0 10px!important;
  }
  .woocommerce h1.nasa-first-breadcrumb{
    color: #333!important;
    font-size: 20px!important;
  }

  /**购物车页面*/
  #shopping-cart-content-section .row{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;;
    align-items: flex-start;
  }
  #shopping-cart-content-section .row .rtl-right{
      width: 100%;
      padding-right: 0!important;
  }
  #shopping-cart-content-section .row .rtl-left{
      width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
      width: 100%;
      /* padding: 0; */
      /* border: none; */
  }
  .woocommerce table.shop_table tr.woocommerce-cart-form__cart-item{
      border-bottom: 1px solid #ECECEC;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: space-between;
      align-items: center;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
      display: block;
      text-align: left !important;
  }
  .woocommerce table.shop_table .product-remove{
    width: 12%;
  }
  .woocommerce table.shop_table .product-name{
    width: 45%;
  }
  .woocommerce table.shop_table .product-quantity{
    width: 25%;
  }
  .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail{
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
    content: unset!important;
  }
  .woocommerce-page table.shop_table_responsive tr td.product-price, .woocommerce-page table.shop_table_responsive tr td.product-subtotal{
    display: none;
  }
  .woocommerce table.shop_table .coupon button[type="submit"]{
    margin-left: -10px!important;
  }
  #coupon_code {
      padding-right: 0!important;
      margin: 0;
  }
  .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input{
    width: 50%!important;
  }
  .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead{
    display: block!important;
  }
  .woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
    top: 20%!important;
    background: none!important;
    padding: 0 10px !important;
  }
  .lost_password a, .woocommerce-privacy-policy-text a{
    color: #333;
  }
  #customer_login .u-column1 p.form-row:nth-child(3){
      display: flex;
      flex-direction: row-reverse;
      flex-wrap: nowrap;
      justify-content: flex-end;
      align-items: center;
      align-content: center;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  background-color: unset!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  color: #333;
  opacity: 0.5;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
  color: #333;
  opacity: 1;
}
span.xcp-plus{
  /* border: none!important; */
}

/*商品数量加减*/
body .qib-button-wrapper .minus.qib-button, body .qib-button-wrapper .plus.qib-button{
  padding: 0 10px !important;
  margin-top: 0 !important;
  /* font-size: 20px; */
}
.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity{
  height: 42px!important;
}
body .qib-button-wrapper .minus.qib-button{
  margin-right: -1px !important;
}
body .qib-button-wrapper .plus.qib-button{
  margin-left: -1px !important;
}
.qib-button-wrapper button.qib-button{
  width: auto!important;
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
}
/*弹窗商品数量加减*/
.xoo-cp-qtybox{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
span.xcp-plus {
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #efefef;
}
/*购物车页面商品数量加减*/
.qib-button-wrapper .quantity input.input-text.qty.text{
  font-size: 14.5px!important;
}

/**/
.wpced .wpced-inner{
  background-color: #FFFFFF!important;
  padding-left: 0px!important;
}
.wpced .wpced-inner span{
  font-weight: 700!important;
}
[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nasa-promote-sales i {
  font-size: 20px;
  width: 20px;
}
.pe-7s-smile:before {
  content: "\e6c6";
}