.shop_table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
}
.shop_table dl.variation {
  color: var(--porto-body-color);
}
.shop_table a {
  color: inherit;
}
.shop_table a:not(.button):hover {
  color: var(--porto-primary-color);
}
.shop_table dd,
.shop_table dt {
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: 400;
}
.shop_table dd p {
  font-size: inherit;
}
.shop_table th {
  text-align: left;
  padding: 10px;
}
.shop_table td {
  text-align: left;
  padding: 20px 10px;
}
.shop_table thead th {
  color: var(--porto-heading-color);
  text-transform: uppercase;
}
.shop_table thead tr,
.shop_table tr:not(:last-child) {
  border-bottom: 1px solid var(--porto-gray-5);
}
.shop_table tbody .product-name {
  font-weight: 500;
  word-break: break-word;
  color: var(--porto-heading-color);
}
.shop_table tfoot tr:first-child td,
.shop_table tfoot tr:first-child th {
  padding: 28px 10px 10px;
}
.shop_table tbody th:first-child,
.shop_table tfoot th:first-child {
  border-left: none;
}
.shop_table td.actions {
  padding: 20px 0;
}
@media (max-width: 575px) {
  .shop_table td.actions .coupon > * {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .shop_table.responsive,
  .shop_table.shop_table_responsive {
    border: 1px solid var(--porto-gray-5);
    border-top: 4px solid var(--porto-primary-color);
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
  }
  .shop_table.responsive thead,
  .shop_table.shop_table_responsive thead {
    display: none;
  }
  .shop_table.responsive tr,
  .shop_table.shop_table_responsive tr {
    display: block;
    padding: 20px 0;
    position: relative;
    border-top: 1px solid var(--porto-gray-5);
  }
  .shop_table.responsive tr:first-child,
  .shop_table.shop_table_responsive tr:first-child {
    border-top: none;
  }
  .shop_table.responsive tfoot th,
  .shop_table.shop_table_responsive tfoot th {
    border: none;
  }
  .shop_table.responsive tfoot tr:first-child,
  .shop_table.shop_table_responsive tfoot tr:first-child {
    border-top: 1px solid var(--porto-gray-5);
  }
  .shop_table.responsive td,
  .shop_table.responsive th,
  .shop_table.shop_table_responsive td,
  .shop_table.shop_table_responsive th {
    background: transparent;
    text-align: center;
    display: block;
    padding: 5px 10px;
    border: none;
  }
  .shop_table.responsive td.product-remove,
  .shop_table.responsive th.product-remove,
  .shop_table.shop_table_responsive td.product-remove,
  .shop_table.shop_table_responsive th.product-remove {
    position: absolute;
    right: 0;
    top: 12px;
  }
  .shop_table.responsive td.product-thumbnail,
  .shop_table.responsive th.product-thumbnail,
  .shop_table.shop_table_responsive td.product-thumbnail,
  .shop_table.shop_table_responsive th.product-thumbnail {
    padding-top: 10px;
  }
}
.featured-box .shop_table {
  box-shadow: none;
  border: none;
}
.featured-box .shop_table th {
  background: transparent;
  border-bottom: none;
  font-weight: 600;
}
.featured-box .shop_table th:first-child,
.featured-box .shop_table th:last-child,
.featured-box .shop_table th:only-child {
  border-radius: 0;
}
.featured-box .shop_table td {
  border-left: none;
}
.featured-box .shop_table tr:last-child td:first-child,
.featured-box .shop_table tr:last-child td:last-child,
.featured-box .shop_table tr:last-child td:only-child {
  border-radius: 0;
}
.featured-box .shop_table .product-remove .remove {
  font-size: 30px;
}
.featured-box .shop_table .quantity {
  margin: 0;
  width: auto;
}
.featured-box .shop_table .quantity input.qty {
  border-color: var(--porto-gray-2);
  border-radius: 0;
  width: 38px;
  height: 3rem;
  padding: 0 4px;
}
.featured-box .shop_table .quantity .minus,
.featured-box .shop_table .quantity .plus {
  width: 30px;
  height: 3rem;
  border-color: var(--porto-gray-2);
}
.featured-box .shop_table .coupon {
  margin-top: 16px;
  width: 50%;
}
.featured-box .shop_table .coupon label {
  display: none;
}
.featured-box .shop_table .coupon #coupon_code {
  max-width: 280px;
}
.featured-box .shop_table .actions,
.featured-box .shop_table .cart-actions {
  margin-top: 8px;
  padding-bottom: 10px;
}
.featured-box .shop_table .actions button,
.featured-box .shop_table .actions input,
.featured-box .shop_table .cart-actions button,
.featured-box .shop_table .cart-actions input {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .featured-box .shop_table .coupon {
    width: 100%;
  }
  .featured-box .shop_table .pt-left,
  .featured-box .shop_table .pt-right {
    float: none !important;
    text-align: center;
  }
}
.order-again .button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn-go-shop {
  min-width: 200px;
  padding: 16px 0;
  font-size: 15px;
  letter-spacing: -0.015em;
  text-align: center;
}
.wc-action-btn.wc-action-sm {
  font-size: 13px;
  letter-spacing: -0.015em;
}
.btn-v-dark,
.order-again .button,
.wc-action-btn.button {
  font-weight: 700;
  text-transform: uppercase;
}
.order-again .button,
.wc-action-btn.button,
.wc-action-btn.button:disabled,
.wishlist_table .add-links .quickview,
.wishlist_table .add-links .yith-compare {
  background: var(--porto-gray-3);
  color: var(--porto-heading-color);
  border: none;
}
.order-again .button:hover,
.wc-action-btn.button:hover {
  background: var(--porto-gray-8);
}
.wc-action-btn.button:disabled {
  opacity: 0.8;
}
.wishlist_table .add_to_cart.button {
  background: var(--porto-heading-color);
  color: var(--porto-body-bg);
  border: none;
}
.wishlist_table .add_to_cart.button:focus {
  outline: none;
  box-shadow: none;
  color: var(--porto-body-bg);
}
.wishlist_table .add_to_cart.button:hover {
  background: var(--porto-heading-light-8);
  color: var(--porto-body-bg);
}
@media (min-width: 992px) {
  .order-info,
  .woocommerce-order-details {
    width: 90%;
  }
}
.order-info .order-item {
  width: 20%;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .order-info .order-item {
    width: 33.3333%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .order-info .order-item {
    width: 50%;
  }
}
.checkout-order-review .cart-subtotal,
.checkout-order-review tbody .amount,
.order_details tbody .amount {
  color: var(--porto-heading-color);
  font-weight: 600;
}
.checkout-order-review tr td:last-child,
.order_details tr td:last-child {
  text-align: right;
}
.order_details tbody tr.order_item {
  line-height: 20px;
  border-bottom-width: 0;
}
.order_details tbody tr.order_item td {
  padding-top: 9px;
  padding-bottom: 0;
}
.order_details tbody td.product-name {
  padding-top: 9px;
}
.order_details tfoot tr {
  padding: 5px 0;
}
.order_details tfoot tr td {
  color: #777;
  font-weight: 500;
}
.order_details tfoot tr:last-child h4 {
  font-size: 16px;
}
.order_details tfoot tr:last-child .amount {
  font-size: 22px;
  font-weight: 700;
  color: var(--porto-heading-color);
}
.order_details .product-name a {
  color: var(--porto-heading-color);
}
.order_details .wc-item-meta {
  padding-left: 5px;
  margin-bottom: 0;
}
.order_details .wc-item-meta li {
  display: flex;
  font-size: 12px;
  color: #999;
}
.order_details .wc-item-meta strong {
  margin-right: 10px;
}
.order_details .wc-item-meta p,
.order_details .wc-item-meta strong {
  font-weight: 500;
}
.woocommerce-thankyou-order-received {
  padding: 36px 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.025em;
  border: 2px solid #0cc485;
  text-align: center;
  color: var(--porto-heading-color);
}
.woocommerce-thankyou .woocommerce-order-details {
  width: 100%;
}
.woocommerce-cart h4,
.woocommerce-checkout h4,
.woocommerce-order-details h4 {
  letter-spacing: -0.01em;
  font-size: 14px;
  font-weight: 600;
}
.woocommerce-cart .card-sub-title,
.woocommerce-checkout .card-sub-title,
.woocommerce-order-details .card-sub-title {
  font-weight: 700;
}
.woocommerce-account .account-sub-title,
.woocommerce-checkout .account-sub-title,
.woocommerce-thankyou .account-sub-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.woocommerce-account .account-sub-title i,
.woocommerce-checkout .account-sub-title i,
.woocommerce-thankyou .account-sub-title i {
  font-size: 35px;
}
.woocommerce-account .featured-boxes,
.woocommerce-checkout .featured-boxes,
.woocommerce-thankyou .featured-boxes {
  border: 2px solid var(--porto-gray-5);
}
.u-column1.col-1 {
  max-width: none;
  flex: none;
  padding-left: 0;
  padding-right: 0;
}
.col2-set {
  margin: 0 calc(var(--porto-column-spacing) * -1);
}
.col2-set:after {
  content: " ";
  display: table;
  clear: both;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  max-width: none;
  flex: none;
}
.col2-set .col-1,
.col2-set .col-12,
.col2-set .col-2 {
  padding: 0 var(--porto-column-spacing);
}
.col2-set .col-1 {
  float: left;
}
.col2-set .col-2 {
  float: right;
}
@media (max-width: 991px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: 100%;
  }
}
.chosen-container-single .chosen-single,
.select2-container .select2-choice,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single {
  background: var(--porto-normal-bg);
  border-color: var(--porto-gray-5);
  height: 34px;
  line-height: 28px;
  padding: 3px 8px;
}
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-single .chosen-single {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.chosen-container-single .chosen-single div b,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {
  background-position: 0 7px !important;
}
.chosen-container-active.chosen-with-drop .chosen-single div b,
.woocommerce-checkout
  .form-row
  .chosen-container-active.chosen-with-drop
  .chosen-single
  div
  b {
  background-position: -18px 7px !important;
}
.select2-container .select2-choice {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: var(--porto-body-color);
}
.chosen-container-active.chosen-with-drop .chosen-single,
.select2-container-active .select2-choice {
  border-color: var(--porto-gray-5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.select2-drop,
.select2-drop-active {
  margin-top: -2px;
  border-color: var(--porto-gray-5);
  color: var(--porto-body-color);
}
.select2-drop .select2-search,
.select2-drop-active .select2-search {
  padding-top: 4px;
}
.select2-drop .select2-results,
.select2-drop-active .select2-results {
  font-size: 0.9em;
  background-color: var(--porto-normal-bg);
}
.select2-drop .select2-results li,
.select2-drop-active .select2-results li {
  line-height: 20px;
}
.wc-block-components-product-price {
  font-size: 1rem;
}
.woocommerce-cart .shipping_calculator h2 {
  margin-top: 0;
}
.woocommerce-cart .shipping_calculator h2 a {
  cursor: default;
}
.woocommerce-cart .shipping-form-wrap .shipping-calculator-form {
  display: block !important;
  height: auto !important;
}
.woocommerce-cart .shipping-calculator-form {
  margin-top: 10px;
}
.shop_table .product-thumbnail img {
  max-width: 80px;
}
.cross-sells {
  margin-top: 20px;
  margin-bottom: 20px;
}
.shop_table.responsive.cart-total tbody tr:first-child td,
.shop_table.responsive.cart-total tbody tr:first-child th,
.shop_table.shop_table_responsive.cart-total tbody tr:first-child td,
.shop_table.shop_table_responsive.cart-total tbody tr:first-child th {
  border-top-width: 0;
}
.shop_table.responsive.cart-total th,
.shop_table.shop_table_responsive.cart-total th {
  width: 25%;
}
@media (max-width: 767px) {
  .shop_table.responsive.cart-total td,
  .shop_table.responsive.cart-total th,
  .shop_table.shop_table_responsive.cart-total td,
  .shop_table.shop_table_responsive.cart-total th {
    width: 100%;
    text-align: left;
  }
}
#shipping_method {
  margin: 0;
  padding: 0;
  list-style: none;
}
#shipping_method li:not(:last-child) {
  padding-bottom: 12px;
}
.wc-proceed-to-checkout .btn {
  font-size: 15px;
  letter-spacing: -0.015em;
  margin-bottom: 10px;
}
.woocommerce-shipping-destination {
  line-height: 26px;
}
.wc-proceed-to-checkout {
  margin-bottom: 20px;
  text-align: left;
}
.cart_totals h2,
.review-order.shop_table h2 {
  margin-top: 0;
  color: var(--porto-primary-color);
}
.cart_totals h2 a,
.review-order.shop_table h2 a {
  color: inherit;
}
.cart_totals .order-total .amount,
.review-order.shop_table .order-total .amount {
  font-size: 22px;
  color: var(--porto-heading-color);
}
.cart-v2 .heading-primary {
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-v2 .proceed-to-checkout {
  letter-spacing: normal;
}
.cart-v2 .shipping-calculator-form {
  display: block !important;
}
.cart-v2 #coupon_code {
  padding: 11px 12px;
}
.cart-v2 .card-default {
  padding: 24px 30px;
  border: 2px solid var(--porto-gray-5);
}
.cart-v2 .card-default tbody tr {
  border-bottom: 1px solid var(--porto-gray-2);
}
.cart-v2 .card-default tbody tr:last-child {
  border-bottom: none;
}
.cart-v2 .card-default tbody th {
  padding: 10px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left !important;
}
.cart-v2 .card-default tbody td {
  padding: 10px;
  line-height: 1.4;
  text-align: left !important;
}
.cart-v2 .card-default tbody td:last-child {
  color: var(--porto-color-price);
  text-align: right !important;
  font-weight: 400;
}
.cart-v2 .card-default tbody .order-total th {
  padding: 18px 12px;
}
.checkout-v2 .checkout_coupon {
  display: block !important;
}
.card-default .card-header.arrow a {
  position: relative;
  padding-right: 40px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0 !important;
}
.card-default .card-header.arrow a:before {
  border: none;
  color: #212529;
  font-family: "porto";
  content: "\e81b";
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  text-align: center;
  line-height: 26px;
  font-size: 17px;
  background-color: transparent;
}
.card-default .card-header.arrow a.collapsed:before {
  content: "\e81c";
}
.card-default .card-header.arrow a:hover:before {
  background-color: transparent;
  border-color: transparent;
  color: #212529;
}
.shop_table.cart-table th.product-thumbnail {
  width: 16%;
}
.shop_table.cart-table th.product-price {
  width: 14%;
}
.shop_table.cart-table thead .product-name {
  width: 33%;
}
.shop_table.cart-table .product-subtotal .amount {
  font-size: 16px;
  font-weight: 600;
  color: var(--porto-heading-color);
}
.shop_table.cart-table .actions input[type="text"]::placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.shop_table.cart-table .actions button {
  padding: 12px 24px;
}
td.order-total,
td.product-total {
  font-weight: 400 !important;
}
.cart_totals_toggle .card-header a {
  display: block;
  padding: 10px 20px;
}
.cart_totals_toggle .card-header {
  padding: 0;
  border-bottom: none;
}
.cart_totals_toggle .card:not(:first-child) {
  margin-top: 5px;
}
.also-bought .products-slider.show-nav-title .owl-nav {
  margin-top: -32px;
}
i.cart-empty,
i.wishlist-empty {
  font-size: 100px;
  color: #d3d3d4;
}
.cart-empty-page .woocommerce-info {
  text-align: center;
}
.update-button-hidden {
  visibility: hidden;
  opacity: 0;
}
.checkout_coupon .form-row {
  display: inline-block;
  float: none;
  width: auto;
  padding-right: 0;
}
.checkout_coupon #coupon_code {
  padding: 3px 13px;
}
.checkout_coupon [name="apply_coupon"] {
  padding: 9.25px 18px;
}
.checkout_coupon .coupon-error-notice {
  display: block;
}
form.checkout_coupon {
  padding-bottom: 5px;
}
.woocommerce-form-coupon-toggle,
.woocommerce-form-login-toggle {
  font-weight: 500;
  letter-spacing: -0.025em;
}
.form-row.terms {
  position: relative;
  margin-top: 15px;
}
.form-row.terms .input-checkbox {
  position: absolute;
  left: 0;
  top: 2px;
}
.form-row.terms label.checkbox {
  margin-left: 20px;
  display: block;
}
.payment_methods {
  margin: 15px 0 10px;
  padding: 0;
  list-style: none;
}
.payment_methods li {
  padding-bottom: 10px;
}
.payment_methods p {
  margin-bottom: 0.5rem;
}
.payment_methods .porto-control-label {
  font-size: 14px;
  font-weight: 400;
  display: inline;
}
.payment_methods .payment_method_paypal .about_paypal {
  display: inline-block;
}
.payment_methods .payment_method_paypal img {
  max-width: 170px;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
@media (max-width: 767px) {
  .payment_methods .payment_method_paypal .input-radio {
    vertical-align: top;
  }
}
@media (max-width: 575px) {
  .payment_methods .payment_method_paypal img {
    max-width: 150px;
  }
}
.woocommerce-page .woocommerce header {
  margin-top: 32px;
}
.woocommerce-page .woocommerce .featured-box header {
  margin-top: 20px;
}
.checkout-v2 .card-header {
  line-height: 40px;
}
form.woocommerce-checkout h3 {
  margin-bottom: 13px;
font-size: 20px;
    font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 32px;
  color:#555;
}
.woocommerce-checkout .select2-container {
  height: 50px;
}
.woocommerce-checkout .select2-container .select2-selection--single {
  height: 50px;
  border-color: var(--porto-input-bc);
}
.woocommerce-cart .select2-container {
  height: 38px;
}
.woocommerce-cart .select2-container .select2-selection--single {
  height: 38px;
  border-color: var(--porto-input-bc);
}
.woocommerce-cart
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 18px;
}
.woocommerce-cart .select2-container,
.woocommerce-checkout .select2-container {
  font-size: 0.85rem;
}
.woocommerce-cart .select2-dropdown,
.woocommerce-checkout .select2-dropdown {
  border-color: var(--porto-input-bc);
}
.woocommerce-cart
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field,
.woocommerce-checkout
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  border-color: var(--porto-gray-2);
}
.woocommerce-cart
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.woocommerce-checkout
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 10px 12px;
  color: var(--porto-body-color);
}
.woocommerce-cart
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.woocommerce-checkout
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-cart .screen-reader-text,
.woocommerce-checkout .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.woocommerce-cart textarea::placeholder,
.woocommerce-checkout textarea::placeholder {
  font-size: 12px;
}
.woocommerce-cart .shipping_address,
.woocommerce-checkout .shipping_address {
  margin-top: 1rem;
}
.woocommerce-cart .select2-selection__arrow b,
.woocommerce-checkout .select2-selection__arrow b {
  display: none;
}
.woocommerce-cart .select2-selection__arrow:before,
.woocommerce-checkout .select2-selection__arrow:before {
  content: "\e81c";
  font-family: "porto";
  font-size: 1rem;
  line-height: 26px;
}
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="text"] {
  line-height: 30px;
}
.woocommerce-checkout label {
  margin-bottom: 3px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.woocommerce-checkout > .row > wc-order-attribution-inputs {
  padding: 0;
}
#order_comments {
  min-height: 125px;
}
.woocommerce-privacy-policy-text p {
  font-size: 12px;
  line-height: 23px;
  color: #8a8b8e;
}
.checkout-order-review .featured-boxes {
  padding: 22px 32px;
}
.checkout-order-review .woocommerce-privacy-policy-text p {
  padding: 0 8px;
  font-size: 13px;
}
.checkout-order-review .shop_table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-order-review .shop_table td {
  padding: 12px 10px;
}
.checkout-order-review .shop_table td:only-child {
  flex: 1;
}
.checkout-order-review .shop_table .product-thumbnail img {
  max-width: 60px;
}
.checkout-order-review .product-checkout-wrap {
  display: flex;
}
.checkout-order-review .product-thumbnail {
  margin-right: 15px;
}
.checkout-order-review dl.variation {
  font-size: 9px;
  line-height: 1.34em;
  letter-spacing: 0.005em;
  color: var(--porto-heading-color);
}
.checkout-order-review .quantity > * {
  border-color: #dae2e6;
}
.checkout-order-review .product-name {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: -0.001em;
  color: var(--porto-heading-color);
  padding-right: 30px;
  position: relative;
  text-align: start;
}
.checkout-order-review .product-name a.remove-product {
  line-height: 19px;
  top: 0 !important;
  right: 0 !important;
  box-shadow: none;
  border: 1px solid var(--porto-gray-2);
}
.checkout-order-review .cart-subtotal,
.checkout-order-review tbody .amount {
  font-size: 16px;
  letter-spacing: -0.01em;
}
.checkout-order-review .product-total {
  position: relative;
  vertical-align: bottom;
  line-height: 36px;
}
.checkout-order-review .product-content {
  flex: 1;
}
.checkout-order-review .product-price {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-order-review dt {
  margin: 0;
}
@media (max-width: 575px) {
  .checkout-order-review .featured-boxes {
    padding: 22px 16px;
  }
  .checkout-order-review .product-thumbnail {
    margin-right: 10px;
  }
  .checkout-order-review .product-price {
    flex-direction: column;
    align-items: flex-start;
  }
}
.woocommerce-shipping-totals td {
  padding: 25px 10px;
}
.woocommerce-checkout .shop_table .button {
  color: #fff;
}
.woocommerce-account .woocommerce {
  margin: 0 -10px;
}
.woocommerce-account .woocommerce:after {
  content: " ";
  display: table;
  clear: both;
}
.woocommerce-account .woocommerce > .row {
  margin-left: calc(10px - var(--porto-column-spacing));
  margin-right: calc(10px - var(--porto-column-spacing));
}
.woocommerce-account .woocommerce > .col-lg-10,
.woocommerce-account .woocommerce > .col-md-6 {
  padding-right: calc(var(--porto-grid-gutter-width) / 2);
  padding-left: calc(var(--porto-grid-gutter-width) / 2);
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 25%;
  padding: 0 10px 30px;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  transition: background 0.1s;
  padding: 8px 0 8px 0;
  display: block;
  color: var(--porto-body-color);
  font-size: 1em;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a {
  font-weight: 700;
  color: var(--porto-heading-color);
}
.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li:not(:last-child)
  a {
  border-bottom: 1px solid var(--porto-gray-5);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li ul {
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 75%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}
.woocommerce-account .account-sub-title i,
.woocommerce-account .featured-box i {
  color: #d3d3d4;
}
.woocommerce-account .featured-box .icon-featured {
  font-size: 60px;
}
.woocommerce-account .featured-box h4 {
  font-size: 1rem;
  letter-spacing: -0.01em;
}
.address .featured-box {
  text-align: left;
}
#rememberme,
.back-login {
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  padding: 3px 0px 3px 0px;
  color: #333;
  line-height: 1.2;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}
.woocommerce-password-hint {
  margin: 1em 0 0 0;
  display: block;
}
.order-info mark {
  display: block;
  background: transparent;
  color: var(--porto-heading-color);
  padding: 0;
}
.porto-social-login-section.false-modal a {
  padding: 17px 12px;
  margin-bottom: 20px;
}
.porto-social-login-section.false-modal i {
  margin-right: 5px;
}
.porto-social-login-section.false-modal i.fa-facebook-f {
  width: 25px;
  height: 25px;
  line-height: 35px;
  vertical-align: middle;
  color: #3a589d;
  background: #fff;
  border-radius: 50%;
}
.porto-social-login-section.false-modal span {
  letter-spacing: -0.03em;
}
.porto-social-login-section .social-button:hover i.fa-facebook-f {
  color: var(--porto-primary-color);
}
.password-input {
  display: block;
  position: relative;
}
.show-password-input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 1rem;
  width: 2.5em;
  color: var(--porto-heading-color);
  background-color: transparent;
  border-width: 0;
  transition: opacity 0.25s ease;
}
.show-password-input:hover {
  opacity: 0.6;
}
.show-password-input:before {
  font-family: var(--fa-style-family-classic);
  content: "\f06e";
}
.show-password-input.display-password:before {
  content: "\f070";
}
