@import url("https://fonts.googleapis.com/css2?family=Material+Icons");
a {
  color: #000;
}

a:hover {
  color: var(--primary_color);
}

span.icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-family: "Material Icons";
  font-size: 1.6rem;
  position: relative;
}

span.icon:after {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  line-height: 30px;
  height: 100%;
}

span.eye-icon:after {
  content: "\f1c3";
}

span.cross-icon:after {
  content: "\e888";
  cursor: pointer;
}

span.search-icon:after {
  content: "\e8b6";
}

.trash-icon:after {
  content: "\e92b";
  cursor: pointer;
  color: firebrick;
}

.account-content {
  display: flex;
  margin-bottom: 20px;
}
.account-content .sidebar {
  background: linear-gradient(var(--gradient_radius), var(--primary_color) 0%, var(--secondary_color) 100%);
  color: var(--text_color_on_theme);
  flex: 0 0 300px;
  max-width: 300px;
  font-size: 1rem;
  border-radius: 10px;
  margin-right: 20px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  align-self: flex-start;
}
.account-content .menu-block-title,
.account-content .account-heading {
  font-size: 1.4rem;
  padding: 20px;
  text-transform: uppercase;
  display: block;
}
.account-content .menu-block-title {
  text-align: center;
}
.account-content .account-action a {
  padding: 4px 12px;
  border: 2px solid var(--primary_color);
  background: none;
  color: var(--primary_color);
  font-size: 0.8rem;
  border-radius: 12px;
  opacity: 0.4;
}
.account-content .account-action a:hover {
  opacity: 1;
}
.account-content .address-card span.bold {
  font-size: 1.4rem;
  font-weight: bold;
}
.account-content .address-card .address-card-list {
  /* display: flex;
  flex-wrap: wrap; */
}
.account-content .address-card .address-card-list li {
  flex: 0 0 25%;
  display: block;
}
.account-content .address-card li.mt-5, .account-content .address-card li.mt-10 {
  margin: 0 5px 10px !important;
}
.account-content .account-layout {
  flex: 0 0 calc(100% - 320px);
  /* flex: 0 0 calc(100% - 320px);
  display: flex;
  flex-wrap: wrap; */
  display: block;
}
.account-content .account-layout .account-head {
  display: flex;
  align-items: center;
}
.account-content .account-layout .account-table-content {
  width: 100% !important;
}
.account-content .account-layout .account-table-content button.btn.btn-lg.btn-primary.mt-10 {
  color: #fff !important;
}

.media-info {
  display: flex;
  position: relative;
}
.media-info .product-name a {
  font-size: 1rem;
  color: var(--primary_color);
  margin-bottom: 10px;
  display: block;
}
.media-info .media-info .info {
  margin: 0 30px;
}
.media-info .stars {
  margin-bottom: 10px;
}
.media-info .stars .icon {
  color: goldenrod;
}

.operations {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.operations a {
  display: block;
}

.account-layout .account-items-list .account-table-content table tbody tr td span.badge.badge-md.badge-warning {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

select#country {
  padding: 0 40px 0 22px !important;
}

table {
  border: 2px solid #eee;
  width: 100%;
}
table thead tr {
  height: auto !important;
}
table tbody {
  width: 100%;
}
table tbody tr {
  width: 100%;
}
table th, table td {
  padding: 12px 20px;
}
table tr:not(:last-child) td {
  border-bottom: 1px solid #eee;
}

.tabs ul {
  display: flex;
  margin: 0 -10px 20px;
}
.tabs a {
  display: block;
  padding: 10px;
  position: relative;
  cursor: pointer;
  font-size: 1.2rem;
}
.tabs li.active a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 10px;
  height: 2px;
  width: calc(100% - 20px);
  background: var(--primary_color);
}

.secton-title, .box-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.sale-section {
  border-bottom: 2px solid #f1f1f1;
  margin: 10px auto;
  padding: 20px 0;
}

.order-box-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.order-box-container > div {
  border: 2px solid #f1f1f1;
  margin: 0 10px 20px;
  flex: 0 0 calc(50% - 20px);
  padding: 20px;
}
.order-box-container > div .box-title {
  font-size: 1.2rem;
}

.edit-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.edit-form .control-group {
  flex: 0 0 calc(25% - 20px);
  margin: 0 10px 20px;
}
.edit-form .button-group {
  flex: 0 0 100%;
  text-align: center;
}

.account-items-list {
  flex: 0 0 100%;
}
.account-items-list .horizontal-rule {
  background: #f1f1f1;
  margin: 10px 0;
  height: 2px;
}
.account-items-list .account-item-card {
  position: relative;
  margin-bottom: 20px;
}
.account-items-list .empty {
  display: block;
  padding: 40px 20px 40px 100px;
  font-size: 1.2rem;
  text-align: center;
  background: #f1f1f1;
  position: relative;
}
.account-items-list .empty:after {
  content: "\e87f";
  font-family: "Material Icons";
  position: absolute;
  left: 20px;
  font-size: 4rem;
  color: #e1a10e;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.back-icon {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iIzAwMDAwMCI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE5IDExSDcuODNsNC44OC00Ljg4Yy4zOS0uMzkuMzktMS4wMyAwLTEuNDItLjM5LS4zOS0xLjAyLS4zOS0xLjQxIDBsLTYuNTkgNi41OWMtLjM5LjM5LS4zOSAxLjAyIDAgMS40MWw2LjU5IDYuNTljLjM5LjM5IDEuMDIuMzkgMS40MSAwIC4zOS0uMzkuMzktMS4wMiAwLTEuNDFMNy44MyAxM0gxOWMuNTUgMCAxLS40NSAxLTFzLS40NS0xLTEtMXoiLz48L3N2Zz4=) no-repeat center/70%;
}

ul.menubar {
  display: block;
  padding: 0 0 20px;
}
ul.menubar li {
  display: block;
}
ul.menubar li a {
  color: var(--text_color_on_theme);
  display: block;
  padding: 10px 20px 10px 50px;
  position: relative;
}
ul.menubar li a:after {
  font-family: "Material Icons";
  position: absolute;
  display: block;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 1.2rem;
  color: var(--text_color_on_theme);
}
ul.menubar li a[href*="/profile"]:after {
  content: "\ea67";
}
ul.menubar li a[href*="/addresses"]:after {
  content: "\f030";
}
ul.menubar li a[href*="/reviews"]:after {
  content: "\e839";
}
ul.menubar li a[href*="/wishlist"]:after {
  content: "\e87d";
}
ul.menubar li a[href*="/comparison"]:after {
  content: "\e3b9";
}
ul.menubar li a[href*="/orders"]:after {
  content: "\f1cc";
}
ul.menubar li a[href*="/downloadable-products"]:after {
  content: "\f000";
}
ul.menubar li.active a {
  color: var(--text_color_on_theme);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

#customer-address-form .account-table-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#customer-address-form .account-table-content > div {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  margin: 0 10px 20px;
}

#datagrid-filters {
  margin-bottom: 10px;
}

.comparison-component {
  padding: 0;
}
.comparison-component h1 {
  font-size: 1rem;
  padding: 20px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: normal;
}

.compare-products {
  table-layout: fixed;
  text-align: center;
}
.compare-products tr td:first-child {
  display: none;
}
.compare-products tr .image-wrapper {
  max-height: 200px;
}
.compare-products tr td a {
  display: block;
}
.compare-products .action {
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-products .remove-product:after {
  content: "\e888";
  cursor: pointer;
  color: firebrick;
  margin: 0 10px;
}
.compare-products .desc {
  display: block;
  max-height: 200px;
  overflow-y: auto;
  font-size: 0.8rem;
  line-height: 1.4rem;
  text-align: justify;
  padding: 0 20px;
}
.compare-products .fs18 {
  font-size: 1.2rem;
  color: #000;
  margin: 0;
}

.datagrid-filters {
  display: flex;
  align-items: flex-start;
  padding: 0 !important;
}
.datagrid-filters > div {
  flex: 0 0 50%;
}
.datagrid-filters .filter-right {
  display: none;
}
.datagrid-filters .search-filter {
  display: flex;
}
.datagrid-filters .search-filter .search-icon {
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.datagrid-filters .search-filter .search-icon:after {
  line-height: 45px;
}
.datagrid-filters [type=search] {
  width: 220px;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #ddd;
  font-size: 1rem;
}

.filtered-tags {
  display: flex;
  margin: 0 -10px;
  padding: 0 !important;
}
.filtered-tags .filter-tag {
  background: #eee;
  border-radius: 20px;
  padding: 5px 15px;
  display: block;
  margin: 0 10px;
}

.back-icon a {
  display: block;
  width: 100%;
  height: 100%;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
}

.filter-right .dropdown-filters .dropdown-toggle .grid-dropdown-header {
  margin-left: 10px;
}

.info_set .title {
  margin-bottom: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  color: var(--primary_color);
}
.info_set .value {
  font-size: 1rem;
  margin-bottom: 20px;
}

[dir=rtl] .account-content .sidebar {
  margin-right: 0;
  margin-left: 20px;
}
[dir=rtl] .account-content ul.menubar li a {
  padding: 10px 50px 10px 20px;
}
[dir=rtl] .account-content ul.menubar li a:after {
  left: auto;
  right: 10px;
}
[dir=rtl] .operations {
  right: auto;
  left: 0;
}
[dir=rtl] .back-icon {
  transform: rotateZ(180deg);
}

@media (max-width: 1024px) {
  .account-content {
    flex-wrap: wrap;
  }
  .account-content .sidebar, .account-content .account-layout {
    flex: 0 0 100%;
    max-width: none;
  }
  .account-content .menu-block-title, .account-content .account-heading {
    font-size: 1rem;
  }
  ul.menubar {
    display: flex;
  }
  ul.menubar li {
    flex-grow: 1;
    min-width: 16.6667%;
  }
  ul.menubar li a {
    width: 100%;
    height: 40px;
    font-size: 0.7rem;
    padding: 40px 0 0;
    text-align: center;
    font-weight: bold;
  }
  ul.menubar li a:after {
    left: 0;
    width: 100%;
  }
  #customer-address-form .account-table-content > div {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 10px 20px;
  }
  .product-hero-image {
    text-align: center;
  }
  .product-hero-image img {
    max-width: 100%;
    height: 365px;
    object-fit: fill !important;
  }
  .tiny_swiper .swiper-slide img {
    height: 80px;
  }
  .compare-products tr .image-wrapper {
    max-height: 100px;
  }
  .compare-products .addtocart {
    font-size: 0;
  }
  .order-box-container {
    margin: 0;
  }
  .order-box-container > div {
    flex: 0 0 100%;
    margin: 0 0 20px;
  }
  .tab-product {
    margin-top: 40px;
  }
  [dir=rtl] .account-content ul.menubar li a {
    padding: 40px 0 0;
  }
  [dir=rtl] .account-content ul.menubar li a:after {
    right: 0;
  }
}
.desc {
  display: block;
  max-height: 3.6em;
  overflow: auto;
  padding-right: 10px;
}

/* For WebKit browsers */
.desc::-webkit-scrollbar {
  width: 3px;
}

.desc::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.desc::-webkit-scrollbar-thumb {
  background-color: var(--text_color_on_theme);
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}

.desc::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(var(--gradient_radius), var(--primary_color) 0%, var(--secondary_color) 100%);
}

/* For Firefox */
.desc {
  scrollbar-width: thin;
  scrollbar-color: var(--primary_color) #f1f1f1;
}

/*# sourceMappingURL=account.css.map */
