/**
* Theme Name: HiBricks
* Theme URI: https://namncn.com/hibricks/
* Description: A nice child theme for bricksbuilder theme.
* Author: Nam Truong
* Author URI: https://namncn.com
* Version: 1.0.0
* Tags: bricks, bricksbuilder, childtheme.
* Text Domain: hibricks
* License: GNU General Public License v3
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Template: bricks
*/

#bricks-preloader .title,
#bricks-preloader .sub-title,
#bricks-preloader .logo {
	display: none !important;
}

body.bricks-is-frontend :focus {
	outline: none !important;
}

.bricks-search-overlay .close {
	font-size: 30px !important;
}

.backtotop {
	width: 40px;
	height: 40px;
	background-color: #222;
	text-align: center;
	padding: 10px;
	line-height: 20px;
	position: fixed;
	bottom: 100px;
	right: 1.9%;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	z-index: 99;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	align-items: center;
	justify-content: center;
	display: flex;
	opacity: 0;
	visibility: hidden;
}

.backtotop.active {
	opacity: 1;
	visibility: visible;
}

.woocommerce-form-coupon-toggle {
    margin-top: 15px;
}

.woocommerce-checkout .shop_table td,
.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table tbody td {
    padding: 15px;
    border: 1px solid var(--bricks-border-color);
}

.woocommerce-form__label {
    margin-bottom: 10px;
}

.woocommerce-checkout h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
}

.woocommerce-checkout h3:after {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    background: #dddedf;
    margin-top: 8px;
}

.input, input:not([type=submit]), select, textarea,
.woocommerce .select2-selection {
    border-radius: 8px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table,
.woocommerce-checkout .shop_table tfoot,
.woocommerce-checkout .shop_table thead {
    border: none;
}

.select2-search__field {
    line-height: 24px;
}

.select2-dropdown {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.woocommerce .select2-selection {
    height: 42px;
}

.woocommerce-checkout form.checkout_coupon {
    border-radius: 8px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    gap: 15px;
    margin: 15px 0;
}

#woocommerce-checkout-form-coupon > p {
    width: unset;
    float: none;
}

#woocommerce-checkout-form-coupon .clear {
    display: none;
}

.woocommerce-billing-fields__field-wrapper {
    margin-bottom: 15px;
}

.woocommerce-account-fields,
.woocommerce-form-login-toggle {
    margin-top: 15px;
}

form.woocommerce-form.woocommerce-form-login.login {
    background: #f5f6f7;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
}

div#primary {
    padding: 40px 0;
}

section.related.products > h2 {
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons a {
    padding: 10px;
}

.sld-ap-form_group input, .sld-ap-form_group textarea, .sld-ap-form_group select {
    padding: 10px 15px !important;
    border-radius: 8px !important;
    line-height: 1.4 !important;
}

.sld-ap-form_box {
    flex-grow: 1;
}

.woocommerce-cart-form__cart-item input.qty {
    border-radius: 0 !important;
}

form.cart .quantity, form.woocommerce-cart-form .quantity {
    width: 120px;
}