#base-template-style {
  float: left;
  width: 100%;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

#base-template-style h1,
#base-template-style h2,
#base-template-style h3,
#base-template-style h4,
#base-template-style h5,
#base-template-style h6,
#base-template-style .h1,
#base-template-style .h2,
#base-template-style .h3,
#base-template-style .h4,
#base-template-style .h5,
#base-template-style .h6 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: var(--base-dark);
}

#base-template-style .small,
#base-template-style small {
  font-size: 80%;
  font-weight: 400;
}

#base-template-style a {
  color: var(--base-dark);
}

#base-template-style a:hover {
  color: var(--base-dark);
  text-decoration: none;
}

#base-template-style .text-success {
  color: var(--base-success) !important;
}

#base-template-style .text-danger {
  color: var(--base-danger) !important;
}

#base-template-style .form-group {
  margin-bottom: 30px;
}

#base-template-style .form-group.has-error input {
  border-color: var(--base-danger) !important;
}

#base-template-style .base-checkbox-group.has-error .help-block {
  display: none;
}

#base-template-style .base-checkbox-group.has-error {
  border: 1px solid var(--base-danger);
  padding: 10px;
  margin: -11px -11px 29px -11px;
}

#base-template-style .page-title-section {
  padding: 20px 0;
  float: none;
}

#base-template-style label {
  display: inline-block;
  margin-bottom: 0.6rem;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
}

#base-template-style input:not([type=checkbox]):not([type=radio]),
#base-template-style textarea {
  background-color: transparent;
  border: 1px solid #ebebeb;
  font-size: 16px;
  height: 55px;
  padding: 0 15px;
  color: var(--base-dark);
  margin-bottom: 0;
  font-weight: 400;
  display: block;
  width: 100%;
}

#base-template-style .base-login-box {
  background: transparent none repeat scroll 0 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 80px;
  text-align: left;
  margin: 30px 0;
}

#base-template-style .base-login-box .base-checkbox-group {
  margin-bottom: 30px;
}

#base-template-style .base-btn {
  border: none;
  border-radius: 500px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 13px 30px 13px;
  text-transform: none;
  transition: all 0.3s ease 0s;
}

#base-template-style .base-btn-primary {
  background-color: #525252;
  color: #fff;
}

#base-template-style .base-btn-primary:hover {
  background: var(--base-dark);
  color: #fff;
}

#base-template-style .base-btn-light {
  background-color: #f2f2f2;
  color: var(--base-dark);
}

#base-template-style .base-btn-light:hover {
  background-color: #525252;
  color: #fff;
}

#base-template-style .base-btn-dark {
  background-color: var(--base-dark);
  color: #fff;
}

#base-template-style .base-btn-dark:hover {
  background-color: #525252;
  color: #fff;
}

#base-template-style .base-btn-big {
  padding: 21px 40px 19px;
}

#base-template-style .base-buttons-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 20px;
}

#base-template-style .base-links {
  text-align: right;
}

#base-template-style .base-links a {
  font-size: 15px;
  font-weight: 400;
  color: var(--base-dark);
}

#base-template-style .base-links a:hover {
  color: var(--base-primary);
}

#base-template-style .base-breadcrumb-area {
  padding: 24px 0;
}

#base-template-style .base-breadcrumb {
  margin: 0;
  padding: 0;
}

#base-template-style .base-breadcrumb li {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #ababab;
  margin-right: 8px;
  position: relative;
}

#base-template-style .base-breadcrumb li a {
  font-weight: 400;
  color: #333;
}

#base-template-style .base-breadcrumb li a:hover {
  color: #7e7e7e;
}

#base-template-style .base-breadcrumb li a:focus,
#base-template-style .base-breadcrumb li a:active {
  color: #ababab;
}

#base-template-style .base-breadcrumb li:after {
  position: relative;
  color: #333333;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  z-index: 9;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400;
}

#base-template-style .base-breadcrumb li:last-child::after {
  display: none;
}

@media (max-width: 767px) {
  #base-template-style .base-login-box {
    padding: 30px 15px;
    margin: 20px 0;
  }
}
#base-template-style .base-cart-area {
  margin: 0px 0;
  padding-top: 40px;
  padding-bottom: 80px;
}

#base-template-style .base-cart-area p {
  font-size: 16px;
  margin-bottom: 24px;
}

#base-template-style .base-cart-title {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 15px;
  position: relative;
  margin-bottom: 30px;
}

/* #base-template-style .base-cart-title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    background-color: var(--base-primary);
    width: 50px;
    height: 2px;
} */
#base-template-style .base-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

#base-template-style .base-cart-table-content table {
  width: 100%;
  border: 1px solid #ebebeb;
}

#base-template-style .base-cart-table-content table thead tr {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
}

#base-template-style .base-cart-table-content table thead tr th {
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  color: var(--base-dark);
}

#base-template-style .base-cart-table-content table tbody tr td,
#base-template-style .base-cart-table-content table tbody tr th,
#base-template-style .base-cart-table-content table thead tr td,
#base-template-style .base-cart-table-content table thead tr th {
  text-align: center;
  padding: 20px;
  color: var(--base-dark);
}

.view-mobile {
  display: none;
}

@media (max-width: 991px) {
  .hidden-mobile {
    display: none !important;
  }
  .view-mobile {
    display: block !important;
  }
}
@media (min-width: 768px) {
  #base-template-style .base-cart-table-content table tbody tr td.base-checkbox,
#base-template-style .base-cart-table-content table tbody tr th.base-checkbox,
#base-template-style .base-cart-table-content table thead tr td.base-checkbox,
#base-template-style .base-cart-table-content table thead tr th.base-checkbox {
    width: 40px;
    padding-right: 0;
  }
  #base-template-style .base-cart-table-content table tbody tr td.base-product-thumbnail,
#base-template-style .base-cart-table-content table tbody tr th.base-product-thumbnail,
#base-template-style .base-cart-table-content table thead tr td.base-product-thumbnail,
#base-template-style .base-cart-table-content table thead tr th.base-product-thumbnail {
    width: 110px;
  }
  #base-template-style .base-cart-table-content table tbody tr td.base-product-name,
#base-template-style .base-cart-table-content table tbody tr th.base-product-name,
#base-template-style .base-cart-table-content table thead tr td.base-product-name,
#base-template-style .base-cart-table-content table thead tr th.base-product-name {
    width: auto;
    text-align: left;
  }
  #base-template-style .base-cart-table-content table tbody tr td.base-product-name label,
#base-template-style .base-cart-table-content table tbody tr th.base-product-name label,
#base-template-style .base-cart-table-content table thead tr td.base-product-name label,
#base-template-style .base-cart-table-content table thead tr th.base-product-name label {
    font-size: 15px;
  }
  #base-template-style .base-cart-table-content table tbody tr td.base-product-price,
#base-template-style .base-cart-table-content table tbody tr th.base-product-price,
#base-template-style .base-cart-table-content table thead tr td.base-product-price,
#base-template-style .base-cart-table-content table thead tr th.base-product-price {
    width: 140px;
  }
  #base-template-style .base-cart-table-content table tbody tr td.base-product-quantity,
#base-template-style .base-cart-table-content table tbody tr th.base-product-quantity,
#base-template-style .base-cart-table-content table thead tr td.base-product-quantity,
#base-template-style .base-cart-table-content table thead tr th.base-product-quantity {
    width: 140px;
  }
  #base-template-style .base-cart-table-content table tbody tr td.base-product-subtotal,
#base-template-style .base-cart-table-content table tbody tr th.base-product-subtotal,
#base-template-style .base-cart-table-content table thead tr td.base-product-subtotal,
#base-template-style .base-cart-table-content table thead tr th.base-product-subtotal {
    width: 140px;
  }
  #base-template-style .base-cart-table-content table tbody tr td.base-product-remove,
#base-template-style .base-cart-table-content table tbody tr th.base-product-remove,
#base-template-style .base-cart-table-content table thead tr td.base-product-remove,
#base-template-style .base-cart-table-content table thead tr th.base-product-remove {
    width: 60px;
  }
  #base-template-style .base-cart-table-content table tbody tr td.base-shipping-price,
#base-template-style .base-cart-table-content table tbody tr th.base-shipping-price,
#base-template-style .base-cart-table-content table thead tr td.base-shipping-price,
#base-template-style .base-cart-table-content table thead tr th.base-shipping-price {
    text-align: right;
    width: 140px;
  }
}
#base-template-style .base-cart-table-content table tbody tr {
  border-bottom: 1px solid #ebebeb;
}

#base-template-style .base-cart-table-content table tbody tr td {
  font-weight: 500;
  font-size: 16px;
}

#base-template-style .base-cart-table-content table tbody tr td.base-product-thumbnail img {
  max-width: 100%;
}

#base-template-style .base-cart-table-content table tbody tr td.base-product-name {
  width: auto;
  text-align: left;
  line-height: 1.5;
}

#base-template-style .base-cart-table-content table tbody tr td.base-product-name a {
  font-size: 16px;
  text-decoration: none;
  color: var(--base-dark);
  font-weight: 500;
}

#base-template-style .base-cart-table-content table tbody tr td.base-product-name a:hover {
  color: #7e7e7e;
}

#base-template-style .base-cart-table-content table tbody tr td.base-product-price {
  color: var(--base-dark);
}

#base-template-style .base-cart-table-content table tbody tr td.base-product-subtotal {
  color: var(--base-dark);
}

#base-template-style .base-cart-table-content table tbody tr td.base-product-remove a {
  color: var(--base-dark);
}

#base-template-style .base-cart-table-content table tbody tr td.base-product-remove a:hover {
  color: #7e7e7e;
}

#base-template-style .base-cart-back {
  margin: 30px 0;
}

#base-template-style .base-cart-next {
  margin: 30px 0;
}

#base-template-style .base-cart-total-price {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 45px 30px 50px;
}

#base-template-style .base-cart-total-price .base-btn {
  width: 100%;
  text-align: center;
  border-radius: 500px;
}

#base-template-style .base-cart-total-price-title {
  position: relative;
}

#base-template-style .base-cart-total-price-title:before {
  background-color: #e3e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}

#base-template-style .base-cart-total-price h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding-right: 18px;
  background-color: #f9f9f9;
  position: relative;
  z-index: 9;
}

#base-template-style .base-cart-total-price h5 {
  font-size: 16px;
  margin: 36px 0 27px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

#base-template-style .base-cart-total-price h5 span {
  font-size: 20px;
  font-weight: 500;
}

#base-template-style .base-customer-login-cart {
  font-size: 15px;
  padding: 14px 30px 14px 60px;
  background-color: #f2f2f2;
  margin: 0;
  position: relative;
  color: var(--base-dark);
  margin-bottom: 40px;
}

#base-template-style .base-customer-login-cart p {
  font-size: 15px;
}

#base-template-style .base-customer-login-cart a {
  color: var(--base-dark);
  text-decoration: underline;
}

#base-template-style .base-customer-login-cart a:hover {
  color: var(--base-primary);
  text-decoration: none;
}

#base-template-style .base-customer-login-cart:before {
  content: "\f058";
  color: var(--base-success);
  display: block;
  line-height: 1;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 15px;
  top: 18px;
  font-size: 18px;
}

#base-template-style .cart-plus-minus {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  position: relative;
}

#base-template-style .cart-plus-minus .qtybutton {
  color: var(--base-dark);
  cursor: pointer;
  float: none;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease 0s;
  top: 0;
}

#base-template-style .cart-plus-minus .qtybutton.dec {
  height: 31px;
  width: 31px;
  line-height: 31px;
  border: 1px solid #e3e1e1;
  display: block;
}

#base-template-style .cart-plus-minus .qtybutton.inc {
  height: 31px;
  width: 31px;
  line-height: 31px;
  border: 1px solid #e3e1e1;
  right: 0px;
}

#base-template-style .cart-plus-minus input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: var(--base-dark);
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 31px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 92px;
}

@media (max-width: 767px) {
  #base-template-style .base-customer-login-cart {
    padding: 14px 30px 14px 40px;
  }
  #base-template-style .base-cart-table-content table tbody tr td,
#base-template-style .base-cart-table-content table tbody tr th,
#base-template-style .base-cart-table-content table thead tr td,
#base-template-style .base-cart-table-content table thead tr th {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 10px;
  }
  #base-template-style .base-cart-table-content table tbody tr td.base-product-name {
    text-align: center;
  }
}
#base-template-style .base-billing-info {
  margin-bottom: 50px;
  margin-right: 50px;
}

#base-template-style .base-billing-info .form-group {
  margin-bottom: 20px;
}

#base-template-style .base-select {
  position: relative;
}

#base-template-style .base-select:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  right: 20px;
  top: 12px;
  height: 55px;
  pointer-events: none;
}

#base-template-style .base-select select {
  border: 1px solid #ebebeb;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: var(--base-dark);
  font-size: 14px;
  height: 55px;
  padding: 2px 20px;
  cursor: pointer;
  box-shadow: none;
  width: 100%;
  background: transparent;
}

#base-template-style .base-cart-box {
  margin-bottom: 50px;
}

#base-template-style .base-checkbox-group {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--base-dark);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

#base-template-style .base-checkbox-group input {
  margin: 0px 6px 0 0;
}

#base-template-style .base-checkbox-group label {
  margin-bottom: 0;
  line-height: 1.3;
}

#base-template-style textarea {
  min-height: 120px;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  padding: 20px;
  color: var(--base-dark);
  font-size: 14px;
  resize: vertical;
  width: 100%;
}

#base-template-style .base-order-summary {
  padding: 40px 50px 50px;
  border-width: 2px;
  border-style: solid;
  position: relative;
  border-color: #f2f2f2;
  font-size: 11px;
}

#base-template-style .base-order-summary-info {
  border-bottom: 1px solid #e8e8e8;
}

#base-template-style .base-order-summary-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--base-dark);
}

#base-template-style .base-order-summary-info ul li {
  font-size: 14px;
  padding: 0 0 7px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}

#base-template-style .base-order-summary-info ul li .base-span-right {
  color: var(--base-primary);
}

#base-template-style .base-order-summary-middle {
  border-bottom: 1px solid #e8e8e8;
  padding: 24px 0 23px;
}

#base-template-style .base-order-summary-middle ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--base-dark);
}

#base-template-style .base-order-summary-middle ul li {
  font-size: 14px;
  padding: 0 0 11px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}

#base-template-style .base-order-summary-middle ul li:last-child {
  padding-bottom: 0;
}

#base-template-style .base-order-summary-middle ul li a {
  color: var(--base-dark);
}

#base-template-style .base-order-summary-middle ul li .base-span-right {
  font-size: 16px;
  white-space: nowrap;
  padding-left: 20px;
}

#base-template-style .base-order-summary-total {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 0 10px;
}

#base-template-style .base-order-summary-total ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--base-dark);
}

#base-template-style .base-order-summary-total ul li {
  font-size: 14px;
  padding: 0 0 7px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#base-template-style .base-order-summary-total ul li:last-child {
  padding-bottom: 0;
}

#base-template-style .base-order-summary-total ul li a {
  color: var(--base-dark);
}

#base-template-style .base-order-summary-total ul li .base-span-right {
  font-size: 16px;
  color: var(--base-primary);
}

#base-template-style .base-order-summary-total ul li small {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#base-template-style .base-order-summary-payment {
  margin: 40px 0 0;
  margin-top: 30px;
}

#base-template-style .base-order-summary-payment .base-checkbox-group {
  margin-bottom: 40px;
  font-weight: 500;
}

#base-template-style .base-place-order .base-btn {
  width: 100%;
  text-align: center;
  border-radius: 500px;
}

@media (max-width: 767px) {
  #base-template-style .base-cart-box {
    margin-bottom: 30px;
  }
  #base-template-style .base-billing-info {
    margin-bottom: 30px;
    margin-right: 0px;
  }
  #base-template-style .base-order-summary {
    padding: 40px 12px 50px;
  }
}
#base-template-style .base-order-confirm {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 80px;
}

#base-template-style .base-order-confirm h2 {
  margin-bottom: 30px;
  font-size: 30px;
  color: var(--base-dark);
  font-weight: 400;
  margin-top: 0;
}

#base-template-style .base-order-confirm p {
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  width: 89%;
  color: var(--base-dark);
  font-size: 14px;
  font-weight: 400;
}

#base-template-style .base-order-confirm .base-btn {
  margin-top: 30px;
}

#base-template-style .base-account-wrapper {
  padding-top: 20px;
  padding-bottom: 80px;
}

#base-template-style .base-myaccount-tab-menu {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#base-template-style .base-myaccount-tab-menu a {
  border: 1px solid #e8e8e8;
  display: block;
  transition: all 0.3s;
  text-transform: uppercase;
  color: var(--base-dark);
  font-size: 18px;
  font-weight: 400;
  padding: 17px 16px;
  margin-bottom: 0;
  border-bottom: none;
}

#base-template-style .base-myaccount-tab-menu a.active,
#base-template-style .base-myaccount-tab-menu a:hover {
  background-color: rgb(245, 245, 245);
  border-color: rgb(245, 245, 245);
  color: var(--base-dark);
}

#base-template-style .base-myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #e8e8e8;
}

#base-template-style .base-myaccount-content {
  border: 1px solid #f2f2f2;
  padding: 30px;
}

#base-template-style .base-myaccount-content h3 {
  font-size: 26px;
  margin-bottom: 40px;
  font-weight: 400;
}

#base-template-style .base-myaccount-content table {
  width: 100%;
  border: none;
  font-size: 16px;
  color: var(--base-dark);
  font-weight: 400;
}

#base-template-style .base-myaccount-content table th {
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  text-align: center;
  padding: 20px;
  color: var(--base-dark);
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
  white-space: nowrap;
}

#base-template-style .base-myaccount-content table td {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #e8e8e8;
}

#base-template-style .base-myaccount-content table td a {
  color: var(--base-dark);
}

#base-template-style .base-myaccount-content table td a:hover {
  color: var(--base-dark3);
}

#base-template-style .base-myaccount-detail .base-table-responsive {
  margin-bottom: 30px;
}

#base-template-style .base-myaccount-detail p {
  font-size: 16px;
  color: var(--base-dark2);
  margin-bottom: 20px;
  font-weight: 400;
}

#base-template-style fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  margin-top: 20px;
}

#base-template-style fieldset label {
  display: block;
}

#base-template-style fieldset legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  line-height: inherit;
  color: var(--base-dark);
  white-space: normal;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: none;
}

@media (max-width: 767px) {
  #base-template-style .base-myaccount-content {
    padding: 20px 15px;
  }
  #base-template-style .base-myaccount-content table {
    white-space: nowrap;
  }
}
#base-template-style .base-order-confirm-bottom .base-btn {
  display: inline-block;
}

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

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