:root {
  --color-primary: #ff5e14;
}
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow:
    0 0 0 0.1rem white,
    0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.left-sub-menu {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 2;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.left-sub-menu li {
  border-bottom: solid 1px #ff5e14;
  padding: 6px 3px 6px 3px;
}

.left-sub-menu a {
  color: #484848 !important;
}

.left-sub-menu > .active a {
  color: var(--color-primary) !important;
}
.left-sub-menu li:hover {
  border-left: solid 2px var(--color-primary);
}

.ship table td {
  padding: 0px;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ship table tr {
  border-bottom: solid 1px #484848;
}
.ship table th {
  font-size: 24px;
}
.float-right {
  float: right;
}
.carousel-custom > img{
    height:400px;
    width:700px;
}
