body { background:#fff url(../images/headerbg.png) left 0 no-repeat; }

.tg_header .logo {
  background:#fff url(../images/site-logo.png) center center no-repeat;
  width: 250px;
  height: 100px;
  float: right;
   margin: 0 20px 0 0;
  padding: 0 20px;
  border-radius: 0 0 20px 20px;
  background-size: contain;
}
.nav-wrapper {
  display: flex;
  width: 100%;
  margin: 10px auto;
  align-items: center;
  padding: 10px;
}
.nav-items {
  background: #FBC30A;
  width: 100%;
  border-radius: 50px;
    z-index: 9;
}
.main_menu {
  padding: 5px;
  float: right;
  width: 100%;
}
.main_menu li {
  font-size: 0.8rem;
  float: right;
  margin: 10px;
}
.main_menu li a {
  color: #3A2680;
  font-weight: 500;
}
.nav-btn {
  width: 20%;
  background: #382580;
  border-radius: 50px;
  z-index: 8;
  margin: 0 -30px 0 0;
  padding: 10px 40px 10px 10px;
}
.nav-btn a { color:#fff }

.special-wrapper a {
  background: #0264B4;
  width: 26px;
  float: left;
  margin: 10px;
  padding: 2px;
  height: 26px;
  border-radius: 50px;
}
.special-wrapper a svg {
  width: 20px;
}
.vert_devider {
  width: 2px;
  height: 45px;
  border-left: 2px dotted #8FB2D5;
  float: left;
}
.nav__phonenumber {
  float: left;
  width: 300px;
  text-align: left;
  padding: 0 10px;
}
.nav__phonenumber div {
  float: left;
  width: 100%;
  font-size: 1rem;
  font-weight: 100;
}
.nav__phonenumber span {
  color: #392583;
  font-weight: 450;
}
.title-widget-container h1 {
  color: #392583;
  margin: 50px 0 0;
    padding-right: 55px;
}
.title-widget-container h2 {
  padding-right: 55px !important;
  margin: 3px 0 0 0 !important;
  color: #9c9c9c;
  font-size: 0.8rem;
  font-weight: 100;
}

.about_max___trust {
  background: url(../images/about_max___trust.png) center center no-repeat;
    background-size: auto;
  min-height: 450px;
  padding: 55px 0;
  background-size: contain;
}

.about_max___trust h5 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin: 100px 0 0 0;
}
.about_max___trust h6 {
  font-size: 1rem;
  font-weight: 100;
  color:#FBC30A;
  text-align: center;
  margin: 0px 0 0 0;
}
.about_max___trust .trust_img {
  background: url(../images/trust_imgac.png) center center no-repeat;
  width: 100%;
  height: 100px;
}

.cards {
  position: relative;
  width: 85%;
  margin: 160px auto;
}
.card {
  position: absolute;
  top: 0;
  left: 0;
  background:#FBC30A;
  width: 100%;
  height: auto;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  cursor: pointer;
  padding: 25px 0;
  text-align: center;
}

.card:nth-child(1) {
  z-index: 10;
  top: 0px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.card:nth-child(2) {
  z-index: 9;
  top: -15px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.9;
}

.card:nth-child(3) {
  z-index: 8;
  top: -30px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.8;
}

.card:nth-child(4) {
  z-index: 7;
  top: -45px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0.7;
}

.card:nth-child(5) {
  z-index: 6;
  top: -60px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.6;
}

.card:nth-child(6) {
  z-index: 5;
  top: -75px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.5;
}

.card:nth-child(7) {
  z-index: 4;
  top: -90px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  opacity: 0.4;
}

.card:nth-child(8) {
  z-index: 3;
  top: -105px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0.3;
}

.card:nth-child(9) {
  z-index: 2;
  top: -120px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0.2;
}

.card:nth-child(10) {
  z-index: 1;
  top: -135px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0.1;
}

.card:nth-child(11) {
  z-index: 0;
  top: -150px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.card:first-child:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.card:last-child { opacity: 0; }

.index_departments .center__title h5 {
  font-size: 2rem;
  text-align: center;
  color: #392583;
  font-weight: 950;
}
.index_departments .center__title h6 {
  font-size: .9rem;
  text-align: center;
  color: #4B5D64;
  font-weight: 100;
}
.index_departments .title-con.one-line {
  font-size: 2rem;
  font-weight: 950;
  color: #505483;
}
.index_departments .sub-title-con.one-line {
  font-size: .9rem;
  font-weight: 100;
  color:#243843;
}
.index_departments .intro-con {
  padding: 20px;
  font-size: 0.9rem;
  font-weight: 100;
}
.index_departments .news_item_category {
  background: #392583;
  float: left;
  padding: 10px 40px 10px 10px;
  border-radius: 50px;
  color: #fff;
  position:relative;
  overflow:hidden
}
.index_departments .news_item_category::after {
  content: " ";
  background: #FBC30A;
  right: 0;
  top: 0;
  width: 30px;
  height: 38px;
  position: absolute;
  border-radius: 155px 0 0px 0;
}
.index_departments .pic-con img {
  margin: 0 auto;
  max-width: 100%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  padding: 10px;
}
.index_departments .pic-con {
  margin: 0 auto;
  width: 100%;
}
.index_departments {
	background:#fff url(../images/departbg.png) left 0 no-repeat;
	background-size: contain;
}
.index_contact {
	padding:50px 0;
	background:#F5F5F5 url(../images/contactusbg-index.png) right 0 no-repeat;
	background-size: contain;
	margin: 20px auto;
}
.index_contact .title.h4 {
  color: #172846;
  font-weight: 950;
}
.index_contact .title {
	color: #172846;
	font-weight: 100;
}
.index_contact .subtitle {
  color: #787F92;
  font-weight: 100;
}
.index_contact .phoneicon {
  background: url(../images/contacticn-index.png) center center no-repeat;
  width: 78px;
  height: 79px;
  float: right;
  margin: -5px 0 0 5px;
}
.index_contact .value span {
  display: block;
  text-align: left;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 100;
  color: #505481;
}
.cons-index {
  background: #fff;
  min-height: 150px;
  border-radius: 150px 150px 0;
  padding:10px 30px;
  margin: 30px 0 0;
}
.index_contact .cons-index .inline-cons-icon {
  background: url(../images/cons-icon.png) center center no-repeat;
  width: 32px;
  height: 32px;
  float: right;
}
.index_contact .cons-index .inline-cons-title {
  font-size: 1.3rem;
  float: right;
  color: #505481;
  margin: 0 7px;
}
.index_contact .cons-index .inline-cons-subtitle {
  font-weight: 100;
  margin: 7px;
  float: right;
  color: #B9B9C1;
}
.news_index {
  padding: 50px 0;
}
.news_index .center__title h5 {
  font-size: 2rem;
  text-align: center;
  color: #392583;
  font-weight: 950;
}
.news_index .center__title h6 {
  font-size: .9rem;
  text-align: center;
  color: #4B5D64;
  font-weight: 100;
}
.news_item_category {
  background: #DBDEA7;
  float: left;
  direction: rtl;
  padding: 2px 5px;
  margin: 5px;
  border-radius: 50px;
  color: #50531E;
  font-weight: 100;
  font-size: 0.7rem;
}
.foo__contactitem li.lefttext span:first-child {
  letter-spacing: -1px;
  margin: 0 10px;
  width: 50%;
  text-align: left;
}.foo__contactitem li.lefttext span:last-child {
  letter-spacing: -1px;
  margin: 0 10px;
  width: 50%;
  text-align: right;
}
.cons-index form {
  width: 100%;
  padding: 20px 0;
  display: flex;
  gap: 10px;
}
.cons-index form input {
  border: 1px solid #B9B9C1;
  border-radius: 50px;
  padding: 10px;
  font-weight: 100;
  height: 50px;
  width: 38%;
}
.cons-index form button {
  background: #505482;
  border: none;
  color: #fff;
  border-radius: 50px;
  padding: 0 20px;
}

.mod_fee__searchbox form {
  width: 50%;
  margin: 100px auto;
}
.mod_fee__searchbox form input {
  padding: 10px;
  border-radius: 50px;
  border: 1px solid #ccc;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 100;
  margin: 10px auto;
}
.mod_fee__searchbox form button {
  background: #505482;
  border: none;
  color: #fff;
  border-radius: 50px;
  padding: 10px 50px;
  float: left;
}
.mod_fee_items {
  width: 50%;
  margin: 0 auto;
}
.mod_fee_item {
  background: #fff;
  border-radius: 10px;
  position: relative;
  width: 100%;
  box-shadow: 0 2px 6px 0 rgba(32,76,136,.15);
  margin: 10px auto;
  padding: 10px;
  float: right;
  border-right: 5px solid #00AF00;
}
.mod_fee_item .code {
  float: right;
  font-size: 1.3rem;
  color: #505482;
  font-weight: 100;
  width: 100px;
  border-left: 2px dotted #9ca0cc;
  padding: 0 0 0 15px;
}
.mod_fee_item .title {
  float: right;
  font-size: 1rem;
  color: #575866;
  font-weight: 450;
  margin: 3px 15px;
}
.mod_fee_item.nothingtoshow {
  background: #fff;
  border-radius: 10px;
  position: relative;
  width: 100%;
  box-shadow: 0 2px 6px 0 rgba(32,76,136,.15);
  margin: 10px auto;
  padding: 10px;
  float: right;
  border-right: 5px solid #f00;
}
.post__info {
  display: flex;
  background: #F7F5F1;
  padding: 10px;
  border-radius: 10px;
}
.post__uimg {
  width: 128px;
  margin: 0 0 0 10px;
}
.post__uimg img {
  width: 128px;
  border-radius: 10px;
  height: 128px;
  margin: 5px 5px;
  -o-object-fit: cover;
  object-fit: cover;
}
.post__title h1 {
  text-align: right;
  font-size: 1.4rem;
  margin: 10px;
  font-weight: 450;
}
.inner .tg_header {
  padding: 0;
  min-height: 100px;
    overflow: unset;
  height: auto;
}

    .video-box {
      flex:1;
      background:#fff;
      border-radius:16px;
      box-shadow:0 8px 20px rgba(0,0,0,0.08);
      padding:10px;
      overflow:hidden;
    }
    .video-box video,
    .video-box iframe {
      width:100%;
      height:auto;
      border-radius:12px;
      display:block;
    }

    /* واکنش‌گرا */
    @media(max-width:768px){
      .about-section {
        flex-direction:column;
      }
    }
	.footer_item a {
  color: #FBC30A;
}
	.vig-uniqe_image {
  margin: 45px auto;
}
.import-link li a {
  color: #fff;
  margin: 10px auto;
  display: block;
  position: relative;
  padding: 0 15px 0 0;
}
.import-link li a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #FBC30A;
  position: absolute;
  right: 0;
  border-radius: 50px;
  top: 5px;
}


:root {
--accent-1: linear-gradient(135deg, #E2B30A 0%, #6B4CC2 100%);  /* طلایی کهنه تا بنفش کلاسیک */
  --accent-2: linear-gradient(135deg, #D4A300 0%, #4A388F 100%);  /* طلایی مات تا بنفش نفتی */
  --accent-3: linear-gradient(135deg, #C89B1F 0%, #392580 100%);  /* طلایی آرام تا بنفش تیره */
  --accent-4: linear-gradient(135deg, #B68A14 0%, #2E1D6F 100%);  /* طلایی برنزی تا بنفش شب */
  --accent-5: linear-gradient(135deg, #F0C43A 0%, #3E2A76 100%);  /* روشن‌ترین ترکیب رسمی */
      --card-radius: 16px;
      --shadow: 0 8px 30px rgba(8,15,34,0.08);
      --shadow-hover: 0 18px 40px rgba(8,15,34,0.12);
      --surface: #ffffff;
      --surface-2: #f6f9fb;
      --border-soft: rgba(15, 23, 36, .08);
    }

    .counters-wrapper{ max-width: 1200px; margin: 0 auto; }

    /* ====== کارت اختصاصی بدون استفاده از واژه card ====== */
    .maku-card{
      position: relative;
      border: 1px solid var(--border-soft);
      border-radius: var(--card-radius);
      background: var(--surface);
      box-shadow: var(--shadow);
      overflow: hidden;
      transition: transform .35s cubic-bezier(.2,.9,.3,1), box-shadow .35s, border-color .35s;
      will-change: transform, box-shadow;
    }

    /* بوردر گرادیانی ظریف */
    .maku-card::before{
      content:"";
      position:absolute; inset:0;
      padding:1px; border-radius:inherit;
      background: linear-gradient(135deg, rgba(0,180,216,.35), rgba(124,77,255,.35));
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
              mask-composite: exclude;
      pointer-events:none;
      opacity: 0;
      transition: opacity .35s ease;
    }

    .maku-card:hover{
      transform: translateY(-6px);
      box-shadow: var(--shadow-hover);
      border-color: rgba(15, 23, 36, .12);
    }
    .maku-card:hover::before{ opacity: .9; }

    .maku-card:focus-within{
      outline: none;
      box-shadow: 0 0 0 4px rgba(0, 180, 216, .15), var(--shadow-hover);
    }

    /* ====== ساختار داخلی شمارنده ====== */
    .counter-top{
      padding: 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #fff;
    }

    .counter-icon{
      width: 64px; height: 64px; min-width: 64px;
      border-radius: 12px;
      display: inline-flex; align-items: center; justify-content: center;
      font-size: 28px;
      background: rgba(255,255,255,0.12);
      box-shadow: inset 0 -6px 24px rgba(255,255,255,0.06);
      backdrop-filter: blur(2px);
    }

    .counter-body{
      padding: 20px 18px 26px 18px;
      text-align: right;
    }

    .counter-number{
      display: block;
      font-size: 34px;
      font-weight: 700;
      letter-spacing: 0.4px;
      margin-bottom: 6px;
      font-variant-numeric: tabular-nums;
    }

    .counter-label{
      font-size: 14px;
      color: #5b6b78;
    }

    /* رنگ‌بندی هر کارت */
    .accent-1 .counter-top{ background: var(--accent-1); }
    .accent-2 .counter-top{ background: var(--accent-2); }
    .accent-3 .counter-top{ background: var(--accent-3); }
    .accent-4 .counter-top{ background: var(--accent-4); }
    .accent-5 .counter-top{ background: var(--accent-5); }

    .comma { font-variant-numeric: tabular-nums; }

    @media (prefers-reduced-motion: reduce){
      .maku-card{ transition: none; }
      .maku-card:hover{ transform:none; }
      .maku-card::before{ transition: none; }
    }

    @media (max-width: 575.98px){
      .counter-icon{ width:52px; height:52px; min-width:52px; font-size:22px; }
      .counter-number{ font-size:28px; }
    }
	
	
	.consult-section{
    position: relative;
    padding: 28px 0;
  }

  /* رپری که ارتفاع را کنترل می‌کند */
  .consult-wrap{
    display: flex;
    align-items: stretch;
    border-radius: var(--card-radius);
  }

  /* کارت‌های داخل سکشن */
  .consult-panel{
    display: flex; flex-direction: column;
  }

  .consult-scroll::-webkit-scrollbar{ width: 8px; }
  .consult-scroll::-webkit-scrollbar-thumb{ background: rgba(15,23,36,.15); border-radius: 8px; }

  /* تیتر سکشن */
  .consult-title{
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: .2px;
  }
  .consult-subtitle{
    color:#5b6b78; font-size:14px; margin-bottom:18px;
  }

  /* فرم */
  .consult-form .form-group{ margin-bottom: 12px; }
  .consult-form .form-control{
    border-radius: 12px;
    border: 1px solid rgba(15,23,36,.08);
    height: 44px;
    font-size: 14px;
  }
  .consult-form textarea.form-control{ height: 96px; resize: vertical; }
  .consult-form .btn-submit{
    border-radius: 12px;
    padding: 10px 16px;
    font-weight: 700;
    border: none;
    background: linear-gradient(135deg,#00b4d8,#0077b6);
    color: #fff;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    box-shadow: 0 8px 24px rgba(0,119,182,.18);
  }
  .consult-form .btn-submit:hover{ transform: translateY(-1px); filter: brightness(1.02); }

  /* پنل اطلاعات تماس */
  .contact-item{
    display:flex; align-items:center;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(15,23,36,.08);
  }
  .contact-item:last-child{ border-bottom: none; }
  .contact-icon{
    width:42px; height:42px; min-width:42px;
    border-radius: 10px;
    display:flex; align-items:center; justify-content:center;
    background: rgba(0,180,216,.1);
    margin-left: 12px;
    font-size: 18px; color:#0077b6;
  }
  .contact-text small{ color:#5b6b78; display:block; margin-bottom:2px; }
  .contact-text strong{ direction:ltr; unicode-bidi:plaintext; }

.filemarket__title h1 {
  font-size: 1.2rem;
  font-weight: 950;
  color: #323843;
}

.filemarket__title h2 {
  font-size: 0.9rem;
  font-weight: 100;
  color: #323843;
  text-align: left;
}
.conf_link a {
  margin: 0 auto;
  display: block;
  width: 250px;
  text-align: center;
  border: 2px solid #2BBBB4;
  padding: 15px;
  border-radius: 10px;
  background: #F1FFFE;
  color: #323843;
  font-size: 1rem;
}
.conf__text {
  font-size: 1rem;
  font-weight: 100;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin: 10px auto;
}
.conf_text__title {
  font-size: 1rem;
  font-weight: 450;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  color: #323843;
  margin: 0 0 10px 0;
}
.carousel__indexconf {
  direction: ltr;
  margin: 20px auto 0;
}
.conflist_index {
  background: #fff;
  padding: 10px 0;
}
.bigraw__title {
  padding: 30% 0;
}
.conflist_index h5 {
  color: #66696E;
  font-size: 1.7rem;
  font-family: Morabba;
  font-weight: 950;
  text-align: center;
}
.bigraw__title a {
  margin: 30px auto;
  display: block;
  background: #F5FFFF;
  text-align: center;
  width: 200px;
  padding: 10px;
  color: #2BBBB4;
  border: 1px solid #2BBBB4;
  border-radius: 10px;
  font-size: 1rem;
}
.dw_wide_elemts_carousel__indexposts__raw {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  direction: rtl;
}
.dw_wide_elemts_carousel__indexposts__raw .col-raw {
  font-size: 13px;
  color: #282626;
  flex: 1 0 11%;
  margin: 10px 5px;
  background: #fff;
  float: right;
  text-align: center;
  font-weight: 900;
  position: relative;
  max-width: 134px;
}
.center__title a {
  display: block;
  background: #F5FFFF;
  text-align: center;
  padding: 5px 10px;
  color: #2BBBB4;
  border: 1px solid #2BBBB4;
  border-radius: 5px;
  font-size: 0.8rem;
  position: absolute;
  left: 10px;
  top: 10px;
}

.filemarket_view .pic-con img {
  width: 100%;
  border-radius: 10px;
}

.file_options {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding:0;
  direction: rtl;
}
.file_options li {
  flex: 1 0 20%;
  margin: 10px 0;
  background: #fff;
  float: right;
  text-align: center;
  padding: 0 0 25px;
  border-left: 1px solid #e8e8e8;
  max-width: 135px;
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.file_options li:last-child {
  border-left: none;
}
.file_options li .title {
  font-weight: 950;
  font-size: 1rem;
  display: block;
  color: #008D94;
}
.file_options li .value {
  font-weight: 300;
  font-size: 1rem;
  color: #000;
}
.filemarket__text {
  line-height: 200%;
  text-align: justify;
}

.conflist_index .product-cell .title-con {
  font-size: 0.9rem;
  font-weight: 750;
  padding: 5px 2px;
  text-align: center;
  color: #263A45;
  margin: 0 auto;
  direction: rtl;
  height: 65px;
}
.file_options li {
  flex: 1 0 32%;
  max-width: none;
}
.tags {
  float: right;
  width: 100%;
  margin: 10px auto;
}
.tags li {
  float: right;
  background: #F3F4F6;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
}
.conf__text {
  font-size: 1rem;
  font-weight: 100;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin: 10px auto;
}

.ticker-container {
  width: 100%;
  height: 55px;
  overflow: hidden;
  position: relative;
  direction: rtl;
  text-align: right;
}
.ticker-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.ticker-list li {
    padding: 15px;
    color: #333;
    display: none;
	border-radius: 10px 0 0 10px;
  border: 1px solid #e0dee3;
  background: #fff;
  box-shadow: 0px -2px 0px 0px rgba(20, 20, 20, 0.06) inset, 0px 2px 4px -2px rgba(20, 20, 20, 0.1), 0px 1px 2px -1px rgba(20, 20, 20, 0.08);
}
.set_item a {display: flex;  align-items: center;}
.ticker-list li .news_item_category {
  float: left;
  margin: 0;
  position: absolute;
  left: 5px;
}
.vit_row_product.setd_row {
  display: flex;
  direction: rtl;
}
.vit_row_product.setd_row .set_row_title {
  background: #09314B;
  width: 250px;
  text-align: center;
  padding: 15px;
  border-radius: 0 10px 10px 0;
    font-weight: 950;  min-height: 50px;
  max-height: 53px;
}
.vit_row_product.setd_row .set_row_title a {
  color: #fff;
}