/*!
Theme Name: aamra_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aamra_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

aamra_theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*Demo 52*/

.dropdown-item {
    padding: 0 0.5rem;
}
.dropdown-item.active, .dropdown-item:active {
    color: #0c7534 !important;
    background-color: transparent !important;
}
.footer-text p {
    color: #ccc;
}
.newsletter-form .es-form-field-container {
    position: relative;
}
.newsletter-form input[type="submit"] {
    position: absolute;
    right: 0;
    width: 130px;
    top: 9px;
    border: 0;
    background: #ffd800;
    color: #000;
}
section.categorie-layout1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sec-subtitle p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}
.sec-subtitle h3 {
    color: #fff;
}
section.counter-layout1 {
    padding-top: 70px;
}
.service-content ul {
    list-style-type: none;
    padding-left: 0px;
}
section.products.product_page {
    padding-top: 70px;
}
.product-category {
    font-size: 13px;
    color: #0c7735;
    font-weight: bold;
}

section.middle {
    padding-top: 60px;
}
.readmore_button {
    margin-top: 30px;
}



.woocommerce ul.products li.product {
    border: 1px solid var(--border-color);
    text-align: center;
    padding-bottom: 15px;
}
.woocommerce ul.products li.product:hover {
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
h2.woocommerce-loop-product__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 10px !important;
    font-family: var(--body-font);
}

.woocommerce ul.products li.product .button {
    background: #FFF3B2;
    color: #000;
    font-size: 14px;
    margin-top: 8px;
    text-transform: uppercase;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #000;
    font-weight: bold;
    margin-top: .5em;
}
.woocommerce .woocommerce-ordering select {
    padding: 7px;
    border-color: #ede9e9;
    border-radius: 10px;
    outline: 0;
}
.woocommerce span.onsale {
    background-color: #03a297;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 30%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 65%;
}
.woocommerce div.product .product_title { 
    font-size: 35px;
    margin-bottom: 30px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #03a297;
    font-size: 2em;
    margin-bottom: 20px;
}
.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations select {
    padding: 6px;
    border-radius: 10px;
    outline: 0;
}
.product_meta > span {
    display: block;
}
.woocommerce-tabs.wc-tabs-wrapper h1,
.woocommerce-tabs.wc-tabs-wrapper h2,
.woocommerce-tabs.wc-tabs-wrapper h3,
.woocommerce-tabs.wc-tabs-wrapper h4,
.woocommerce-tabs.wc-tabs-wrapper h5,
.woocommerce-tabs.wc-tabs-wrapper h6 {
    font-size: 30px;
    padding: 15px 0;
}
.woocommerce-tabs.wc-tabs-wrapper p {
    padding-bottom: 15px;
}
form.woocommerce-form.woocommerce-form-track-order.track_order input {
    padding: 10px;
    border-radius: 10px;
    outline: 0;
    border: 2px solid #03a297;
}
ul.Cat_nav-list{
	list-style-type:none;	
} 
ul.Cat_nav-list li a{ 
color: #000;
}
ul.Cat_nav-list li a:hover{
	color:#0c7735;
} 


@media (max-width:767px){
	
       

}





