/*!
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.gt_switcher-popup.glink.nturl.notranslate span {
    color: #fff !important;
}
.copyright {
    width: 100%;
    text-align: center;
    font-size: 12px;
}
div#es_form_f1-n1 input.es-email{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 16px;
    color: #B7B7B7;
    padding: 10px 70px 10px 20px;
    transition: all 500ms ease;
}
div#es_form_f1-n1 .es-form-field-container {
    position: relative;
}
div#es_form_f1-n1 input[type="submit"] {
    position: absolute;
    display: inline-block;
    top: 14px;
    right: 5px;
    width: 83px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 11px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    transition: all 500ms ease;
    background: var(--theme-color);
}
ul.menu-vertical li a {
    color: var(--text-color);
    line-height: 30px;
}

ul.menu-vertical li a:hover{
    color: #ff6b00;
} 

ul.menu-vertical li#id16 {
    display: none;
}













.woocommerce ul.products li.product a img {   
    height: 150px;
    overflow: hidden;
}
.summary.entry-summary {
    padding-left: 40px;
}


/*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: #ff6b00
}
h2.woocommerce-loop-product__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 10px !important;
    font-size: 14px !important;
}
.woocommerce ul.products li.product .button {
    background: #ff6b00;
    color: #000;
    font-size: 14px;
    margin-top: 0;
}
.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: var(--theme-color);
    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;
}
figure.image.image_size_135 img {
    width: 135px;
}
.woocommerce div.product form.cart .button {
    background: var(--theme-color);
}
.woocommerce .quantity .qty {
    border: 1px solid #ccc;
    padding: 4px;
}
section.related.products h2 {
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 22px;
}
.page_content.text-box p {
    margin-bottom: 26px;
    color: var(--title-color);
}
ul.wc-block-grid__products li.wc-block-grid__product {
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    padding-bottom: 10px;
    border-radius: 8px;
}
ul.wc-block-grid__products a.wc-block-grid__product-link {
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color);
    margin: 0px;
    transition: all 500ms ease;
    font-size: 14px;
}
ul.wc-block-grid__products .wc-block-grid__product-price.price {
    font-size: 20px;
    color: #32373c;
    font-weight: bold;
}
ul.wc-block-grid__products .wp-block-button__link {
    background-color: #ff6b00;
}
h2.wp-block-heading.has-text-align-center {
    margin-bottom: 20px;
}
.wc-block-cart__submit-container a {
    color: #fff;
}
.wc-block-cart__submit-container {
    background: #ff6b00;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #ff6b00;
    color: #fff;
}
.wc-block-checkout__actions_row {
    background: #060606;
    color: #fff;
}
.contact-info-section .inner-box {
    height: 150px;
}








@media (max-width:767px){    
    .header-top {
        display: none;
    }
}





