@font-face {
  font-family: 'YekanF';
  src: url('https://rkonline.ir/upload/1426/files/H7YpnGAx.woff2') format('woff2'),
       url('https://rkonline.ir/upload/1426/files/D0Hnu7mR.woff') format('woff');
}
body , *{
  font-family: 'iransans-num';
}
h1{
  font-family: 'iransans-num';
}





@keyframes smoothSlide {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(15px); }
  100% { transform: translateX(0); }
}



.Erfan {
  animation: smoothSlide 1.5s ease-in-out infinite;
border: 2px solid #6C3BAA !important;
	background: #6C3BAA;
  
  font-weight:bold;
  right:15px;
}

   
button.product-item-pay {
  background-color: #6C3BAA !important;
  color: #fff !important;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}

/* هاور دکمه */
button.product-item-pay:hover {
  background-color: #d4a903 !important;
  box-shadow: 0 0 10px #efbf04;
  color: #fff !important;
}

/* لینک راهنما */

.helpbox .layout-guide-btn a {
  background-color: #6C3BAA !important;

}

.layout-guide-btn a:hover {
  background-color: #6C3BAA !important;
  box-shadow: 0 0 10px #6f42c1 !important;
  color: #fff !important;
}

.layout-guide-btn a i {
  color: #fff !important;
  margin-left: 5px !important;
}
#user-description,
  .custom-textarea {
    height: 40px !important;
    resize: none;
    margin-bottom: 10px;
    width: 100%;
  }




iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

html {
  scroll-behavior: smooth;
}







