/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/**
  * Logo width for all PCs
 **/
#site-logo #site-logo-inner a img {
	width: 77px !important;
	max-width: 77px !important;
}



#scroll-top {
	bottom: 60px !important;
}

@media (max-width: 945px) {


/**
 * Table Command Responsiv
 **/
.woocommerce-page table.woocommerce-MyAccount-orders,
.woocommerce-page table.woocommerce-MyAccount-orders thead,
.woocommerce-page table.woocommerce-MyAccount-orders tbody,
.woocommerce-page table.woocommerce-MyAccount-orders th,
.woocommerce-page table.woocommerce-MyAccount-orders td,
.woocommerce-page table.woocommerce-MyAccount-orders tr {
	display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.woocommerce-page table.shop_table thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.woocommerce-page table.shop_table td {
	/* Behave  like a "row" */
	border: 1px solid #d2d3d3;
	position: relative;
}

.woocommerce-page table.shop_table {
	border: none;
}

.woocommerce-page table.shop_table td.product-spacer {
	border-color: #FFF;
	height: 10px;
}

.woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce-page .quantity,
.woocommerce-page #content .quantity {
	margin: 0;
}

.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
	text-align: left;
	border:0;
	padding-left: 6px !important;
}

.woocommerce-page table.cart td.actions .button.alt,
.woocommerce-page #content table.cart td.actions .button.alt {
	float: left;
	margin-top: 10px;
}

.woocommerce-page table.cart td.actions div,
.woocommerce-page #content table.cart td.actions div,
.woocommerce-page table.cart td.actions input,
.woocommerce-page #content table.cart td.actions input {
	margin-bottom: 10px;
}

.woocommerce-page .cart-collaterals .cart_totals {
	float: left;
	width: 100%;
	text-align: left;
}

.woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals td {
	border:0 !important;
}

.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
	padding-left: 6px !important;
}

.woocommerce-page table.shop_table tr.cart-subtotal td,
.woocommerce-page table.shop_table tr.shipping td,
.woocommerce-page table.shop_table tr.total td,
.woocommerce-page table.shop_table.order_details tfoot th,
.woocommerce-page table.shop_table.order_details tfoot td {
	padding-left: 6px !important;
	border:0 !important;
}

.woocommerce-page table.shop_table tbody {
	padding-top: 10px;
}

tr.woocommerce-orders-table__row > td.woocommerce-orders-table__cell {
	padding-bottom: 0 !important;
}

tr.woocommerce-orders-table__row > td:nth-child(1) {
	padding-top: 35px !important;
}

#scroll-top {
        bottom: 60px !important;
}
}
