/*!
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/
*/
/*Demo 39*/
.home-slider-desc {
    max-width: 900px;
    background: rgb(240 238 238 / 80%);
    padding: 40px;
    margin-top: 150px;
    border-radius: 20px;
}
.home-slider-title h5 {
    font-size: 24px;
    padding-bottom: 20px;
    display: block;
    width: 100%;
}
.home-slider-title h1 {
    font-size: 45px;
    padding-bottom: 15px;
}
.home-slider-title .trending {
    color: #000;
    font-weight: bold;
}
.home-slider-container .btn.stretched-link.borders:hover {
    color: #fff !important;
}
.inner_widget_link ul li a:hover {
    color: #f23a03;
}
.inner_widget_link ul > li a > span {
    color: #f23a03;
    margin-left: 5px;
}
/*End Demo 39*/








.woocommerce ul.products li.product {
    border: 1px solid #ddd;
    text-align: center;
    padding-bottom: 10px;
}
.woocommerce ul.products li.product:hover {
    border-color: #03a297;
}
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: #151515;
    color: #fff;
    font-size: 14px;
    margin-top: 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #000;
    font-weight: bold;
    margin-top: .5em;
}
.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;
}
.language{
    text-align: right;
}
.language a{
    color: #fff;
}
.textwidget p {
    line-height: 22px;
}
.shop_thumb {
    height: 300px;
    overflow: hidden;
}
.product_title_area a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
    -webkit-box-orient: vertical;
}
.edlio a{
    color: #fff !important;
}
.rev_desc:before{
    display: none;
}
div#shop-categories .card-body {
    padding: 0;
}
.inner_widget_link ul > li {
    line-height: 24px;
}




@media (max-width:767px){
	
    .home-slider-desc {
        padding: 20px;
        margin-top: 20px;
    }
    .home-slider-title h1 {
        font-size: 26px; 
    }
    .home-slider-title .trending {    
        font-size: 16px;
    }
    .slick-arrow {
        font-size: 16px;
    }
    .home-slider-title h5 {
        font-size: 18px;
        padding-bottom: 15px;
    }
    

}





