/*
    Theme name: Ator
    Theme URI: https://www.ator.cl/
    Description: Tema para tienda virtual Ator
    Author: Paulo Torres
    Template: storefront
    Version: 1.0
    License: GNU General Public License v2 or later
    Tags: Woocommerce, responsive, ecommerce
*/

/* storefront-gutenberg-blocks-inline-css */

.wp-block-button__link:not(.has-text-color) {
    color: #ffffff;
}

.wp-block-button__link:not(.has-text-color):hover,
.wp-block-button__link:not(.has-text-color):focus,
.wp-block-button__link:not(.has-text-color):active {
    color: #ffffff;
}

.wp-block-button__link:not(.has-background) {
    background-color: #333333;
}

.wp-block-button__link:not(.has-background):hover,
.wp-block-button__link:not(.has-background):focus,
.wp-block-button__link:not(.has-background):active {
    border-color: #1a1a1a;
    background-color: #1a1a1a;
}

.wp-block-quote footer,
.wp-block-quote cite,
.wp-block-quote__citation {
    color: #6d6d6d;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
    color: #6d6d6d;
}

.wp-block-image figcaption {
    color: #6d6d6d;
}

.wp-block-separator.is-style-dots::before {
    color: #333333;
}

.wp-block-file a.wp-block-file__button {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:active {
    color: #ffffff;
    background-color: #1a1a1a;
}

.wp-block-code,
.wp-block-preformatted pre {
    color: #6d6d6d;
}

.wp-block-table:not( .has-background ):not( .is-style-stripes ) tbody tr:nth-child(2n) td {
    background-color: #fdfdfd;
}

.wp-block-cover .wp-block-cover__inner-container h1:not(.has-text-color),
.wp-block-cover .wp-block-cover__inner-container h2:not(.has-text-color),
.wp-block-cover .wp-block-cover__inner-container h3:not(.has-text-color),
.wp-block-cover .wp-block-cover__inner-container h4:not(.has-text-color),
.wp-block-cover .wp-block-cover__inner-container h5:not(.has-text-color),
.wp-block-cover .wp-block-cover__inner-container h6:not(.has-text-color) {
    color: #000000;
}

.wc-block-components-price-slider__range-input-progress,
.rtl .wc-block-components-price-slider__range-input-progress {
    --range-color: #000000;
}

/* Target only IE11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .wc-block-components-price-slider__range-input-progress {
        background: #000000;
    }
}

.wc-block-components-button:not(.is-link) {
    background-color: #333333;
    color: #ffffff;
}

.wc-block-components-button:not(.is-link):hover,
.wc-block-components-button:not(.is-link):focus,
.wc-block-components-button:not(.is-link):active {
    background-color: #1a1a1a;
    color: #ffffff;
}

.wc-block-components-button:not(.is-link):disabled {
    background-color: #333333;
    color: #ffffff;
}

.wc-block-cart__submit-container {
    background-color: #ffffff;
}

.wc-block-cart__submit-container::before {
    color: rgba(220,220,220,0.5);
}

.wc-block-components-order-summary-item__quantity {
    background-color: #ffffff;
    border-color: #6d6d6d;
    box-shadow: 0 0 0 2px #ffffff;
    color: #6d6d6d;
}

/* storefront-style-inline-css */

.main-navigation ul li a,
.site-title a,
ul.menu li a,
.site-branding h1 a,
button.menu-toggle,
button.menu-toggle:hover,
.handheld-navigation .dropdown-toggle {
    color: #333333;
}

button.menu-toggle,
button.menu-toggle:hover {
    border-color: #333333;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-title a:hover,
.site-header ul.menu li.current-menu-item > a {
    color: #747474;
}

table:not( .has-background ) th {
    background-color: #f8f8f8;
}

table:not( .has-background ) tbody td {
    background-color: #fdfdfd;
}

table:not( .has-background ) tbody tr:nth-child(2n) td,
fieldset,
fieldset legend {
    background-color: #fbfbfb;
}

.site-header,
.secondary-navigation ul ul,
.main-navigation ul.menu > li.menu-item-has-children:after,
.secondary-navigation ul.menu ul,
.storefront-handheld-footer-bar,
.storefront-handheld-footer-bar ul li > a,
.storefront-handheld-footer-bar ul li.search .site-search,
button.menu-toggle,
button.menu-toggle:hover {
    background-color: #ffffff;
}

p.site-description,
.site-header,
.storefront-handheld-footer-bar {
    color: #404040;
}

button.menu-toggle:after,
button.menu-toggle:before,
button.menu-toggle span:before {
    background-color: #333333;
}

h1, h2, h3, h4, h5, h6, .wc-block-grid__product-title {
    color: #333333;
}

.widget h1 {
    border-bottom-color: #333333;
}

body,
.secondary-navigation a {
    color: #6d6d6d;
}

.widget-area .widget a,
.hentry .entry-header .posted-on a,
.hentry .entry-header .post-author a,
.hentry .entry-header .post-comments a,
.hentry .entry-header .byline a {
    color: #727272;
}

a {
    color: #000000;
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    outline-color: #000000;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #ffffff;
}

button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .button.alt:hover, .widget-area .widget a.button.alt:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #ffffff;
}

.pagination .page-numbers li .page-numbers.current {
    background-color: #e6e6e6;
    color: #636363;
}

#comments .comment-list .comment-content .comment-text {
    background-color: #f8f8f8;
}

.site-footer {
    background-color: #000000;
    color: #ffffff;
}

.site-footer a:not(.button):not(.components-button) {
    color: #ffffff;
}

.site-footer .storefront-handheld-footer-bar a:not(.button):not(.components-button) {
    color: #333333;
}

.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer .widget .widget-title, .site-footer .widget .widgettitle {
    color: #0a0a0a;
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title {
    color: #000000;
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content {
    color: #000000;
}

@media screen and ( min-width: 768px ) {
    .secondary-navigation ul.menu a:hover {
        color: #595959;
    }

    .secondary-navigation ul.menu a {
        color: #404040;
    }

    .main-navigation ul.menu ul.sub-menu,
    .main-navigation ul.nav-menu ul.children {
        background-color: #f0f0f0;
    }

    .site-header {
        border-bottom-color: #f0f0f0;
    }
}

/* storefront-woocommerce-style-inline-css */

@font-face {
    font-family: star;
    src: url(https://www.ator.cl/wp-content/plugins/woocommerce/assets/fonts//star.eot);
    src:
        url(https://www.ator.cl/wp-content/plugins/woocommerce/assets/fonts//star.eot?#iefix) format("embedded-opentype"),
        url(https://www.ator.cl/wp-content/plugins/woocommerce/assets/fonts//star.woff) format("woff"),
        url(https://www.ator.cl/wp-content/plugins/woocommerce/assets/fonts//star.ttf) format("truetype"),
        url(https://www.ator.cl/wp-content/plugins/woocommerce/assets/fonts//star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: WooCommerce;
    src: url(https://www.ator.cl/wp-content/plugins/woocommerce/assets/fonts//WooCommerce.eot);
    src:
        url(https://www.ator.cl/wp-content/plugins/woocommerce/assets/fonts//WooCommerce.eot?#iefix) format("embedded-opentype"),
        url(https://www.ator.cl/wp-content/plugins/woocommerce/assets/fonts//WooCommerce.woff) format("woff"),
        url(https://www.ator.cl/wp-content/plugins/woocommerce/assets/fonts//WooCommerce.ttf) format("truetype"),
        url(https://www.ator.cl/wp-content/plugins/woocommerce/assets/fonts//WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal;
}

a.cart-contents,
.site-header-cart .widget_shopping_cart a {
    color: #333333;
}

a.cart-contents:hover,
.site-header-cart .widget_shopping_cart a:hover,
.site-header-cart:hover > li > a {
    color: #747474;
}

table.cart td.product-remove,
table.cart td.actions {
    border-top-color: #ffffff;
}

.storefront-handheld-footer-bar ul li.cart .count {
    background-color: #333333;
    color: #ffffff;
    border-color: #ffffff;
}

.woocommerce-tabs ul.tabs li.active a,
ul.products li.product .price,
.onsale,
.wc-block-grid__product-onsale,
.widget_search form:before,
.widget_product_search form:before {
    color: #6d6d6d;
}

.woocommerce-breadcrumb a,
a.woocommerce-review-link,
.product_meta a {
    color: #727272;
}

.wc-block-grid__product-onsale,
.onsale {
    border-color: #6d6d6d;
}

.star-rating span:before,
.quantity .plus, .quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: #000000;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #000000;
}

.order_details {
    background-color: #f8f8f8;
}

.order_details > li {
    border-bottom: 1px dotted #e3e3e3;
}

.order_details:before,
.order_details:after {
    background: -webkit-linear-gradient(transparent 0,transparent 0),-webkit-linear-gradient(135deg,#f8f8f8 33.33%,transparent 33.33%),-webkit-linear-gradient(45deg,#f8f8f8 33.33%,transparent 33.33%)
}

#order_review {
    background-color: #ffffff;
}

#payment .payment_methods > li .payment_box,
#payment .place-order {
    background-color: #fafafa;
}

#payment .payment_methods > li:not(.woocommerce-notice) {
    background-color: #f5f5f5;
}

#payment .payment_methods > li:not(.woocommerce-notice):hover {
    background-color: #f0f0f0;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #e6e6e6;
    color: #636363;
}

.wc-block-grid__product-onsale,
.onsale,
.woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
    color: #6d6d6d;
}

p.stars a:before,
p.stars a:hover~a:before,
p.stars.selected a.active~a:before {
    color: #6d6d6d;
}

p.stars.selected a.active:before,
p.stars:hover a:before,
p.stars.selected a:not(.active):before,
p.stars.selected a.active:before {
    color: #000000;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #333333;
    color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #ffffff;
}

.button.added_to_cart:focus,
.button.wc-forward:focus {
    outline-color: #000000;
}

.added_to_cart,
.site-header-cart .widget_shopping_cart a.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

.added_to_cart:hover,
.site-header-cart .widget_shopping_cart a.button:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #ffffff;
}

.added_to_cart.alt, .added_to_cart, .widget a.button.checkout {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

.added_to_cart.alt:hover, .added_to_cart:hover, .widget a.button.checkout:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #ffffff;
}

.button.loading {
    color: #333333;
}

.button.loading:hover {
    background-color: #333333;
}

.button.loading:after {
    color: #ffffff;
}

@media screen and ( min-width: 768px ) {
    .site-header-cart .widget_shopping_cart,
    .site-header .product_list_widget li .quantity {
        color: #404040;
    }

    .site-header-cart .widget_shopping_cart .buttons,
    .site-header-cart .widget_shopping_cart .total {
        background-color: #f5f5f5;
    }

    .site-header-cart .widget_shopping_cart {
        background-color: #f0f0f0;
    }
}
.storefront-product-pagination a {
    color: #6d6d6d;
    background-color: #ffffff;
}
.storefront-sticky-add-to-cart {
    color: #6d6d6d;
    background-color: #ffffff;
}

.storefront-sticky-add-to-cart a:not(.button) {
    color: #333333;
}

.home .entry-header{
	display: none;
}

/* others */

.stock.in-stock {
    color: #000000;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
    margin-bottom: 2.617924em;
    background-color: #000000;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: .6180469716em solid rgba(0,0,0,.15);
    padding: 1em 2em 1em 3.5em;
    position: relative;
    list-style: none outside;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #000000;
}

.reserved-footer-ator {
    background-color: #000000;
    padding: 2rem 0;
    text-align: center;
    font-size: 15px;
    color: white;
}

.page-template-template-homepage .entry-content, .page-template-template-homepage .entry-header {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 66.4989378333em){
    .col-full {
        margin-left: 0.5em;
        margin-right: 0.5em;
        padding: 0;
    }
}