/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       3.3.0
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/

body {
    color: #222;
}

.single-product .single-product-wrapper {
    margin-bottom: 2.429em;
}

.single-product .entry-summary .action-buttons {
    line-height: 0.385em;
}

.single-product.full-width .price {
    margin-bottom: 0.571em;
}

.single-product .entry-summary > .yith-wcwl-add-to-wishlist {
	display: none;
}

.electro-description {
    margin-bottom: 2.571em;
}

.product-loop-footer > .product-meta {
	display: none;
}

.term-description {
    /* display: none; */
    text-align: justify;
}

.term-description p .more-text {
    display: none;
}

body a.woow_whatsapp_button img {
	width: 150px;
}

body .cart-empty {
	font-size: 14px;
}

body a.woow_whatsapp_button {
    display: block;
    text-align: center;
}

body.single-product a.woow_whatsapp_button {
    display: inline-block;
    margin-bottom: 15px;
}

.footer-bottom-widgets .woocommerce-product-search button[type="submit"] {
	width: 100%;
	margin: 5px 0;
}

.widget_layered_nav ul li>a {
    font-size: 16px;
}

.single-product.full-width .single-product-wrapper {
    margin-bottom: 5rem;
}

body .section-onsale-product .savings {
	width: 95px;
    height: 95px;
    border-radius: 100px;
}

body .section-onsale-product .savings .amount {
	font-size: 16px;
	margin-top: 2px;
}

body .section-onsale-product .savings .amount .woocommerce-Price-currencySymbol {
	font-size: 10px;
}

body .electro-description {
    text-align: justify;
}

body #mega-menu-wrap-secondary-nav {
    /* overflow: hidden; */
}

#mega-menu-wrap-secondary-nav #mega-menu-secondary-nav > li.mega-menu-item:first-child > a.mega-menu-link:hover, 
#mega-menu-wrap-secondary-nav #mega-menu-secondary-nav > li.mega-menu-item:first-child > a.mega-menu-link:focus,
#mega-menu-wrap-secondary-nav #mega-menu-secondary-nav > li.mega-menu-item:first-child > a.mega-menu-link:active,
#mega-menu-wrap-secondary-nav #mega-menu-secondary-nav > li.mega-menu-item.mega-current-menu-item:first-child > a.mega-menu-link {
	border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

body article.post .post-readmore .btn-primary, 
.owl-item>.product .add-to-cart-wrap .button::before, 
.owl-item>.product .added_to_cart::before, 
li.product .add-to-cart-wrap .button::before, 
li.product .added_to_cart::before {
	background-color: #7f0101;
}

#mega-menu-wrap-secondary-nav #mega-menu-secondary-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	background: #fff;
}

body article.post .post-readmore .btn-primary:hover, 
body article.post .post-readmore .btn-primary:active, 
body article.post .post-readmore .btn-primary:focus  {
	background-color: #6A0202;
}

#tab-specification table tr td:first-child, 
#tab-specification table tr th, 
#tab-specification table.shop_attributes tr td:first-child, 
#tab-specification table.shop_attributes tr th {
    width: 30%;
}

body .woocommerce-product-attributes.shop_attributes th.woocommerce-product-attributes-item__label {
	width: 30%;
}

.single-product .entry-summary>div[itemprop=description], .single-product .woocommerce-product-details__short-description {
	color: #222;
}

.handheld-footer .handheld-footer-bar .footer-call-us .call-us-number, 
.handheld-footer .handheld-footer-bar .footer-call-us .call-us-number a, 
body .footer-call-us .call-us-number {
	font-size: 18px;
}

.handheld-footer .handheld-widget-menu ul a {
	color: #7F0101;
}

h2.woocommerce-loop-product__title, 
.product_list_widget .product-title {
    font-size: 1.15em;
    color: #7F0101;
}

#custom_html-10 a.sby_video_thumbnail.sby_item_video_thumbnail.sby_imgLiquid_bgSize.sby_imgLiquid_ready {
    height: 190px !important;
}

.home-v1-sidebar .widget {
	margin-bottom: 30px;
}

.border-style {
	border-radius: 20px;
	border: 2px solid #7F0101;
	overflow: hidden;
}

.float-start.copyright {
    float: none !important;
    text-align: center;
}

.desktop-footer .footer-bottom-widgets .widget-title {
	font-size: 1.429em;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    position: relative;
	font-weight: 400;
}

.desktop-footer .footer-bottom-widgets .widget-title:after {
    content: ' ';
    width: 83px;
    border-bottom: 2px solid #7f0101;
    display: block;
    position: absolute;
    bottom: -1px;
}

@media only screen and (min-width: 1025px) {
	.hidden-desktop {
		display: none !important;
	}
	
	.product-filter-right {
		text-align: right;
	}

	.product-filter-right .widget-title:after {
		right: 0;
	}
	
	.product-filter-right.widget_price_filter .price_slider_amount {
		align-items: end;
	}
}