/* OTHER COLORS */
/* FORM ELEMENTS */
/*--======================== MENUBAR --*/
/*$menubar-height:      calc(68px + 0*2);*/
.page {
  padding: 1rem 0 2rem; }

.page-block table tr {
  border-bottom: 1px solid #eee; }

.page-block table td,
.page-block table th {
  padding: 1rem;
  vertical-align: middle; }

.qty-block .btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  color: #333; }

.table-btn {
  padding: 0 1rem 1rem; }

.promo-code input {
  height: initial; }

.page-sidebar ul li {
  display: flex;
  justify-content: space-between; }

.page-sidebar ul li p {
  color: #666; }

.page-sidebar ul li span {
  font-weight: 600; }

.page-block h5,
.page-sidebar h5 {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem; }

.payment-list .form-check {
  margin: 7px 0; }

.payment-list .form-check label,
.payment-list .form-check input {
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  .table-responsive-xl table thead {
    display: none; }

  .table-responsive-xl table td {
    display: flex;
    padding: 10px 0;
    width: 100%; }

  .table-responsive-xl table td::before, .table-responsive-xl table td::before {
    content: attr(data-title) " ";
    float: left;
    text-transform: capitalize;
    margin-right: 20px;
    font-weight: bold;
    flex: 0 0 120px;
    max-width: 120px; }

  .productInfo img {
    display: none; }

  .table-btn {
    display: none !important; } }
/*My Profile CSS*/
.dashboard {
  padding: 2rem 0; }

.dashboard .nav {
  border: 1px solid #eee;
  box-shadow: 0 0 4px 3px #eee; }

.dashboard .nav .nav-link {
  border-radius: 0;
  padding: 12px;
  border-bottom: 1px solid #eee;
  color: #333; }

.dashboard .nav .nav-link i {
  width: 20px;
  text-align: center;
  margin-right: 4px; }

.dashboard .nav .nav-link.active {
  background-color: #000;
  color: #fff; }

.dashboard .tab-content {
  border: 1px solid #eee; }
  .dashboard .tab-content h4 {
    border-bottom: 1px solid #eee;
    color: #464646;
    font-weight: 600;
    margin: 0;
    width: 100%;
    padding: 1.15rem 1.4rem; }

.dashboard .tab-content__block {
  padding: 1rem 1.4rem; }

.dashboard .tab-content__address li {
  padding: 5px 0; }

.modal-title {
  font-weight: 700; }

.forget {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem; }

.add-wishlist {
  position: absolute;
  right: 8px;
  top: 8px;
  transition: 0.5s all;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  z-index: 111;
  background: #fff;
  box-shadow: 0 0 4px 0 #eee;
  width: 36px;
  line-height: 36px;
  border-radius: 500rem;
  height: 36px;
  text-align: center; }

.wishlist-btn {
  margin-left: 14px;
  position: static;
  box-shadow: 0 0 4px 2px #f1f1f1;
  transition: 0.5s all;
  cursor: pointer;
  color: #ffc107;
  display: inline-block;
  font-size: 14px;
  z-index: 111;
  background: #fff;
  border: 1px solid #ececec;
  width: 44px;
  line-height: 40px;
  border-radius: 500rem;
  height: 44px;
  text-align: center; }

.add-wishlist svg {
  width: 18px; }

.add-wishlist svg g g {
  fill: #ffc107; }

.add-wishlist svg path.love {
  fill: #fff;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.add-wishlist:hover svg path.love,
.add-wishlist.active svg path.love {
  fill: #111;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.ecm-discount {
  font-family: 'Noto Serif', serif;
  font-weight: 700; }

.select-size {
  list-style: none;
  display: flex; }

.select-size li {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 500rem;
  border: 1px solid #ccc;
  margin-right: 12px; }

.select-size li:hover {
  border: 1px solid #111; }

.select-size li.active {
  background-color: #111;
  border: 1px solid transparent;
  color: #fff; }

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

.navbar-nav .dropdown .row {
  margin: 0; }

.navbar-nav .dropdown .row .col {
  padding: 20px; }

.navbar-nav .dropdown .row .col:nth-child(2),
.navbar-nav .dropdown .row .col:nth-child(4) {
  background-color: rgba(245, 245, 246, 0.5); }

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