﻿/*@import './mixins/clearfix.scss';*/
/*@import '../images/icons/icons.sprite.scss';

@import './config/reset.scss';*/
/*@import '../images/icons/icons.sprite.scss';*/
.base-tab {
  margin-top: 20px;
}
.base-tab .nav-pills .nav-link.active, .base-tab .nav-pills .show > .nav-link {
  background: gray;
}
.base-tab .nav-link {
  color: gray;
}
.base-tab .nav {
  background: #e1e1e1;
  margin-bottom: 15px;
  border-radius: 7px;
}
.base-tab .tab-content {
  background: #fff;
  border-radius: 7px;
  padding: 30px 20px;
  font-size: 0.9rem;
  overflow: auto;
}
.base-tab #pills-comment {
  background: #f7f7f7;
  margin: -30px -20px;
}
.base-tab .comments {
  padding: 20px;
}

.breadcrumb-w {
  font-size: 0.7rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: auto;
}
.breadcrumb-w ul {
  list-style: none;
}
.breadcrumb-w ul li {
  display: inline-block;
}
.breadcrumb-w ul li a {
  padding: 0 5px;
}
.breadcrumb-w ul li:after {
  content: "/";
  display: inline-block;
}
.breadcrumb-w ul li:last-child {
  color: gray;
  font-weight: bold;
}
.breadcrumb-w ul li:last-child:after {
  display: none;
}

.page-banner-container img {
  width: 100%;
}

/*latest-items */
.latest-items {
  padding: 15px 0px 0 0px;
  position: sticky;
  top: 60px;
  background: white;
}
.latest-items .latest-title {
  border: 1px solid #ebebeb;
  font-size: 17px;
  color: #000;
  padding: 4px 15px;
  margin-bottom: 15px;
}
.latest-items .latest-item {
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.latest-items .latest-item:last-child {
  border-bottom: none;
}
.latest-items .latest-item h3 {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 5px;
  vertical-align: top;
  line-height: 23px;
}
.latest-items .latest-item h3 a {
  display: block;
}
.latest-items .latest-item .latest-info {
  font-size: 1.3rem;
  color: #688383;
}
.latest-items .latest-item .latest-info span {
  margin-left: 2rem;
}
.latest-items .latest-item .latest-img {
  float: right;
  margin-left: 1rem;
}

#gallery-thumbnails .gallery-item {
  width: 76px;
  aspect-ratio: 1;
  margin: 0 2.5px 10px 2.5px;
  display: inline-block;
  position: relative;
  border: 1px solid #e0e0e2;
  padding: 4px;
  border-radius: 0.8rem;
}
#gallery-thumbnails .gallery-item.main-photo {
  width: auto;
}
#gallery-thumbnails .gallery-item:hover .play {
  opacity: 1;
}
#gallery-thumbnails .gallery-item .play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s all;
  z-index: 3;
  right: 0;
  left: 0;
  border-radius: 8px;
}
#gallery-thumbnails .gallery-item .play i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  color: white;
}

/*img-zoom-container */
.img-zoom-container {
  position: relative;
  border-radius: 7px;
  cursor: crosshair;
}
.img-zoom-container > img {
  border-radius: 7px;
}

.img-zoom-lens {
  position: absolute;
  background: rgba(255, 188, 188, 0.68);
  width: 100px;
  height: 100px;
}

.img-zoom-result {
  width: 500px;
  height: 500px;
  position: absolute;
  left: -505px;
  top: 0;
  pointer-events: none;
  border: 1px solid #e1e1e1;
  z-index: 5;
}

.btn {
  border-radius: 10px;
  padding: 5px 20px;
}
.btn.btn-secondary {
  background: var(--bs-secondary);
  color: white;
  border-color: var(--bs-secondary);
}
.btn.btn-secondary:hover {
  background: white;
  color: var(--bs-secondary);
}
.btn.btn-primary {
  border-color: var(--bs-primary);
  background: var(--bs-primary);
  color: white;
}
.btn.btn-primary img {
  margin-left: 5px;
  filter: brightness(1);
  transition: 0.3s all;
}
.btn.btn-primary:hover {
  background: #fafafc;
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn.btn-primary:hover img {
  filter: brightness(0);
}

textarea.form-control {
  min-height: 110px;
}

.form-title {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.form-title .sec-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-top: 0;
  font-weight: 500;
}

.form-title .sec-des {
  text-align: center;
  font-size: 0.8rem;
}

.disabled {
  background: inherit !important;
  border-color: inherit !important;
  color: inherit !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.text-secondary {
  color: var(--bs-secondary) !important;
}

@media (max-width: 550px) {
  .detail-page .detail-header .rate {
    float: none;
    margin-top: -5px;
  }
  .detail-page .detail-gallery {
    position: inherit;
    background: none;
  }
}
@media (max-width: 1200px) {
  .container-both {
    margin: 0 30px;
  }
  .container-left {
    margin-left: 30px;
  }
  .container-right {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .container-both {
    margin: 0 20px;
  }
  .container-left {
    margin: 0 20px;
  }
  .container-right {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .container-left {
    margin: 0;
  }
  .container-right {
    margin: 0;
  }
}
.bg-background-black {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
}

header {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: white;
  --tw-shadow: 0 1px 0 rgba(0,0,0,.14),0 2px 0 rgba(0,0,0,.05);
  --tw-shadow-colored: 0 1px 0 var(--tw-shadow-color),0 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
header.fixed-header .bottom-header, header .all-stuff-link {
  display: none;
}
header .top-header {
  position: relative;
  background-color: #002F8F;
}
header .top-header .logo-container {
  padding-top: 1.6rem;
}
header .top-header .header-logo {
  color: #fff;
}
header .top-header .header-logo .logo-title {
  display: block;
  font-size: 2.4rem;
  font-family: "Peyda-SemiBold";
  color: #000;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
header .top-header .header-logo .logo-title img {
  display: inline-block;
  margin-left: 0.8rem;
  vertical-align: text-bottom;
}
header .top-header .header-logo .description {
  display: block;
  font-size: 1.2rem;
}
header .dropdown-menu {
  font-size: 1.4rem;
  transform: translate(-10px, 35px) !important;
}
header.fixate {
  position: fixed;
  top: 0 !important;
  transition: top 0.5s ease;
}
header.fixate .top-header {
  padding: 0;
}
header.fixate .top-header .actions, header.fixate .top-header .search-wrap-outer {
  display: none !important;
}
header.fixate .top-header .logo-container {
  position: absolute;
  top: 0;
  z-index: 10;
  padding: 0;
}
header.fixate .top-header .logo-container .description {
  display: none;
}
header.fixate .bottom-header {
  padding: 0;
}
header .actions {
  font-size: 1.4rem;
  color: #fff;
  margin-top: 2.5rem;
}
header .actions .search-icon {
  display: inline-block;
  cursor: pointer;
  background: #f1f1f1;
  color: #787486;
  padding: 6px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  font-size: 1.5rem;
  margin-left: 10px;
}
header .actions .sign-up svg {
  vertical-align: top;
}
header .actions .basket-icon {
  position: relative;
  display: inline-block;
  margin-right: 3rem;
}
header .actions .basket-icon .badge {
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: -5px;
  background: var(--bs-secondary) !important;
  width: 16px;
  height: 16px;
  padding: 4px;
  text-align: center;
  border-radius: 50%;
}
header .actions .basket-icon svg {
  width: 2.5rem;
}
header .actions span {
  cursor: pointer;
}
header .nav-toggle-button {
  cursor: pointer;
  display: none;
  position: absolute;
  left: 20px;
  top: 20px;
}
header .nav-toggle-button .toggle-button {
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  cursor: pointer;
}
header .nav-toggle-button .toggle-button .icon {
  position: relative;
}
header .nav-toggle-button .toggle-button .icon .bar {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: all 0.2s ease-in-out;
  margin: 5px 0 0 auto;
}
header .nav-toggle-button .toggle-button .icon .bar.bar.i-1 {
  width: 25px;
}
header .nav-toggle-button .toggle-button .icon .bar.bar.i-2 {
  width: 25px;
}
header .nav-toggle-button .toggle-button .icon .bar.bar.i-3 {
  width: 25px;
}
header .nav-toggle-button.open .icon .bar {
  margin: 7px 0 0 auto;
}
header .nav-toggle-button.open .icon .bar.i-1 {
  transform: translate(0, 4px) rotate(-45deg);
}
header .nav-toggle-button.open .icon .bar.i-2 {
  opacity: 0;
}
header .nav-toggle-button.open .icon .bar.i-3 {
  transform: translate(0, -14px) rotate(45deg);
}
header .search-wrap-outer {
  position: absolute;
  top: 2.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 455px;
}
header .search-wrap-outer .search-box {
  position: relative;
}
header .search-wrap-outer .search-box input {
  background: #fff;
  line-height: unset;
  height: 45px;
  width: 455px;
  padding-right: 50px;
}
header .search-wrap-outer .search-box input::placeholder {
  color: #B4B3B3;
}
header .search-wrap-outer .search-box input:focus {
  border: none;
  box-shadow: none;
}
header .search-wrap-outer .search-box .search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  pointer-events: none;
}
header .search-wrap-outer .search-box .close-search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 25px;
  height: 25px;
}
header .search-wrap-outer .search-item-container {
  border: 1px solid #eee;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  border-radius: 5px;
  background: white;
  text-align: start;
  max-height: 300px;
  overflow: auto;
  padding: 0 15px;
}
header .search-wrap-outer .search-item-container .latest-searches, header .search-wrap-outer .search-item-container .popular-searches {
  padding: 15px 0;
}
header .search-wrap-outer .search-item-container .items {
  font-size: 1.4rem;
}
header .search-wrap-outer .search-item-container .items .items-title {
  font-size: 1.6rem;
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid var(--bs-primary);
}
header .search-wrap-outer .search-item-container .items .search-item {
  min-height: 70px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  background: #eee;
  margin-top: 10px;
  border-radius: 5px;
}
header .search-wrap-outer .search-item-container .items .search-item:hover {
  background: var(--bs-primary);
  color: white;
}
header .search-wrap-outer .search-item-container .category-items {
  font-size: 1.4rem;
  display: flex;
  gap: 10px;
  overflow: auto;
}
header .search-wrap-outer .search-item-container .category-items .items-title {
  font-size: 1.6rem;
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid var(--bs-primary);
}
header .search-wrap-outer .search-item-container .category-items .search-item {
  min-height: 70px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #eee;
  margin-top: 10px;
  border-radius: 5px;
}
header .search-wrap-outer .search-item-container .category-items .search-item:hover {
  background: var(--bs-primary);
  color: white;
}
header .search-wrap-outer .search-item-container .search-for, header .search-wrap-outer .search-item-container .search-title, header .search-wrap-outer .search-item-container .items-title {
  padding: 10px;
}
header .search-wrap-outer .search-item-container .search-for span, header .search-wrap-outer .search-item-container .search-title span, header .search-wrap-outer .search-item-container .items-title span {
  color: gray;
}

.bottom-header {
  position: relative;
  z-index: 7;
  transition: 0.1s all;
  top: 0;
  font-size: 1.4rem;
  background-color: #0043CE;
  clear: both;
}
.bottom-header .container {
  position: relative;
}
.bottom-header .menu-nav {
  position: relative;
  display: block;
  text-align: center;
}
.bottom-header .menu-nav nav {
  display: inline-block;
  text-align: right;
}
.bottom-header .menu-nav ul {
  list-style: none;
}
.bottom-header .menu-nav ul li {
  display: inline-block;
}
.bottom-header .menu-nav ul.level-4 {
  margin-top: 1rem;
}
.bottom-header .menu-nav ul.level-1 {
  position: relative;
}
.bottom-header .menu-nav ul.level-1 .caret {
  display: none;
  position: absolute;
  left: 10px;
  top: 0;
  transform: rotate(0);
  transition: all 0.3s;
}
.bottom-header .menu-nav ul.level-1 .caret:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--bs-secondary);
  transition: all 0.3s ease;
}
.bottom-header .menu-nav ul.level-1 img {
  width: 20px;
  margin-left: 10px;
  filter: invert(1);
}
.bottom-header .menu-nav ul.level-1 .menu-img {
  display: none;
}
.bottom-header .menu-nav ul.level-1 .item {
  padding: 16px 15px;
  color: #fff;
}
.bottom-header .menu-nav ul.level-1 .item a {
  position: relative;
  font-size: 1.6rem;
}
.bottom-header .menu-nav ul.level-1 .item:hover a {
  color: #f3882a;
}
.bottom-header .menu-nav ul.level-1 .item:hover a > .caret {
  transform: rotate(180deg);
}
.bottom-header .menu-nav ul.level-1 .item:hover .level-2 {
  display: block;
}
.bottom-header .menu-nav ul.level-1 .level-2 {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background: white;
  border-radius: 5px;
  min-height: 400px;
  z-index: 2;
  overflow: hidden;
  box-shadow: 1px 3px 5px #646464;
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item {
  display: block;
  max-width: 250px;
  padding: 10px;
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item.no-children {
  border-radius: 50px 0 0 50px;
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item a {
  color: black;
  display: block;
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item a > .caret {
  transform: rotate(0);
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item ul.level-3 {
  display: none;
  padding: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  border-right: 1px solid #232f3e;
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item ul.level-3 > .item {
  border: none;
  display: block;
  padding: 5px 15px;
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item ul.level-3 > .item > a {
  color: black;
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item ul.level-3 > .item > a > .caret {
  transform: rotate(0);
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item ul.level-3 > .item:hover > a {
  color: var(--bs-primary);
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item ul.level-3 > .item:hover > a > .caret {
  transform: rotate(180deg);
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item ul.level-3 .level-4 .item {
  border: none;
  display: block;
  padding: 1rem;
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item ul.level-3 .level-4 .item > a {
  font-weight: normal;
  font-size: 1.3rem;
  color: #232323;
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item ul.level-3 .level-4 .item > .caret {
  transform: rotate(0);
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item ul.level-3 .level-4 .item:hover > a {
  color: var(--bs-primary);
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item ul.level-3 .level-4 .item:hover > a > .caret {
  transform: rotate(180deg);
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item img {
  filter: grayscale(1) !important;
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item:hover {
  background: #232f3e;
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item:hover > a {
  color: white;
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item:hover > a > .caret {
  transform: rotate(180deg);
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item.open img {
  filter: grayscale(0) !important;
}
.bottom-header .menu-nav ul.level-1 .level-2 > .item.open .level-3 {
  display: flex;
}
.bottom-header .link-container {
  display: inline-block;
  float: left;
  position: absolute;
  left: 15px;
  top: 12px;
}
.bottom-header .link-container a {
  display: block;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 1.2rem;
  padding: 6px 17px;
}
.bottom-header .link-container a svg {
  width: 24px;
  height: 24px;
}
.bottom-header .link-container a span {
  font-size: 1.4rem;
  color: #0043CE;
}
.bottom-header .link-container a:hover {
  background-color: #0043CE;
}
.bottom-header .link-container a:hover span {
  color: #fff;
}
.bottom-header .link-container a:hover svg {
  filter: invert(1);
}

/*#search-section { position: fixed; right: 0; left: 0; top: 0; bottom: 0; background: white; z-index: 10; display: none; padding: 100px 0;
    .search-box { width: 500px; margin: auto; position: relative;
        .form-control { padding-right: 50px; border: 1px solid var(--bs-primary); line-height: 2; }
        .fa-search { position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }
        .search-item-container { position: absolute; top: 100%; left: 0; right: 0; height: 600px; overflow: auto; scrollbar-width: none;
            .search-item { padding: 10px 15px; color: black; background: #f5f5f5;
                &:hover { color: white; background: var(--bs-secondary); }
            }
            &::-webkit-scrollbar { display: none; }
        }
    }
    .search-close { position: relative; width: 32px; height: 32px; cursor: pointer; display: inline-block; position: absolute; top: 25px; right: 100px;
        &:after { position: absolute; left: 15px; content: ' '; height: 33px; width: 2px; background-color: #333; transform: rotate(-45deg); }
        &:before { position: absolute; left: 15px; content: ' '; height: 33px; width: 2px; background-color: #333; transform: rotate(45deg); }
        &:hover {
            &:after { background-color: var(--bs-primary); }
            &:before { background-color: var(--bs-primary); }
        }
    }
}*/
.fixed-navigation-bottom, header .bottom-header .menu-nav .fixed-navigation .menu-container {
  display: none;
}

@media (max-width: 1199px) {
  header .bottom-header .menu-nav ul.level-1 .item a {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .fixed-navigation-bottom {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0px -1px 11px #2e2e2e;
    z-index: 100;
    padding: 5px;
    font-size: 1rem;
  }
  .fixed-navigation-bottom.no-shadow {
    border-top: 1px solid #eee;
    box-shadow: none;
  }
  .fixed-navigation-bottom .item {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: transparent;
    padding-top: 5px;
    transition: 0.3s all;
    border-radius: var(--border-radius);
  }
  .fixed-navigation-bottom .item .title {
    font-size: 0.9rem;
    font-weight: 300;
    display: block;
  }
  .fixed-navigation-bottom .item .icon {
    display: block;
    margin-left: 0;
    transition: 0.8s margin;
    position: relative;
  }
  .fixed-navigation-bottom .item .badge {
    position: absolute;
    left: 10px;
    top: 7px;
    font-size: 0.6rem;
  }
  .fixed-navigation-bottom .item.active {
    background: var(--bs-primary);
    color: white;
    flex-direction: row;
    flex: 1.2;
  }
  .fixed-navigation-bottom .item.active .title {
    font-weight: bold;
  }
  .fixed-navigation-bottom .item.active .icon {
    display: block;
    margin-left: 5px;
  }
  header {
    position: relative;
    box-shadow: none;
    border-bottom: 1px solid #e9e9e9;
  }
  header .bottom-header .menu-nav ul.level-1 img {
    filter: invert(0);
  }
  header .bottom-header {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    height: 70px;
  }
  header .bottom-header .link-container {
    float: initial;
    margin-bottom: 15px;
  }
  header .in-side-menu {
    position: fixed;
    left: auto;
    right: -100%;
    background: white;
    top: 0;
    bottom: 0;
    transition: 0.3s all;
    z-index: 7;
    min-width: 250px;
    box-shadow: 0px 3px 15px black;
    overflow: auto;
    text-align: start;
  }
  header .in-side-menu.open {
    right: 0;
  }
  header .top-header {
    padding: 0 0 10px;
  }
  header .top-header .actions {
    margin-left: 45px;
    margin-top: 2rem;
  }
  header .top-header .actions .basket-icon {
    margin-right: 1rem;
  }
  header .top-header .logo-container {
    padding: 0;
  }
  header .top-header .search-wrap-outer {
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    max-width: 600px;
    margin: 0;
  }
  header .top-header #search-section {
    display: block !important;
    margin-top: 10px;
  }
  header .top-header #search-section .search-wrap {
    margin-right: 0;
  }
  header .top-header #search-section .search-wrap .search-box input {
    width: 600px;
  }
  header .nav-toggle-button {
    display: inline-block !important;
  }
  header .bottom-header .menu-nav ul.level-1 .item {
    display: block;
    position: relative;
    color: #333;
  }
  header .bottom-header .menu-nav ul.level-1 .level-2 {
    box-shadow: none;
    background: #f2f2f2;
    border-radius: 0;
    padding-right: 15px;
    margin-top: -5px;
  }
  header .bottom-header .menu-nav ul.level-1 .level-2 > .item {
    padding-left: 0;
  }
  header .bottom-header .menu-nav ul.level-1 .level-2 > .item.open .level-3 {
    display: flex;
    width: auto;
    position: relative;
    background: white;
    border-radius: 5px;
    padding-right: 25px;
    margin-top: 10px;
  }
  header .bottom-header .menu-nav .fixed-navigation {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    top: auto;
    background: white;
    transition: 0.3s all;
    z-index: 11;
    display: block;
  }
  header .bottom-header .menu-nav .fixed-navigation.open {
    top: 0;
    bottom: 0;
  }
  header .bottom-header .menu-nav .fixed-navigation .level-1 {
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 0 5px #dddddd;
    padding: 10px;
    padding: 5px 10px;
  }
  header .bottom-header .menu-nav .fixed-navigation .level-1 > .item {
    display: inline-block;
    border-radius: 5px;
    padding: 5px 15px;
  }
  header .bottom-header .menu-nav .fixed-navigation .level-1 > .item.open {
    background: var(--bs-primary);
    color: white;
    font-weight: bold;
  }
  header .bottom-header .menu-nav .fixed-navigation .level-1 > .item .icon {
    display: none;
  }
  header .bottom-header .menu-nav .fixed-navigation .level-1 .level-2 {
    display: none !important;
  }
  header .bottom-header .menu-nav .fixed-navigation .level-2, header .bottom-header .menu-nav .fixed-navigation .level-3, header .bottom-header .menu-nav .fixed-navigation .level-4 {
    display: none;
  }
  header .bottom-header .menu-nav .fixed-navigation .menu-container {
    display: block;
    background: #f3f3f3;
    height: 90vh;
    overflow: auto;
  }
  header .bottom-header .menu-nav .fixed-navigation .menu-container .icon, header .bottom-header .menu-nav .fixed-navigation .menu-container .caret, header .bottom-header .menu-nav .fixed-navigation .menu-container .all-stuff-link {
    display: none;
  }
  header .bottom-header .menu-nav .fixed-navigation .menu-container .level-2 {
    list-style: none;
    display: inline-block;
    text-align: center;
    width: 100px;
    height: calc(100% - 10px);
    overflow: auto;
    padding: 0 5px 80px;
    background: white;
  }
  header .bottom-header .menu-nav .fixed-navigation .menu-container .level-2 .item {
    border-radius: 5px;
    display: block;
  }
  header .bottom-header .menu-nav .fixed-navigation .menu-container .level-2 .item.open {
    background: var(--bs-primary);
    color: white;
    font-weight: bold;
  }
  header .bottom-header .menu-nav .fixed-navigation .menu-container .level-2 .item.open .level-3 {
    display: block;
    position: absolute;
    left: 0px;
    width: calc(100% - 105px);
    top: 50px;
    bottom: 0;
    border-radius: 5px;
    color: black;
    list-style: none;
    text-align: right;
    padding: 5px;
    overflow: auto;
    padding-bottom: 80px;
  }
  header .bottom-header .menu-nav .fixed-navigation .menu-container .level-2 .item.open .level-3 > .item {
    background: white;
    margin: 5px 0;
    box-shadow: 0 0 5px #d5d5d5;
  }
  header .bottom-header .menu-nav .fixed-navigation .menu-container .level-2 .item.open .level-3 > .item > a {
    display: block;
    border-bottom: 1px solid #cbcbcb;
    padding: 5px;
  }
  header .bottom-header .menu-nav .fixed-navigation .menu-container .level-2 .item.open .level-3 > .item > a > .menu-img {
    display: inline-block;
    width: 21px;
    margin: 0;
  }
  header .bottom-header .menu-nav .fixed-navigation .menu-container .level-2 .item.open .level-3 > .item > a .all-stuff-link {
    display: inline-block;
    float: left;
    color: var(--bs-primary);
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 2px;
  }
  header .bottom-header .menu-nav .fixed-navigation .menu-container .level-2 .item.open .level-3 > .item .level-4 {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0px;
  }
  header .bottom-header .menu-nav .fixed-navigation .menu-container .level-2 .item.open .level-3 > .item .level-4 > a {
    display: block;
  }
  header .bottom-header .menu-nav .fixed-navigation .menu-container .level-2 .item.open .level-3 > .item .level-4 > .item {
    flex: 0 0 30%;
    text-align: center;
    font-weight: normal;
    margin: 10px 0;
  }
  header .bottom-header .menu-nav .fixed-navigation .menu-container .level-2 .item .menu-img {
    width: 40px;
    display: block;
    margin: 5px auto;
    border-top: 1px solid #d9d9d9;
    padding-top: 5px;
  }
  header .bottom-header .menu-nav .fixed-navigation .menu-container .level-2 .item:first-child .menu-img {
    border-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  header .top-header .search-wrap-outer {
    max-width: 100%;
  }
  header .top-header #search-section .search-wrap .search-box input {
    width: 100%;
  }
}
@media (max-width: 575px) {
  header .top-header .header-logo .logo-title {
    font-size: 1.6rem;
  }
  header .top-header .header-logo .logo-title img {
    width: 35px;
    vertical-align: middle;
  }
  header .top-header .header-logo .description {
    display: none;
  }
  header .top-header .actions {
    margin-top: 1.5rem;
  }
}
footer {
  position: relative;
  background-color: #0043CE;
}
footer .footer-advantages {
  background-color: #fff;
  padding: 3rem 0;
}
footer .footer-advantages .grid-items-container {
  display: flex;
  flex-wrap: wrap;
  gap: 6.2rem;
}
footer .footer-advantages .grid-items-container .grid-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1.7rem;
}
footer .footer-advantages .grid-items-container .grid-item .img-container {
  min-width: 48px;
}
footer .footer-advantages .grid-items-container .grid-item .img-container img {
  transition: all 0.5s ease;
}
footer .footer-advantages .grid-items-container .grid-item .title {
  font-family: "Peyda-SemiBold";
  font-size: 1.6rem;
}
footer .footer-advantages .grid-items-container .grid-item .description {
  font-size: 1.4rem;
  color: #ACACAC;
}
footer .footer-advantages .grid-items-container .grid-item:hover .img-container a img {
  transform: rotateY(180deg);
}
footer .footer-advantages .grid-items-container .grid-item:hover .title {
  color: #FF8C17;
}
footer .footer-bottom {
  position: relative;
  padding: 4rem 0;
  color: #fff;
}
footer .footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-bottom nav > div {
  flex: 1;
}
footer .footer-bottom .footer-title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-family: "Peyda-SemiBold";
}
footer .footer-bottom .footer-item {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
footer .footer-bottom .footer-item:hover {
  color: #FF8C17;
}
footer .footer-top .container {
  border-top: 1px solid #d9d9d9;
  padding: 3rem 15px 1rem;
  display: flex;
  flex-direction: row;
}
footer .footer-top .container > div {
  flex: 1;
  color: #fff;
}
footer .footer-top div.title {
  font-family: "Peyda-SemiBold";
  font-size: 2rem;
  margin-bottom: 2rem;
}
footer .footer-top .support-services p svg {
  margin-left: 5px;
  transition: all 0.5s ease;
}
footer .footer-top .support-services p:hover svg {
  transform: rotateY(180deg);
}
footer .footer-top .social-media {
  text-align: center;
}
footer .footer-top .social-media .media-item {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 4.5px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}
footer .footer-top .social-media .media-item svg {
  width: 24px;
  height: 24px;
  transition: all 0.5s ease;
}
footer .footer-top .social-media .media-item:hover svg {
  transform: rotate(360deg);
  filter: invert(1);
}
footer .footer-top .Namad {
  text-align: left;
}
footer .footer-top .Namad a {
  display: inline-block;
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 2rem;
  text-align: center;
}
footer .copy-right {
  padding: 2rem 0 3rem;
  text-align: left;
  color: #fff;
  font-family: "Peyda-SemiBold";
  font-size: 1.6rem;
}

@media (max-width: 1199px) {
  footer .footer-bottom {
    padding: 3rem 0;
  }
  footer .footer-bottom .footer-title {
    font-size: 1.6rem;
  }
  footer .footer-bottom .footer-item {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 991px) {
  footer .footer-advantages {
    padding: 2rem 0;
  }
  footer .footer-advantages .grid-items-container {
    gap: unset;
  }
  footer .footer-advantages .grid-items-container .grid-item {
    flex: 0 0 50%;
    gap: unset;
  }
  footer .footer-bottom {
    padding: 2rem 0;
  }
  footer .footer-bottom nav > div {
    flex: 1 0 33%;
    margin-bottom: 2rem;
  }
  footer .footer-top {
    padding: 2rem 0;
  }
  footer .copy-right {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  footer .footer-advantages .grid-items-container .grid-item {
    flex: 0 0 100%;
  }
}
@media (max-width: 575px) {
  footer .footer-bottom nav > div {
    flex: 1 0 50%;
  }
  footer .footer-top .container {
    display: block;
  }
  footer .footer-top .container > div {
    text-align: center !important;
    margin-bottom: 2rem;
  }
  footer .copy-right {
    text-align: center;
  }
}
html {
  max-width: 100%;
  overflow-x: hidden;
  font-size: 10px;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

video.lazy-load {
  display: none;
}

body.loaded picture[data-remove-on-video-load] {
  display: none;
}
body.loaded video.lazy-load {
  display: initial;
}

.v-toast-container {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 99999;
}
.v-toast-container .v-toast {
  z-index: 100;
  overflow: hidden;
  transition: 0.5s all;
  cursor: pointer;
  min-width: 350px;
  text-align: center;
  color: black;
  background-color: #effcf9 !important;
  font-size: 16px;
  opacity: 0.5;
  box-shadow: 0 2px 9px #cbcbcb;
  border-radius: 2px;
  margin-bottom: 10px;
}
.v-toast-container .v-toast .toast-header {
  height: 5px;
  width: 100%;
  background: #ddd;
  position: relative;
}
.v-toast-container .v-toast .toast-header .timing {
  position: absolute;
  left: 0;
  right: 0;
  background: #88e4cf;
  height: 5px;
  top: 0;
  width: 100%;
}
.v-toast-container .v-toast .toast-header .timing.toast-header-error {
  background: #e4888c;
}
.v-toast-container .v-toast.toast-erorr {
  background: #fcefef !important;
}
.v-toast-container .v-toast p {
  margin: 0;
  vertical-align: middle;
  padding: 5px 30px;
}
.v-toast-container .v-toast.show-toast {
  opacity: 1;
}

.wizard-container {
  display: flex;
  flex-direction: column;
}
.wizard-container .wizard-header h1 {
  font-size: 1.6rem;
}
.wizard-container .wizard-header .progress-bar-container {
  position: relative;
  background: #5046e5;
  height: 3px;
  margin: 40px 50px;
}
.wizard-container .wizard-header .progress-bar-container .progressing {
  position: absolute;
  background: #0043ce;
  height: 3px;
  width: 0;
  transition: 0.3s all;
  max-width: 100%;
}
.wizard-container .wizard-header .progress-bar-container .bullet-container {
  position: absolute;
  top: -13px;
}
.wizard-container .wizard-header .progress-bar-container .bullet-container .bullet-item {
  background: white;
  border: 1px solid #b3b3b3;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.wizard-container .wizard-header .progress-bar-container .bullet-container .bullet-item .icon {
  width: 100%;
  height: 100%;
  padding: 5px;
}
.wizard-container .wizard-header .progress-bar-container .bullet-container.active .bullet-item {
  border: 1px solid #5046e5;
  background-color: #5046e5;
  color: white;
}
.wizard-container .wizard-body {
  flex: 1;
  margin-bottom: 40px;
}
.wizard-container .wizard-footer {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.wizard-container .wizard-footer .btn.btn-back {
  border: 1px solid var(--bs-secondary);
}

#smart-selection-app .main-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
#smart-selection-app .smart-offer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
#smart-selection-app .smart-offer-container .smart-offer-item {
  border: 3px solid #939393;
  border-radius: 10px;
  padding: 20px 20px;
  flex: 0 0 200px;
  text-align: start;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
#smart-selection-app .smart-offer-container .smart-offer-item .icon {
  width: 24px;
  height: 24px;
}
#smart-selection-app .smart-offer-container .smart-offer-item:hover {
  border-color: #5046e5;
}
#smart-selection-app .smart-offer-container .smart-offer-item.active {
  border-color: #5046e5;
  font-weight: bold;
}
#smart-selection-app .our-offer .badge {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 0 0 5px 5px;
}
#smart-selection-app .our-offer .add .btn-close {
  rotate: 45deg;
  width: 10px;
}

#smart-selection-modal {
  /* Hover effect for buttons with SVG icons */
  /* Focus effect for inputs */
  /* Button selection styling */
  /* Price range labels */
  /* Custom slider styling */
}
#smart-selection-modal .fade-enter-active, #smart-selection-modal .fade-leave-active {
  transition: opacity 0.5s ease;
}
#smart-selection-modal .modal-header {
  border: none;
  padding-bottom: 0;
  align-items: center;
  justify-content: center;
}
#smart-selection-modal .modal-header .btn-close {
  padding: 0;
  position: absolute;
  left: 24px;
  top: 21px;
}
#smart-selection-modal .modal-body {
  padding: 15px;
  padding-top: 0;
}
#smart-selection-modal .fade-enter,
#smart-selection-modal .fade-leave-to {
  opacity: 0;
}
#smart-selection-modal button:hover svg {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}
#smart-selection-modal .form-control:focus,
#smart-selection-modal .form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: none;
}
#smart-selection-modal .option-btn {
  transition: all 0.3s ease;
  border: 2px solid #dee2e6;
  background-color: #f8f9fa;
  margin-bottom: 10px;
}
#smart-selection-modal .option-btn.selected {
  border-color: #0d6efd;
  background-color: #e7f1ff;
}
#smart-selection-modal .option-btn svg {
  width: 40px;
  height: 40px;
}
#smart-selection-modal .price-range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-weight: bold;
  color: #495057;
}
#smart-selection-modal .price-values {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  color: #0d6efd;
}
#smart-selection-modal .vsrs-rail {
  background-color: #dee2e6 !important;
}
#smart-selection-modal .vsrs-process {
  background-color: #0d6efd !important;
}
#smart-selection-modal .vsrs-dot-handle {
  border-color: #0d6efd !important;
}

[type=tel], [type=url], [type=email], [type=number] {
  direction: rtl;
}

.custom-input p.text-danger {
  margin: 0;
  padding-right: 10px;
}
.custom-input .form-group {
  margin-bottom: 5px;
}

.status-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em 0.6em 0.3em;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0 0.25rem 0.25rem 0;
}

.like {
  cursor: pointer;
}
.like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.like.liked:after {
  font-weight: bold;
  color: red;
}

.owl-carousel {
  display: block;
}

/***MultiSelect****/
.multiselect {
  direction: rtl !important;
  text-align: right !important;
}
.multiselect .multiselect__select {
  left: 1px;
  right: auto;
}
.multiselect .multiselect__select:before {
  top: 80%;
}
.multiselect .multiselect__tags {
  padding: 8px 8px 8px 28px;
  height: 38px;
}
.multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  white-space: normal;
}

.multiselect__option--highlight {
  background: var(--bs-primary);
  color: white;
}

.size-100 {
  font-size: 1rem;
}

.size-80 {
  font-size: 0.8rem;
}

.line-bar-container {
  background: #efefef;
  height: 8px;
  overflow: hidden;
  border-radius: 5px;
  margin: 15px 0 0;
}
.line-bar-container .line-bar {
  background: var(--bs-primary);
  width: 0;
  height: 100%;
  display: block;
  transition: 1s width;
}

.share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

[v-cloak] {
  display: none !important;
}

.modal-backdrop.show {
  z-index: 100 !important;
}

.form-group {
  margin-bottom: 15px;
}

.btn-block {
  display: block;
  width: 100%;
}

.float-button {
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 4;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

body {
  direction: rtl;
  padding: 0;
  margin: 0;
  background-color: white;
  color: #333;
}
body.no-scroll {
  overflow: hidden;
}

.more-btn {
  background: var(--bs-primary);
  color: #fff;
  border-radius: 5px;
}

.error, .field-validation-error {
  color: red;
  display: block;
}

.container {
  width: 100%;
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto;
}

.inner-page .content-wrapper, .html-page .content-wrapper {
  padding: 30px 0;
}
.inner-page .content-wrapper .detail-dscp a, .html-page .content-wrapper .detail-dscp a {
  color: var(--bs-secondary);
}

.breadcrumb-w {
  font-size: 1.3rem;
}

.no-scroll-bar {
  overflow: hidden;
}

p {
  margin: 0;
}

.w-20 {
  width: 20% !important;
}

.col-b-15 {
  flex: 0 0 15%;
}

.col-b-20 {
  flex: 0 0 20%;
}

.col-b-25 {
  flex: 0 0 25%;
}

.col-b-50 {
  flex: 0 0 50%;
}

.col-b-75 {
  flex: 0 0 75%;
}

.pb-6 {
  padding-bottom: 4.5rem;
}

.loading-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.loading-container .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  background: #0043CE;
  padding: 40px 10px;
  border-radius: 10px;
}
.loading-container .loading img {
  margin: 0 auto;
  width: 70%;
}
.loading-container .loading img:last-child {
  width: 80px;
}

.profile .dropdown-menu {
  font-size: 1.4rem;
}

.vue-uploader .progres-bar-container {
  color: #000 !important;
  background-color: #f1f1f1 !important;
  margin: 10px 0;
}
.vue-uploader .progres-bar-container .progres-bar {
  color: #fff !important;
  background-color: var(--bs-primary) !important;
  padding: 0.01em 16px;
  text-align: center !important;
}

.time-line-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.time-line-container time {
  font-size: 2.5rem;
  letter-spacing: 4px;
  color: var(--bs-secondary);
  font-weight: bold;
}
.time-line-container .time-line {
  background: #D9D9D9;
  flex: 1;
  height: 5px;
  border-radius: 10px;
  position: relative;
}
.time-line-container .time-line .time-line-progress {
  position: absolute;
  height: 5px;
  background: var(--bs-secondary);
  left: 0;
  border-radius: 10px;
}

.text-ellipsis--2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--10 {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.flex-grow-2 {
  flex-grow: 2 !important;
}

.flex-grow-3 {
  flex-grow: 3 !important;
}

.flex-grow-4 {
  flex-grow: 4 !important;
}

.ltr {
  direction: ltr;
}

.lg-container.lg-show {
  direction: ltr;
}

.form-check-input:disabled {
  background: #dddddd;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

* a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

*:focus, *:visited, *:active {
  outline: none;
  text-decoration: none;
}

a {
  color: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.3s ease;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

.mw-90 {
  min-width: 90%;
}

ul, ol {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

.custom-radio-gp {
  margin: 10px 0;
}
.custom-radio-gp .title {
  font-weight: bold !important;
}
.custom-radio-gp .custom-radio, .custom-radio-gp .custom-checkbox {
  padding-right: 20px;
  margin: 10px 0;
}

.label-success {
  background-color: var(--bs-sucess);
  color: black;
}

.label-danger {
  background-color: var(--bs-danger);
}

.back-top {
  cursor: pointer;
  position: fixed;
  bottom: -35px;
  right: 15px;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.5s ease 0s, bottom 0.5s ease 0s;
  color: white;
  width: 5rem;
  height: 5rem;
  background: var(--bs-secondary);
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.back-top.show {
  bottom: 15px;
  opacity: 1;
}
.back-top a {
  width: 35px;
  height: 35px;
  display: block;
  background: #ed1c24;
  text-align: center;
  opacity: 1;
}
.back-top a span {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}

.sticky {
  position: sticky;
  z-index: 2;
}

.rate .br-widget {
  height: 23px;
  white-space: nowrap;
  display: flex;
}
.rate .br-widget a {
  text-decoration: none;
  height: 25px;
  width: 25px;
  font-size: 23px;
  margin-right: 5px;
  background-image: url("/images/star.png");
  background-size: cover;
  transition: none;
}
.rate .br-widget a.br-active, .rate .br-widget a.br-selected {
  background-image: url("/images/star-hover.png");
  background-size: contain;
}
.rate .br-widget .br-current-rating {
  display: none;
}
.rate .br-readonly a {
  cursor: default;
}

.alert-modal-container {
  position: fixed;
  left: 30px;
  bottom: 80px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 10px 0px #c3c3c3;
  background: white;
  z-index: 100;
  border-radius: 2px;
  font-size: 0.9rem;
}
.alert-modal-container .modal-content {
  line-height: 2;
}
.alert-modal-container .modal-content .modal-header {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding: 10px;
  background: var(--bs-primary);
  color: white;
}
.alert-modal-container .modal-content .modal-header .alert-close-btn {
  font-size: 1.2rem;
}
.alert-modal-container .modal-content .modal-body {
  padding: 10px;
}

.custom-modal-container .bg-gray {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.custom-modal-container .custom-modal {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: white;
  z-index: 10;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.custom-modal-container .custom-modal .custom-modal-header {
  padding: 10px 25px;
  background: #fafafc;
  border-bottom: 1px solid #dbdbdb;
}
.custom-modal-container .custom-modal .custom-modal-header .close {
  position: relative;
  right: 0;
  top: 0;
  width: 25px;
  height: 17px;
  cursor: pointer;
  display: inline-block;
}
.custom-modal-container .custom-modal .custom-modal-header .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #333;
  transform: rotate(-45deg);
}
.custom-modal-container .custom-modal .custom-modal-header .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #333;
  transform: rotate(45deg);
}
.custom-modal-container .custom-modal .custom-modal-body {
  overflow: auto;
  padding: 10px 25px;
  flex: 1;
}
.custom-modal-container .custom-modal .custom-modal-footer {
  text-align: left;
  padding: 10px 25px;
  background: #fafafc;
  border-top: 1px solid #dbdbdb;
}
.custom-modal-container .slide-enter-active,
.custom-modal-container .slide-leave-active {
  transition: left 1s ease;
}
.custom-modal-container .slide-enter,
.custom-modal-container .slide-leave-to {
  left: -100%;
}

.br-theme-poll .br-widget {
  white-space: nowrap;
  display: inline-block;
}
.br-theme-poll .br-widget a {
  display: inline-block;
  width: 55px;
  height: 12px;
  background-color: rgb(179.1692307692, 234.0153846154, 237.8307692308);
  margin: 1px;
}
.br-theme-poll .br-widget a.br-active, .br-theme-poll .br-widget a.br-selected {
  background-color: #60d3db;
}
.br-theme-poll .br-widget .br-current-rating {
  text-align: center;
  font-weight: 600;
  display: block;
  color: rgb(39.3230769231, 164.9384615385, 173.6769230769);
  font-weight: 400;
  min-height: 34px;
}
.br-theme-poll .br-readonly a {
  cursor: default;
}
.br-theme-poll .br-readonly a.br-active, .br-theme-poll .br-readonly a.br-selected {
  background-color: rgb(129.2676923077, 220.2061538462, 226.5323076923);
}
.br-theme-poll .br-readonly .br-current-rating {
  color: rgb(54.4153846154, 199.4923076923, 209.5846153846);
}

.more-content-btn {
  color: var(--bs-primary);
  cursor: pointer;
  margin: 10px 0;
}
.more-content-btn:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: sub;
  margin-right: 2px;
}

.tooltip-left {
  position: relative;
}
.tooltip-left .tooltiptext {
  visibility: hidden;
  width: 170px;
  background-color: #8f8f8f;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 150%;
  font-size: 0.9rem;
}
.tooltip-left .tooltiptext:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #8f8f8f;
}
.tooltip-left:hover .tooltiptext {
  visibility: visible;
}

.share-box-modal {
  cursor: pointer;
}
.share-box-modal:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

#shareModal .links .btn {
  margin: 5px;
}
#shareModal .links .btn i {
  vertical-align: middle;
}
#shareModal .links .facebook {
  background: #4267B2;
  color: white;
}
#shareModal .links .twitter {
  background: #1DA1F2;
  color: white;
}
#shareModal .links .linkedin {
  background: #0077b5;
  color: white;
}
#shareModal .links .telegram {
  background: #229ED9;
  color: white;
}
#shareModal .links .whatsapp {
  background: #128C7E;
  color: white;
}

.modal-dialog .close {
  background: white;
  border: none;
  font-size: 1.4rem;
}

.loading-content {
  position: relative;
  overflow: hidden;
}
.loading-content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, #d3d3d3, #a6a6a6, #d3d3d3);
  background-size: 400% 400%;
  animation: moveGradient 3s ease infinite;
  border-radius: 5px;
  z-index: 1000;
}

@keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*@media (min-width: 1600px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1550px; }
}

@media (min-width: 1800px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1750px; }
}*/
@media (max-width: 1200px) {
  .custom-modal-container .custom-modal {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .breadcrumb-w {
    margin: 0;
  }
  .custom-modal-container .custom-modal {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .tooltip-left .tooltiptext {
    display: none;
  }
  .custom-modal-container .custom-modal {
    width: 100%;
  }
}
@media print {
  .br-theme-poll .br-widget a {
    border: 1px solid #b3b3b3;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-poll .br-widget a.br-active, .br-theme-poll .br-widget a.br-selected {
    border: 1px solid black;
    background: white;
  }
  .br-theme-poll .br-widget .br-current-rating {
    color: black;
  }
}
@media print {
  .br-theme-css-stars .br-widget a {
    background: url("/images/star.png") no-repeat;
    color: black;
  }
  .br-theme-css-stars .br-widget a.br-active,
  .br-theme-css-stars .br-widget a.br-selected {
    background: url("/images/star-hover.png") no-repeat;
    color: black;
  }
}
