html {
  font-size: 62.5%;
}

strong {
  font-weight: 600;
}

.discount-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  color: #ffffff;
  background: #5762CE;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .discount-tag {
    width: 4.8rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }
}

a {
  color: #5762CE;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #767FD7;
}

.icon-like.active i {
  color: #E33135 !important;
}
.icon-like.active i:before {
  font-weight: 600 !important;
}
.icon-like:hover {
  color: #E33135 !important;
}
.icon-like:hover i:before {
  font-weight: 600 !important;
}

.hover-icon:hover {
  color: #5762CE;
}
.hover-icon:hover i:before {
  font-weight: 600 !important;
}
.hover-icon-text {
  text-decoration: none;
}
.hover-icon-text i {
  color: #7C8CA4;
}
.hover-icon-text.icon-like:hover i {
  color: #E33135 !important;
}
.hover-icon-text:hover i {
  color: #5762CE;
}
.hover-icon-text span {
  color: #5762CE;
  text-decoration: underline;
  margin-left: 0.8rem;
}

h1 strong {
  color: #5762CE;
}

.row-16 {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.row-16 [class*=col-] {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .main-page-left {
    width: 100%;
    order: 2;
  }
  .main-page-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 1.6rem;
  }
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.3rem;
  }
  .container {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .row {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  [class*=col-] {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .row-16 {
    margin-left: -0.4rem !important;
    margin-right: -0.4rem !important;
  }
  .row-16 [class*=col-] {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
  body {
    font-size: 1.3rem;
  }
}
.toggle-backdrop.open {
  position: relative;
  z-index: 1040;
}
.toggle-backdrop.open .btn.show {
  position: relative;
  z-index: 1040;
  background: #ffffff;
}

.body-backdrop {
  background: rgba(23, 35, 61, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.body-backdrop.show {
  opacity: 1;
  display: block;
}
.body-backdrop.opening {
  display: block;
}

hr {
  border-top: 1px solid #E1E5EA;
  margin: 2.4rem 0;
  opacity: 1;
}

.primary-light-box {
  background: #F2F6FE;
}

.calc-box {
  display: flex;
  align-items: center;
  color: #17233D;
  padding: 2.4rem 3.2rem;
}
.calc-box h4 {
  margin-bottom: 1.6rem;
}
.calc-box p {
  margin-bottom: 0;
  line-height: 1.25;
}
.calc-box-img {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 2.4rem;
}
.calc-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.calc-box-btn {
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 2.4rem;
}
@media (max-width: 991px) {
  .calc-box {
    position: relative;
    align-items: flex-end;
  }
  .calc-box-img {
    position: absolute;
    right: 1.6rem;
    top: 1.6rem;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .calc-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.6rem;
  }
  .calc-box.with-img {
    padding-right: 10rem;
  }
  .calc-box-btn {
    margin-left: 0;
    padding-left: 0;
    margin-top: 1.6rem;
  }
}

.simple-link-icon {
  padding: 0;
  box-shadow: none;
  border: none;
  background: transparent;
  min-height: 0;
  color: #5762CE;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  line-height: 1.4;
}
.simple-link-icon i + span {
  margin-left: 0.6rem;
}
.simple-link-icon span {
  text-decoration: underline;
}
.simple-link-icon span + i {
  margin-left: 0.6rem;
}
.simple-link-icon:hover {
  color: #767FD7;
}
.simple-link-icon:hover span {
  text-decoration: none;
}

@media (min-width: 992px) {
  .only-mobile {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .only-desktop {
    display: none !important;
  }
}

.tooltip-link {
  color: #AEB8C7;
  margin: 0 0.6rem;
}

.fz-14 {
  font-size: 1.4rem !important;
}

.num-count {
  padding: 0.3rem 0.4rem;
  background: #36B5A8;
  border-radius: 0.8rem;
  font-size: 1.2rem;
  color: #ffffff;
  display: inline-flex;
  line-height: 1;
}

.text-dark2 {
  color: #17233D;
}

.perex {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .perex {
    font-size: 1.5rem;
  }
}

.ul-check ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2.4rem;
}
.ul-check ul li {
  margin: 0%;
  padding: 0;
  position: relative;
  margin-bottom: 1.2rem;
  padding-left: 4.8rem;
  min-height: 3.2rem;
}
.ul-check ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  width: 3.2rem;
  height: 3.2rem;
  background: #ffffff;
  border-radius: 50%;
  color: #36B5A8;
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .ul-check ul {
    margin-bottom: 1.6rem;
  }
  .ul-check ul li {
    margin-bottom: 0.8rem;
    padding-left: 3.2rem;
  }
  .ul-check ul li:before {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 991px) {
  .m-w-100 {
    width: 100%;
  }
}
.mw-342 {
  max-width: 34.2rem;
}

.mw-464 {
  max-width: 46.4rem;
}

.mw-586 {
  max-width: 58.6rem;
}

.mw-710 {
  max-width: 71rem;
}

.mw-952 {
  max-width: 95.2rem;
}

.mw-1074 {
  max-width: 107.4rem;
}

.gray-box {
  background: #FAFBFC;
  padding: 2.4rem;
}
.gray-box p:last-child {
  margin-bottom: 0;
}

.blue-box {
  background: #F2F6FE;
  padding: 2.4rem;
}
.blue-box h3 {
  margin-bottom: 1.6rem;
}
.blue-box p:last-child {
  margin-bottom: 0;
}
.blue-box-btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}

.two-col-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.two-col-headline-left {
  flex: 1;
}
.two-col-headline-left h1, .two-col-headline-left h2 {
  margin-bottom: 0;
}
.two-col-headline-right {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}

.circle-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background: #36B5A8;
  border-radius: 50%;
  color: #ffffff;
  font-size: 2.4rem;
}
.circle-check i {
  font-size: 2.4rem;
}

.btn {
  padding: 1.25rem 1.6rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.45;
  min-height: 4.8rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  justify-content: center;
}
.btn-nostyle {
  border: none !important;
  min-height: 0 !important;
  padding: 0 !important;
}
.btn-big {
  font-size: 1.6rem;
  padding: 1.5rem 3.1rem;
  min-height: 5.6rem;
}
.btn-bigger {
  font-size: 1.6rem;
  padding: 1rem 2.4rem;
  min-height: 4.8rem;
}
.btn-small {
  min-height: 4rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  font-size: 1.2rem;
}
.btn-primary {
  background: #5762CE;
  color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background: #36B5A8;
}
.btn-success:hover {
  color: #ffffff;
  background: #2B9186;
}
.btn-outline-light {
  border: 1px solid #E1E5EA;
  color: #5762CE;
}
.btn-outline-light:hover {
  border-color: #D4DAE2;
  background: #FAFBFF;
  color: #5762CE;
}
.btn-outline-dark2 {
  border: 1px solid #7C8CA4;
  color: #7C8CA4;
}
.btn-outline-dark2:hover {
  border-color: #AEB8C7;
  background: transparent;
  color: #7C8CA4;
}
.btn-outline-dark {
  border: 1px solid #E1E5EA;
  color: #17233D;
}
.btn-outline-dark:hover {
  border-color: #17233D;
  background: transparent;
  color: #17233D;
}
.btn-outline-primary {
  border: 1px solid #5762CE;
  color: #5762CE;
}
.btn-outline-primary:hover {
  border-color: #959CE0;
  background: transparent;
  color: #5762CE;
}
.btn-square {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
}
.btn-square i {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .btn {
    font-size: 1.2rem;
    min-height: 4rem;
    padding: 0.8rem 1.6rem;
  }
  .btn-mobile-100 {
    width: 100%;
  }
}
.btn-close {
  border: none;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  opacity: 1;
  background: transparent;
  position: relative;
}
.btn-close:after {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.4rem;
  font-weight: 300;
}

.form-control {
  border: 1px solid #E1E5EA;
  height: 4.8rem;
  padding: 1.2rem 1.6rem;
  color: #546375;
}
.form-control:hover {
  border-color: #D4DAE2;
}
.form-control:focus {
  border-color: #5762CE;
  outline: none !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .form-control {
    height: 4rem;
    font-size: 1.3rem;
  }
}
.form-control:disabled {
  background: #FAFBFC;
  color: #AEB8C7;
}
.form-control.filled-code {
  border: 1px dashed #959CE0;
  text-align: center;
  color: #5762CE;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

textarea.form-control {
  height: 16rem;
}
textarea.form-control.h-24 {
  height: 24rem;
}

.invalid-feedback {
  font-size: 1.3rem;
  font-weight: 400;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  background: #FAFBFF;
  border-color: #959CE0;
}
.was-validated .form-control:valid:hover,
.form-control.is-valid:hover {
  background: #ffffff;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  outline: none;
  box-shadow: none;
  border-color: #959CE0;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  background: #FDEEEE;
  border-color: #E33135;
}
.was-validated .form-control:invalid:hover,
.form-control.is-invalid:hover {
  background: #ffffff;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  outline: none;
  box-shadow: none;
  border-color: #E33135;
}

.input-group > .form-control {
  border-right: none;
}

.search-form {
  position: relative;
}
.search-form .mobile-search {
  display: none;
  position: relative;
  align-items: center;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  margin-bottom: 1.6rem;
  padding: 0 1.6rem 1.6rem;
}
.search-form .mobile-search-input {
  width: 100%;
  position: relative;
}
.search-form .mobile-search-input:before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: 300;
  color: #5762CE;
  z-index: 10;
  pointer-events: none;
  line-height: 1;
}
.search-form .mobile-search .btn-close {
  position: relative;
  width: auto;
  height: auto;
  min-height: 0;
  margin-left: 1.6rem;
  top: 0;
  right: 0;
  color: #5762CE;
  text-decoration: underline;
}
.search-form .mobile-search .btn-close:after {
  display: none;
}
.search-form .mobile-search .form-control {
  font-size: 1.3rem;
}
.search-form .mobile-search .search-delete {
  display: flex !important;
  right: 1.2rem;
}
@media (max-width: 991px) {
  .search-form .mobile-search {
    display: flex;
  }
}
.search-form .search-delete {
  position: absolute;
  min-height: 0;
  padding: 0.8rem;
  font-size: 2rem;
  color: #7C8CA4;
  right: 11.6rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.search-form .search-delete:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .search-form .search-delete {
    display: none !important;
  }
}
.search-form:before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: 300;
  color: #5762CE;
  z-index: 10;
  pointer-events: none;
  line-height: 1;
}
.search-form .btn-primary {
  padding: 1rem 2.4rem;
  font-size: 1.6rem;
  width: 10rem;
}
.search-form .form-control {
  padding-left: 5.2rem;
}

.btn-cart {
  padding: 0;
  height: 4.8rem;
  display: flex;
  align-items: center;
}
.btn-cart-icon {
  width: 4.8rem;
  border-right: 1px solid #E1E5EA;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.btn-cart-icon-num {
  background: #36B5A8;
  font-size: 1.2rem;
  color: #ffffff;
  border-radius: 0.8rem;
  padding: 0.25rem 0.4rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.3rem;
}
.btn-cart-text {
  width: 11.2rem;
}

.form-group {
  margin-bottom: 1.6rem;
}
.form-group label {
  font-size: 1.6rem;
  color: #546375;
  margin-bottom: 1.2rem;
  line-height: 1;
}
.form-group .text-muted {
  font-size: 1.4rem;
  color: #7C8CA4;
}
@media (max-width: 767px) {
  .form-group .text-muted {
    font-size: 1.2rem;
  }
}

@media (max-width: 991px) {
  .form-group label {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
.btn-link {
  padding: 0;
  min-height: 0;
  text-decoration: underline;
}
.btn-link:hover {
  text-decoration: none;
}

.password-wrap {
  position: relative;
}
.password-wrap.visible-pass .password-show:after {
  content: "\f070";
}
.password-show {
  position: absolute;
  top: 1.4rem;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  right: 1.6rem;
}
@media (max-width: 767px) {
  .password-show {
    top: 1rem;
  }
}
.password-show:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "\f06e";
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7C8CA4;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

.icon-wrap {
  position: relative;
}
.icon-wrap .icon-num {
  background: #36B5A8;
  font-size: 0.8rem;
  color: #ffffff;
  border-radius: 0.8rem;
  padding: 0.25rem 0.3rem;
  line-height: 1;
  position: absolute;
  top: -0.6rem;
  right: -0.6rem;
}

.bootstrap-select {
  width: 100%;
}
.bootstrap-select .dropdown-toggle {
  border: 1px solid #E1E5EA;
  height: 4.8rem;
  padding: 1.2rem 1.6rem;
  color: #546375;
  width: 100%;
  background: #ffffff;
  font-size: 1.6rem;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:hover {
  background: #ffffff;
  border: 1px solid #E1E5EA;
  box-shadow: none;
  outline: none !important;
}
.bootstrap-select .dropdown-toggle:after {
  border: none;
  content: "\f0d7";
  font-family: "Font Awesome 6 Pro";
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s;
}
.bootstrap-select .dropdown-toggle.show:after {
  transform: rotate(180deg);
}
.bootstrap-select .dropdown-menu {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 1.2rem;
  background: #ffffff;
  margin-top: 0.8rem !important;
  color: #546375;
}
.bootstrap-select .dropdown-menu .dropdown-menu.inner {
  margin-top: 0;
}
.bootstrap-select .dropdown-menu .dropdown-item {
  color: #546375;
  display: inline-flex;
  align-items: center;
}
.bootstrap-select .dropdown-menu .dropdown-item img {
  margin-right: 0.8rem;
}
.bootstrap-select .dropdown-menu .dropdown-item span.text {
  display: inline-flex;
  align-items: center;
}
.bootstrap-select .dropdown-menu .dropdown-item.active {
  color: #5762CE;
  background: #FAFBFF;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  display: inline-flex;
  align-items: center;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner img {
  margin-right: 0.8rem;
}

.check-styled {
  position: relative;
  margin-bottom: 0rem;
  display: flex;
  padding: 0;
}
.check-styled input[type=checkbox] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
.check-styled input[type=checkbox] + label {
  padding-left: 3.2rem;
  font-size: 1.4rem;
  text-transform: none;
  font-weight: 500;
  color: #546375;
  transition: all 0.3s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.check-styled input[type=checkbox] + label:before {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0rem;
  border: 1px solid #E1E5EA;
  background-color: #ffffff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  display: block;
}
.check-styled input[type=checkbox] + label:after {
  margin-top: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 2.4rem;
  height: 2.4rem;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  border-radius: 0rem;
  position: absolute;
  left: 0rem;
  top: 0rem;
  transition: all 0.3s;
  opacity: 0;
  line-height: 1;
  font-weight: 300;
  color: #ffffff;
  background: #5762CE;
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .check-styled input[type=checkbox] + label {
    font-size: 1.3rem;
    padding-left: 3rem;
  }
  .check-styled input[type=checkbox] + label:after, .check-styled input[type=checkbox] + label:before {
    width: 2rem;
    height: 2rem;
    top: 0.2rem;
  }
}
.check-styled input[type=checkbox] + label:hover {
  color: #758190;
}
.check-styled input[type=checkbox] + label:hover:before {
  border-color: #D4DAE2;
}
.check-styled input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.radio-styled {
  position: relative;
  margin-bottom: 0rem;
  display: flex;
  padding: 0;
}
.radio-styled input[type=radio] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
.radio-styled input[type=radio] + label {
  padding-left: 3.2rem;
  font-size: 1.4rem;
  text-transform: none;
  font-weight: 500;
  color: #546375;
  transition: all 0.3s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.radio-styled input[type=radio] + label:before {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #E1E5EA;
  border-radius: 50%;
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  display: block;
}
.radio-styled input[type=radio] + label:after {
  margin-top: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 6px solid #5762CE;
  content: "";
  position: absolute;
  left: 0rem;
  top: 0rem;
  transition: all 0.3s;
  opacity: 0;
  background: #ffffff;
}
@media (max-width: 991px) {
  .radio-styled input[type=radio] + label {
    font-size: 1.3rem;
    padding-left: 3rem;
  }
  .radio-styled input[type=radio] + label:after, .radio-styled input[type=radio] + label:before {
    width: 2rem;
    height: 2rem;
    top: 0.2rem;
  }
}
.radio-styled input[type=radio] + label:hover {
  color: #758190;
}
.radio-styled input[type=radio] + label:hover:before {
  border-color: #D4DAE2;
}
.radio-styled input[type=radio]:checked + label:after {
  opacity: 1;
}

@media (max-width: 991px) {
  .radio-styled input[type=radio] + label:after {
    border-width: 5px;
  }
}
.check-number {
  border: 1px solid #E1E5EA;
  font-size: 1.2rem;
  border-radius: 2.4rem;
  height: 2.4rem;
  padding: 0.4rem 0.6rem;
  display: inline-flex;
  align-items: center;
}

.input-group-simple-search {
  height: 4rem;
}
.input-group-simple-search:focus-within .form-control,
.input-group-simple-search:focus-within .btn-only-icon {
  border-color: #5762CE;
}
.input-group-simple-search .form-control {
  border-right: 0;
  height: 4rem;
  font-size: 1.4rem;
}
.input-group-simple-search .btn-only-icon {
  border: 1px solid #E1E5EA;
  border-left: none;
  height: 4rem;
  min-height: 4rem;
}

.input-count {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #E1E5EA;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding-left: 0;
  padding-right: 2.8rem;
  color: #546375;
}
.input-count-wrap {
  position: relative;
  width: 10rem;
  height: 5.6rem;
  background: #ffffff;
}
.input-count-btn {
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  right: 0;
  top: 0;
  background: #FAFBFF;
  border: 1px solid #E1E5EA;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #17233D;
}
.input-count-btn-minus {
  border-top-color: transparent;
  bottom: 0;
  top: auto;
}

.double-input {
  display: flex;
}
.double-input .bootstrap-select {
  width: 13.6rem !important;
  margin-right: 1.2rem;
}
@media (max-width: 767px) {
  .double-input .bootstrap-select .dropdown-toggle {
    height: 4rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

.input-with-text {
  position: relative;
}
.input-with-text .form-control {
  padding-right: 4.6rem;
}
.input-with-text-label {
  position: absolute;
  right: 1.6rem;
  top: 1rem;
  font-size: 1.6rem;
  color: #546375;
}
@media (max-width: 767px) {
  .input-with-text-label {
    top: 0.6rem;
  }
}

.radio-styled-box {
  padding: 0.4rem;
  width: 33.3333333333%;
  min-width: 18rem;
}
.radio-styled-box-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.radio-styled-box input[type=radio] + label {
  display: flex;
  align-items: center;
  padding: 1.6rem 2.4rem;
  border: 1px solid #E1E5EA;
  width: 100%;
  padding-top: 5.2rem;
}
.radio-styled-box input[type=radio] + label:before {
  left: 50%;
  transform: translateX(-50%);
  top: 1.6rem;
}
.radio-styled-box input[type=radio] + label:after {
  left: 50%;
  transform: translateX(-50%);
  top: 1.6rem;
}
.radio-styled-box-content-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
  color: #5762CE;
  text-align: center;
  line-height: 1.2;
  align-items: flex-end;
}
.radio-styled-box-content-top-left small {
  font-size: 1.2rem;
  color: #758190;
}
.radio-styled-box-content-top-mid {
  color: #5762CE;
  padding: 0 0.4rem;
}
.radio-styled-box-content-top-right small {
  font-size: 1.2rem;
  color: #758190;
}
.radio-styled-box-content-bottom {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  color: #17233D;
  font-weight: 600;
  line-height: 1.4;
  align-items: center;
  text-align: center;
}
.radio-styled-box-content-bottom small {
  font-weight: 500;
  color: #758190;
}
@media (max-width: 991px) {
  .radio-styled-box {
    min-width: 16rem;
  }
  .radio-styled-box input[type=radio] + label {
    padding: 1.2rem 1.6rem;
    padding-top: 4.4rem;
  }
  .radio-styled-box-content-bottom {
    font-size: 1.3rem;
  }
}

.alert p {
  margin-bottom: 0;
}

.top-bar .alert {
  padding: 0.8rem 4.8rem;
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .top-bar .alert {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .top-bar .alert p i {
    display: none;
  }
}
.top-bar .alert .btn-close {
  padding: 0rem;
  width: 2.4rem;
  height: 2.4rem;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
@media (max-width: 767px) {
  .top-bar .alert .btn-close {
    width: 1.6rem;
    height: 1.6rem;
    right: 0.8rem;
    top: 0.8rem;
    transform: none;
  }
  .top-bar .alert .btn-close:after {
    font-size: 1.6rem;
  }
}
.top-bar .alert-dark {
  background: #17233D;
  border: none;
  color: #ffffff;
}

.alert-box-right {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  left: 0;
  padding: 2.4rem;
  gap: 2.4rem;
}
.alert-box-right .alert {
  max-width: 58.6rem;
}

.alert {
  padding: 3.2rem 3.2rem;
  padding-right: 8rem;
  border: none;
  z-index: 100;
  margin: 0;
}
.alert .btn-close {
  color: #ffffff;
}
.alert.w-100 {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 2.4rem;
  text-align: center;
  padding-left: 8rem;
  padding-right: 8rem;
  max-width: 100%;
}
.alert.w-100 p {
  max-width: 100%;
}
.alert .btn-close {
  background: none;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  padding: 0;
  opacity: 1;
  transition: all 0.3s;
}
.alert .btn-close:hover {
  opacity: 0.6;
}
.alert-success {
  background: #36B5A8;
  color: #ffffff;
}
.alert-warning {
  background: #F2B748;
  color: #ffffff;
}
.alert-primary {
  background: #5762CE;
  color: #ffffff;
}
.alert-danger {
  background: #E33135;
  color: #ffffff;
}
.alert-styled {
  background: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 3.2rem 6.4rem 3.2rem 8.8rem;
  color: #546375;
  border-radius: 0;
  max-width: 58.6rem;
}
.alert-styled .btn-close {
  color: #7C8CA4;
}
.alert-styled p {
  margin-bottom: 0;
  line-height: 1.4;
}
.alert-styled.alert-primary .alert-icon i {
  color: #5762CE;
}
.alert-styled.alert-success .alert-icon i {
  color: #36B5A8;
}
.alert-styled.alert-danger .alert-icon i {
  color: #E33135;
}
.alert-styled .alert-icon {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  left: 3.2rem;
  top: 3.2rem;
}
.alert-styled .alert-icon img {
  max-width: 100%;
}
.alert-styled .alert-icon i {
  font-size: 3.2rem;
}
.alert-styled .alert-title {
  color: #17233D;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.alert-styled .alert-btns {
  margin-top: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .alert {
    padding: 0.8rem 1.6rem;
    padding-right: 3.2rem;
    font-size: 1.3rem;
  }
  .alert .btn-close {
    right: 0.8rem;
    top: 0.8rem;
  }
  .alert .btn-close img {
    width: 100%;
  }
  .alert .btn-close:after {
    font-size: 2rem;
  }
  .alert.w-100 {
    padding: 0.9rem 1.6rem;
    padding-right: 3.2rem;
    font-size: 1.3rem;
    text-align: left;
  }
  .alert-styled {
    padding: 1.6rem 5.6rem;
  }
  .alert-styled .alert-title {
    font-size: 1.5rem;
  }
  .alert-styled .alert-btns {
    margin-top: 1.6rem;
  }
  .alert-styled .alert-icon {
    left: 1.6rem;
    top: 1.6rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  .alert-styled .alert-icon i {
    font-size: 2.4rem;
  }
}
.dropdown-menu {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 0.8rem;
  margin-top: 1.6rem !important;
}
.dropdown-menu:after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0.8rem;
  width: 1.6rem;
  height: 0.8rem;
  background: url("./../images/dropdown_arrow.svg") no-repeat center;
  background-size: contain;
}
.dropdown-item {
  color: #5762CE;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1.2rem;
  line-height: 1.5;
}
.dropdown-item img {
  height: 1.6rem;
}
.dropdown-item:hover {
  color: #5762CE;
  background: #FAFBFF;
}

.btn-dropdown {
  padding: 1.1rem 1.5rem;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  color: #17233D;
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.6rem;
}
.btn-dropdown i {
  font-size: 2.4rem;
}
.btn-dropdown img {
  width: 2.4rem;
}
.btn-dropdown:after {
  position: relative;
  border: none;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  font-weight: 300;
  color: #758190;
  margin-left: 0.8rem;
  transition: all 0.3s;
}
.btn-dropdown:hover {
  background: #FAFBFF;
}
.btn-dropdown.show, .btn-dropdown:active, .btn-dropdown:focus {
  border-color: #D4DAE2 !important;
}
.btn-dropdown.show:after {
  transform: rotate(180deg);
}
.btn-dropdown.no-arrow:after {
  display: none;
}

.dropdown-menu-login {
  padding: 0;
}
.dropdown-menu-content {
  display: none;
  width: 80rem;
}
@media (max-width: 991px) {
  .dropdown-menu-content {
    width: 100%;
  }
}
.dropdown-menu-content-password-success, .dropdown-menu-content-user {
  width: 40rem;
}
@media (max-width: 991px) {
  .dropdown-menu-content-password-success, .dropdown-menu-content-user {
    width: 100%;
  }
}
.dropdown-menu-content-password-success .dropdown-login-col, .dropdown-menu-content-user .dropdown-login-col {
  width: 100%;
}
.dropdown-menu-content.show {
  display: block;
}
.dropdown-menu-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-menu-content ul li {
  margin: 0;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #E1E5EA;
}
.dropdown-menu-content ul li:last-child {
  border-bottom: none;
}
.dropdown-menu-content ul li a {
  color: #546375;
  text-decoration: none;
  line-height: 1.4;
  min-height: 4.8rem;
  display: flex;
  align-items: center;
  padding: 0.4rem 1.6rem;
  width: 100%;
}
.dropdown-menu-content ul li a:hover {
  color: #5762CE;
  background: #FAFBFF;
}
@media (max-width: 991px) {
  .dropdown-menu-content ul li a {
    font-size: 1.4rem;
  }
}

.dropdown-final-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.dropdown-final-text-img {
  width: 6.4rem;
  height: 6.4rem;
}
.dropdown-final-text-img img {
  max-width: 100%;
}
.dropdown-final-text .perex p {
  font-size: 2rem;
  color: #17233D;
  line-height: 1.25;
}
.dropdown-final-text p {
  margin: 0;
}

.dropdown-login-row {
  width: 100%;
  display: flex;
}
.dropdown-login-col {
  width: 50%;
  padding: 4rem;
}
.dropdown-login-reg {
  background: #F2F6FE;
}
.dropdown-login-reg ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2.4rem;
}
.dropdown-login-reg ul li {
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 4.8rem;
  min-height: 3.2rem;
  margin-bottom: 1.6rem;
  color: #546375;
  line-height: 1.25;
  display: inline-flex;
  align-items: center;
}
.dropdown-login-reg ul li:after {
  width: 3.2rem;
  height: 3.2rem;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #5762CE;
}

.header-cart .btn-cart.show, .header-cart .btn-cart:focus {
  color: #5762CE;
}

.header-empty-cart {
  min-width: 40rem;
  padding: 4rem;
}
.header-empty-cart-box {
  background: #F2F6FE;
  padding: 1.6rem;
  color: #3743BB;
  text-align: center;
}

.header-full-cart {
  min-width: 52rem;
  padding: 4rem;
}
.header-full-cart-box-price {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding-right: 4.8rem;
  max-width: 32rem;
  margin-left: auto;
}
.header-full-cart-box-price .price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
  font-weight: 600;
  color: #17233D;
}
.header-full-cart-box-price .price-item.small {
  font-weight: 500;
  font-size: 1.4rem;
  color: #546375;
}
.header-full-cart-box .cart-order-item:last-child {
  border-bottom: 1px solid #E1E5EA;
}
.header-full-cart-box .cart-order-item-text {
  width: calc(100% - 6.4rem - 9.2rem - 4.4rem);
}
.header-full-cart-box .cart-order-item-del {
  font-size: 2.4rem;
  color: #7C8CA4;
  width: 4.4rem;
  text-align: right;
  padding-top: 1rem;
}
.header-full-cart-box .cart-order-item-del a {
  color: #7C8CA4;
}
.header-full-cart-box .cart-order-item-del a:hover {
  color: #AEB8C7;
}
@media (max-width: 767px) {
  .header-full-cart {
    padding: 2.4rem 1.6rem;
  }
}

.dropdown-menu-search {
  width: 100%;
  right: 0;
  transform: none !important;
  top: 100% !important;
  padding: 1.6rem;
}

.dropdown-menu .btn-close {
  display: none;
}
@media (max-width: 991px) {
  .dropdown-menu .btn-close {
    display: block;
  }
}

@media (max-width: 991px) {
  .dropdown-mobile-modal {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
    width: 100% !important;
    height: 100vh !important;
    overflow-y: auto !important;
    z-index: 2000;
    margin: 0 !important;
    min-width: 0;
  }
  .dropdown-mobile-modal .btn-close {
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    right: 0.8rem;
    top: 0.8rem;
  }
  .dropdown-mobile-modal .btn-close:after {
    font-size: 2rem;
  }
  .dropdown-mobile-modal:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .dropdown-login-row {
    flex-direction: column;
  }
  .dropdown-login-col {
    width: 100%;
    padding: 2.4rem 1.6rem;
  }
  .dropdown-login-reg {
    order: 2;
  }
  .dropdown-login-log {
    order: 1;
  }
}
.custom-dropdown {
  display: none;
}
.custom-dropdown.open {
  display: block;
}

.header-top {
  padding: 1.6rem 0;
  display: flex;
  align-items: center;
}
.header-top-left .header-logo {
  display: flex;
  align-items: center;
}
.header-top-left .header-logo img {
  max-width: 100%;
}
.header-top-right {
  display: flex;
  justify-content: flex-end;
}
.header-top-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-top-menu ul li {
  margin: 0 1.2rem;
  padding: 0;
}
.header-top-menu ul li a {
  font-weight: 500;
  color: #17233D;
  text-decoration: none;
  transition: color 0.3s;
}
.header-top-menu ul li a:hover {
  color: #3743BB;
}

.header-bottom {
  display: flex;
  align-items: center;
}
.header-bottom-right {
  display: flex;
  justify-content: flex-end;
}

.main-left-menu-toggle {
  width: 100%;
  background: #3743BB;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  height: 4.8rem;
  line-height: 1;
  padding: 0;
  transition: all 0.3s;
}
.main-left-menu-toggle:hover, .main-left-menu-toggle:focus, .main-left-menu-toggle:active {
  background: #2F377E !important;
  color: #ffffff !important;
}
.main-left-menu-toggle.open {
  background-color: #2F377E;
}
.main-left-menu-toggle.open .main-left-menu-toggle-text i {
  transform: rotate(180deg);
}
.main-left-menu-toggle-bars {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.main-left-menu-toggle-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.main-left-menu-toggle-text i {
  margin-left: 0.8rem;
  transition: all 0.3s;
}

.header-menu-toggle {
  display: none;
  width: 3.2rem;
  height: 3.2rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: #5762CE;
  border: none;
  margin-right: 0rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .header-menu-toggle {
    display: block;
  }
}
.header-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 2rem;
  background: #ffffff;
  border-radius: 1px;
  opacity: 1;
  left: 0.6rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header-menu-toggle span:nth-child(1) {
  top: 0.8rem;
}
.header-menu-toggle span:nth-child(2) {
  top: 1.5rem;
}
.header-menu-toggle span:nth-child(3) {
  top: 2.2rem;
}
.header-menu-toggle.open span:nth-child(1) {
  top: 1.5rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header-menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.header-menu-toggle.open span:nth-child(3) {
  top: 1.5rem;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 1469px) {
  .header-bottom-search {
    width: 45%;
  }
  .header-bottom-right {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .main-left-menu-toggle-bars {
    width: 4.2rem;
  }
  .main-left-menu-toggle-text {
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  body.mobile-menu-open .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2000;
    background: #ffffff;
    padding-bottom: 0.8rem;
  }
  .header-top {
    padding: 1.2rem 0;
  }
  .header-top-menu {
    display: none;
  }
  .header-lang {
    display: none;
  }
  .header-logo {
    width: 11rem;
  }
  .header-top-left {
    width: unset;
  }
  .header-top-right {
    width: unset;
    margin-left: auto;
  }
  .header-bottom-left {
    display: none;
  }
  .header-bottom-search {
    width: 100%;
  }
  .header-bottom-search .search-form > .btn-primary {
    display: none;
  }
  .header-bottom {
    position: relative;
  }
  .header-bottom-right {
    width: unset;
    position: absolute;
    top: -4.4rem;
    right: 4.4rem;
  }
  .header-bottom-right .btn-square {
    display: none;
  }
  .header-bottom-right .btn-cart {
    border: none;
    width: 3.2rem;
    height: 3.2rem;
    min-height: 3.2rem;
    padding: 0.4rem;
  }
  .header-bottom-right .btn-cart .btn-cart-icon {
    border: none;
    width: 100%;
    font-size: 2rem;
    color: #5762CE;
  }
  .header-bottom-right .btn-cart .btn-cart-icon-num {
    top: -0.6rem;
    right: -1rem;
  }
  .header-bottom-right .btn-cart .btn-cart-text {
    display: none;
  }
  .header-login {
    margin-right: 4.4rem !important;
  }
  .header-login .btn-dropdown {
    width: 3.2rem;
    height: 3.2rem;
    min-height: 3.2rem;
    padding: 0.4rem;
    font-size: 2rem;
    color: #5762CE;
  }
  .header-login .btn-dropdown i {
    font-size: 2rem;
  }
  .header-login .btn-dropdown span {
    display: none;
  }
}
.left-menu {
  width: 100%;
}
.left-menu ul.left-menu-main {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-direction: column;
  list-style: none;
  position: relative;
}
.left-menu ul.left-menu-main.show {
  display: flex;
}
.left-menu ul.left-menu-main.always-visible {
  display: flex !important;
}
.left-menu ul.left-menu-main.with-backdrop {
  z-index: 1100;
}
.left-menu ul.left-menu-main > li {
  margin: 0;
  width: 100%;
  background: #5762CE;
  position: relative;
}
.left-menu ul.left-menu-main > li:hover {
  background: #3743BB;
}
.left-menu ul.left-menu-main > li:hover > a {
  color: #ffffff;
}
.left-menu ul.left-menu-main > li > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 5.6rem;
  padding: 0.8rem 2.4rem;
  color: #ffffff;
  transition: all 0.3s;
  position: relative;
}
.left-menu ul.left-menu-main > li.with-submenu > a {
  padding-right: 3.6rem;
}
.left-menu ul.left-menu-main > li.with-submenu > a:after {
  position: absolute;
  border: none;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 2.4rem;
  height: 2.4rem;
  font-weight: 300;
  color: #ffffff;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.left-menu .submenu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 34.2rem;
  background: #ffffff;
  z-index: 200;
  border: 1px solid #E1E5EA;
  display: none;
}
.left-menu .submenu h4 {
  padding: 1.6rem 2.4rem;
  margin: 0;
}
.left-menu .submenu h4 a {
  color: #17233D;
  text-decoration: none;
}
.left-menu .submenu a.submenu-show-all {
  color: #5762CE;
  padding: 1.6rem 2.4rem;
  display: inline-flex;
  text-decoration: none;
}
.left-menu .submenu a.submenu-show-all:hover {
  text-decoration: underline;
}
.left-menu .submenu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left-menu .submenu > ul > li {
  margin: 0;
  width: 100%;
  background: #ffffff;
  position: relative;
}
.left-menu .submenu > ul > li:hover {
  background: #FAFBFF;
}
.left-menu .submenu > ul > li:hover > a {
  color: #5762CE;
}
.left-menu .submenu > ul > li > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  color: #17233D;
  min-height: 4.8rem;
  padding: 0.8rem 2.4rem;
  transition: all 0.3s;
  position: relative;
}
.left-menu .submenu > ul > li.with-submenu > a {
  padding-right: 3.6rem;
}
.left-menu .submenu > ul > li.with-submenu > a:after {
  position: absolute;
  border: none;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 2.4rem;
  height: 2.4rem;
  font-weight: 300;
  color: #17233D;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.left-menu .submenu-params {
  padding: 1.6rem 2.4rem;
}
.left-menu .submenu-params h5 {
  margin-bottom: 1.6rem;
}

.left-menu .with-submenu:hover > .submenu {
  display: block;
}

.param-item {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  border-radius: 0.6rem;
  background-color: #FAFBFF;
  color: #17233D;
  padding: 0.4rem 0.8rem;
  text-decoration: none;
}
.param-item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.param-item-list .param-item {
  margin: 0.4rem;
}
.param-item-color {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  border: 1px solid #ffffff;
  border-radius: 0.4rem;
  margin-right: 0.8rem;
}

.left-menu-banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.left-menu-banner-icon {
  font-size: 4rem;
  position: absolute;
  left: 3.2rem;
  top: 3.2rem;
  color: #5762CE;
}
.left-menu-banner-img {
  position: relative;
  display: block;
  width: 100%;
  background: #F2F6FE;
}
.left-menu-banner-img img {
  width: 100%;
}
.left-menu-banner-text {
  position: absolute;
  bottom: 3.2rem;
  left: 3.2rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 22rem;
}
.left-menu-banner-text .h2 {
  margin-bottom: 1.6rem;
  color: #5762CE;
}
.left-menu-banner-text p {
  color: #5762CE;
  margin-bottom: 2.4rem;
  line-height: 1.4;
}

@media (max-width: 1469px) {
  .left-menu ul.left-menu-main > li > a {
    font-size: 1.4rem;
  }
  .left-menu .submenu {
    width: 30rem;
    font-size: 1.4rem;
  }
  .left-menu-banner-icon {
    font-size: 2.4rem;
    left: 2.4rem;
    top: 2.4rem;
  }
  .left-menu-banner-text {
    bottom: 2.4rem;
    left: 2.4rem;
  }
  .left-menu-banner-text .h2 {
    font-size: 2rem;
  }
  .left-menu-banner-text p {
    font-size: 1.4rem;
  }
}
@media (max-width: 1199px) {
  .left-menu ul.left-menu-main > li > a {
    font-size: 1.3rem;
  }
  .left-menu .submenu {
    width: 24rem;
    font-size: 1.3rem;
  }
  .left-menu .submenu h4 {
    font-size: 1.6rem;
    margin-top: 0.8rem;
    padding: 0.8rem 2.4rem;
  }
  .left-menu .submenu h5 {
    font-size: 1.4rem;
  }
  .left-menu .submenu > ul > li > a {
    min-height: 4rem;
  }
}
@media (max-width: 991px) {
  .left-menu-banner-img {
    height: 20rem;
  }
  .left-menu-banner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .left-menu-banner-icon {
    top: 1.6rem;
    left: 1.6rem;
  }
  .left-menu-banner-text {
    bottom: 1.6rem;
    left: 1.6rem;
  }
  .left-menu-banner-text .h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .left-menu-banner-text p {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }
}
.left-menu-active-category {
  background: #FAFBFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
}

.tree {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  font-size: 1.6rem;
  padding-left: 1.6rem;
  color: #17233D;
}
.tree a {
  text-decoration: none;
}
.tree a:hover {
  color: #767FD7;
}
.tree:before {
  position: absolute;
  top: 1.4rem;
  bottom: 1.3rem;
  width: 1px;
  background: #D4DAE2;
  content: "";
  display: block;
  left: 0;
}
.tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 0.8rem;
  position: relative;
}
.tree li {
  position: relative;
  margin: 0;
  padding: 0;
}
.tree li > a,
.tree li span {
  position: relative;
}
.tree li > a::before,
.tree li span::before {
  position: absolute;
  top: 50%;
  height: 1px;
  background: #D4DAE2;
  content: "";
  display: block;
  width: 0.8rem;
  right: 100%;
  margin-right: 0.8rem;
}
.tree li ul li a:before,
.tree li ul li span:before {
  width: 1.6rem;
}
.tree li ul li ul li a:before,
.tree li ul li ul li span:before {
  width: 2.4rem;
}
.tree li ul li ul li ul li a:before,
.tree li ul li ul li ul li span:before {
  width: 3.2rem;
}

.left-menu-params-item {
  border-bottom: 1px solid #E1E5EA;
}
.left-menu-params-item h3 {
  font-size: 1.8rem;
  color: #17233D;
  padding: 0 1.6rem;
  margin: 0;
}
.left-menu-params-top {
  display: none;
  padding: 2.4rem 1.6rem;
  position: relative;
}
.left-menu-params-top .btn-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}
@media (max-width: 991px) {
  .left-menu-params-top {
    display: block;
  }
}

.btn-params {
  width: 100%;
  min-height: 5.6rem;
  justify-content: flex-start;
  font-size: 1.8rem;
  color: #17233D;
  font-weight: 600;
  position: relative;
  outline: none !important;
  border: none !important;
}
.btn-params:after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  right: 1.6rem;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 1.6rem;
  font-weight: 300;
  transform: rotate(180deg);
  transition: all 0.3s;
}
.btn-params.collapsed:after {
  transform: rotate(0);
}

.params-item-content {
  padding: 0.8rem 1.6rem;
}
.params-item-content .check-styled {
  margin-bottom: 0.8rem;
}
.params-item-content .check-styled .param-item-color {
  margin-right: 1.2rem;
}
.params-item-content .check-styled .check-number {
  margin-left: 0.6rem;
}

.left-menu-params-mobile {
  display: none;
}
.left-menu-params-mobile-bar {
  box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7.2rem;
  z-index: 2000;
  padding: 1.6rem 1.2rem;
}
.left-menu-params-mobile-bar .btn {
  min-height: 4rem;
  height: 4rem;
  margin: 0 0.4rem;
}
.left-menu-params-mobile-bar .btn-success {
  flex-grow: 1;
}

@media (max-width: 991px) {
  .left-menu-params {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 50rem;
    background: #ffffff;
    z-index: 2000;
    transform: translateX(-100%);
    transition: all 0.3s;
    padding-bottom: 9rem;
  }
  .left-menu-params-content {
    overflow-y: auto;
    height: 100%;
  }
  .left-menu-params h3 {
    font-size: 1.5rem;
  }
  .left-menu-params .btn-params {
    font-size: 1.5rem;
    min-height: 4rem;
  }
  .left-menu-params .btn-params:after {
    font-size: 1.3rem;
    top: 0.8rem;
  }
  .left-menu-params.opening {
    display: block;
  }
  .left-menu-params.open {
    transform: translateX(0);
  }
  .left-menu-params-mobile {
    display: block;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.left-menu-absolute {
  left: 0;
  top: -2.4rem;
  position: absolute;
  z-index: 2000;
}
.left-menu-absolute-container {
  position: relative;
  width: calc(25% - 1.8rem);
}

.category-list {
  display: flex;
  flex-wrap: wrap;
}
.category-item {
  padding: 0.7rem;
  border: 1px solid #E1E5EA;
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 25%;
  margin-left: -1px;
  margin-bottom: -1px;
}
.category-item:hover {
  background: #FAFBFF;
}
.category-item-img {
  width: 6.4rem;
  height: 6.4rem;
}
.category-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-item-text {
  width: calc(100% - 6.4rem);
  padding-left: 1.6rem;
  color: #17233D;
  padding-right: 1.6rem;
  line-height: 1.4;
}

@media (max-width: 1469px) {
  .category-item-text {
    font-size: 1.4rem;
  }
}
@media (max-width: 1199px) {
  .category-item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .category-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .category-item-img {
    width: 3.2rem;
    height: 3.2rem;
  }
  .category-item-text {
    padding-left: 0.8rem;
    font-size: 1.1rem;
    width: calc(100% - 3.2rem);
  }
}
.category-news-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.category-news-item {
  width: 25%;
  display: flex;
  align-items: center;
  color: #17233D;
  text-decoration: none;
}
.category-news-item-img {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  overflow: hidden;
}
.category-news-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-news-item-text {
  width: calc(100% - 6.4rem);
  padding-left: 1.6rem;
  line-height: 1.25;
  padding-right: 1.6rem;
}

@media (max-width: 1469px) {
  .category-news-item-img {
    width: 5.6rem;
    height: 5.6rem;
  }
  .category-news-item-text {
    width: calc(100% - 5.6rem);
    padding-left: 1.2rem;
    font-size: 1.4rem;
    padding-right: 0.8rem;
  }
}
@media (max-width: 767px) {
  .category-news-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .category-news-item {
    width: 50%;
  }
  .category-news-item-img {
    width: 4rem;
    height: 4rem;
  }
  .category-news-item-text {
    width: calc(100% - 4rem);
    padding-left: 0.8rem;
    font-size: 1.1rem;
    padding-right: 0.8rem;
  }
}
.swiper-discount {
  position: absolute;
  width: 9.6rem;
  height: 9.6rem;
  font-size: 3.2rem;
  top: 2.4rem;
  right: 2.4rem;
  z-index: 10;
}
.swiper-pagination {
  padding-right: 2rem;
}
.swiper-pagination-bullet {
  width: 2.4rem;
  height: 2.4rem;
  background: transparent;
  opacity: 1;
  margin: 0 0.2rem !important;
  position: relative;
}
.swiper-pagination-bullet:hover:after {
  opacity: 0.5;
}
.swiper-pagination-bullet:after {
  width: 1rem;
  height: 1rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  transition: all 0.3s;
}
.swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.swiper-button-prev, .swiper-button-next {
  width: 4rem;
  height: 4rem;
  background: rgba(23, 35, 61, 0.2);
  bottom: 2.4rem;
  margin: unset;
  transform: none;
  top: unset;
  right: 2.4rem;
  left: unset;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: rgba(23, 35, 61, 0.4);
}
.swiper-button-prev:after, .swiper-button-next:after {
  position: absolute;
  content: "\f104";
  border: none;
  font-family: "Font Awesome 6 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  width: 100%;
  height: 100%;
  font-weight: 300;
  color: #ffffff;
}
.swiper-button-prev {
  right: 7.2rem;
}
.swiper-button-next:after {
  content: "\f105";
}
.swiper-slide-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  max-width: 44rem;
  color: #ffffff;
  padding: 4rem;
}
.swiper-slide-text .h1 {
  margin-bottom: 2.4rem;
  color: #ffffff;
}
.swiper-slide-text p {
  margin-bottom: 2.4rem;
  line-height: 1.4;
}
.swiper-h-320 .swiper-slide {
  height: 32rem;
}
.swiper-h-320 .swiper-slide-img {
  height: 100%;
  width: 100%;
}
.swiper-h-320 .swiper-slide-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top right;
}

.product-swiper {
  padding-bottom: 0.2rem;
  padding-left: 0.2rem;
}
@media (min-width: 1199px) {
  .product-swiper .product-item-col.col-xl-4 {
    width: calc(33.333% + 1px);
  }
  .product-swiper .product-item-col.col-xl-3 {
    width: calc(25% + 1px);
  }
}

@media (max-width: 1199px) {
  .swiper-h-320 .swiper-slide {
    height: 25rem;
  }
  .swiper-slide-text {
    padding: 2.4rem;
  }
  .swiper-slide-text .h1 {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
  .swiper-slide-text p {
    margin-bottom: 1.6rem;
    font-size: 1.2rem;
  }
  .swiper-slide-text .btn {
    padding: 0.8rem 1.6rem;
    min-height: 4rem;
  }
  .swiper-discount {
    width: 7rem;
    height: 7rem;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .swiper-h-320 .swiper-slide {
    height: auto;
  }
  .swiper-h-320 .swiper-slide-img {
    height: auto;
  }
  .swiper-slide-img {
    width: 100%;
  }
  .swiper-slide-text {
    width: 100%;
    position: relative;
    background: #7C8CA4;
    max-width: 100%;
  }
  .swiper-slide-text .h1 {
    font-size: 1.5rem;
  }
  .swiper-slide-text p {
    font-size: 1.3rem;
  }
  .swiper-discount {
    width: 5.6rem;
    height: 5.6rem;
    font-size: 1.8rem;
    top: 0.8rem;
    right: 0.8rem;
  }
  .main-swiper {
    padding-bottom: 3.2rem;
  }
  .main-swiper .swiper-button-prev, .main-swiper .swiper-button-next {
    display: none;
  }
  .main-swiper .swiper-pagination {
    bottom: 0 !important;
    align-items: flex-end;
    display: flex;
    justify-content: center;
  }
  .main-swiper .swiper-pagination-bullet {
    width: 1.6rem;
    height: 1.6rem;
  }
  .main-swiper .swiper-pagination-bullet:after {
    background: rgba(23, 35, 61, 0.2);
  }
  .main-swiper .swiper-pagination-bullet-active {
    border: 4px solid rgba(23, 35, 61, 0.2);
    width: 1.6rem;
    height: 1.6rem;
  }
  .main-swiper .swiper-pagination-bullet-active:after {
    background: #ffffff;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.product-item {
  transition: all 0.3s;
  padding: 1.6rem;
}
.product-item-col {
  border: 1px solid #E1E5EA;
  padding: 0;
  margin-left: -1px;
  margin-bottom: -1px;
}
.product-item:hover {
  background: #FAFBFF;
}
.product-item-tag-list {
  display: flex;
  position: absolute;
  flex-wrap: wrap;
  top: 0.8rem;
  right: 0.8rem;
  gap: 0.4rem;
}
.product-item-tag-list .badge {
  margin: 0;
}
.product-item-remove {
  text-align: center;
  margin-bottom: 1.6rem;
}
.product-item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
  position: relative;
}
.product-item-img a {
  width: 100%;
}
.product-item-img img {
  width: 100%;
}
.product-item-img .discount-tag {
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
}
.product-item-name {
  font-weight: 600;
  color: #17233D;
  text-decoration: none;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 0.8rem;
}
.product-item p {
  color: #546375;
  margin-bottom: 1.6rem;
  line-height: 1.4;
  font-size: 1.4rem;
}
.product-item p strong {
  font-weight: 600;
}
.product-item-badges {
  display: flex;
  margin-left: -0.2rem;
  flex-wrap: wrap;
}
.product-item-badges .badge {
  margin: 0.2rem;
}
.product-item-info-line {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  flex-wrap: wrap;
}
.product-item-icons {
  display: flex;
  line-height: 1;
  flex-wrap: wrap;
}
.product-item-icons a {
  color: #7C8CA4;
  margin-left: 1.2rem;
  font-size: 2rem;
}
.product-item-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  align-items: flex-end;
}
.product-item-price {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
.product-item-price-before {
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: line-through;
}
.product-item-price-small {
  color: #758190;
  font-size: 1.4rem;
}
.product-item-price-main {
  font-size: 1.8rem;
  font-weight: 600;
  color: #17233D;
}

.product-swiper-top {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.8rem;
}
.product-swiper-top h2 {
  margin-bottom: 0;
}
.product-swiper-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product-swiper-buttons .swiper-button-prev, .product-swiper-buttons .swiper-button-next {
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  margin-left: 0.4rem;
  background: transparent;
}
.product-swiper-buttons .swiper-button-prev:after, .product-swiper-buttons .swiper-button-next:after {
  color: #17233D;
}
.product-swiper-buttons .swiper-button-prev:hover, .product-swiper-buttons .swiper-button-next:hover {
  background: #FAFBFF;
}

@media (min-width: 1199px) and (max-width: 1469px) {
  .product-item-bottom .btn-primary {
    font-size: 1.4rem;
    padding: 0.8rem 1.2rem;
  }
  .product-item-price {
    font-size: 1.4rem;
  }
  .product-item-price-small {
    font-size: 1.2rem;
  }
  .product-item-price-before {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .product-item-name {
    font-size: 1.4rem;
  }
  .product-item p {
    font-size: 1.2rem;
  }
  .product-item-price {
    font-size: 1.6rem;
  }
  .product-item-price-before {
    font-size: 1.3rem;
  }
  .product-item-price-small {
    font-size: 1.3rem;
  }
}
.badge {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 0.3rem 1.2rem;
  text-decoration: none;
}
.badge:hover {
  color: #ffffff;
}
.badge.bg-danger {
  color: #ffffff;
}
.badge.bg-light {
  background: #F2F6FE !important;
  color: #17233D;
}
.badge.bg-dark {
  background: #7C8CA4 !important;
  color: #ffffff;
}
@media (max-width: 767px) {
  .badge {
    font-size: 1.2rem;
  }
}

.banner-box-item {
  position: relative;
  width: 100%;
  display: block;
}
.banner-box-item-img {
  width: 100%;
}
.banner-box-item-img img {
  width: 100%;
}
.banner-box-item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.4rem;
  color: #ffffff;
  z-index: 1;
  padding-right: 4.8rem;
}
.banner-box-item-text:after {
  position: absolute;
  border: none;
  content: "\e093";
  font-family: "Font Awesome 6 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  font-weight: 300;
  right: 2.4rem;
  bottom: 2.4rem;
  color: #ffffff;
}
.banner-box-item-text h3 {
  color: #ffffff;
  margin-bottom: 0.4rem;
}
.banner-box-item-text p {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.banner-box-item:after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(22, 27, 75, 0) 0%, rgba(22, 27, 75, 0.8) 100%);
  transition: all 0.3s;
}
.banner-box-item:hover:after {
  background: linear-gradient(180deg, rgba(22, 27, 75, 0.1) 0%, rgba(22, 27, 75, 0.9) 100%);
}

@media (max-width: 767px) {
  .banner-box-item-text {
    padding: 1.2rem;
  }
  .banner-box-item-text p {
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .banner-box-item-text:after {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
  }
}
.footer {
  background: #2F377E;
}
.footer h3 {
  color: #ffffff;
}
.footer p,
.footer a {
  color: #ffffff;
}
.footer a {
  text-decoration: none;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  margin-bottom: 1.6rem;
}
.footer ul li a {
  transition: all 0.3s;
}
.footer ul li a:hover {
  opacity: 0.7;
}
.footer-icon-links {
  display: flex;
  flex-direction: column;
}
.footer-icon-links a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 5.6rem;
  padding: 0.8rem 1.6rem;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-icon-links a:last-child {
  border-bottom: none;
}
.footer-icon-links a:hover {
  opacity: 0.7;
}
.footer hr {
  margin: 5.6rem 0 4rem 0;
  opacity: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.underline-light-link {
  color: #BCD1FA !important;
  text-decoration: underline !important;
}
.underline-light-link:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

.footer-text {
  display: flex;
  flex-direction: column;
}

.footer-col-social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-social {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer-social a {
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 2.4rem;
  margin: 0.4rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.footer-social a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.footer-copy-row a {
  color: #BCD1FA;
}
.footer-copy-row a:hover {
  color: #ffffff;
}
.footer-copy-row p {
  margin-bottom: 0;
}
.footer-copy-col-right {
  text-align: right;
}

.arrow-btn {
  background: #5762CE;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 2rem;
  margin-top: auto;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .footer {
    font-size: 1.4rem;
  }
  .footer ul li {
    margin-bottom: 0.8rem;
  }
  .footer hr {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
  .footer-top-row .footer-col {
    margin-bottom: 3.2rem;
  }
  .footer-top-row .footer-links-col a {
    padding-left: 0;
  }
  .footer-col-logo {
    order: 2;
    margin-top: 4rem;
    display: flex;
    align-items: center;
  }
  .footer-col-social {
    order: 3;
    margin-top: 4rem;
  }
  .footer-col .arrow-btn {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .footer .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .footer h3 {
    font-size: 1.5rem;
  }
  .footer-menu h3 {
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 0;
    min-height: 4rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0.8rem;
  }
  .footer-menu h3:after {
    position: absolute;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    font-weight: 300;
    color: #758190;
    right: 0.8rem;
    top: 1.2rem;
    transition: all 0.3s;
  }
  .footer-menu h3.open:after {
    transform: rotate(180deg);
  }
  .footer-menu-wrap {
    display: none;
  }
  .footer-links-col {
    margin-top: 2.4rem;
  }
  .footer-icon-links a {
    min-height: 3.2rem;
    padding: 0.4rem 0rem;
    border-bottom: none;
  }
  .footer hr {
    display: none;
  }
  .footer-bottom-row {
    margin-top: 2.4rem;
    align-items: center;
    position: relative;
  }
  .footer-col-contact {
    order: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .footer-col-logo {
    order: 2;
    width: 40%;
  }
  .footer-col-logo img {
    width: 11rem;
  }
  .footer-col-social {
    order: 3;
    width: 60%;
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
  }
  .footer .arrow-btn {
    position: absolute;
    bottom: -7.5rem;
  }
  .footer-copy-col-left {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-copy-col-right {
    text-align: left;
    padding-top: 2.4rem;
  }
}
.search-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.search-menu a {
  text-decoration: none;
}
.search-menu .btn-link {
  margin-top: 1.6rem;
  text-decoration: underline;
}
.search-menu .btn-link:hover {
  text-decoration: none;
}
.search-menu-link-list {
  display: flex;
  flex-direction: column;
}
.search-menu-link-list a {
  color: #546375;
  text-decoration: none;
  margin-bottom: 1.2rem;
  display: inline-block;
  line-height: 1.25;
}
.search-menu-link-list a:hover {
  color: #758190;
}
.search-menu-link-list a:last-child {
  margin-bottom: 0;
}
.search-menu-product {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.search-menu-product-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.search-menu-product-img {
  width: 6.4rem;
}
.search-menu-product-img img {
  max-width: 100%;
}
.search-menu-product-text {
  width: calc(100% - 6.4rem);
  padding-left: 1.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #17233D;
  line-height: 1.25;
}
.search-menu-icon-link {
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #17233D;
  margin-bottom: 1.2rem;
  line-height: 1.25;
}
.search-menu-icon-link-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.search-menu-icon-link i {
  margin-right: 1.6rem;
}

@media (max-width: 991px) {
  .search-menu-link-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.2rem;
    margin-right: -0.2rem;
    flex-direction: row;
  }
  .search-menu-link-list a {
    display: inline-flex;
    background: #FAFBFF;
    font-size: 1.4rem;
    margin: 0.2rem;
    border-radius: 0.6rem;
    padding: 0.8rem 0.8rem;
  }
  .search-menu-product-img {
    width: 4.8rem;
  }
  .search-menu-product-text {
    width: calc(100% - 4.8rem);
    font-size: 1.3rem;
  }
  .search-menu-icon-link {
    font-size: 1.3rem;
  }
}
.mobile-menu {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  height: auto;
  overflow-y: auto;
  background: #ffffff;
  z-index: 2000;
  height: calc(100vh - 9.6rem);
  padding-top: 0rem;
  padding-bottom: 6.4rem;
  display: none;
  transform: translateX(-100%);
  transition: all 0.3s;
}
.mobile-menu.open {
  display: block;
  transform: translateX(0%);
}
.mobile-menu.opening {
  display: block;
}
.mobile-menu .submenu {
  display: none;
}
.mobile-menu .submenu.submenu-open {
  display: block;
  height: 100%;
}
.mobile-menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.mobile-menu ul.mobile-menu-main,
.mobile-menu ul.mobile-menu-top {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.mobile-menu ul.mobile-menu-main li,
.mobile-menu ul.mobile-menu-top li {
  margin: 0;
  width: 100%;
  background: #FAFBFF;
}
.mobile-menu ul.mobile-menu-main li:hover,
.mobile-menu ul.mobile-menu-top li:hover {
  background: #FAFBFF;
}
.mobile-menu ul.mobile-menu-main li:hover > a,
.mobile-menu ul.mobile-menu-top li:hover > a {
  color: #546375;
}
.mobile-menu ul.mobile-menu-main li a,
.mobile-menu ul.mobile-menu-top li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #E1E5EA;
  min-height: 4rem;
  padding: 0.4rem 1.6rem;
  color: #546375;
  transition: all 0.3s;
  position: relative;
  font-size: 1.4rem;
}
.mobile-menu ul.mobile-menu-main li.with-submenu > a,
.mobile-menu ul.mobile-menu-top li.with-submenu > a {
  padding-right: 3.6rem;
}
.mobile-menu ul.mobile-menu-main li.with-submenu > a:after,
.mobile-menu ul.mobile-menu-top li.with-submenu > a:after {
  position: absolute;
  border: none;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 2.4rem;
  height: 2.4rem;
  font-weight: 300;
  color: #546375;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.mobile-menu ul.mobile-menu-top > li {
  background: #ffffff;
}
.mobile-menu .submenu {
  background: #ffffff;
  position: absolute;
  inset: 0;
  z-index: 100;
  height: 100%;
}
.mobile-menu .submenu-scroll {
  padding-bottom: 6rem;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.mobile-menu .submenu ul > li {
  background: #ffffff;
}
.mobile-menu .submenu-params {
  padding: 1.6rem;
}
.mobile-menu .submenu-params h5 {
  font-size: 1.4rem;
}
.mobile-menu .submenu-back i {
  margin-right: 1.2rem;
}
.mobile-menu .submenu-show-all {
  background: #F2F6FE;
  display: flex;
  color: #5762CE !important;
  justify-content: space-between;
}
.mobile-menu-social {
  display: flex;
  margin-top: 2.4rem;
  padding: 0 1.2rem;
}
.mobile-menu-social a {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E1E5EA;
  text-decoration: none;
  font-size: 1.6rem;
  color: #7C8CA4;
  margin: 0.4rem;
}

.mobile-menu-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.4rem;
  margin-bottom: 1.6rem;
}
.mobile-menu-btns .btn-outline-light {
  width: unset;
  margin: 0 0.4rem;
  width: calc(33.33% - 0.8rem);
}
.mobile-menu-btns .mobile-menu-lang {
  margin: 0 0.4rem;
  width: calc(33.33% - 0.8rem);
}
.mobile-menu-btns .mobile-menu-lang .btn {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-color: #E1E5EA;
}
.mobile-menu-btns .mobile-menu-lang .dropdown-menu {
  display: block !important;
  position: relative !important;
}

.mobile-menu-lang-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 1px !important;
}
.mobile-menu-lang-list li {
  margin: 0;
  padding: 0;
}
.mobile-menu-lang-list li a {
  min-height: 4rem;
  display: flex;
  align-items: center;
  border-top: 1px solid #E1E5EA;
  margin-bottom: -1px;
  border-bottom: 1px solid #E1E5EA;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.active-filters-item {
  background: #FAFBFF;
  padding: 0 0.8rem;
  min-height: 2.4rem;
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  color: #7C8CA4;
  margin: 0.4rem;
}
.active-filters-item strong {
  font-weight: 600;
  margin-left: 0.4rem;
}
.active-filters-item .del {
  color: #7C8CA4;
  text-decoration: none;
  margin-left: 0.6rem;
}
.active-filters-item .del:hover {
  color: #AEB8C7;
}
.active-filters-delete {
  margin-left: 1.6rem;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .active-filters-delete {
    width: 100%;
    margin-top: 0.8rem;
    margin-left: 0.4rem;
  }
  .active-filters-item {
    font-size: 1.3rem;
  }
}
.product-list-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E1E5EA;
  align-items: center;
  flex-wrap: wrap;
}
.product-list-top-count {
  font-size: 1.4rem;
  color: #17233D;
  margin-left: auto;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.product-list-sort {
  display: flex;
  flex-wrap: wrap;
}
.product-list-sort-item {
  text-decoration: none;
  color: #3743BB;
  border: 1px solid #E1E5EA;
  margin-bottom: -1px;
  min-height: 5.6rem;
  padding: 0.8rem 2.4rem;
  display: flex;
  align-items: center;
  margin-left: -1px;
}
.product-list-sort-item.active {
  border-bottom: 1px solid #ffffff;
}
.product-list-sort-item.active, .product-list-sort-item:hover {
  color: #17233D;
}

@media (max-width: 1469px) {
  .product-list-sort-item {
    font-size: 1.4rem;
    padding: 0.4rem 1.6rem;
    min-height: 4.8rem;
  }
}
.product-list-sort-select {
  width: 100%;
}
.product-list-sort-select .dropdown-toggle {
  padding-left: 4.4rem;
  font-size: 1.3rem;
}
.product-list-sort-select .dropdown-toggle:before {
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  content: "\f883";
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 1.6rem;
  height: 1.6rem;
  color: #5762CE;
  font-weight: 300;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .product-list-top {
    border: none;
  }
  .product-list-top-count {
    display: none;
  }
}
.pagination-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pagination {
  flex-wrap: wrap;
}

.page-item span {
  width: 4.8rem;
  height: 4.8rem;
  padding: 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0.4rem;
}
.page-link {
  width: 4.8rem;
  height: 4.8rem;
  padding: 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0.4rem;
  border-color: #E1E5EA;
}
.page-link:hover {
  color: #17233D;
  border-color: #D4DAE2;
  background: transparent;
}
.page-link-prev {
  margin-right: 2.4rem;
}
.page-link-next {
  margin-left: 2.4rem !important;
}

@media (max-width: 767px) {
  .page-item span {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.3rem;
  }
  .page-link {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.3rem;
  }
}
.text-wrapper {
  overflow: hidden;
  height: 40px;
  line-height: 1.25;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .text-wrapper {
    height: 70px;
  }
}

.breadcrumb {
  margin-bottom: 2.4rem;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
}
.breadcrumb-item {
  color: #7C8CA4;
}
.breadcrumb-item.active {
  color: #7C8CA4;
}
.breadcrumb-item a {
  color: #AEB8C7;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 1.2rem;
  display: flex;
  align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 1.2rem;
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  color: #AEB8C7;
  font-size: 1.2rem;
  display: flex;
  padding-top: 0.2rem;
  align-items: center;
}

.ui-slider {
  box-shadow: none;
}

.price-slider-filter {
  margin-left: auto;
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
.price-slider-filter .price-slider-input {
  width: 12.8rem;
  display: flex;
}
.price-slider-filter .price-slider-input-list {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.price-slider-filter .price-slider-input:focus-within .form-control,
.price-slider-filter .price-slider-input:focus-within .input-group-text {
  border-color: #5762CE;
}
.price-slider-filter .price-slider-input .form-control {
  border-right: 0;
  height: 4rem;
  font-size: 1.4rem;
  padding-left: 1.2rem;
  padding-right: 0;
}
.price-slider-filter .price-slider-input .input-group-text {
  background-color: #fff;
  border: 1px solid #E1E5EA;
  border-left: none;
  font-size: 1.4rem;
}

.price-slider-wrapper,
.calc-range-input {
  margin-bottom: 2.4rem;
  margin-top: 1.6rem;
  width: 100%;
  padding-left: 0rem;
  padding-right: 0rem;
}
.price-slider-wrapper .ui-slider-horizontal,
.calc-range-input .ui-slider-horizontal {
  height: 0.8rem;
  border: none;
  float: none;
  width: 100%;
  border-radius: 0;
  background-color: #F2F6FE;
}

.ui-slider .ui-slider-range {
  box-shadow: none;
  background-color: #5762CE;
  border-radius: 0;
}

.ui-slider .ui-slider-handle {
  width: 1.6rem;
  height: 1.6rem;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border: none;
  transition: all 0.3s;
  background: #5762CE;
}
.ui-slider .ui-slider-handle:hover {
  background: #5762CE;
}

.ui-slider-horizontal .ui-slider-handle {
  outline: none !important;
  transition: background-color 200ms;
}

@media (min-width: 992px) {
  .modal-xl {
    --bs-modal-width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1154px;
  }
}
@media (min-width: 768px) {
  .modal-sm {
    --bs-modal-width: 586px;
  }
}
@media (min-width: 768px) {
  .modal-md {
    --bs-modal-width: 680px;
  }
}
@media (min-width: 1199px) {
  .modal-lg {
    --bs-modal-width: 1040px;
  }
}
.modal {
  --bs-modal-width: 550px;
}

.modal-header {
  border: none;
  padding: 4rem 4rem 0 4rem;
}
@media (max-width: 767px) {
  .modal-header {
    padding: 1.6rem 1.6rem 0 1.6rem;
  }
}
.modal-header .modal-title {
  line-height: 1.2;
}
.modal-header .btn-close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
.modal-header .btn-close:after {
  color: #7C8CA4;
}
.modal-body {
  padding: 2.4rem 4rem 0 4rem;
}
@media (max-width: 767px) {
  .modal-body {
    padding: 1.6rem 1.6rem 0 1.6rem;
  }
}
.modal-footer {
  padding: 0 4rem 4rem 4rem;
  border: none;
}
@media (max-width: 767px) {
  .modal-footer {
    padding: 0 1.6rem 1.6rem 1.6rem;
  }
}
.modal-footer-right {
  margin-right: auto;
}

.modal-backdrop {
  background: rgba(23, 35, 61, 0.7);
}
.modal-backdrop.show {
  opacity: 1;
}

.two-col-modal {
  display: flex;
  gap: 4rem;
}
.two-col-modal-left {
  width: 65%;
}
.two-col-modal-right {
  width: 35%;
}
@media (max-width: 991px) {
  .two-col-modal {
    flex-direction: column;
    gap: 1.6rem;
  }
  .two-col-modal-left {
    width: 100%;
  }
  .two-col-modal-right {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}

.size-modal {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}
.size-modal-left {
  width: 30%;
  padding-left: 1.6rem;
}
.size-modal-right {
  width: 70%;
  border: 1px solid #E1E5EA;
  padding: 3.2rem 4rem;
}
@media (max-width: 1199px) {
  .size-modal-left {
    width: 40%;
  }
  .size-modal-right {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .size-modal {
    flex-direction: column;
    gap: 1.6rem;
  }
  .size-modal-left {
    width: 100%;
  }
  .size-modal-right {
    width: 100%;
    padding: 0;
    border: none;
  }
}

.modal-btn-list {
  display: flex;
  gap: 1.6rem;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .modal-btn-list {
    flex-direction: column;
    gap: 0.8rem;
    justify-content: flex-start;
  }
}

.modal-body .cart-product-fake-height {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  justify-content: center;
  align-items: flex-end;
}
.modal-body .cart-product-fake-height strong {
  color: #17233D;
  font-weight: 600;
}
.modal-body .cart-product-fake-height small {
  font-size: 1.4rem;
  color: #546375;
}
.modal-body .cart-product-price-td {
  width: 17rem;
}
@media (max-width: 991px) {
  .modal-body .cart-product-price-td {
    width: 50%;
  }
  .modal-body .cart-product-count-td {
    width: 50%;
  }
}

.vertical-tabs {
  display: flex;
  width: 100%;
  border: 1px solid #E1E5EA;
}
.vertical-tabs .tab-content {
  flex-grow: 1;
  margin-left: -1px;
  border-left: 1px solid #E1E5EA;
}
.vertical-tabs .tab-pane {
  padding: 3rem 4rem;
}
.vertical-tabs .nav-tabs {
  display: flex;
  flex-direction: column;
  width: 34.2rem;
  border: none;
  margin-left: -1px;
  flex-shrink: 0;
}
.vertical-tabs .nav-item {
  src: 100%;
}
.vertical-tabs .nav-item:nth-child(1) .nav-link {
  border-top: none;
}
.vertical-tabs .nav-link {
  width: 100%;
  min-height: 5.6rem;
  align-items: center;
  padding: 0.8rem 2.4rem;
  font-size: 1.8rem;
  text-align: left;
  border: 1px solid #E1E5EA;
  background: #ffffff;
  color: #546375;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 5.6rem;
}
.vertical-tabs .nav-link .num-count {
  margin-left: auto;
}
.vertical-tabs .nav-link:after {
  content: "\f105";
  position: absolute;
  right: 1.6rem;
  height: 100%;
  display: flex;
  align-items: center;
  width: 2.4rem;
  font-size: 1.6rem;
  font-family: "Font Awesome 6 Pro";
  top: 0;
}
.vertical-tabs .nav-link.active {
  background: #FAFBFF;
  border: 1px solid #E1E5EA;
  color: #5762CE;
}

.vertical-tabs .price-slider-filter {
  max-width: 31rem;
  margin-left: 0;
}
.vertical-tabs .params-item-content {
  padding: 0rem;
}
.vertical-tabs .params-item-content .check-styled {
  margin-bottom: 0.8rem;
}
.vertical-tabs .params-item-content .check-styled .param-item-color {
  margin-right: 1.2rem;
}
.vertical-tabs .params-item-content .check-styled .check-number {
  margin-left: 0.6rem;
}

.horizontal-tabs .nav-tabs {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #E1E5EA;
}
.horizontal-tabs .nav-item {
  flex-grow: 1;
}
.horizontal-tabs .nav-link {
  height: 5.6rem;
  border: 1px solid transparent;
  border-left: 1px solid #E1E5EA;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.horizontal-tabs .nav-link > i {
  margin-left: 0.8rem;
}
.horizontal-tabs .nav-link:hover {
  border: 1px solid transparent;
  border-left: 1px solid #E1E5EA;
}
.horizontal-tabs .nav-link.active {
  border: 1px solid transparent;
  border-left: 1px solid #5762CE;
  background: #5762CE;
  color: #ffffff;
}
.horizontal-tabs .tab-content {
  padding-top: 4.8rem;
}
@media (max-width: 767px) {
  .horizontal-tabs .tab-content {
    padding-top: 1.6rem;
  }
  .horizontal-tabs .nav-tabs {
    background: none !important;
    border: none;
    box-shadow: none;
  }
  .horizontal-tabs .nav-item {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .horizontal-tabs .nav-link {
    height: 4rem;
    font-size: 1.3rem;
    justify-content: space-between;
    display: flex;
    align-items: center;
    border: 1px solid #E1E5EA;
  }
}

.product-page-top-left {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.product-page-top-right {
  padding-left: 2.4rem;
}
.product-page-top-right p {
  margin-bottom: 1.2rem;
}

.info-box {
  min-height: 3.2rem;
  padding: 0.4rem 1.6rem 0.2rem 1.6rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.25;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.info-box-list {
  display: flex;
  flex-direction: column;
}
.info-box p {
  margin-bottom: 0;
}
.info-box-primary {
  border: 1px solid #959CE0;
  background-color: #F2F6FE;
  color: #5762CE;
}
.info-box-success {
  border: 1px solid #7FD0C8;
  background-color: #ECF9F8;
  color: #36B5A8;
}
.info-box-success a {
  color: #36B5A8;
}
.info-box-big {
  min-height: 0;
  width: 100%;
  padding: 1.4rem;
  line-height: 1.2;
}

.product-detail-main-img {
  width: 100%;
  margin-bottom: 1.6rem;
}
.product-detail-main-img a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.product-detail-main-img img {
  max-width: 100%;
}
.product-detail-list-img {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.product-detail-list-img-item {
  width: calc(16.6666666667% - 0.8rem);
  padding: 0.4rem;
  margin: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E1E5EA;
}
.product-detail-list-img-item.active, .product-detail-list-img-item:hover {
  border-color: #5762CE;
}
.product-detail-list-img-item img {
  width: 100%;
}
.product-detail-list-img-item.video {
  position: relative;
}
.product-detail-list-img-item.video:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.product-detail-list-img-item.video:before {
  content: "";
  background: url("./../images/play.svg") no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 10;
}

.product-page-params {
  display: flex;
  flex-wrap: wrap;
}
.product-page-params-item {
  font-size: 1.4rem;
  position: relative;
}
.product-page-params-item span {
  color: #758190;
}
.product-page-params-item:last-child:after {
  display: none;
}
.product-page-params-item:after {
  position: relative;
  content: "|";
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  color: #AEB8C7;
}

.product-page-main-box {
  border: 1px solid #E1E5EA;
  background: #FAFBFC;
  padding: 0;
}
.product-page-main-box-line {
  padding: 2.4rem 2.4rem;
  border-bottom: 1px solid #E1E5EA;
}
.product-page-main-box-line:last-child {
  border-bottom: none;
}

.product-page-main-box-3-col-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  align-items: flex-end;
}
.product-page-main-box-3-col-select {
  width: 37%;
  padding: 0 1.2rem;
}
.product-page-main-box-3-col-btn {
  width: 26%;
}

.product-page-main-box-format-top {
  display: flex;
  justify-content: space-between;
  color: #17233D;
}

.avail-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.6rem;
  align-items: center;
}
.avail-row-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.avail-row-left .avail-box {
  margin-left: 1.2rem;
}
.avail-row-right {
  color: #758190;
  font-size: 1.4rem;
}
.avail-row-right a {
  color: inherit;
}
.avail-row:last-child {
  margin-bottom: 0;
}
.avail-row.big .avail-row-left {
  font-size: 1.8rem;
}
.avail-row.big .avail-row-right {
  font-size: 1.6rem;
  color: #17233D;
}

.avail-box {
  border: 1px solid #EDF0F3;
  background: #ffffff;
  padding: 0.3rem 0.8rem;
  font-size: 1.4rem;
  border-radius: 0.4rem;
}
.avail-box-item {
  display: flex;
  align-items: center;
}
.avail-box-item .avail-box {
  margin-left: 0.8rem;
}

.product-page-main-box-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.product-page-price {
  display: flex;
  flex-direction: column;
  width: 45%;
  padding-right: 1rem;
}
.product-page-price .price-old {
  color: #E33135;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: line-through;
}
.product-page-price .price-main {
  font-size: 2.8rem;
  font-weight: 600;
  color: #17233D;
  line-height: 1.4;
}
.product-page-price .price-main small {
  font-size: 1.6rem;
  font-weight: 500;
}
.product-page-price .price-info {
  color: #758190;
  font-size: 1.4rem;
  line-height: 1.4;
}

.product-page-btn-count {
  display: flex;
  width: 55%;
  padding-left: 1rem;
}
.product-page-btn-count .input-count-wrap {
  margin-right: 1.6rem;
}
.product-page-btn-count .btn-success {
  flex-grow: 1;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.product-page-top-bottom {
  display: flex;
  justify-content: space-between;
}
.product-page-top-bottom-right {
  color: #7C8CA4;
}

.product-page-top-badge-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: -0.2rem;
  margin-left: -0.2rem;
}
.product-page-top-badge-list .badge {
  margin: 0.2rem;
}

@media (max-width: 1469px) {
  .product-page-main-box-3-col-select {
    width: 33.333%;
  }
  .product-page-main-box-3-col-btn {
    width: 33.333%;
  }
  .avail-row-left {
    font-size: 1.4rem;
  }
  .avail-row-right {
    font-size: 1.3rem;
  }
  .product-page-price .price-main {
    font-size: 2.4rem;
  }
  .product-page-price .price-main small {
    font-size: 1.4rem;
  }
  .product-page-price .price-info {
    font-size: 1.3rem;
  }
}
@media (max-width: 1199px) {
  .product-page-top-right {
    padding-left: 0;
  }
  .product-page-main-box-3-col-select {
    width: 50%;
  }
  .product-page-main-box-3-col-btn {
    padding: 0 1.2rem;
    margin-top: 2.4rem;
    width: 100%;
  }
  .product-page-main-box-3-col-btn .btn {
    width: 100%;
  }
  .avail-row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .avail-row-left {
    width: 100%;
  }
  .avail-row-left .avail-box {
    margin-left: auto;
  }
  .product-page-main-box-bottom {
    flex-direction: column;
  }
  .product-page-price {
    width: 100%;
  }
  .product-page-btn-count {
    width: 100%;
    padding-left: 0;
    margin-top: 2.4rem;
  }
}
@media (max-width: 991px) {
  .product-page-top-badge-list {
    justify-content: flex-start;
  }
  .product-page-top-left {
    margin-bottom: 2.4rem;
  }
  .product-page-params {
    margin-bottom: 2.4rem !important;
  }
  .product-detail-list-img-item {
    width: calc(25% - 0.8rem);
  }
}
@media (max-width: 767px) {
  .product-page-params-item {
    font-size: 1.3rem;
  }
  .info-box {
    font-size: 1.3rem;
    min-height: 2.8rem;
  }
  .product-page-main-box-line {
    padding: 1.6rem;
  }
  .avail-row.big .avail-row-left {
    font-size: 1.4rem;
  }
  .avail-row.big .avail-row-right {
    font-size: 1.3rem;
  }
  .product-page-price .price-old {
    font-size: 1.3rem;
  }
  .product-page-price .price-main {
    font-size: 1.8rem;
  }
  .product-page-price .price-main small {
    font-size: 1.3rem;
  }
  .product-page-price .price-info {
    font-size: 1.3rem;
  }
  .product-page-top-bottom {
    flex-direction: column;
  }
  .product-page-top-bottom-right {
    order: 1;
    margin-bottom: 1.2rem;
  }
  .product-page-top-bottom-left {
    order: 2;
  }
}
.text-section h1,
.light-card-section h1 {
  font-size: 4rem;
}
.text-section h2,
.light-card-section h2 {
  font-size: 3.2rem;
}
.text-section p,
.light-card-section p {
  margin-bottom: 2.4rem;
}
.text-section h3,
.light-card-section h3 {
  font-size: 2.4rem;
}
.text-section h4,
.light-card-section h4 {
  font-size: 2rem;
}
.text-section table,
.light-card-section table {
  width: 100%;
  margin-bottom: 4rem;
}
.text-section table th,
.light-card-section table th {
  background: #FAFBFC;
  color: #17233D;
  font-weight: 600;
}
.text-section table th,
.text-section table td,
.light-card-section table th,
.light-card-section table td {
  padding: 1.2rem 1.6rem;
  height: 4.8rem;
}
.text-section table td,
.light-card-section table td {
  border-bottom: 0.1rem solid #E1E5EA;
  color: #546375;
  font-weight: 500;
}
@media (max-width: 767px) {
  .text-section h1,
  .light-card-section h1 {
    font-size: 1.8rem;
  }
  .text-section h2,
  .light-card-section h2 {
    font-size: 1.8rem;
  }
  .text-section h3,
  .light-card-section h3 {
    font-size: 1.5rem;
  }
  .text-section h4,
  .light-card-section h4 {
    font-size: 1.3rem;
  }
}

.text-block-83 .text-section {
  max-width: 83rem;
}

.publish-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
.publish-left {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color: #17233D;
}
.publish-right {
  color: #546375;
}

.text-section ul,
.styled-ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 3.2rem;
}
.text-section ul li,
.styled-ul ul li {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 4rem;
  min-height: 2.4rem;
  margin-bottom: 0.8rem;
}
.text-section ul li:before,
.styled-ul ul li:before {
  background: url("./../images/styled_ul.svg") no-repeat center;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
}

.simple-table table {
  width: 100%;
}
.simple-table table td {
  height: 4rem;
}
.simple-table table td:first-child {
  width: 45%;
  padding-right: 1.2rem;
}
.simple-table table td:last-child {
  width: 55%;
  padding-left: 1.2rem;
}
.simple-table table td strong {
  font-weight: 600;
}

.full-img-section img {
  width: 100%;
  height: auto;
}

.text-img-section {
  display: flex;
  gap: 2.4rem;
}
.text-img-section-img {
  width: 50%;
}
.text-img-section-img img {
  width: 100%;
  height: auto;
}
.text-img-section-text {
  width: 50%;
}
@media (max-width: 767px) {
  .text-img-section {
    flex-direction: column;
    gap: 0;
  }
  .text-img-section-img {
    width: 100%;
    order: 2;
  }
  .text-img-section-text {
    width: 100%;
    order: 1;
  }
}

.gallery-section-top {
  margin-bottom: 1.6rem;
}
.gallery-section-top img {
  width: 100%;
  height: auto;
}
.gallery-section-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.gallery-section-item {
  width: 9.1rem;
  height: 9.1rem;
  padding: 0.4rem;
  border: 0.1rem solid #E1E5EA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-section-item.active {
  border-color: #5762CE;
}
.gallery-section-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title-box {
  display: flex;
  align-items: center;
  height: 6.4rem;
  background: #F2F6FE;
  margin-bottom: 1.6rem;
}
.title-box-img {
  height: 6.4rem;
  padding: 0 1.6rem;
  min-width: 9rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5762CE;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 600;
}
.title-box-img small {
  font-size: 2rem;
  opacity: 0.7;
}
.title-box-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 2.4rem;
  height: 100%;
  background: url("./../images/title-box.svg") no-repeat center;
  background-size: contain;
}
.title-box-text {
  padding-left: 4.8rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #17233D;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .title-box {
    height: auto;
    flex-direction: column;
  }
  .title-box-img {
    height: 4rem;
    min-width: 100%;
    font-size: 1.5rem;
  }
  .title-box-img small {
    font-size: 1.5rem;
  }
  .title-box-img:before {
    width: 100%;
    height: 0.9rem;
    left: 0;
    background: url("./../images/title_box_mobile.svg") no-repeat top center;
    background-size: contain;
    top: 100%;
  }
  .title-box-text {
    padding: 0.8rem;
    min-height: 4rem;
    padding-left: 0;
    font-size: 1.5rem;
    padding-top: 1rem;
  }
}

@media (min-width: 768px) {
  .text-category-section .category-item {
    width: 33.33%;
  }
}

.light-card-item {
  background: #FAFBFF;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  margin-bottom: 2.4rem;
  width: 100%;
  min-height: 22rem;
  justify-content: space-between;
}
.light-card-item-top {
  font-size: 1.6rem;
  font-weight: 500;
  color: #546375;
}
.light-card-item-bottom {
  font-size: 1.8rem;
  color: #17233D;
  font-weight: 600;
}
@media (max-width: 767px) {
  .light-card-item {
    padding: 1.6rem;
    min-height: auto;
    margin-bottom: 0.8rem;
    gap: 1.2rem;
  }
  .light-card-item-top {
    font-size: 1.3rem;
  }
  .light-card-item-top br {
    display: none;
  }
  .light-card-item-bottom {
    font-size: 1.5rem;
  }
}

.full-img-shadow {
  box-shadow: 81px 107px 38px 0px rgba(0, 0, 0, 0), 52px 68px 34px 0px rgba(0, 0, 0, 0.02), 29px 38px 29px 0px rgba(0, 0, 0, 0.08), 13px 17px 21px 0px rgba(0, 0, 0, 0.14), 3px 4px 12px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
}
.full-img-shadow img {
  width: 100%;
  height: auto;
}

.map-box {
  width: 100%;
  height: 44rem;
}
.map-box iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .map-box {
    height: 28rem;
  }
}

.play-btn {
  width: 8.8rem;
  height: 8.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5762CE;
}
@media (max-width: 767px) {
  .play-btn {
    width: 4.8rem;
    height: 4.8rem;
  }
  .play-btn img {
    width: 1.6rem;
  }
}

.full-video {
  position: relative;
}
.full-video > img {
  width: 100%;
}
.full-video:after {
  content: "";
  background: linear-gradient(180deg, rgba(22, 27, 75, 0) 0%, rgba(22, 27, 75, 0.8) 100%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
}
.full-video:hover:after {
  background: linear-gradient(180deg, rgba(22, 27, 75, 0.1) 0%, rgba(22, 27, 75, 0.9) 100%);
}
.full-video .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.discussion-empty {
  padding: 4.8rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.discussion-empty .perex p {
  margin-bottom: 0;
}

.discussion-item {
  padding: 2.4rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #EDF0F3;
}
.discussion-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.6rem;
  flex-wrap: wrap;
}
.discussion-item-header-right {
  display: flex;
}
.discussion-item-header-left {
  display: flex;
  align-items: center;
}
.discussion-item-date {
  font-weight: 500;
  color: #7C8CA4;
  margin-right: 2.4rem;
}
.discussion-item-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.discussion-item-actions a {
  font-weight: 500;
  text-decoration: none;
  color: #17233D;
  display: flex;
  align-items: center;
  line-height: 1;
}
.discussion-item-actions a i {
  color: #5762CE;
  margin-right: 1.2rem;
  font-size: 2rem;
}
.discussion-item-actions a i.text-success, .discussion-item-actions a i.text-danger {
  font-weight: 600;
}
.discussion-item-user {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.discussion-item-user-avatar {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  overflow: hidden;
}
.discussion-item-user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discussion-item-user-info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  line-height: 1.2;
}
.discussion-item-user-info .discussion-item-user-name {
  font-size: 1.6rem;
  font-weight: 600;
}
.discussion-item-user-info .discussion-item-user-role {
  font-size: 1.4rem;
  font-weight: 500;
  color: #7C8CA4;
}
.discussion-item-user-simple .discussion-item-user-info .discussion-item-user-name {
  font-size: 1.8rem;
  font-weight: 600;
}
.discussion-item-content {
  color: #546375;
}
.discussion-item-content p {
  margin-bottom: 0;
}
.discussion-item-footer {
  display: flex;
}
.discussion-item-reply-list .discussion-item {
  background: #FAFBFF;
  border-bottom: none;
}
.discussion-item-reply-list .discussion-item:first-child {
  margin-top: 2.4rem;
}
.discussion-item-footer {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
.discussion-item-footer a {
  text-decoration: none;
}
.discussion-item-footer a span {
  text-decoration: underline;
}
.discussion-item-footer a i {
  margin-right: 0.8rem;
}
.discussion-item-reply-list-toggle {
  display: flex;
  align-items: center;
}
.discussion-item-reply-list-toggle i {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
.discussion-item-reply-list-toggle.collapsed i {
  transform: rotate(0deg);
}
.discussion-item-reply-list-toggle.collapsed .discussion-item-reply-list-toggle-show {
  display: block;
}
.discussion-item-reply-list-toggle.collapsed .discussion-item-reply-list-toggle-hide {
  display: none;
}
.discussion-item-reply-list-toggle-show {
  display: none;
}
.discussion-item-reply-list-toggle-hide {
  display: block;
}
@media (max-width: 768px) {
  .discussion-item {
    padding: 1.6rem;
  }
  .discussion-item-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .discussion-item-header-right {
    width: 100%;
    margin-top: 1.2rem;
    justify-content: space-between;
  }
  .discussion-item-user-simple .discussion-item-user-info .discussion-item-user-name {
    font-size: 1.6rem;
  }
  .discussion-item-user-avatar {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.accordion-item {
  background: #FAFBFF;
  margin-bottom: 0.4rem;
  border: none;
}
.accordion-header {
  border: none !important;
  background: none !important;
}
.accordion-button {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  padding: 2.4rem;
  font-size: 1.8rem;
  color: #17233D !important;
  font-weight: 600;
  position: relative;
  min-height: 7.2rem;
  display: flex;
  align-items: center;
  padding-right: 5.6rem;
}
.accordion-button:after {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  display: flex;
  position: absolute;
  border: none !important;
  right: 2.4rem;
  top: 2.4rem;
  box-shadow: none !important;
  background: none !important;
  height: 2.4rem;
  width: 2.4rem;
  align-items: center;
  justify-content: center;
}
.accordion-button:not(.collapsed):after {
  content: "\f068";
}
.accordion-body {
  padding: 0 2.4rem 2.4rem 2.4rem;
  color: #17233D;
}
@media (max-width: 767px) {
  .accordion-button {
    font-size: 1.5rem;
    min-height: 5rem;
    padding: 1.6rem;
  }
  .accordion-button:after {
    top: 1.6rem;
    right: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.2rem;
  }
  .accordion-body {
    padding: 0 1.6rem 1.6rem 1.6rem;
  }
}

.download-item {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 10rem;
  border: 1px solid #E1E5EA;
  padding: 1.6rem;
  text-decoration: none;
  transition: all 0.3s;
}
.download-item-col {
  margin-bottom: 0.8rem;
}
.download-item:hover {
  background: #FAFBFF;
}
.download-item-icon {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  color: #5762CE;
}
.download-item-text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 4.8rem);
  padding-left: 1.6rem;
  padding-top: 0.8rem;
}
.download-item-name {
  font-weight: 600;
  color: #17233D;
  margin-bottom: 0.8rem;
  line-height: 1.25;
}
.download-item-size {
  font-size: 1.4rem;
  line-height: 1.25;
  color: #546375;
}

.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4.8rem 2.4rem;
  background: #FAFBFC;
  text-align: center;
}
.cart-empty p {
  margin-bottom: 2rem;
}
.cart-empty .perex p {
  margin-bottom: 1rem;
}
.cart-empty-img {
  width: 12.8rem;
  height: 12.8rem;
  margin-bottom: 1.6rem;
}
.cart-empty-img img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .cart-empty-img {
    width: 8rem;
    height: 8rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .cart-empty {
    padding: 1.6rem;
  }
}

.cart-top {
  display: flex;
}
.cart-top-item {
  background: #FAFBFF;
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7.2rem;
  margin: 1px;
}
.cart-top-item-num {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 600;
  border-radius: 50%;
  margin-right: 1.6rem;
  background: #7C8CA4;
  line-height: 1;
}
.cart-top-item-text {
  color: #7C8CA4;
  font-size: 1.8rem;
  font-weight: 600;
}
.cart-top-item.active {
  background: #F2F6FE;
}
.cart-top-item.active .cart-top-item-num {
  background: #5762CE;
}
.cart-top-item.active .cart-top-item-text {
  color: #5762CE;
}

@media (max-width: 767px) {
  .cart-top-item {
    flex-direction: column;
  }
  .cart-top-item-num {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.2rem;
  }
  .cart-top-item-text {
    font-size: 1.2rem;
  }
}
.cart-table {
  margin-top: 2.4rem;
}
.cart-table table {
  width: 100%;
}
.cart-table table th {
  color: #7C8CA4;
  font-size: 1.4rem;
  padding: 1.6rem 0.8rem;
  font-weight: 500;
}
.cart-table table th:first-child {
  padding-left: 1.6rem;
}
.cart-table table th:last-child {
  padding-right: 1.6rem;
}
.cart-table table tbody tr {
  border: 1px solid #E1E5EA;
  position: relative;
  border-bottom: none;
}
.cart-table table tbody tr.has-recommended td {
  padding-bottom: 1.6rem;
}
.cart-table table tbody tr.has-recommended td:after {
  display: none;
}
.cart-table table tbody tr td {
  position: relative;
  padding-bottom: 2.4rem;
}
.cart-table table tbody tr td:after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0px;
  height: 9px;
  background: linear-gradient(to bottom, #E1E5EA 0px, #E1E5EA 1px, white 1px, white 9px);
}
.cart-table table tbody tr.recommended-row .toggle-recommended {
  font-size: 1.6rem;
}
.cart-table table tbody tr.recommended-row .toggle-recommended i {
  transition: all 0.3s;
}
.cart-table table tbody tr.recommended-row .toggle-recommended:not(.collapsed) i {
  transform: rotate(180deg);
}
.cart-table table tbody td {
  vertical-align: top;
  font-size: 1.4rem;
  padding: 1.6rem 0.8rem;
}
.cart-table table tbody td:first-child {
  padding-left: 1.6rem;
}
.cart-table table tbody td:last-child {
  padding-right: 1.6rem;
}

.cart-product-img-td {
  width: 10.4rem;
}
.cart-product-img-td-icon {
  text-align: center;
  vertical-align: middle !important;
}
.cart-product-img-td-icon i {
  font-size: 3.2rem;
  color: #5762CE;
}
.cart-product-img-td a {
  display: flex;
  width: 8rem;
}
.cart-product-img-td a img {
  width: 100%;
}
.cart-product-name {
  color: #17233D;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  display: inline-block;
  line-height: 1.25;
}
.cart-product-params {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.cart-product-format-value {
  border: 1px solid #EDF0F3;
  padding: 0.4rem 0.8rem;
  line-height: 1;
  margin-left: 0.8rem;
  margin-right: 1.6rem;
  font-size: 1.2rem;
  color: #758190;
}
.cart-product-text .cart-radio-item-name-images {
  margin-left: 0;
}
.cart-product-text p {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
}
.cart-product-text-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.8rem;
}
.cart-product-text-avail {
  font-weight: 600;
  margin-right: 1.2rem;
}
.cart-product-text-avail-count {
  display: flex;
  flex-wrap: wrap;
}
.cart-product-text-avail-count .avail-box {
  border-radius: 0;
  font-size: 1.2rem;
  height: 2.4rem;
  padding-top: 0;
  padding-bottom: 0;
}
.cart-product-text-avail-count .avail-box-item {
  margin-right: 1.6rem;
  color: #758190;
}
.cart-product-fake-height {
  min-height: 5.6rem;
  display: inline-flex;
  align-items: center;
}
.cart-product-price-td {
  font-weight: 600;
  color: #17233D;
}
.cart-product-del-td a {
  font-size: 2.4rem;
  color: #7C8CA4;
  text-decoration: none;
}
.cart-product-del-td a:hover {
  color: #AEB8C7;
}

.recommended-row > td {
  padding-bottom: 1.6rem !important;
}
.recommended-row table tbody tr {
  border: none;
}
.recommended-row table tbody tr td {
  padding: 1.2rem 0.8rem;
}
.recommended-row table tbody tr td:first-child {
  padding-left: 0rem;
}
.recommended-row table tbody tr td:last-child {
  padding-right: 0rem;
}
.recommended-row .cart-product-img-td {
  width: 7.2rem;
}
.recommended-row .cart-product-img-td a {
  width: 6.4rem;
}
.recommended-row .cart-product-name {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.recommended-row .cart-product-params {
  font-size: 1.3rem;
}
.recommended-row .cart-product-price-count {
  display: flex;
  flex-direction: column;
}
.recommended-row .cart-product-price-count-count {
  color: #758190;
  font-size: 1.3rem;
}
.recommended-row .cart-product-price-count-price {
  color: #17233D;
  font-size: 1.4rem;
  font-weight: 600;
}
.recommended-row .cart-product-add-cart-td {
  width: 14.6rem;
}
.recommended-row .cart-product-add-cart-td .btn-primary i {
  display: none;
}

@media (max-width: 1469px) {
  .cart-product-img-td {
    width: 8rem;
  }
  .cart-product-img-td a {
    width: 6rem;
  }
  .cart-product-name {
    font-size: 1.4rem;
  }
  .cart-product-count-td .input-count-wrap {
    width: 8rem;
    height: 4.8rem;
  }
  .cart-product-price-item-td {
    width: 10rem;
  }
  .cart-product-price-td {
    width: 10rem;
  }
}
@media (max-width: 991px) {
  .cart-table table {
    display: flex;
  }
  .cart-table table thead {
    display: none;
  }
  .cart-table table tbody {
    display: flex;
    flex-direction: column;
  }
  .cart-table table tbody tr {
    display: flex;
    flex-wrap: wrap;
    padding: 1.6rem 0;
    margin-bottom: 0.8rem;
    border: 1px solid #E1E5EA;
  }
  .cart-table table tbody tr.has-recommended {
    margin-bottom: -1px;
  }
  .cart-table table tbody tr td {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .cart-table table tbody tr td:after {
    display: none;
  }
  .cart-table table tbody tr td:first-child {
    padding-left: 0;
  }
  .cart-table table tbody tr td:last-child {
    padding-right: 0;
  }
  .cart-table table tbody tr.recommended-row {
    padding-bottom: 0.8rem;
  }
  .cart-table table tbody tr.recommended-row > td {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 0 !important;
  }
  .cart-table table tbody tr.recommended-row .toggle-recommended {
    font-size: 1.3rem;
  }
  .cart-table table tbody tr.recommended-row table tr {
    border: none;
    border-bottom: 1px solid #E1E5EA;
    padding: 0.8rem 0 !important;
  }
  .cart-table table tbody tr.recommended-row table tr td {
    border: none !important;
  }
  .cart-table table tbody tr.recommended-row .cart-product-name {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
  .cart-table table tbody tr.recommended-row .cart-product-params {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .cart-table table tbody tr.recommended-row .cart-product-text-td {
    padding-bottom: 0 !important;
    width: calc(100% - 5.6rem - 4rem);
  }
  .cart-table table tbody tr.recommended-row .cart-product-text-price {
    font-size: 1.1rem;
    font-weight: 600;
    color: #17233D;
  }
  .cart-table table tbody tr.recommended-row .cart-product-img-td {
    width: 5.6rem;
    padding-left: 0 !important;
  }
  .cart-table table tbody tr.recommended-row .cart-product-img-td a {
    width: 100%;
  }
  .cart-table table tbody tr.recommended-row .cart-product-price-count-td {
    display: none !important;
  }
  .cart-table table tbody tr.recommended-row .cart-product-add-cart-td {
    width: 4rem;
  }
  .cart-table table tbody tr.recommended-row .cart-product-add-cart-td .btn-primary {
    height: 4rem;
    min-height: 4rem;
  }
  .cart-table table tbody tr.recommended-row .cart-product-add-cart-td .btn-primary i {
    display: block;
  }
  .cart-table table tbody tr.recommended-row .cart-product-add-cart-td .btn-primary span {
    display: none;
  }
  .cart-product-img-td {
    width: 9.6rem;
    padding-left: 1.6rem !important;
    border-bottom: 1px solid #E1E5EA;
  }
  .cart-product-img-td a {
    width: auto;
  }
  .cart-product-text-td {
    width: calc(100% - 9.6rem);
    padding-left: 1.6rem !important;
    border-bottom: 1px solid #E1E5EA;
    padding-bottom: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .cart-product-name {
    padding-right: 1.6rem;
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
  }
  .cart-product-params {
    font-size: 1.2rem;
  }
  .cart-product-format {
    font-size: 1.2rem;
  }
  .cart-product-format-value {
    font-size: 1.1rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  .cart-product-text-avail-count .avail-box {
    height: 2rem;
    font-size: 1.1rem;
  }
  .cart-product-text-avail-count .avail-box-item {
    margin-right: 0.8rem;
    font-size: 1.2rem;
  }
  .cart-product-count-td {
    width: 60%;
    padding: 1.6rem 0 0 1.6rem !important;
  }
  .cart-product-price-item-td {
    display: none !important;
  }
  .cart-product-price-td {
    width: 40%;
    text-align: right;
    padding: 1.6rem 1.6rem 0 0rem !important;
  }
  .cart-product-price-td .cart-product-fake-height {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cart-product-price-td .only-mobile {
    font-size: 1.2rem;
    color: #546375;
  }
  .cart-product-del-td {
    position: absolute !important;
    right: 0.8rem;
    top: 0.8rem;
  }
  .cart-product-del-td a {
    font-size: 1.6rem;
    line-height: 1;
  }
  .cart-product-del-td .cart-product-fake-height {
    min-height: 0 !important;
  }
  .cart-product-fake-height {
    min-height: 0;
  }
}
.cart-right-box {
  background: #FAFBFC;
  border: 1px solid #E1E5EA;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  margin-top: 2.4rem;
}

.cart-radio-list {
  display: flex;
  flex-direction: column;
}

.cart-radio-item {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
.cart-radio-item .radio-styled {
  width: 100%;
}
.cart-radio-item .radio-styled input[type=radio] + label {
  padding: 1.6rem;
  padding-left: 5.6rem;
  width: 100%;
  border: 1px solid #E1E5EA;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cart-radio-item .radio-styled input[type=radio] + label::before, .cart-radio-item .radio-styled input[type=radio] + label:after {
  left: 1.6rem;
  top: 1.6rem;
}
.cart-radio-item.with-icon .cart-radio-item-top {
  margin-top: -0.6rem;
}
.cart-radio-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cart-radio-item-name {
  color: #5762CE;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
  padding-right: 1.6rem;
  flex-wrap: wrap;
}
.cart-radio-item-name-icon {
  font-size: 2.4rem;
  margin-right: 1.6rem;
}
@media (max-width: 991px) {
  .cart-radio-item-name-icon {
    font-size: 1.6rem;
    margin-right: 0.8rem;
  }
}
.cart-radio-item-name-images {
  margin-left: 0.8rem;
}
@media (max-width: 991px) {
  .cart-radio-item-name-images {
    width: 100%;
    margin-left: 0;
  }
}
.cart-radio-item-name-images img {
  margin-right: 0.8rem;
  max-height: 2.4rem;
  max-width: 5.6rem;
}
.cart-radio-item-price {
  font-weight: 600;
}
.cart-radio-item p {
  color: #758190;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.cart-radio-item .btn-small {
  margin-top: 1.2rem;
}
.cart-radio-item-time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cart-radio-item-time i {
  margin-right: 1.6rem;
}
.cart-radio-item-time-item {
  margin-bottom: 0;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  color: #758190;
  margin-right: 1.6rem;
}
.cart-radio-item-time-item span:nth-child(1) {
  margin-right: 0.4rem;
}
.cart-radio-item-time-item span:nth-child(2) {
  font-size: 1.2rem;
  background: #ffffff;
  border: 1px solid #EDF0F3;
  min-height: 2.4rem;
  display: inline-flex;
  padding: 0 0.8rem;
  align-items: center;
}

@media (max-width: 991px) {
  .cart-right-box {
    padding: 1.6rem;
  }
  .cart-radio-item-name {
    font-size: 1.3rem;
  }
  .cart-radio-item p {
    font-size: 1.2rem;
  }
  .cart-radio-item .radio-styled input[type=radio] + label {
    padding-left: 5.2rem;
  }
  .cart-radio-item-time i {
    margin-right: 0.8rem;
  }
  .cart-radio-item-time-item {
    margin-right: 0.8rem;
  }
  .cart-radio-item-time-item span:nth-child(2) {
    font-size: 1.1rem;
    min-height: 2rem;
  }
}
.discount-box {
  margin-top: 1.6rem;
  background: #F2F6FE;
  padding: 2.4rem;
  padding-bottom: 1.6rem;
}
.discount-btn {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  min-height: 0;
  color: #5762CE;
  font-weight: 600;
  font-size: 2rem;
  border: none !important;
  outline: none !important;
  line-height: 1.25;
}
.discount-btn:focus, .discount-btn:active {
  border: none !important;
  outline: none !important;
}
.discount-btn i {
  transition: all 0.3s;
}
.discount-btn:not(.collapsed) i {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .discount-box {
    padding: 1.6rem;
    padding-bottom: 0.8rem;
  }
  .discount-btn {
    font-size: 1.3rem;
  }
}
.cart-price-box {
  margin-top: 1.6rem;
  background: #5762CE;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  font-size: 1.6rem;
}
.cart-price-box hr {
  border-top-color: rgba(255, 255, 255, 0.1);
  margin: 1.6rem 0;
  opacity: 1;
}
.cart-price-box-line {
  display: flex;
  justify-content: space-between;
}
.cart-price-box-line-name span {
  color: #BCD1FA;
}
.cart-price-box-line-name.big, .cart-price-box-line-value.big {
  font-size: 2rem;
}
.cart-price-box-line-name.small, .cart-price-box-line-value.small {
  font-size: 1.4rem;
  color: #BCD1FA;
}

.free-shipping-box {
  background: #F2F6FE;
  padding: 1.6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #3743BB;
}
.free-shipping-box p {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.free-shipping-box p:last-child {
  margin-bottom: 0;
}
.free-shipping-box .progress {
  height: 0.8rem;
  margin-bottom: 1.6rem;
  background-color: #ffffff;
}
.free-shipping-box-success {
  background: #ECF9F8;
}

@media (max-width: 991px) {
  .cart-price-box {
    padding: 1.6rem;
    font-size: 1.3rem;
  }
  .cart-price-box-line-name.big, .cart-price-box-line-value.big {
    font-size: 1.5rem;
  }
  .cart-price-box-line-name.small, .cart-price-box-line-value.small {
    font-size: 1.2rem;
  }
  .free-shipping-box p {
    font-size: 1.3rem;
  }
}
.cart-bottom {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .cart-bottom {
    flex-direction: column;
  }
  .cart-bottom .btn {
    margin-bottom: 0.8rem;
  }
  .cart-bottom .btn:nth-child(1) {
    order: 2;
  }
  .cart-bottom .btn:nth-child(2) {
    order: 1;
  }
}
.filled-psc {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
}
.filled-psc .btn {
  margin-top: 0;
}
.filled-psc span {
  min-height: 4rem;
  background: #F2F6FE;
  padding: 0.4rem 1.6rem;
  display: flex;
  align-items: center;
  margin-right: 0.8rem;
  line-height: 1;
  font-size: 2rem;
  color: #5762CE;
  font-weight: 600;
}
@media (max-width: 991px) {
  .filled-psc span {
    padding: 0.4rem 0.8rem;
    font-size: 1.6rem;
  }
}

.cart-order-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #E1E5EA;
  padding: 2.4rem;
}
.cart-order-box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.4rem;
}
.cart-order-box-top h3 {
  margin-bottom: 0;
}
.cart-order-box-top span {
  color: #7C8CA4;
  font-size: 1.4rem;
}

.cart-order-item {
  display: flex;
  padding: 1.2rem 0;
  border-bottom: 1px solid #E1E5EA;
}
.cart-order-item-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cart-order-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cart-order-item-img {
  width: 6.4rem;
}
.cart-order-item-img a {
  display: flex;
  width: 100%;
}
.cart-order-item-img img {
  width: 100%;
}
.cart-order-item-text {
  width: calc(100% - 6.4rem - 9.2rem);
  padding-left: 1.6rem;
}
.cart-order-item-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #17233D;
  text-decoration: none;
  display: inline-block;
  line-height: 1.4;
  transition: all 0.3s;
}
.cart-order-item-name:hover {
  color: #5762CE;
}
.cart-order-item p {
  margin-bottom: 0;
  font-size: 1.3rem;
}
.cart-order-item-price {
  width: 9.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  justify-content: center;
}
.cart-order-item-price-count {
  color: #758190;
  font-size: 1.3rem;
}
.cart-order-item-price-value {
  font-size: 1.4rem;
  color: #17233D;
  font-weight: 600;
}

@media (max-width: 991px) {
  .cart-order-box {
    padding: 1.6rem;
  }
  .cart-order-box-top {
    margin-bottom: 1.2rem;
  }
  .cart-order-box-top span {
    font-size: 1.2rem;
  }
  .cart-order-item {
    padding: 0.8rem 0;
  }
  .cart-order-item-img {
    width: 5.6rem;
  }
  .cart-order-item-text {
    width: calc(100% - 5.6rem - 8rem);
    padding-left: 0.8rem;
  }
  .cart-order-item-name {
    font-size: 1.2rems;
  }
  .cart-order-item p {
    font-size: 1.1rem;
  }
  .cart-order-item-price {
    width: 8rem;
  }
  .cart-order-item-price-count {
    font-size: 1.2rem;
  }
  .cart-order-item-price-value {
    font-size: 1.3rem;
  }
}
.cart-login-box {
  display: flex;
  align-items: center;
  padding: 2.4rem 3.2rem;
  background: #F2F6FE;
}
.cart-login-box-icon {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 3.2rem;
  color: #5762CE;
  flex-shrink: 0;
}
.cart-login-box-text {
  flex-grow: 1;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.cart-login-box-text h4 {
  margin-bottom: 0.8rem;
}
.cart-login-box-text p {
  color: #17233D;
  margin-bottom: 0;
  line-height: 1.4;
}
.cart-login-box-text p a {
  color: #17233D;
}
.cart-login-box .btn {
  flex-shrink: 0;
}
.cart-login-box.logged {
  background: #ECF9F8;
}
.cart-login-box.logged .cart-login-box-icon {
  color: #ffffff;
  background: #36B5A8;
  font-size: 2.4rem;
}
.cart-login-box.logged .cart-login-box-text {
  margin-bottom: 0 !important;
}
.cart-login-box.logged .cart-login-box-text h4 {
  font-weight: 500;
}

@media (max-width: 767px) {
  .cart-login-box {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 1.6rem;
  }
  .cart-login-box-icon {
    position: absolute;
    right: 1.6rem;
    top: 1.6rem;
  }
  .cart-login-box-text {
    padding-right: 8.8rem;
    padding-left: 0;
    margin-bottom: 3.2rem;
  }
  .cart-login-box h4 {
    font-size: 1.5rem;
  }
}
.cart-form .form-group {
  max-width: 46.4rem;
}

.order-create-login {
  background: #ECF9F8;
  padding: 2.4rem 3.2rem;
  border: 1px solid #7FD0C8;
}
@media (max-width: 991px) {
  .order-create-login {
    padding: 1.6rem;
  }
}

.cart-thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cart-thanks-img {
  width: 12.8rem;
}
@media (max-width: 767px) {
  .cart-thanks-img {
    width: 8rem;
  }
}
.cart-thanks-img img {
  max-width: 100%;
}
.cart-thanks p {
  max-width: 58.5rem;
}
.cart-thanks-bottom {
  max-width: 58.5rem;
}

.cart-thanks-box {
  background: #FAFBFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.4rem;
  text-align: center;
}
.cart-thanks-box-icon {
  font-size: 4.8rem;
  margin-bottom: 2.4rem;
  line-height: 1;
  color: #5762CE;
}
.cart-thanks-box p {
  font-size: 1.8rem;
  font-weight: 600;
  color: #17233D;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .cart-thanks-box {
    padding: 1.6rem;
  }
  .cart-thanks-box-icon {
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
  }
  .cart-thanks-box p {
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
  }
}

.cart-thanks-main hr {
  margin: 4.8rem 0;
}
@media (max-width: 767px) {
  .cart-thanks-main hr {
    margin: 2.4rem 0;
  }
}

.cart-thanks-pay {
  display: flex;
  flex-wrap: wrap;
}
.cart-thanks-pay-left {
  width: 75%;
  max-width: 60.2rem;
  padding-right: 1.6rem;
}
.cart-thanks-pay-left table {
  width: 100%;
  margin-bottom: 1.6rem;
}
.cart-thanks-pay-left table td {
  height: 4rem;
}
.cart-thanks-pay-left table td .copy-link {
  color: #546375;
  text-decoration: none;
  margin-left: 0.8rem;
}
.cart-thanks-pay-right {
  width: 25%;
  max-width: 22rem;
  margin-left: auto;
}
.cart-thanks-pay-right .pay-qr {
  border: 1px solid #E1E5EA;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-thanks-pay-right img {
  max-width: 100%;
}
.cart-thanks-pay-info {
  background: #FAFBFF;
  padding: 1.2rem 1.6rem;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #17233D;
  width: 100%;
}
@media (max-width: 991px) {
  .cart-thanks-pay-left {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 2;
  }
  .cart-thanks-pay-left table td:last-child {
    text-align: right;
  }
  .cart-thanks-pay-right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    order: 1;
    margin-bottom: 2.4rem;
    max-width: 100%;
  }
}

.profile-badge {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.profile-badge-icon {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  background-color: #F2F6FE;
  color: #5762CE;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.profile-badge-text {
  font-size: 2.4rem;
  font-weight: 600;
  color: #17233D;
}
@media (max-width: 575px) {
  .profile-badge {
    gap: 0.8rem;
  }
  .profile-badge-icon {
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
  }
  .profile-badge-text {
    font-size: 1.5rem;
  }
}

.profile-section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.icon-box-item {
  border: 1px solid #E1E5EA;
  width: 100%;
  min-height: 17.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #546375;
  text-decoration: none;
}
.icon-box-item:hover {
  border-color: #D4DAE2;
}
.icon-box-item-icon {
  height: 6.4rem;
}
.icon-box-item-icon img {
  height: 100%;
}
.icon-box-item-col {
  display: flex;
}
@media (max-width: 575px) {
  .icon-box-item {
    min-height: 9.8rem;
    font-size: 1.5rem;
    padding: 1.6rem;
    gap: 0.4rem;
  }
  .icon-box-item-icon {
    height: 4rem;
  }
}

.order-list {
  margin-top: 2.4rem;
}

.order-item {
  border: 1px solid #E1E5EA;
  padding: 1.9rem 2.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  flex-wrap: wrap;
  position: relative;
}
.order-item.order-item-big {
  align-items: flex-start;
  margin-bottom: 2.4rem;
}
.order-item.order-item-big p {
  margin-bottom: 0.8rem;
  line-height: 1.25;
}
.order-item-line {
  display: flex;
  width: 100%;
}
.order-item-line-top {
  align-items: flex-start;
}
.order-item-line-bottom {
  align-items: flex-end;
  padding-left: 4rem;
}
.order-item-top {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.order-item-right {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.order-item-right .order-item-price {
  width: auto;
  margin-right: 0;
  line-height: 1.25;
}
.order-item-right .order-item-price-big {
  margin-bottom: 2rem;
}
.order-item-right .order-item-price strong {
  font-size: 2.4rem;
  font-weight: 600;
  color: #17233D;
}
.order-item-right .order-item-image-list {
  margin-right: 0;
}
.order-item-icon {
  font-size: 3.2rem;
  margin-right: 1.6rem;
  color: #5762CE;
  line-height: 1;
}
.order-item-date {
  width: 10rem;
  margin-right: 0.4rem;
  color: #546375;
  font-weight: 500;
}
.order-item-name {
  font-weight: 600;
  color: #17233D;
  width: 20rem;
}
.order-item-price {
  width: 12rem;
  font-weight: 500;
  color: #17233D;
  text-align: right;
  margin-right: 3.2rem;
}
.order-item-state {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 16rem;
  margin-right: 3.2rem;
}
.order-item-state-icon {
  font-size: 1.2rem;
  margin-right: 0.4rem;
}
.order-item-invoice {
  width: 10rem;
  margin-right: 0.4rem;
  margin-left: auto;
}
.order-item-invoice a {
  text-decoration: none;
}
.order-item-invoice a span {
  text-decoration: underline;
}
.order-item-image {
  width: 4.8rem;
  height: 4.8rem;
}
.order-item-image-list {
  display: flex;
  gap: 0.4rem;
  margin-right: 2.4rem;
}
.order-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-item-image-text {
  background: #F2F6FE;
  color: #5762CE;
  font-weight: 600;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-right: 0.4rem;
}
.order-item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.order-item-actions .btn {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

@media (max-width: 1469px) {
  .order-item-price {
    margin-right: 1.6rem;
    width: 10rem;
  }
  .order-item-state {
    margin-right: 1.6rem;
  }
  .order-item-actions {
    order: 6;
    flex-grow: 1;
    justify-content: flex-end;
    margin-bottom: 0.8rem;
  }
  .order-item-image-list {
    margin-top: 0.8rem;
    order: 5;
    margin-right: 1.6rem;
  }
}
@media (max-width: 991px) {
  .order-item {
    flex-direction: column;
    padding: 1.6rem;
    font-size: 1.4rem;
  }
  .order-item-line {
    flex-direction: column;
  }
  .order-item-line-top .order-item-right {
    margin-bottom: 1.6rem;
  }
  .order-item-line-bottom {
    padding-left: 0;
  }
  .order-item-line-bottom .order-item-left {
    margin-left: 0;
    order: 2;
  }
  .order-item-line-bottom .order-item-right {
    order: 1;
  }
  .order-item-left {
    width: 100%;
  }
  .order-item-right {
    width: 100%;
  }
  .order-item-right .order-item-price {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .order-item-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .order-item-icon {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    font-size: 2.4rem;
    color: #5762CE;
    margin: 0;
  }
  .order-item-name {
    order: 1;
    margin: 0;
    width: 100%;
  }
  .order-item-date {
    width: 100%;
    margin: 0;
    order: 2;
  }
  .order-item-state {
    margin: 0;
    width: 100%;
    order: 3;
    margin-bottom: 0.8rem;
  }
  .order-item-price {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    order: 4;
    margin-bottom: 1.6rem;
    align-items: center;
  }
  .order-item-invoice {
    width: 100%;
    margin: 0;
    order: 5;
    margin-bottom: 1.6rem;
  }
  .order-item-image-list {
    width: 100%;
    margin: 0;
    order: 6;
    margin-bottom: 1.6rem;
  }
  .order-item-actions {
    width: 100%;
    margin: 0;
    order: 7;
    flex-direction: column;
    gap: 0.8rem;
  }
  .order-item-actions .btn {
    width: 100%;
  }
}
.order-detail-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.order-detail-top-left h1 {
  margin-bottom: 0.8rem;
}
.order-detail-top-left p {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.order-detail-top-right {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.order-detail-top-right .btn {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media (max-width: 767px) {
  .order-detail-top-right {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 2.4rem;
    gap: 0.8rem;
  }
  .order-detail-top-right .btn {
    width: 100%;
  }
}

.order-detail-state {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.6rem;
}
.order-detail-state-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.order-detail-state-item .order-item-state-icon {
  font-size: 1.6rem;
  margin-right: 0.4rem;
}
.order-detail-state-item .order-item-state-text {
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .order-detail-state .order-item-state-icon {
    font-size: 1.6rem;
  }
  .order-detail-state .order-item-state-text {
    font-size: 1.5rem;
  }
}
.order-detail-text {
  max-width: 58.6rem;
}
.order-detail-text p {
  line-height: 1.25;
}

.order-detail-section .cart-thanks-pay {
  max-width: 95.4rem;
}

.profile-order-detail-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.profile-order-detail-price-item {
  font-size: 1.6rem;
  font-weight: 500;
  color: #546375;
}
.profile-order-detail-price-item.main {
  color: #17233D;
}
.profile-order-detail-price-item.main strong {
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .profile-order-detail-price-item {
    font-size: 1.2rem;
  }
  .profile-order-detail-price-item.main {
    font-size: 1.5rem;
  }
  .profile-order-detail-price-item.main strong {
    font-size: 1.5rem;
  }
}

.order-detail-section .cart-product-price-td {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .order-detail-section .cart-product-img-td-icon {
    width: 5.6rem;
    padding: 0;
    margin: 0;
    padding-right: 1.6rem;
    order: 2;
  }
  .order-detail-section .cart-product-img-td-icon i {
    font-size: 2.4rem;
  }
  .order-detail-section .cart-product-img-td-icon + .cart-product-text-td {
    order: 1;
    flex-grow: 1;
  }
  .order-detail-section .cart-product-img-td-icon + .cart-product-text-td + .cart-product-price-td {
    order: 3;
  }
  .order-detail-section .cart-product-price-td {
    text-align: right;
    width: 33.33%;
    flex-grow: 1;
    font-size: 1.4rem;
  }
  .order-detail-section .cart-product-price-item-td {
    width: 33.33%;
    display: flex !important;
    text-align: left !important;
    padding: 1.6rem 0 0 1.6rem !important;
    font-size: 1.2rem;
  }
  .order-detail-section .cart-product-count-td {
    width: 33.33%;
    font-size: 1.2rem;
  }
}

.article-item {
  transition: all 0.3s;
}
.article-item-col {
  margin-bottom: 1.6rem;
}
.article-item:hover {
  background: #FAFBFF;
}
.article-item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  position: relative;
}
.article-item-img-link {
  width: 100%;
  display: block;
}
.article-item-img img {
  width: 100%;
}
.article-item-text {
  background: #FAFBFF;
  padding: 2.4rem;
}
.article-item-name {
  font-weight: 600;
  color: #17233D;
  text-decoration: none;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}
.article-item p {
  color: #546375;
  margin-bottom: 1.6rem;
  line-height: 1.4;
  font-size: 1.6rem;
}
.article-item p strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .article-item-text {
    padding: 1.6rem;
  }
}

.swiper-wrapper .article-item-col {
  padding: 0 1.2rem;
}

.active-tag-list {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.active-tag-list.collapsed .show-more-tags {
  display: inline;
}
.active-tag-list.collapsed .show-less-tags {
  display: none;
}
.active-tag-list.collapsed .active-tag-item:nth-child(n+5) {
  display: none;
}
.active-tag-list .show-less-tags {
  display: none;
}
.active-tag-list:not(.collapsed) .show-more-tags {
  display: none;
}
.active-tag-list:not(.collapsed) .show-less-tags {
  display: inline;
}
.active-tag-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  line-height: 1.2;
}
.active-tag-item span {
  background: #FAFBFF;
  padding: 0.4rem 0.8rem;
}

.calc-section-title {
  background: #5762CE;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 1.4rem 2.4rem;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .calc-section-title {
    font-size: 1.5rem;
    padding: 1.2rem 1.6rem;
  }
}
.calc-table {
  width: 100%;
  border: none;
}
.calc-table td {
  padding: 1.2rem 2.4rem;
  height: 8rem;
  width: 50%;
}
.calc-table td strong {
  color: #17233D;
}
.calc-table td .radio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.calc-table td .input-with-text {
  max-width: 20rem;
}
.calc-table td .form-control {
  max-width: 20rem;
}
.calc-table tr:nth-child(even) {
  background: #FAFBFF;
}
@media (max-width: 1199px) {
  .calc-table {
    display: flex;
    flex-direction: column;
  }
  .calc-table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1.6rem;
  }
  .calc-table tr td {
    width: 100%;
    height: auto;
    padding: 0;
    padding-bottom: 0.8rem;
  }
  .calc-table tr td:last-child {
    padding-bottom: 0;
  }
}

.calc-range-td {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.calc-range-td .calc-range-td-value {
  color: #17233D;
  min-width: 8rem;
}
.calc-range-td .calc-range-content {
  display: flex;
  flex-grow: 1;
  gap: 0.8rem;
  align-items: center;
}
.calc-range-td .calc-range-content-item-value {
  white-space: nowrap;
  font-size: 1.4rem;
}
.calc-range-td .calc-range-input {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .calc-range-td {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .calc-range-td .calc-range-td-value {
    order: 2;
  }
  .calc-range-td .calc-range-content {
    width: 100%;
    order: 1;
  }
}

.calc-bottom-box {
  background: #F2F6FE;
  padding: 2.4rem;
}
@media (max-width: 767px) {
  .calc-bottom-box {
    padding: 1.6rem;
  }
}
.calc-bottom-title {
  font-size: 2rem;
  font-weight: 600;
  color: #17233D;
}
@media (max-width: 767px) {
  .calc-bottom-title {
    font-size: 1.5rem;
  }
}
.calc-bottom-content {
  display: flex;
  flex-direction: column;
}
.calc-bottom-content-item {
  padding: 1rem 0;
  border-bottom: 1px solid #E1E5EA;
}
.calc-bottom-content-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.calc-bottom-content-item strong {
  color: #17233D;
}

.calc-bottom-primary {
  background: #5762CE;
  color: #ffffff;
  padding: 2.4rem;
  text-align: center;
}
.calc-bottom-primary h4 {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .calc-bottom-primary {
    padding: 1.6rem;
  }
  .calc-bottom-primary h4 {
    font-size: 1.5rem;
  }
}

.contact-item-person-big {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2.4rem;
  background: #F2F6FE;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.contact-item-person-big-img {
  width: 16rem;
  height: 16rem;
  box-shadow: 52px 68px 34px 0px rgba(0, 0, 0, 0.02), 29px 38px 29px 0px rgba(0, 0, 0, 0.08), 13px 17px 21px 0px rgba(0, 0, 0, 0.14), 3px 4px 12px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 3.2rem;
}
.contact-item-person-big-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-item-person-big-content h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #17233D;
  margin-bottom: 0;
}
.contact-item-person-big-content p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact-item-person-big-img {
    width: 12rem;
    height: 12rem;
    margin-bottom: 2.4rem;
  }
  .contact-item-person-big-content {
    font-size: 1.2rem;
  }
  .contact-item-person-big-content h2 {
    font-size: 1.5rem;
  }
}

.contact-item-person {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 2.4rem;
  background: #F2F6FE;
  justify-content: center;
  width: 100%;
}
.contact-item-person-img {
  width: 12rem;
  height: 12rem;
  box-shadow: 81px 107px 38px 0px rgba(0, 0, 0, 0), 52px 68px 34px 0px rgba(0, 0, 0, 0.02), 29px 38px 29px 0px rgba(0, 0, 0, 0.08), 13px 17px 21px 0px rgba(0, 0, 0, 0.14), 3px 4px 12px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 3.2rem;
}
.contact-item-person-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-item-person-content h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #17233D;
  margin-bottom: 0;
}
.contact-item-person-content p {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.contact-item-person-contact {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .contact-item-person {
    padding: 1.6rem;
    flex-direction: row;
  }
  .contact-item-person-img {
    width: 8rem;
    height: 8rem;
    order: 2;
    margin-bottom: 0;
  }
  .contact-item-person-content {
    order: 1;
    width: calc(100% - 8rem);
    padding-right: 1.6rem;
    font-size: 1.2rem;
  }
  .contact-item-person-content h2 {
    font-size: 1.5rem;
  }
  .contact-item-person-contact {
    margin-top: 1.4rem;
    font-size: 1.3rem;
  }
}

.contact-top-col {
  display: flex;
}

.contact-box-item {
  position: relative;
  width: 100%;
  display: block;
}
.contact-box-item-img {
  width: 100%;
}
.contact-box-item-img img {
  width: 100%;
}
.contact-box-item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.4rem;
  color: #ffffff;
  z-index: 1;
  padding-right: 4.8rem;
}
.contact-box-item-text-icon {
  position: absolute;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  font-weight: 300;
  right: 2.4rem;
  bottom: 2.4rem;
  color: #ffffff;
  text-decoration: none;
}
.contact-box-item-text h3 {
  color: #ffffff;
  margin-bottom: 0.4rem;
  font-size: 2.4rem;
}
.contact-box-item-text p {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.contact-box-item:after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(22, 27, 75, 0) 0%, rgba(22, 27, 75, 0.8) 100%);
  transition: all 0.3s;
}
.contact-box-item:hover:after {
  background: linear-gradient(180deg, rgba(22, 27, 75, 0.1) 0%, rgba(22, 27, 75, 0.9) 100%);
}
.contact-box-item-btn-list {
  display: flex;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
.contact-box-item-btn-list .simple-link-icon {
  color: #BCD1FA;
}

@media (max-width: 767px) {
  .contact-box-item-text {
    padding: 2.4rem;
  }
  .contact-box-item-text h3 {
    font-size: 1.5rem;
  }
  .contact-box-item-text p {
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .contact-box-item-text:after {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
  }
  .contact-box-item-btn-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
}
.modal-map {
  width: 100%;
  height: 70rem;
}
.modal-map iframe {
  height: 100%;
}
@media (max-width: 767px) {
  .modal-map {
    height: 48rem;
  }
}

.simple-text-btn-list {
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .simple-text-btn-list {
    flex-direction: column;
    gap: 0.8rem;
  }
}

.outline-box {
  border: 1px solid #EDF0F3;
  color: #546375;
  padding: 2.4rem;
}
.outline-box h3 {
  margin-bottom: 2rem;
}
.outline-box table {
  width: 100%;
}
.outline-box table td {
  padding: 0.8rem 0;
  height: 4.8rem;
  border-bottom: 1px solid #EDF0F3;
}
.outline-box table td:last-child {
  text-align: right;
}
.outline-box table tr:last-child td {
  border-bottom: none;
}
@media (max-width: 767px) {
  .outline-box {
    padding: 1.6rem;
  }
  .outline-box table td {
    height: 4rem;
  }
}

.contact-item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  line-height: 1.2;
}
.contact-item-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.contact-item-title .badge.bg-light {
  color: #5762CE;
}
.contact-item-value {
  font-size: 2.4rem;
  font-weight: 600;
  color: #17233D;
}
.contact-item-value a {
  color: #5762CE;
  text-decoration: none;
}
@media (max-width: 767px) {
  .contact-item-title {
    font-size: 1.3rem;
  }
  .contact-item-value {
    font-size: 1.8rem;
  }
}

.time-item {
  flex-grow: 1;
  padding: 1.6rem;
  background: #FAFBFF;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-align: center;
  justify-content: center;
  line-height: 1.25;
}
.time-item-list {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.time-item-title {
  font-size: 1.4rem;
}
.time-item p {
  margin-bottom: 0;
  color: #17233D;
  font-weight: 600;
}
@media (max-width: 1469px) {
  .time-item {
    font-size: 1.2rem;
    padding: 1.2rem 0.8rem;
  }
  .time-item-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .time-item {
    width: 100%;
    padding: 0.8rem;
  }
  .time-item-list {
    flex-direction: column;
  }
  .time-item-title {
    font-size: 1.3rem;
  }
  .time-item p {
    font-size: 1.4rem;
  }
}

.product-item-compare {
  background: transparent !important;
}
.product-item-compare .product-item-name {
  text-align: center;
}
.product-item-compare .product-item-compare-list {
  display: flex;
  flex-direction: column;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}
.product-item-compare .product-item-compare-item {
  display: flex;
  flex-direction: column;
  padding: 0.8rem 1.6rem;
  height: 4rem;
  overflow: hidden;
  overflow-x: auto;
  background: #ffffff;
}
.product-item-compare .product-item-compare-item strong {
  color: #17233D;
}
.product-item-compare .product-item-compare-item:nth-child(even) {
  background-color: #FAFBFC;
}
.product-item-compare .product-item-compare-item:hover, .product-item-compare .product-item-compare-item.hover-sync {
  background-color: #F2F6FE;
}
@media (max-width: 991px) {
  .product-item-compare .product-item-compare-item {
    height: auto;
  }
}

.compare-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.compare-wrapper-right {
  width: 25%;
  display: flex;
}
.compare-wrapper-right .product-item-col {
  width: calc(100% + 1px);
  margin-bottom: 1px;
  display: flex;
  z-index: 10;
}
.compare-wrapper-right .product-item-compare {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  background: #FAFBFC !important;
}
@media (max-width: 991px) {
  .compare-wrapper-right {
    display: none;
  }
}
.compare-wrapper-list {
  width: 75%;
  margin-left: -2px;
}
@media (max-width: 991px) {
  .compare-wrapper-list {
    width: 100%;
  }
}

.blue-box-question-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #17233D;
  margin-bottom: 0.8rem;
  line-height: 1.2;
}
.blue-box-question-date {
  color: #7C8CA4;
  margin-bottom: 1.6rem;
}
.blue-box-question p {
  margin-bottom: 1.6rem;
}

.product-line-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.product-line-item {
  display: flex;
  padding: 1.6rem;
  border: 1px solid #E1E5EA;
  align-items: flex-start;
}
.product-line-item-img {
  width: 8rem;
  flex-shrink: 0;
}
.product-line-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-line-item-content {
  padding-left: 2.4rem;
  flex-grow: 1;
}
.product-line-item-title {
  font-weight: 600;
  color: #17233D;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}
.product-line-item p {
  margin: 0;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .product-line-item-content {
    padding-left: 1.6rem;
  }
  .product-line-item p {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=style.css.map */
