/*!
Theme Name: allaia
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: allaia
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.

allaia 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


.btn_add_to_cart input[type="submit"] {
    text-transform: uppercase;
    width: 100%;
}
table.cart-list button {
	background-color: transparent;
	border: 0;
}
button i.ti-trash {
    color: #004dda;
    font-size: 1.125rem;
}

button i.ti-trash:hover {
    color: black;
}
.post-content p strong {
    font-weight: 700;
}
@media (max-width: 767px) {
    .page-template-customer-service .container .row a.box_topic {
        height: auto !important;
    }
}

.menu-item-506{
	font-weight: bold !important;
}
#menu-item-506 a.show-submenu{
    border: 1px solid black;
    font-weight: 900;
    font-family: sans-serif !important;
    /* text-decoration: underline; */
    height: 10px;
    padding-top: 10px;
    background: #EBA607;
	border: 1px solid;
}
@media (max-width: 992px) {
	#menu-item-506 a.show-submenu{
height: auto;
		padding-top: 14px;
		
	}
}

header .main_header, header .main_nav {
    position: relative;
    z-index: 5 !important;
}
html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-notices--fixed {
    top: 201px !important;
}
header .main_header a.phone_top {
    /* display: inline-block; */
    /* line-height: 0; */
    /* padding: 30px 18px 25px; */
    padding: 18px 0 25px;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
header .main_header a.phone_top strong{
     font-weight: 700;
	    font-family: "Roboto Slab",Arial,Helvetica,sans-serif;

}
 .menu ul li ul li ul {
	 background: #fff !important;
	 -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175) !important;
	 -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175) !important;
	 box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175) !important;
	 height:100% !important;
}

		  
		   @media (max-width: 767px) {
		   .sell_hidden {
			   opacity: 0;
			   transition: 0.3s ease-in-out all;
		   }
.sell_inner {
	transition: 0.3s ease-in-out all;
    position: fixed;
    bottom: 0;
    height: 40px;
    background: #ff671d;
    left: 0;
    right: 0;
	z-index: 12;
	color: #FFF;
	vertical-align: middle;
    text-align: center;
    font-size: large;
}
		   .sell_product_mobile {
			   color: #FFF;
    padding: 5px;
    height: 30px;
    display: block;
    margin-top: 0px;
			   
		   }
		   .sell_product_mobile span {
    border: 1px solid;
    padding: 6px 9px;
    background: #EBA607;
    font-weight: 900;
    font-family: sans-serif !important;
    text-transform: uppercase;
    font-size: .8125rem;
		   }
		   }

.menu ul li ul li ul {
    height: auto !important;
}