/*!
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/
*/
.navbar-2-logo img {
    width: 100%;
}
li#CAt_15 {
    display: none;
}
.shop-image {
    height: 186px;
    overflow: hidden;
}
.shop-box-items .shop-content h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.single-footer-widget img {
    width: 100%;
}
.hero-content h1 {
    font-size: 40px;
}

h1.woocommerce-products-header__title.page-title {
    font-size: 26px;
    margin-bottom: 12px;
}
section.sidebar.ttm-sidebar-left.clearfix {
    padding-top: 50px;
    padding-bottom: 50px;
}
h3.widget-title {
    font-size: 20px;
    margin-bottom: 20px;
}
li#id15 {
    display: none;
}
.summary.entry-summary {
    padding-left: 40px;
}
.woocommerce-notices-wrapper {
    border: 0 !important;
}
.py-20 {
    padding: 20px 0;
}
.inner_pag-content p {
    margin-bottom: 15px;
}

.inner_pag-content h1, .inner_pag-content h2, .inner_pag-content h3, .inner_pag-content h4, .inner_pag-content h5, .inner_pag-content h6 {
    padding: 20px 0;
}








/*Woocommerce*/
.woocommerce ul.products li.product {
    border: 1px solid rgba(0,0,0,.1);
    text-align: center;
    padding-bottom: 10px;
    border-radius: 8px;
}
.woocommerce ul.products li.product:hover {
    border-color: #ffd200
}
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;
}
.woocommerce ul.products li.product .button {
    background: #ffd200;
    color: #000;
    font-size: 14px;
    margin-top: 5px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #dd3333;
    font-weight: bold;
    margin-top: .5em;
    font-size: 16px;
}
.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;
}
.textwidget p {
    line-height: 22px;
    font-size: 14px;
    margin-top: 25px;
}
.padding-left-30 {
    padding-left: 30px;
}
.mt-20 {
    margin-top: 20px;
}
.mean__menu-wrapper {
    margin-left: 30px;
}
.feature-card-items h3 {
    font-size: 20px;
}



@media (max-width:767px){    

   .my-account {
        display: none;
    }
    .footer-3 {
        padding-top: 0;
    }
    .padding-left-30 {
        padding-left: 0;
    }

}





