/*
Theme Name: Bricks Child
Theme URI: https://bricksbuilder.io/
Template: bricks
Author: Bricks
Author URI: https://bricksbuilder.io/
Description: Visual website builder for WordPress.
Version: 1.11.1729675275
Updated: 2024-10-23 11:21:15

*/

.summary.entry-summary,section.related.products{
    padding: 0 16px;
}
.cart,.cart a{
    color: #fff;
}
body {

 background-color: #444444;
    /*background-image: url("/wp-content/uploads/2024/10/book_bord_1920.png");*/
    background-image: url("/wp-content/uploads/2024/11/site_background6.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}
.woocommerce-billing-fields__field-wrapper input,.select2-selection__choice,.select2-results__options,input#pi_delivery_date,.woocommerce-shipping-fields__field-wrapper input{
    color: #000 !important;
}
.select2-search input{
    color: #000 !important;
}
.iti__country-name, .iti__flag-box{
    color: #000;
}
input:checked ~ .checkmark {
    background-color: #f44336;
}


@media (max-width: 991px) {

    
    .woocommerce .form-row-first, .woocommerce .form-row-last {
        float: none;
        width: 100%;
        padding-bottom: 20px;
    }


    
}
 textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgb(104, 103, 103);
  }

/* 通用选择器 */
.woocommerce-billing-fields__field-wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgb(104, 103, 103);
  }
  .woocommerce-billing-fields__field-wrapper  input:-ms-input-placeholder { /* IE 10+ */
    color: rgb(104, 103, 103);
  }
  .woocommerce-billing-fields__field-wrapper input::placeholder { /* Standard */
    color: rgb(104, 103, 103);
  }

  .woocommerce-input-wrapper{
    width: 100%;
    flex: 1;
  }

  .woocommerce-checkout textarea{
    color: #000 !important;
  }
  p.form-row>label{
    padding-right: 8px;
    width: 200px;
  }

  ul.woocommerce-shipping-methods input[type=radio]+label

  {
    font-size: 13px;
    font-weight: 400;
    
  }
  .woocommerce-checkout .shop_table td, .woocommerce-checkout .shop_table th {
    line-height: 1.4;
    padding: 10px;
}
  ul.woocommerce-shipping-methods input[type=radio] {
    float: left;
    height: 20px;
    margin: 0 4px 0 0;
    width: auto;
}
.woocommerce-form-login-toggle{
    display: none;
}
.order_details .product-quantity{
    color: #000;
}
table tfoot{
    background-color: transparent !important;
}
.rotate {
    animation: rotation 50s infinite linear;
}
.mini_cart_item span,.mini_cart_item a{
    color: #000;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 767px) {
#brxe-xxwucu.closemenu{

        font-size: 36px;
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;

}
#brxe-xxwucu.closemenu{

        font-size: 36px;
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;

}
}


.rotate {
    animation: rotation 50s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    #brxe-xxwucu.closemenu {

        font-size: 36px;
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;

    }

    #brxe-xxwucu.closemenu {

        font-size: 36px;
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;

    }
}



.brxe-woocommerce-products .products {

    gap: 16px;
    justify-items: stretch;
}
.brxe-woocommerce-products.productsun .products {

    gap: 16px;
}
.brxe-woocommerce-products ul.products img{
    border-radius: 4px 4px 0 0;
}
.brxe-woocommerce-products h2.woocommerce-loop-category__title {
    color: #fff;
    margin-top: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    background-color: black;

}
h1.category_name{
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 24px 0;
}
h2.woocommerce-loop-product__title{
    
}
.brxe-woocommerce-products .product{
    /* background-color: #fff; */
}
.brxe-woocommerce-products .product .woocommerce-LoopProduct-link{
    text-align: center;
}
.brxe-woocommerce-products .button{
    align-self: center;
}

.brxe-woocommerce-products a.product_type_simple.add_to_cart_button{
    background-color: #f44336;
    color: white !important;
    border: none;
    border-radius: .25rem;
}
.brxe-woocommerce-products .bg_color{

    background-color: #fff;
    text-align: center;
    padding-bottom: 16px;
    border-radius: 0 0 6px 6px;
    color: #000;
   
}
ul.product-attributes{
    list-style: none;
    padding: 16px 0 0 0;
    margin: 0;
}
ul.product-attributes li{
    list-style: none;
    padding: 0 16px;
    margin: 0;
    text-align: left;
}
span.woocommerce-Price-amount{
    margin-top: 16px;
    display: inline-block;
}
tr.cart-subtotal span.woocommerce-Price-amount{
    margin-top:0
    
}
table.shop_table ul.woocommerce-shipping-methods input[type=radio]+label{color:#fff}

.bg_color span.woocommerce-Price-amount{
    margin-top: 16px;
    display: block;
}

.woocommerce-cart-form button[name="update_cart"]:disabled
 {
    background: #555555;
    color: #000;

}

.woocommerce-cart-form .button[name="update_cart"] {
    background: #fff;
    color: #000;

}
.calculated_shipping table.shop_table_responsive{
    display: none;
}
.calculated_shipping h2{
    display: none;
}
.cart-collaterals{
    color: #fff;
}
#shipping_method{
    display:flex;
}
.woocommerce-checkout #shipping_method{
    flex-direction: column;
}
.cart-collaterals{
    width:100%
}
.cart-collaterals .wc-proceed-to-checkout .button{
    background-color: #fff;
    color: #000;
}
.woocommerce-billing-fields h3{
    font-size: 24px;
    padding: 16px 0;
}
.woocommerce-billing-fields__field-wrapper p.form-row{
    display: flex;
}
.woocommerce-billing-fields__field-wrapper p.form-row#billing_address_1_field{
    display: flex;
    flex-direction: column;
}
.woocommerce-billing-fields__field-wrapper p.form-row#billing_address_2_field{
    display: flex;
    flex-direction: column;
}


.woocommerce-shipping-fields__field-wrapper p.form-row{
    display: flex;
}
.woocommerce-shipping-fields__field-wrapper p.form-row#shipping_address_1_field{
    display: flex;
    flex-direction: column;
}

.wfc-checkout__inner-contents {
    overflow-y: scroll;
    
}
#order_review tr.woocommerce-shipping-totals{
    display: flex;
    flex-direction: column;
}

#order_review tr.woocommerce-shipping-totals ul#shipping_method li span.woocommerce-Price-amount{
    margin-top: 0;
}
.woocommerce-checkout #payment .payment_methods .payment_box{
    color: #000;
}
.woocommerce-checkout .place-order .button{
    color: #000;
}

.mycheckbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0 !important;
    height: 42px !important;
}
.mycheckbox .ff-el-input--label {
    padding-top: 0 !important;
    width: auto !important;
    
}
.bookbord select{
    color: #000;
    background-color: #fff;

}
.mycheckbox .ff-el-input--label>label {
    font-weight: 600;
    font-size: 16px;
    color: #fff;

    
}
.mycheckbox .ff-el-input--content .ff_item_selected span{
    font-weight: 600;
    font-size: 16px;
    color: #fff;

    
}
.mycheckbox .ff-el-input--content {
    margin-left:  0 !important;
    
}
.mycheckbox .ff-el-input--content .ff-el-form-check {
    margin-bottom:  0 !important;
    
}
.p-GridCell label

{
    color: #000;
}
nav[aria-label="Product Pagination"]{
    display: flex;
    justify-content: center;
    padding:32px 0


}
.woocommerce-pagination .page-numbers li{

    color: #000;
    border-radius: 4px;
}


.woocommerce-pagination .page-numbers li .page-numbers{
    padding: 4px 16px;
    border-radius: 4px;
    color: #000;
}
.woocommerce-pagination .page-numbers li span.page-numbers{
    background-color: #dd9a84;
    color: #fff;
    

}
.woocommerce-pagination .page-numbers li a.page-numbers{
    background-color: #fff;
   

}
form.cart .quantity+button[name="add-to-cart"]{
    background-color: #fff;
    color: #000;
}
.pewc-group-content-wrapper{
    background-color: transparent !important;
}
table.wfc-cart-table tr.cart_item{
    border-top: 1px solid #d5d5d580;
}
table.wfc-cart-table tr.cart_item td.product-name{
    padding: 16px ;
}

table.wfc-cart-table  dl.variation {
    display: flex;
    flex-wrap: wrap;
}
.wfc-cart-collaterals h2{
    padding-top: 24px;
}
table.wfc-cart-table  dl.variation dt,
table.wfc-cart-table  dl.variation dd {
    display: inline-block;
    margin: 0;
    padding: 0;
}

table.wfc-cart-table  dl.variation dt {
    font-weight: bold;
    margin-right: 5px; /* 调整名称和价格之间的间距 */
}

table.wfc-cart-table  dl.variation dd {
    margin-left: 0;
}

/* 使每对 dt 和 dd 占用一行 */
table.wfc-cart-table  dl.variation dt + dd {
    margin-left: 0;
    font-weight: 400;
    padding-right: 12px;
}

table.wfc-cart-table  dl.variation dd::after {
    content: '';
    display: block;
    clear: both;
    width: 100%; /* 强制换行 */
}
p.form-row-wide#billing_phone_field{
    display: inline-flex;
    width: 45%;
    padding-left: 6px;
}
p#billing_phone_field>label{
    display: none;
}
p#billing_phone_field>span #billing_phone{
    height: 36px;
}
p#billing_mobile_location_field{
    display: inline-flex;
    width: 55%;
    align-items: end;
}
p#billing_mobile_location_field>label{
    width: 80px;
}
p#billing_mobile_location_field>span{
    width: calc(50% - 200px);
}
p#billing_mobile_location_field>span>span{
    width: 100% !important;
    vertical-align: bottom;
    overflow: hidden;
}
.pewc-product-extra-groups li{
    margin-bottom: 0;
}
nav.woocommerce-breadcrumb{
    margin-top: 30px;
}
.woocommerce .select2-selection .select2-selection__arrow b{
    border-top-color:#000
}
.products a.button.add_to_cart_button{
    border-radius: 4px;
    /* background-color: #fff; */
}
.products a.button.add_to_cart_button i{
    color: #fff;
    
}
.related.products .products a.button.add_to_cart_button{
    border-radius: 4px;
    background-color: #f44336;
}
.related.products .products a.button.add_to_cart_button i{
    color: #fff;
    
}
.content-area{
    padding-bottom: 24px;
}
.woocommerce .form-row-first{
    margin: 0 0 1.2em;
}
.hidden-field {
    display: none !important;
}
.pewc-cart-item-price{
    padding-right: 16px;
}
.woocommerce-cart-form tbody td.product-thumbnail{
    padding-right: 6px;
}
.woocommerce-cart-form tbody td.product-quantity{
    padding: 0 6px;
}
@media screen and (max-width: 767px){
    #brx-content{
        padding: 0 16px;
    }
    .woocommerce-cart-form tbody td{
        padding: 8px 0;
    }
    
    .woocommerce-cart-form tbody td {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: space-between;
        align-items: flex-end;
    }
    .woocommerce-cart-form tbody td.product-name{
        justify-content: flex-start;
    }

}

.cart-collaterals{
    padding-bottom: 36px;
}
.shipping-calculator-form input{
    color: #000;
}
.shipping-calculator-form .button{
    color: #000;
    background-color: #fff;
    border-radius: 4px;
}
.brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons a {
    background-color: #f44336;
    border-radius: 6px;
}
.brxe-woocommerce-mini-cart .cart-detail li .quantity{
    color: #4c4848;
}
.new_bottom_color{
    font-size: 12px;
}
#brxe-faiihj:hover,
#brxe-flppjm:hover,
#brxe-fmopai:hover
{
        cursor: pointer;
}

.brxe-woocommerce-products .product .price{
    display: flex;
        justify-content: center;
    
}
.brxe-woocommerce-products .product .price del{
    padding-right:10px;
}
span.price-pre{
    margin-top: 16px;
    margin-right:4px;
}
span.price ins{
    text-decoration:none;
}

button.single_add_to_cart_button.button{
    color:#000;
}
table.variations select{
    color:#fff;
}
table.variations select option{
    
    color: black; /* 下拉选项的文字颜色 */
            background-color: white; /* 下拉选项的背景色 */
}
#coupon_code {
        color: #777; /* 设置文本颜色 */
    }
    #coupon_code::placeholder { color: #777; }
    .woocommerce button[name="apply_coupon"] {

color:#222;
}

.woocommerce-cart-form .woocommerce-cart-form__contents button[name="update_cart"]:disabled
 {
    background: #e4e7e9;
    color: #222;

}
.showbest{
    background: #f44336;
    color: #fff;
    border-radius: 4px;
}