/**
* 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: 160px;
	right: 1.9%;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	z-index: 99;
	border-radius: 50%;
	transition: all .25s ease-in-out;
	align-items: center;
	justify-content: center;
	display: flex;
	opacity: 0;
	visibility: hidden;
}

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

#brx-content,
.woocommerce main.site-main {
	padding: 30px 0;
}

.dgwt-wcas-search-wrapp {
    max-width: 600px !important;
}

.cart-collaterals .wc-proceed-to-checkout .button,
.woocommerce-checkout .place-order .button {
	line-height: 2em !important;
}

form.cart .single_add_to_cart_button {
	width: calc(100% - 311px);
}

.woocommerce-tabs .wc-tabs li {
    padding: 0 !important;
}

.woocommerce-tabs .wc-tabs li a {
    padding: 15px;
    display: block;
}

.woocommerce-tabs .panel {
    padding: 30px 0 !important;
}

.price del {
    color: #ccc !important;
    font-weight: 400 !important;
}

.brxe-woocommerce-products .product h2 {
    margin-bottom: 15px !important;
    font-size: 15px !important;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.brxe-woocommerce-products .add_to_cart_button, .brxe-woocommerce-products .added_to_cart, .brxe-woocommerce-products .button {
	line-height: 1;
	min-height: auto !important;
	padding: 10px 15px !important;
}

.brxe-woocommerce-products .product .price {
    font-weight: bold;
    color: red;
}

.brxe-woocommerce-products .product .price ins {
	text-decoration: none;
}

.woocommerce-pagination {
    justify-content: center;
}

/* .brxe-woocommerce-products .add_to_cart_button, .brxe-woocommerce-products .added_to_cart {
	display: none !important;
} */

.bricks-archive-title-wrapper {
    margin: 30px auto;
}

li.woocommerce-MyAccount-navigation-link {
    border-bottom: 1px solid #e8e8e8;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    line-height: 50px !important;
    padding: 0px 20px !important;
	transition: all .25s ease-in-out;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    background: #2f9f1b;
    color: #fff;
}

article#brx-content h1 {
    margin-bottom: 30px;
}

td.download-expires {
    white-space: nowrap;
    padding: 0 30px !important;
}

.download-remaining {
	display: none !important;
}

th.download-expires {
    padding: 0 30px;
}

#reviews .description {
	border-bottom: none !important;
	padding-bottom: 10px !important;
}

ol.commentlist ul.children {
    list-style: none;
    border-top: 1px solid #ccc;
    padding-top: 30px;
    padding-left: 0;
    margin-left: 78px;
}

@media (max-width: 767px) {
	form.cart .single_add_to_cart_button {
		width: 100%;
	}
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.brxe-woocommerce-products .product .woocommerce-LoopProduct-link {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.label-above .wapf-field-label label {
    color: #ff0000;
    font-weight: bold;
    font-size: 18px;
}

.wapf-field-description {
    margin: 0 0 20px 0 !important;
    font-size: 14px !important;
}

.wapf-field-container {
    padding-bottom: 0 !important;
}

.sxcla-activation-field label input {
    display: inline-block;
    margin-right: 5px;
}

ul.activation-conditions {
    margin-top: 20px !important;
}

.activation-conditions li:not(:first-child) {
	margin-top: 10px !important;
}

.sxcla-activation-wrapper p {
    margin-bottom: 10px;
}

/* .product-item */
.product-item {
    box-shadow: 0 0px 5px #cccccc63;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eaeaea;
    transition: all .25s ease-in-out;
}

.product-item:hover {
    border-color: #2e9f1b;
}

.product-item-box {
    padding: 20px 15px 15px;
}

.product-item a {
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-item-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.product-item-link {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}

.product-item-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.price ins,
.price > span bdi {
    color: red;
    font-weight: bold;
    text-decoration: none;
}

.woocommerce-pagination .page-numbers li .page-numbers {
    padding: 0 !important;
    width: 30px;
    height: 30px;
    justify-content: center;
    border-radius: 4px;
    background: #2e9f1b;
    color: #fff;
    transition: all .25s ease-in-out;
    border: 1px solid #2e9f1b;
    line-height: 1;
}

.woocommerce-pagination .page-numbers li .current, .woocommerce-pagination .page-numbers li:hover {
    font-weight: normal !important;
}

.woocommerce-pagination .page-numbers li .current, .woocommerce-pagination .page-numbers li:hover a {
    background: #fff;
    color: #2e9f1b;
}

.sepay-download {
	display: none !important;
}

.dgwt-wcas-tpd-price ins span,
.dgwt-wcas-pd-price ins span,
.dgwt-wcas-sp span {
    color: red;
}

.woocommerce .dgwt-wcas-pd-rating .star-rating,
.dgwt-wcas-pd-rating {
    font-size: 15px !important;
}

.dgwt-wcas-pd-rating {
    margin-top: 10px;
}

.woocommerce .dgwt-wcas-pd-rating .star-rating {
    color: #ffaa00;
}

.woocommerce-account form .show-password-input {
    background: transparent;
}

.bricks-archive-title-wrapper .title {
    font-size: 24px;
    text-transform: uppercase;
}

.bricks-archive-title-wrapper .title:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--bricks-color-ykdygm);
    margin-top: 5px;
}

.woocommerce-form-coupon-toggle {
    margin: 10px 0;
}

form.woocommerce-checkout h3 {
    margin-bottom: 20px;
}

.woocommerce-sepay-bank-details {
    max-width: 700px !important;
}

p.woocommerce-customer-details--phone {
    margin: 20px 0;
}

h2.woocommerce-column__title {
    text-align: center;
    margin-bottom: 20px;
}

section.woocommerce-customer-details {
    text-align: center;
}

h2.woocommerce-order-details__title {
    text-align: center;
    margin-bottom: 20px;
}

.woocommerce-order-received h1 {
    text-align: center;
}

@media (min-width: 768px) {
    .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
        grid-column: span 2;
    }
}

#contact-box {
    bottom: 210px;
}

.woo-wallet-my-wallet-container .woo-wallet-form-wrapper input[type=number],
.woo-wallet-my-wallet-container .woo-wallet-form-wrapper input[type=text],
.woo-wallet-my-wallet-container .woo-wallet-form-wrapper select,
.woo-wallet-my-wallet-container .woo-wallet-form-wrapper textarea,
.woo-wallet-my-wallet-container .dataTables_filter input {
    line-height: 1;
    font-size: 1rem!important;
    padding: 12px!important;
}

.woo-wallet-my-wallet-container .woo-wallet-section-title {
    font-size: 16px !important;
}

.woo-wallet-my-wallet-container .woo-wallet-form-wrapper .woo-wallet-section-title {
    padding-top: 0 !important;
}

.woo-wallet-my-wallet-container .woo-wallet-form-wrapper input[type=submit],
.woo-wallet-my-wallet-container .dataTables_wrapper .dataTables_info {
    font-size: 1rem !important;
}

.woo-wallet-my-wallet-container .woo-wallet-header p {
    font-size: 15px !important;
}

.woo-wallet-my-wallet-container .dataTables_length select {
    line-height: 1;
    padding: 12px !important;
}