.date-picker-go {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #ccc;
  color: #666;
  font-size: 1rem;
  padding: .875rem 2.25rem;
  border-radius: 4px;
  outline: 0;
  vertical-align: middle;
  background-color: #444;
  border-color: #444;
  color: #fff;
}

.date-picker-go:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}

.productCarousel-slide .price-section .price {
  display:none;
}

.table .dot {
  display: block;
  width: .8rem;
  height: .8rem;
  background-color: #071541;
  border-radius: 100%;
}

.table td:nth-child(even) .dot {
  background-color: #006eba;
}

.table th:nth-child(n+2),
.table td:nth-child(n+2) {
  text-align: center;
  text-align: -webkit-center; 
}

[data-layout-name="acss-page"] .table tr {
  border-bottom: 1px solid #e5e5e5;
  vertical-align: initial;
}
[data-layout-name="acss-page"] .table th:nth-child(n+2), .table td:nth-child(n+2) {
  text-align: left;
}

@media (min-width: 801px) {

  .navPages-container .navPages .navPages-list .navPages-item div.navPage-subMenu.navPage-subMenu-horizontal.is-open ul.navPage-subMenu-list li.navPage-subMenu-item-child div.navPage-subMenu.navPage-subMenu-horizontal ul.navPage-subMenu-list li.navPage-subMenu-item-child div.navPage-subMenu.navPage-subMenu-horizontal {
    overflow: visible;
  }

}
@media (max-width: 801px ){
  
  .body .container {
    padding: 0;
  }

  [data-layout-name="divider"] {
    display: none !important;
  }

  [data-layout-name="hero"] .hero-item {
    box-shadow: 0 20px 35px -25px rgba(0,0,0,.4);
    margin-bottom: .7rem;
  }

  [data-layout-name="hero"] .hero-item-content {
    background: rgb(42,48,63);
    background: linear-gradient(0deg, rgba(42,48,63,1) 80%, rgba(42,48,63,0) 100%);
    letter-spacing: 0;
    margin-top: -130px;
    padding: 0 2rem 1.5rem;
    position: relative;
    text-align: center;
  }

  .hero-item .hero-item-content h1 {
    font-size: 1.5rem;
    font-weight: bold;
  }

  .hero-item .hero-item-content p {
    font-size: 1rem;
    margin: 2rem;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-weight: 500;
  }

  [data-layout-name="heading"] {
    text-align: center;
  }

  [data-layout-name="heading"] .widget-heading,
  .widget-heading {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0;
    margin: 4rem 0 2rem;
  }

  .widget-heading-link {
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    margin-left: 5px;
    font-size: .875rem;
    font-weight: 700;
  }

  .widget-heading-link,
  .widget-heading-link::after {
    color: #427fed;
  }

  .widget-heading-link::after {
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' fill='%23427fed' xmlns='http://www.w3.org/2000/svg'><path d='M10.5858 6.34317L12 4.92896L19.0711 12L12 19.0711L10.5858 17.6569L16.2427 12L10.5858 6.34317Z'/></svg>");
    height: 20px;
    right: -15px;
    top: 0%;
    transform: rotate(360deg);
    width: 20px;
  }

  [data-layout-name="carousel"] .simple-carousel .simple-carousel-item {
    padding: 0;
    text-align: center;
  }

  [data-layout-name="carousel"] .simple-carousel .simple-carousel-item h3 {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 1.5rem;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  [data-layout-name="reviews"] .review-section-column {
    background-color: #fff;
  }

  .review-section img {
    display: none;
  }

}
.banners {
  background-color: #235bc1!important;
  padding: 5px 0!important;
}
.custom-banner {
  display: inline-flex;
}
.custom-banner p {
  line-height: 32px;
  margin: 0;
  padding: 0;
}
.custom-banner-btn {
  background-color: #427fed;
  border-radius: 100px;
  margin: 0 10px;
  padding: 5px 20px;
  text-decoration: none;
}
.custom-banner-btn:hover {
  background-color: #000000;
}

/* Order History Landing Pages*/
.order-history-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
}
.order-history-table th, td {
    padding: 8px;
    text-align: left;
    background-color: #dee3ed;
}
.order-history-table thead th {
    background-color: #b4bacf;
}
.order-history-table tfoot td {
    font-weight: bold;
}
.order-history-table-container {
    overflow-x: auto;
}
.order-history-table .total-label {
    text-align: right;
}
@media (max-width: 600px) {
    .order-history-table {
        font-size: 14px;
    }
    th, td {
        padding: 6px;
    }
}