/*
Theme Name: Zota Child
Theme URI: https://elementor2.thembay.com/zota/
Author: Thembay
Description: This is a child theme for Zota
Version: 1.0
Author URI: https://thembay.com/
Template: zota
Text Domain: zota-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

/* New Product Tabs */
.tbay-element-product-categories-tabs .tabs-list>li>a.active, .tbay-element-product-categories-tabs .tabs-list>li>a:hover, .tbay-element-product-tabs .tabs-list>li>a.active, .tbay-element-product-tabs .tabs-list>li>a:hover {
    background-color: var(--tb-theme-color);
    color: #fff !important;
}

.tbay-element-product-categories-tabs .tabs-list>li>a, .tbay-element-product-tabs .tabs-list>li>a {
    color: #ffffff !important;
    background-color: #D9B8FF;
}

/* Breadcrumb */
.tbay-breadcrumb.breadcrumbs-image .breadscrumb-inner h1 {
    color: #D9B8FF;
}
.tbay-breadcrumb.breadcrumbs-image .breadscrumb-inner .breadcrumb li {
    color: #D9B8FF;
}

/* Checkout Page CSS */
div[class^=wp-block-], figure[class^=wp-block-], ul[class^=wp-block-] {
    padding-left: 10px;
    padding-right: 10px;
}

::selection {
    background-color: #bf8dec;
    color: #fff;
}




div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background-color: #bf8dec !important;
}


p a {
	color: #bf8dec;
}

.product.inner .name a {
	color: #bf8dec;
}

h3 a {
	color: #bf8dec;
}

.woocommerce-info {
    border-top-color: #bf8dec;
}

.woocommerce-info::before {
    color: #bf8dec;
}

.woocommerce-account .info-user img {
    border: 3px solid #bf8dec;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-weight: 600 !important;
}