@font-face {
  font-family: SilkSerifLight;
  src: url("../fonts/silkserif-v2/Silk Serif Light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: SilkSerifRegular;
  src: url("../fonts/silkserif-v2/Silk Serif Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SilkSerifMedium;
  src: url("../fonts/silkserif-v2/Silk Serif Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: VigosamineRegular;
  src: url("../fonts/vigosamine/Vigosamine.otf");
  font-weight: 400 !important;
  font-style: normal;
}
@font-face {
  font-family: KaiseiTokuminRegular;
  src: url("https://fonts.googleapis.com/css?family=Kaisei+Tokumin&display=swap");
  font-weight: 400 !important;
  font-style: normal;
}
@font-face {
  font-family: OutfitLight;
  src: url("../fonts/Outfit-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: OutfitRegular;
  src: url("../fonts/Outfit-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OutfitMedium;
  src: url("../fonts/Outfit-Medium.ttf");
  font-weight: 500 !important;
  font-style: normal;
}
@font-face {
  font-family: OutfitBold;
  src: url("../fonts/Outfit-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: OutfitExtraBold;
  src: url("../fonts/Outfit-ExtraBold.ttf");
  font-weight: 700;
  font-style: normal;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.fs-16 {
  font-size: 16px !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none !important;
}

.w-50 {
  width: 50%;
}

.w-65 {
  width: 65%;
}

.w-80 {
  width: 80%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-4{
  margin-left: 4px;
}

.ml-8{
  margin-left: 8px;
}

.ml-24{
  margin-left: 24px;
}

.p-0 {
  padding: 0 !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-40{
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-60{
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

p + p {
  margin-top: 24px;
}

.sd-image {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.sd-full-img {
  width: 100%;
  height: 100%;
  display: block;
}
.sd-full-img.fit-cover {
  object-fit: cover;
}
.sd-full-img.fit-contain {
  object-fit: contain;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-camelcase {
  text-transform: capitalize;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-dark {
  color: var(--sd-textColor) !important;
}
.text-black{
  color: var(--black);
}
.weight-600{
  font-weight: 600;
}

.d-flex {
  display: flex;
}
.d-flex.justify-center {
  justify-content: center;
}
.d-flex.justify-between {
  justify-content: space-between;
}
.d-flex.justify-end {
  justify-content: flex-end;
}

.flexed {
  flex: 1;
}

.align-end {
  align-items: flex-end;
}

.gap-8{
  gap: 8px;
}

.gap-100 {
  gap: 100px;
}

.d-block{
  display: block;
}

.sd-btn {
  background: linear-gradient(to right, var(--sd-mustard), var(--sd-mustard));
  border: 1px solid transparent;
  padding: 16px 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "OutfitMedium";
  font-size: 14px;
  line-height: 1.75;
  color: var(--black);
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  outline: none;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  z-index: 1;
  letter-spacing: 0.03em;
}
.sd-btn::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid rgba(34, 34, 34, 0.5);
  box-sizing: border-box;
}
.sd-btn:hover, .sd-btn:focus {
  background: linear-gradient(260.01deg, #ffdc92 0.78%, #ffc64e 12.76%, #c99426 46.09%, #f8ca6a 90.36%, #ffd886 99.74%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.buttonchange:hover, .buttonchange:focus {
  background: linear-gradient(260.01deg, #1F1F1F 0.78%, #1F1F1F 12.76%, #1F1F1F 46.09%, #1F1F1F 90.36%, #1F1F1F 99.74%) !important;
  border: 1px solid #D9D9D9;
  color: white;
  box-sizing: border-box;
}
.sd-btn.btn-md {
  padding: 12px 24px;
}
.sd-btn .icon-in-btn {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
}
.sd-btn.inline-flex {
  display: inline-flex;
}
.sd-btn.transparent-btn {
  background: transparent;
  border-color: #bababa;
  /* padding-left: 24px; */
}
.sd-btn.transparent-btn:after {
  display: none;
}
.sd-btn.transparent-btn:hover, .sd-btn.transparent-btn:focus, .sd-btn.transparent-btn.active {
  background: linear-gradient(260.01deg, #ffdc92 0.78%, #ffc64e 12.76%, #c99426 46.09%, #f8ca6a 90.36%, #ffd886 99.74%);
  border-color: transparent;
}
.sd-btn.text-transform-camel {
  text-transform: capitalize;
}
.sd-btn.borderless::after {
  display: none;
}
.sd-btn.btn-green {
  background: var(--sd-green);
  color: var(--white);
}
.sd-btn.btn-default{
  background: var(--sd-borderColorV4);
}
.sd-btn.min-w-240{
  min-width: 240px !important;
}
.buttons-group{
  display: flex;
  align-items: center;
  gap: 12px;
}
.sd-tab-btn{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px 16px 28px;
  background-color: var(--white);
  border: 1px solid #c7c7c7;
  font-family: 'OutfitMedium';
  font-size: 14px;
  line-height: 1.75;
  color: var(--sd-textColor);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.sd-tab-btn .icon{
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sd-tab-btn:hover{
  background-color: rgb(199 150 68 / 75%);
}
.sd-tab-btn.active{
  background-color: var(--sd-mustard);
  border-color: var(--sd-mustard);
}
.sd-inline-link {
  font-family: "OutfitRegular";
  font-size: 18px;
  line-height: 1.5;
  color: var(--sd-textColor);
  text-decoration: underline !important;
  outline: none;
  cursor: pointer;
}
.sd-inline-link:hover, .sd-inline-link:focus {
  color: var(--sd-mustard) !important;
}
.sd-inline-link.white {
  color: var(--white);
}
.sd-inline-link.dark-mustard {
  color: var(--sd-dark-mustard) !important;
}
.sd-inline-link.text-uppercase{
  text-transform: uppercase;
}
.sd-inline-link.text-camelcase{
  text-transform: capitalize;
}
.sd-inline-link.underlined{
  text-decoration: underline !important;
}
.sd-inline-link.flex-layout{
  display: flex !important;
  align-items: center;
}

.sd-account-btn {
  padding: 12px 24px !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: "";
  gap: 8px;
  font-family: "OutfitMedium" !important;
  font-size: 16px;
  line-height: 26px;
  color: var(--white) !important;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.sd-account-btn.green {
  background-color: var(--sd-green) !important;
}
.sd-account-btn.dark-mustard {
  background-color: var(--sd-dark-mustard) !important;
}
.sd-account-btn.danger {
  background-color: rgba(237, 29, 37, 0.04) !important;
  border-color: var(--sd-red) !important;
  color: var(--sd-textColor) !important;
}
.sd-account-btn.dangerv2 {
  background-color: #BB4543 !important;
  /* border-color: var(--sd-red) !important; */
  color: #FFFFFF !important;
}
.sd-account-btn.btn-sm {
  padding: 4px 16px !important;
  font-family: "OutfitRegular" !important;
  font-size: 14px !important;
  line-height: 26px !important;
  min-width: 80px !important;
  display: flex;
  justify-content: center;
}
.sd-account-btn.btn-sm.view{
  padding-right: 0px !important;
}
.sd-account-btn.black {
  background-color: var(--sd-textColor);
  color: var(--white);
}
.sd-account-btn.disabled {
  background-color: var(--sd-borderColorV2);
}
.sd-account-btn:hover {
  box-shadow: 0 4px 16px rgba(199, 150, 68, 0.35);
}
.sd-account-btn .btn-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-mustard {
  color: var(--sd-mustard);
}

.color-lighter-mustard {
  color: var(--sd-lighter-mustard);
}

.color-dark-mustard {
  color: var(--sd-dark-mustard);
}

.sd-section {
  background-color: var(--bgGray);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.sd-section.p-0 {
  padding: 0;
}
.sd-section.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sd-section.pb-0 {
  padding-bottom: 0;
}
.sd-section.dark-sec {
  background-color: var(--black);
}
.sd-section.white-sec {
  background-color: var(--white);
}

input, textarea {
  outline: none;
}
input.invalid, textarea.invalid {
  border-color: var(--sd-red) !important;
}

textarea {
  resize: none !important;
}

input[type=search]::-webkit-search-decoration, textarea[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
textarea[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
textarea[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration,
textarea[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input + .error, textarea + .error, select + .error, .starRatingBlock + .error, .input-field + .error {
  display: block;
  font-family: "OutfitRegular";
  font-size: 14px;
  line-height: 1.25;
  color: var(--sd-red);
  margin-top: 6px;
}

table {
  border-collapse: collapse;
}
table th,
table td {
  text-align: left;
}

.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp.one-line{
  -webkit-line-clamp: 1 !important;
}

.sd-custom-checkbox-group {
  margin-bottom: 24px;
}

.sd-custom-checkbox {
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.sd-custom-checkbox input, .sd-custom-checkbox textarea {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}
.sd-custom-checkbox input:checked ~ .checkmark, .sd-custom-checkbox textarea:checked ~ .checkmark {
  background-color: var(--sd-mustard);
  border-color: var(--sd-mustard);
}
.sd-custom-checkbox input:checked ~ .checkmark::before, .sd-custom-checkbox textarea:checked ~ .checkmark::before {
  border-color: var(--white);
}
.sd-custom-checkbox label {
  padding-left: 28px;
  font-family: 'Outfit', sans-serif;
  position: relative;
  cursor: pointer;
  display: block;
}
.sd-custom-checkbox .checkmark {
  width: 20px;
  height: 20px;
  background-color: var(--white);
  border: 1px solid var(--sd-textColor);
  border-radius: 4px;
  position: absolute;
  top: 2px;
  left: 0;
}
.sd-custom-checkbox .checkmark::before {
  content: "";
  width: 5px;
  height: 10px;
  background: transparent;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(45deg);
}
.sd-custom-checkbox:not(:last-of-type) {
  margin-bottom: 8px;
}
.sd-custom-checkbox.remember-me .checkmark::before{
  top: 2px;
  left: 6px;
}

.sd-custom-radio {
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.sd-custom-radio input, .sd-custom-radio textarea {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}
.sd-custom-radio input:checked ~ .checkmark, .sd-custom-radio textarea:checked ~ .checkmark {
  background-color: white;
  border-color: #1F1F1F;
}
.sd-custom-radio input:checked ~ .checkmark::before, .sd-custom-radio textarea:checked ~ .checkmark::before {
  border-color: var(--white);
  background-color: var(--sd-mustard);
}
.sd-custom-radio label {
  display: block;
  padding-left: 28px;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
}
.sd-custom-radio .checkmark {
  width: 20px;
  height: 20px;
  background-color: var(--white);
  border: 1px solid var(--sd-textColor);
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
}
.sd-custom-radio .checkmark::before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sd-custom-radio:not(:last-of-type) {
  margin-bottom: 8px;
}
.sd-custom-radio.small label{
  font-size: 12px;
}
.sd-custom-radio.small .checkmark{
  width: 18px;
  height: 18px;
}
.sd-custom-radio.small .checkmark::before{
  width: 12px;
  height: 12px;
}
.sd-custom-radio .checkmark.top-0{
  top: 0 !important;
}
.sd-custom-radio.ft-wt-md label{
  font-family: 'OutfitMedium';
}

.sd-custom-radio.min-h-24{
  min-height: 24px;
}

::selection {
  background-color: var(--sd-mustard);
  color: var(--white);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(260.01deg, #ffdc92 0.78%, #ffc64e 12.76%, #c99426 46.09%, #f8ca6a 90.36%, #ffd886 99.74%);
  border-radius: 8px;
}

/*# sourceMappingURL=common-styles.css.map */
a.morelink,a.prod_morelink,a.about_morelink{
  color: var(--sd-textColor);
  /* font-weight: bold; */
  font-family: 'OutfitMedium';
  display: inline;
}
a.morelink:hover,a.about_morelink:hover,a.prod_morelink:hover{
  color: var(--sd-mustard);
}