/*
Theme Name: AmericaDVD
Theme URI: https://www.3studio.cl
Author: 3Studio
Author URI: https://www.3studio.cl
Description: plantilla personalizada para americadvd.cl
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.7
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: 
Text Domain: americadvd
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
*/
/* Check other CSS files inside /assets/css/ folder */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

*, *::before, *::after {
	box-sizing: inherit;
}

/*
 * Increase horizontal padding on smaller screens.
*/
@media (max-width: 1510px) {

	header>.wp-block-group,
	main> :not(.alignfull),
	.sidebar> :not(.alignfull),
	main>.wp-block-query> :not(.alignfull),
	main .entry-content> :not(.alignfull),
	main .entry-content .wp-block-columns.alignfull p,
	.woocommerce .woocommerce-breadcrumb,
	.woocommerce :not(.related)>ul.products,
	.sidebar .wp-block-query> :not(.alignfull),
	.sidebar .entry-content> :not(.alignfull),
	.sidebar .entry-content .wp-block-columns.alignfull p,
	footer>.wp-block-group {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

/*borde imagen producto*/
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #ebebeb !important;
}

/*titulo producto*/
.wc-block-grid__product-title, .woocommerce-loop-product__title {
	font-size: 12px !important;
	text-transform: uppercase !important;
	color: #777777 !important;
}

/*precio producto*/
.wc-block-grid__product-price.price, .woocommerce-Price-amount.amount {
	color: #002aba !important;
	font-size: 24px !important;
}

/*boton de compra*/
.wp-block-button__link.wp-element-button.add_to_cart_button.ajax_add_to_cart, .button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .single_add_to_cart_button.button.alt.wp-element-button {
	font-size: 14px !important;
	background-color: #ad0000 !important;
	color: #ffffff !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
}

.destacados-portada {
	text-decoration: none !important;
}

/*.text-decoration-none {
	text-decoration: none !important;
}*/