/*!
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/
*/

.footer-area {
    background: #f8fafd;
}
.textwidget p {
    color: #000;
}
ul.social-link a {
    color: #ff6a00;
    font-size: 16px;
}
ul.social-link {
    margin-top: 20px;
    font-weight: bold;
    color: #000;
}
.hero-slider-content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
}
section.about-area p {
    font-size: 16px;
    line-height: 26px;
}
section.about-area {
    margin-bottom: 70px;
    padding-top: 20px;
}
h2.about_title {
    margin-bottom: 20px;
    font-size: 25px;
}
.offer-tools p {
    color: #000 !important;
    line-height: 24px !important;
}
.woocommerce ul.products li.product {
    border: 1px solid #ddd;
}
.woocommerce ul.products li.product:hover {
    border-color: #feb200;
}
a.button.product_type_simple:hover {
    background: #ff6a00;
    color: #fff;
}
a.button.product_type_simple {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    color: #000;
    text-transform: uppercase;
}
.woocommerce ul.products li.product a {
    text-align: center;
}
li.product.type-product img {
    min-height: 250px;
    max-height: 250px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
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-size: 14px !important;
}
a.register-btn.d-none.d-lg-block {
    border: 1px solid #feb200;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    text-transform: uppercase;
}
.es-form-field-container {
    position: relative;
}
.es-form-field-container input[type="submit"] {
    position: absolute;
    right: 0;
    top: 10px;
    background: #111010;
}
.md_menu_list>ul>li>a {
    padding: 14px 15px;
    text-transform: uppercase;
}
h1.slider_side_title {
    font-size: 50px;
}
p.about_company_details {
    font-size: 14px;
    line-height: 20px;
}
.motor-pats {
    margin-top: 0;
    padding: 50px 0;
}
.product_images {
    height: 220px;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}
.h4-ft-product-card .product-card-bottom {
    padding: 0 10px 20px;
}
.h4-ft-product-card .product-card-bottom .product-title {    
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
small.category_name {
    font-size: 10px;
    color: #111010;
}
.at_nav_menu ul li.has-submenu::after {    
    right: 0px;
}
.parts-single {
    border-radius: 6px;
    padding: 20px 10px;
}
.popular_cat .product_images{
    height: 120px;
}
section.h4-features.position-relative.z-2 {
    position: unset !important;
    margin-bottom: 90px;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, " / ");
}
.breadcrumb-section {
    padding: 60px 0 60px 0;
}
.shop_sidebar_ct_list li a {
    font-size: 13px;
}
.woocommerce ul.products li.product .button {   
    background: #feb200;
}
.woocommerce div.product .product_title {
    font-size: 30px;
}
.product_meta {
    margin-top: 20px;
    background: #efefef;
    padding: 10px;
}




@media (max-width:767px){
    .eq-header-info {
        grid-column-gap: 12px !important;
        font-size: 11px  !important;
    }
    .eq-header-infobar.py-3 {
        padding: 6px 0 !important;
        text-align: center;
        margin: 0 auto;
        display: table;
    }
    .footer-sb-form input[type=email] {
        padding-right: 110px;
    }
    .eq-hero-section {
        padding: 80px 0;
    }
    .eq-hero-slider-wrapper {
        margin-top: 30px;
    }


}





