/* DIGITAL PRODUCTS CUSTOM CSS */
.montonio-bnpl-items .montonio-bnpl-item {
	font-weight: 400 !important;
}

.vi-wcuf-ob-product-image {
	max-width: 25px !important;
}

.woocommerce-checkout .woocommerce-message {
	display: none !important;
}

.woocommerce-checkout .product-quantity {
	display: none !important;
}

.woocommerce-cart .topbar,
.woocommerce-cart .header-center-items,
.woocommerce-cart .header-search,
.woocommerce-cart .header-account {
	display: none !important;
}

.woocommerce-checkout .topbar,
.woocommerce-checkout .header-center-items,
.woocommerce-checkout .header-search,
.woocommerce-checkout .header-account {
	display: none !important;
}

.woocommerce-checkout .entry-header .entry-title {
	margin-bottom: 40px !important;
}

.woocommerce-cart .entry-header .entry-title {
	margin-bottom: 40px !important;
}

.social-proof-text {
	font-size: 80%;
}

.products .onsale.woocommerce-badge {
	display: none !important;
}

.woocommerce div.product .product_title {
	font-weight: 500 !important;
}

.mobile-menu-category {
	font-weight: 500 !important;
}

@media (orientation: portrait) {
	.mobile-menu__nav .menu>li {
		padding: 7px 0 !important;
	}
}

.woobt-wrap:before {
	content: 'Complete your toolkit:';
	font-weight: bold;
}

.displaynone {
	display: none !important;
}

.up-sells.upsells.products {
	display: none !important;
}

.sumo_restriction_message {
	color: #161619 !important;
}

.sumo_restriction_message a {
	color: #000000 !important;
	font-weight: bold !important;
}

.grecaptcha-badge { 
	visibility: hidden;
}


/* KONTE THEME CSS */
.konte-button {
	background: #6C3BFF !important;
	border-radius: 99px !important;
}

.konte-button:hover {
	background: #4623AA !important;
}

#_invoice_for_company_field {
	margin-bottom: -30px !important;
}

.entry-subtitle {
	font-size: 120% !important;
}

.single-page-header .entry-subtitle {
	padding-top: 30px !important;
}

.konte-banner.text-position-under-image .konte-button {
	margin-top: 4px !important;
}

.text-center {
	text-align: center;
}

.empty-cart-button {
	display: none !important;
}

.product_meta {
	display: none !important;
}

.related.products {
	display: none !important;
}

.stock {
	display: none !important;
}

.checkbox {
	font-size: 16px !important;
	color: #838889 !important;
}

.woocommerce div.product .woocommerce-review-link {
	text-transform: none !important;
}

.woocommerce-Reviews .comment-reply-title {
	text-transform: none !important;
}

.topbar-text {
	text-align: center !important;
}

html {
	scroll-behavior: smooth;
}

.post a {
	text-decoration: underline;
}

@media (orientation: portrait) {
	.term-description {
		margin-left: 0px !important;
	}
}

@media (orientation: portrait) {
	.woocommerce div.product.layout-v6 .woocommerce-tabs .tabs li {
		margin: 0 0 0px 0 !important;
	}
}


/* WOOCOMMERCE CUSTOM CSS */
.single_add_to_cart_button {
	border-radius: 99px !important;
}

.cart-panel .widget_shopping_cart_content .buttons .button {
	border-radius: 99px !important;
}

.cart-panel .widget_shopping_cart_content .buttons .checkout {
	border-radius: 99px !important;
}

.cart-panel .widget_shopping_cart_content .buttons .checkout {
	background: #6C3BFF !important;
}

.cart-panel .widget_shopping_cart_content .buttons .checkout:hover {
	background: #4623AA !important;
}

.woocommerce div.product .single_add_to_cart_button {
	background: #6C3BFF !important;
}

.woocommerce div.product .single_add_to_cart_button:hover {
	background: #4623AA !important;
}

.woocommerce-checkout-payment .place-order .button {
	border-radius: 99px !important;
	background-color: #6C3BFF !important;
}

.woocommerce-checkout-payment .place-order .button:hover {
	background-color: #4623AA !important;
}

.wc-proceed-to-checkout .checkout-button {
	border-radius: 99px !important;
	background-color: #6C3BFF !important;
}

.wc-proceed-to-checkout .checkout-button:hover {
	background-color: #4623AA !important;
}


/* ADD TO CART ON MOBILE */
@media (min-width: 321px) and (max-width: 379px) {
    .mobile-shop-buttons ul.products li.product .woocommerce-loop-product__button {
        font-size: 14px;
    }
    .mobile-shop-buttons ul.products li.product .woocommerce-loop-product__button:before {
        display: inline-block;
        vertical-align: -7px;
    }
}


/* HOOKMEUP HOOK */
#woocommerce_before_add_to_cart_form.hookmeup-hook {
	font-size: 90%
}
#woocommerce_after_add_to_cart_form.hookmeup-hook {
	font-size: 80%
}
#woocommerce_share.hookmeup-hook {
	font-size: 80%
}

#woocommerce_review_order_after_payment.hookmeup-hook {
	font-size: 80% !important;
}
