/*!
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/
*/
a.logoheader img {
    width: 170px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}
.product-block-three .title a {
    color: #000;
    text-decoration: underline;
}
.product-block-three .title a:hover {
    text-decoration: none;
}
.shop-item h6 a:hover {
    text-decoration: underline;
    opacity: 0.7;
}
.main-footer.style-three a.theme-btn.btn-style-one {
    padding: 9px 20px;
    border-radius: 10px;
}
.shop-item h6 small {
    display: block;
    font-size: 12px;
}
.gree_bg {
    padding: 50px 0px 50px;
    background-color: var(--color-sixteen);
    margin-top: 60px;
    margin-bottom: 60px;
}
.pt-50 {
    padding-top: 50px;
}
div#product_cat_15 {
    display: none;
}
.pt-50 {
    padding-top: 50px;
    background: #eaeaea;
    margin-bottom: 50px;
}
.ptpb_50{
    padding-top: 50px;
    padding-bottom: 50px;
}

button#load-more:hover {
    background: #281334;
}
button#load-more {
    background: #ed1d24;
    border: 0;
    outline: 0;
}
span.sku_wrapper {
    display: block;
}
.shop-detail-section {
    position: relative;
    padding: 60px 0px 60px;
}
.summary.entry-summary h1.product_title.entry-title {
    font-size: 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: var(--main-color);
    font-size: 2em;
    padding: 10px 0;
}
.woocommerce-product-details__short-description p, .woocommerce-product-details__short-description{
    color: #000;
    line-height: 22px;
}
.woocommerce-product-details__short-description{
    margin-bottom: 30px;
}
.summary.entry-summary .quantity .qty {
    text-align: center;
    border: 1px solid #c6b5b6;
    padding: 5px 10px;
    width: 100px;
    border-radius: 10px;
    outline: 0;
}
.summary.entry-summary form.cart .button {
    vertical-align: middle;
    float: left;
    padding: 8px 20px;
    line-height: 27px;
    border-radius: 10px;
    background: #281334;
    text-transform: uppercase;
    font-size: 12px;
}
.product_meta > span {
    font-size: 16px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8;
    background-color: #ffffff;
    color: #fff;
}
.summary.entry-summary form.cart .button:hover {
    background: #000;
}
.woocommerce div.product .woocommerce-tabs .panel p {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    line-height: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    margin-bottom: 20px;
    font-size: 30px;
}
.woocommerce div.product .woocommerce-tabs .panel p {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    line-height: 20px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 30px;
    display: table-cell;
}
.woocommerce div.product .woocommerce-tabs .panel > ul > li {
    font-size: 16px;
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 30px;
}
form#commentform input, form#commentform textarea {
    border: 1px solid #ccc;
    width: 100%;
    padding: 5px;
}
section.related.products {
    display: block;
    margin-top: 30px;
}
section.related.products > h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
section.related_products h2.woocommerce-loop-product__title {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-top: 10px;
}
section.related_products .shop-item .price span {
    font-size: 16px;
    padding: 5px 0;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #281334;
    color: #fff;
}
.page-title .bread-crumb {
    margin-top: 0;
}




@media (max-width:767px){    
    .page-title {
        padding: 10px 0px;
    }
}





