/*!
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/
*/
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}
.footer-logo img {
    height: 60px;
}
ul.footer_menus li a {
    font-size: 16px;
}
ul.footer_menus li {
    line-height: 30px;
}
ul.footer_menus li a:hover {
    color: #f83b23;
}
h1, h2, h3, h4, h5, h6{
    letter-spacing: 2px;
}
h1.hero-main-title {
    font-size: 35px;
    margin-bottom: 25px;
    color: #ff3d24;
}
body.woocommerce-checkout button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #ec3a22;
    color: #fff;
    border: 0;
}
.newP {
    width: 100%;
}
h4.ak-sectiontitle {
    margin-bottom: 30px;
    color: #ffca31;
}
.wpte-general-layout-row .wpte-general-layout-title-area .wpte-general-layout-product-title a {
    font-family: "Nunito Sans", sans-serif;  
    color: #d2d2d2;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.33;
    padding: 0px 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.chooseuscontain p {
    padding: 15px 0;
}
.ak-sticky_header{
    background: rgb(0 0 0 / 58%) !important;
}
h5.sidebar-widget_title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ffffff;
}
.sidebar-widget.category-widget {
    padding: 25px 0;
}
.sidebar-inner {
    border: 1px solid #dd3333;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
}
ul.service-list li {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 26px;

}
ul.service-list {
    list-style-type: none;
    padding: 0;
}
section.related.products h2 {
    font-size: 40px;
    margin-bottom: 30px;
}
.woocommerce-tabs.wc-tabs-wrapper p {
    margin-bottom: 15px;
    line-height: 26px;
}
.summary.entry-summary span.woocommerce-Price-amount.amount {
    color: #ffca31;
    font-weight: bold;
}
.woocommerce .quantity .qty {
    height: 35px;
}
.woocommerce div.product form.cart .button {
    background: #dd3333;
}
.service-info ul {
    padding: 0;
    list-style-type: none;
}
.service-info p.desp {
    padding: 10px 0;
    color: #fff !important;
}
.top_head {
    padding: 5px 0;
}
.welcome {
    margin-top: 7px;
}





















/*Woocommerce*/
.woocommerce ul.products li.product {
    border: 1px solid #fff;
    text-align: center;
    padding-bottom: 10px;
    border-radius: 8px;
}
.woocommerce ul.products li.product:hover {
    border-color: #dd3333;
}
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: #dd3333;
    color: #fff;
    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: #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;
}









@media (max-width:767px){
    
    .top_head {
        text-align: center;
    }

}





