body {
  --color-background: #fcfeff;
}

body {
  --color-primary: #223c78;
}

body {
  --color-primary-compatible: #ffffff;
}

body {
  --color-secondary: #14a0de;
}

body {
  --color-secondary-compatible: #ffffff;
}

body {
  --button-color-primary-normal: #223c78;
}

body {
  --button-color-primary-hover: #182e5c;
}

body {
  --button-color-secondary-normal: #14a0de;
}

body {
  --button-color-secondary-hover: #108bbf;
}


select, textarea, input[type=search], input[type=text], input[type=email], input[type=password], input[type=number], input[type=tel], .form-input {
  color: #333333;
}
select, textarea, input[type=search], input[type=text], input[type=email], input[type=password], input[type=number], input[type=tel], .form-input::placeholder {
  color: #333333;
}


select:focus, textarea:focus, input[type=search]:focus, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, input[type=tel]:focus, .form-input:focus {
  box-shadow: #d7dee0 0px 0px 0px 2px !important;
}

body {
  --radius-input: 8px;
}

body {
  --radius-small: 4px;
}

body {
  --radius-medium: 8px;
}

body {
  --radius-large: 16px;
}

body {
  --shadow-small: #e0e0e2 0px 0px 0px 1px !important;
}

body {
  --shadow-medium: #e0e0e2 0px 0px 0px 1px !important;
}

body {
  --shadow-large: #e0e0e2 0px 0px 0px 1px !important;
}

body, html {
  font-family: Yekan Bakh,sans-serif;
}

h1,.h1 {
  font-family: Yekan Bakh,sans-serif;
}

h2,.h2 {
  font-family: Yekan Bakh,sans-serif;
}

h3,.h3 {
  font-family: Yekan Bakh,sans-serif;
}

h4,.h4 {
  font-family: Yekan Bakh,sans-serif;
}

h5,.h5 {
  font-family: Yekan Bakh,sans-serif;
}

h6,.h6 {
  font-family: Yekan Bakh,sans-serif;
}

body {
  --container-width: 1600px;
}

.card-product .card-background {
  background-color: #fcfeff;
}

.card-product .card-background {
  border-color: #d3d8e4;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 1px;
}

.card-product .card-background {
  border-radius: 0px 0px 0px 0px !important; -webkit-border-radius: 0px 0px 0px 0px !important;
}

.card-product .card-inner {
  padding: 3px 3px 3px 3px !important;
}

.card-product .card-background {
  box-shadow: #00000000 0px 0px 0px 0px !important;
}

