/*
 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:       2.7.3
 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
*/

.masthead{
	margin-bottom: 0px !important;
    margin-top: 0px !important;
}


.footer-call-us {
    margin-bottom: 1em !important; 
}
.footer-social-icons {
     margin-bottom: 5px !important; 
}

.footer-social-icons::before{
    content: 'Follow us on' !important;
}
/*Color Social Icons*/
.fa-facebook{
	color: #3b5998 !important;
}

.fa-facebook{
	color: #3b5998 !important;
}

.fa-whatsapp{
	color: #4fce5d !important;
}

.fa-instagram{
	color: #f25a00 !important;
}
.arabic-desc > p{
	color: black !important;
    font-size: 1.786em !important;
    line-height: 1.28em !important;
    margin-bottom: .48em !important;
}

/* Brand Name */
.loop-brand-name {
    margin-bottom: 0.5em;
    font-size: 1em;
    line-height: 1.05em;
    height: 1.05em;
}

.owl-item > .product .loop-brand-name a,
li.product .loop-brand-name a {
    color: #878787;
}
/* Contact us page  */
#contact-us-branch > .wpb_wrapper  p ,#contact-us-branch > .wpb_wrapper  ul{
	font-size: 1.5em !important
}

/* End of Contact us Page */
/* Hide compare button */
.hover-area{
	margin-top: 15px !important;
}
/* Hide Product Category  */
.products>.product .loop-product-categories, .owl-item>.product .loop-product-categories {
	display: none !important;
}
/* Increase spacing near arabic text and price */
.price-add-to-cart{
	margin-top: 1.6em !important
}
/* Force Text direction in contact number  */
.call-us-number{
	direction: ltr !important;
}
/* Footer support text  */
.call-us-text{
	font-weight: 700 !important;
}

/* Header Support Text  */
.support-info{
	font-weight: 700 !important;
    color: #0033a0 !important;
}

/* Shop page categories size increase */
#electro_product_categories_widget-1 > .product-categories > .product_cat > span {
	font-weight: 800 !important;
    color: #0033a0 !important;
	font-size: 1.2em !important;
}
.widget_product_categories .product-categories, .widget_product_categories .widget-title+ul {
	border: 2px solid  #0033a0 !important;
}
.widget_product_categories .product-categories li ul > li > a {
	 font-weight: 800 !important;
}

/* Style bottom widget title  */ 
.footer-bottom-widgets .widget-title {
	font-weight: 700 !important;
	color: #0033a0 !important;
	
}

/* Show All Category Styling  */
.widget_product_categories .category-single .show-all-cat > .product_cat > .show-all-cat-dropdown {
	font-weight: 800 !important;
	color: #0033a0 !important;
	font-size: 1.2em !important;
}

/* hide recaptcha  */
.grecaptcha-badge{
	display: none !important;
}
/* custom border color for on sale products*/
section.section-onsale-product {
    
	border: 3px solid red !important;
}

.ios-none{
	display: none !important;
}

/* September Changes  */

#custom_image_block .thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
#custom_image_block .thumbnails {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin: 0 0 2em -2em;
}
#custom_image_block .thumbnails:before,
#custom_image_block .thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}
#custom_image_block .thumbnails > div {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% / 3);
  padding-left: 2em;
}

#custom_image_block .thumbnails a {
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: none;
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
  text-align: center;
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 25%);
  background-color: rgba(255, 255, 255, 0.075);
  cursor: pointer;
  outline: 0;
  /* overflow: hidden; */
}
#custom_image_block .thumbnails a img{
  display: block;
  width: 100%;
  object-fit: fill;
  border-radius: 18px;
}

.wpb_single_image img {
	border-radius:18px;
}

.offers-center .wpb_wrapper{
	    justify-content: center;
    display: flex
}

@media(max-width:768px){
	.thumbnails {
		flex-direction: column !important;
	}
	#custom_image_block .thumbnails > div{
		width: 100%;
}
	}
}

