@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/woff/iranbold.woff") format("woff"),
    url("../fonts/woff2/iranbold.woff2") format("woff2");
}

@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/woff/iran.woff") format("woff"),
    url("../fonts/woff2/iran.woff2") format("woff2");
}

/*  reset Css */

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 17px;
}

body {
  font-family: iransans !important;
  direction: rtl;
  box-sizing: border-box;
  color: var(--cl-black);
  background: #fff;
  -moz-font-feature-settings: "ss02" !important;
  -webkit-font-feature-settings: "ss02" !important;
  font-feature-settings: "ss02" !important;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

a,
li,
button,
*:before,
*:after {
  transition: all 0.3s;
}

a:hover,
li:hover,
button:hover,
*:before:hover,
*:after:hover {
  transition: all 0.3s;
  color: var(--cl-main);
}

html,
body,
form,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
ol,
dl,
address {
  margin: 0;
  padding: 0;
  direction: rtl;
  font-family: IRANSans !important;
}

input {
  font-family: IRANSans !important;
}

ul,
li {
  list-style-type: none;
}

hr {
  clear: both;
  visibility: hidden;
}

fieldset,
img {
  border: 0;
}

button {
  border: none;
  outline: none;
}
button:focus {
  background: var(--cl-main) !important;
}

input {
  background-color: transparent !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-style: normal;
  margin: 0;
}

/*  header css */

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
  margin: 0px !important;
}

.main-header {
  padding: 40px 0px 0px;
  background: #fff;
  margin-bottom: 30px;
}

.top-header {
  margin-bottom: 40px !important;
  display: flex;
  align-items: center;
}

.top-header .top-header-login {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top-header .top-header-login i {
  font-size: 22px;
  margin-left: 4px;
  color: var(--cl-main);
}

.top-header .top-header-login a {
  color: var(--cl-black);
  margin-right: 4px;
  font-size: 17px;
  font-weight: 500;
}

.top-header .top-header-login a:hover {
  color: var(--cl-main);
}

.top-header .top-header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-header .top-header-logo img {
  width: 158px;
}

.top-header .top-header-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.top-header .top-header-info div {
  margin-right: 16px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.top-header .top-header-info div span {
  color: var(--cl-black);
  font-weight: 500;
}

.top-header .top-header-info div b {
  font-size: 18px;
  font-weight: bold;
}

.top-header .top-header-info > button:focus {
  background: transparent !important;
}
.top-header .top-header-info > button {
  outline: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background: transparent;
}
.top-header .top-header-info > button i:hover {
  color: var(--cl-main);
}
.top-header .top-header-info > button i {
  font-size: 32px;
  margin-bottom: 6px;
  display: flex;
  border-left: 1px solid #e6e6e6;
  margin-left: 1px;
  padding-left: 8px;
  color: var(--cl-black);
}
.top-header
  .top-header-info
  > button
  .top-header
  .top-header-info
  button:focus {
  background-color: unset !important;
}

.top-header-info .cart-header {
  margin-left: 10px;
  position: relative;
  color: var(--cl-black);
  margin-top: -2px;
}
.top-header-info .cart-header i {
  font-size: 32px;
  margin-top: -2px;
  display: flex;
}
.top-header-info .cart-header b {
  position: absolute;
  background: var(--cl-main);
  color: #fff;
  padding: 4px 5px 0px;
  border-radius: 50%;
  line-height: 1.2;
  font-size: 13px;
  top: 18px;
  right: -6px;
}

.searchbox {
  width: 70% !important;
  left: 0 !important;
  top: 61.125px !important;
  height: unset !important;
  transform-origin: 0px 0px;
  opacity: 1;
  transform: scaleX(1) scaleY(1);
  z-index: 1000;
  position: absolute;
  padding: 5px;
  margin-right: 0px !important;
  border-radius: 8px !important;
  box-shadow: var(--box-s) !important;
  background: var(--cl-main) !important;
  color: #fff;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
}

.searchbox::after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--cl-main);
  transform: rotate(45deg) translate(21px, -14px);
  border-radius: 7px;
  top: -10px;
  z-index: -1;
}

.searchbox input {
  background-color: transparent !important;
  border-bottom: unset !important;
  margin: 0px !important;
  font-family: "IRANSans";
  padding: 0px 10px !important;
  box-shadow: unset !important;
  color: #fff !important;
  border-radius: 4px !important;
  margin-left: 4px !important;
  font-weight: 600;
}

.searchbox > button {
  background: none;
  color: #fff;
  height: unset !important;
  display: flex;
  margin-left: 4px;
  cursor: pointer;
}

.searchbox button:hover {
  opacity: 0.8;
}

.searchbox button i {
  font-size: 30px;
  opacity: 0.9;
  cursor: pointer;
  margin-bottom: 3px;
  margin-left: 2px;
}

/*  navbar css */

#nav-sidebar-mobile {
}
#nav-sidebar-mobile > li {
  border: 1px solid #e2e2e2;
  margin: 10px 0px;
  border-radius: 10px;
  padding: 0px;
  position: relative;
  z-index: 1;
}
#nav-sidebar-mobile > li > a {
  padding: 0 17px !important;
  margin-left: 50px !important;
}

#nav-sidebar-mobile > li > ul {
  display: none;
  background: #eee;
  margin: 0px 10px 10px;
  border-radius: 5px;
}
#nav-sidebar-mobile > li > ul a {
  padding: 0px 20px !important;
}
#nav-sidebar-mobile > li > span {
  z-index: 100;
  border-radius: 5px;
  position: absolute;
  left: 8px;
  top: 15px;
  font-size: 17px;
  pointer-events: none;
  transform: rotate(90deg);
  display: flex;
  transition: all 0.5s;
}

.menu-top-header {
  border-bottom: 2px solid #e6e6e6;
}

.menu-top-header .nav-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: unset !important;
  background: transparent !important;
  line-height: unset !important;
  box-shadow: unset !important;
  position: relative;
}

.menu-top-header .nav-header {
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.menu-top-header .nav-header > li {
  margin: 0px 20px;
  padding-bottom: 24px;
  transition: width 2s;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.menu-top-header .nav-header > li > a::after {
  position: absolute;
  content: " ";
  width: 0%;
  height: 3px;
  background: transparent;
  bottom: -26px;
  left: 50%;
  border-radius: 37px;
  margin-left: 2px;
}

.menu-top-header .nav-header > li > a:hover::after {
  background: var(--cl-main);
  width: 100%;
  left: 0;
}

.menu-top-header .nav-header > li > a {
  font-size: 17px;
  color: var(--cl-black);
  position: relative;
  font-weight: 500;
}

.menu-top-header .nav-header > li:focus {
  color: var(--cl-black);
}
.menu-top-header .nav-header > li::before {
  content: " ";
  background: transparent;
  width: 150px;
  height: 100px;
  position: absolute;
  top: 0px;
}

.menu-top-header .nav-header > li:hover > a {
  font-size: 17px;
  color: var(--cl-main);
  background-color: rgb(0 0 0 / 5%) !important;
}
.menu-top-header .nav-header > li:hover > ul {
  display: flex !important;
}

.menu-top-header .nav-header > li > ul {
  display: none;
  justify-content: center;
  left: 0px;
  position: absolute;
  bottom: -65px;
  z-index: 1000;
  align-items: center;
  width: 100%;
  padding: 7px 5px !important;
  animation: opacity 0.1s linear;
  border-radius: 10px;
  background: var(--cl-main) !important;
}

.menu-top-header .nav-header > li > ul > li:hover > a {
  background: #ffffff0f;
}
.menu-top-header .nav-header > li > ul > li {
  display: flex;
  align-items: center;
  position: relative;
}
.menu-top-header .nav-header > li > ul > li::before {
  content: " ";
  background: transparent;
  width: 100px;
  height: 80px;
  position: absolute;
  top: 0px;
}

.menu-top-header .nav-header > li > ul > li::after {
  content: "/";
  color: #ffffff3d;
  font-weight: 300;
  font-size: 23px;
  margin-top: 3px;
}
.menu-top-header .nav-header > li > ul > li:last-child::after {
  content: " ";
}
.menu-top-header .nav-header > li > ul > li > a {
  font-size: 16px;
  padding: 3px 10px 5px;
  margin: 5px 15px;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
}
.menu-top-header .nav-header > li > ul > li > a:hover {
  background: #ffffff40;
}

.menu-top-header .nav-header > li > ul > li > ul::after {
  content: " ";
  background: var(--cl-main);
  backdrop-filter: blur(5px);
  width: 20px;
  height: 20px;
  top: -5px;
  position: absolute;
  right: 30px;
  transform: rotate(45deg);
  border-radius: 4px;
  z-index: -1;
}
.menu-top-header .nav-header > li > ul > li:hover > ul {
  display: flex;
  transition: all 1s;
  opacity: 1;
}
.menu-top-header .nav-header > li > ul > li > ul {
  display: none;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 63px;
  background: var(--cl-main);
  padding: 5px 8px !important;
  border-radius: 15px;
  justify-content: center;
  width: 230px;
  transition: all 1s;
  animation: opacity 0.5s linear;
}
.menu-top-header .nav-header > li > ul > li > ul > li {
  border-bottom: 1px solid #7e83a026;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0px;
}
.menu-top-header .nav-header > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.menu-top-header .nav-header > li > ul > li > ul > li > a {
  width: 100%;
  font-size: 15px;
  display: flex;
  align-items: center;
  padding: 0px 5px;
  color: #fff;
  font-weight: 500;
}

.menu-top-header .nav-header > li > ul > li > ul > li > a:hover {
  transform: translateX(-5px);
}
.menu-top-header .nav-header > li > ul > li > ul > li ul {
  display: none !important;
}

/* footer  */
.footer-body {
  padding: 10px 20px;
}

.info-footer {
  padding: 20px !important;
}

.info-footer div {
  display: flex;
  align-items: center;
}

.info-footer p {
  margin: 25px 0px;
  text-align: justify;
}
.info-footer > img {
  width: 240px;
}

.info-footer > div > a {
  background: #f3f3f3;
  display: flex;
  padding: 7px;
  margin-left: 7px;
  border-radius: 5px;
  font-size: 22px;
}

.info-footer > div > a:hover {
  background: #fff;
}

.main-footer {
  margin-top: 50px;
}

.main-footer > div > p {
  display: flex;
  text-align: center;
  margin: 40px 0px 70px;
  justify-content: center;
}

.support-footer {
  display: flex;
  justify-content: space-between;
  margin: 20px 0px 35px;
}

.support-footer div {
  display: flex;
  margin: 0px 35px;
  align-items: center;
}

.support-footer div i {
  margin-left: 10px;
  font-size: 37px;
  color: var(--cl-main);
}

.support-footer div h6 {
  display: flex;
  flex-direction: column;
}

.support-footer div span {
  margin-bottom: 5px;
  font-size: 15px;
}

.links-footer {
  display: flex;
  justify-content: center;
}

.links-footer ul {
  margin: 0px 35px;
}

.links-footer ul li {
  margin: 10px 0px;
  display: flex;
  align-items: center;
}

.links-footer ul li:hover a {
  transform: translateX(-6px);
}

.links-footer ul li a {
  color: var(--cl-black);
}

.links-footer ul li::before {
  content: " ";
  background: var(--cl-main);
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  margin-left: 13px;
}

.nav-register-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.mobile-register {
  display: block;
}

.mobile-register .youtube-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eee;
  padding: 5px 7px;
  border-radius: 4px;
  margin-bottom: 6px;
  background: #f2f2f2;
}

.mobile-register .youtube-footer a {
  display: flex;
  align-items: center;
  font-size: 23px;
  color: var(--cl-black);
  margin-bottom: 2px;
  font-weight: 200;
}

.mobile-register .youtube-footer span {
  margin-right: 5px;
  color: var(--cl-black);
  font-size: 15px;
  font-weight: 500;
}

.mobile-register .namad {
  margin-top: 25px;
  text-align: center;
}

.mobile-register .namad img {
  width: 88px;
}

.mobile-register .namad a {
  margin-left: 15px;
}

/*  singel page */

.main-content {
  position: relative;
}

.main-content-bg {
  position: fixed;
  pointer-events: none;
  filter: blur(5px);
  opacity: 0.6;
}

.bg-left {
  top: 83px;
  left: 60px;
}

.bg-top {
  top: 0px;
  right: -30px;
}
.breadcrumb-content nav i {
  height: unset !important;
  font-size: 25px !important;
  margin: 0px 4px;
  font-weight: 100;
  color: #c8c8c88c;
  margin-top: -1px;
}
.breadcrumb-content nav > a {
  height: unset !important;
  color: #3c435473 !important;
  margin-top: 1px;
}
.breadcrumb-content nav {
  box-shadow: unset !important;
  background: unset !important;
  width: auto !important;
  margin: unset !important;
  padding: unset !important;
  height: unset !important;
  line-height: unset !important;
  font-size: 17px !important;
  color: var(--cl-black) !important;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.breadcrumb-content a {
  color: var(--cl-black) !important;
}

.breadcrumb-content .breadcrumbs a {
  color: rgb(0 0 0 / 49%);
}
.breadcrumb-content .breadcrumbs {
  color: var(--cl-black);
  font-size: 16px;
}
.breadcrumb-content div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb-content {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1f1f1;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 13px 5px;
  color: var(--cl-black);
}

.breadcrumb-content a {
  color: var(--cl-black);
}

.breadcrumb-content span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 10px;
}

.sticky-single {
  background: var(--cl-black);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px 9px;
  position: fixed;
  z-index: 1;
  left: 9%;
  top: 25%;
  border-radius: 5px;
}

.sticky-single a {
  margin: 5px 0px;
  background: #eee3;
  display: flex;
  padding: 6px;
  border-radius: 5px;
}

.sticky-single a:hover {
  background: #eeeeee75;
}
.sticky-single i {
  color: #fff;
  font-size: 24px;
}

.title-signle {
  display: flex;
  align-items: center;
  margin: 80px 0px;
}

.title-signle a {
  display: flex;
  align-items: center;
  color: var(--cl-black);
  margin-right: 10px;
}

.title-signle h1 {
  font-size: 32px;
  margin: 0px;
  font-weight: 500;
}
.category-title {
  margin: 40px 0px !important;
}
.title-signle i {
  font-size: 37px !important;
  color: var(--cl-black);
}

.thumbnail-signle {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px !important;
}

.th-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 40px 14.7px -20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  max-height: 400px;
}
#wpd-bubble-wrapper {
  bottom: unset !important;
  left: 9% !important;
  top: 48% !important;
}
#wpd-bubble-wrapper > div {
  background-color: #ffc000;
  box-shadow: none;
  border-radius: 5px;
  opacity: 1;
  width: 52px;
  height: 52px;
  border: none;
}
#wpd-bubble-wrapper #wpd-bubble-all-comments-count {
  color: #ffffff;
  background: #b7b7b7;
  padding: 5px 20px;
  margin-bottom: 6px;
  display: block;
  border-radius: 5px;
}
.wp-block-image img {
  width: 100%;
}
.span-reading-time .rt-label {
  display: none !important;
}
.span-reading-time .rt-time {
  margin-left: 4px;
}

.info-single {
  display: flex;
  flex-direction: column;
  align-items: self-end;
  margin-top: 10px;
}

.info-single > div {
  margin: 0px 0px 25px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.info-item-single {
  display: flex;
  justify-content: end;
  align-items: center;
}

.info-item-single b {
  font-size: 24px;
  margin-left: 7px;
  font-weight: 500;
}
.info-item-single i {
  font-size: 28px;
  margin-bottom: 7px;
}
.info-single > div > span {
  font-weight: 600;
}
.info-item-single .avg-color {
  color: var(--cl-main) !important;
}

.main-content .container {
  position: relative;
}

#info-product .category-single {
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-single {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-single ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-single a {
  display: flex;
  align-items: center;
  margin: 0px 7px;
  color: var(--cl-black);
  background: #2d31fa0d;
  padding: 5px 10px;
  border-radius: 5px;
}
.category-single a:hover {
  background: #2d31fa1a;
}
.kk-star-ratings .kksr-legend {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  font-size: 18px;
  display: flex;
  margin-top: 6px;
}

.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
  background-image: url(../img/icon/active-star.svg) !important;
}
.kk-star-ratings .kksr-stars .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled)
  .kksr-stars
  .kksr-star:hover
  ~ .kksr-star
  .kksr-icon {
  background-image: url(../img/icon/inactive-star.svg) !important;
}

.kk-star-ratings .kksr-stars .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled)
  .kksr-stars
  .kksr-star:hover
  ~ .kksr-star
  .kksr-icon {
  background-image: url("../img/icon/inactive-star.svg") !important;
}

.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
  background-image: url("../img/icon/active-star.svg") !important;
}

.kk-star-ratings.kksr-disabled
  .kksr-stars
  .kksr-stars-active
  .kksr-star
  .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
  background-image: url("../img/icon/select-star.svg") !important;
}

.kk-star-ratings .kksr-stars .kksr-stars-active {
  right: 0px !important;
  left: unset !important;
}

.star-single {
  background: #ffffff52;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0px 10px 10px #87878717;
}

.single-content-body {
  font-size: 1.3rem;
  margin: 30px 0px 30px;
  line-height: 1.9;
  background: #fff;
  border-radius: 10px;
  box-shadow: var(--box-s);
}
.single-content-body .kk-star-ratings {
  display: none !important;
}
.single-content-body p {
  font-size: 20px;
  line-height: 1.8;
}
.single-content-body h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 14px;
}

.tags-single {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dashed #d2d2d2cc;
  border-bottom: 1px dashed #d2d2d2cc;
  padding: 14px 0px;
  margin-bottom: 60px;
}

.tag-item {
  display: flex;
  align-items: center;
}

.tag-item a {
  color: var(--cl-black);
  margin: 0px 5px;
}
.tag-item a:hover {
  color: #0d2ce9;
  margin: 0px 5px;
  transition: all 0.4s;
}

.tag-item a:last-child::after {
  content: " ";
}

.tag-item a::after {
  content: "/";
  color: #d2d2d2cc;
  padding-right: 10px;
}

.short-link-single {
  display: flex;
  align-items: center;
}

.short-link-single input {
  padding: 6px 10px !important;
  margin: 0px !important;
  border: none !important;
  background: #e8e8e8a8 !important;
  height: unset !important;
  border-radius: 3px !important;
  color: rgba(0, 0, 0, 0.37);
}

.short-link-single button {
  background: var(--cl-main);
  padding: 5px;
  border-radius: 3px;
  margin-left: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
}
.short-link-single button i {
  font-size: 17px;
}

.blog-post {
}

.title-blog-post {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.title-blog-post h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: var(--cl-black);
}

.title-blog-post b {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  color: #969696;
}

.item-blog-post {
  margin-bottom: 30px;
}

.item-blog-post > img {
  width: 100%;
  height: 100%;
  max-height: 250px;
  object-fit: cover;
  border-radius: 5px !important;
  min-height: 250px;
}
.item-blog-post a > img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 10px 20px #eee;
  min-height: 133px;
  max-height: 133px;
  object-fit: cover;
  height: 100%;
}

.item-blog-post h2 {
  margin: 25px 0px;
  text-align: center;
  display: block;
  font-size: 23px;
  color: var(--cl-black);
  font-weight: 600;
}

.item-blog-post p {
  line-height: 1.8;
  text-align: justify;
  padding: 0px 0px;
  font-weight: 400;
  color: #686868;
}

.item-blog-post a {
  display: inline-block;
  margin-top: 4px;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  color: var(--cl-main);
  margin-right: 2px !important;
}
.item-blog-post a:hover {
  transform: translateX(-3px);
}

/*  index page */
.top-index-seaction {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.index-cl-main {
  display: flex;
  align-items: center;
  width: 100%;
}
.index-cl-main .slidermy .swiper-slide {
  min-height: 400px;
  border-radius: 20px;
  max-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-cl-main .slidermy .slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.index-cl-main .slidermy .slider-pagination span {
  height: 10px;
  width: 20px;
  border-radius: 4px;
  transition: all 1s;
}
.index-cl-main
  .slidermy
  .slider-pagination
  span.swiper-pagination-bullet-active {
  transition: all 1s;
  width: 40px;
  background: var(--cl-main);
}

.svg-bl {
  position: relative;
}

.svg-bl img {
  width: 100%;
  margin-top: -50px;
  pointer-events: none;
}

.svg-bl-ani {
  pointer-events: none;
  position: absolute;
  top: 111px;
  right: 69px;
  -webkit-animation: heartbeat 5s linear infinite both;
  animation: heartbeat 5s linear infinite both;
}

.off-product-index {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -50px;
}

.off-product-index a {
  color: var(--cl-main);
  border-radius: 5px;
  padding: 8px 20px;
  font-size: 17px;
  margin-bottom: 15px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 0px;
  font-weight: bold;
  border: 3px solid var(--cl-main);
}

.off-product-index span {
  color: var(--cl-black);
  font-size: 26px;
  font-weight: bold;
}

.top-index-seaction .text-top-index {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 70px;
}

.text-top-index > h2 {
  padding: 5px 0px;
  color: var(--cl-main);
  font-size: 39px;
  font-weight: bold;
  text-shadow: 0px 10px 20px #00000017;
}

.text-top-index > span {
  font-size: 29px;
  color: var(--cl-black);
  margin-top: 20px;
  font-weight: bold;
  text-shadow: 0px 10px 20px #00000017;
}

.bg-index1 {
  position: absolute;
  filter: blur(50px);
  z-index: -10;
  opacity: 0.7;
  pointer-events: none;
  top: 90px;
  width: 100%;
}

.form-index {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 16px 5px;
  border-radius: 5px;
  padding-right: 19px;
  border: 2px solid #c2c2c2;
  border-radius: 15px;
  margin: 0 auto;
}

.form-index input {
  border: none !important;
  height: unset !important;
  margin: unset !important;
  font-weight: 500;
  font-size: 17px !important;
  color: var(--cl-black);
}

.form-index input:focus {
  border: none !important;
  height: unset !important;
  margin: unset !important;
  box-shadow: unset !important;
}

.form-index > div > select {
  border: none !important;
  height: unset !important;
}

.form-index > div > i {
  margin-left: 8px;
  font-size: 22px;
}

.form-index > div {
  display: flex;
  align-items: center;
  border-right: 1px solid #c2c2c2;
  padding-right: 20px;
}

.form-index .select-wrapper ul {
  display: flex !important;
  flex-direction: column !important;
  width: 300px !important;
  top: 55px !important;
  left: -9px !important;
  border-radius: 10px !important;
  box-shadow: 0px 10px 20px #00000017;
  border: 2px solid rgb(247, 247, 247);
}

.form-index .select-wrapper ul li {
  display: flex !important;
  width: 100%;
  border-bottom: 1px solid #eee;
  color: #eee !important;
}

.form-index .select-wrapper ul li span {
  color: var(--cl-black) !important;
}

.form-index .select-wrapper ul li:first-child {
  pointer-events: none;
  background: var(--cl-black);
  text-align: center;
  justify-content: center;
}

.form-index .select-wrapper ul li:first-child span {
  color: #fff !important;
}

.form-index .select-wrapper input {
  color: var(--cl-black);
  font-size: 15px !important;
  font-weight: bold;
  line-height: unset !important;
  margin-top: 4px !important;
}
.form-index button {
  color: #aaaaaa;
  font-size: 30px !important;
  font-weight: bold;
  background: transparent;
  margin-left: 19px;
  cursor: pointer;
}
.form-index button:hover {
  color: var(--cl-black);
}

.counter-index {
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-index div {
  display: flex;
  align-items: center;
  margin: 0px 35px;
  z-index: -1;
}

.counter-index div span {
  font-size: 19px;
  font-weight: 600;
}

.counter-index div b {
  margin-left: 4px;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  color: var(--cl-black);
}

.rtl .select-wrapper .caret {
  display: none !important;
}

/*  shop items index */

.pricing-table {
  background: #f3f3f3;
  box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  border-radius: 4px;
  transition: 0.3s;
}

.pricing-table:hover {
  box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, 0.15);
}

.pricing-table .pricing-label {
  position: absolute;
  border-radius: 2px;
  padding: 0.25rem 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  background: var(--cl-main);
  color: #ffffff;
  left: 5px;
  top: 5px;
}
.pricing-title {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0px 55px;
}

.pricing-table h2 {
  color: #3b3b3b;
  font-size: 40px;
  font-weight: 500;
  margin: 0px;
  text-align: center;
}

.pricing-table h5 {
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 0px;
  margin-top: 7px;
}

.pricing-table .pricing-features {
  margin-top: 2rem;
}

.pricing-table .pricing-features .feature {
  background: #ffffff70;
  padding: 5px 10px 3px;
  font-size: 15px;
  margin: 0.5rem 0;
  color: #b3b3b3;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
}

.pricing-table .pricing-features .feature span {
  display: inline-block;
  float: right;
  color: #3b3b3b;
  font-weight: 500;
}

.pricing-table .price-tag {
  margin-top: 2rem;
  text-align: center;
  font-weight: 500;
}

.pricing-table .price-tag .symbol {
  font-size: 28px;
}

.pricing-table .price-tag .amount {
  letter-spacing: -2px;
  font-size: 40px;
}

.pricing-table .price-tag .after {
  color: #3b3b3b;
  font-weight: 500;
}

.pricing-table .price-button {
  background: var(--cl-main);
  display: block;
  color: #fff;
  margin-top: 2rem;
  padding: 0.75rem;
  border-radius: 2px;
  text-align: center;
  font-weight: 500;
  transition: 0.3s;
}

.pricing-table .price-button:hover {
  text-decoration: none;
}

.title-shop-items-index {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 63px;
}

.title-shop-items-index span {
  color: var(--cl-black);
  position: relative;
  font-size: 28px;
  font-weight: bold;
}

.title-shop-items-index span::before {
  position: absolute;
  content: " ";
  width: 100px;
  height: 5px;
  background: #e6e6e6;
  top: 43%;
  right: -120px;
  border-radius: 20px;
}

.title-shop-items-index span::after {
  position: absolute;
  content: " ";
  width: 100px;
  height: 5px;
  background: #e6e6e6;
  top: 43%;
  left: -120px;
  border-radius: 20px;
}

.section-shop-index {
  margin-top: 45px;
}
.section-shop-index div .iswiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.section-shop-index div .iswiper-pagination span {
  height: 10px;
  width: 15px;
  border-radius: 4px;
  transition: all 1s;
}
.section-shop-index
  div
  .iswiper-pagination
  span.swiper-pagination-bullet-active {
  width: 30px;
  transition: all 1s;
  background: var(--cl-main);
}

.index-shop-tabs {
  overflow: visible !important;
  display: flex;
  justify-content: center;
  background: none !important;
  height: unset !important;
  margin-bottom: 80px !important;
}

.index-shop-tabs li {
  border: 1px solid #dedede;
  background: #fff !important;
  margin: 0px 14px !important;
  padding: 14px 35px !important;
  height: unset !important;
  display: flex !important;
  line-height: unset !important;
  box-shadow: var(--box-s);
  border-radius: 5px;
}

.index-shop-tabs li:last-child {
  border: unset;
}

.index-shop-tabs li a {
  font-size: 16px !important;
}

.index-shop-tabs li a {
  color: var(--cl-black) !important;
  height: unset !important;
  padding: unset !important;
  display: flex !important;
  font-weight: 500;
}

.tabs .indicator {
  height: 3px !important;
  padding: 0px !important;
  background: var(--cl-main) !important;
  position: relative;
}

.tab-product {
  background: #fff;
  border-radius: 5px;
  padding: 2px;
  margin-bottom: 20px !important;
  transition: all 1s;
  border: 1px solid #e0e0e0;
  padding: 10px;
}

.tab-product > img {
  width: 100%;
  box-shadow: 0px 10px 20px #eeeeeeb0;
  border-radius: 5px;
  max-height: 210px;
  object-fit: cover;
}

.info-tab-product {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  align-items: center;
  margin-top: 13px;
}

.info-tab-product div {
  display: flex;
  align-items: center;
  color: #959595;
}

.info-tab-product div i {
  font-size: 23px;
  margin-bottom: 4px;
}
.info-tab-product div a {
  margin-right: 5px;
  color: #959595;
  font-weight: 500;
}

.info-tab-product div b {
  color: #9e9e9e;
}

.info-tab-product div span {
  margin-right: 5px;
  color: #959595;
  font-weight: 500;
}

.tab-product h2 {
  font-size: 18px;
  margin: 16px 6px 14px;
  font-weight: bold;
}
.tab-product a {
  color: var(--cl-black);
}
.tab-product a:hover {
  color: var(--cl-main);
}

.button-card-product {
  display: flex;
  transition: all 1s;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding: 10px 0px 0px;
  margin-bottom: 0px;
  font-size: 17px;
  color: var(--cl-black);
  font-weight: 400;
  border-top: 1px solid #e0e0e0;
}
.button-card-product a {
  color: #3c4354;
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  box-shadow: unset;
  font-size: 16px;
}
.button-card-product form a {
  color: #3c4354;
  padding: 9px 15px;
  border-radius: 5px;
  display: flex;
  font-weight: 500;
  cursor: pointer;
  background: #f1f1f1;
  font-size: 15px;
}

.button-card-product form {
  margin: unset !important;
  padding: unset !important;
}

.tab-product p {
  color: #979797;
  text-align: justify;
  padding: 0px 6px;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 60px !important;
}

.price-tab-product {
  display: flex;
  align-items: center;
  margin: 30px 0px 0px;
  justify-content: space-between;
  padding: 0px 8px;
}

.price-tab-product .price-dec {
  color: var(--cl-black);
  position: relative;
  min-width: 43%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.price-tab-product .price-dec > span {
  font-size: 15px;
  font-weight: 500;
  margin-right: 3px;
}

.price-tab-product .price-dec > b {
  font-size: 20px;
  font-weight: bold;
}

.price-tab-product .time-dec {
  border-radius: 3px;
  color: var(--cl-black);
  font-weight: 600;
  font-size: 14px !important;
}

.price-tab-product .time-dec b {
  font-weight: 600;
}

.tab-product a:hover img {
  transition: all 0.4s;
  transform: translateX(-7px);
}
.tab-product > a > i {
  transition: all 0.4s;
  transform: rotate(180deg);
  font-size: 23px;
}

.off-price-tab-product {
  display: flex;
  align-items: center;
}

.off-price-tab-product > span {
  font-size: 13px;
  color: #b3b3b3;
  margin-right: 9px;
  font-weight: 500;
}

.off-price-tab-product > b {
  font-size: 15px;
  font-weight: 300;
  background: #ff00001a;
  color: red;
  display: flex;
  position: relative;
  border-radius: 5px;
  padding: 3px 5px 0px;
}

.off-price-tab-product b::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background: red;
  bottom: 13px;
  left: 0px;
}

.item-card-category {
  margin-bottom: 10px;
}

.blur-effect:hover a {
  filter: blur(4px);
}

.item-card-category:hover a {
  filter: blur(0px);
}
.item-card-category:hover a img {
  transform: scale(1.1);
  transition: all 0.3s;
}

.item-card-category a img {
  width: 100%;
  box-shadow: 5px 5px 20px #0000002b;
  border-radius: 5px;
  transition: all 0.5s;
}

.title-card-category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title-card-category h3 {
  font-size: 28px;
  font-weight: bold;
  color: var(--cl-black);
  margin-bottom: 50px;
}

/* comment user index */
.comment-user-index {
  margin: 130px 0px;
}

.title-comment-user-index {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.title-comment-user-index b {
  margin-bottom: 12px;
  margin-right: 4px;
}

.title-comment-user-index span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.title-comment-user-index span h3 {
  color: var(--cl-main);
  font-weight: 500;
  font-size: 28px;
  margin: 0px;
  margin-right: 10px;
}

.comment-user-item {
  position: relative;
}

.comment-user-item .comment-box {
  border-radius: 10px;
  display: flex;
}

.comment-user-item .comment-box img {
  border-radius: 5px;
  width: 100px !important;
  height: unset !important;
}

.comment-user-item .comment-box p {
  font-size: 16px;
  line-height: 1.7;
  border-radius: 5px;
  font-weight: 500;
  margin-bottom: 25px;
}
.comment-user-item .comment-box .user-comment {
  margin-left: 25px;
}

.comment-user-item .comment-box span {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.comment-user-item .comment-box span h4 {
  font-size: 17px;
  font-weight: 500;
  margin: 0px;
}

.comment-user-item .comment-box span {
  margin-right: 11px;
  background: #2d31fa1a;
  padding: 2px 10px;
  border-radius: 5px;
}

.comment-user-item .comment-box div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comment-user-item .comment-box div > div {
  display: flex;
  align-items: center;
  margin-top: 27px;
  flex-direction: row;
}

.comment-user-item .comment-box div > span {
  display: flex;
  align-items: center;
  background: var(--cl-main);
  padding: 4px 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}
.comment-user-item .cmswiper-pagination {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comment-user-item .cmswiper-pagination span.swiper-pagination-bullet-active {
  width: 30px;
  transition: all 1s;
}
.comment-user-item .cmswiper-pagination span {
  width: 13px;
  border-radius: 3px;
  transition: all 1s;
}

.body-comment-user-index {
  margin: 40px 0px;
  display: flex;
  align-items: center;
}

.comment-user-item .swiper-pointer-events {
  touch-action: pan-y;
}

.comment-user-item .swiper-pagination {
  bottom: -40px !important;
}

.comment-user-item .swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  border-radius: 3px;
  transition: all 1s;
}

.comment-user-item .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px !important;
  border-radius: 3px;
  transition: all 1s;
  background: var(--cl-main);
}

.comment-user-item .swiper-slide {
  transition: all 1s;
}

.comment-user-item .swiper-slide-active {
  transition: all 1s;
  overflow: visible !important;
}

.comment-user-item .swiper-3d .swiper-slide-shadow {
  background: transparent !important;
}

.comment-user-support {
  padding-right: 70px !important;
}

.comment-user-support > div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.comment-user-support > div > h5 {
  font-weight: 500;
}

.comment-user-support > p {
  line-height: 1.7;
  padding: 0px 8px;
  margin-bottom: 29px;
  text-align: justify;
}

.comment-user-support > span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.comment-user-support > span > span {
  margin-left: 15px;
  display: flex;
  font-size: 27px;
  font-weight: 400;
}

.comment-user-support > span > img {
  margin-bottom: 10px;
}

/*  produt page */
.sidebar-product-main {
  padding: unset !important;
  position: sticky !important;
  top: 50px;
}

.sidebar-product {
  padding: 10px;
  border-radius: 5px;
}
.chek-status {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  border: 1px solid #eee;
  padding: 7px 5px;
  border-radius: 5px;
}
.chek-status span {
  margin: 0px 2px;
}
.time-tottal-product {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  padding: 10px 0px;
  border-radius: 5px;
}
.time-tottal-product i {
  font-size: 20px;
}

.time-tottal-product span {
  font-weight: 500;
  margin-right: 6px;
  font-size: 16px;
}

.price-product-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px 0px 20px;
}

.real-price-sidebar {
  font-size: 39px;
  font-weight: bold;
}

.real-price-sidebar b {
  font-weight: bold;
  font-size: 29px;
}

.off-price-sidebar {
  font-size: 36px;
  color: #bebebe;
  display: flex;
  align-items: center;
}

.off-price-sidebar span {
  position: relative;
}

.off-price-sidebar span::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #bebebe;
  bottom: 26px;
  left: 0px;
}

.off-price-sidebar b {
  background: #bebebe;
  color: #fff;
  display: flex;
  padding: 4px 7px 0px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.sidebar-product form {
  display: block;
  text-align: center;
}
.sidebar-product form > button {
  background: var(--cl-main);
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 17px 0px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 5px 5px 20px #1e1e1e1c;
  transition: all 0.5s;
  font-family: "IRANSans";
}

.sidebar-product form > button:hover {
  transition: all 0.5s;
  transform: translateY(-1px);
  cursor: pointer;
}

.list-tabs-product {
  padding: 0px 15px !important;
  margin: 20px 0px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.list-tabs-product li {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}

.list-tabs-product li i {
  font-size: 24px;
  margin-top: -4px;
}

.list-tabs-product li a {
  position: relative;
  font-size: 19px;
  margin-right: 15px;
  color: var(--cl-black);
  transition: all 0.5s;
  font-weight: 500;
}

.list-tabs-product li a:hover {
  margin-right: 17px;
  transition: all 0.5s;
}

.comment-sidebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px 0px;
  margin-bottom: 20px;
}

.comment-sidebar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comment-sidebar a span {
  font-size: 17px;
  color: #ffffff;
  transition: all 0.5s;
  background: var(--cl-black);
  padding: 3px 10px;
  border-radius: 5px;
}
.comment-sidebar a.tooltiplogo {
  font-size: 14px;
  color: #ffffff;
  transition: all 0.5s;
  background: var(--cl-black);
  padding: 3px 10px;
  border-radius: 5px;
}

.comment-sidebar a:hover span {
  transition: all 0.5s;
  opacity: 0.8;
}

.comment-sidebar span > b {
  font-size: 18px;
  color: var(--cl-black);
  font-weight: bold;
}

.product-thumbnail {
  margin-bottom: 19px;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 5px 20px #e0e0e0;
  border-radius: 5px;
  z-index: -100;
  transition: all 1s;
}
.product-thumbnail figure {
  margin: unset !important;
}
.product-thumbnail a {
  display: flex;
}
.product-thumbnail a img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.article-product-page {
  padding: 0px 0px 0px 20px !important;
}
.article-product-page main {
  margin-top: 30px;
}
.article-product-page main .woocommerce-tabs {
  display: none !important;
}

.video-demo-product {
  border-radius: 5px;
  box-shadow: 0px 40px 10px -23px #00000036;
  margin-top: 2px;
  margin-bottom: 40px;
  max-height: 550px;
  width: 100%;
}
.video-demo-product[poster] {
  object-fit: cover;
}

.description-conetent h1 {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  margin-top: 60px;
}

.description-conetent li {
  font-size: 18px;
  margin: 10px 0px;
  list-style: a !important;
  margin-right: 24px;
}
.description-conetent h3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 40px;
}
.description-conetent h2 {
  font-size: 34px;
  font-weight: bold;
  margin-top: 55px;
}

.description-conetent p {
  display: block;
  font-size: 20px;
  text-align: justify;
  padding: 0px 0px;
  line-height: 43px;
  color: var(--cl-black);
  font-weight: 500;
  margin-bottom: 15px;
}

.buy-banner {
  display: flex;
  background: #f1f1f1;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  margin: 20px 0px;
}

.buy-banner a:hover {
  opacity: 0.9;
}

.buy-banner a {
  background: #fff;
  padding: 10px 26px 8px;
  color: var(--cl-black);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
}

.real-price-banner {
  font-size: 28px;
  margin-right: 7px;
  font-weight: bold;
}

.real-price-banner b {
  font-weight: 500;
  font-size: 19px;
  margin-right: -3px;
}

.off-price-banner {
  font-size: 26px;
  color: #0000006e;
  font-weight: 600;
}

.off-price-banner span {
  position: relative;
  font-size: 20px;
}

.off-price-banner span::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background: var(--cl-black);
  bottom: 13px;
  left: 0px;
}

.off-price-banner b {
  color: #fff;
  background: var(--cl-black);
  padding: 4px 10px 0px;
  font-size: 21px;
  border-radius: 5px;
  font-weight: bold;
}

.text-buy-banner {
  display: flex;
  justify-content: center;
  color: var(--cl-black);
  font-size: 22px;
  font-weight: bold;
  margin-top: 37px;
  margin-bottom: 40px;
}

.title-question-product {
  display: flex;
  align-items: center;
  margin-bottom: 46px;
}
.title-question-product i {
  font-size: 32px;
  color: var(--cl-main);
  margin-left: 3px;
}

.title-question-product h3 {
  margin: 0px;
  font-size: 30px;
  margin-right: 10px;
  color: var(--cl-main);
}

.question-product {
  margin: 90px 0px;
}

.question-product .collapsible {
  box-shadow: unset !important;
  border: unset !important;
}

.question-product .collapsible-header {
  display: flex;
  align-items: center;
  background: unset;
  margin-top: 15px;
  border-radius: 6px;
  background: #f1f1f1;
}

.question-product .collapsible-header span {
  font-size: 18px;
  margin-right: -8px;
  font-weight: bold;
}

.question-product .collapsible .active i {
  filter: grayscale(0);
  opacity: 1;
  transform: rotate(90deg);
  transition: all 0.5s;
}

.question-product .collapsible-header i {
  transform: rotate(0deg);
  filter: grayscale(1);
  opacity: 0.3;
  transition: all 0.5s;
}

.question-product .collapsible-body {
  border: unset;
  margin-top: 13px;
  font-size: 17px;
  line-height: 2.2;
  padding: 0px;
  font-weight: 600;
}

.course-teacher {
  margin: 90px 0px;
}

.title-course-teacher {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}

.title-course-teacher h3 {
  margin: 0px;
  font-size: 30px;
  margin-right: 10px;
  color: var(--cl-main);
  font-weight: 600;
}
.esm-class {
  position: relative;
}
.esm-class::after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 100px;
  background: #000;
  top: 0px;
  right: 1px;
}

.body-course-teacher {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 5px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.body-course-teacher div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.body-course-teacher div.teacher-profile {
  align-items: center;
}
.body-course-teacher div.teacher-profile img {
  width: 165px;
  border-radius: 10px;
  min-width: 100px;
}
.body-course-teacher div.teacher-profile a {
  align-items: center;
  background: var(--cl-black);
  padding: 5px 12px;
  margin-top: 14px;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 10px #eeeeee29;
}
.body-course-teacher div.teacher-info {
  align-items: flex-start !important;
  color: var(--cl-black);
  margin-right: 32px;
}
.body-course-teacher div.teacher-info h4 a {
  color: var(--cl-black);
}
.body-course-teacher div.teacher-info h4 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #00000014;
  padding-bottom: 18px;
  margin-bottom: 18px;
  margin-top: 5px;
}

.title-heading-course {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.title-heading-course i {
  font-size: 38px;
  color: var(--cl-main);
}

.title-heading-course h3 {
  margin: 0px;
  font-size: 30px;
  margin-right: 10px;
  color: var(--cl-main);
  font-weight: 600;
}

.body-heading-course {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 20px #00000003;
}
.body-heading-course .collapsible {
  border: unset !important;
  box-shadow: unset !important;
  margin: unset !important;
}
.body-heading-course li.active .collapsible-header {
  transition: all 1s;
}
.body-heading-course .collapsible-header {
  transition: all 1s;
  background: #f1f1f1;
  border: unset !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 10px 5px -20px #00000014;
}
.body-heading-course .collapsible-header i {
  margin-left: 0px !important;
  font-size: 27px !important;
  font-weight: 200;
}

.body-heading-course > .collapsible > li {
  margin-bottom: 15px;
}
.body-heading-course > .collapsible > li:last-child {
  margin-bottom: 0px;
}

.body-heading-course .collapsible li .collapsible-header i {
  filter: grayscale(100);
  transition: all 1s;
  opacity: 0.6;
}
.body-heading-course .collapsible li.active .collapsible-header i {
  filter: grayscale(0);
  transition: all 1s;
  opacity: 1;
  color: var(--cl-main);
}
.body-heading-course .collapsible li .collapsible-header .class-count i {
  transform: rotate(-90deg);
  transition: all 1s;
  opacity: 0.6;
}
.body-heading-course .collapsible li.active .collapsible-header .class-count i {
  transform: rotate(0deg);
  transition: all 1s;
  opacity: 1;
}
.body-heading-course .collapsible li .collapsible-body {
  position: relative;
  border: unset !important;
  padding: 20px 0px;
}

.body-heading-course .class-text {
  display: flex;
  align-items: center;
}
.body-heading-course .class-text span {
  display: flex;
  align-items: center;
  margin-right: 2px;
  font-size: 18px;
  font-weight: 500;
}
.body-heading-course .class-text span b {
  font-weight: 500;
  margin-left: 15px;
  color: #00000075;
  border-left: 1px solid #9494941f;
  padding-left: 15px;
}

.body-heading-course .class-count {
  display: flex;
  align-items: center;
}

.body-heading-course .class-count span {
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-left: 19px;
  color: var(--cl-black);
  font-weight: 500;
}
.body-heading-course .class-count span small {
  margin: 0px 2px;
}
.body-heading-course .collapsible-body p {
  background: #f1f1f1;
}

.collapsible-body p {
  background: #ffffff;
  color: var(--cl-black);
  padding: 16px;
  font-size: 16px;
  line-height: 1.9;
  border-radius: 5px;
  margin-bottom: 15px;
  font-weight: 200;
}
.collapsible-body li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0px;
}
.collapsible-body .body-item-link-block {
  display: flex;
  align-items: center;
}
.collapsible-body .body-item-link-block span small {
  font-size: 16px;
  color: #00000075;
  font-weight: 500;
  margin: 0px 1px;
}
.collapsible-body .body-item-link-block div {
  background: #3c4354a3;
  display: flex;
  align-items: center;
  padding: 4px 9px 2px;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  margin-right: 9px;
  font-size: 14px;
}
.collapsible-body .body-item-link-block i {
  margin-left: 3px;
  font-size: 22px;
  margin-bottom: 2px;
}
.collapsible-body .body-item-name {
  display: flex;
  align-items: center;
}
.collapsible-body .body-item-name i {
  margin-bottom: 4px;
  margin-left: 6px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300 !important;
  padding: 3px 3px 4px;
  line-height: 1 !important;
  margin-top: 2px;
  border-radius: 13px;
  margin-left: 10px;
}
.collapsible-body .body-item-name i.ti-shield-lock {
  background: #5b5b5bb0;
}
.collapsible-body .body-item-name i.ti-shield-check {
  background: #26b570c9;
}
.collapsible-body .body-item-name span {
  font-size: 17px;
  font-weight: bold;
}
.collapsible-body .body-item-name span b {
  font-weight: 500;
  margin-left: 15px;
  color: #00000075;
  border-left: 1px solid #e9e9e9;
  padding-left: 11px;
}

.collapsible-body .body-item-link {
  display: flex;
  align-items: center;
}
.collapsible-body .body-item-link span small {
  font-size: 16px;
  color: #00000075;
  font-weight: 500;
  margin: 0px 1px;
}
.video-link {
  padding: 20px 20px 10px 20px !important;
  border-radius: 5px !important;
  max-height: 80% !important;
}
.video-link video {
  height: 100%;
  width: 100%;
  margin: 0px;
}
.collapsible-body .body-item-link button {
  background: #f1f1f1;
  display: flex;
  align-items: center;
  padding: 5px 9px 3px;
  color: var(--cl-black);
  border-radius: 5px;
  font-weight: 500;
  font-family: inherit;
  line-height: unset !important;
  margin-right: 10px;
  cursor: pointer;
}
.collapsible-body .body-item-link a {
  background: var(--cl-main);
  display: flex;
  align-items: center;
  padding: 5px 9px 3px;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  margin-right: 10px;
  font-size: 14px;
}

.free-video-badg {
  background: #54c58e1f;
  margin-right: 11px;
  padding: 2px 6px 1px;
  border-radius: 5px;
  color: #54c58e;
  font-size: 14px !important;
}

.support-product {
  margin: 100px 0px;
}
.title-support-product {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.title-support-product h3 {
  margin: 0px;
  font-size: 36px;
}

.related-product {
  margin: 90px 0px;
}
.title-related-product {
  text-align: center;
  margin-bottom: 60px;
}
.title-related-product h3 {
  margin: 0px;
  font-size: 35px;
}

.comment-users {
  margin: 100px 0px;
}

/*  mobile menu */
.mobile-menu {
  display: none;
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  background: #fff;
}
.mobile-menu button {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.mobile-menu button i {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  font-size: 25px;
  color: var(--cl-black);
}
.mobile-menu button:focus {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
}

.mobile-menu div > a > img {
  width: 120px;
}
.mobile-menu .nav-wrapper,
.mobile-menu .nav-wrapper a {
  display: flex;
  align-items: center;
}

.product-mobile-menu {
  position: fixed;
  display: none;
  width: 100%;
  bottom: 0px;
  right: 0;
  z-index: 2500;
  align-items: center;
  justify-content: center;
  background: #3c4354 !important;
  padding: 10px;
}

.product-mobile-menu button:focus {
  background: #323846 !important;
}
.product-mobile-menu button {
  display: flex;
  align-items: center;
  background: #323846;
  backdrop-filter: blur(5px);
  color: #ffffff;
  padding: 7px 20px;
  line-height: unset !important;
  font-family: inherit;
  margin-left: 10px;
  border-radius: 5px;
}
.product-mobile-menu > a {
  display: flex;
  align-items: center;
  background: #ffffff;
  color: #3c4354;
  padding: 7px 20px;
  border-radius: 5px;
  font-weight: bold;
}

.product-mobile-menu .dropdown-content {
  width: 90% !important;
  right: 20px !important;
  bottom: 64px !important;
  height: unset !important;
  top: unset !important;
  left: unset !important;
  position: absolute;
  backdrop-filter: blur(5px);
  box-shadow: none;
  background: var(--cl-black);
  border-radius: 5px;
  padding: 0px 15px !important;
}

.product-mobile-menu .dropdown-content li:last-child {
  border-bottom: none;
}
.product-mobile-menu .dropdown-content li {
  display: flex;
  align-items: center;
  background: transparent !important;
  padding: 17px 5px;
  height: unset !important;
  line-height: unset !important;
  min-height: unset !important;
  border-bottom: 1px solid #ffffff26;
}
.product-mobile-menu .dropdown-content li a {
  height: unset !important;
  line-height: unset !important;
  padding: unset !important;
  margin-right: 10px;
  color: #fff;
}
.product-mobile-menu .dropdown-content li i {
  font-size: 20px;
  color: #fff;
}

.product-mobile-menu .menu-hidden-link {
  position: relative;
}

.main-content .page-content .kk-star-ratings {
  display: none !important;
}
.main-content .page-content {
  background: transparent;
}
.body-page-content li {
  list-style: none !important;
  font-size: 17px;
  margin: 6px 0px !important;
}
.body-page-content img {
  border-radius: 10px;
}

.main-content .page-content .title-page-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 25px;
  margin-bottom: 25px;
  padding-top: 5px;
}

.main-content .page-content .title-page-content h1 {
  margin: 0px;
  font-size: 21px;
  margin-right: 8px;
  font-weight: 600;
}
.main-content .page-content .title-page-content i {
  font-size: 29px;
  color: #3c4354;
}

.main-content .page-content .body-page-content > p {
  font-size: 20px;
  line-height: 1.8;
  margin: 20px 0px;
}
.main-content .page-content .body-page-content > h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 14px;
}

/*  .hidden-menu */

.hidden-menu {
  width: 100% !important;
  padding: 40px !important;
  background-color: #ffffff !important;
}

/* comment style */
.comment-single {
  margin: 50px 0px;
}

.comment-single .comments-area {
  max-width: 100% !important;
  margin: 0px auto !important;
  color: var(--cl-black) !important;
  padding: 20px 40px !important;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 20px #0000000a;
}
.comment-single .comments-area #wpd-post-rating {
  display: none !important;
}
#wpdcom .wpd-auth .wpd-login {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
#wpdcom .wpd-comment-footer .wpd-reply-button:hover {
  color: #fff;
  background: #18e094;
}
#wpdcom .wpd-comment-footer .wpd-reply-button {
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  background: #00c178;
  white-space: nowrap;
  padding: 2px 10px 3px;
  border-radius: 5px;
  box-shadow: 0px 5px 10px #00c17845;
}
#wpdcom .wpd-blog-guest .wpd-comment-author,
#wpdcom .wpd-blog-guest .wpd-comment-author a {
  color: var(--cl-black) !important;
  letter-spacing: 0 !important;
}
#wpdcom .wpd-comment-footer .wpd-vote-result {
  background: #ebebeb;
  border-radius: 5px;
  font-weight: bold;
  padding: 1px 8px 0px;
  font-size: 14px;
  text-align: center;
  color: #999999;
  margin: 0px 10px;
  display: flex;
  align-items: center;
}
#wpdcom .wpd-comment-footer .wpd-reply-button svg {
  display: none !important;
}
.comment-single .comments-area #wpdcom {
  max-width: 100% !important;
  padding: unset !important;
}
.comment-single .comments-area #wpdcom .wpd-form-head {
  margin: unset !important;
  border: unset !important;
}
.comment-single .comments-area #wpdcom .wc-field-submit input[type="submit"] {
  background: var(--cl-main) !important;
  letter-spacing: 0 !important;
}
.comment-single .comments-area #wpdcom .wpdiscuz-textarea-wrap .ql-editor {
  direction: rtl;
  text-align: right;
  font-family: iransans !important;
  letter-spacing: 0 !important;
}
.comment-single .comments-area #wpdcom .wpd-thread-filter .wpdf-sorting {
  font-family: iransans !important;
  letter-spacing: 0 !important;
}
.comment-single .comments-area #wpdcom .wpd-comment .wpd-comment-right {
  padding: unset !important;
}
.comment-single .comments-area #wpdcom .wpd-thread-list {
  padding: unset !important;
}
.comment-single
  .comments-area
  #wpdcom
  .wpd-blog-post_author
  .wpd-comment-label {
  color: #ffffff;
  background-color: var(--cl-black);
  border: none;
}
.comment-single
  .comments-area
  #wpdcom
  .wpd-blog-post_author
  .wpd-comment-author,
#wpdcom .wpd-blog-post_author .wpd-comment-author a {
  color: var(--cl-black);
  margin-left: 5px;
}

.comment-single
  .comments-area
  #wpdcom.wpd-layout-2
  .wpd-comment
  .wpd-comment-text {
  margin: 15px 0px;
  background: #f2f2f2;
  padding: 15px;
  border-radius: 5px;
  color: rgb(104, 104, 104);
}
.comment-single
  .comments-area
  #wpdcom.wpd-layout-2
  .wpd-comment
  .wpd-comment-text
  p {
  padding: unset !important;
  margin: unset !important;
  color: rgb(104, 104, 104);
}
#wpdcom .wpd-comment .wpd-comment-wrap {
  padding: unset !important;
}
.comment-single
  .comments-area
  #wpdcom
  .wpd-thread-head
  .wpdiscuz-user-settings {
  border-bottom: 2px solid #595959 !important;
}
.comment-single .comments-area #wpdcom .wpd-thread-head .wpd-thread-info {
  border-bottom: 2px solid #5d8bf4 !important;
  letter-spacing: 0 !important;
}
#wpdcom .wpd-form .wpd-avatar img,
#wpdcom .wpd-form .wpd-avatar img.avatar {
  border-radius: 5px !important;
  border: unset !important;
  box-shadow: 0px 5px 10px #0000001a;
}
.comment-single .comments-area #wpdcom .ql-toolbar {
  border: 2px solid #e0e0e0 !important;
  margin-top: 10px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 9px !important;
}
.comment-single .comments-area #wpdcom .ql-toolbar button {
  margin: unset !important;
  height: 25px !important;
  padding: 3px 5px !important;
  width: 50px !important;
}
#wpdcom .ql-toolbar button.ql-link,
#wpdcom .ql-toolbar button.ql-sourcecode,
#wpdcom .ql-toolbar button.ql-spoiler,
#wpdcom .ql-toolbar span.wmu-upload-wrap {
  display: none !important;
}
.comment-single .comments-area #wpdcom .wpd_label {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin: unset !important ;
}
.comment-single .comments-area #wpdcom .select-wrapper input.select-dropdown {
  margin: unset !important;
  border: 2px solid var(--cl-main);
  padding: 7px 15px;
  border-radius: 5px;
  height: 35px;
  color: var(--cl-main);
}
.comment-single
  .comments-area
  #wpdcom
  .wpdiscuz-subscribe-form-option
  .select-wrapper
  ul {
  background: var(--cl-main);
  top: 42px !important;
  height: auto !important;
  border-radius: 5px;
  backdrop-filter: blur(5px);
  padding: 0px 5px;
}
.comment-single
  .comments-area
  #wpdcom
  .wpdiscuz-subscribe-form-option
  .select-wrapper
  ul
  li {
  margin: 0px !important;
  padding: 10px 15px;
  min-height: unset !important;
  color: #fff;
  border-bottom: 1px solid #ffffff36;
}
.comment-single
  .comments-area
  #wpdcom
  .wpdiscuz-subscribe-form-option
  .select-wrapper
  ul
  li:last-child {
  border-bottom: none;
}
.comment-single
  .comments-area
  #wpdcom
  .wpdiscuz-subscribe-form-option
  .select-wrapper
  ul
  li
  span {
  color: #fff;
  padding: unset !important;
}
.comment-single .comments-area #wpdcom input {
  box-shadow: unset !important ;
}
#wpdcom .wpdiscuz-subscribe-form-email {
  width: auto !important;
}
#wpdcom .wpdiscuz-subscribe-bar #wpdiscuz_subscription_button {
  box-shadow: none;
  font-weight: bold;
  letter-spacing: 0;
  border: none;
  font-size: 32px !important;
}
#wpdcom .wpdiscuz-subscribe-form-button {
  font-size: 14px;
  display: block;
  box-sizing: border-box;
  background: var(--cl-main);
  border: none;
  outline: none !important;
  border-radius: 5px;
  height: 35px;
  display: flex;
  align-items: center;
}
#wpdcom .wpdiscuz-subscribe-form-email input[type="email"] {
  border: 2px solid #d2d2d2;
  padding: 7px 15px 5px !important;
  border-radius: 5px;
  width: auto !important;
  color: #5d5d5dc4;
  font-weight: 600;
  font-size: 15px !important;
}
#wpdcom .wc-field-submit {
  padding-top: 15px !important;
  display: flex !important;
  align-items: center !important;
}
#wpdcom .wpd-auth .wpd-login a:hover {
  background: #ffffff;
  color: var(--cl-main);
}
#wpdcom .wpd-auth .wpd-login a {
  background: #ffffff;
  color: var(--cl-main);
  padding: 5px 10px;
  display: flex;
  border-radius: 5px;
  /* box-shadow: 0px 4px 8px #00c1781f; */
  font-weight: 500;
}
#wpdcom .wpd-sbs-toggle {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: transparent;
  padding: 4px 10px;
  border-radius: 5px;
  border: 2px solid #e4e4e4;
}
#wpdcom .wpd-sbs-toggle span {
  margin-right: 5px;
}
#wpdcom .wpd-sbs-toggle i.fa-caret-down {
  margin-right: 40px;
}
#wpdcom .wpdiscuz-subscribe-bar {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 0px;
  background: #eee;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.select-wrapper input.select-dropdown:focus {
  border-bottom: unset !important;
}
#wpdcom .wpdiscuz-subscribe-bar form {
  width: 100%;
  margin: 0px;
}
#wpdcom .wpd_label__check i.wpdicon-off {
  display: flex;
  border-radius: 5px !important;
  line-height: unset !important;
  border: 2px solid #aaaaaa !important;
  justify-content: center;
  align-items: center;
}
#wpdcom .wpdiscuz-subscribe-bar .wpdiscuz_subscribe_status {
  margin-right: 20px;
}
#wpdcom .wpd_label__check i.wpdicon-on {
  color: var(--cl-main) !important;
  border: 2px solid var(--cl-main) !important;
  border-radius: 5px !important;
  line-height: unset !important;
}
.comment-single .comments-area #wpdcom .wpd-form-wrap {
  padding-bottom: 10px;
  margin-bottom: 60px;
}
.comment-single .comments-area #wpdcom .ql-container {
  border: 2px solid #e0e0e0 !important;
  min-height: 150px !important;
}
.comment-single
  .comments-area
  #wpdcom.wpd-layout-2
  .wpd-comment
  .wpd-comment-text
  span {
  padding: unset !important;
  margin: unset !important;
  color: rgb(104, 104, 104);
}
#wpdcom.wpd-layout-2
  .wpd-comment.wpd-reply
  .wpd-comment-wrap.wpd-blog-post_author {
  border-right: 0px solid #5d8bf4 !important;
}
#wpdcom .wpd-reply {
  margin-right: 10px !important;
}
[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 2px solid #aaaaaa !important;
  border-radius: 5px !important;
  margin-top: 2px !important;
  display: none !important;
}
.comment-single
  .comments-area
  #wpdcom.wpd-layout-2
  .wpd-comment
  .wpd-blog-post_author
  .wpd-avatar
  img {
  border-radius: 5px;
  border: unset !important;
  box-shadow: 0px 5px 10px #0000001a;
}
.rtl [type="checkbox"] + span:not(.lever),
.rtl [type="radio"]:not(:checked) + span,
.rtl [type="radio"]:checked + span {
  padding-right: 5px !important;
}
.comment-single
  .comments-area
  #wpdcom.wpd-layout-2
  .wpd-comment
  .wpd-comment-header,
#wpdcom.wpd-layout-2
  .wpd-comment
  .wpd-comment-header
  .wpd-user-info
  .wpd-uinfo-top,
#wpdcom.wpd-layout-2
  .wpd-comment
  .wpd-comment-header
  .wpd-user-info
  .wpd-uinfo-bottom {
  margin-top: 5px;
}
.comment-single .comments-area #wpdcom .wpd-comment {
  background: #ffffff;
  padding: 20px !important;
  margin-top: 23px;
  border-radius: 5px;
  box-shadow: 0px 20px 10px -10px #a2a2a226;
  border: 2px solid #e0e0e0;
}

/*  login page */
/*  --------------------------------------------------------------------- */
/*  login page */
.body-page-content .woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 4px solid #f1f1f1;
}
.body-page-content .woocommerce-form {
  margin-top: 21px !important;
}
.body-page-content #customer_login h2 {
  font-size: 24px;
  font-weight: 400;
  margin-right: 10px;
  margin: 0px;
  margin-right: 3px;
  position: relative;
  margin-top: 3px;
}

.body-page-content .woocommerce-LostPassword {
  background: #eee0;
  font-size: 16px !important;
  padding: 0px;
  border-radius: 5px;
  margin-top: 12px !important;
  display: inline-flex;
}
.body-page-content .woocommerce-LostPassword a {
  color: var(--cl-main);
  margin-right: 2px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border: unset !important;
  border-radius: 5px;
  font-size: 18px !important;
}
.body-page-content .woocommerce-ResetPassword button {
  margin-top: 0px;
}
.body-page-content .woocommerce-ResetPassword p {
  font-size: 18px !important;
  margin-bottom: 10px;
}
.body-page-content .woocommerce-ResetPassword input {
  margin-top: 10px !important;
  border-radius: 5px !important;
  border: 2px solid #dedede !important;
  transition: all 0.5s !important;
  box-shadow: unset !important;
  padding: 2px 20px !important;
}
.body-page-content .woocommerce-form input[type="text"],
.body-page-content .woocommerce-form input[type="email"],
.body-page-content .woocommerce-form input[type="password"] {
  margin-top: 10px !important;
  border-radius: 5px;
  border: 3px solid #e6e6e6;
  transition: all 0.5s;
  box-shadow: unset !important;
  padding: 2px 20px !important;
}
.body-page-content .woocommerce-form input[type="text"]:focus,
.body-page-content .woocommerce-form input[type="email"]:focus,
.body-page-content .woocommerce-form input[type="password"]:focus {
  margin-top: 10px !important;
  border-radius: 5px;
  border: 3px solid var(--cl-main) !important;
  transition: all 0.5s;
}

.body-page-content .woocommerce form .form-row label {
  line-height: 2;
  color: #606060;
  font-size: 16px;
  margin-right: 5px;
}
.body-page-content .woocommerce form input[type="checkbox"] {
  opacity: 1 !important;
  position: relative;
  margin-left: 3px;
}
.body-page-content
  .woocommerce
  .woocommerce-form-login
  .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
}
.body-page-content .woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  left: 0.8em;
  top: 18px;
  cursor: pointer;
  color: #a7a7a7;
  /* display: flex; */
  /* align-items: center; */
}
.body-page-content
  .woocommerce
  .woocommerce-form-login
  .woocommerce-form-login__submit {
  float: right !important;
  margin-left: 1em;
  font-family: iransans;
  padding: 10px 18px 12px;
  font-size: 17px;
  margin-top: 10p;
  font-weight: 500;
  background: var(--cl-main);
  color: #fff;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  float: unset !important;
  margin-left: 1em;
  font-family: iransans;
  padding: 10px 18px 12px;
  font-size: 17px;
  font-weight: 400;
  background: var(--cl-main);
  color: #fff;
  border-radius: 5px;
}
.body-page-content .woocommerce-password-strength {
  margin-top: 15px;
  border-radius: 5px;
  font-size: 16px !important;
  padding: 4px 10px 2px;
}
.body-page-content .woocommerce-privacy-policy-text {
  background: #eee;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 10px 20px #eee;
  margin: 20px 0px;
}
.body-page-content .woocommerce-privacy-policy-text p {
  font-size: 16px !important;
}

.body-page-content .panel-content {
}
.body-page-content .panel-content > p {
  font-size: 18px !important;
}

.body-page-content .panel-content input {
  margin-top: 10px !important;
  border-radius: 5px !important;
  border: 2px solid #dedede !important;
  transition: all 0.5s !important;
  box-shadow: unset !important;
  padding: 2px 20px !important;
}
.body-page-content .panel-content input:hover {
  margin-top: 10px !important;
  border-radius: 5px;
  border: 2px solid var(--cl-main) !important;
  transition: all 0.5s;
}
.body-page-content .panel-content fieldset {
  background: transparent;
  padding: 20px !important;
  margin: 23px 0px !important;
  border: 2px solid #b8b8b8;
  border-radius: 5px;
}
.body-page-content .panel-content legend {
  background: #fff;
  padding: 0px 10px;
  font-size: 18px;
  color: #7d7d7d;
  font-weight: 500;
}
.body-page-content .panel-content em {
  background: #ffedb6;
  padding: 5px 18px;
  font-size: 16px;
  color: #7d7d7d;
  font-weight: 400;
  font-style: inherit;
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.body-page-content .woocommerce-order .woocommerce-notice {
  background: #eee;
  margin-bottom: 20px;
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 18px !important;
}

.page-title-section {
  margin: 30px 0px;
}
.page-title-section h1 {
  display: flex;
  justify-content: center;
  font-size: 39px;
  font-weight: bold;
  margin: 70px 0px 65px;
}

.result_shop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  border-radius: 5px;
  padding: 10px 0px;
  flex-direction: row-reverse;
}
.result_shop p {
  margin: 0px 10px !important;
}
.result_shop form {
  margin: 0px !important;
}
.result_shop form input {
  margin: 0px !important;
  border: unset !important;
  color: var(--cl-black);
}
.result_shop .woocommerce-ordering {
  margin: 0px !important;
  background: transparent;
  padding: 0px 15px;
  border-radius: 10px;
  width: 40%;
  border: 3px solid #d7d7d7;
}

/*  panel  */

.panel-navigation li {
  background: #eee;
  display: flex;
  margin-bottom: 10px;
  padding: 10px 10px;
  border-radius: 5px;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: visible;
}
.panel-navigation li::after {
  position: absolute;
  content: " ";
  height: 97%;
  width: 5px;
  background: #eee;
  right: -10px;
  top: 0px;
  z-index: 2;
  border-radius: 5px;
  transition: all 1s;
}
.panel-navigation li::before {
  position: absolute;
  content: " ";
  height: 0%;
  width: 5px;
  background: #5d8bf4;
  right: -10px;
  top: 50%;
  opacity: 0;
  z-index: 3;
  border-radius: 5px;
  transition: all 1s;
}

.panel-navigation li:hover:before {
  position: absolute;
  content: " ";
  height: 97%;
  width: 5px;
  background: var(--cl-main);
  right: -10px;
  top: 0px;
  opacity: 1;
  z-index: 3;
  border-radius: 5px;
  transition: all 1s;
}
.panel-navigation li:last-child {
  background: #ffe4e4;
}

.panel-navigation li:last-child::before {
  background: #ff9f9f;
}

.panel-navigation li a {
  color: var(--cl-black) !important;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 500;
  transform: translateX(0px);
}
.panel-navigation li a i {
  margin-left: 6px;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 2px;
}
.panel-navigation li span {
  margin-right: 0px;
}
.panel-profile {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.panel-profile img {
  width: 120px;
  height: 120px;
  box-shadow: 0px 10px 20px #00000021;
  border-radius: 20px;
  margin-bottom: 29px;
  border: 4px solid #eee;
}
.panel-profile div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.panel-profile span {
  margin-top: 5px;
}

.disabled-button {
  background: #8a8a8a !important;
  pointer-events: none;
  opacity: 0.9;
}

/*  comment product */

#comments-product h2 {
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  font-weight: 600;
}
#comments-product .woocommerce-Reviews-title span {
  margin-right: 10px;
  font-weight: bold;
  border-radius: 5px;
}

.comment-product-hico {
  padding: 20px;
  border-radius: 5px;
  margin: 30px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border: 2px solid #eee;
}
.comment-product-hico .user {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  align-items: center;
  justify-content: flex-end;
}
.comment-product-hico .user span {
  margin-top: 10px;
  background: rgb(0 0 0 / 8%);
  color: var(--cl-main);
  padding: 3px 10px;
  border-radius: 5px;
  font-weight: 600;
}
.comment-product-hico .user span.c-gary {
  background: #bebebe2e;
  color: #888888;
}
.comment-product-hico .user img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0px 10px 20px #00000017;
}
.comment-product-hico .text {
  width: 100%;
}
.comment-product-hico .text .star-rating span {
  color: #ffc107;
}
.comment-product-hico .text .star-rating {
  font-size: 19px;
}
.comment-product-hico .text .description {
  padding: 10px;
  margin: 0px;
  background: #f1f1f1;
  margin-top: 5px;
  border-radius: 5px;
}
.comment-product-hico > .text > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.comment-product-hico > .text time {
  font-size: 14px;
  margin-right: 6px;
  color: #a3a3a3;
}

#comments-product .comment-form-cookies-consent {
  display: none;
}

.comment-respond {
  background: #fff !important;
  padding: 30px !important;
  border-radius: 5px;
  box-shadow: 0px 5px 20px #e0e0e0;
}
.comment-respond .box-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-respond .box-name span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 48% !important;
}
.comment-respond .box-name i {
  font-size: 35px;
  margin-bottom: 13px;
  margin-left: 10px;
  color: #b5b5b5;
  font-weight: 100;
  stroke-width: 100;
}
.comment-respond .box-name span input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #dedede !important;
  padding: 1px 10px;
  border-radius: 5px;
  color: #787878;
  box-shadow: unset !important;
}
.comment-respond textarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #dedede !important;
  padding: 15px;
  border-radius: 5px;
  color: #787878;
  box-shadow: unset !important;
  margin-bottom: 20px !important;
  transition: all 1s;
  min-height: 120px !important;
  font-family: "IRANSans";
  font-size: 17px;
}
.comment-respond .select-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.comment-respond .select-wrapper .select-dropdown {
  max-width: 20% !important;
  min-width: 20% !important;
  height: unset !important;
  line-height: unset !important;
  border: 2px solid var(--cl-main) !important;
  padding: 4px 7px !important;
  color: var(--cl-main);
  border-radius: 5px;
}
.comment-respond .select-wrapper .dropdown-content {
  left: unset !important;
  right: 6px;
  top: 39px !important;
  background: var(--cl-main);
  color: #fff !important;
}
.comment-respond .select-wrapper .dropdown-content li span {
  color: #fff !important;
}
.comment-respond .comment-form-rating p.stars {
  margin: unset !important;
}
.comment-respond .comment-form-rating p.stars span {
  display: flex;
  align-items: center;
}
.comment-respond .comment-form-rating p.stars a {
  font-size: 30px !important;
  margin: 0px 2px;
  color: var(--cl-main);
}
.comment-respond textarea:focus {
  border: 2px solid var(--cl-main) !important;
}
.comment-respond .submit {
  background: var(--cl-main) !important;
  margin: 12px 0 0 0 !important;
  transition: all 0.5s;
  right: auto;
  float: left !important;
}
.comment-respond .submit:hover {
  color: #fff !important;
  transition: all 0.5s;
  transform: translateY(-3px);
}
.comment-respond .comment-notes {
  background: #fff1c7;
  padding: 5px 7px;
  border-radius: 5px;
  margin-top: 16px !important;
}
.comment-respond #reply-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 22px !important;
  display: flex;
}

.woocommerce-Reviews p.meta {
  background: #ffc100 !important;
  margin: 20px 0px;
  padding: 10px 15px;
  font-style: inherit;
  border-radius: 5px;
  text-align: center;
}
.woocommerce-Reviews p.meta em {
  font-style: inherit;
  font-weight: 500;
  /* color: #fff; */
  font-size: 17px !important;
  text-align: center;
}

.woocommerce-noreviews {
  background: var(--cl-main);
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 20px;
  font-size: 17px;
}

.woocommerce-notices-wrapper {
  background: transparent;
  padding: 0px;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
}
.woocommerce-notices-wrapper ul {
  display: flex !important;
  margin: unset !important;
  background: transparent;
  padding: 20px !important;
  margin-bottom: 10px !important;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  position: unset !important;
  margin-left: 10px;
  top: unset !important;
  right: unset !important;
}

/* single-video */

.video-single-page article {
  margin-bottom: 150px !important;
}

.video-box-single video {
  width: 100%;
  border-radius: 10px;
}
.video-box-single .control-alart {
  position: relative;
}
.video-box-single .control-alart video {
  filter: blur(5px);
}

.video-box-single .alart-video {
  position: absolute;
  width: 60%;
  background: #0000009e;
  z-index: 1000;
  border-radius: 20px;
  top: 22%;
  left: 21%;
  backdrop-filter: blur(9px);
  box-shadow: 0px 10px 30px #ffffff78;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.video-box-single .alart-video h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
.video-box-single .alart-video i {
  font-size: 107px;
  color: #ffc107;
}
.video-box-single .alart-video a {
  background: #ffffff;
  color: var(--cl-black);
  margin: 10px;
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
}

.video-box-single .category-video-page > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.video-box-single .category-video-page > div a {
  padding: 2px 0px 0px 5px;
  color: #6c6c6c;
  border-radius: 5px;
  margin: 0px 1px;
  font-weight: 500;
}
.video-box-single .category-video-page > h1 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  background: #f1f1f1;
  padding: 20px 10px 16px;
  border-radius: 10px;
}

.video-single-page .breadcrumb-content {
  margin: 50px 0px !important;
}

.sidebar-video-page {
}
.sidebar-video-page > a.download-video {
  background: var(--cl-main);
  color: #fff;
}
.sidebar-video-page > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  padding: 10px 0px 8px;
  border-radius: 5px;
  color: var(--cl-black);
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
}
.sidebar-video-page .meta-video-page {
  color: var(--cl-black);
  display: flex;
  justify-content: space-around;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.download-box-video {
  border-top: 1px dashed #d6d6d6;
  padding-top: 30px;
}
.download-box-video .title-box {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.download-box-video .title-box i {
  margin: 0px;
  font-size: 25px;
  margin-bottom: 2px;
  margin-left: 11px;
}
.download-box-video .title-box h4 {
  margin: 0px;
  font-size: 20px;
}
.download-box-video li {
  background: #f1f1f1;
  margin: 10px 0px;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.download-box-video li span {
  padding: 0px 10px;
}
.download-box-video li:hover a {
  transform: translateX(-5px);
}
.download-box-video li a {
  margin-right: 4px;
  font-weight: 500;
  color: var(--cl-black);
}
.download-box-video li i {
  color: var(--cl-black);
}

.panel-my-course li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.panel-my-course li > b {
  font-size: 26px;
  position: relative;
  color: #c1c1c1;
  width: 40px;
  text-align: center;
  padding-right: 2px;
}
.panel-my-course li > b::after {
  position: absolute;
  content: " ";
  height: 5px;
  width: 100%;
  bottom: 4px;
  right: 1px;
  background: #c1c1c1;
  border-radius: 5px;
}

.item-panel-my-course {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  padding: 10px 10px;
  border-radius: 5px;
  margin-right: 15px;
  width: 100%;
  justify-content: space-between;
  transition: 0.3s all;
}
.item-panel-my-course:hover {
  background: #e4e4e4 !important;
  transition: 0.3s all;
}
.item-panel-my-course div {
  display: flex;
  align-items: center;
}
.item-panel-my-course div h4 {
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 8px;
  margin-top: 3px;
  color: var(--cl-black);
}
.item-panel-my-course div i {
  margin: 0px;
  font-size: 25px;
  color: #a8a8a86b;
  border-left: 1px solid #ccc6;
  padding-left: 8px;
  margin-left: 7px;
}
.item-panel-my-course div a {
  background: var(--cl-main);
  color: #fff;
  margin: 0px 10px 0px 0px;
  padding: 5px 12px 4px;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 500;
}
.item-panel-my-course div a.gp {
  background: #fff;
  color: var(--cl-black);
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  text-align: center !important;
}
.woocommerce ul.order_details li strong {
  margin-top: 6px;
}
.woocommerce-orders-table__cell-order-actions {
  justify-content: center;
  display: flex;
}

.alart-dashboard {
  display: flex;
  background: #ffe3a9;
  align-items: flex-start;
  border-radius: 6px;
  padding: 20px;
}
.alart-dashboard i {
  font-size: 58px;
  color: #8d7536;
  margin-left: 17px;
}
.alart-dashboard div {
}
.alart-dashboard div h4 {
  margin: 0px;
  color: #8d7536;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 2px;
}
.alart-dashboard div p {
  color: #8d7536;
  font-weight: 500;
}
.alart-dashboard div a {
  color: #8d7536;
  display: inline-flex;
  font-weight: 500;
  margin-top: 16px !important;
  background: #ffedc7;
  padding: 4px 10px;
  border-radius: 5px;
}

/* count panel */
.count-panel {
  display: flex;
  align-items: center;
  margin: 30px 0px;
}
.count-panel > div {
  background: #3c4354;
  margin-left: 15px;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.count-panel > div svg {
  position: absolute;
  left: -88px;
  top: -17px;
  pointer-events: none;
}
.count-panel > div svg path {
  fill: #ffffff14;
}

.count-panel div i {
  font-size: 48px;
  color: #fff;
  margin-left: 10px;
  display: flex;
  margin-bottom: 1px;
}
.count-panel div div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.count-panel div div span {
  margin-top: -8px;
  font-weight: 500;
  color: #fff;
}
.count-panel div div b {
  font-size: 26px;
  color: #fff;
}
.count-panel div div b.days {
  font-size: 22px;
  margin-bottom: 5px;
}
.cl1 {
  background: #0059bc !important;
}
.cl2 {
  background: #540dbc !important;
}
.cl3 {
  background: #e64a4a !important;
}
.cl4 {
  background: #07b36f !important;
  margin: 0px !important;
}

.new-course-panel {
}

.title-new-course-panel {
  display: flex;
  align-items: center;
  background: #eee;
  padding: 9px 12px 12px;
  border-radius: 5px;
  margin-bottom: 0px;
}
.title-new-course-panel i {
  font-size: 22px;
  margin-left: 7px;
}
.title-new-course-panel h4 {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
}

.item-new-course-panel {
}
.item-new-course-panel li {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-right: 7px;
}
.item-new-course-panel li > a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: var(--cl-black);
  font-size: 17px;
  font-weight: 600;
}
.item-new-course-panel li > a > b {
  font-size: 16px;
  border-left: 1px solid #eee;
  margin-left: 10px;
  padding-left: 10px;
  font-weight: 500;
  color: #a6a6a6;
}

.item-new-course-panel li > div > span.dore {
  background: #eeeeee;
  color: #0059bc;
  font-size: 13px;
}
.item-new-course-panel li > div > span {
  color: #3c4354a6;
  padding: 2px 5px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
}
.item-new-course-panel li > div > span b {
  font-weight: 600;
}

.new-blog-panel {
}
.new-blog-panel li {
  display: flex;
  align-items: flex-start;
  margin: 25px 0px !important;
}
.new-blog-panel img {
  width: 110px;
  border-radius: 5px;
  box-shadow: 0px 10px 10px #eee;
  margin-left: 15px;
}
.new-blog-panel div {
}
.new-blog-panel div h2 {
  font-size: 17px;
  margin: 0px;
  margin-bottom: 13px;
  font-weight: 600;
  color: var(--cl-main);
}
.new-blog-panel div h2 a {
  color: var(--cl-black);
}
.new-blog-panel div h2 a:hover {
  color: var(--cl-main);
}
.new-blog-panel div p {
  font-size: 14px;
  font-weight: 500;
  color: #696969;
}

.section-course {
  margin: 30px 0px !important;
}

.free-courses-index h4 {
  font-size: 28px;
  margin: 0px;
  font-weight: 600;
  margin-bottom: 43px;
  margin-right: 6px;
}
.body-free-courses-index li {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 15px 0px;
  border-bottom: 1px dashed #d4d4d4;
}
.body-free-courses-index li:last-child {
  border-bottom: none;
}
.body-free-courses-index a {
  display: flex;
  align-items: center;
  color: var(--cl-black);
  justify-content: space-between;
  width: 100%;
}
.body-free-courses-index a:hover {
  color: var(--cl-main);
}
.body-free-courses-index a div {
  display: flex;
  align-items: center;
}
.body-free-courses-index a span {
  background: #ffad224d;
  margin-left: 7px;
  padding: 2px 3px 0px;
  border-radius: 5px;
  font-weight: 500;
  color: #844e0b;
  font-size: 13px;
}
.body-free-courses-index a h3 {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
}
.body-free-courses-index a b {
  color: var(--cl-black);
  background: #f1f1f1;
  font-weight: 500;
  padding: 2px 5px 0px;
  border-radius: 5px;
  font-size: 13px !important;
}
.body-free-courses-index a b small {
  border-radius: 5px;
  font-size: 13px !important;
}

.product-courses-index h4 {
  font-size: 28px;
  margin: 0px;
  font-weight: 600;
  margin-bottom: 43px;
  margin-right: 15px;
}

.course-card-index1 {
  margin-bottom: 30px;
}
.course-card-index1 img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 10px;
}
.course-card-index1 a {
  color: var(--cl-black);
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 0px;
  font-weight: 600;
  margin-bottom: 16px;
}
.course-card-index1 a:hover {
  color: var(--cl-main) !important;
}

.course-card-index1 div.season {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course-card-index1 div.season span {
  background: #9999992e;
  padding: 1px 4px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  margin-left: 5px;
}
.course-card-index1 div.season b {
  color: var(--cl-black);
  margin-right: 5px;
}

/* banner index */
.banner-index {
}
.banner-class {
  background: linear-gradient(268deg, rgb(60 67 84) 0%, rgb(119 120 121) 100%);
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.banner-class h4 {
  margin: 0px;
  font-weight: bold;
  font-size: 28px;
}
.banner-class a {
  background: #fff;
  color: #3c4354;
  display: flex;
  align-items: center;
  padding: 8px 15px 8px 10px;
  border-radius: 7px;
  box-shadow: 0px 10px 20px #0000001c;
  transition: all 0.3s;
}
.banner-class a:hover {
  transform: translateX(-2px);
  transition: all 0.3s;
}
.banner-class a span {
  display: flex;
  margin-left: 3px;
}
.banner-class a i {
  font-weight: bold;
  font-size: 18px;
}
.banner-class svg {
  position: absolute;
  left: 4px;
  transform: scale(1.5);
  pointer-events: none;
}
.banner-class svg path {
  fill: #ffffff12;
}

.title_widgte h4 {
  font-size: 28px;
  margin: 0px;
  font-weight: 600;
  margin-bottom: 43px;
  margin-right: 6px;
}

/* sidebar shop */

.sidebar-shop .sidebar-shop-item {
  margin-bottom: 20px;
}
.sidebar-shop .title-sidebar-shop {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  padding: 15px 10px;
  border-radius: 5px;
  margin-bottom: 16px;
}
.sidebar-shop .title-sidebar-shop i {
  font-size: 23px;
  margin-bottom: 2px;
  margin-left: 8px;
}
.sidebar-shop .title-sidebar-shop h4 {
  margin: 0px;
  font-size: 17px;
  font-weight: 500;
}

.coupon-hicolearn {
  display: flex;
  align-items: center;
}
.coupon-hicolearn input {
  border: 1px solid #e6e6e6 !important;
  height: unset !important;
  padding: 10px 15px !important;
  border-radius: 5px !important;
  width: 150px !important;
  margin: 0px !important;
  outline: unset !important;
  box-shadow: unset !important;
  font-weight: bold;
}
.coupon-hicolearn button {
  height: unset !important;
  padding: 11px 15px !important;
  border-radius: 5px !important;
  margin-right: 7px !important;
  outline: unset !important;
  box-shadow: unset !important;
  font-weight: bold;
  background: #3c4354 !important;
  font-size: 15px !important;
}
.coupon-hicolearn button:hover {
  color: #fff !important;
}

.hicolearn-cart {
  border: 1px solid #e6e6e6 !important;
}
.hicolearn-cart thead {
  border: unset !important;
}
.hicolearn-cart .head-table {
  background: #ededed;
  border-radius: 5px !important;
  border: unset !important;
}
.hicolearn-cart .head-table th {
  border: unset !important;
  line-height: unset !important;
  height: unset !important;
  padding: 15px 10px 10px !important;
}

.hicolearn-table td.product-remove a {
  font-size: 18px !important;
  font-weight: 500;
  /* color: #3c4354; */
  background: #ff6d6d;
  border-radius: 3px !important;
  margin: 0px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  padding: 4px 5px 0px !important;
  line-height: 0.9 !important;
  height: unset !important;
  width: unset !important;
}
.hicolearn-table td.product-name a {
  font-size: 16px !important;
  font-weight: 500;
  color: #3c4354;
}
.hicolearn-table td {
  border: unset !important;
  background: #fff;
  padding: 15px 0px !important;
}

.woocommerce-Price-amount bdi {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: center;
  font-weight: 600;
}
.woocommerce-Price-amount {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: center;
  font-weight: 600;
}

.woocommerce-Price-amount span {
  margin-right: 4px;
  font-weight: 400;
}

.cart-discount {
  background: #f1f1f1;
}
.cart-discount td {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}
.cart-discount td a {
  display: flex;
  justify-content: center;
}
.cart-discount td a.woocommerce-remove-coupon {
  display: flex;
  justify-content: center;
  background: #ff6d6d;
  color: #fff;
  margin-right: 5px;
  padding: 3px 5px 0px;
  border-radius: 5px;
}

.button-card-hicolearn {
}
.button-card-hicolearn a {
  background: #0953e1 !important;
  margin: 0px !important;
}

.payment-hicolearn {
  background: #fff !important;
}
.payment-hicolearn .payment_box {
  background: var(--cl-black) !important;
  color: #fff !important;
  border-radius: 5px !important;
}
.payment-hicolearn .payment_box::before {
  border: 1em solid var(--cl-black) !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.woocommerce-shipping-fields h3 {
  font-size: 26px;
  font-weight: 600;
}
.woocommerce-billing-fields h3 {
  font-size: 26px;
  font-weight: 600;
}
.woocommerce-billing-fields input {
  border: 2px solid #d7d7d7 !important;
  border-radius: 5px !important;
  padding: 10px 12px 8px !important;
  height: unset !important;
  box-shadow: unset !important;
}
.woocommerce-billing-fields input:focus,
.woocommerce-additional-fields textarea:focus {
  border: 2px solid var(--cl-main) !important;
}
.body-page-content .woocommerce form .form-row label {
  margin-bottom: 2px !important;
}
.body-page-content .woocommerce-info::before {
  display: none;
}
.body-page-content .woocommerce-info {
  background: transparent !important;
  padding: 2px !important;
}

.woocommerce-additional-fields textarea {
  border: 2px solid #d7d7d7 !important;
  border-radius: 5px !important;
  padding: 10px 12px 8px !important;
  min-height: 198px !important;
  font-family: iransans;
}

.checkout-button {
  background: var(--cl-main) !important;
}

.search-navbar form {
  display: flex;
  align-items: center;
  border: 1px solid #86868652;
  border-radius: 10px;
  height: unset !important;
  line-height: unset !important;
  padding: 5px 10px;
}
.search-navbar form input {
  margin: 0px !important;
  height: 30px !important;
  border: unset !important;
  box-shadow: unset !important;
}
.search-navbar button {
  background: unset !important;
  border-right: 1px solid #86868640;
  padding-right: 10px;
}
.search-navbar form i {
  font-size: 20px;
  color: #a4a4a4;
}

.button-navbar {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 27px 0px;
}
.button-navbar div {
  background: #f1f1f1;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0px 7px;
  border-radius: 5px;
}
.button-navbar div i {
  font-size: 18px;
}
.button-navbar div a {
  padding: 0px 5px;
  color: #000;
  font-weight: 500;
}
.button-navbar div.shop-navbar span {
  background: #3c4354;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 3px 7px 0px;
  border-radius: 5px;
  left: -8px;
  top: 5px;
  font-weight: 400;
  margin-left: 1px;
}

.nav-sidebar {
}
.nav-sidebar > li {
  border: 1px solid #c1c1c1c9;
  margin: 10px 0px;
  border-radius: 10px;
  position: relative;
  transition: all 0.5s;
}
.nav-sidebar li a {
  padding: 0 15px 0 0 !important;
}
#hico-body {
  display: none;
}
.nav-sidebar > li > ul {
  transition: all 0.5s;
}
.nav-sidebar > li > ul > li {
  display: flex;
  position: relative;
  align-items: center;
  margin-right: 10px;
}
.nav-sidebar > li > ul > li::before {
  content: "-";
  font-size: 20px;
  position: absolute;
}
.nav-sidebar > li:after {
  content: "\ea5f";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 14px;
  top: 8px;
  border-radius: 5px;
  font-family: tabler-icons !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* code */
/*  responsive rule */
@media only screen and (max-width: 900px) {
  .swiper-slide {
    width: 100% !important;
  }
  .sidebar-product-main {
    display: none;
  }
  .product-mobile-menu {
    display: flex;
  }
  .sticky-single {
    display: none;
  }

  .comment-user-item {
    display: none;
  }

  .item-blog-post {
    margin-bottom: 20px;
  }

  .index-cl-main {
    flex-direction: column;
  }
  .banner-index {
    margin: 0px 0px 10px !important;
  }
  .banner-class {
    padding: 20px !important;
  }
  .heading-text1 {
    margin: 0px !important;
  }
  .heading-text1 div {
    margin: 0px !important;
  }
  .heading-text1 div h2 {
    margin: 0px !important;
    font-size: 22px !important;
  }
  .heading-text2 {
    margin: 10px 0px 20px !important;
  }
  .heading-text2 div {
    margin: 0px !important;
  }
  .heading-text2 div h4 {
    margin: 0px !important;
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 650px) {
  .text-top-index > h2 {
    display: none;
  }
  .counter-index {
    display: none;
  }
  .top-index-seaction {
    margin-top: 72px;
  }
  .counter-index {
    margin: 0px 0px;
  }
  .banner-class a {
    margin-top: 22px;
    font-size: 12px;
  }
  .title-card-category h3 {
    text-align: center;
    font-size: 25px;
  }
  .product-courses-index h4 {
    text-align: center;
    font-size: 19px;
  }
  .section-course > div {
    width: 100%;
  }
  .free-courses-index h4 {
    font-size: 19px;
    text-align: center;
  }
  .banner-class h4 {
    text-align: center;
    font-size: 20px;
  }
  .form-index {
    display: none;
  }
  .page-title-section h1 {
    margin: 90px 0px 10px;
    font-size: 22px;
  }
  #wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea {
    height: 150px !important;
    background: #fff;
  }
  #wpdcom .wpd-auth {
    justify-content: center;
  }
  .comment-single .comments-area {
    background: transparent !important;
    box-shadow: unset !important;
  }
  #wpd-bubble-wrapper {
    display: none !important;
  }
  .kk-star-ratings .kksr-legend {
    margin-top: 12px;
  }
  .kk-star-ratings {
    flex-direction: column;
  }
  .question-product .collapsible-header span {
    font-size: 16px;
  }
  .text-buy-banner {
    font-size: 16px;
  }
  .title-question-product h3 {
    font-size: 20px;
  }
  .description-conetent p {
    font-size: 19px;
    padding: 0px 10px;
    line-height: 40px;
  }
  .collapsible-body p {
    margin-top: 20px;
  }
  .body-heading-course .collapsible li .collapsible-body {
    padding: 0px;
  }
  .body-heading-course {
    padding: 7px;
  }
  .buy-banner a {
    margin-bottom: 15px;
  }
  .buy-banner div {
    flex-direction: column;
    display: flex;
    margin: 18px 0px;
  }
  .buy-banner {
    flex-direction: column;
  }
  .body-course-teacher div.teacher-info h4 {
    padding-bottom: 0px;
    margin: 20px 0px;
  }
  .body-course-teacher div.teacher-info {
    margin-right: 0px;
    align-items: center !important;
  }
  .body-course-teacher {
    flex-direction: column;
    align-items: center;
  }
  .body-heading-course .collapsible-header {
    flex-direction: column;
  }

  .collapsible-body li {
    flex-direction: column;
  }
  .collapsible-body .body-item-name {
    margin-bottom: 20px;
  }
  .collapsible-body .body-item-name i {
    display: none;
  }
  .body-heading-course .class-count {
    display: none;
  }
  .hidden-menu {
    top: 62px !important;
  }
  .mobile-menu {
    display: flex;
  }
  .main-header {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .header2 {
    display: none;
  }
  .alart-dashboard i {
    display: none;
  }
  .new-blog-panel img {
    margin-bottom: 15px;
    width: 100%;
  }
  .new-blog-panel li {
    flex-direction: column;
  }
  .video-single-page aside {
    width: 100%;
  }
  .video-single-page article {
    margin-bottom: 50px !important;
  }
  #comments-product h2 {
    flex-direction: column;
  }
  #comments-product .woocommerce-Reviews-title span {
    margin-top: 18px;
    margin-right: unset;
  }
  .body-heading-course .collapsible li .collapsible-header i {
    display: none;
  }
  .collapsible-body .body-item-name {
    flex-direction: column;
  }
  .collapsible-body .body-item-name span {
    margin: 5px;
  }
  .body-page-content section {
    width: 100%;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: left !important;
    padding: 5px 4px !important;
  }
  table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    padding: 10px !important;
  }
  .coupon-hicolearn {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .panel-my-course li > b {
    display: none;
  }
  .item-panel-my-course div {
    display: flex;
    align-items: center;
    margin: 10px 0px;
  }
  .item-panel-my-course {
    margin-right: 0px;
    flex-direction: column;
  }
  .count-panel > div {
    justify-content: center;
    margin: 5px 0px !important;
  }
  .count-panel {
    flex-direction: column;
  }
  .banner-class {
    flex-direction: column;
  }

  .banner-class a {
    margin-top: 22px;
  }
  .nav-register-footer {
    margin: 20px 0px;
  }
  .free-courses-index h4 {
    margin-bottom: 19px;
  }
  .product-courses-index h4 {
    margin-bottom: 20px;
    margin-right: 5px;
    margin-top: 20px;
  }
  .free-courses-index {
    margin-bottom: 20px;
  }
  .short-link-single {
    margin-top: 20px;
  }
  .info-item-single .avg-color {
    color: #ffe537 !important;
  }
  .star-single {
    margin-bottom: 24px;
  }
  .category-single {
    flex-direction: column;
  }
  .article-product-page {
    padding: 0px !important;
  }
  .main-content {
    padding-top: 10px;
  }
  .title-heading-course {
    justify-content: center;
  }
  .title-course-teacher {
    justify-content: center;
  }
  .description-conetent h1 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-top: 60px;
  }
  .counter-index {
    flex-direction: column;
  }

  .counter-index {
    margin: 20px 0px;
  }

  .counter-index div {
    margin: 10px 0px;
  }

  .index-shop-tabs li {
    margin: 5px 0px !important;
  }

  .title-shop-items-index h3 {
    font-size: 26px;
  }

  .comment-user-support {
    padding-right: 0px !important;
  }

  .title-comment-user-index {
    display: none !important;
  }

  .tabs .indicator {
    display: none !important;
  }

  .section-shop-index {
    margin-top: 10px;
  }

  .item-blog-post .info-post > span,
  #wpdcom .wpdiscuz-subscribe-bar {
    flex-direction: column;
  }

  .title-shop-items-index {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .footer-body {
    padding: unset;
  }
  .info-footer {
    padding: unset !important;
  }
  .info-footer > img {
    width: 250px;
  }

  #wpdcom .wpdiscuz-subscribe-bar .wpdiscuz_subscribe_status {
    margin-right: unset;
    margin-top: 20px;
  }
  .top-index-seaction .text-top-index {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .text-top-index > span {
    font-size: 24px;
    text-align: center;
  }

  .text-top-index > h2 {
    text-align: center;
    font-size: 29px;
  }

  .title-shop-items-index span {
    display: none;
  }

  .index-shop-tabs {
    flex-direction: column;
  }

  .top-header {
    flex-direction: column;
  }

  .top-header-login,
  .top-header-logo,
  .top-header-info {
    justify-content: center !important;
    margin: 10px 0px;
  }

  .sticky-single {
    display: none;
  }

  .support-footer {
    flex-direction: column;
  }

  .support-footer div {
    margin: 10px 0px !important;
  }

  .links-footer {
    flex-direction: column;
  }

  .links-footer ul {
    margin: 10px 0px;
  }

  .info-footer div {
    justify-content: center;
  }

  .thumbnail-signle {
    flex-direction: column-reverse;
  }

  .info-single {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
  }

  .info-item-single b {
    font-size: 17px;
  }

  .breadcrumb-content {
    display: none;
  }

  .info-single > div {
    margin: 0px 8px;
    align-items: center;
    background: var(--cl-main);
    color: #fff;
    padding: 4px 9px;
    border-radius: 5px;
  }

  .info-item-single b {
    margin-left: 0px;
  }

  .info-item-single i {
    display: none;
  }

  .info-single > div > span {
    font-size: 12px;
  }

  .title-signle {
    margin: 80px 0px 30px;
  }

  .title-signle h1 {
    font-size: 19px;
    color: var(--cl-black);
  }

  .tags-single {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .tag-item {
    margin-bottom: 18px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
  }

  .blog-post {
    margin: 20px 0px;
  }

  .blog-post h3 {
    margin-bottom: 30px;
  }

  .item-blog-post {
    margin-bottom: 20px;
  }

  .support-footer {
    margin: 15px 0px 10px;
  }
}

/*  animation */

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes spin {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes opacity {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 1;
  }
}
