/*
 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.11
 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
*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #222;
}
.header-site-branding img {
    width: 130px;
}
.header-v3 .masthead {
    padding: 10px 0 !important;
}
.home-v3-features-block i {
    color: #fe7705 !important;
}
.footer-logo img {
    width: 150px;
}
body p, body {
    color: #333e48 !important;
} 
.page .entry-header.header-with-cover-image{
	min-height: 350px;
    position: relative;
} 
.page .entry-header.header-with-cover-image::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(210 211 214 / 66%);
}
.page .entry-header h1.entry-title, .page .entry-header .entry-subtitle {
    color: #222 !important;
}
.handheld-footer .textwidget {
    padding: 0 20px 1px;
}
.vc_toggle .vc_toggle_title h4 {
    font-size: 16px !important;
}
.entry-content .vc_toggle{
	border-bottom: none !important;
}
.woocommerce-Tabs-panel h3 {
    font-size: 16px !important;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a i:before {
    border-color: #fff;
}
.single-product .wc-tab ul li {
    padding: 5px 0;
}
.bg-box, .section.inner-bottom-xs {
    background: #ededed;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #ddd;
}
.bg-box h2, .section.inner-bottom-xs h2{
	margin-bottom: 20px;
}
.bg-box a, .section.inner-bottom-xs a {
    color: #fe7705;
}
.bg-box a:hover, .section.inner-bottom-xs a:hover {
    color: #022b6e;
}
.footer-bottom-widgets {
    background: #eaeaea;
    border-bottom: 1px solid #cbcbcb;
}
.wpb-accordion .vc_tta-container {
    padding-left: 0;
}
.entry-content .vc_toggle {
    background: #ededed;
    margin-bottom: 20px;
    padding: 0 15px;
    border-radius: 12px;
    border: 1px solid #ddd !important;
}
.thankyou-page h1.entry-title {
    display: none;
} 
.three-box {
    text-align: center;
    padding: 30px;
    border-right: 1px solid #ddd;
}
.three-box:last-child {
	border-right:0;
}
.three-box .wpb_text_column {
    margin-bottom: 0;
}
.msg-text {
    text-align: center;
}
.msg-text p {
    margin-bottom: 5px;
}
.support-info {
    border: 1px solid #ddd;
    border-radius: 12px;
    margin-bottom: 30px;
    padding: 20px 0;
}
table.cart .product-remove a {
    color: #ca1010;
}
.woocommerce-wishlist thead {
    background: #022b6e;
}
.woocommerce-wishlist thead th span {
    color: #fff;
}
tbody.wishlist-items-wrapper {
    background: #f7f7f7;
}
.shop_table {
    border: 1px solid #ededed;
}
tbody.wishlist-items-wrapper td {
    font-size: 14px;
}
.add-to-cart-wrap.show-in-mobile a {
    background: #022b6e;
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
}
.add-to-cart-wrap.show-in-mobile a:hover {
    background: #fe7705;
}
.wishlist-title .show-title-form, .wishlist-title-container .hidden-title-form {
    display: none;
}

.wishlist_table.mobile li {
		background: #f7f7f7;
		padding: 10px;
		margin-bottom: 15px;
		border: 1px solid #ededed;
		position: relative;
		list-style: none;
    }
.wishlist_table.mobile{
        padding: 0;
        border: 0;
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr 1fr;
    }
.wishlist_table.mobile .product-remove {
		position: absolute;
		bottom: 13px;
        right: 10px;
    }
.wishlist_table.mobile .product-thumbnail {
      margin-bottom: 15px;
   }
.wishlist_table.mobile .product-name h3 {
      font-size: 14px;
	  display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
 }
.wishlist_table.mobile .product-remove a {
      color: #ca1010;
}
.spf_wrap input {
    border-radius: 1.571em !important;
    border-color: #ddd !important;
}
.spf_wrap .iti__country-container button {
    border-radius: 1.571em  0 0 1.571em !important;
}
.contact_form .wpcf7-smart_phone_field {
    width: 100%;
    border-radius: 22px !important;
    padding: 9.5px 16px;
    border: 1px solid;
}
.newsletter_form .wpcf7-submit {
   position: absolute;
    right: 2px;
    top: 1px;
    background: #022b6e !important;
    color: #fff !important;
    font-weight: 500;
    padding: 9px 35px;
    border: 0;
}
.newsletter_form{
	position: relative;
}
.newsletter_form p{
	margin-bottom:0;
}
.newsletter_form span.wpcf7-spinner {
    position: absolute;
}
.newsletter_form br {
    display: none;
}
.wc-block-cart__submit-container a, .wpcf7-submit {
    background: #022b6e !important;
    border-radius: 30px;
    color: #fff !important;
}
.wc-block-cart__submit-container a:hover, .wpcf7-submit:hover {
    background: #fe7705 !important;
    color: #fff;
}
.copyright p {
    margin: 0;
    line-height: normal;
}
	
@media screen and (min-width: 992px) and (max-width: 1199px){
	.handheld-header-wrap {
      display: none;
    }
	.site-header .d-none, .top-bar {
		display: block !important;
	}
}

@media screen and (max-width: 991px) {
	.handheld-header-v2 .handheld-header-links>ul li>a {
		color: #fff;
	}
	.handheld-footer .handheld-widget-menu ul a {
      color: #333e48;
    }
	.handheld-footer .handheld-widget-menu ul a:hover {
      color: #FE7705;
    }
	.desktop-footer{
		display: block !important;
	}
	.desktop-footer .footer-newsletter, .desktop-footer .footer-bottom-widgets, .desktop-footer .footer-widgets {
      display: none;
    }
	.copyright-bar {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		padding: 10px 0 0;
    }
	.copyright-bar .copyright, .copyright-bar .payment {
       float: none !important;
    }
	.copyright-bar .nav {
       justify-content: center;
    }
	.handheld-footer {
      padding-bottom: 90px;
    }
	.copyright-bar .copyright {
      line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
	.features-list .feature {
		border: 1px solid #ddd;
		width: 48% !important;
		border-radius: 8px;
		margin: 0 1% 15px;
	}
	.features-list {
		border: 0;
		border-radius: 0;
		flex-wrap: wrap;
   }
    .da-block>.da {
      width: 48.4%;
    }
	.da-block{
		flex-wrap: wrap !important;
		gap: 15px;
	}
	.page .entry-header.header-with-cover-image .caption {
      width: 90%;
    }
	.contact-form .vc_column-inner, .store-info.vc_column_container .vc_column-inner {
      padding-right: 15px !important;
    }
	.store-info.vc_column_container .vc_column-inner {
     padding-left: 15px !important;
    }
	.wishlist_table.mobile {
        grid-template-columns: 2fr 2fr;
    }
}

@media screen and (max-width: 480px) {
	.features-list .feature {
		width: 100% !important;
		border-radius: 8px;
		margin: 0 0 15px;
	}
	.da-block {
    flex-wrap: wrap !important;
    gap: 15px;
    }
	.da-block>.da {
      width: 100%;
    }
	.handheld-footer .handheld-footer-bar .handheld-footer-bar-inner {
      padding-bottom: 40px;
	}
}

