/*================================================
Cart Area CSS
=================================================*/





.cart-table table {
  margin-bottom: 0;
}

.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 25px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
}

.cart-table table tbody tr td {
  vertical-align: middle;
  color: #494A60;
  white-space: nowrap;
  padding: 25px;
  font-weight: 500;
  font-size: 16px;
}

.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
}

.cart-table table tbody tr td.product-name a {
  display: inline-block;
}

.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  float: right;
  position: relative;
  top: -1px;
  font-size: 18px;
}

.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 170px;
  min-width: 170px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: poOpen Sans;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 22px;
}

.cart-table table tbody tr td.product-quantity .input-counter a {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: poOpen Sans;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 22px;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #0064FB;
}


.cart-table table tbody tr td.product-quantity .input-counter a.minus-btn {
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.cart-table table tbody tr td.product-quantity .input-counter a.plus-btn {
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.cart-table table tbody tr td.product-quantity .input-counter a:hover {
  color: #0064FB;
}

.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #2E2F46;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #2E2F46;
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #2E2F46;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #2E2F46;
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #2E2F46;
}

.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-buttons {
  margin-top: 30px;
  text-align: right;
}

.cart-buttons .shopping-coupon-code {
  position: relative;
  max-width: 530px;
}

.cart-buttons .shopping-coupon-code .form-control {
  display: block;
  width: 100%;
  height: 50px;
  outline: 0;
  background-color: #F4F8FC;
  border: 1px solid #E6EDF6;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 15px;
}

.cart-buttons .shopping-coupon-code .form-control::-webkit-input-placeholder {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #494A60;
}

.cart-buttons .shopping-coupon-code .form-control:-ms-input-placeholder {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #494A60;
}

.cart-buttons .shopping-coupon-code .form-control::-ms-input-placeholder {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #494A60;
}

.cart-buttons .shopping-coupon-code .form-control::placeholder {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #494A60;
}

.cart-buttons .shopping-coupon-code .form-control:focus {
  outline: 0;
  background-color: #ffffff;
  border-color: #FF414B;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cart-buttons .shopping-coupon-code .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.cart-buttons .shopping-coupon-code .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.cart-buttons .shopping-coupon-code .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.cart-buttons .shopping-coupon-code .form-control:focus::placeholder {
  color: transparent;
}

.cart-buttons .shopping-coupon-code button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: #2E2F46;
  color: #ffffff;
  border: none;
  padding: 0 25px;
  line-height: 48px;
  outline: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 15px;
  font-weight: 500;
}

.cart-buttons .shopping-coupon-code button:hover {
  background-color: #0064FB;
}

.cart-totals {
  background: #ffffff;
  padding: 40px;
  max-width: 700px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.cart-totals h3 {
  margin-bottom: 25px;
  font-size: 25px;
}

.cart-totals ul {
  padding-left: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 15px 20px;
  color: #2E2F46;
  overflow: hidden;
  font-weight: 500;
  font-size: 15px;
}

.cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-totals ul li:last-child {
  font-size: 16px;
  border-top: none;
}

.cart-totals ul li:last-child span {
  color: #2E2F46;
  font-weight: 500;
  font-size: 20px;
}

.cart-totals ul li span {
  float: right;
  color: #FF414B;
}

/*================================================
Checkout Area CSS
=================================================*/
.user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 15px 20px;
  border-top: 1px solid #0064FB;
  position: relative;
  margin-bottom: 40px;
}

.user-actions i {
  color: #0064FB;
  margin-right: 2px;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.user-actions span {
  display: inline-block;
  color: #0064FB;
  font-weight: 500;
  font-size: 16px;
}

.user-actions span a {
  display: inline-block;
}

.billing-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 22px;
}

.billing-details .title::before {
  content: '';
  position: absolute;
  background: #0064FB;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.billing-details .form-group {
  margin-bottom: 25px;
}

.billing-details .form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
}

.billing-details .form-group label .required {
  color: red;
}

.billing-details .form-group .form-control {
  height: 50px;
  color: #2E2F46;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
}

.billing-details .form-group .form-control::-webkit-input-placeholder {
  color: #494A60;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.billing-details .form-group .form-control:-ms-input-placeholder {
  color: #494A60;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.billing-details .form-group .form-control::-ms-input-placeholder {
  color: #494A60;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.billing-details .form-group .form-control::placeholder {
  color: #494A60;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.billing-details .form-group .form-control:focus {
  border-color: #0064FB;
  background-color: transparent;
}

.billing-details .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.billing-details .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.billing-details .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.billing-details .form-group .form-control:focus::placeholder {
  color: transparent;
}

.billing-details .form-group textarea.form-control {
  height: auto;
  padding: 20px;
  font-size: 15px;
  font-weight: 500;
}

.billing-details .form-group .nice-select {
  display: block;
  width: 215px;
  float: unset;
  width: 100%;
  background: #f8f8f8;
  border-color: #eeeeee;
  color: #2E2F46;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 0 0 0 12px;
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  font-weight: 500;
}

.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  border: none;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
  line-height: 38px;
  min-height: 38px;
  color: #2E2F46;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding-left: 32px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 500;
}

.billing-details .form-group .nice-select .list .option:hover {
  background-color: #0064FB !important;
  color: #ffffff;
}

.billing-details .form-group .nice-select .list .option:hover::before {
  color: #ffffff;
}

.billing-details .form-group .nice-select .list .option.focus, .billing-details .form-group .nice-select .list .option.selected.focus {
  background-color: transparent !important;
  color: #2E2F46;
}

.billing-details .form-group .nice-select .list .option::before {
  content: "\eb7b";
  position: absolute;
  left: 10px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #0064FB;
  font-family: "remixicon";
  font-size: 12px;
}

.billing-details .form-group .nice-select .list .option.selected::before {
  opacity: 1;
  visibility: visible;
}

.billing-details .form-group .nice-select .list .option.selected:hover {
  background-color: #0064FB !important;
  color: #ffffff;
}

.billing-details .form-group .nice-select .list .option.selected:hover::before {
  color: #ffffff;
}

.billing-details .form-group .nice-select:after {
  border-color: #2E2F46;
  height: 8px;
  width: 8px;
  margin-top: -5px;
}

.billing-details .form-group .nice-select:hover {
  border-color: #0064FB;
  background-color: transparent;
}

.billing-details .form-check {
  margin-bottom: 20px;
}

.billing-details .form-check .form-check-label {
  color: #2E2F46;
  font-weight: 500;
}

.billing-details .form-check label {
  position: relative;
  left: -2px;
  top: 0;
  font-weight: 500;
}

.billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.order-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 22px;
}

.order-details .title::before {
  content: '';
  position: absolute;
  background: #0064FB;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.order-details .order-table table {
  margin-bottom: 0;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding: 12px 20px 10px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #494A60;
  white-space: nowrap;
  border-color: #eaedff;
  font-size: 15px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.order-details .order-table table tbody tr td.product-name a {
  display: inline-block;
}

.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  color: #2E2F46;
  font-size: 16px;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
  color: #2E2F46;
  font-weight: 600;
  font-size: 16px;
}

.order-details .payment-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: poOpen Sans;
  display: block;
  color: #2E2F46;
  position: relative;
  margin-bottom: 8px;
  font-weight: 600;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::before, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #0064FB;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order-details .payment-box .default-btn {
  margin-top: 15px;
}

/*================================================
Products Details Area CSS
=================================================*/
.products-details-image {
  border-radius: 5px;
}

.products-details-image a {
  display: block;
  border-radius: 5px;
}

.products-details-image a img {
  border-radius: 5px;
}

.products-details-desc {
  padding-left: 30px;
}

.products-details-desc h3 {
  margin-bottom: 20px;
  font-size: 25px;
}

.products-details-desc .products-review {
  margin-bottom: 20px;
}

.products-details-desc .products-review .rating {
  display: inline-block;
  font-size: 15px;
}

.products-details-desc .products-review .rating i {
  color: #ffba0a;
  display: inline-block;
  margin-right: -2px;
}

.products-details-desc .products-review .rating-count {
  display: inline-block;
  color: #79798D;
  border-bottom: 1px solid #79798D;
  line-height: initial;
  position: relative;
  top: -2px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}

.products-details-desc .products-review .rating-count:hover {
  color: #0064FB;
  border-color: #0064FB;
}

.products-details-desc .price {
  color: #2E2F46;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.products-details-desc .price .old-price {
  text-decoration: line-through;
  color: #79798D;
  font-weight: normal;
}

.products-details-desc .products-meta {
  margin-top: 20px;
}

.products-details-desc .products-meta span {
  display: block;
  color: #2E2F46;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

.products-details-desc .products-meta span span {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 15px;
}

.products-details-desc .products-meta span span.in-stock {
  color: #36CC72;
}

.products-details-desc .products-meta span span.sku {
  color: #79798D;
}

.products-details-desc .products-meta span a {
  display: inline-block;
  color: #FF414B;
  font-weight: 500;
}

.products-details-desc .products-meta span a:hover, .products-details-desc .products-meta span a:focus {
  color: #0064FB;
}

.products-details-desc .products-meta span:last-child {
  margin-bottom: 0;
}

.products-details-desc .products-add-to-cart {
  margin-top: 25px;
}

.products-details-desc .products-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.products-details-desc .products-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: poOpen Sans;
  color: #494A60;
  width: 50px;
  height: 100%;
  line-height: 55px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 16px;
}

.products-details-desc .products-add-to-cart .input-counter span.minus-btn {
  left: 0;
}

.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
  right: 0;
}

.products-details-desc .products-add-to-cart .input-counter span:hover {
  color: #0064FB;
}

.products-details-desc .products-add-to-cart .input-counter input {
  height: 50px;
  color: #2E2F46;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}

.products-details-desc .products-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: #2E2F46;
}

.products-details-desc .products-add-to-cart .input-counter input:-ms-input-placeholder {
  color: #2E2F46;
}





.text-secondary-d1 {
    color: #728299!important;
}
.text-secondary-d3 {
    color: #222!important;
}
.page-header {
    margin: 0 0 1rem;
    padding-bottom: 1rem;
    padding-top: .5rem;
    border-bottom: 1px dotted #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.page-title {
    padding: 0;
    margin: 0;
    font-size: 1.75rem;
    font-weight: 300;
}
.brc-default-l1 {
    border-color: #dce9f0!important;
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem!important;
}
.mr-n1, .mx-n1 {
    margin-right: -.25rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.text-grey-m2 {
    color: #222!important;
}
.text-grey {
    color: #222!important;
}

.text-success-m2 {
    color: #86bd68!important;
}

.font-bolder, .text-600 {
    font-weight: 600!important;
}

.text-110 {
    font-size: 110%!important;
}
.text-blue {
    color: #478fcc!important;
}
.pb-25, .py-25 {
    padding-bottom: .75rem!important;
}

.pt-25, .py-25 {
    padding-top: .75rem!important;
}
.bgc-default-tp1 {
    background-color: rgba(121,169,197,.92)!important;
}
.bgc-default-l4, .bgc-h-default-l4:hover {
    background-color: #f3f8fa!important;
}
.page-header .page-tools {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.btn-light {
    color: #757984;
    background-color: #f5f6f9;
    border-color: #dddfe4;
}
.w-2 {
    width: 1rem;
}

.text-120 {
    font-size: 120%!important;
}
.text-primary-m1 {
    color: #4087d4!important;
}

.text-danger-m1 {
    color: #dd4949!important;
}
.text-blue-m2 {
    color: #68a3d5!important;
}
.text-150 {
    font-size: 150%!important;
}
.text-60 {
    font-size: 60%!important;
}
.text-grey-m1 {
    color: #7b7d81!important;
}
.align-bottom {
    vertical-align: bottom!important;
}

