body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
body {
  color:#525252;
  line-height:1.5em;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  color: #525252;
  font-size: 0.8rem;
  background-color: #fff;
  font-weight: 500;
  overflow-x: hidden;
}
#hero {
  width: 100%;
  position: relative;
}
#hero span {
  width: 100%;
  height: fit-content;
  display: inline-block;
  position: relative;
  max-width: 100%;
  padding: 0;
}
#hero span img {
  width: 100vw;
}
#hero div {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3em;
  padding-right: 70px !important;
  padding-left: 70px !important;
  margin-top: -200px !important;
  z-index: 999;
  position: relative;
}
#hero h1 {
  color: #0676b6;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 5.625rem;
  line-height: 1em;
}
#hero p {
  font-size: 2.8rem;
  color: #434444!important;
  line-height: 1.3em;
}
@media (max-width: 992px) {
  #hero div {
    padding-right: 40px !important;
    padding-left: 40px !important;
    margin-top: -70px !important;
  }
  #hero h1 {
  color: #0676b6;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 3.125rem;
  line-height: 1em;
  }
  #hero p {
  font-size: 2.375rem;
  color: #434444!important;
  line-height: 1.3em;
  }
}
@media (max-width: 768px) {
  #hero div {
    padding-right: 25px !important;
    padding-left: 25px !important;
    margin-top: -10px !important;
  }
  #hero h1 {
  color: #0676b6;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: 1em;
  }
  #hero p {
  font-size: 1.5rem;
  color: #434444!important;
  line-height: 1.3em;
  }
}
#hero p img {
  vertical-align: baseline;
}
#about .grid-wrapper{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 0;
}
#about .grid-text {
  background-color: #f7f6f2;
  border-radius: 10px;
  grid-column: span 8 / span 8;
  grid-row: span 4 / span 4;
  grid-column-start: 1;
  grid-row-start: 2;
}
#about .grid-text h2 {
  font-size: 1.4rem;
  color: #333;
}
#about .grid-text p {
  font-size: 0.875rem;
  color: #525252;
}
#about .grid-img {
  grid-column: span 5 / span 5;
  grid-row: span 4 / span 4;
  grid-column-start: 8;
  grid-row-start: 1;
}
#about .grid-img img {
  border-radius: 10px;
}
@media (max-width: 992px) {
  #about .grid-wrapper{
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(14, 1fr);
    gap: 0;
  }
  #about .grid-text {
    grid-column: span 12 / span 12;
    grid-row: span 6 / span 6;
    grid-column-start: 1;
    grid-row-start: 8;
  }
  #about .grid-img {
    grid-column: span 10 / span 10;
    grid-row: span 8 / span 8;
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
@media (max-width: 768px) {
  #about .grid-wrapper{
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(17, 1fr);
    gap: 0;
  }
  #about .grid-text {
    grid-column: span 12 / span 12;
    grid-row: span 10 / span 10;
    grid-column-start: 1;
    grid-row-start: 8;
  }
  #about .grid-img {
    grid-column: span 10 / span 10;
    grid-row: span 8 / span 8;
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
@media (max-width: 576px) {
  #about .grid-wrapper{
    display: flex;
    flex-direction: column-reverse;
  }
  #about .grid-img {
    margin-bottom: -2rem;
    z-index: 2;
  }
}
.articles-title {
  font-size: 1.5rem;
  color: #525252;
}
.articles-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 110px;
  border-bottom: solid 4px #0676b6;
}
.card {
  border-radius: 8px;
  border-color: #9b9b9b;
}
.card-title{
  font-size: 1.125rem;
  color: #0676b6;
}
.card-subtitle{
  font-size: 1.5rem;
  color: #333;
  font-weight: 500;
}
.card-text {
  color: #525252;
  font-size: 0.8125rem;
}
#screws .screw:nth-child(odd) {
  background-color: #ececec;
}
.screw-serial {
  font-size: 8.125rem;
  line-height: 100%;
  color: #0676b6!important;
}
@media (max-width: 1200px) {
  .screw-serial {
    font-size: 6rem;
  }
}
@media (max-width: 992px) {
  .screw-serial {
    font-size: 3rem;
  }
}
.screw-label {
  overflow-wrap: break-word;
  font-weight: 600;
}
.screw-code {
  font-size: 3.125rem;
  line-height: 100%;
  font-weight: 700;
  color: #353535;
}
@media (max-width: 992px) {
  .screw-code {
    font-size: 2.5rem;
  }
}
.screw-img {
  max-height: 45px;
  width: auto;
}
@media (max-width: 992px) {
  .screw-img {
    max-height: 40px;
  }
}
.screw li {
  max-width: 60ch;
  overflow-wrap: break-word;
}
@media (max-width: 992px) {
  .screw li {
  max-width: 60ch;
  }
}
.screw li,
.screw p,
.screw .screw-label{
  color: #333;
}
.btn {
  font-size: 0.8125rem;
  font-weight: 500;
  border-radius: 0.5rem;
}
.btn-primary {
  color: #fff;
  padding: 0.5rem 1.5rem;
  background-color: #0676b6;
  border: none;
  outline: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  background-color: #525252;
  border: none;
  outline: none;
}
#main-header {
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  z-index: 9999;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  transition: background-color 0.4s, color 0.4s;
  padding: 0 70px;
}
#main-header .nav-link {
  font-weight: 600;
  font-size: 1.1rem;
  color: #2c363d;
  line-height: 1em;
  background: transparent;
  text-decoration: none;
  transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
  display: block;
  position: relative;
}
#main-header .nav-link:hover,
#main-header .nav-link.active,
#main-header .nav-link.focus {
  color: #01548c;
  text-decoration: none;
}
.logo_container img {
  max-height: 60px;
  height: auto;
  width: auto;
}
#main-header .dropdown-menu {
  transition: all .2s ease-in-out;
  padding: 20px 0;
  width: 240px;
  background: #fff;
  border-top: 3px solid #2ea3f2!important;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  -webkit-transform: translateZ(0);
  text-align: left;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  border-radius: 0;
}
#main-header .dropdown-menu .dropdown-item {
  font-size: 1rem;
  color: #2c363d;
  padding: 0.5rem 1.5rem;
  transition: opacity 0.4s ease-in-out,
    background-color 0.4s ease-in-out;
  
}
#main-header .dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #000;
  background-color: (0,0,0,.03);
}
#main-header #mobileMenu {
  border-top: 3px solid #2ea3f2!important;
}
#main-header #mobileMenu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, .03);
}
#main-header #mobileMenu .nav-link {
  font-size: 0.875rem!important;
  font-weight: 500;
}
#menuButton {
  color: #0676b6;
  font-size: 2rem;
  outline: none!important;
  border: none!important;
}
#menuButton:active {
  outline: none!important;
  border: none!important;
}
#footer {
  color: #868686;
  background-color: #1E1E1E;
}
#footer h6 {
  color: #E6E6E6;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
#footer ul li {
  margin-bottom: 0.5rem;
}
#footer a {
  color: #868686;
  transition: color 0.3s ease;
}
#footer a:hover {
  color: #ffffff;
}
#footer img {
  max-height: 60px;
  object-fit: cover;
  border-radius: 4px;
}
#footer p,
#footer li,
#footer small {
  font-size: 0.9rem;
  line-height: 1.4;
}
#footer .small.text-muted {
  font-size: 0.75rem;
  line-height: 1.6;
}
footer .container .row:not(:last-child) {
  border-bottom: solid 1px #525252; 
}
footer .container .row .footer-col:not(:last-child) {
  border-right: solid 1px #525252; 
}
.footer-top a {
  font-size: 1.25rem;
  color: #fff!important;
  letter-spacing: 1px;
}
.footer-top p {
  font-size: 0.8125rem;
  color: #8A8A8A;
  letter-spacing: 1px;
}
.footer-top i {
  color: #fff!important;
}
.feature-section {
  background-color: #ececec;
  overflow: hidden;
  position: relative;
}
.feature-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.feature-text {
  font-size: 1.1rem;
  line-height: 1.6;
}
.feature-image {
  position: relative;
  top: 30px;
  max-width: 100%;
}
.text-justify {
  text-align: justify;
}
#contact {
  color: #525252;
  font-size: 1.5rem;
}
.contact-title {
  font-size: 2rem!important;
  color: #3F3F3F!important;
  font-weight: 600;
}
.contact-title::after {
  content: "";
  display: block;
  width: 110px;
  border-bottom: solid 4px #0676b6;
  margin-top: 0.5rem;
}
#contact .btn {
  font-size: 1.25rem!important;
}
.footer-title-spacer {
  height: 1.2rem;
  width: auto;
  margin-bottom: 0.75rem;
}
.section-divider {
  max-height: 100px;
}
.line-height-standard {
  line-height: 1.4;
}