@font-face {
  font-family: IranSansMedium;
  font-display: swap;
  src: url(../fonts/iransansx/iransansxv-medium.woff) format("woff"), url(../fonts/iransansx/iransansx-medium.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: IranSansRegular;
  font-display: swap;
  src: url(../fonts/iransansx/iransansx-regular.woff) format('woff-variations'), url(../fonts/iransansx/iransansx-regular.woff) format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: IranSansBold;
  font-display: swap;
  src: url(../fonts/iransansx/iransansx-bold.woff) format("woff"), url(../fonts/iransansx/iransansx-bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}

body, .font, .bd-dropdown select {
  font-family: "IranSansRegular", tahoma, sans-serif
}

:root {
  --fontfamilyR: 'IranSansRegular';
  --fontfamilyM: 'IranSansMedium';
  --fontfamilyB: 'IranSansBold';
  --bodyColor: #6b7280;
  --main-color: #ff4d41;
  --main-color-dark: #ff4d41;
  --second-color: #6d6e70;
  --second-color-dark: #2d3d55;
  --lh: 1.4rem;
  --td-scale: 0.9;
  --colspan: 1;
  --bodyBg: #fff;
  --border-color: #cfcee2;
  --headerBg: #f5f8ff;
  --darkFont-color: rgb(26, 26, 48);
  --white-color: #fff;
  --dark-bg: #1a1a30;
  --light-blue: #dce6ff;
  --dark-gray-gradient: linear-gradient(-101deg, #67798c 0%, #2d3d55 100%);
  --first-color-gradient: linear-gradient(-101deg, #ffa370 0%, #ff4d41 100%);
}

html {
  height: 100%;
}

body {
  font-size: 14px;
  color: var(--bodyColor);
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

.fanum, .uk-alert {
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}

a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
button,
li,
div,
section,
input {
  font-family: var(--fontfamilyR);
}

p {
  margin: 0 0 10px 0;
}

*+p {
  margin-top: 10px;
}

a {
  text-decoration: none !important;
  color: var(--main-color);
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.body-bg {
  background-color: var(--bodyBg);
}

.fontThin {
  font-family: var(--fontfamilyL);
}

.uk-font-bold {
  font-family: var(--fontfamilyB);
  font-weight: bold;
}

.hidden {
  display: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: var(--bodyColor);
}

.uk-main-bg {
  background: var(--main-color);
}

.uk-dark-bg {
  background: var(--dark-bg);
}

.uk-margin-bottom15 {
  margin-bottom: 15px !important;
}

.uk-margin-top15 {
  margin-top: 15px !important;
}

.uk-container-custom {
  max-width: 1024px;
}

.uk-box-shadow {
  box-shadow: 0 0px 8px rgba(0, 0, 0, .12);
}

.uk-box-shadow-large {
  box-shadow: 0px 20px 50px #00000014;
}

.uk-box-shadow-xlarge {
  box-shadow: 0px 55px 99px 0px rgba(45, 61, 84.99999999999999, .38823529411764707);
}

.uk-box-shadow-remove {
  box-shadow: none !important;
}

.uk-transition {
  transition: all .15s ease-in-out;
}

.uk-border {
  border: 1px solid #e5e5e5;
}

.uk-border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.uk-border-top {
  border-top: 1px solid #e5e5e5;
}

.uk-border-top-dashed {
  border-top: 1px dashed #e5e5e5;
}

.uk-border-bottom-dashed {
  border-bottom: 1px dashed #e5e5e5;
}

.uk-border-radius {
  border-radius: 7px;
}

.uk-border-radius10 {
  border-radius: 10px;
}

.uk-border-radius-top {
  border-radius: 4px 4px 0 0;
}

.uk-border-radius-bottom {
  border-radius: 0 0 4px 4px !important;
}

.uk-border-radius-small {
  border-radius: 4px;
}

.uk-border-radius-large {
  border-radius: 13px !important;
}

.uk-border-radius-large-top {
  border-radius: 13px 13px 0 0 !important;
}

.uk-border-radius-large-bottom {
  border-radius: 0 0 13px 13px !important;
}

.uk-border-radius-xlarge {
  border-radius: 25px;
}

.uk-text-muted2 {
  color: #a9b0bc;
}

.uk-gap-xlarge {
  gap: 25px;
}

.uk-gap-large {
  gap: 20px;
}

.uk-gap {
  gap: 15px;
}

.uk-gap-medium {
  gap: 10px;
}

.uk-gap-small {
  gap: 5px;
}

.uk-fill-color {
  fill: #fff;
}

.uk-white-color {
  color: #fff;
}

.uk-white-bg {
  background-color: #fff !important;
}

/* .uk-orange-bg {
  background-image: var(--first-color-gradient) !important;
} */
.uk-dark-color {
  color: var(--darkFont-color) !important;
}



.uk-light-gray-bg {
  background-color: #f2f2f2;
}

.uk-background-gray-light {
  background-color: #f4f6fc;
}

.uk-text-light-gray {
  color: rgba(255, 255, 255, 0.7) !important;
}

.uk-text-gray {
  color: rgb(123, 136, 147);
}

.uk-text-gray2 {
  color: rgb(107 114 128);
}

.uk-green-color {
  color: var(--main-color) !important;
}

.uk-red-color {
  color: #f0506e;
}

.uk-alert-danger {
  color: #f0506e;
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
}

.uk-alert-success {
  color: #0f5132;
  border: 1px solid #badbcc;
  background-color: #d1e7dd;
}

.uk-alert-warning {
  color: #ff923f;
  background-color: #FFF3CD;
  border: 1px solid #fcecbd;
}

.uk-font-2xlarge {
  font-size: 40px;
}

.uk-font-extra-big {
  font-size: 25px;
}

.uk-font-very-big {
  font-size: 21px;
}

.uk-font-big {
  font-size: 16px;
  line-height: 30px;
}

.uk-font-medium {
  font-size: 14px !important;
}

.uk-font-normal {
  font-size: 13px !important;
}

.uk-font-small {
  font-size: 12px !important;
  line-height: 12px;
}

.uk-font-xsmall {
  font-size: 11px !important;
  line-height: 15px;
}

.uk-padding-medium {
  padding: 25px;
}

.uk-padding-medium-bottom {
  padding-bottom: 15px;
}

.uk-padding10 {
  padding: 10px !important;
}

.uk-padding-vary-small {
  padding: 5px;
}

.uk-padding-vary-small-right {
  padding: 0 5px;
}


.uk-grid+.uk-grid-very-small {
  margin-top: 5px;
}


.uk-padding-small-top {
  padding-top: 15px;
}

.uk-padding-small-bottom {
  padding-bottom: 15px;
}

.uk-padding10-bottom {
  padding-bottom: 10px;
}

.uk-pointer {
  cursor: pointer;
}

.link {
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
}

a.link:hover {
  color: var(--main-color);
  text-decoration: none;
}

.uk-button {
  color: #fff;
  line-height: 27px;
  box-sizing: border-box;
  padding: 10px 39px;
  border-radius: 7px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: none !important;
}

.uk-button-flex {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.uk-button-small {
  padding: 4px 10px;
  font-size: 13px;
}

.uk-button:hover {
  color: #fff;
  text-decoration: none;
}

.uk-button:hover {
  box-shadow: 5px 4px 130px -78px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 5px 4px 130px -78px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: 5px 4px 130px -78px rgba(0, 0, 0, 0.75) inset;
}

.uk-button-warning:hover {
  box-shadow: 5px 4px 68px -50px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 5px 4px 68px -50px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: 5px 4px 68px -50px rgba(0, 0, 0, 0.75) inset;
}

.uk-button-default:hover {
  box-shadow: none;
  background-color: rgb(226, 235, 245);
}

.uk-button-primary {
  background-image: var(--first-color-gradient) !important;
  border: none !important;
  /* background-color: rgb(42, 75, 89); */
}

.uk-button-primary:hover {
  background-image: var(--dark-gray-gradient) !important;
  color: var(--white-color) !important;
}

.uk-button-success {
  background-color: rgb(42, 75, 89);
}

.uk-button-info {
  background-color: #1976d2;
}

.uk-button-warning {
  background-color: var(--second-color);
}

.uk-button-default {
  background-color: rgb(234, 242, 251);
  color: var(--bodyColor) !important;
}

.uk-button:disabled {
  background: #bbb;
  border: solid 1px #a1a1a1;
  color: inherit;
}

.uk-text-primary {
  color: var(--main-color) !important;
}

.uk-navbar-toggle {
  min-height: auto;
  background: #f3f3f3;
  width: 39px;
  height: 39px;
}

.mobile-input,
.nationalcode-input,
.password-input,
.email-input {
  direction: ltr;
  text-align: left;
}

.nationalcode-input::placeholder {
  letter-spacing: normal !important;
}

.uk-input,
.uk-textarea {
  background: #F3F1F9 !important;
  border-color: #F3F6F9;
  border-radius: 4px;
  font-size: 14px;
}

.uk-input {
  height: 48px;
}

.uk-input::placeholder,
.uk-textarea::placeholder {
  color: #aaa;
}

.uk-form-controls svg {
  color: #afb7ce;
}

input:disabled,
input:disabled:focus {
  background: #EBEDF3 !important;
  border: solid 1px #EBEDF3 !important;
  color: #7e8dba !important;
  cursor: not-allowed;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  border-color: #d1d6e5 !important;
}

.uk-form-isvalid .uk-input,
.uk-form-isvalid .uk-input:focus {
  color: #457D54;
}

.uk-form-invalid .uk-input,
.uk-form-invalid .uk-input:focus {
  color: #f0506e;
}

.uk-form-invalid .uk-input::placeholder, .uk-form-invalid svg {
  color: #f0506e;
}

.uk-modal-body {
  padding: 20px;
}

.uk-modal-footer {
  padding: 10px;
}

.uk-modal-dialog.uk-modal-dialog-small {
  width: 400px !important;
}

.uk-modal .uk-modal-header {
  background: #f3f3f3;
}

.uk-modal .uk-modal-header .uk-subnav {
  margin-bottom: 0;
}

[class*="uk-modal-close-"] {
  top: 18px;
}

.uk-line::before {
  content: '';
  display: block;
  width: 80%;
  position: absolute;
  top: 0;
  height: 1px;
  background: radial-gradient(ellipse at center, #dadddf 0, rgba(255, 255, 255, 0) 75%);
}

/*
* Tooltip
*/
.tooltip {
  z-index: 1070;
  display: block;
  padding: 0.4rem;
  margin: 0;
  font-family: var(--font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.8rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip hr {
  margin: 0;
  padding: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem calc(0.8rem * 0.5) 0;
  border-top-color: #000;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-width: calc(0.8rem * 0.5) 0.4rem calc(0.8rem * 0.5) 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(0.8rem * 0.5) 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-width: calc(0.8rem * 0.5) 0 calc(0.8rem * 0.5) 0.4rem;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.uk-notification-message {
  font-size: 13px;
  border-radius: 4px;
  padding: 15px 15px 15px 40px;
}

.uk-notification-message div .uk-icon {
  display: none;
}

.uk-notification-message-primary {
  color: #1e87f0;
  background-color: #d8eafc;
  border: 1px solid #bedaf7;
}

.uk-notification-message-warning {
  color: #ff923f;
  background-color: #FFF3CD;
  border: 1px solid #fcecbd;
}

.uk-notification-message-danger {
  color: #f0506e;
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
}

.uk-notification-message-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border: 1px solid #badbcc;
}

.uk-notification-message-danger .uk-notification-close,
.uk-notification-message-danger .uk-notification-close:hover {
  color: #f0506e !important;
}

.uk-notification-message-success .uk-notification-close,
.uk-notification-message-success .uk-notification-close:hover {
  color: #0f5132 !important;
}

.uk-notification-message-primary .uk-notification-close,
.uk-notification-message-primary .uk-notification-close:hover {
  color: #1e87f0 !important;
}

.uk-notification-message-warning .uk-notification-close,
.uk-notification-message-warning .uk-notification-close:hover {
  color: #ff923f !important;
}

.uk-notification-close {
  display: block !important;
  top: 17px;
}


.choices {
  border: solid 1px #F3F6F9 !important;
  border-radius: 4px !important;
  min-height: 46px;
  background: #F3F1F9 !important;
}

.choices * {
  box-sizing: border-box;
}

.choices .choices__inner {
  padding: 0 !important;
  min-height: 48px;
  font-size: 14px !important;
  border-radius: 4px;
}

.choices .choices__inner input {
  width: 100% !important;
  padding: 0 10px !important;
  height: 100%;
  font-family: var(--fontfamilyR);
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 30px;
}

.choices[data-type*="select-one"] .choices__input {
  font-family: var(--fontfamilyR);
  font-size: 14px;
}

.choices__list--single {
  padding: 0 10px !important;
  height: 48px;
  display: flex;
  align-items: center;
  background: #F3F1F9 !important;
}

.choices .choices__heading {
  font-size: 15px;
  color: #aaaaaa;
}


.choices .choices__input::placeholder {
  color: #aaaaaa;
}

.choices .choices__list--dropdown {
  border-radius: 0 0 4px 4px;
  border: 1px solid #ddd !important;
}

.choices .choices__list--multiple {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  padding: 5px;
}

.choices[data-type*="select-one"] .choices__button_joomla {
  margin-inline-end: 30px !important;
}

.choices__list--multiple .choices__item {
  margin: 0 !important;
  color: #333 !important;
  border: solid 1px #ccc !important;
  padding: 3px 8px !important;
  font-size: 13px !important;
  display: flex !important;
  align-items: center;
}

.choices .choices__button_joomla {
  padding: 0 !important;
  opacity: 0.8 !important;
  width: 16px;
  font-size: 18px;
  height: 16px;
  line-height: 22px;
}

.choices[data-type*="select-one"] .choices__inner,
.choices[data-type*="select-multiple"] .choices__inner {
  background-size: 0/90rem;
}

.uk-leader-fill::after {
  color: #aaa;
}

.uk-gradient-pine {
  background: linear-gradient(45deg, #295e6a, #4797b1);
  border-radius: 10px;
}

.uk-gradient-blue {
  background: linear-gradient(45deg, #5050f7, #9186fa);
  border-radius: 10px;
}

.uk-gradient-red {
  background: linear-gradient(45deg, #fa4659, #f99696);
  border-radius: 10px;
}

.uk-gradient-purple {
  background: linear-gradient(45deg, #b216b2, #c96cc9);
  border-radius: 10px;
}

.uk-gradient-green {
  background: linear-gradient(45deg, #0aa44f, #5eca8f);
  border-radius: 10px;
}

.uk-gradient-dark-gray {
  background-image: var(--dark-gray-gradient);
}


.uk-pagination {
  gap: 10px;
}

.uk-pagination>*>* {
  font-size: 17px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  color: var(--bodyColor);
}

.uk-pagination .page-link {
  border-bottom: solid 2px var(--bodyBg);
}

.uk-pagination .page-link:hover {
  border-bottom: solid 2px var(--main-color);
}

.uk-pagination>.uk-active>* {
  border-radius: 4px;
  background-color: var(--main-color);
  border-bottom: solid 2px var(--main-color);
  color: #fff;
}




.uk-label {
  padding: 0px 4px;
  border-radius: 3px;
  min-width: 20px;
  box-sizing: border-box;
  text-align: center;
}

.uk-label-primary {
  background: rgb(70, 202, 235) !important;
}

.uk-label-info {
  background: rgb(99, 91, 255) !important;
}

.uk-label-success {
  background: rgb(54, 199, 108) !important;
}

.uk-label-warning {
  background: rgb(255, 214, 72) !important;
}

.uk-label-danger {
  background: rgb(255, 102, 146) !important;
}

.uk-label-default {
  background-color: rgb(234, 242, 251);
  color: rgb(123, 136, 147) !important;
}

.label-light {
  border-color: transparent;
  display: inline-block;
  padding: 3px 5px;
  vertical-align: middle;
  border-radius: 4px;
  min-width: 20px;
  font-size: .875em;
}

.label-light .badge {
  padding: 1px 7px;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  min-width: 25px;
  text-align: center;
  box-sizing: border-box;
}

.label-light-blue {
  color: #3699FF;
  background-color: #E1F0FF;
}

.label-light-blue .badge {
  background-color: #70b2f3;
}

.label-light-yellow {
  color: var(--second-color);
  background-color: #fffaeb;
}

.label-light-yellow .badge {
  color: #d7be6b;
  background-color: #fffaeb;
}

.label-light-red {
  color: #f0506e;
  background-color: #ffecef;
}

.label-light-red .badge {
  background-color: #f86782;
}

.label-light-green {
  color: #1d814f;
  background-color: #dff9ec;
}

.label-light-green .badge {
  background-color: #47b57e;
}

.label-light-dark {
  color: #646464;
  background-color: #f3f1f0;
}

.label-light-dark .badge {
  background-color: #7e7e7e;
}

.uk-light-gray-bg {
  background-color: #f2f2f2;
}

.uk-badge-big {
  padding: 5px 10px;
  height: 25px;
  font-size: 13px;
}

.uk-badge-white {
  background-color: rgba(255, 255, 255);
  color: var(--bodyColor) !important;
}

.uk-badge-info,
.uk-light-btn-info {
  background-color: rgba(99, 91, 255, 0.2);
  color: rgb(99, 91, 255) !important;
}

.uk-badge-success,
.uk-light-btn-success {
  background-color: rgba(54, 199, 108, 0.15);
  color: rgb(54, 199, 108) !important;
}

.uk-badge-primary,
.uk-light-btn-primary {
  background-color: rgba(70, 202, 235, 0.2);
  color: rgb(70, 202, 235) !important;
}

.uk-badge-danger,
.uk-light-btn-danger {
  background-color: rgb(255, 220, 225);
  color: rgb(240, 80, 110) !important;
}

.uk-badge-warning,
.uk-light-btn-warning {
  background-color: rgba(255, 214, 72, 0.2);
  color: rgb(213, 175, 39) !important;
}

.uk-badge-default,
.uk-light-btn-default {
  background-color: rgb(234, 242, 251);
  color: rgb(123, 136, 147) !important;
}

.uk-badge.circle::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.uk-badge-big.circle::before {
  content: '';
  width: 8px;
  height: 8px;
}

.uk-badge-success.circle::before {
  background: rgb(54, 199, 108) !important;
}

.uk-badge-info.circle::before {
  background: rgb(99, 91, 255) !important;
}

.uk-badge-primary.circle::before {
  background: rgb(70, 202, 235) !important;
}

.uk-badge-danger.circle::before {
  background: rgb(240, 80, 110) !important;
}

.uk-badge-warning.circle::before {
  background: rgb(213, 175, 39) !important;
}

.uk-badge-default.circle::before {
  background: rgb(123, 136, 147) !important;
}

s::before, strike::before {
  top: 50%;
  background: red;
  opacity: .7;
  content: '';
  width: 110%;
  position: absolute;
  height: .1em;
  border-radius: .1em;
  white-space: nowrap;
  display: block;
  transform: rotate(-15deg);
}

.product-page .artistinfo,
.product-page .artistroles,
.top_section,
header {
  background: var(--headerBg);
}

.header-right .logo {
  width: 180px;
}

.header-middle .search_cls_desktop .input {
  background-color: #f0f4ff;
  padding: 5px;
}

.header-middle .search_cls_desktop .input .prompt {
  background: transparent;
  border: none;
  padding: 10px 0;
}

.header-middle .search_cls_desktop .input .search-clickable {
  display: inline-block;
}

.header-middle .searchWrapper > .results {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  padding: 15px;
  width: 100%;
  display: none;
  top: calc(100% + 1px);
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

.shoppingBag {
  padding: 7px;
  background-color: #d1fee9;
  color: #125631;
}

.cartCount {
  width: 26px;
  height: 26px;
  top: -12px;
  background-color: #125631;
  color: #fff;
  border: solid 3px #fff;
}


/*******************/
header .mod-menu.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}

header .mod-menu.nav li>span,
header .mod-menu.nav li>a {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--bodyColor);
}

header .mod-menu.nav li.active>a {
  color: var(--main-color);
  ;
}

.social_networks a {
  background: #7890c0;
  color: #fff;
  font-size: 13px;
}

.social_networks a.telegram {
  background: #08c;
}

.social_networks a.instagram {
  background: #c32aa3;
}

.social_networks a.youtube {
  /* background: #ff0000; */
  /* background: #282828; */
  background: #d63031;
}

.user-section .headerLink {
  color: #344E86;
  background: #F0F3FA;
}

.mod_logreg .login-greeting a {
  color: #FF4840;
  background: #FDDFE7;
}

.mod_logreg .login-greeting a svg {
  fill: #FF4840;
}

/****************/
.n2-ss-slider * {
  font-family: var(--fontfamilyR) !important;
}

.n2-ss-slider h2 {
  font-family: var(--fontfamilyB) !important;
}

.n2-ss-button-container a {
  background-image: var(--first-color-gradient) !important;
}

/****************/


.services {}

.services::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--headerBg);
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.services .service_info {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform .4s;
}

.services .each_service {
  padding: 40px;
}

.services .each_service::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: linear-gradient(-180deg, #67798c 0%, #2d3d55 100%);
  border-radius: 25px;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all .25s ease-in;
}

.services .each_service:hover::before {
  opacity: 1;
}

.services .each_service .icon_box {
  width: 136px;
  height: 136px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
  background-image: linear-gradient(-180deg, #67798c 0%, #2d3d55 100%);
}

.services .each_service:hover .icon_box {
  background-color: transparent;
  background-image: linear-gradient(-180deg, #FFFFFF1A 0%, #FFFFFF1A 100%);
}

.services .each_service .service_title {
  margin: 25px 0 5px;
}

.services .each_service .service_description {
  color: rgb(122, 122, 122);
}

.services .each_service:hover .service_description,
.services .each_service:hover .service_title {
  color: #fff;
}

.services .service_shape {
  transition: all .25s ease-in;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform .4s;
  transform: rotate(10deg);
  width: 100%;
  height: 320px;
  background-color: transparent;
  background-image: linear-gradient(-106deg, #3ebcff 0%, #29f9c2 100%);
  opacity: 0;
}

.service_info:hover .service_shape {
  opacity: 1;
}

/****************/
.module_title {
  background-color: rgba(164, 164, 164, 0.4);
  padding: 2px 15px;
  color: var(--darkFont-color);
}

.module_subtitle {
  max-width: 400px;
}

.dot_title {
  color: var(--main-color);
  font-size: 50px;
}

.about_us .play_video {
  bottom: -37px;
}

.about_us .play_video a {
  padding: 30px 39px;
}

.about_us .rectangle_box {
  background-image: var(--dark-gray-gradient);
  bottom: 50px;
  width: 254px;
  height: 357px;
}

/****************/
.dark-background-overlay {
  background-image: url("../images/teamBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  transition: background .3s, border-radius .3s, opacity .3s;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
}

.our_team .staff-content {
  background-image: var(--dark-gray-gradient);
}

.social-list a {
  /* background-image: var(--first-color-gradient); */
}

.social-list a:hover {
  color: var(--white-color);
}

.our_team .uk-slidenav:hover {
  color: var(--main-color);
}

/****************/

.products .products_content {
  min-height: 500px;
}

.products .products_overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 70%;
  background: var(--light-blue);
  z-index: 1;
  border-radius: 40px 40px 13px 13px;
  overflow: hidden;
}

.products .products_overlay .right {
  width: 130px;
  height: 130px;
  display: block;
  border-radius: 50%;
  background: var(--light-blue);
  border: solid 20px rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50px;
}

.products .products_overlay .right::after {
  content: '';
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  background: #d4e2ff;
  position: absolute;
  top: -46px;
}

.products .products_overlay .right::before {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  background: #d4e2ff;
  position: absolute;
  top: 20px;
}

.products .products_overlay .left {
  width: 130px;
  height: 130px;
  display: block;
  border-radius: 50%;
  background: var(--light-blue);
  border: solid 20px rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 10px;
}

.products .products_overlay .left::after {
  content: '';
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  background: #d4e2ff;
  position: absolute;
  bottom: -46px;
}

.products .products_overlay .left::before {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  background: #d4e2ff;
  position: absolute;
  top: 20px;
}

.products .products_tab li a {
  padding: 0 !important;
  ;
  height: 45px;
}

.products .products_tab li a span.title {
  padding: 10px 30px !important;
}

.products .products_tab li:hover a,
.products .products_tab .uk-active a {
  /* background-color: #d7e3fd !important; */
  background-color: #778dc6 !important;
  color: var(--white-color) !important
}

.products .products_tab li a.showall {
  background: #778dc6 !important
}

.products .products_tab li a.showall span.title {}

.products .products_tab li a.showall span.icon {
  padding: 10px 0px 10px 6px !important;
  border-radius: 25px 0 0 25px;
  color: #fff;
}

.products .products_tab li a.showall span.icon svg {
  width: 20px;
  height: 20px;
}

.products .products_tab li:hover a.showall span.title {
  /* background-color: #d7e3fd !important; */
  background-color: #778dc6 !important;
  color: var(--white-color) !important
}

.products .products_content .uk-slidenav {
  width: 31px;
  height: 31px;
}

.products .products_content .uk-slidenav svg {
  width: 9px;
}

.products .each_product {
  background: #e7eefe;
}

.products .each_product .readmore {
  padding: 5px 10px;
}

/*****************/
.each_blog figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(-1deg, var(--dark-bg) 0%, #06175700 100%);
  box-shadow: 0px 12px 50px #00000014;
  border-radius: 13px;
  display: inline-block;
  position: absolute;
  top: 0;
  transition: all .25s ease-in;
}

.each_blog figure::after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(-1deg, var(--main-color) 0%, #73162400 100%);
  box-shadow: 0px 12px 50px #00000014;
  border-radius: 13px;
  display: inline-block;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all .25s ease-in;
}

.each_blog:hover figure::before {
  opacity: 0;
}

.each_blog:hover figure::after {
  opacity: 1;
}

/*****************/
.contact_row iframe {
  border: 0;
  min-height: 350px
}

#userForm .formControls textarea,
#userForm .formControls input {
  background: #FFFFFF4D !important;
  border: none !important;
  color: var(--dark-bg) !important;
  padding: 14px;
  border-radius: 13px !important;
  box-shadow: none !important;
  resize: none;
  width: 100%;
  margin: 0;
  height: auto;
  box-sizing: border-box;
}

#userForm .formControls .rsform-submit-button {
  background-image: var(--dark-gray-gradient) !important;
  color: #fff;
  line-height: 27px;
  box-sizing: border-box;
  padding: 10px 39px;
  border-radius: 7px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: none !important;
}

#userForm .rsform-text-box::placeholder,
#userForm .rsform-text-box::placeholder {
  opacity: 1;
  font-family: var(--fontfamilyR);
}

#userForm .formError {
  color: #fff !important;
}

/*****************/
footer {
  background-image: url("../images/footerBg.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 350px;
  padding-bottom: 50px;
  margin-top: -280px;
}

.otherpage footer {
  padding-top: 250px;
  margin-top: 70px;
}

footer h3 {
  color: var(--main-color);
}

footer .mod-menu.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

footer .mod-menu.nav li>span,
footer .mod-menu.nav li>a {
  display: flex;
  gap: 5px;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
}

footer .mod-menu.nav li>span>span,
footer .mod-menu.nav li>a>span {
  display: none;
}

footer .mod-menu.nav li.active>a {
  color: var(--white-color);
  /* color: var(--main-color); */
}

footer .mod-menu.nav li>span:before,
footer .mod-menu.nav li>a:before {
  content: "\f053";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-size: 11px;
}

#newsleeterForm .formControls input {
  background: #FFFFFF26 !important;
  border: none !important;
  color: #FFFFFF59 !important;
  box-sizing: border-box;
  padding: 14px;
  border-radius: 13px !important;
  box-shadow: none !important;
  height: auto;
  width: 100%;
  height: 45px;
}

#newsleeterForm .formControls button {
  background: none !important;
  border: none;
  color: var(--main-color);
  top: 0;
  bottom: 0;
  padding: 10px !important;
  z-index: 1;
  position: absolute !important;
  box-sizing: border-box;
  height: 45px;
  box-shadow: none !important;
}

#newsleeterForm .rsform-text-box::placeholder {
  color: #FFFFFF59 !important;
  opacity: 1;
}

.rsfp_thankyou_popup_inner {
  border-radius: 13px;
}

/***********************/
.item-page .article-info dd:before {
  content: "" !important;
  position: relative;
  top: 0;
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px;
  vertical-align: middle;
  background-color: #bbb;
  width: 1px;
  height: 10px;
}

.item-page .article-info dd:first-child::before {
  display: none;
}

.item-page .tags a {
  padding: 3px 9px;
}

.item-page .tags a:hover {

  border-color: var(--main-color);
  color: var(--main-color);
}

/***********************/
.product-page .playerWrapper .main {
  background-color: var(--dark-bg);
}

.product-page .playerWrapper .list {
  background: rgb(42, 42, 68);
}

.product-page .playerWrapper .list button {
  padding: 15px 18px !important;
}

.product-page .playerWrapper .addtocart {
  background-color: var(--dark-bg);
}

.product-page .playerWrapper .playdemo {
  background-color: transparent !important;
  border: solid 1px var(--dark-bg) !important;
}

.product-page .playerWrapper .plyr--audio .plyr__controls {
  background: transparent;
  padding: 0;
  color: var(--white-color);
}

.product-page .playerWrapper .row {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.product-page .playerWrapper .row:last-child {
  border-bottom: none;
  padding-bottom: 0 !important;
}


.cartList .uk-button,
.trackList .uk-button,
.cartList .remove{
    padding: 10px 20px; 
}


/***********************/


.rsfp_thankou_popup_close_btn {
  right: auto !important;
  left: 10px;
}

.uk-border-radius-left {
  border-radius: 4px 0 0 4px !important;
}

.uk-line::before {
  left: 50%;
  margin-left: -40%;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-left-color: #000;
}

.choices .choices__inner {
  padding-left: 35px !important;
}

.uk-badge.circle::before {
  margin-left: 4px;
}

.uk-badge-big.circle::before {
  margin-left: 6px;
}

s::before, strike::before {
  left: -5%;
}

.services::before {
  left: 0;
}

.dark-background-overlay {
  left: 0;
}

.products .products_overlay {
  left: 0;
}

.products .products_overlay .left {
  left: -71px;
}

.products .products_overlay .left::after {
  left: 110px;
}

.products .products_overlay .left::before {
  left: 187px;
}

footer .formControls button {
  left: 0;
}



.uk-grid-very-small {
  margin-right: -5px;
}

.uk-grid-very-small>* {
  padding-right: 5px;
}

.uk-modal .uk-modal-header {
  padding-right: 10px;
}

.uk-notification .uk-list-disc>* {
  padding-right: 15px;
}

.tooltip {
  text-align: right;
}

.choices .choices__inner input {
  text-align: right;
}

.choices .choices__heading {
  text-align: right;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-right-color: #000;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
}

.choices .choices__item-space_right:not(.choices__placeholder) {
  padding-right: 25px;
}

.cartCount {
  right: -12px;
}

.services .each_service::before {
  right: 0;
}

.about_us .play_video {
  right: 28px;
}

.about_us .rectangle_box {
  right: -45px;
}

.products .products_overlay .right {
  right: -60px;
}

.products .products_overlay .right::after {
  right: 115px;
}

.products .products_overlay .right::before {
  right: 187px;
}

.each_blog figure::before {
  right: 0;
}

.each_blog figure::after {
  right: 0;
}

.cartSection .uk-overlay, .giftSection .uk-overlay {
  display: none;
}

.cartSection.loading .uk-overlay, .giftSection.loading .uk-overlay {
  display: flex;
}

.allResultsLink {
  padding: 5px 30px;
  margin-top: 12px;
}