/*
Theme Name:   Nikikala Child
Description:  Nikikala child theme
Author:       Morteza Rastegar
Author URI:   https://mortezarastegar.ir/
Template:     Nikikala
Version:      1.0.0
Text Domain:  nikikalachild
*/



/*
 *  Display "Download" Buttons
 */
.productDocuments {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.productDocuments-item {
  display: block;
  flex: 1;
  margin: 4px !important;
}



/* 
 * Replace Default Colors
 */

.products-swiper .object-headline>span:before {
    background-color: #1e965a;
}
.new-product-page .products-swiper .object-headline>span::before {
    background-color: #1e965a;
}
.new-product-page.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    background-color: #1e965a;
}
.new-product-page.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #1e965a;
}
.new-product-page.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2::after {
    background-color: #1e965a;
}
.new-comments-add-comment-btn {
    border: 1px solid #1e965a;
    color: #1e965a;
}
.new-comments-add-comment-btn:hover {
    color: #1e7751;
}
.nikikala-best-sell-products-product span {
    color: #1e965a;
}
.woocommerce #respond input#submit.alt:hover, input#submit:hover, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button.alt:hover, .woocommerce button.button:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover {
    background-color: #1f9b59 !important;
	color: #ffffff !important;
}
.woocommerce #respond input#submit {
    box-sizing: border-box;
    outline: none !important;
    flex: 1;
    margin: 4px !important;
    transition: all .3s ease-in-out;
    padding: 12px 16px;
    border-radius: 5px;
    border: 0;
    background-color: #1e7751;
    color: #ffffff;
}
.stars > span > a {
	color: #ffdc38 !important;
	font-size: 1.5rem;
}
.remodal-loading-bullet {
    background-color: #1e7751;
}

input[type="text"], input[type="search"], input[type="email"], input[type="url"] {
    letter-spacing: 0;
}