/* 
Theme Name: Until Again ~ ☆ 
Version: 1.0 
Description: Child theme for Botiga. 
Author: Tess
Author URI: https://www.untilagain.com
Template: botiga 
*/  

/* --------------- Theme customization starts here ----------------- */

.woocommerce-sorting-wrapper .row {
	align-items: center;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-methods {
	text-align: right;
}

.woocommerce-cart .cart_totals {
  max-width: 600px;
}

.woocommerce-cart div.cart_totals table tr.tax-total td {
  border-bottom: 1px solid rgba(33,33,33,.1) !important;
}

.return-to-shop {
	margin-top: 30px;
}

.wpforms-container .wpforms-recaptcha-container .g-recaptcha {
  padding: 10px 0;
}

.product img {
	border-radius: 2rem;
}

.woocommerce-page-header {
	background-color: #FFF8E0;
}

.bhfb-below_footer_row {
	padding: 2rem 0;
}

.wa__popup_powered, .wa__popup_powered_mb {
	display: none;
}

#post-9 .entry-header {
	margin-bottom: 120px;
}

@media (max-width: 991px) {
  	#post-9 .entry-header {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.woocommerce-account .woocommerce-form-login, .woocommerce-account .woocommerce-form-register {
    	padding: unset;
	}
}

.woocommerce-account .woocommerce-form-login, .woocommerce-account .woocommerce-form-register {
  	border: unset;
  	padding: 0 25px;
  	min-height: unset;
}

#customer_login h2 {
	padding: 0 25px;
}

.woocommerce-account .woocommerce-form-login .form-row, .woocommerce-account .woocommerce-form-register p {
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Permanent Marker", cursive !important;
}

.woocommerce-MyAccount-content .woocommerce-info a.button {
	display: block;
	width: fit-content;
  	margin-top: 20px;
}

.variations_form.cart .variations tbody > tr + tr > td {
  padding-top: 0px;
}

.variations_form.cart .variations .label {
  width: 100%;
}

@media screen and (max-width: 719px) {
	.shop-columns-mobile-1 ul.products {
    	grid-template-columns: 1fr 1fr;
  	}
}

.cfvsw-swatches-container {
	justify-content: center;
}

.botiga-side-mini-cart {
    z-index: 9999999999;
}

.wpautoterms-footer {
  z-index: 0;
}

@media (max-width: 991px) {
	.page-id-100 .widget-area {
    	margin-top: 0px;
  	}
}

.content-wrapper {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
	.content-wrapper {
    	margin-bottom: 60px;
  	}
}

.woocommerce-product-gallery__image {
	border-radius: 2rem;
}

.wpforms-form input[type=submit],
.wpforms-form button[type=submit] {
    background-color: #212121;
	color: #fff;
	padding: 13px 24px;
	text-transform: uppercase;
	cursor: pointer;
	border: 2px solid #212121;
}

.wpforms-form input[type=submit]:hover,
.wpforms-form button[type=submit]:hover {
	background-color: #757575;
	border-color: #757575;
}