/*
Theme Name: Aurelia Jewelry
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: Lilia Zikrach
Author URI: https://wordpress.org
Description: Custom Design theme
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration: none;
}
a:focus,
a:active,
button:focus,
button:active {
	text-decoration: none;
	text-decoration-thickness: 0px;
	outline-width: 0px;
}
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
    text-decoration: none;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/*
 * Prevents unnecessary scrollbars while handling long lines of preformatted text.
 * https://core.trac.wordpress.org/ticket/63875
 */
:where(pre) {
	overflow-x: auto;
}



/* Aurelia Jewelry theme */
main {
	overflow: hidden;
}
header {
	position: sticky;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}
header .wp-block-site-logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

footer {
    margin-top: 0!important;
}

.wp-block-navigation-item__content span {
    letter-spacing: 0.5px;
}

.wp-block-button,
.wp-block-button__link {
	width: 100%!important;
	margin-bottom:0!important;
	border-radius: 0;
}

.star-icon img {
	display: block;
	height: 12px;
	width: auto;
}
.banner p {
	text-wrap: nowrap!important;
	font-size: 12px;
}
.wp-block-accordion-panel {
	font-size: 14px;
}

ul {
  list-style: none;
}

ul:not(.wc-block-product-template, .wc-block-review-list) li::marker {
  content: "";
}
.wc-block-product-template {
  gap: 10px;
}
.commentlist {
	padding-left: 0;
}

.wc-block-product {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.wp-block-post-title,
.wp-block-post-title a {
	text-wrap: auto;
}
.orderby {
	opacity:0.7;
}

.rotating-star {
  display: inline-block;
  animation: spin 20s linear infinite;
}
.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before {
    color: #ffe65d!important;
}
.wc-block-review-list {
	padding-left: 0px;
}
.wc-block-review-list li::marker {
  content: " ";
}
.wc-block-review-list-item__item {
	padding: 15px;
	/*border-radius: 15px;*/
	border: 1px solid  rgba(214, 160, 180, 0.5);
	margin-bottom: 10px;
	box-shadow: 0 0 15px rgba(214, 160, 180, 0.5);
	letter-spacing: 0.5px;
}
.wc-block-review-list-item__product {
	width: 100%;
	font-weight: 600;
}
.woocommerce-Tabs-panel--additional_information h2,
.woocommerce-Tabs-panel--description h2,
.woocommerce-Reviews-title {
	font-size: 24px;
}
.wc-block-review-list-item__product,
.wc-block-review-list-item__text {
	font-size: 16px;
}
.wc-block-all-reviews .wc-block-components-load-more {
	margin-top: 60px;
}
.woocommerce div.product form.cart table.variations th {
    vertical-align: sub;
}
.woocommerce div.product form.cart table.variations th,
.woocommerce div.product form.cart table.variations td {
    padding-bottom: 0;
}
.woocommerce-review-link,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	font-size: 14px;
}
.variations tbody,
.variations tr,
.variations td  {
	width: 100%;
}
.reset_variations {
	display: none!important;
}

.tabs.wc-tabs li a {
	font-weight: 500!important;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (min-width:640px) {
	.woocommerce-review-link {
		letter-spacing: 0.5px;
	}
	.footer-background-image {
		background-position: 100% 97%!important;
    	background-size: 70%!important;
	}
	.rotating-star.left img {
		width: 120px!important;
		height: 120px!important;
	}
}
@media screen and (max-width:640px) {
	.banner p {
		text-wrap: nowrap!important;
		font-size: 10px;
	}
	.wc-block-product-template,
	.image-block-links-container {
		grid-template-columns: repeat(1, minmax(0, 1fr))!important;
	}
	.rotating-star.right {
		margin-right: -70px;
	}
	.wp-block-add-to-cart-form form,
	.wp-block-add-to-cart-form button {
		width: 100%;
	}
	.wp-block-woocommerce-add-to-cart-form .variations_button {
		display: flex;
	}
	.woocommerce div.product form.cart table.variations td select {
    	min-width: 100%;
		margin-right: 0;
	}
}