/*
	Theme Name:   New Waves Child
	Theme URI:    http://ae.com/
	Description:  maromista Child Theme
	Author:       Ahmed H El-Agamy
	Author URI:   https://maromista.com/Author
	Template:     ae
	Version:      1.1.0
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  ae-child
    Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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 with others.
*/
/* write custom css after this line */

.quantity .qty {
    padding: 3px 0 4px;
}

.related h2 {
    font-weight: bold;
    text-transform: uppercase;
}

.products .product-inner {
    border: 2px solid #fff;
}

.products .product-inner:hover {
    border: 2px solid #00737a;
}

.qt_categories_warp .qt_categories_menu {
    z-index: 222;
}

#AE_primary_nav .ae-social a {
	color: #fff !important;
}

#AE_primary_nav .ae-social a:hover {
	color: #00939c !important;
}
.woocommerce-product-details__short-description a {
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline;
}

.more-products {
    text-transform: uppercase;
}

.contact_page h3 {
    font-weight: bold !important;
    padding-bottom: 15px;
    position: relative;
}

.contact_page h3:before {
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #eee;
    z-index: 1;
}

.contact_page h3:after {
    content: "";
    width: 20%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #d0271d;
    z-index: 2;
}
    
.shop_working_hours li,
.contact_page .contact_left li {
    position: relative;
    padding: 0 0 0 42px;
    font-size: 18px;
    margin-bottom: 10px;
}

.shop_working_hours li a,
.contact_page .contact_left li a {
    font-size: 18px
}

.contact_page .contact_left li:before {
    content: "\f2c0";
    font-family: "Fontawesome";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: normal;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #00737a;
    color: #fff;
}

.contact_page .contact_left .address:before {
    content: "\f041";
}

.contact_page .contact_left .tel:before {
    content: "\f095";
}

.contact_page .contact_left .mob:before {
    content: "\f10b";
}

.contact_page .contact_left .whatsapp:before {
    content: "\f232";
}

.contact_page .contact_left .email:before {
    content: "\f003";
}

.shop_working_hours li:before {
    content: "\f017" !important;
}


.contact_page .contact_right textarea {
    max-height: 170px;
    min-height: 170px;
}
.contact_page .contact_right .wpcf7-submit {
    padding: 10px 25px;
    text-transform: uppercase;
}

@media(max-width:992px){
    .contact_page .contact_right {
        margin-top: 50px;
    }
	
	.site-footer .widget-title .dropdown {
    color: #fff;
}
}


.about_heading span {
    display: block;
    font-weight: normal;
	font-style: italic;
    color: #d0271d;
}

.about_page .desc p {
	font-size: 18px;
}

.about_slider {

	overflow: hidden;
}

.about_page blockquote p {
    color: #222;
    background-color: #f6f6f6;
	border-color: #f6f6f6;
	padding: 15px;
	position: relative;
	border-radius: 10px;
}

.about_page blockquote p:after {
    content: "\f10e";
    position: absolute;
    top: -5px;
    right: -5px;
    font-family: fontawesome;
    font-size: 32px;
}

#about_slider .owl-prev,
#about_slider .owl-next {
    top: 35% !important;
}

#AE_primary_nav {
	min-height: 53px;
}