/*
Theme Name: Ecomus Child
Theme URI: https://aaradesigner.com/
Author: DrFuri
Author URI: https://aaradesigner.com/
Description: Aara Designer Studio
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecomus
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: ecomus
*/
/* Theme Color */
a:hover, a:active {
    outline: 0;
    color: #aba0e3;
}
.single-product div.product .ecomus-product-price .price ins,
.single-product div.product .meta-cat a {
	color: #aba0e3;
}
.single-product div.product .meta-cat a:hover {
	color: #100835;
}
.single-product div.product .em-buy-now-button {
	background-color: #aba0e3;
}
.single-product div.product .em-buy-now-button:hover {
	background-color: #100835;
}
.site-header .site-header__container {
    background-color: #fff;
}
.header-logo > a img, .header-logo > a svg {
    border-radius: 11px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .woocommerce-button:nth-child(1), 
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .woocommerce-button:nth-child(2) {
    margin-right: 12px;
    padding: 5px 10px 5px;
    background-color: #262626;
    color: #fff;
    text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .woocommerce-button:nth-child(1) {
    background-color: #aba0e3;
}
.single-product div.product .product-gallery-summary + .woocommerce-tabs {
    margin-top: 60px;
    float: right;
    width: calc(100% - 27px);
}
.woocommerce ul.products li.product .product-variation-items--second.product-variation-items--white-transparent {
    color: #ffffff;
    background-color: #111;
}