@charset 'utf-8';
/*
 Theme Name:   Frank Jewelry Store Child Theme
 Theme URI:    http://frank-jewelry-store.themerex.net/
 Description:  Frank Jewelry Store Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     frank-jewelry-store
 Version:      1.0
 Tags:         light, inheritable theme options
 Text Domain:  frank-jewelry-store
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.socials_mobile {
	display: none !important;
}
div.wpcf7 .form-style-1 textarea {
	height: auto;
}

.center-content {
	text-align: center;
	 margin: 0 auto;
    width: 100%;
}

.woocommerce_status_bar,
.shop_table .cart-coupon,
.shop_table .actions,
body.woocommerce-cart .sc_layouts_title_content,
.woocommerce-form-coupon-toggle,
.woocommerce-checkout .sc_layouts_title_content,
.woocommerce-form-login-toggle {
	display: none !important;
}

body.woocommerce-cart  .page_content_wrap,
body.woocommerce-checkout  .page_content_wrap,
.page-id-23285  .page_content_wrap {
	padding-top: 0;
}

body.woocommerce-cart .cart_totals h2 {
	margin-top: 0;
}

.woocommerce table.shop_table tr:first-child th,
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
    padding: 15px 25px;
}

.woocommerce-notice--success.woocommerce-thankyou-order-received {
	text-align: center;
	font-size: 40px;
	line-height: 1.2;
}

.page-id-23285 .sc_layouts_title_content {
	display: none;
}

.sidebar-banner {
	background-color: #000;
	color: #fff;
	padding: 50px 30px;
	text-align: center;
	position: relative;
}
.sidebar-banner h2 {
	margin-bottom: 25px;
	margin-top: 0;
	color: #fff !important;
	line-height: 1.2;
}

.sidebar-banner a {
	display: flex;
	max-width: 150px;
	margin: 0 auto;
	align-items: center;
	border: 2px solid #FF3B18;
	background-color: #ffffff;
	transition: 0.25s ease-in-out;
	color: #000 !important;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 10px;
	gap: 10px;
	text-align: center;
	justify-content: center;
}
.sidebar-banner a:hover {
	background-color: #FF3B18;
	color: #fff !important;
	border-color: #fff;
}
.sidebar-banner a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: '';
	height: 100%;
}
.sidebar-banner svg {
	height: 30px;
	width: auto;
}

.sidebar_default[class*="scheme_"] .sidebar_inner {
    padding: 2.3em 0;
}