/*
Theme Name: The7 Child
Theme URI: https://the7.io/
Description: Child theme for The7 (Spilgute). Safe place for custom CSS and PHP.
Author: Spilgute
Template: dt-the7
Version: 1.2.0
Text Domain: the7-child
*/

/*
 * Custom CSS is split into css/*.css and enqueued from functions.php:
 *   typography.css, footer.css, woocommerce.css, components.css, forms.css
 */

/* Sumažina layout thrashing shrink animacijos metu */
.the7-e-sticky-effect-yes.e-con.the7-e-sticky,
.the7-e-sticky-effect-yes.e-con.the7-e-sticky-effects {
  transition: background 0.3s, border 0.3s, box-shadow 0.3s, opacity 0.3s, transform 0.3s !important;
}

.the7-e-sticky-spacer {
  overflow-anchor: none;
}

.elementor-element-817879a.the7-e-sticky-spacer {
  height: 120px !important;
  min-height: 120px !important;
}

.return-to-shop {
 	justify-content: center;
  	display: flex;
}

.elementor-widget-text-editor a {
	text-decoration: unset !important;
}

.return-to-shop a.button.wc-backward {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	min-width: 200px;
  	padding: 17px 30px 17px 30px;
  	border-style: solid;
  	border-width: 1px 1px 1px 1px;
  	border-radius: 50px 50px 50px 50px;
	color: #FFFFFF;
	background: #A9824E;
	border-color: #A9824E;
}

.return-to-shop a.button.wc-backward:hover {
	background: #AE65A9;
	border-color: #AE65A9;
}