/*
 Theme Name: Avada Child
 Description: Child theme ofr the Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
 Template: Avada
*/

/* Order Received */
table#mshop_bacs_bank_account_table {
    width: 100%;
    margin-bottom: 10px;
}

/* Topbar */
@media only screen and (max-width: 800px) {
.fusion-contact-info {
    padding: 1em 30px 1em 30px;
    line-height: 1.5em;
}
}
/* Cart */
.msbn-all input[type=checkbox]+label, .msbn-all input[type=checkbox]+label:before, .msbn-cb input[type=checkbox]+label, .msbn-cb input[type=checkbox]+label:before {
    width: 18px !important;
    height: 18px !important;
}
.shop_table .product-remove a {
    line-height: 1;
}

@media (max-width: 800px) {
.woocommerce-cart table.cart a.remove {
    padding-left: 3px;
    margin-top: 18px;
}
}

/* footer */
footer .fusion-column .textwidget .footer_logo {
    margin-bottom: 16px;
}
footer .fusion-column .textwidget h5 {
    font-size: 20px;
    color: white;
    margin-top: 15px;
    margin-bottom: 18px;
}
footer .fusion-copyright-notice .copyright-footer,
footer .fusion-copyright-notice .agree-footer {
    width: calc(50% - 2px);
    display: inline-block;
}
footer .fusion-copyright-notice .agree-footer {
    text-align: right;
}
@media (max-width: 800px) {
footer .fusion-copyright-notice .copyright-footer,
footer .fusion-copyright-notice .agree-footer {
    width: 100%;
    text-align: center;
}
footer .fusion-copyright-notice .agree-footer {
    margin-top: 8px;
}
}

/*my-account order*/
@media (max-width: 600px) {
.woocommerce-account .my_account_orders thead {
    display: none;
}
.woocommerce-account .my_account_orders .order th,
.woocommerce-account .my_account_orders .order td {
    padding: 14px 10px !important;
    text-align: right;
    display: block;
    height: auto;
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce-account .my_account_orders .order td:last-child {
	border-bottom: none;
}
table.shop_table.shop_table_responsive.my_account_orders.mshop_license tbody .order td {
	text-align: right !important;
}
table.shop_table.shop_table_responsive.my_account_orders.mshop_license tbody .order td.order-date {
	width: 100%;
}
.woocommerce-account .my_account_orders .order .woocommerce-orders-table__cell-order-actions:before {
    padding-top: 6px;
}
.woocommerce-account .my_account_orders .order td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
	color: #888;
}
.woocommerce-account .my_account_orders .order {
    display: block;
    margin-bottom: 50px;
}
}

/*my-account address*/
.woocommerce-MyAccount-content .woocommerce-address-fields p#mshop_billing_address-postnum_field label,
.woocommerce-MyAccount-content .woocommerce-address-fields p#mshop_shipping_address-postnum_field label{
    display: block;
}
/*product-result*/
.woocommerce div.product-type-variable form.cart > button.single_add_to_cart_button.button:last-child {
    margin-top: 29px !important;
}
.woocommerce div.product form.cart > button.single_add_to_cart_button.button:last-child {
    margin-left: 10px;
}
@media (max-width: 360px) {
.single-product div.product .summary form.cart .quantity {
    width: auto;
}
.single-product div.product .summary form.cart .quantity .minus,
.single-product div.product .summary form.cart .quantity .plus,
.single-product div.product .summary form.cart .quantity input.qty {
    width: 30px;
    height: 30px;
}
.woocommerce div.product form.cart > button.single_add_to_cart_button.button:last-child {
    margin-top: 26px !important;
}
}
