﻿.inside_new {
  margin-bottom: 40px;
}
.inside_new .inside_new_bg {
  width: 100%;
  min-height: 380px;
  background-image: linear-gradient(-136deg, #006f69 0%, #0dc9bf 100%);
  border-bottom: 65px solid #ec8b10;
}
.inside_new .contents__container {
  margin-top: -380px;
}
.inside_new .contents__container .content-pane-container {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.inside_new .contents__container .content-pane-container .top_text_style .img_link {
  float: right;
}
.inside_new .contents__container .content-pane-container .top_text_style .img_link img {
  width: 330px;
  min-height: 330px;
  max-width: 330px !important;
  border-radius: 30px;
  box-shadow: -6.4px 7.6px 0px 0px rgba(0, 0, 0, 0.3);
  margin-left: 20px;
  margin-top: 20px;
  background-color: white;
}
.inside_new .contents__container .content-pane-container .top_text_style > h1 {
  margin-top: 15px !important;
  padding-top: 15px;
  text-shadow: -2.5px 3px 0px rgba(0, 0, 0, 0.5);
  font-size: 30px !important;
  max-height: 60px;
  overflow: hidden;
}
.inside_new .contents__container .content-pane-container .top_text_style > h1 a {
  color: white;
}
.inside_new .contents__container .content-pane-container .top_text_style .summary_text {
  max-height: 125px;
  overflow: hidden;
}
.inside_new .contents__container .content-pane-container .top_text_style .summary_text p {
  text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.5);
  color: white !important;
  text-align: justify;
  margin-bottom: 0 !important;
  font-size: 15px !important;
}
.inside_new .contents__container .content-pane-container .top_text_style h1.pricelist {
  max-height: unset !important;
  overflow: unset !important;
}
.inside_new .contents__container .content-pane-container .top_text_style h1.pricelist strong.summary_text {
  font-size: 16px;
  display: block;
  color: white;
  text-shadow: -2px 1.5px 0px rgba(0, 0, 0, 0.5);
}
.inside_new .contents__container .content-pane-container .top_text_style h1.pricelist strong.summary_text a {
  text-decoration: underline !important;
}
.inside_new .contents__container .content-pane-container .top_text_style .buttons_text {
  padding: 10px;
  border-radius: 7px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: white;
  display: inline-block;
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
}
.inside_new .contents__container .content-pane-container .top_text_style .buttons_text:hover {
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.inside_new .contents__container .content-pane-container .top_text_style .cta_text > h2 {
  color: white !important;
  float: right;
  padding-top: 20px;
}
.inside_new .contents__container .content-pane-container .top_text_style .cta_text > a {
  color: white;
  float: left;
  font-size: 24px;
  padding-top: 40px;
}
.inside_new .contents__container .content-pane-container .top_text_style .cta_text > a span {
  font-family: IRANSans;
  padding-left: 5px;
  font-weight: bold;
}
.inside_new .inside_new_selection {
  margin-bottom: 20px;
}
.inside_new .inside_new_selection a {
  display: block;
  padding: 5px;
  border: 1px solid #d7d7d7;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  margin: 15px 0;
  height: 240px;
  overflow: hidden;
}
.inside_new .inside_new_selection a i {
  color: #13a49c;
  padding: 34px 0 30px 0;
  display: block;
  font-size: 64px;
}
.inside_new .inside_new_selection a strong {
  color: black;
  font-size: 20px;
  padding: 0 30px;
  text-align: center;
  display: block;
  line-height: 1.5;
}
.inside_new .inside_new_selection a:hover {
  border-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.inside_new .inside_new_selection a:hover i {
  color: #fb7a03;
}
.inside_new .cta_banner {
  border-radius: 30px;
  background-image: linear-gradient(-136deg, #006f69 0%, #0dc9bf 100%);
  min-height: 250px;
  padding: 0 30px;
  margin: 0;
  margin-bottom: 20px;
}
.inside_new .cta_banner p {
  margin: 40px 0 34px;
  text-align: justify;
  font-size: 30px !important;
  font-weight: bold;
  color: white !important;
  text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.5);
  font-weight: bold !important;
  line-height: 1.5 !important;
  padding-left: 60px;
}
.inside_new .cta_banner a {
  margin: 40px 0 34px;
  padding: 35px 10px;
  box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.35);
  border-radius: 40px;
  color: white;
  text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(90deg, #ec8b10 0%, #eca610 100%);
  text-align: center;
  transition: all 300ms;
}
.inside_new .cta_banner a span {
  display: block;
  padding-bottom: 36px;
  text-decoration: none;
  font-size: 40px;
  font-weight: bold;
}
.inside_new .cta_banner a i {
  font-size: 46px;
}
.inside_new .cta_banner a strong {
  padding-left: 15px;
  direction: ltr;
  display: inline-block;
  font-size: 46px;
}
.inside_new .cta_banner:hover a {
  border-radius: 200px;
  text-decoration: none;
}
.inside_new .portfolio_title {
  margin-bottom: 20px;
  text-align: center;
}
.inside_new .portfolio_title h2 {
  font-size: 26px !important;
  text-align: center;
  margin: 40px 0 20px;
}
.inside_new .portfolio_title p {
  margin: 10px 50px 20px;
  text-align: center;
}
.inside_new .portfolio_button {
  text-align: center !important;
}
.inside_new .portfolio_button a {
  margin-bottom: 20px;
  padding: 15px;
  display: inline-block;
  color: white;
  text-decoration: none;
  background-image: linear-gradient(136deg, #006f69 0%, #0dc9bf 100%);
  border-radius: 7px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
.inside_new .portfolio_button a:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.breadcrumb__container {
  padding: 7px 25px;
  background: white;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .breadcrumb__container {
    padding: 7px 10px;
    background: white;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  #dnn_ProductGroupMenu_pnlSimpleMenu {
    display: none;
  }
  .breadcrumb-mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .inside_new .contents__container {
    margin-top: -330px;
  }
  .inside_new .contents__container .header-left {
    background-color: #ec8b10;
  }
  .inside_new .contents__container .content-pane-container .top_text_style .img_link {
    float: none;
  }
  .inside_new .contents__container .content-pane-container .top_text_style .img_link img {
    margin: 0 auto;
  }
  .inside_new .contents__container .content-pane-container .top_text_style > h1 {
    text-shadow: none;
    max-height: none !important;
    overflow: unset !important;
    text-align: center;
  }
  .inside_new .contents__container .content-pane-container .top_text_style > h1 a {
    color: inherit !important;
  }
  .inside_new .contents__container .content-pane-container .top_text_style .summary_text {
    max-height: none !important;
    overflow: unset !important;
  }
  .inside_new .contents__container .content-pane-container .top_text_style .summary_text p {
    text-shadow: none;
    color: inherit !important;
    margin-bottom: 0 !important;
  }
  .inside_new .contents__container .content-pane-container .top_text_style h1.pricelist strong.summary_text {
    color: black;
    text-shadow: none;
  }
  .inside_new .contents__container .content-pane-container .top_text_style .buttons_text {
    border-color: black;
    color: black !important;
    display: inline-block;
  }
  .inside_new .contents__container .content-pane-container .top_text_style > div > h2 {
    padding: 0;
    margin: 0;
    float: none !important;
    text-align: center;
  }
  .inside_new .contents__container .content-pane-container .top_text_style > div > a {
    padding-top: 10px;
    display: block;
    text-align: center;
    float: none !important;
  }
  .inside_new .contents__container .content-pane-container .top_text_style .cta_text {
    background-color: #ec8b10;
    padding: 20px;
    margin: 15px 0 5px 0;
    border-radius: 20px;
  }
  .inside_new .inside_new_selection {
    margin-bottom: 20px;
  }
  .inside_new .inside_new_selection > div {
    outline: 1px solid #d7d7d7;
  }
  .inside_new .inside_new_selection > div a {
    border: 0;
    height: auto;
    max-height: 200px;
  }
  .inside_new .inside_new_selection > div a i {
    font-size: 42px;
    padding: 10px 0 20px 0;
  }
  .inside_new .inside_new_selection > div a strong {
    padding: 0 5px;
    font-size: 16px;
  }
  .inside_new .inside_new_selection > div a:hover {
    box-shadow: unset;
  }
  .inside_new .cta_banner {
    padding: 0 15px;
  }
  .inside_new .cta_banner p {
    margin: 40px 0 0;
    padding: 0;
    font-size: 20px !important;
  }
  .inside_new .cta_banner a {
    padding: 30px 10px;
  }
  .inside_new .cta_banner a span {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .inside_new .cta_banner a i {
    font-size: 26px;
  }
  .inside_new .cta_banner a strong {
    font-size: 26px;
  }
  .inside_new .portfolio_title p {
    margin: 10px 0 20px;
  }
}
.page__advanced-filtering .top_text_style {
  margin-top: 0;
  padding: 0 15px;
  background-image: linear-gradient(-136deg, #006f69 0%, #0dc9bf 100%);
  border-radius: 40px;
}
.page__advanced-filtering .top_text_style h1 {
  margin-top: 0 !important;
  padding-top: 25px !important;
  max-height: unset !important;
  overflow: unset !important;
}
.page__advanced-filtering .top_text_style .cta_text h2 {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .page__advanced-filtering .contents__container {
    margin-top: 0 !important;
  }
  .page__advanced-filtering .top_text_style {
    background-image: unset;
  }
  .page__advanced-filtering .top_text_style .cta_text h2 {
    padding-top: 0 !important;
  }
  .page__advanced-filtering .top_text_style .cta_text a {
    padding-top: 30px !important;
  }
}
@media (max-width: 400px) {
  .page__advanced-filtering .top_text_style .img_link img {
    width: 100% !important;
    min-height: unset !important;
    max-width: none !important;
  }
}

.sidebar__box .farashop__mega-menu {
  display: block !important;
}

@media (max-width: 768px) {
  .farashop__product-group-menu {
    margin: 10px 15px;
  }
  .farashop__product-group-menu > li:before {
    display: none !important;
  }
  .farashop__product-group-menu > li a, .farashop__product-group-menu > li span {
    background-color: transparent !important;
    color: #fff !important;
    border: none !important;
  }
  .farashop__product-group-menu > li i {
    width: 35px !important;
    height: 35px !important;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: transparent !important;
  }
  .farashop__product-group-menu > li ul {
    background: transparent !important;
    color: white;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 5px;
  }
}
