.wpb_cart_page_element{
    padding: 60px 0;
}
.wpb_cart_page_element.cart-info-bottom{
    padding: 0;
}
.wpb_cart_page_element.cart-info-bottom.is-sticky{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 50;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.wpb_cart_page_element.cart-info-bottom.is-sticky .cart-info{
    border-top: 0;
}
.wpb_cart_page_element .heading-title{
    font-size: 30px;
    color: #1D2129;
    text-align: center;
    margin: 0;
    font-weight: 400;
}
.wpb_cart_page_element .heading-total-price{
    font-size: 38px;
    font-weight: 700;
    color: #1D2129;
    text-align: center;
}
.wpb_cart_page_element .cart-item{
    border-top: 1px#0000001F solid;
    padding: 20px 0;
    position: relative;
}
.wpb_cart_page_element .prodcut-info-ibox{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.wpb_cart_page_element .product-image{
    width: 220px;
    height: 160px;
    overflow: hidden;
    margin-right: 26px;
    margin-left: 24px;
    /*border-radius: 10px;*/
}
.wpb_cart_page_element .product-image img{
    width: 80%;
    /*height: 100%;*/
    /*object-fit: contain;*/
    display: block;
}
.wpb_cart_page_element .product_info_right{
    flex: 1;
}
.wpb_cart_page_element .product-title{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 8px;
}
.wpb_cart_page_element .product-sku-info{
    font-size: 14px;
    color: #333333;
}
.wpb_cart_page_element .product-sku-info span{
    display: block;
    margin-bottom: 3px;
}
.wpb_cart_page_element .product-price{
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}
.wpb_cart_page_element .product-price.originalPrice{
    color: #00000080;
    text-decoration: line-through;
}
.wpb_cart_page_element .mobile-product-price{
    display: none;
    margin-top: 10px;
}
.wpb_cart_page_element .cart-info{
    border-top: 1px#0000001F solid;
    padding: 30px 0 12px;
}
.wpb_cart_page_element .cart-total-price{
    font-size: 14px;
    color: #333333;
    text-align: right;
}
.wpb_cart_page_element .cart-total-price span{
    font-size: 20px;
    color: #EA4F3D;
    font-weight: 700;
}
.wpb_cart_page_element .buy-button{
    width: 166px;
    height: 44px;
    background-color: #FF7D00;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    color: #fff;
    cursor: pointer;
    display: block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wpb_cart_page_element .buy-button1{
    width: 240px;
    margin: 15px auto 70px;
}
.wpb_cart_page_element .buy-button:hover{
    background-color: #ed8828;
}
.wpb_cart_page_element .cart_quantity_content{
    position: relative;
    display: flex;
    align-items: center;
}
.wpb_cart_page_element .cart_quantity{
    margin-left: 8px;
}
.wpb_cart_page_element .template-radio-button{
    width: 28px;
    height: 28px;
    position: relative;
}
.wpb_cart_page_element .template-radio-button input[type="checkbox"]{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    opacity: 0;
}
.wpb_cart_page_element .template-radio-button .checkbox-inner{
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid #333333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
}
.wpb_cart_page_element .template-radio-button .checkbox-inner::before{
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 4px;
    inset-inline-start: 21.5%;
    display: table;
    width: 6px;
    height: 10px;
    border: 2px solid #fff;
    border-top: 0;
    border-inline-start: 0;
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    content: "";
    transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
}
.wpb_cart_page_element .template-radio-button.checked .checkbox-inner{
    border: 1.5px solid #FF7D00;
    background-color: #FF7D00;
}
.wpb_cart_page_element .template-radio-button.checked .checkbox-inner::before{
    opacity: 1;
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.wpb_cart_page_element .product-actions .remove-btn{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wpb_cart_page_element .product-actions svg{
    position: relative;
    top: 2px;
}
.wpb_cart_page_element .product-actions:hover svg{
    fill: #FF7D00;
}
.wpb_cart_page_element .pagination{
    padding: 30px 0;
    text-align: center;
}
.wpb_cart_page_element .pagination .prev-page,
.wpb_cart_page_element .pagination .next-page{
    background-color: #fff;
    color: #1d2129;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wpb_cart_page_element .pagination .prev-page:hovr,
.wpb_cart_page_element .pagination .next-page:hover{
    background-color: #fff;
    color: #FF7D00;
}
.wpb_cart_page_element .empty-cart{
    text-align:center;
    margin-bottom: 40px;
}
.wpb_cart_page_element .empty-cart-tip{
    margin: 20px 0;
}
.wpb_cart_page_element .go-shopping{
    border: 1px solid #0000001F;
    padding: 10px 36px;
    color: #333;
    display: inline-block;
    border-radius: 6px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wpb_cart_page_element .go-shopping:hover{
    background-color: #FF7D00;
    color: #fff;
    border: 1px solid #FF7D00;
}
.wpb_cart_page_element .minicart_qty{
    width: 120px;
    height: 34px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    opacity: 0;
    visibility: hidden;
}
.wpb_cart_page_element .minicart_qty a {
    height: 100%;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wpb_cart_page_element .minicart_qty input[name=minicart_qty] {
    width: calc(100% - 68px);
    height: 100%;
    border: 0;
    text-align: center;
}

/* 分页样式 */
.pagination {
  margin: 30px 0;
  text-align: center;
}

.pagination-container {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.pagination .pagination-prev,
.pagination .pagination-next{
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}

.pagination .pagination-prev:hover,
.pagination .pagination-next:hover{
  border-color: #FF7D00;
  background: #FF7D00;
  color: #fff;
}
.pagination .pagination-prev.disabled,
.pagination .pagination-prev.disabled:hover,
.pagination .pagination-next.disabled,
.pagination .pagination-next.disabled:hover{
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #ddd;
  border-color: #ddd;
  color: #888888;
}


.pagination .pagination-prev:hover svg path, 
.pagination .pagination-next:hover svg path{
    fill: #fff;
}

.pagination .pagination-prev.disabled:hover svg path,
.pagination .pagination-next.disabled:hover svg path{
    fill: #888888;
}

.pagination-pages {
  display: flex;
  gap: 5px;
  color: #333;
}

.pagination-page {
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  color: #333;
}

.pagination-page:hover:not(.active) {
  border-color: #FF7D00;
  background: #FF7D00;
  color: #fff;
}

.pagination-page.active {
  background: #FF7D00;
  color: #fff;
  border-color: #FF7D00;
}

.pagination-ellipsis {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 991px){
    .wpb_cart_page_element {
        padding: 50px 0;
    }
    .wpb_cart_page_element .product-image{
        width: 140px;
    }
    .wpb_cart_page_element .heading-total-price{
        font-size: 34px;
    }
}
@media only screen and (min-width: 768px){
    .wpb_cart_page_element .cart-item{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .wpb_cart_page_element .prodcut-info-ibox{
        width: 60%;
    }
}
@media only screen and (max-width: 767px){
    .wpb_cart_page_element {
        padding: 40px 0;
    }
    .wpb_cart_page_element .heading-title{
        font-size: 22px;
    }
    .wpb_cart_page_element .heading-total-price{
        font-size: 26px;
    }
    .wpb_cart_page_element .buy-button1 {
        width: 180px;
        margin: 15px auto 36px;
    }
    .wpb_cart_page_element .pc-product-price{
        display: none;
    }
    .wpb_cart_page_element .mobile-product-price{
        display: block;
    }
    .wpb_cart_page_element .product-image{
        width: 90px;
        height: 90px;
        margin-right: 18px;
        margin-left: 12px;
    }
    .wpb_cart_page_element .product-actions{
        display: flex;
        justify-content: flex-end;
    }
}