/*
Theme Name: arianniroo
Author: Vahiddelnavaz
Author URI: http://vahiddelnavaz.ir
*/
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: normal;
  src: url('fonts/iranyekanwebregularfanum.woff') format('woff');
}

body {
  margin: 0;
  padding: 0;
  font-family: iranyekan;
}

.contianer {
  max-width: 1200px;
  min-width: 1200px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.contianer-full {
  width: 100%;
}

.background_color {
  background: #0053b1;

}

.background_menu {
        box-shadow: -5px -5px 3px -6px #000000;

  background: #034ea2;
}

.pre_header {
  overflow: hidden;
}

.left_logo {
  float: left;
  position: relative;
}

.left_logo img {
    padding: 5px 10px;
    display: block;
}
.right_logo h1 {
    font-size: 19.3px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    margin-bottom: 3px;
}
.right_logo h2 {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
.right_logo {
  float: right;
}
.right_logo a {
    text-decoration: none;
    display: block;
}
.right_logo img {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.menu-main-container {
    width: 80%;
    display: inline-block;
    box-sizing: border-box;    
}
.slogan {
    display: inline-block;
    width: 19.5%;
    box-sizing: border-box;
    text-align: left;
}
.slogan h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    letter-spacing: 1.5px;
    padding-left: 10px;
    font-family: cursive;
}
ul#menu-main {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

#menu-main li {
  display: inline-block;
  padding: 10px 12px;
  transition: 0.3s;
  font-size: 14px;
  position:relative;
}

#menu-main>li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size:14px;
}

#menu-main>li a:after {
  height: 2px;
  width: 0;
  position: absolute;
  content: '';
  bottom: -5px;
  z-index: 1;
  background: #fff;
  right: 0;
  border-radius: 5px;
  opacity: 0;
  transition: 0.2s;
}

#menu-main>li a:hover:after {
  opacity: 1;
  transition: 0.2s;
  width: 100%;
}

#menu-main > li:first-child {
    padding-right: 0;
}

ul.slide {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.slide .content_slider img {
  width: 100%;
  height:auto;
}

ul.slide li {
  position: relative;
}
.slider .slick-initialized .slick-slide {
    height:90vh;
}
.details_slide {
  position: absolute;
  top: 15%;
  right: 0;
  width: 300px;
  box-sizing: border-box;
  background: #034ea2;
  padding: 10px;
}
.details_slide.hide {
    opacity:0;
    transition:2s;
    transform: translate(0, -100%);
}
.details_slide.animated {
    opacity:0.8;
    transition:2s;
transform: translate(0%, 0%);
}

.details_slide h2 {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 1em;
    padding-bottom: 5px;
    font-weight: 700;
    margin: 0;
}

.details_slide p {
  color: #ffffff;
}

.slider {
  overflow: hidden;
  border-bottom: 3px solid #034ea2;
}

ul.products_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.products {
  margin: 25px 0;
}

.product_row .title_product h2 {
    display: block;
    margin: 0;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 100;
    text-shadow: 3px 3px 3px #000;
    max-height: 19px;
    overflow: hidden;
    line-height: 1.8;
    color:#fff;
}

.product_row .image_product img {
  margin: 0 auto;
  max-width: 100%;
}

.product_row .image_product {
  padding-top: 15px;
}

.product_row a {
    margin: 5px 5px;
    background: #034ea2;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 2px solid #034ea2;
    box-shadow: 0 0 3px #3a3a3a;
    border-radius: 5px;
    transition: 0.3s;
}
.product_row a:hover {
    border-bottom: 2px solid #034ea2;
    box-shadow: 0 0 3px #034ea2;
    transition:0.3s;
}
.shadow {
    box-shadow: 2px 1px 3px 0px #000000;
    border-radius: 10px;
}

.red_line {
  display: block;
  height: 5px;
  background: #034ea2;
  margin: 50px 0;
}

.six_box {
  overflow: hidden;
}
.bnt_row {
    display: flex;
    padding: 10px 0;
    font-size: 13px;
    color: #004cbd;
    justify-content: flex-end;
}
.bnt_row span:first-child {
    transform: rotate(180deg);
    padding-right: 10px;
    
}
.box {
    float: right;
    width: 30%;
    padding: 0 25px;
    margin: 2% 1.6%;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    transition: 0.3s;
    text-decoration: none;
    color: #333;
    text-align: right;
}

.box:hover {
  background: yellow;
  transition: 0.3s;
}

.box:hover a span {
  transform: rotate(150deg);
  transition: 0.3s;
}

.box:hover img {
  border-bottom-right-radius: 15px;
  transition: 0.3s;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.box h3 {
  color: #034ea2;
  text-align: right;
  padding: 5px 0px;
  margin: 5px 0px;
  font-size: 14px;
}

.box img {
  box-shadow: 0px 0px 2px 0px #034ea2;
  transition: 0.3s;
}

.box p {
  padding: 0px 0;
  margin: 0px auto;
  font-size: 13px;
  text-align: justify;
  padding-bottom: 10px;
  border-bottom: 1px solid #034ea2;
}

.box a {
  padding: 10px 0;
  display: block;
  text-align: right;
  margin: 0 auto;
  text-decoration: none;
  font-size: 12px;
  color: #034ea2;
}

.box a span {
  display: inline-block;
  transform: rotate(180deg);
  box-sizing: border-box;
  padding-right: 5px;
  font-size: 1.2em;
  transition: 0.3s;
  color: #034ea2;
}
.box a span:last-child{
    transform: rotate(0);
    font-size: 1em ;
}
.social {
  text-align: center;
}

.social p {
  color: #034ea2;
  font-size: 12.1px;
  font-weight: 700;
}

.footer_row {
    background: #034ea2;
  overflow: hidden;
}

.right_footer p {
  margin: 0;
  color: white;
  font-size: 12px;
  padding: 15px 0;
}

.right_footer {
  float: right;
}

.left_footer {
  float: left;
  text-align: left;
  padding-top: 3px;
}

.right_footer, .left_footer {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
}

.sub-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  position: absolute;
  top: 40px;
  background: #0053b1;
  z-index: -1;
  opacity: 0;
  width: 250px;
  right: 0;
  transform: translate(-10px, 0px);
  transition: 1s;
  box-shadow: 0px 4px 3px -1px #333;
  list-style-type: none;
}
#menu-main .sub-menu .sub-menu {
    right:250px;
    top:0;
}
#menu-main .sub-menu>li:hover ul {
  opacity: 1;
  transition: 0.1s;
  z-index: 1;
  transform: translate(0px, 0px);
}

#menu-main .sub-menu li a:before {
  content: "\276F";
  padding-left: 5px;
  vertical-align: middle;
  font-size: 11px;
}
.arian_niroo_menu>li:hover > ul {
    opacity: 1;
    transition: 0.1s;
    z-index: 1;
    transform: translate(0px, 0px);
}
.social_media a {
    text-decoration: none;
    margin: 5px;
    display: inline-flex;
}
#menu-main .sub-menu li {
    display:block;
    padding: 5px 5px;
}
#menu-main .sub-menu >li a {
    padding: 5px 0;
    display: block;
}
#menu-main .sub-menu li:hover {
    background: #003066;
}
svg {
  max-width: 100%;
}

/*[dir='rtl'] .slick-prev, [dir='rtl'] .slick-next {*/
/*  display: none !important;*/
/*}*/

.footer_row a {
  text-decoration: none;
}

.responisve_menu, .menu_key {
  display: none;
}

.title-container h3 {
    color: #034ea2;
    border-bottom: 2px solid #0053b1;
    padding-bottom: 10px;
}

.contianer-b {
  padding: 5px 0;
  color:#959595;
}

.breadcrumbs {
  background: #f5f5f5;
}

.contianer-b span {
  font-size: 10px;
  padding: 3px;
      direction: rtl;
    display: inline-block;
}

.contianer-b a {
  text-decoration: none;
  color: #959595;
}

.menu_key span {
  background: #fff;
  height: 2px;
  width: 30px;
  display: list-item;
  margin-bottom: 8px;
}

.menu_key {
  position: absolute;
  right: 10px;
  top: 40px;
  cursor: pointer;
}

.center-content {
  line-height: 2.5em;
  font-size: 13px;
}

.content-contianer {
  min-height: 300px;
  overflow: hidden;
}

.inner-content {
  width: 100%;
}

.content-image {
  float: right;
  width: 30%;
  position:relative;
}

.content-image img {
  height: auto;
  max-width: 100%;
}

.inner-content.has_thumbnail {
  box-sizing: border-box;
  display: inline-block;
  float: right;
  width: 70%;
}
.extra_image {
    display: flex;
    flex-direction: row;
}
.extra_image img {
    display: inline-flex;
    flex-direction: row;
    width: 33.33% !important;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}
.back_to_original {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 5px;
    font-size: 1.5em;
    box-shadow: 0px 0px 3px 1px #afafaf;
    cursor: pointer;
    padding: 10px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    line-height: 0.7;
    color: #f00;
    opacity: 0;
    transition: 0.3s;
    transform: scale(0);
}
.back_to_original.show {
    opacity: 1;
    transition: 0.3s;
    transform: scale(1);
}
/*******************************نمایندگی ها ******************/
.header_table, .representatives {
  display: table;
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
}

.header_table>div, .representatives>div {
  display: table-cell;
  padding: 10px 5px;
}

.representatives>div {
  border: 1px solid #e1e1e1;
}

.representatives.active {
  display: table !important;
}

.header_table.active {
  display: table !important;
}

.header_table {
  background: #f10001;
  display: none;
}

.header_table div {
  color: #fff;
}

.coulmn1 {
  width: 12%;
}

.coulmn2 {
  width: 10%;
}

.coulmn3 {
  width: 10%;
}

.coulmn4 {
  width: 10%;
}

.coulmn5 {
  width: 8%;
}

.coulmn6 {
  width: 8%;
}

.coulmn7 {
  width: 8%;
}

.coulmn8 {
  width: 20%;
}

.tab {
  padding-top: 50px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 300;
  color: #888;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

.tabs li {
  float: right;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  width: 33.33%;
  box-sizing: border-box;
  position: relative;
}

.tabs a {
  background-color: #eff0f2;
  color: #000;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid #082d56;
  cursor: pointer;

}

.tabs_item {
  display: none;
  padding: 30px 0;
  overflow: hidden;
}

.tabs_item:first-child {
  display: block;
}

.current a {
  color: #fff;
  background: #034ea2;
}

.cataluge_file img {
  width: 50px;
  float: right;
}

.cataluge_file span {
  float: right;
  padding-right: 10px;
  line-height: 4em;
  color: black;
  text-decoration: underline;
}

.main_section {
  clear:both;
}

.catalouge_item {
  float: right;
  width: 20%;
  display:none;
  text-align: center;
  margin: 2.5%;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px 3px #e1e1e1;
}
.catalouge_item.active {
    display:inline-block;
}
.image_product_cataluge {
    padding: 15px;
}
.image_product_cataluge img {
  max-width: 100%;
}

.catalouge_item a {
  text-decoration: none;
  text-indent: 20px;
  display: inline-block;
  color: white;
  background: #034ea2;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 300;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
}

.catalouge_item a:before {
  content: '';
  background-image: url(image/pdf.svg);
  position: absolute;
  right: -10px;
  top: -7px;
  width: 38px;
  height: 50px;
  background-size: 40px;
  background-repeat: no-repeat;
}
.pdf_item {
    display: block;
    padding-right: 10px;
    padding-top: 10px;
}

.pdf_item a {
    text-decoration: none;
    text-indent: 20px;
    display: inline-block;
    color: #034ea2;
    background: #ffffff;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 300;
    position: relative;
}

.pdf_item a:before {
  content: '';
  background-image: url(image/pdf.svg);
  position: absolute;
  right: -10px;
  top: -7px;
  width: 38px;
  height: 50px;
  background-size: 40px;
  background-repeat: no-repeat;
}

.title_product_cataluge h3 {
  font-size: 13px;
  font-weight: 300;
  background: #034ea2;
  color: #fff;
  margin: 0;
  padding: 5px 0;
}

.whatsapp {
  position: fixed;
  z-index: 1;
  bottom: 10%;
  right: 5px;
  cursor: pointer
}

.whatsapp span {
  background: #1bd741;
  font-weight: 300;
  font-size: 12px;
  padding: 5px 15px;
  color: #000;
  border: 1px solid #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 1px 2px #1bd741;
}

.whatsapp img {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}

.whatsapp_modal {
  position: fixed;
  opacity: 0;
  transform: scale(0);
  transition: 0.4s;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  height: 100vh;
}

.whatsapp_modal.active {
  opacity: 1;
  transform: scale(1);
  transition: 0.4s;
}

.city_list ul {
  list-style-type: none;
  padding: 0;
  width: 95%;
  margin: 10px auto;
}

.city_list ul li {
  cursor: pointer;
  float: right;
  width: 23%;
  text-align: center;
  border: 1px solid #e1e1e1;
  margin: 1% 1%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  background: #00b725;
  color: #fff;
  box-shadow: inset 60px 92px 16px -65px #019b20;
}

.city_list {
  overflow: hidden;
}

.city_list.fadeOut {
  transition: 0.8s;
  transform: scale(0);
  opacity: 0;
}

.operator_section {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  z-index: -1;
  height: 100vh;
}

.over {
  overflow: hidden;
}

.operator_section a  {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #16a362;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 2px #f3d9d9;
}
.brand_section {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 50%;
}
.brand_section a {
    display: inline-block;
    background: #16a362;
    color: #fff;
    text-decoration: none;
    padding: 20px 30px;
    border-radius: 10px;
    min-width: 120px;
}
.city_section.hide {
    transform: scale(0);
    transition: 0.3s;
    opacity: 0;
}
.city_section.show {
    transform: scale(1);
    transition: 0.3s;
    opacity: 1;
}
.brand_section.hide {
 transform: scale(0);
    transition: 0.3s;
    opacity: 0;   
}
.whatsapp_modal p {
  width: 93%;
  margin: 0 auto;
  padding: 20px 0;
}

span.close_whatsapp {
  position: absolute;
  left: 45px;
  background: #034ea2;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  top: 5px;
  cursor: pointer;
  z-index:10;
}

.product_select_info {
  display: none;
}

.product_select_info.active {
  display: block;
}

select {
  font-family: iranyekan;
}

select:focus-visible, select:focus {
  outline: none;
  outline-offset: none;
}

.select_product_value>div {
  display: inline-flex;
  width: 25%;
}

.select_product_value {
  display: flex;
  margin: 30px 0;
}

.select_product_value>div>span {
  width: 40%;
}

.select_product_value>div>select {
  width: 55%;
}

.selected_product {
  display: none;
}

ul.list_aparat {
  margin: 0;
  overflow: hidden;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction:row;
  flex-wrap:wrap;
}
.list_aparat .image-container img{
  display: block;
  border:1px solid #e1e1e1;
}

.list_aparat li {
  float: right;
  width: 23%;
  margin: 1%;
}

.list_aparat a {
  text-decoration: none;
  color: #034ea2;
}

ul.product-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

.product-list li {
  float: right;
  width: 23%;
  margin: 1%;
  text-align: center;
}

.product-list a {
  text-decoration: none;
  color: #034ea2;
}

.product-list .title {
  background: #034ea2;
  color: #fff;
  font-weight: 300;
  max-height: 32px;
}

.content_catalouge_page {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.content_catalouge_page .title-container img {
    box-shadow: 0px 0px 2px 0px #5a5a5a;
    margin: 5px;
    border-radius: 10px;
}
.gallery img {
    max-width: 100%;
}
.contact_us_right p {
    display: flex;
    text-align: right;
    align-items: flex-start;
    font-size: 0.9em;
    line-height: 2.5em;
}
.contact_us_right span {
    padding: 0px 10px;
}
.contact_us_right {
    float: right;
    width: 60%;
box-sizing: border-box;
}
.contact_us_container {
    overflow:hidden;
}
.contact_us_left {
    width: 40%;
    box-sizing: border-box;
    float: left;
    text-align: left;
}
#mapDiv {
    overflow: hidden;
    border: 1px solid #e1e1e1;
}
.contact_us_right a {
    text-decoration: none;
    font-size: 0.9em;
    color: #636363;
    display: inline-flex;
    width: 30%;
}
.contact_us_right a img {
    margin-left: 5px;
}
[dir='rtl'] .slick-prev {
    z-index: 1;
}
[dir='rtl'] .slick-next {
    z-index: 1;
}
[dir='rtl'] .slick-prev:before {
    content:'\276E' !important;
    color: #034ea2;
}
[dir='rtl'] .slick-next:before {
    content:'\276F' !important;
    color: #034ea2;
}
.slider .slick-prev {
    z-index: 1;
    right: 35px !important;

}
.slider .slick-next {
    z-index: 1;
    left: 35px !important;
}
.factor-c {
    width: 60%;
    margin: 0 auto;
}

table#tbl_factor {
    width: 100%;
}
.factor-content select {
    width:90%;
}
.factor-content input {
    font-family: iranyekan;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #f10001;
    padding-bottom: 5px;
    width: 90%;
    transition: 0.3s;
}
input#btn_insert , input.order-btn{
    background: #f10;
    color: #FFF;
    width: 100%;
    border-bottom: unset;
    vertical-align: middle;
    padding: 5px;
    cursor: pointer;
}
.factor-content input:focus {
    outline: 0;
    transition: 0.3s;
}

.factor-content input.submit {
    font-family: iranyekan;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #034ea2;
    background: #034ea2;
    width: 50%;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    color: #FFF;
    padding: 5px;
}
.col input {
    width: 31.9%;
    margin: 0.5%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.col {
    overflow: hidden;
}
form#myForm textarea {
    width: 98%;
    margin: 0 auto;
    display: block;
    outline: 0;
    border: none;
    border-bottom: 1px solid #f10;
    font-family: 'iranyekan';
    resize: none;
    padding: 5px;
    margin-bottom: 20px;
}

.grecaptcha-badge {
    display: none !important;
}

.download_section > div {
    display: inline-block;
    width: 33%;
    text-align: center;
    
}
.download_section > div img{
    max-width: 50%;
}
.modal_app {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;

    transform: scale(0);
    transition: 0.3s;
    opacity: 0;
}
.modal_app.active {
    transform: scale(1);
    transition: 0.3s;
    opacity: 1;
    z-index: 1;

}
.modal_app_description {
    text-align: center;
        margin:10%;
}
span.close_modal_app {
    background: #034ea2;
    padding: 10px;
    color: #fff;
    font-size: 2em;
    position: absolute;
    left: 30px;
    top: 20px;
    height: 32px;
    line-height: 1;
    cursor: pointer;
}
.certificate_row {
    overflow: hidden;
}
.certificate_row a {
float: right;
    cursor: pointer;
    width: 24%;
    text-align: center;
    color: #034ea2;
    text-decoration: none;
    margin: 0.5%;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 2px #e1e1e1;
    padding: 20px 10px 10px;
    transition:0.3s;
}
.certificate_row a:hover {
    background: #f3f3f3;
    color: #034ea2;
    box-shadow: 0px 0px 4px 2px #d2dde8;
    transition: 0.3s;
}
.footer_menu {
    margin: 0;
    padding: 10px;
    text-align: center;
    list-style-type: none;
}
.footer_menu li {
    display:inline-block;
    position:relative;
}
.footer_menu li a{
    text-decoration: none;
    font-size: 0.9em;
    color: #333;
    padding: 0px 25px;
}
.footer_menu li a:hover {
    color: #034ea2;
}
.contianer_full.footer_background {
    background: #efefef;
}
.footer_menu li:after {
    content: '|';
    position: absolute;
    left: 0;
}
.footer_menu li:last-child:after {
    content: '';
}
.arian_niroo_menu_responsive {
    background: #0053b1;
}
.catalog_hyundai , .invt_catalog {
    display: block;
    position:relative;
    overflow:hidden;
    min-height:450px;
}
.catalog_hyundai h2 , .invt_catalog h2 {
    color: #034ea2;
    border-bottom: 2px solid #0053b1;
    padding-bottom: 10px;
    display: block;
    clear: both;
}
.filter ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.filter ul li{
    padding: 5px 15px 5px 5px;
    margin: 5px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}
.filter .selected {
    position: relative;
    border: 1px solid #bfbfbf;
}
.filter .selected:before {
    position: absolute;
    content: '✓';
    right: 0;
    font-weight: 700;
    color: #034ea2;
    
}
.filter {
    position: absolute;
    width: 230px;
    background: #e5e5e5;
    z-index: 2;
    box-shadow: 0px 0px 2px 3px #e1e1e1;
    left: 5px;
    border-radius: 5px;
    top: 60px;
}
.filter:before {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    right: 50%;
    border-bottom: 13px solid #e5e5e5;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
}
span.hyundai_cat , span.invt_cat{
    position: absolute;
    top: 10px;
    left: 60px;
    font-size: 12px;
    color: #034ea2;
    cursor: pointer;
    padding: 10px;
}
.filter.hide {
    transform: scale(0);
    transition: 0.3s;
    opacity: 0;
}
.filter.show {
    transform: scale(1);
    transition: 0.3s;
    opacity: 1;
}
.flex4box {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.flex4box a {
    text-align: center;
    float: right;
    width: 24%;
    box-sizing: border-box;
    margin: 0.5%;
}
.flex4box a img {
    max-width: 100%;
    border: 1px solid #dddddd;
    transition: 0.3s;
}
.flex4box a img:hover {
    transform: scale(1.2);
    transition: 0.3s;
}

.form_row {
    width: 75%;
    margin: 0 auto;
}


.form_row input:focus {
    outline: 0;
    border: 1px solid #0053b1;
    transition: 0.3s;
}
.form_row input {
    width: 95%;
    box-sizing: border-box;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    padding: 5px 0;
    text-indent: 10px;
    font-family: iranyekan;
    transition: 0.3s;
}
.form_row select {
    width: 95%;
    box-sizing: border-box;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    padding: 5px 0;
    text-indent: 10px;
    font-family: iranyekan;
    transition: 0.3s;
}
.full_row input {
    width: 95%;
}
input#etc_product {
    display: none;
}

span.acf-required {
    color: #f00;
}
ul.acf-radio-list.acf-hl {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.acf-radio-list.acf-hl li {
    display: inline-block;
    width: 20%;
}

.show-if-value.image-wrap {
    display: none;
}


.submit {
    margin: 20px auto;
    display: block;
    text-align: center;
}

.submit input {
    width: 20%;
    margin: 0 auto;
    text-align: center;
    background: #034ea2;
    color: #fff;
    border: 1px solid #0053b1;
    cursor: pointer;
}
.row label {
    color: #0053b1;
    display:block;
}
.required {
    color: #f00;
}
.form_row input[type="radio"] {
    width: auto;
}

.acf-form-fields {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    align-content: stretch;
}
.acf-form-fields > div {
    margin-bottom: 15px;
}
input.acf-button.button.button-primary.button-large {
    background: #034ea2;
    width: 50%;
    color: #fff;
    border: none;
    margin: 0;
    padding: 10px 0;
    text-indent: 0;
    cursor: pointer;
}

.acf-form-submit {
    text-align: center;
}
.acf-field.acf-field-text.acf-field--post-title.is-required {
    display: none;
}

.etc_pro {
    visibility: hidden;
}
.cataluge_file {
    display: inline-block;
    width: 100%;
}
.tag-archive .post-list {
    display: flex;
    justify-content: space-around;
}
a.post-link-wrapper {
    text-decoration: none;
    color: #333;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    width: 49%;
    transition: 0.3s;
}
a.post-link-wrapper:hover {
    background: #cecece;
    transition: 0.3s;
}
a.post-link-wrapper img {
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    max-width: 100%;
    height: auto;
}
.contianer.tag-archive {
    margin-bottom: 100px;
}
.post-excerpt p {
    font-size: 14px;
    line-height: 2em;
}
h2.post-title {
    font-size: 17px;
}
@media only screen and (max-width: 1024px) {
  .menu-main-container, .left_logo {
    display: none;
  }

  .contianer {
    max-width: 100%;
    min-width: 100%;
  }

  .right_logo img {
    display: inline-block;
    margin-top: 5px;
  }

  .right_logo {
    float: none;
    text-align: center;
  }

  .box {
    float: right;
    width: 49%;
    padding: 0 10px;
    margin: 1% 0.5%;
  }

  .right_footer, .left_footer {
    width: 100%;
    display: block;
    box-sizing: border-box;
    float: none;
    text-align: center;
  }

  .shadow {
    box-shadow: unset;
  }

  .product_row .image_product {
    padding-top: 15px;
    border: 1px solid #034ea2;
    box-sizing: border-box;
  }

  .details_slide p {
    display: none;
  }

.details_slide {
    top: unset;
    right: 0;
    width: 100%;
    padding: 5px;
    text-align: center;
    bottom: 0;
}

  .details_slide h2 {
    border-bottom: none;
    font-size: 13px;
    font-weight: 500;
  }

  .menu_key, .responisve_menu {
    display: block;
  }

  .responisve_menu ul {
    margin: 0;
    padding: 5px 0px;
    list-style-type: none;
    width:100%;
    transform:unset;
    box-shadow: unset;
  }
.product_responsive a:before {
    content: '›';
    padding-left: 5px;
    font-weight: 700;
}
.product_responsive .sub-menu.active {
    opacity: 1;
    transform: scale(1);
    position: inherit;
    transition: 0.3s;
}
  .responisve_menu li {
    padding: 5px 0;
  }  
  .responisve_menu li a{
    padding: 5px;
    font-size:14px;
  }

  .responisve_menu {
    opacity: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    transition: 0.3s;
    transform: translate(100%, 0);
  }

  .responisve_menu.active {
    opacity: 1;
    position: absolute;
    transition: 0.3s;
    transform: translate(0, 0);
  }

  .menu_key span {
    list-style-type: none;
    transition: 0.5s;
  }

  .menu_key.active span:nth-child(2) {
    visibility: hidden;
    transition: 0.1s;
    opacity: 0;
    transform: scale(0);
  }

  .menu_key.active span:first-child {
    transform: rotate(45deg);
    transition: 0.5s;
    right: 0px;
    bottom: 0px;
    position: absolute;
  }

  .menu_key.active span:last-child {
    transform: rotate(-45deg);
    transition: 0.5s;
  }

  .responisve_menu a {
    color: #fff;
    text-decoration: none;
  }

  .responisve_menu > ul.sub-menu {
    position: inherit;
    margin: 0;
    padding: 0;
    opacity: 1;
    box-shadow: unset;
    width:100%;
    transform: unset;
  }
    .responisve_menu ul.sub-menu .sub-menu li {
        padding-right: 15px;
    }
    .sub-menu .sub-menu {
    opacity: 0;
    transform: scale(0);
    transition: 0.3s;
    }
    .responisve_menu .sub-menu li {
        padding-right: 10px;
    }
  .inner-content.has_thumbnail {
    display: block;
    float: none;
    width: 100%;
  }

  .content-image {
    float: none;
    width: 100%;
    text-align: center;
  }
  .contact_us_right , .contact_us_left {
      width:100%;
      float:none;
  }

  .contact_us_container {
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
    }
    .contact_us_right span {
        display:none;
    }
    .contact_us_right img {
        margin-left: 15px !important;
    }
    .contact_us_right {
        margin-bottom: 50px;
    }
    iframe {
        width: 100%;
    }
    .contact_us_right a {
        width: 100%;
        padding: 10px 0;
    }
    [dir='rtl'] .slick-next , [dir='rtl'] .slick-prev {
        display:none !important;
    }
    .product_row .image_product img {
        width:auto;
        padding-bottom: 15px;
    }
    .factor-c {
        width: 95%;
        margin: 0 auto;
    }
    .col input {
        width: 100%;
        margin: 0.5% 0;
        margin-bottom: 20px;
    }
    .factor-content select {
        width: 100%;
    }
    table#tbl_factor td {
        width: 25%;
    }
    .download_app_page img {
        max-width: 100%;
        height: auto;
    }
    .download_section {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-end;
        align-items: center;
        justify-content: center;
    }
    .download_section > div {
        width: 33%;
    }
    .download_section > div img {
        max-width: 95%;
    }
    .footer_menu li {
        display:block;
    }
    .footer_menu li:after {
        display:none;
    }
    .box:hover {
        background:unset;
    }
    .red_line {
        margin: 10px 0;
    }
    .six_box {
        overflow: hidden;
        width: 95%;
        margin: 0 auto;
    }
    .slider .slick-initialized .slick-slide {
       height:auto; 
    }
    ul.list_aparat {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }
    .pdf_item a {
        display:block;
    }
    .list_aparat .image-container img {
        display: block;
        border: 1px solid #e1e1e1;
        height: auto;
        width: 99%;
    }
    .flex4box a img:hover {
        transform: scale(1);
    }
    .form_row .row {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
    }    
    .half_row , .form_row input , .full_row, .full_row input , .form_row select{
        width: 100%;
    }
    .submit input {
        width:50%;
    }
    .extra_content {
        width: 95%;
        margin: 0 auto;
    }
    .slogan {
        display:none;
    }
    .right_logo a {
        padding-top: unset;
        padding: 5px 0;     
        display:inline-block;
    }
    .tag-archive .post-list {
        flex-direction: column;
    }
    a.post-link-wrapper {
        width: 80%;
        margin:5px auto;
    }
}

@media only screen and (max-width: 768px) {
  .box {
    float: none;
    width: 98%;
    margin: 15px auto;
    border: none;
  }

  .slick-slide img, .box img {
    width: 100%;
  }

  .tabs li {
    line-height: 2.5em;
        text-align: center;
  }
.tabs a {
    padding:0;
}
  .current:before {
    content: '✓';
    position: absolute;
    right: 5px;
    color: #fff;
    font-weight: 700;
  }

  .select_product_value {
    flex-direction: column;
  }

  .select_product_value>div {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
  }

  .selected_product {
    text-align: center;
  }

  .content_product_select_page {
    text-align: justify;
    width: 95%;
    margin: 0 auto;
  }

  .list_aparat li {
    float: none;
    width: 100%;
    margin: 1% 0;
  }

  .product-list li {
    float: none;
    width: 100%;
    margin: 1% 0;
  }

  .city_list ul li {
    width: 48%;
  }

  .whatsapp_modal {
    overflow: scroll;
  }
    .city_list {
        overflow: inherit;
    }
    span.close_whatsapp {
        left: 10px;
    }
    .brand_section a {
        margin-bottom:10px;
    }
    .brand_section {
        top: 40%;
    }
    .contianer-b {
        white-space: nowrap;
        overflow: scroll;        
    }
    .content-container , .title-container {
        width: 90%;
        margin: 0 auto;
    }
    .title-container h3 {
        padding-bottom: 0;
    }
  .catalouge_item {
    margin: 1%;
    width: 48%;
  }

  .slider {
    border-bottom: 2px solid #034ea2;
  }

  #IranMap .map, #IranMap .list {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
  }

  .representatives>div {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }

  .header_table.active {
    display: none !important;
  }

  .content-contianer {
    width: 85%;
    margin: 0 auto;
  }
  .certificate_row a {
      width:49%;
  }
  .catalog_hyundai h2, .invt_catalog h2 {
      font-size:1em;
  }
  span.hyundai_cat, span.invt_cat {
      left:0;
  }
  .filter:before {
      right:80%;
  }
  .flex4box a {
    width: 49%;
  }
    .tabs_item img {
        max-width: 100%;
        height: auto;
    }
    .catalouge_item {
        width: 100%;
        margin: 15px auto;
        float: none;
    }
    .form_row {
        width: 90%;
        margin: 0 auto;
    }
    .acf-form-fields {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        align-content: stretch;
    }
    .acf-form-fields > div {
        width: 100% !important;
    }
}

@media only screen and (max-width: 600px) {
.certificate_row a {
    box-shadow: unset;
    width: 95%;
    border: 1px solid #e1e1e1;
    padding: 10px 0;
    margin: 5px auto;
    float: none;
    display: block;
}
  .flex4box a {
    width: 95%;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('slick/fonts/slick.eot');
    src: url('slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('slick/fonts/slick.woff') format('woff'), url('slick/fonts/slick.ttf') format('truetype'), url('slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
