﻿/*---------------------------------------
    16. My Account CSS
-----------------------------------------*/
.myaccount-tab-menu {
  flex-direction: column;
  background-color: #ffffff; }
  .myaccount-tab-menu a {
    border-bottom: none;
    color: #666;
    font-weight: 600;
    font-size: 14px;
    display: block; }
    .myaccount-tab-menu a i {
      font-size: 14px;
      text-align: center;
      width: 25px; }
  .myaccount-tab-menu a.submenu {
    padding: 0;
    text-transform: none;
    font-size: 13px;
    color: #000;
    font-weight: 100; }
    .myaccount-tab-menu a.submenu:hover {
      color: #007ad9;
      background-color: transparent !important;
      text-decoration: none; }

/*-- My Account Content -*/
.myaccount-content {
  background-color: #ffffff; }
  @media only screen and (max-width: 575px) {
    .myaccount-content {
      padding: 20px 15px; }
      .myaccount-content .col-lg {
        max-width: none !important; } }
  .myaccount-content .col-lg {
    max-width: 308px; }
  .myaccount-content h3 {
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 1.3em; }
  .myaccount-content .welcome a {
    color: #000000; }
    .myaccount-content .welcome a:hover {
      color: #007ad9; }
  .myaccount-content .welcome strong {
    font-weight: 600; }
  .myaccount-content a.edit-address-btn i, .myaccount-content a.edit-shipping-btn i {
    padding-right: 5px; }
  .myaccount-content a.edit-address-btn:hover, .myaccount-content a.edit-shipping-btn:hover {
    background-color: #007ad9;
    border-color: #007ad9; }
  .myaccount-content button.save-change-btn {
    background: none;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #292929;
    border-color: #292929;
    width: 140px;
    padding: 10px 0;
    border-radius: 3px; }
    .myaccount-content button.save-change-btn:hover {
      background-color: #007ad9; }
  .myaccount-content .payment-type {
    margin-bottom: 30px; }
  .myaccount-content .nice-select {
    width: 100%;
    border-radius: 0px;
    height: 38px;
    line-height: 25px;
    font-size: .9em; }
    .myaccount-content .nice-select ul {
      width: 100%; }
  .myaccount-content a:not(.page-link):not(.ui-state-default) {
    border: none;
    padding: 0px; }
    .myaccount-content a:not(.page-link):not(.ui-state-default):hover {
      color: #007ad9; }
  .myaccount-content .table .thead-dark th {
    color: #000;
    background-color: #fff;
    border-color: none;
    border-bottom-color: #eee;
    border-right: none;
    border-left: none;
    border-top: none;
    text-align: left; }
  .myaccount-content td span {
    float: left;
    clear: both;
    font-size: 13px; }
  .myaccount-content .table td {
    border: none;
    text-align: left; }
    .myaccount-content .table td img {
      max-width: 150px !important; }
  .myaccount-content #expand-container {
    display: inline-block;
    height: 0;
    position: relative;
    height: 20px;
    z-index: 10;
    float: right;
    top: 30px;
    color: #007ad9;
    font-weight: 500;
    display: none; }
    .myaccount-content #expand-container .icon_sort {
      position: relative;
      left: -4px;
      top: 4px;
      font-size: 15px;
      float: left; }
    .myaccount-content #expand-container .expand-control {
      margin-right: 14px;
      cursor: pointer;
      float: left; }
    .myaccount-content #expand-container .collapse {
      display: none; }
  .myaccount-content #shipping-method {
    margin-top: 20px; }
    .myaccount-content #shipping-method p {
      margin-bottom: 5px;
      font-weight: 500;
      font-size: 18px;
      border-bottom: 1px dashed #eeeeee;
      padding-bottom: 10px; }
    .myaccount-content #shipping-method span {
      display: block;
      margin-bottom: 10px; }

/*-- My Account Table -*/
.myaccount-table {
  white-space: nowrap;
  font-size: 15px;
  border: 1px solid #eee;
  margin-bottom: 20px; }
  .myaccount-table table,
  .myaccount-table .table {
    margin-bottom: 0; }
    .myaccount-table table th,
    .myaccount-table .table th {
      padding: 10px;
      font-weight: 600; }
    .myaccount-table table td,
    .myaccount-table .table td {
      padding: 20px 10px;
      vertical-align: middle; }
      .myaccount-table table td a:hover,
      .myaccount-table .table td a:hover {
        color: #ffffff; }
  .myaccount-table .icon_arrow-down2 {
    display: none; }

.saved-message {
  border-top: 3px solid #007ad9;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  font-size: 13px;
  padding: 20px; }

/*-- My Account Details Form -*/
.account-details-form h4, .password-details-form h4 {
  margin: 0; }

.account-details-form form, .password-details-form form {
  margin-top: 20px; }

.account-details-form input, .password-details-form input {
  display: block;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 0;
  line-height: 24px;
  padding: .375rem 0.75rem;
  color: #656565;
  font-size: 1em; }

.my-account-section #problem-with-item-popup .modal-header {
  border-bottom: none; }

.my-account-section #problem-with-item-popup .modal-footer {
  border-top: none; }

.my-account-section .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0;
  cursor: pointer; }

.my-account-section a.error {
  cursor: default; }

.my-account-section .card {
  border-radius: 0;
  border: none;
  margin-bottom: 0px; }
  .my-account-section .card .orders {
    height: 40px; }

.my-account-section .card-body {
  border-top: 0px;
  padding-top: 5px;
  padding: 0px; }
  .my-account-section .card-body ul {
    position: relative; }
  .my-account-section .card-body li {
    margin-bottom: 5px;
    cursor: pointer; }
    .my-account-section .card-body li a.submenu {
      border: none; }
  .my-account-section .card-body li:hover {
    color: #007ad9; }
  .my-account-section .card-body a {
    border: none; }

.my-account-section .info-container {
  margin-bottom: 30px; }
  .my-account-section .info-container .myaccount-content {
    margin-bottom: 10px; }

.my-account-section .table th {
  padding: 10px;
  font-weight: 600;
  font-size: .9em; }

.my-account-section .table td {
  padding: 20px 10px;
  vertical-align: middle;
  font-size: .9em; }
  .my-account-section .table td a {
    font-size: 13px; }
  .my-account-section .table td img {
    max-width: 80px; }
  .my-account-section .table td .fa-trash {
    font-size: 20px;
    cursor: pointer; }
  .my-account-section .table td .icon_envelope-o {
    cursor: pointer; }

.my-account-section .payment-types {
  width: 200px; }

.my-account-section .payment-expiration {
  width: 180px; }

.my-account-section .payment-method {
  min-width: 225px; }

.my-account-section .nice-select:after {
  display: none; }

.my-account-section .table-responsive {
  overflow-x: inherit; }

.my-account-section .tax-exempt label {
  margin-right: 10px; }

.my-account-section .login-info-container {
  margin-bottom: 30px; }
  .my-account-section .login-info-container .user-info a {
    font-size: 13px;
    text-transform: none;
    color: #007ad9; }

.my-account-section .btn.btn-primary.history-button {
  color: #fff;
  /* padding-left: 5px; */
  /* padding-right: 5px; */
  /* padding-top: 5px; */
  /* padding-bottom: 5px; */
  height: 30px;
  line-height: 28px;
  font-size: .9em;
  padding: 0 8px 0 8px;
  background: #007ad9;
  border: none;
  margin-left: 5px; }

.my-account-section .btn-danger.disabled, .my-account-section .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  cursor: initial;
  height: 30px;
  line-height: 28px;
  font-size: .9em;
  padding: 0 8px 0 8px;
  /* background: #007ad9; */
  border: none;
  margin-left: 5px; }

.my-account-section .billing-contact, .my-account-section .shipping-contact {
  margin-bottom: 30px; }

.my-account-section .icon_envelope-o {
  font-size: 18px; }

.my-account-section .rating .icon_star, .my-account-section .rating .icon_star-half-empty, .my-account-section .rating .icon_star-o {
  color: gold;
  font-size: 14px; }

.my-account-section .history-options {
  text-align: left;
  font-size: 13px;
  padding: 0; }
  .my-account-section .history-options a {
    color: #007ad9 !important; }
  .my-account-section .history-options a:hover {
    color: #007ad9 !important; }

.my-account-section .col-sm-4 {
  margin-bottom: 30px; }

#product-reviews .star-container {
  margin-top: 15px; }

#product-reviews .review-title {
  font-weight: 500;
  margin-bottom: 10px; }

#edit-review .rating {
  direction: rtl; }
  #edit-review .rating span, #edit-review .rating span.active {
    font-size: 25px;
    position: relative; }
  #edit-review .rating span:hover,
  #edit-review .rating span:hover ~ span,
  #edit-review .rating span.active {
    color: transparent;
    cursor: pointer; }
  #edit-review .rating span:hover:before,
  #edit-review .rating span:hover ~ span:before,
  #edit-review .rating span.active:before {
    content: "\2605";
    color: gold;
    position: absolute; }

#edit-review h5 {
  margin-top: 15px; }

#edit-review input {
  width: 100%;
  margin-top: 0px; }

#edit-review textarea {
  width: 100%;
  height: 125px; }

#edit-review .btn-container {
  text-align: right;
  margin-top: 20px; }

#write-review .rating {
  direction: rtl; }
  #write-review .rating span, #write-review .rating span.active {
    font-size: 25px;
    position: relative; }
  #write-review .rating span:hover,
  #write-review .rating span:hover ~ span,
  #write-review .rating span.active {
    color: transparent;
    cursor: pointer; }
  #write-review .rating span:hover:before,
  #write-review .rating span:hover ~ span:before,
  #write-review .rating span.active:before {
    content: "\2605";
    color: gold;
    position: absolute; }

#write-review .row {
  font-size: 13px;
  font-weight: 500; }

#write-review h5 {
  margin-top: 20px; }

#write-review input {
  text-indent: 5px; }

#write-review textarea {
  width: 100%;
  height: 125px;
  padding: 5px 10px;
  margin-bottom: 15px; }

#write-review .btn-container {
  text-align: right;
  margin-top: 20px; }

#write-review span {
  font-weight: 500; }

#write-review span.error {
  color: #D0021B; }

#write-review div.error {
  background: rgba(208, 1, 26, 0.1);
  border: 2px solid #D0021B; }

.order-detail .h6 {
  display: block; }

.order-detail .order-date {
  margin-left: 60px; }

.order-detail .order-number {
  margin-left: 35px; }

.order-detail .shipping-method {
  margin-left: 16px; }

.order-detail .tracking-num {
  margin-left: 14px; }

.order-container .product-img {
  max-width: 200px;
  background: #eee;
  margin-bottom: 20px; }

.order-container .product-desc {
  margin-bottom: 10px;
  font-weight: 500; }

.order-total .mst {
  float: right; }

.order-total .sp-total {
  float: right; }

.order-total .dis-adj {
  float: right; }

.order-total .tax {
  float: right; }

.order-total .order-tot {
  float: right; }

.order-total .order-total {
  margin-top: 20px; }

#myaccountContent .icon_download {
  font-size: 17px;
  margin-right: 5px; }

#myaccountContent .icon_mail-envelope-open {
  font-size: 17px;
  margin-right: 5px; }

.myaccount-table table td a:hover, .myaccount-table .table td a:hover {
  color: #007ad9; }

.myaccount-table .table td a.btn:hover {
  background: #007ad9 !important; }

input[type=file].inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
  input[type=file].inputfile + label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden; }

.subscribetoggle {
  padding-left: 0;
  /* Rounded sliders */ }
  .subscribetoggle .switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 20px; }
  .subscribetoggle .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .subscribetoggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
  .subscribetoggle .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 17px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
  .subscribetoggle input:checked + .slider {
    background-color: #007ad9; }
  .subscribetoggle input:focus + .slider {
    box-shadow: 0 0 1px #2196F3; }
  .subscribetoggle input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px); }
  .subscribetoggle .slider.round {
    border-radius: 34px; }
  .subscribetoggle .slider.round:before {
    border-radius: 50%; }

.acct-favorites .col-sm {
  max-width: 215px;
  min-width: 215px; }

.acct-favorites .title {
  border-bottom: none; }

.acct-favorites #personalize-link {
  float: left;
  margin-right: 15px; }

.acct-favorites #details-link {
  background: #fff;
  color: #000 !important;
  border-color: #000;
  border: 1px solid; }

#saved-projects h3.title {
  border-bottom: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  margin-bottom: 0px;
  padding: 0; }

#saved-projects .icon_envelope-o {
  font-size: 18px;
  position: relative;
  top: 0px;
  cursor: pointer; }

#saved-projects .icon_delete {
  font-size: 20px;
  position: relative;
  top: 0px;
  cursor: pointer; }

@media only screen and (max-width: 575px) {
  #saved-projects .single-grid-product .product-image > a img {
    width: 100%;
    transition: 0.6s;
    max-width: none !important;
    max-height: none !important; } }

#saved-projects .single-grid-product .product-image > a img {
  width: 100%;
  transition: 0.6s;
  max-width: 165px;
  max-height: 150px; }

#saved-projects .single-grid-product .product-image > a {
  text-align: center; }

#saved-projects .single-grid-product .product-image > a img.horizontal {
  width: 100%;
  transition: 0.6s;
  max-width: 125px;
  max-height: 150px; }

#saved-projects .fa-trash {
  font-size: 20px;
  cursor: pointer; }

#saved-projects .single-grid-product {
  border: 1px solid #ddd;
  padding: 20px;
  padding-bottom: 30px;
  min-height: 270px;
  margin-bottom: 10px !important; }

#saved-projects .product-btn {
  height: 35px;
  background: #007ad9;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 10px;
  font-size: 13px;
  margin: auto; }

#saved-cart .last-updated {
  display: block;
  margin-bottom: 25px; }

#saved-cart .button-container .resume-savedcart {
  float: right; }

#saved-cart .table-bordered th, #saved-cart .table-bordered td {
  padding: .75rem;
  vertical-align: top; }

#saved-cart ul {
  margin-top: 20px; }
  #saved-cart ul li span {
    float: none; }

#saved-cart .previewYourOrder ul li {
  margin-bottom: 5px;
  font-weight: 600;
  text-align: left;
  font-size: 13px; }
  #saved-cart .previewYourOrder ul li span {
    font-weight: normal; }

#saved-cart .previewYourOrder h4 {
  text-align: left; }

#saved-cart .previewYourOrder .button-container {
  margin-top: 35px;
  margin-bottom: 10px;
  display: block; }

#resume-cart-popup .btn-replacecart {
  display: block;
  background-color: #fff;
  color: #007ad9 !important;
  border: 1px solid #007ad9;
  margin-bottom: 5px;
  width: 100%; }

#resume-cart-popup .btn-mergecart {
  display: block;
  width: 100%; }

.acct_tile {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 3px;
  margin: auto;
  align-items: center;
  cursor: pointer; }
  .acct_tile:hover {
    border-color: #007ad9; }
  .acct_tile .col-sm-4 {
    text-align: center;
    margin: auto; }
  .acct_tile .tile_icon {
    width: 85px;
    height: 85px;
    background: #f1f1f1;
    display: flex;
    border-radius: 70%;
    margin: auto; }
    .acct_tile .tile_icon .history_icon {
      background: url(https://images.rizehub.com/images/icons/account_icons_new.png);
      width: 60px;
      height: 70px;
      background-repeat: no-repeat;
      background-position: -18px 0px;
      position: relative;
      left: 15px; }
    .acct_tile .tile_icon .promo_icon {
      background: url(https://images.rizehub.com/images/icons/account_icons_new.png);
      width: 60px;
      height: 72px;
      background-repeat: no-repeat;
      background-position: -16px -362px;
      position: relative;
      left: 15px; }
    .acct_tile .tile_icon .favorites_icon {
      background: url(https://images.rizehub.com/images/icons/account_icons_new.png);
      width: 63px;
      height: 75px;
      background-repeat: no-repeat;
      background-position: -15px -271px;
      position: relative;
      left: 15px;
      top: -4px; }
    .acct_tile .tile_icon .savedProjects_icon {
      background: url(https://images.rizehub.com/images/icons/account_icons_new.png);
      width: 63px;
      height: 75px;
      background-repeat: no-repeat;
      background-position: -107px -271px;
      position: relative;
      left: 15px;
      top: -4px; }
    .acct_tile .tile_icon .savedCarts_icon {
      background: url(https://images.rizehub.com/images/icons/account_icons_new.png);
      width: 63px;
      height: 75px;
      background-repeat: no-repeat;
      background-position: -198px -271px;
      position: relative;
      left: 15px;
      top: -4px; }
    .acct_tile .tile_icon .design_icon {
      background: url(https://images.rizehub.com/images/icons/account_icons_new.png);
      width: 60px;
      height: 75px;
      background-repeat: no-repeat;
      background-position: -102px 0px;
      position: relative;
      left: 15px;
      top: -4px; }
    .acct_tile .tile_icon .profile_icon {
      background: url(https://images.rizehub.com/images/icons/account_icons_new.png);
      width: 60px;
      height: 75px;
      background-repeat: no-repeat;
      background-position: -195px 6px;
      position: relative;
      left: 15px;
      top: -4px; }
    .acct_tile .tile_icon .wallet_icon {
      background: url(https://images.rizehub.com/images/icons/account_icons_new.png);
      width: 60px;
      height: 75px;
      background-repeat: no-repeat;
      background-position: -104px -92px;
      position: relative;
      left: 15px;
      top: -4px; }
    .acct_tile .tile_icon .icn_contact {
      background: url(https://images.rizehub.com/images/icons/icn_address.png);
      width: 64px;
      height: 74px;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      left: 15px;
      top: 5px; }
    .acct_tile .tile_icon .savedAccount_icon {
      background: url(https://images.rizehub.com/images/icons/account_icons_new.png);
      width: 62px;
      height: 75px;
      background-repeat: no-repeat;
      background-position: -196px -92px;
      position: relative;
      left: 15px;
      top: -4px; }
    .acct_tile .tile_icon .support_icon {
      background: url(https://images.rizehub.com/images/icons/account_icons_new.png);
      width: 62px;
      height: 75px;
      background-repeat: no-repeat;
      background-position: -196px -180px;
      position: relative;
      left: 15px;
      top: -4px; }
    .acct_tile .tile_icon .myreviews_icon {
      background: url(https://images.rizehub.com/images/icons/account_icons_new.png);
      width: 63px;
      height: 84px;
      background-repeat: no-repeat;
      background-position: -104px -357px;
      position: relative;
      left: 15px;
      top: -4px; }
    .acct_tile .tile_icon .icn_proof {
      background: url(https://images.rizehub.com/images/icons/icn_proof.png);
      width: 70px;
      height: 72px;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      left: 8px;
      top: 5px; }
    .acct_tile .tile_icon .icn_uploads {
      background: url(https://images.rizehub.com/images/icons/icn_uploads.png);
      width: 70px;
      height: 72px;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      left: 8px;
      top: 5px; }
    .acct_tile .tile_icon .icn_support {
      background: url(https://images.rizehub.com/images/icons/icn_support.png);
      width: 70px;
      height: 72px;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      left: 8px;
      top: 5px; }
    .acct_tile .tile_icon .icon_icn_archive {
      font-size: 50px;
      margin: auto; }
    .acct_tile .tile_icon .icon_icn_design {
      font-size: 50px;
      margin: auto; }
  .acct_tile a {
    align-items: center; }
    .acct_tile a:hover {
      text-decoration: none; }

#order_list .order_box, #saved-projects .order_box {
  display: flex;
  text-align: center;
  padding: 15px;
  flex-direction: column;
  text-align: left; }
  #order_list .order_box span, #saved-projects .order_box span {
    font-size: 13px; }
  #order_list .order_box .stack, #saved-projects .order_box .stack {
    width: 200px;
    height: 200px;
    background: #eee;
    margin: auto; }

#order_list .card-body, #saved-projects .card-body {
  box-shadow: inset 0px 4px 14px -3px #ddd; }

#order_list .card, #saved-projects .card {
  margin-bottom: 20px; }

#order_list .order_item_header[aria-expanded="true"], #saved-projects .order_item_header[aria-expanded="true"] {
  background: #eef4fb; }

#order_list .order_item_header, #saved-projects .order_item_header {
  height: 70px;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  #order_list .order_item_header span, #saved-projects .order_item_header span {
    font-size: 12px; }
  #order_list .order_item_header .icon_arrow-down2, #saved-projects .order_item_header .icon_arrow-down2 {
    font-size: 14px;
    display: block; }
  #order_list .order_item_header .icon_arrow-up2, #saved-projects .order_item_header .icon_arrow-up2 {
    font-size: 14px;
    display: none; }
  #order_list .order_item_header[aria-expanded="true"] .icon_arrow-down2, #saved-projects .order_item_header[aria-expanded="true"] .icon_arrow-down2 {
    display: none; }
  #order_list .order_item_header[aria-expanded="true"] .icon_arrow-up2, #saved-projects .order_item_header[aria-expanded="true"] .icon_arrow-up2 {
    display: block; }
  #order_list .order_item_header[aria-expanded="false"] .icon_arrow-down2, #saved-projects .order_item_header[aria-expanded="false"] .icon_arrow-down2 {
    display: block; }
  #order_list .order_item_header[aria-expanded="false"] .icon_arrow-up2, #saved-projects .order_item_header[aria-expanded="false"] .icon_arrow-up2 {
    display: none; }
  #order_list .order_item_header .shipto_tooltip:hover .shipto_address, #saved-projects .order_item_header .shipto_tooltip:hover .shipto_address {
    display: block; }
  #order_list .order_item_header .shipto_address, #saved-projects .order_item_header .shipto_address {
    width: 230px;
    position: absolute;
    /* height: 120px; */
    background: #fff;
    z-index: 1;
    /* border: 1px solid #eee; */
    box-shadow: 0px 2px 3px #ddd;
    top: 46px;
    padding: 15px;
    display: none; }
    #order_list .order_item_header .shipto_address span, #saved-projects .order_item_header .shipto_address span {
      font-size: 13px; }
    #order_list .order_item_header .shipto_address .caret, #saved-projects .order_item_header .shipto_address .caret {
      width: 0;
      height: 0;
      display: inline-block;
      border: 10px solid transparent;
      position: absolute;
      top: -19px;
      right: 45%; }
    #order_list .order_item_header .shipto_address .caret.up, #saved-projects .order_item_header .shipto_address .caret.up {
      border-bottom-color: #fff; }

#order_list .order_info_container, #saved-projects .order_info_container {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  transition: height .35s ease; }
  #order_list .order_info_container.show, #saved-projects .order_info_container.show {
    overflow: hidden;
    transition: height .35s ease; }
  #order_list .order_info_container .order_alerts, #saved-projects .order_info_container .order_alerts {
    display: flex;
    width: 100%;
    background: #BD2020;
    padding: 10px 0px;
    border-bottom: 1px solid #fff; }
    #order_list .order_info_container .order_alerts .alert_label, #saved-projects .order_info_container .order_alerts .alert_label {
      color: #fff;
      font-size: 13px;
      font-weight: 500; }
    #order_list .order_info_container .order_alerts .alert_desc, #saved-projects .order_info_container .order_alerts .alert_desc {
      color: #fff;
      font-size: 12px; }
    #order_list .order_info_container .order_alerts .icon_warning2, #saved-projects .order_info_container .order_alerts .icon_warning2 {
      float: left;
      color: orange;
      font-size: 17px;
      position: relative;
      top: 0px;
      margin-right: 5px; }
    #order_list .order_info_container .order_alerts a, #saved-projects .order_info_container .order_alerts a {
      color: #fff;
      text-decoration: underline; }

#orders .order_sort {
  position: relative;
  width: 150px;
  position: relative;
  top: 20px; }

#orders .nice-select {
  width: 150px;
  border-radius: 4px;
  height: 30px;
  line-height: 30px; }

#orders .no_orders {
  float: left;
  clear: both;
  display: inline-block;
  margin-top: 20px; }

#orders .product-rating {
  margin-top: 15px; }
  #orders .product-rating .rating {
    display: flex;
    margin: auto;
    width: 104px;
    align-items: center;
    text-align: center; }
    #orders .product-rating .rating span {
      font-size: 25px; }
      #orders .product-rating .rating span.active:before {
        content: "\2605";
        color: gold;
        position: absolute; }
  #orders .product-rating a {
    font-size: 13px; }

@media (min-width: 576px) {
  #addressing-picker-popup .modal-sm {
    max-width: 350px; } }

#addressing-picker-popup h5 {
  font-size: 15px; }

#addressing-picker-popup #choose-mail-method {
  display: inline-block; }
  #addressing-picker-popup #choose-mail-method label {
    float: left;
    clear: both;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 12px; }
  #addressing-picker-popup #choose-mail-method input {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-right: 5px;
    cursor: pointer; }

#addressing-picker-popup .datepicker {
  margin-left: 10px;
  margin: auto;
  width: 231px; }

#addressing-picker-popup td span {
  float: unset; }

#addressing-picker-popup p {
  font-size: 12px;
  margin-top: 20px;
  color: #666;
  line-height: 1.5; }

#saved_payment_methods .saved_method.header {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 7px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #saved_payment_methods .saved_method.header .icon_credit-card-alt {
    font-size: 19px;
    color: #007ad9;
    cursor: pointer; }

#saved_payment_methods #cardtype .nice-select {
  width: 100%;
  border-radius: 0px;
  align-items: center;
  display: flex; }
  #saved_payment_methods #cardtype .nice-select:after {
    display: none; }

#saved_payment_methods #cardtype #btnSave {
  padding: 0px; }

#saved_payment_methods #cardtype #btnCancel, #saved_payment_methods #cardtype #btnSaveCreditCardName {
  margin-right: 0px !important;
  max-width: 150px; }

.wallet .acct_tile, .profile .acct_tile {
  position: absolute;
  right: 0px;
  width: 340px;
  z-index: 10; }

.customer_orders .acct_tile {
  position: absolute;
  right: 15px;
  width: 340px;
  top: -50px; }

#saved-projects .acct_tile {
  position: absolute;
  right: 15px;
  width: 340px;
  top: 0px; }

.subscriptions .acct_tile {
  position: absolute;
  right: 15px;
  width: 360px;
  top: 0px; }

#saved-cart .acct_tile {
  position: absolute;
  right: 15px;
  width: 340px;
  top: 0px; }

#saved-cart .product-btn {
  height: 35px;
  background: #007ad9;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 10px;
  font-size: 13px;
  margin: auto; }

.label-heading {
  margin: 0;
  padding-top: 15px; }

.label-heading-2 {
  margin: 0;
  padding-top: 35px; }

#login_info .acct_tile {
  position: absolute;
  right: 0px;
  width: 380px;
  top: 0px; }

.billing-contact .acct_tile {
  position: absolute;
  right: 0px;
  width: 380px;
  top: 0px; }

#product-reviews .acct_tile {
  position: absolute;
  right: 0px;
  width: 380px;
  top: 0px; }

.saved_to_account .acct_tile {
  position: absolute;
  right: 0px;
  width: 370px;
  top: 0px; }

#saved-favorites .acct_tile {
  position: absolute;
  right: 15px;
  width: 370px;
  top: 0px; }

.password-requirement {
  margin-top: 15px;
  padding-left: 10px;
  padding-bottom: 10px; }

.password-heading {
  margin-bottom: 5px; }

.password-label {
  margin: 0;
  padding-top: 5px; }

hr {
  margin-top: 40px;
  margin-bottom: 40px; }

.span-link {
  color: #007ad9;
  font-size: 13px; }

.span-link:hover {
  cursor: pointer;
  text-decoration: underline; }

.edit-link {
  padding-top: 35px !important; }

#problem-with-item-popup .nice-select, #cancel-item-popup .nice-select {
  height: 52px;
  width: 100%; }

@media (min-width: 992px) {
  #problem-with-item-popup .modal-lg, #cancel-item-popup .modal-lg {
    max-width: 750px; } }

/*
.profile {

    label {
        font-size: 16px;
        font-weight: 500;
    }
}*/
.wallet span {
  font-size: 13px; }

.wallet .icon_trash-o,
.wallet .icon_pencil7 {
  font-size: 19px;
  color: #007ad9;
  cursor: pointer; }

.product-details-slider img {
  max-width: 350px;
  cursor: pointer;
  margin: auto; }

.product-details-slider .icon_arrow-left2, .product-details-slider .icon_arrow-right2 {
  color: #000;
  font-size: 18px; }

.product-details-slider .icon_cross2 {
  font-size: 17px; }

.product-details-slider .carousel-caption {
  position: relative;
  left: 0px; }

#reorder_button {
  display: none; }
  #reorder_button a {
    color: #fff;
    display: block;
    width: 100px;
    background: #007ad9;
    padding: 5px;
    margin: 15px auto; }
