body {
  background-image: url('../img/background.png');
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#content {
  margin-top: 60px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

form.search {
  margin-top: 20px;
}

form.search .input-group button {
  position: absolute;
  right: 0;
  color: #888;
  background: none;
  border: none;
  display: inline-flex;
  height: 100%;
  align-items: center;
  padding-right: 12px;

}

form.search .input-group button svg {
  pointer-events: none;
}

a.navbar-brand h3 {
  font-size: 22px;
  margin-left: 4px;
}

form.search .input-group {
  position: relative;
  display: inline-flex;
  height: 40px;
  align-items: stretch;
  width: 100%;
  border: 1px solid;
  border-radius: 4px;
  overflow: hidden;
  background: white;
}

form.search .input-group input {
  position: absolute;
  width: 100%;
  border: none;
  height: 100%;
  padding-right: 60px;
  background: none;
}

.card-body.about p {
  margin-bottom: 12px;
}

.card-body.about ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 12px;
}

section.faq-intro {
  margin-bottom: 12px;
}

section.faq-intro h1 {
  font-size: 18px;
  padding: 12px;
  border: 1px dotted #ccc;
}

.faq-item {
  margin-bottom: 12px;
}

.faq-item h2 {
  font-size: 16px;
}

.faq-item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.accordion {
  background-color: #fff;
  border-radius: 4px;
  /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08); */
  overflow: hidden;
  margin: 20px 0;
}

.accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:nth-of-type(2) {
  border-top: none;
}

.accordion-header {
  background-color: #fafafa;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* font-weight: 600; */
  transition: background 0.3s ease;
}

.accordion-header:hover {
  background-color: #f1f3f5;
}

.accordion-header::after {
  content: "+";
  font-size: 1.4rem;
  color: #212529;
  transition: transform 0.3s ease;
}

.accordion-header.active::after {
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  /* background-color: #fafafa; */
  transition: all 0.35s ease;
}

.accordion-content p {
  margin: 15px 0;
  line-height: 1.6;
}

.accordion-content.open {
  padding: 10px;
}

p.breadcrumb * {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 16px;
  text-transform: lowercase;
}

h1.product_cat_title {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.lead {
  font-size: 1.2rem;
  font-weight: 300;
}

#inquiry {
  margin-top: 100px;
}

.main {
  padding-top: 21%;
}

a {
  color: #6c757d;
}

a.back {
  cursor: pointer;
  margin-left: auto;
}

.social a {
  color: #212529;
}

.tab-pane {
  background: white;
  padding: 12px;
  border: 1px solid #dee2e6;
  border-top: 0;
}

.product-list .col-lg-3 {
  padding-right: 10px;
  padding-left: 10px;
}

.product-list {
  margin-right: -10px;
  margin-left: -10px;
}

body.preloading {
  overflow: hidden;
}

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: rgb(255 255 255);
  font-size: 18px;
}

.modal-header {
  padding-left: 0px;
  padding-top: 0;
}

.product-title {
  margin-bottom: 0px;
}

.newstitle,
.product-title,
.category-title {
  color: #212529;
  font-weight: 400;
  font-size: 1.5rem;
}

.relativenews,
h5,
h5 a {
  font-weight: 400;
  color: #212529;
}

.newstitle:hover {
  color: orangered;
  text-decoration: none;
}

.sbnewstitle {
  padding-top: 6px;
  padding-bottom: 4px;
  border-bottom: 1px dotted;
}

.pd-img {
  min-height: 191.75px;
}

.breadcrumb {
  padding: 0 !important;
}

.sbnewstitle a:hover {
  text-decoration: none;
  color: orangered !important;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.pd-img:hover {
  border: 1px solid #FF5722;
}

.download {
  border-bottom: 1px dotted gray;
}

p {
  margin-bottom: 0px;
}

.bg-primary {
  background-color: #343a40 !important;
}

.page-item.active .page-link {
  background-color: #3db3d6;
  border-color: #47b7d9;
}

.caption a {
  text-decoration: none;
}

.caption a:hover {
  color: #e47c34;
}

.contactpage ul li {
  list-style-type: none;
}

.contactpage ul {
  -webkit-padding-start: 6px;
}

a.back i:hover {
  cursor: pointer;
  color: blue;
}

.contact {
  position: relative;
  overflow: hidden;
  height: 230px;
  background-image: url(../img/contact.jpg);
  background-size: cover;
  background-position: center bottom;
}

.contact .primary-overlay {
  background: #f8f9fa7d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contpa {
  margin-top: 5%;
}

.footer-item img {
  width: 110px;
  height: auto;
  position: absolute;
  z-index: 6;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}

.footer-item img:hover {
  transform: translate(0, -10px);
}

a.lead1,
a.lead1:hover {
  color: white;
  text-decoration: none;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  border: 4px rgba(0, 0, 0, 0.25) solid;
  border-top: 4px black solid;
  border-radius: 50%;
  -webkit-animation: spin2 1s infinite linear;
  animation: spin2 1s infinite linear;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@media (max-width: 991px) {
  .main {
    padding-top: 31%;
  }

  .product-list {
    margin-left: 0;
  }

  .navbar-toggler {
    border: none;
    border-color: none;
  }

  .navbar-brand img {
    width: 45px;
    height: 45px;
  }

  .navbar-toggler-icon {
    width: 1.8em;
    height: 1.8em;
  }

  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
  }
}

@media (max-width: 768px) {
  .main {
    padding-top: 41%;
  }
}

@media (max-width: 991px) {
  .col-lg-9.well.align-items-center {
    margin-left: 15px;
    margin-right: 15px;
  }

  .cntpge {
    padding-left: 0 !important;
  }

  .contactpage ul {
    -webkit-padding-start: 0px;
  }

  .ctc1 {
    border-right: 0 !important;
  }
}

.navbar {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.068);
  background: #fff;
}

.navbar .nav-item {
  font-size: 1.4rem;
  padding-right: 0;
  padding-left: 1.4rem;
}

.regular-slider {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slide {
  min-width: 25%;
  /* 4 slides visible */
  box-sizing: border-box;
  transition: transform 0.5s;
}

.navbar-light .navbar-brand {
  color: #dae0e5;
}

form#contactForm h4#myModalLabel {
  display: inline-flex;
  width: 100%;
}

@media (max-width: 991px) {
  .navbar .nav-item {
    padding-left: 0;
  }
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #dae0e5;
}

.img-responsive {
  width: 100%;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0;
}

.widget {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0 !important;
}

.thumbnail,
.well {
  border-radius: 0 !important;
}

.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
  display: block !important;
  max-width: none !important;
  max-height: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.col-sm-4.login {
  margin: 0 auto;
}

.dropdown1 {
  height: auto !important;
  max-height: 200px !important;
  overflow-x: hidden !important;
  overflow-y: scroll;
}

.mg {
  width: 200px;
  height: 200px;
}

.widget h4 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: solid 1px #ddd;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li {
  margin: 0 0 5px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.thumbnail {
  display: block;
  padding: 12px;
  margin-bottom: 10px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.tab-content>.active {
  min-height: 320px;
}

.tab-pane img {
  width: 100%;
  height: auto;
}

.thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: .5s;
}

.thumbnail img:hover {
  transform: scale(1.06);
}

.slick-track {
  margin-left: 0 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: none;
}

.breadcrumb {
  display: inline-block;
  background: none;
  padding-left: 0;
  padding-top: 0;
  color: inherit;
}

.similar_product {
  width: 90%;
  height: auto;
}

#showcase {
  position: relative;
  background-image: url(../img/bg.jpg);
  background-position: center;
  background-size: cover;
  display: inline-flex;
  flex: 1;
  width: 100%;
}

.INT {
  margin: 0;
  padding-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#showcase .primary-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info-header {
  width: 50%;
  margin: auto;
  border-bottom: 1px #ddd solid;
}

#authors img {
  margin-top: -50px;
}

#authors .card:hover {
  background: #3292a6;
  color: #fff;
}

#authors .fab {
  color: #fff;
}

@media (max-width: 768px) {
  #showcase {
    min-height: 500px;
  }

  #showcase h1 {
    font-size: 4rem;
  }

  .mb-resp {
    margin-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  .sm-center {
    justify-content: center !important;
  }
}

@media (max-width: 500px) {
  .footer-item {
    display: none;
  }

  #main-footer * {
    font-size: 14px !important;
  }
}

@media (max-width: 376px) {
  input#captcha {
    width: 60%;
    display: block;
  }

  img#captcha_image {
    display: block;
    margin-bottom: 12px;
  }

}

.control-wrapper label.fa-label {
  position: absolute;
  left: 4px;
  top: 6px;
}

.control-wrapper {
  position: relative;
  padding-left: 35px;
}

.control-wrapper label.fa-label i {
  font-size: 20px;
}

.login-panel {
  max-width: 40%;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #dedede;
  border-radius: 8px;
  margin: 0 auto;
  padding: 40px 20px 30px;
  position: absolute;
  display: block;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;

}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
  padding: 0.375rem 0.9rem;
}

.login-main {
  background: #eee;
}

.templatemo-input-icon-container {
  position: relative;
}

.templatemo-input-icon-container .fa {
  color: gray;
  position: absolute;
  left: 10px;
  top: 10px;
}

.templatemo-contact-form-1 .form-control {
  font-size: 16px;
  padding: 10px 12px 10px 35px;
}

.templatemo-contact-form-1 .templatemo-input-icon-container .fa {
  color: rgb(197, 197, 197);
  left: 12px;
  top: 12px;
}

.card1 {
  background: white;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
}

.modal-header {
  border-bottom: 0 !important
}

#main-footer {
  height: 6vh;
  display: flex;
  align-items: center
}

#submit {
  box-shadow: inset 0 1px 0 0 #bbdaf7;
  background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
  background-color: #79bbff;
  border-radius: 4px;
  border: 1px solid #84bbf3;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  padding: 4px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #528ecc
}

#submit:hover {
  background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
  background-color: #378de5
}

#submit:active {
  position: relative;
  top: 1px
}

#contact .form-control {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

textarea#message {
  min-height: 160px;
}

#contact .form-control:focus {
  border-color: #ff9800;
  box-shadow: 0 0 0 .2rem #ff980082
}

.alertm {
  position: fixed;
  width: 98%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.progress-bar-ct {
  background: #e47f35;
  width: 100%;
  height: 6px
}

.sd .form-control {
  border-radius: 0 0 4px 4px;
  background: #fff;
  border: 1px solid #2125295c;
  display: none
}

.progress-bar-ct {
  width: 0;
  height: 3px;
  background: red;
  transition: width .3s
}

.sd .form-control * {
  vertical-align: middle
}

/* showcase */
.product-showcase {
  width: 100%;
  background: #fff;
  border-radius: 10px;

}

.main-image {
  width: 100%;
  object-fit: contain;
  border: 1px solid #eee;
  background: #fafafa;
  margin-bottom: 20px;
  display: block;
}

.showcase-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.showcaseTrack {
  display: flex;
  transition: transform 0.4s;
}

.preview {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  background: #f0f0f0;
  transition: border 0.2s;
}

.preview.active {
  border: 2px solid #0078d7;
}

.showcase-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.showcase-btn.prev {
  left: 0;
}

.showcase-btn.next {
  right: 0;
}


/* carousel */
.carousel-container {
  width: 100%;
  overflow: hidden;
  margin: 40px auto;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  background: #f6f6f6;
}

.carousel-slide {
  min-width: 25%;
  max-width: 25%;
  width: 25%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  background: #f6f6f6;
}

.carousel-slide h6 {
  font-size: 14px;
  margin-top: 10px;
  font-weight: normal;
}

.carousel-slide img {
  width: 100%;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 26px;
  height: 26px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
  z-index: 2;
  align-content: center;
  justify-content: center;
  border: none;
}

.carousel-btn.prev {
  left: 10px;
}

.carousel-btn.next {
  right: 10px;
}

/* subsribe */
p#formMessage {
  color: red;
  font-size: 12px;
  padding: 12px 2px;
}

div#notification {
  background: #28a745 !important;
  color: white;
  font-size: normal !important;
  font-weight: normal !important;
  padding: 6px 10px;
  border-radius: 4px;
  text-align: left;
  margin-top: 12px;
}

div#notification {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  color: white;
}

div#notification a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}
