@font-face {
  font-family: iransansX;
  src: url("./../fonts/IranSansX/Farsi-numerals/IRANSansXFaNum-Regular.ttf");
}

a,
button,
input {
  text-decoration: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0;
  outline: none;
}

a:hover, a:focus,
button:hover,
button:focus,
input:hover,
input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0;
  outline: none;
}

body {
  direction: rtl;
  text-align: right;
}

body * {
  font-family: iransansX;
}

.btn-main, .btn-main-gray, .btn-main-gray-outline, .btn-main-dark-gray, .join-us form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #7da645;
  border-radius: 20px;
  padding: 0.5rem 1.2rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px !important;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}

.btn-main:hover, .btn-main-gray:hover, .btn-main-gray-outline:hover, .btn-main-dark-gray:hover, .join-us form button:hover {
  color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 4px 5px 12px !important;
          box-shadow: rgba(0, 0, 0, 0.1) 4px 5px 12px !important;
}

.btn-main-gray, .btn-main-gray-outline, .btn-main-dark-gray {
  background-color: #f2f3f5;
  color: #041e3a;
}

.btn-main-gray:hover, .btn-main-gray-outline:hover, .btn-main-dark-gray:hover {
  background-color: #7da645;
}

.btn-main-gray-outline {
  background-color: transparent;
  border: 1px solid #e1e1e5;
}

.btn-link {
  font-size: 14px;
  color: #041e3a !important;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #041e3a;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-link:hover {
  border-bottom: 1px solid #7da645;
  padding: 0;
  color: #7da645 !important;
}

header {
  height: 98px;
  position: -webkit-sticky;
  position: sticky;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  top: -28px;
  z-index: 999;
  -webkit-box-shadow: 0px 39px 28px -38px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 39px 28px -38px rgba(0, 0, 0, 0.03);
}

@media screen and (max-width: 991px) {
  header {
    -webkit-box-shadow: 0px 39px 28px -38px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 39px 28px -38px rgba(0, 0, 0, 0.15);
  }
}

header .top-header {
  background-color: #041e3a;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  padding: 0 50px;
}

header .top-header > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  direction: ltr;
  font-size: 14px;
}

header .top-header > a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  header .top-header {
    padding: 0 0.75rem;
  }
}

header .top-header .drop-down__button {
  padding: 0;
}

header .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

header .navbar-brand img {
  width: auto;
  height: 35px;
}

header .navbar-collapse {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .navbar-collapse .nav-link {
  color: #fff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
}

header .navbar-collapse .nav-link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #041e3a;
  bottom: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .navbar-collapse .nav-link:hover::before {
  width: 80%;
}

header .navbar-collapse .iconic-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  height: 100%;
  margin: 0;
}

header .navbar-collapse .iconic-item li {
  list-style-type: none;
}

header .navbar-collapse .iconic-item li a {
  font-size: 18px;
  color: #041e3a;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .navbar-collapse .searchBox {
  width: 100%;
}

header nav {
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 !important;
}

header nav .navbar-collapse .navbar-nav {
  height: 70px;
}

header nav .navbar-collapse .navbar-nav .nav-item {
  line-height: 55px;
}

@media screen and (max-width: 991px) {
  header nav .navbar-collapse .navbar-nav {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0;
    padding-top: 20px;
  }
  header nav .navbar-collapse .navbar-nav .nav-item {
    line-height: 25px;
  }
}

header nav:hover {
  background-color: #fff;
}

header nav:hover .navbar-collapse .nav-item {
  height: 100%;
}

header nav:hover .navbar-collapse .nav-link {
  color: #041e3a !important;
}

header nav:hover .navbar-collapse .iconic-item li a {
  color: #041e3a;
}

header nav:hover .navbar-collapse .searchBox {
  width: 100%;
}

header .fixed-nav {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  header .fixed-nav {
    padding-bottom: 10px !important;
  }
}

header .fixed-nav .navbar-collapse .nav-link {
  color: #041e3a !important;
}

header .fixed-nav .navbar-collapse .iconic-item li a {
  color: #041e3a;
}

header .fixed-nav .navbar-collapse .searchBox {
  width: 100%;
}

@media screen and (max-width: 991px) {
  main > div {
    overflow: hidden;
  }
}

main .carousel {
  margin-top: -70px;
}

main .carousel img {
  width: 100%;
}

main .carousel .carousel-caption {
  top: 30%;
  right: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #f2f3f5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  color: #041e3a;
}

.searchBox .card {
  border: 0;
  padding: 30px;
  padding-top: 50px;
  height: 230px;
}

.searchBox .card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-top: 20px;
}

.searchBox .card ul li {
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  .searchBox .card {
    padding: 30px 20px;
    height: 100px;
  }
}

.result-count {
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .result-count {
    font-size: 16px;
  }
}

.search-box-input {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.search-box-input p {
  position: absolute;
  pointer-events: none;
  color: #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 18px;
}

.search-box-input input {
  width: 100%;
  height: 40px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.search-box-input input:placeholder-shown {
  background-color: transparent;
}

.most-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
  gap: 20px;
}

.most-view a {
  cursor: pointer;
}

.table_center {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 200;
}

.drop-down {
  display: inline-block;
  position: relative;
}

.drop-down__button {
  display: inline-block;
  padding: 0 18px;
  text-align: left;
  border-radius: 4px;
  cursor: pointer;
}

.drop-down__name {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drop-down__name i {
  height: 15px;
}

.drop-down__menu-box {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 200;
  margin-top: 5px;
}

.drop-down__menu {
  margin: 0;
  padding: 0 13px;
  list-style: none;
}

.drop-down__menu-box:before {
  content: "";
  background-color: transparent;
  border-right: 8px solid transparent;
  position: absolute;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-top: 8px solid transparent;
  top: -15px;
  right: 18px;
  z-index: 200;
}

.drop-down__menu-box:after {
  content: "";
  background-color: transparent;
}

.drop-down__item {
  font-size: 13px;
  padding: 13px 0;
  text-align: right;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #e0e2e9;
}

.drop-down__item a {
  color: #041e3a;
}

.drop-down--active .drop-down__menu-box {
  visibility: visible;
  opacity: 1;
  margin-top: 15px;
}

.drop-menu {
  position: absolute;
  width: 100%;
  top: 67px;
  right: 0;
  z-index: 1;
  height: 0px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.drop-menu .menu-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 75% 25%;
      grid-template-columns: 75% 25%;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.drop-menu .menu-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 280px;
}

.drop-menu .menu-content ul li {
  list-style-type: none;
  height: 32px !important;
}

.drop-menu .menu-content ul li a {
  color: #041e3a;
  font-size: 14px;
}

.drop-menu .menu-content ul li.category-title a {
  font-weight: bold;
}

.drop-menu .menu-content > div img {
  width: 100%;
}

.nav-item:hover .drop-menu {
  height: 350px;
  padding: 30px 0;
}

i::before {
  margin: 0 !important;
}

.card-section {
  background: url("./../img/bg.webp") no-repeat;
}

.card-section .card {
  border: 0;
  background-color: transparent;
}

.category .category-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 50px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category .category-holder .card {
  width: 31%;
  border: 0;
}

@media screen and (max-width: 455px) {
  .category .category-holder .card {
    width: 48%;
  }
}

@media screen and (max-width: 400px) {
  .category .category-holder .card {
    width: 100%;
  }
}

.category .category-holder .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.category .category-holder .card .card-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.category .category-holder .card .btn-link {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  .category .category-holder {
    gap: 15px;
  }
}

.shop-location {
  background-color: #f2f3f5;
}

.shop-location .tab-content {
  border-radius: 3px;
  padding: 20px;
  padding-bottom: 5px;
}

.shop-location .nav-pills button {
  color: #b8babd;
  border-radius: 0;
  font-weight: 700;
}

.shop-location .nav-pills button.active {
  color: #041e3a;
  background-color: transparent;
  border-bottom: 1px solid #041e3a;
}

.shop-location .card {
  background-color: #f2f3f5;
  border: 0;
}

.shop-location .card iframe {
  height: 250px;
}

.f-first-section > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (22%)[2] 34% 22%;
      grid-template-columns: repeat(2, 22%) 34% 22%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #041e3a50;
  border-bottom: 1px solid #041e3a50;
  padding: 30px 0;
}

.f-first-section > div > div {
  border-left: 1px solid #041e3a50;
  padding: 0 20px;
}

.f-first-section > div > div:last-child {
  border: 0;
}

.f-first-section > div ul {
  padding: 0;
}

.f-first-section > div ul li {
  list-style-type: none;
  padding: 3px 0;
}

.f-first-section > div ul li a {
  color: #041e3a;
  font-size: 14px;
  position: relative;
  padding-right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.f-first-section > div ul li a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #041e3a;
  opacity: 0.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.f-first-section > div ul li a:hover {
  color: #7da645;
}

.f-first-section > div ul li a:hover i {
  opacity: 1;
  color: #7da645;
}

@media screen and (max-width: 991px) {
  .f-first-section > div {
    -ms-grid-columns: (50%)[2];
        grid-template-columns: repeat(2, 50%);
  }
  .f-first-section > div > div:nth-child(2) {
    border: 0;
  }
}

@media screen and (max-width: 767px) {
  .f-first-section > div {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .f-first-section > div > div {
    border: 0;
    border-bottom: 1px solid #e1e1e5;
  }
}

.f-last-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.f-last-section p {
  font-size: 13px;
  margin: 0;
}

.f-last-section p a {
  color: #fa6261;
}

.join-us form {
  border: 1px solid #7da645;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.join-us form button,
.join-us form input {
  height: 100%;
}

.join-us form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
}

.join-us form input::-webkit-input-placeholder {
  font-size: 14px;
}

.join-us form input:-ms-input-placeholder {
  font-size: 14px;
}

.join-us form input::-ms-input-placeholder {
  font-size: 14px;
}

.join-us form input::placeholder {
  font-size: 14px;
}

.join-us form button {
  border-radius: 0;
  padding: 0.5rem 2rem;
}

@media screen and (max-width: 340px) {
  .join-us form input {
    width: 70%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1090px) {
  .join-us form input {
    width: 70%;
  }
}

.join-us ul {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding-top: 10px !important;
}

.join-us ul a {
  font-size: 14px !important;
}

.join-us ul a i {
  font-size: 18px !important;
  opacity: 1 !important;
}

.join-us ul a code {
  font-size: 14px;
}

.grid-icon2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[3];
      grid-template-columns: repeat(3, auto);
  gap: 1px;
}

.grid-icon2 span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: rgba(4, 30, 58, 0.2);
}

.grid-icon1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
      grid-template-columns: repeat(2, auto);
  gap: 3px;
}

.grid-icon1 span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgba(4, 30, 58, 0.2);
}

.filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter-box .left-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-box .left-filter > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.filter-box .left-filter label {
  cursor: pointer;
}

.filter-box .left-filter label input {
  display: none;
}

.filter-box .left-filter label input:checked ~ div span {
  background-color: rgba(4, 30, 58, 0.8);
}

.filter-box .left-filter .select-box-ul {
  right: -50px;
}

[class^="icon-"]::before {
  margin: 0;
}

.select-box {
  padding: 0;
}

.select-box .select-box-btn {
  margin: 0;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  cursor: pointer;
}

.select-box .select-box-btn span {
  display: inline-block;
  padding: 0 5px;
  padding-left: 2px;
}

.select-box .select-box-ul {
  position: absolute;
  z-index: 5;
  width: 150px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
  opacity: 0;
  top: 50%;
  right: 0;
  visibility: hidden;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 5px;
}

.select-box .select-box-ul li {
  list-style-type: none;
}

.select-box .select-box-ul li a {
  color: #041e3a;
  display: inline-block;
  padding: 7px 10px;
  width: 100%;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.select-box .select-box-ul li a:hover {
  background-color: rgba(4, 30, 58, 0.7);
  color: #fff;
  border-radius: 5px;
}

.select-box .select-box-ul.show {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.filter-div {
  width: 94% !important;
  right: 3% !important;
  padding: 20px !important;
  padding-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 300px !important;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.filter-div > div {
  width: 20%;
}

@media screen and (max-width: 1100px) {
  .filter-div > div {
    width: 25%;
  }
}

@media screen and (max-width: 800px) {
  .filter-div > div {
    width: 33%;
  }
}

@media screen and (max-width: 550px) {
  .filter-div > div {
    width: 50%;
  }
}

.filter-div ul {
  padding: 0;
}

.filter-div .f-filter {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #020024;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(white));
  background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, white 100%);
  z-index: 2;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}

.filter-div .f-filter a[class^="btn-"] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 50px !important;
  border-radius: 0px !important;
  padding: 0 1.5rem !important;
  width: 120px;
}

.filter-div .f-filter a[class^="btn-"] .item-count {
  color: #eee;
}

@media screen and (max-width: 1100px) {
  .filter-div .f-filter a[class^="btn-"] {
    height: 40px !important;
  }
}

.filter-div .f-filter .btn-main-gray-outline {
  background-color: #fff;
}

.item-count {
  display: inline-block;
  padding: 5px;
  color: rgba(4, 30, 58, 0.5);
  font-size: 12px;
}

.check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 6px 0;
  padding-right: 20px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.check-label input {
  display: none;
}

.check-label .checkmark {
  position: absolute;
  top: 10px;
  right: 0;
  height: 12px;
  width: 12px;
  background-color: #fff;
  border: 1px solid #7c7c7c;
  border-radius: 2px;
}

.check-label input:checked ~ .checkmark::before {
  content: "";
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  background: #7da645;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.check-label .check-color {
  position: absolute;
  top: 12px;
  right: 0;
  height: 12px;
  width: 12px;
  border: 1px solid #7c7c7c;
  border-radius: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 1px solid rgba(125, 166, 69, 0);
  outline-offset: 1px;
}

.check-label input:checked ~ .check-color {
  outline: 1px solid #7da645;
}

.check-label .selectSize {
  position: relative;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.check-label .selectSize::before {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 2px;
  width: 0;
  background-color: #041e3a;
  position: absolute;
  z-index: 1;
  bottom: -2px;
}

.check-label input:checked ~ .selectSize {
  color: #041e3a;
}

.check-label input:checked ~ .selectSize::before {
  width: 100%;
}

.color-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-top: 5px;
  gap: 7px;
}

.color-holder span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.color-holder span.active {
  border: 1px solid #041e3a;
}

.add-to-favorite {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.add-to-favorite input {
  display: none;
}

.add-to-favorite span {
  color: #041e3a;
  font-size: 20px;
}

.add-to-favorite span::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.add-to-favorite input:checked ~ span::before {
  content: "\e9ba";
}

.search-result {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (24%)[4];
      grid-template-columns: repeat(4, 24%);
  gap: 15px;
  padding-top: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-result .card {
  position: relative;
  border: 0;
}

.search-result .card img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-result .card .hover-img {
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-result .card .card-body {
  padding: 1rem 0;
}

.search-result .card .card-title {
  font-size: 14px;
  color: #6d6f73;
  margin: 0;
}

.search-result .card .card-text {
  font-size: 14px;
  margin: 0;
  color: #041e3a;
}

.search-result .card:hover img {
  display: none;
}

.search-result .card:hover img.hover-img {
  display: block;
}

@media screen and (max-width: 950px) {
  .search-result {
    -ms-grid-columns: (31%)[3];
        grid-template-columns: repeat(3, 31%);
  }
}

@media screen and (max-width: 620px) {
  .search-result {
    -ms-grid-columns: (49%)[2];
        grid-template-columns: repeat(2, 49%);
  }
}

@media screen and (max-width: 420px) {
  .search-result {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

.f-search {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  margin-top: 50px;
}

.f-search p {
  font-size: 14px;
}

.f-search .btn-main-gray-outline {
  border-radius: 0;
  width: 200px;
  height: 45px;
}

.f-search .btn-link {
  margin-top: 10px;
}

.pointer-none {
  pointer-events: none !important;
}

.img-sec {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (48%)[2];
      grid-template-columns: repeat(2, 48%);
  gap: 15px;
}

.product-name {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-left: 100px;
}

.product-name .add-to-favorite {
  left: 0;
  right: auto;
  top: 0px;
}

.product-name .add-to-favorite span {
  font-size: 25px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .product-name {
    padding-left: 70px;
  }
}

@media screen and (max-width: 370px) {
  .product-name {
    padding-left: 70px;
  }
}

.color-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 5px;
  outline: 1px solid transparent !important;
  outline-offset: 0px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.color-item.active {
  outline: 1px solid #041e3a !important;
  outline-offset: 2px;
}

.select-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(4, 30, 58, 0.2);
  padding: 20px 10px;
  margin-top: 20px;
}

.select-size label {
  padding: 0;
  font-size: 14px;
  color: #6d6f73;
}

.left-detail .btn-main, .left-detail .btn-main-gray, .left-detail .btn-main-gray-outline, .left-detail .btn-main-dark-gray, .left-detail .join-us form button, .join-us form .left-detail button {
  border-radius: 0;
  height: 50px;
}

@media screen and (min-width: 992px) {
  .left-detail {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
  }
}

.product-describtion p:last-child {
  font-size: 14px;
}

.support-number {
  text-align: center;
  border-bottom: 1px solid #f2f3f5;
  font-size: 14px;
  padding-bottom: 10px;
}

.support-number a {
  color: #6d6f73;
}

.btn-main-dark-gray {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 45px !important;
  background-color: #747474;
  color: #fff;
  padding: 0.5rem 1.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.promo-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #6d6f73;
}

.promo-code:hover {
  color: #041e3a;
}

.promo-code i {
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.promo-code:not(.collapsed) i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.promoBox .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
  padding-top: 20px;
  height: 65px;
  gap: 5px;
}

.promoBox .promotionCode {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 100%;
}

.promoBox .promotionCode label {
  pointer-events: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.promoBox .promotionCode input {
  width: 100%;
  height: 100%;
  border: 1px solid #6d6f73;
  padding-top: 12px;
  padding-right: 10px;
}

.promoBox .promotionCode input:focus ~ label {
  top: 3px;
  font-size: 11px;
}

.price-box {
  padding: 15px 0;
}

.price-box p {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-box p:last-child {
  padding-top: 10px;
}

.basket-li {
  position: relative;
}

.basket-li .select-box-ul {
  width: 400px !important;
  right: auto !important;
  left: 0;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  max-height: 500px;
  overflow: auto;
}

.basket-li .select-box-ul .f-filter {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(225, 225, 229, 0.5);
}

.basket-li .select-box-ul .f-filter p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #041e3a;
}

.basket-li .select-box-ul .f-filter > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.basket-li .select-box-ul .f-filter a {
  font-size: 14px;
  color: #fff !important;
  height: 35px !important;
  padding: 0 1rem !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.basket-li .select-box-ul .f-filter a.btn-main-gray-outline {
  color: #041e3a !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.show-cart {
  width: 100% !important;
  padding-bottom: 15px;
  display: -ms-grid;
  display: grid;
  gap: 15px;
}

.basket-cart {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60%;
      grid-template-columns: 40% 60%;
  gap: 10px;
  font-size: 13px;
  position: relative;
}

.basket-cart img {
  width: 95%;
}

.basket-cart .count-input-group {
  border-radius: 30px;
  border: 1px solid #041e3a;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 35px;
  padding: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket-cart .count-input-group button {
  width: 33px;
  height: 33px;
  border-radius: 2px;
  background-color: #fff;
  color: #041e3a;
  border-color: #e1e1e5;
  border-radius: 50%;
  font-size: 18px;
  border: 0;
}

.basket-cart .count-input-group input {
  width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: 0;
  text-align: center;
  font-size: 18px;
  height: 33px;
}

.basket-cart .delete-item {
  position: absolute;
  top: -7px;
  right: -7px;
  border-radius: 50%;
  padding: 0;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  font-size: 18px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.basket-cart .delete-item::before {
  margin: 0;
}

.basket-cart > div:last-child {
  display: -ms-grid;
  display: grid;
  gap: 3px;
}

.total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.total-price input {
  width: 100px;
}

.empty-basket {
  color: #6d6f73;
}

.empty-basket.hide {
  display: none;
}

.empty-basket.show {
  display: block;
}

.badge {
  background-color: #7da645;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  color: #fff !important;
  border-radius: 5px;
}

.badge.hide {
  display: none !important;
}

.badge.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.navbar-toggler {
  width: 28px;
  height: 18px;
  cursor: pointer;
  position: relative;
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 0;
}

.navbar-toggler span {
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background-color: #041e3a;
  position: absolute;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar-toggler span#line1 {
  top: 0;
}

.navbar-toggler span#line2 {
  top: 8px;
  left: 0;
}

.navbar-toggler span#line3 {
  top: 16px;
}

.navbar-toggler.open #line1 {
  top: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 85%;
  left: 0;
}

.navbar-toggler.open #line2 {
  left: -50px;
  opacity: 0;
}

.navbar-toggler.open #line3 {
  top: 8px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  width: 85%;
  left: 0;
}

@media screen and (max-width: 991px) {
  .change-layot {
    display: none !important;
  }
}

[data-bs-toggle="popover"] {
  cursor: help;
}

.basket-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 65%;
      grid-template-columns: 35% 65%;
  gap: 15px;
  border-top: 1px solid #e1e1e5;
}

.basket-item img {
  width: auto;
  max-width: 100%;
}

.basket-item p {
  font-size: 14px;
}

.breadcrumb-item {
  font-size: 14px;
}

.breadcrumb-item a {
  font-size: 14px;
  color: #6d6f73;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: 0;
  padding-left: 0.5rem;
}

.basket-item-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.basket-item-action select {
  width: 80px;
  height: 38px;
}

.basket-item-action select option {
  font-size: 13px;
  color: #6d6f73;
}

.basket-item-action select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.basket-item-action a {
  font-size: 28px;
  color: #041e3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
  position: relative;
}

.basket-item-action a::after {
  width: 1px;
  height: 30px;
  background: #e1e1e5;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.basket-item-action a:nth-child(3) {
  font-size: 38px;
}

.basket-item-action a:nth-child(3)::after {
  top: 5px;
}

.basket-item-action .add-to-favorite {
  position: static;
}

.basket-item-action .add-to-favorite span {
  font-size: 30px;
}

.modal-body .img-sec {
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
}

.lang-box {
  width: 5rem;
}

.lang-box::before {
  right: auto;
  left: 20px;
}

.sign-sec {
  border-radius: 20px;
  -webkit-box-shadow: 0px -14px 42px -13px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -14px 42px -13px rgba(0, 0, 0, 0.15);
}

.glassBox {
  background-color: rgba(125, 166, 69, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 350px;
  border-radius: 20px 0 0 20px;
  z-index: 1;
  position: relative;
}

.glassBox img {
  width: 110%;
  position: absolute;
  bottom: 0;
  left: -50px;
  z-index: -1;
}

.sign {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-top: 100px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.number-box {
  position: relative;
}

.number-box button {
  width: 60px;
  height: 40px;
  border-right: 1px solid #e1e1e5;
  background-color: transparent;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(109, 111, 115, 0.6);
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}

.number-box > input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
  border: 1px solid #e1e1e5;
  border-radius: 5px;
  height: 50px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.number-box > input:not(:placeholder-shown) {
  border-color: #041e3a;
}

.number-box > input:not(:placeholder-shown) ~ button {
  pointer-events: all;
  color: #041e3a;
  border-right-color: rgba(4, 30, 58, 0.5);
}

.number-box > input::-webkit-input-placeholder {
  font-size: 14px;
}

.number-box > input:-ms-input-placeholder {
  font-size: 14px;
}

.number-box > input::-ms-input-placeholder {
  font-size: 14px;
}

.number-box > input::placeholder {
  font-size: 14px;
}

.number-box > input.deActive {
  border: 1px solid #e1e1e5;
  pointer-events: none;
}

.number-box > input.deActive ~ button {
  pointer-events: none;
  color: rgba(109, 111, 115, 0.6);
  border-right-color: #e1e1e5;
}

@media screen and (max-width: 340px) {
  .number-box > input {
    width: 275px;
  }
}

.code-box {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border: 1px solid #e1e1e5;
  position: absolute;
  top: 3%;
  width: 100%;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 0;
  z-index: -99;
  pointer-events: none;
}

.code-box > div:first-child {
  padding: 10px 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  border-radius: 5px;
  gap: 15px;
}

.code-box > div:first-child p {
  font-size: 14px;
  margin-bottom: 0;
}

.code-box.on {
  z-index: 1;
  pointer-events: all;
  opacity: 1;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.code-box a {
  width: 60px;
  height: 40px;
  background-color: transparent;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(109, 111, 115, 0.6);
  pointer-events: none;
  border-color: rgba(109, 111, 115, 0.6);
}

.code-box a.active {
  pointer-events: all;
  color: #fff;
  border-color: #7da645;
  background-color: #7da645;
}

.code-box > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.code-box > div:last-child a {
  font-size: 13px;
  color: #041e3a;
  text-decoration: none;
  pointer-events: all;
}

.code-box span {
  font-size: 14px;
}

.code-box .reSend {
  display: none;
}

.code-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  direction: ltr;
}

input[type="number"] {
  -moz-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.code {
  border-radius: 5px;
  font-size: 25px;
  height: 50px;
  width: 50px;
  border: 1px solid #eee !important;
  text-align: center;
  font-weight: 300;
  -moz-appearance: textfield;
}

@media screen and (max-width: 340px) {
  .code {
    width: 45px;
    height: 45px;
  }
}

.code::-webkit-outer-spin-button,
.code::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.code:valid,
.code:focus {
  border-color: #041e3a !important;
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25) !important;
}
/*# sourceMappingURL=style.css.map */