/*
Theme Name: Buckley Child
Theme URI: #
Template: buckley
Author: the Creative team
Author URI: #
Description: Buckley Wordpress Theme
Tags: blog,one-column,two-columns,right-sidebar,custom-background,custom-header,custom-menu,editor-style,featured-images,flexible-header,footer-widgets,full-width-template,microformats,post-formats,rtl-language-support,sticky-post,theme-options,translation-ready
Version: 1.0.1681186546
Updated: 2023-04-10 23:15:46

*/

.woocommerce-billing-fields .inline-block .woocommerce-input-wrapper{
    display: flex;
}
.woocommerce-billing-fields .inline-block .woocommerce-input-wrapper .radio{
    margin-left: 10px;
}
#ebizcharge-new-info label{
    padding-left: 0;
}
#ebizcharge-new-info label:before{
    border: unset;
    width: unset;
    height: unset;
}
#ebizcharge-new-info .form-row-first,#ebizcharge-new-info .form-row-last{
    width: 100%;
}
.woocommerce-checkout #payment div.payment_box #ebizcharge-new-info .form-row{
    margin-bottom: 0px;
}
#ebizcharge-new-info #cvv {
    width: 100px;
}
#ebizcharge-new-info .help{
    display: block;
}
.woocommerce-shipping-totals.shipping{
    display: flex;
    flex-direction: column;
}
body .woocommerce table.shop_table tfoot .woocommerce-shipping-totals.shipping td{
    text-align: left;
    padding: 0 15px;
}
.shipping_method p {
    margin-left: 10px;
    color: #c30000;
}

.woocommerce-loop-product__link .tp-image-wrapper {
    margin: 0;
    padding: 0;
    height: 300px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce ul.products li.product a img{
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.woocommerce table.my_account_orders .button{
    margin-right: 10px;
}
.wpcf7-form .sign__up .wpcf7-submit{
    bottom: unset;
    line-height: inherit;
}
/*.woocommerce div.product div.images .slick-list img{*/
/*    max-height: 587px;*/
/*    object-fit: contain;*/
/*}*/
.account-right-info .info__col {
    text-align: center;
    margin-top: 45px;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit.disabled {
    color: #ffffff;
}
.payment_box select#expyear {
    padding-right: 30px;
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after{
    font-family: 'dashicons';
    content: "\f177";
}
.woocommerce form .show-password-input.display-password::after, .woocommerce-page form .show-password-input.display-password::after{
    content:"\f530 ";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    border: none !important;
}
.woocommerce-tabs ul.tabs.wc-tabs {
    align-items:center;
}

.shop_table .additional-info-wrapper {
    display: flex;
}
.additional-info-wrapper table.additional-info {
    flex-grow: 1;
}
.product-remove{
    flex-grow:50;
}
@media (max-width: 767px){
    .wpcf7-form .sign__up .wpcf7-submit {
        padding: 19px 23px;
    }
    .footer-bottom .bottom_row {
         flex-direction: column-reverse;
    }
    .footer-bottom .copyright__text {
        width: 100%;
    }
    .footer-bottom .main {
        text-align: center;
    }
    .footer-bottom .bottom__menu {
        width: 100%;
        text-align: center;
    }
    .footer-bottom li#menu-item-953 {
        padding-top: 5px;
    }
    .woocommerce-form.woocommerce-form-register.register {
        margin-bottom: 30px;
    }
    .vce-row-container #el-6f2f82ea[data-vce-do-apply*=all][data-vce-do-apply*=el-6f2f82ea]{
        padding-bottom:30px;
    }

/*    dashboard*/
    .account-right-info .info__col {
        text-align: center !important;
        margin-top: 45px;
    }
    .account-right-info img.account_info_ic {
        margin: auto;
    }
    ul.tabs.wc-tabs {
        display: flex;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs{
        flex-wrap: nowrap !important;
    }
    .sub__title h1{
        text-align:center;
    }
    .left-filter .wpfMainWrapper{
        text-align: center;
    }
    .left-filter .wpfFilterButtons{
        text-align: right;
    }
    div#mCSB_2_container {
        display: block;
    }
    div#wpfBlock_1 {
        margin-top:15px;
    }
    .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
        float: none;
        text-align: center;
    }
    .right-result .wpfMainWrapper {
        float: none;
        max-width: 175px;
        margin: auto;
    }
    .wpfFilterTitle {
        text-align:left;
    }
    .cart-combine .shop_table tr:last-child{
        background:#FFFFFF !important;
    }
    .stock, .woocommerce div.product .stock{
        display:inline !important;
    }
    .product-remove{
        flex-grow:10;
    }
}

@media only screen and (max-width: 375px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        width:50%;
    }
}