/*----------------------------------------*/
/*Cart & Wish List CSS
/*----------------------------------------*/
.cart-main-area .section-title h2,
.coupon-area .section-title h2 {
  text-transform: capitalize;
  color: #555;
  font-weight: 500;
}

.shipping_method input {
  background: #eceff8 none repeat scroll 0 0;
  border: 2px solid #eceff8;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #626262;
  font-size: 14px;
  height: 45px;
  padding-left: 10px;
  width: inherit;
}
.mb-45 {
  margin-bottom: 45px;
}
.cart-title-area {
  padding-top: 30px;
}

.car-header-title h2 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}

.table-content table {
  background: #fff none repeat scroll 0 0;
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
}

.table-content table th {
  border-top: medium none;
  font-weight: 500;
  padding: 20px 10px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 15px;
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 13px;
}

.table-content table td input {
  background: #e5e5e5 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #6f6f6f;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 60px;
}

.table-content table td.product-subtotal {
  font-size: 15px;
  font-weight: 600;
  width: 120px;
}

.table-content table td.product-name a,
.product-stock-status span {
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  color: #6f6f6f;
  text-transform: capitalize;
}

.product-stock-status span {
  color: green;
  font-weight: 600;
}

.table-content table td.product-name {
  width: 270px;
}

.table-content table td.product-thumbnail {
  width: 100px;
}

.table-content table td.product-remove i {
  color: #919191;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.table-content table .product-price .amount {
  font-size: 15px;
  font-weight: 600;
}

.table-content table td.product-remove a:hover i {
  color: #f30770;
}

.table-content table td.product-quantity {
  width: 180px;
}

.table-content table td.product-remove {
  width: 150px;
}

.table-content table td.product-price {
  width: 130px;
}

.table-content table td.product-name a:hover,
.buttons-cart a:hover {
  color: #f30770;
}

.product-thumbnail img {
  width: 100%;
}

.buttons-cart {
  margin-bottom: 30px;
  overflow: hidden;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
  background: #f30770 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 20px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  width: inherit;
  border-radius: 4px;
}

.wc-proceed-to-checkout {
  clear: both;
  display: block;
}

.buttons-cart input:hover,
.coupon input[type="submit"]:hover,
.buttons-cart a:hover,
.wc-proceed-to-checkout a:hover {
  background: #000000 none repeat scroll 0 0;
  color: #fff;
}

.buttons-cart a {
  color: #fff;
  float: left;
  height: 40px;
  line-height: 40px;
}

.cart_totals {
  width: 100%;
}
.btn-order1 a:hover {
  background-color: #f30770;
}
.btn-order1 a {
  display: block;
  background-color: #f30770;
  color: #fff;
  font-size: 18px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  margin-top: 30px;
}
.btn-order1 a:hover,
.btn-order1 a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2d2d2d;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cart_totals h2 {
  border-bottom: 2px solid #222;
  display: inline-block;
  font-size: 20px;
  margin: 0 0 35px;
  text-transform: uppercase;
  font-weight: 500;
}

.cart_totals table {
  border: medium none;
  margin: 0;
  text-align: right;
}

.cart_totals table th {
  border: medium none;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px 12px 0;
  text-align: right;
  text-transform: uppercase;
  vertical-align: top;
}

.cart_totals table td {
  border: medium none;
  padding: 0 0 12px;
  vertical-align: top;
}

.cart_totals table td .amount {
  color: #222222;
  font-size: 13px;
  font-weight: bold;
  margin-left: 5px;
  text-align: right;
  text-transform: uppercase;
}

.cart_totals table td ul#shipping_method {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.cart_totals table td ul#shipping_method li {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  text-indent: 0;
  width: 100%;
}

.cart_totals table td ul#shipping_method li input {
  margin: 0;
  position: relative;
  top: 2px;
}

a.shipping-calculator-button {
  font-weight: bold;
  color: #6f6f6f;
}

a.shipping-calculator-button:hover {
  color: #83cbdc;
}

.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
}

.cart_totals table tr.order-total th {
  font-weight: 700;
}
.wc-proceed-to-checkout a:hover {
  background: #000;
}
.text-md-right {
  text-align: right !important;
}
.float-md-right {
  float: right !important;
}
.wc-proceed-to-checkout a {
  background: #f30770;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  padding: 0 30px;
  text-transform: none;
  border-radius: 4px;
}

.amount del {
  font-size: 13px;
  margin-left: 5px;
  font-weight: 600;
}

.cart-main-area.wish-list .product-remove {
  width: 20px;
}

.cart-main-area.wish-list table td.product-thumbnail {
  width: 140px;
}

.cart-main-area.wish-list .product-add-to-cart a {
  text-transform: uppercase;
}

.cart-main-area.wish-list td.product-add-to-cart {
  width: 240px;
}
/*----------------------------------------*/
/* Checkout CSS
/*----------------------------------------*/
.coupon-area .coupon-info input {
  background: transparent;
  border: 1px solid #e5e5e5;
}
.checkbox-form span.current {
  display: initial;
}
.mb-30 {
  margin-bottom: 30px;
}
.mtb-30 {
  margin: 30px 0;
}
.checkbox-form .nice-select.wide .list {
  height: 300px;
  overflow-y: scroll;
}
.coupon-area .coupon-info .checkout-coupon .code:focus {
  border: 1px solid #e5e5e5;
}

.product-stock-status span {
  color: green;
  font-weight: 600;
}
.coupon-accordion h3 {
  background-color: #f6f6f6;
  border-top: 3px solid #222222;
  color: #515151;
  font-size: 14px;
  font-weight: 400;
  list-style: outside none none;
  margin-bottom: 30px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  text-transform: capitalize;
  width: auto;
}
.coupon-accordion h3::before {
  color: #777;
  content: "\f0f6";
  display: inline-block;
  font-family: "FontAwesome";
  left: 16px;
  position: absolute;
  top: 16px;
}
.coupon-accordion span {
  cursor: pointer;
  color: #6f6f6f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.coupon-accordion span:hover,
p.lost-password a:hover {
  color: #f30770;
}
.coupon-content {
  border: 1px solid #e5e5e5;
  display: none;
  margin-bottom: 20px;
  padding: 20px;
}
.coupon-info p.coupon-text {
  margin-bottom: 15px;
}
.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
  display: block;
  color: inherit;
}
.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700;
}
.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
  border: 1px solid #ccc;
  height: 34px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
  background: #222222 none repeat scroll 0 0;
}
.coupon-info p.form-row input[type="checkbox"] {
  height: inherit;
  position: relative;
  top: 2px;
  width: inherit;
}
.form-row > label {
  margin-top: 7px;
}
p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
  font-size: 12px;
}
p.checkout-coupon input[type="text"] {
  height: 36px;
  padding-left: 10px;
  width: 170px;
}
p.checkout-coupon input[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  height: 36px;
  margin-left: 6px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: inherit;
}
.coupon-checkout-content {
  margin-bottom: 30px;
  display: none;
}
.checkbox-form h3 {
  border-bottom: 1px solid #ebebeb;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: 100%;
  font-size: 22px;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 500;
}

.country-select label,
.country-select label,
.checkout-form-list label {
  color: #333;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  margin: 0 0 5px;
  display: block;
  font-weight: 600;
  font-size: 15px;
}

.country-select label span.required,
.checkout-form-list label span.required {
  color: red;
}

.country-select select {
  border: 1px solid #ddd;
  height: 32px;
  padding-left: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
}

.checkout-form-list label {
  color: #333333;
  font-size: 15px;
}

.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.075);
  height: 34px;
  padding: 0 0 0 10px;
  width: 100%;
}
.country-select .nice-select {
  height: 37px;
  line-height: 35px;
}
.checkout-form-list {
}
.checkout-form-list input[type="checkbox"] {
  display: inline-block;
  height: inherit;
  margin-right: 10px;
  position: relative;
  top: 0;
  width: inherit;
}

.create-acc label {
  color: #333;
  display: inline-block;
}

.create-accounts {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
}

.order-notes textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #eceff8;
  font-size: 14px;
  height: 90px;
  padding: 15px;
  width: 100%;
}

#ship-box-info {
  display: none;
}

.your-order {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 30px 40px 45px;
}

.your-order h3 {
  border-bottom: 1px solid #ebebeb;
  font-size: 25px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 500;
}

.your-order-table table {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  width: 100%;
}

.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid #d8d8d8;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}

.amount {
  color: #666;
  font-size: 15px;
  font-weight: 500;
}

.your-order-table table th {
  border-top: medium none;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: medium none;
  font-size: 18px;
  font-weight: 600;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #f9f9f9;
}

.your-order-table table tr.order-total td span {
  color: #222222;
  font-size: 22px;
  font-weight: 600;
}

.payment-method {
  margin-top: 40px;
}

.payment-accordion h3 {
  border-bottom: 0 none;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.payment-accordion h3 a {
  color: #6f6f6f;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
}

.payment-accordion h3 a:before,
.payment-accordion h3.open a:after {
  content: "ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢";
  display: inline-block;
  font-family: fontawesome;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: -2px;
}

.payment-accordion h3.open a:after {
  content: "\f056";
}

.payment-content p {
  font-size: 13px;
}

.payment-accordion img {
  height: 60px;
  margin-left: 15px;
}

.order-button-payment input {
  background: #f30770;
  border: medium none;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #444;
}

.card-header {
  background-color: #f5f5f5;
  padding: 0;
}

.card {
  margin-top: 5px;
}

.card .btn-link {
  color: #232323;
  font-weight: 600;
}
.user-area-style .contact-form-action {
  -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  transition: all 0.5s;
  padding: 30px;
  border-radius: 5px;
}
.user-area-style .form-group label span {
  color: #ff0033;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check {
  margin-bottom: 10px;
}
.user-area-style .default-btn {
  display: block;
  margin-top: 20px;
  width: 100%;
  border-radius: 30px;
  border: none;
}
.lost-your-password {
  text-align: right;
}
.login-sign-text {
  margin-top: 30px;
  border-top: 1px solid #eee;
  text-align: center;
  padding-top: 10px;
}
.login-title h2 {
  margin-bottom: 30px;
  font-size: 24px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  text-align: center;
}
.user-area-style .form-group label {
  font-weight: 700;
  margin-bottom: 5px;
}
.login-sign-text a {
  color: #f30770;
}
.text-left {
  text-align: left;
}
.login-sign-text.text-left p {
  font-size: 12px;
}
.contactbg {
  background: #eef1f7;
  padding: 30px;
  min-height: 346px;
  position: relative;
}
.stm_lms_ent_groups h4 {
  padding: 15px;
  margin-bottom: 0;
  font-size: 16px;
}
.stm_lms_ent_groups {
  position: relative;
  margin-bottom: 10px;
  min-height: 46px;
  background-color: #fff;
  border-top: 3px solid #7a0000;
  cursor: pointer;
}
.form-group-file a {
  position: absolute;
  top: 0;
  background: #7a0000;
  color: #fff;
  padding: 6px 15px;
  border-radius: 5px;
  z-index: -1;
}
.form-group-file input {
  display: inherit;
  width: 100px;
  z-index: 1;
  opacity: 0;
}
.form-group-file {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 40px;
  width: 172px;
  z-index: 99;
}
.user-area-style {
  background: #f5f5f5;
}
/*----------------------------------------*/
/*My Account CSS
/*----------------------------------------*/
.myaccount-nav .nav li a:hover {
  background: #000;
}

.myaccount-nav .nav li {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.myaccount-nav .nav li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  background: #f30770;
  border-radius: 3px;
  display: block;
  padding: 10px 15px;
}
.dashboard-content h3 {
  font-size: 22px;
}
.breadcrumb li {
  color: #f30770;
}
.dashboard-content .table-responsive table thead {
  background: #ebebeb;
}
.dashboard-content .table-responsive table thead tr th {
  text-align: center;
}
.dashboard-content .table-responsive table tbody tr td {
  border-right: 1px solid #ebebeb;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
  text-align: center;
}
.woocommerce-Message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  border-top: 3px solid #f30770;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-Message .default-btn {
  padding: 7px 15px;
  font-weight: 500;
  float: right;
}
.woocommerce-Message:before {
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
  content: "\f133";
  color: #f30770;
}
.dashboard-content .nice-select .list {
  height: 300px;
  overflow-y: scroll;
}
