/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* check... */
/* https://developers.elementor.com/docs/hello-elementor-theme/hello_elementor_enable_skip_link/ */
.hfe-skip-link {
  display: none;
}
a {
  color: var(--e-global-color-secondary);
}
/****************************************************header********************************************************************/
/****************************************************desktop-menu*/
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
  margin-right: 10px;
}
/****************************************************mobile-menu*/
nav.hfe-dropdown {
  left: 0px;
  right: 0px;
  position: fixed !important;
  top: 82px !important;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
/***************************************************elemntor accordion*********************************************************/
.elementor-widget-accordion .elementor-tab-content a {
  color: var(--e-global-color-text);
}
.elementor-accordion .elementor-tab-title {
  text-align: left !important;
}
.abel-branches .elementor-tab-title {
  text-align: right !important;
}
.abel-branches .elementor-accordion {
  text-align: right;
}
/****************************************************elementor tabs**********************************************************/
.elementor-tabs .elementor-tab-title {
  text-align: center;
}
.elementor-tab-title.elementor-active {
  border-bottom: 3px solid !important;
}
.elementor-tab-mobile-title {
  display: none !important;
}
@media (max-width: 1200px) {
  .elementor-tabs-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .elementor-tabs-wrapper {
    flex-direction: column;
  }
}
/*****************************************************abel-custom****************************************************************/
.abel-mb-0 p {
  margin-bottom: 0 !important;
}
.abel-gray img {
  filter: grayscale(1);
}
.abel-gray img:hover {
  filter: grayscale(0);
}
/*******************************************************branches*/
.abel-branches {
  text-align: right;
}
/*******************************************************Exclusive Brands Tabs*/
.abel-tabs-ltr .abel-text-img .abel-text:first-child {
  text-align: right;
}
.abel-tabs-rtl .abel-text-img .abel-text:nth-child(2) {
  text-align: right;
}
.abel-text-img {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .abel-text-img {
    flex-direction: column;
  }
}
.abel-text-img .abel-img,
.abel-text-img .abel-text {
  flex-basis: 50%;
  padding: 15px;
}
.abel-text img {
  max-width: 200px;
  max-height: 75px;
}
.abel-text-img .abel-text h3 {
  color: #c72125;
}
/********************************************************footer**********************************************************************/
footer a {
  color: #212529 !important;
}
/*******************************************************plugins**********************************************************************/
/******************************************************cf7*/
.wpcf7 {
  font-family: "Vazirmatn";
}
.abel-cf7-rtl .wpcf7,
.abel-cf7-rtl .wpcf7-form-control:not(.wpcf7-email) {
  text-align: right;
}
.wpcf7-form label {
  width: 100%;
}
.wpcf7-form-control {
  margin-top: 0.5rem;
}
.abel-cf7-rtl .wpcf7 .wpcf7-submit {
  margin-right: 100%;
}
