@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Poppins", sans-serif;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #fcfffc;
}

main {
  margin: 0 0 30px 0;
}

button:focus {
  outline: 0px;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.breadcrumb {
  width: 100%;
}

.show {
  opacity: 1;
}

.inline-block {
  display: inline-block;
}

.breadcrumb {
  padding: 15px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  border-bottom: 2px solid #428bca;
  line-height: 35px;
}

.display-block {
  display: block;
}

section.home-page-content-section {
  padding: 40px 0 40px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
}

.additional-content {
  margin: 40px 0 0 0;
}

.btn-primary {
  color: #fff;
  background-color: #004990;
  border-color: #004990;
  border-radius: 0;
}

.table .thead-dark th {
  color: #fff;
  background-color: #004990;
  border-color: #004990;
}

.add-img-draw img {
  position: sticky;
  top: 40%;
}

#mySVG {
  position: sticky;
  top: 30%;
  width: 400px;
  height: 100vh;
  margin-left: -50px;
  z-index: 1000000;
}

.navbar-collapse {
  max-height: initial;
}

.text-white {
  color: #fff;
}

.navbar-toggler-icon {
  display: none;
}

button.navbar-toggler {
  position: absolute;
  right: 20px;
  top: 12px;
}

header {
  background: #004990;
  padding: 20px 0 20px;
  /* position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100000; */
  transition: all 0.5s ease;
}

/* .header.header-normal.header-100{
  z-index: 100000;
  top: 0px;
}
.header.header-normal {
  position: sticky;
  top: -240px;
} */
.header {
  position: sticky;
  top: 0px;
  z-index: 99;
  transition: all 0.5s ease;
}

.modal-header .close {
  color: #fff;
  opacity: 1;
}

.head-logo {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}

.logo-sub {
  color: #fff;
  margin: 0;
  font-size: 11px;
  font-weight: 100;
}

.header-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 17px 0 0 0;
}

.header-list .caret {
  display: none;
}

.header-list li a {
  color: #fff;
  opacity: 0.8;
  font-size: 18px;
  transition: all 0.5s ease;
}

.header-100 .header-list li a {
  font-size: 16px;
}

.header-list li a:hover {
  opacity: 1;
}

.header-list li:last-child a {
  border: none;
  padding: 0 25px 0 25px;
}

.header-list li a {
  padding: 0 25px 0 25px;
  border-right: 1px solid #e8e8e8;
}

.dropdown-menu li a {
  color: #004990;
}

.navbar-brand,
.navbar-nav>li>a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  padding-left: 0;
  padding-right: 25px;
  font-weight: 600;
  color: #62617a;
}

.navbar-nav li:last-child a:last-child {
  padding-right: 0;
}

input.special {
  border: 1px solid #e8eaf1;
  padding: 18px 40px;
  width: 100%;
}

input {
  border: 1px solid #e8eaf1;
}

.search-bar {
  display: flex;
  padding-left: 0;
}

.hc-search-button button {
  padding: 18px 35px;
  background: #009fff;
  border: 1px solid #009fff;
  color: #fff;
  text-transform: uppercase;
}

.special::placeholder {
  color: #898999;
}

.search-icon {
  position: absolute;
  top: 20px;
  margin-left: 11px;
  font-size: 19px;
  color: #a0a0af;
}

.hc-search-input {
  width: 70%;
}

/* search bar section */

.search-bar-section {
  padding: 12px 0px 0;
  background: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 0 0px 0;
  background-position: center;
  transition: all 0.5s ease;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #009fff;
}

.banner-section {
  background: linear-gradient(180deg, #004990 0%, rgba(0, 73, 144, 0.6) 100%),
    url(../img/Clip.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  background-attachment: fixed;
}

.buy-now-btn {
  background: #009fff;
  color: #fff;
  padding: 13px 35px;
  font-size: 19px;
  border: 0;
}

.add-to-cart {
  background: #009fff;
  color: #fff;
  padding: 10px 25px;
  font-size: 18px;
  border: 0;
  margin: 0 0 22px 0;
}

.banner-section img {
  width: 100%;
  height: 440px;
  object-fit: contain;
}

.banner-main-title {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 46px;
  margin-top: 20px;
}

.banner-sub-title {
  font-size: 70px;
  color: #fff;
  opacity: 0.6;
}

.banner-left-section {
  padding: 70px 0 100px 70px;
}

.left-side-bar>li>a {
  position: relative;
  display: inline-block;
  padding: 10px 15px 10px 0px;
  color: #100f35;
  font-size: 14px;
  font-weight: 400;
  max-width: 75%;
}

.product-main-section {
  padding: 50px 0 50px 0;
}

p .left-side-bar {
  box-shadow: 0px 10px 50px #00000012;
  padding: 0 23px 20px;
  background: #fff;
}

.ProductSection {
  margin: 0px auto 0;
  float: left;
  width: 100%;
}

.left-side-bar h2 {
  color: #100f35;
  font-size: 24px;
  font-weight: 700;
  padding: 0 15px;
}

.left-side-bar .text-center {
  padding: 0 15px;
}

.left-side-bar {
  box-shadow: 0px 10px 50px #00000012;
  padding: 15px 0;
  background: #fff;
  margin: 25px 0 0 0;
  display: block !important;
}

.ProductSection img {
  height: auto;
  border-radius: 0;
  margin: 0 auto;
  width: 100%;
  transition: transform 0.2s;
}

.left-bar-down-icon {
  font-size: 10px;
  font-weight: 600;
  margin-top: 13px;
  margin-right: 10px;
}

.left-side-bar>li {
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
}

.left-side-bar li:hover i.fa.fa-fw.fa-chevron-down.pull-right.left-bar-down-icon {
  transform: rotate(-90deg);
  transition: 0.5s;
}

.left-side-bar li i.fa.fa-fw.fa-chevron-down.pull-right.left-bar-down-icon {
  transition: 0.5s;
}

.left-side-bar li:hover .left-sub-content {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

.ProductSection .ProBlock {
  border: 1px solid #e8eaf1;
  float: left;
  width: 100%;
  border-radius: 0px;
  margin: 0 0 50px 0;
}

.ProductSection .ProBlock a {
  float: left;
  width: 100%;
  padding: 0;
}

.ProductSection .ProBlock a h2 {
  padding: 0 10px 0 10px;
  font-size: 16px;
  text-align: center;
  display: flex;
  min-height: 70px;
  float: left;
  width: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
}

.ProductSection .ProBlock a .ImgBlock {
  width: 100%;
  overflow: hidden;
  float: left;
  border-radius: 0px;
}

.ProductSection .ProBlock a .ImgBlock img {
  border-radius: 0;
}

.ProductSection .ProBlock:hover img {
  transform: scale(1.05);
  border-radius: 0px;
}

.ProductSection .ProBlock a {
  color: #000;
  transition: all 0.5s ease;
}

.ProductSection .ProBlock a:hover,
.ProductSection .ProBlock a:focus {
  color: #fff;
  background: #009fff;
}

.ProductSection .ProBlock .ProText {
  width: 100%;
  margin: 0 auto;
}

.ProductSection .ProBlock .ProText h3 {
  float: left;
  width: 100%;
  margin: 15px auto;
  min-height: 34px;
  font-size: 16px;
}

.ProductSection .BtnSection {
  float: left;
  width: 100%;
  margin: 30px auto 0;
}

.ProductSection .BtnSection .btn-default {
  margin: 0px auto 0;
  min-width: 150px;
  float: none;
  display: table;
  font-size: 18px;
}

.additional-content img {
  border: 2px solid #d3d3d3;
  border-radius: 75px;
  padding: 27px;
}

.additional-content-inner {
  padding: 64px 32px;
  box-shadow: 0px 10px 50px #00000012;
  background: #fff;
}

.navbar-collapse.collapse {
  padding: 0;
}

.border-right-box {
  border-right: 1px solid #f2f2f2;
}

.border-right-box:nth-child(4) {
  border-right: 0px solid #f2f2f2;
}

.additional-content-inner p {
  color: #898999;
  font-size: 16px;
  font-weight: 300;
}

.additional-content-inner h4 {
  color: #100f35;
  font-size: 20px;
  font-weight: 600;
  margin: 28px 0 15px 0;
}


.left-sub-content li a {
  padding: 7px 20px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: inline-block;
  color: #000;
  line-height: 25px;
  font-size: 14px;
}

.left-sub-content li a:before {
  content: "-";
  float: left;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.left-sub-content li a {
  position: relative;
}

.left-sub-content li:last-child a {
  border-bottom: none;
}

.home--left .left-sub-content {
  left: 100%;
}

.ProductSection .grid figure .figcaption h2 {
  margin-bottom: 0;
  bottom: 0;
  word-spacing: 0;
  padding: 10px 10px;
  font-size: 17px;
}

.ProductSection figure:hover h2 {
  transform: none;
}

.left-sub-content {
  list-style: none;
  padding: 0;
  line-height: 1;
  margin: 0 0 15px 0;
  /* display: none!important; */
  width: 80%;
  float: left;
  left: 100%;
  opacity: 0;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 1;
  background: #ffff;
  transition: 0.5s;
  box-shadow: 5px -2px 8px 1px #ccc;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.add-some {
  /* background: #009FFF; */
  margin-top: 12px;
  display: inline-block;
  color: #fff;
  padding: 10px;
}

.highlighted-prod {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 70px;
  color: #100f35;
}

.card-img-top {
  object-fit: none;
  width: 100%;
  height: 235px;
}

.highlight-section {
  padding: 20px 0;
}

.card-text {
  font-size: 20px;
  color: #100f35;
  font-weight: 600;
  margin-top: 11px;
}

.card {
  border: 1px solid #e8eaf1;
}

.card-body {
  padding: 38px 0px 38px 40px;
  transition: all 0.5s ease;
}

/* .card:hover > .card-body {
  background: #009fff;
} */
/* .card:hover > .card-body.add-some {
    color: #009FFF;
    background: #fff;
} */
.car-body-hover {
  color: #009fff;
  background: #fff;
}

/* .car-body-hover i{
    color: #009fff;
} */
.car-body-hover .card-text {
  color: #fff;
}

.card {
  cursor: pointer;
  margin-bottom: 15px;
}

.card-text.text-white {
  color: #fff;
}

.inkjet-printer {
  background: #004990;
  padding: 20px 0;
}

.home-nav {
  flex-direction: row;
  margin: 0;
  padding: 20px 0;
}

.printer-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-top: 80px;
}

.printer-main-title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin: 10px 0 0 0;
}

.printer-content {
  font-size: 16px;
  color: #fff;
  margin: 30px 0 50px 0;
}

/* testimonial */
.testimonial-section {
  padding: 90px 0;
  background: #f9f9f9;
}

.testimonial-heading {
  color: #100f35;
  font-size: 40px;
  width: 100%;
  font-weight: 700;
}

.client-say {
  font-size: 16px;
  color: #009fff;
  font-weight: 700;
  margin: 0 0 0px 0;
}

.carousel-inner .item {
  padding: 0 20px;
}

.quote-icon {
  position: absolute;
  right: 0;
  margin: 15px 0 0 0;
  font-size: 45px;
  opacity: 0.1;
  color: #009fff;
  transform: rotate(180deg);
}

.testimonial_para {
  color: #898999;
  font-size: 18px;
  line-height: 32px;
  margin: 23px 0;
}

.testimonial-profile-img {
  display: flex;
  width: 80px;
  border-radius: 50px;
  align-items: center;
}

.testimonial-profile-img img {
  border-radius: 50px;
}

.profile-name {
  color: #100f35;
  font-size: 18px;
  font-weight: 700;
}

.btn.btn-default.testimonial_btn {
  border: 1px solid #e8eaf1;
  background: #fff;
  font-size: 13px;
  padding: 8px 13px;
  vertical-align: middle;
}

.testimonial-right {
  box-shadow: 0px 10px 50px #00000012;
  background: #fff;
  padding: 50px;
}

.testimonial-right-heading {
  font-size: 20px;
  color: #100f35;
  font-weight: 800;
  line-height: 30px;
  text-align: center;
  width: 97%;
}

/* newsletter */
button.mobile-num-button {
  background: #009fff;
  border: 0px;
  padding: 15px 0px;
  font-size: 14px;
  color: #fff;
  width: 100%;
  margin: 20px 0 0 0;
  font-weight: 500;
  text-transform: uppercase;
}

input.input-mobile-num {
  border: 1px solid #e8eaf1;
  background: #fff;
  padding: 15px 0px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
}

.newsletter-heading {
  color: #100f35;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 10px 0;
}

.newsletter-content {
  font-weight: 500;
  color: #898899;
  font-size: 24px;
}

.news-letter {
  padding: 180px 0;
}

input#email-input {
  font-weight: 700;
  color: #898899;
}

footer {
  background: #0c2034;
  padding: 35px 0;
}

.footer-main-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.footer-phone {
  color: #009fff;
  font-size: 32px;
  font-weight: 600;
}

.footer-phone:hover {
  color: #0056b3;
}

.footer-subtitle {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin: 20px 0 25px 0;
}

.footer-list {
  list-style: none;
  padding: 0;
  color: #fff;
  line-height: 40px;
}

.footer-list li a,
.open-hour-time,
.open-hour-day {
  color: #fff;
  opacity: 0.7;
  transition: all 0.5s ease;
}

.footer-list li a:hover {
  opacity: 1;
}

.footer-assurance {
  color: #fff;
  font-size: 16px;
  opacity: 0.7;
  margin: 50px 0;
}

.footer-social a {
  color: #fff;
  opacity: 0.7;
  font-size: 26px;
  margin-right: 40px;
}

.footer-social a:hover {
  opacity: 1;
}

.privacy-policy {
  color: #fff;
  opacity: 0.7;
  text-align: center;
  padding: 20px 0;
}

hr.footer-blue-divider {
  background: #009fff;
  border: 0px;
  height: 8px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin: 30px 0;
}

.card .card-img-top {
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.card:hover .card-img-top {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
}

.card .hovertext {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.card:hover .hovertext {
  opacity: 1;
  z-index: 1000;
  top: 0;
  color: #fff;
  left: 0%;
  text-shadow: 0px 0px 1px black;
  font-weight: 700;
  background: rgba(0, 159, 255, 0.4);
  width: 100%;
  padding: 20% 0 0 0;
  bottom: 0;
}

.highlight-section .card-text {
  color: #fff;
}

.add-cart-btn {
  background: #fff;
  color: #009fff;
  margin: 20px 0 0 0;
  display: inline-block;
  padding: 8px 15px;
  font-size: 10px;
  font-weight: 500;
  border: 0;
}

.add-some:hover {
  color: #fff !important;
  background: #009fff !important;
}

.figcaption {
  cursor: pointer;
}

/* img hover */

.grid {
  display: block;
  margin: 0 0 30px 0;
  padding-left: 0;
  font-size: 0;
  text-align: center;
}

.grid figure {
  margin: 0.1em;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Common style */
.grid figure img {
  position: relative;
  display: block;
  opacity: 0.8;
  height: 240px;
}

@media (max-width: 1260px) {
  .grid figure img {
    height: 270px;
  }
}

.grid figure .figcaption {
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid .figcaption h2 {
  text-transform: uppercase;
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 1em;
}

.grid figure .figcaption::before,
.grid figure .figcaption::after {
  pointer-events: none;
}

.grid figure .figcaption,
.grid figure .figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure .figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 1em;
}

.grid figure h2 span {
  font-weight: 600;
}

figure.effect-steve {
  z-index: auto;
}

figure.effect-steve:before {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  opacity: 0;
}

figure.effect-steve .figcaption {
  z-index: 1;
}

figure.effect-steve img {
  object-fit: cover;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);
}

figure.effect-steve h2,
figure.effect-steve p {
  background: #f1f1f1;
  color: #2d434e;
}

figure.effect-steve h2 {
  position: absolute;
  padding: 0.25em;
  bottom: 10px;
  width: 100%;
}

figure.effect-steve p {
  margin-top: 1em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-steve:hover:before {
  opacity: 1;
}

figure.effect-steve:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px);
}

figure.effect-steve:hover h2:before {
  opacity: 0;
}

figure.effect-steve:hover p {
  opacity: 1;
}

.grid figure,
.figcaption,
img {
  z-index: 0;
}

.grid figure .figcaption h2 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}

.grid .figcaption p {
  font-size: 16px;
  font-weight: 200;
  position: absolute;
  bottom: 0;
  margin: 0;
  height: 25%;
}

figure:hover h2 {
  background: #f1f1f1;
  transition: transform 0.35s;
  transform: translateY(-2.5em);
}

/* product category */
.wrapper {
  margin: auto;
}

.product {
  /* position: relative; */
  /* background-color: #fff; */
  margin: auto;
  /* overflow: hidden; */
  margin-bottom: 20px;
}

.product>div {
  position: relative;
  z-index: 10;
}

.product .title {
  color: #004990;
  background: #fff;
  padding: 10px;
  font-size: 18px;
  z-index: 20;
  /* min-height: 68px; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product .text {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-weight: 300;
  padding: 20px 0;
}

.product .text .code {
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.product .text .description {
  padding: 0 20px;
  margin-bottom: 10px;
  color: #757575;
}

.product .text .review {
  font-size: 12px;
  padding: 0 20px;
}

.product .text .review>span {
  vertical-align: middle;
}

.product .text .review>span.star-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.product .text .review .star-icon {
  background-image: url(https://cdn4.iconfinder.com/data/icons/small-n-flat/24/star-20.png);
}

.product .text .review .star-disable {
  opacity: 0.5;
}

.product .text .price {
  padding: 0 20px;
  font-size: 2.5em;
  margin-bottom: 10px;
}

.product .text .shop-actions {
  padding: 0 20px;
}

.product .text .shop-actions button {
  width: auto;
  color: #004990;
  border: none;
  box-shadow: none;
  padding: 5px;
  font-size: 23px;
  font-family: "Oswald";
  background: transparent;
}

.product .preview {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  text-align: center;
}

/* .product .svg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
} */
.product .svg .circle {
  fill: #ccc;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -ms-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
}

.product .svg .image {
  width: 230px;
  height: 180px;
  object-fit: contain;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -ms-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
}

.product:hover .preview .image {

  /* -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg); */
}

.wrapper1 .col-md-4 {
  transition: all 0.5s ease;
}

.wrapper1:hover .col-md-4 {
  opacity: 1;
  transform: scale(.98);
  box-shadow: none;
}

.wrapper1:hover .col-md-4:hover {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.125);
}

.search-wrapper .col-md-4 {
  transition: all 0.5s ease;
}

.search-wrapper:hover .col-md-4 {
  opacity: 1;
  transform: scale(.98);
  box-shadow: none;
}

.search-wrapper:hover .col-md-4:hover {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.125);
}

.wrapper1 {
  width: 100%;
}

.product:hover .preview .circle {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

ul.shop-now-categories {
  list-style: none;
  padding: 0 0 0 15px;
  min-height: 133px;
  line-height: 33px;
}

ul.shop-now-categories li a {
  color: #606060;
}

img.product-thumbnail-image {
  width: 40px;
}

ul.shop-now-categories li {
  min-height: 60px;
}

.title-divider {
  background: #004990;
  height: 2px;
  width: 50%;
  margin: 0 auto;
}

h1.page-title {
  color: #004990;
  border-bottom: 2px solid #004990;
  padding: 0 0 12px 0;
  margin: 0 0 15px 0;
  display: inline-block;
}

.inner-contant {
  font-size: 15px;
  margin: 20px 0 50px 0;
}

/* login */
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background: #fff;
  text-decoration: none;
  color: #428bca;
}

.login-form input,
.login-form button {
  width: 100%;
  border: none;
  padding: 16px;
  font-size: 1.1em;
  border-radius: 0px;
  -webkit-transition: background-color 80ms ease-out;
  -moz-transition: background-color 80ms ease-out;
  -o-transition: background-color 80ms ease-out;
  -ms-transition: background-color 80ms ease-out;
  transition: background-color 80ms ease-out;
}

.forgot-pass {
  color: #004990;
  text-align: center;
  margin: 8px 0 0 0;
  font-size: 15px;
}

.forgot-pass a {
  color: #004990;
  font-size: 15px;
}

.forgot-pass a:hover {
  opacity: 0.8;
}

/**
 * Inputs
 */

.login-form input {
  margin-bottom: 22px;
  background: #eee;
  padding-left: 56px;
  transition: all 0.5s ease;
}

button.close.login-close {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 39px;
  z-index: 1;
}

.modal-body {
  padding: 20px 20px 30px 20px;
}

.login-form h1 {
  margin: 6px 0 25px 0;
  font-size: 20px;
}

.login-form input[type=text] {
  background-image: url(https://miloluca.github.io/playground/001_User-Login/icons/user.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 16px center;
}

.login-form input[type=password] {
  background-image: url(https://miloluca.github.io/playground/001_User-Login/icons/lock.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 16px center;
}

.login-form input:hover {
  background-color: rgb(244, 244, 244);
}

.login-form input:focus {
  border-left: 3px solid #004990;
  outline: none;
  background-color: #fff;
}

/**
 * Button
 */

.login-form button {
  background-color: #009fff;
  color: #fff;
  cursor: pointer;
  padding: 18px 35px;
  text-transform: uppercase;
}

.login-form button:hover,
.login-form button:focus {
  background-color: #004990;
  outline: none;
}

.login-form button:active {
  background-color: #004990;

  opacity: .7;
}


/* login ends */
/* contact form */
button.submit-btn {
  background: #009fff;
  border: 1px solid #009fff;
  color: #fff;
  text-transform: uppercase;
  border: 0px solid;
  padding: 10px 20px;
  font-weight: 600;
}

button.submit-btn:hover,
button.submit-btn:focus {
  opacity: 0.8;
  outline: 0px;
}

input.form-control {
  border: 1px solid #e8eaf1;
  padding: 18px 12px;
  width: 100%;
  box-shadow: none;
  font-size: 14px;
  color: #a0a0af;
  margin: 5px 0 15px 0;
  height: 54px;
}

select.form-control {
  border: 1px solid #e8eaf1;
  padding: 18px 12px;
  box-shadow: none;
  font-size: 14px;
  color: #a0a0af;
  margin: 5px 0 15px 0;
  height: 54px;
}

textarea.form-control {
  height: 100px;
  border: 1px solid #e8eaf1;
  padding: 8px 12px;
  width: 100%;
  box-shadow: none;
  font-size: 14px;
  color: #a0a0af;
  margin: 5px 0 15px 0;
}

input.special:focus {
  outline: 0px;
}

/*  */

/* prod detail */
/* Zoomer pane */

/* Zoomer pane */

#show-img {
  width: auto;
  max-width: 300px;
  min-height: 300px;
  max-height: 300px;
  object-fit: contain;
  height: auto;
  object-position: left;
}

.show-orginal {
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#show-img {
  box-shadow: 0px 0px 2px #000 29;
}

.show-orginal img {
  max-width: unset;
}

.prod-detail-left {
  width: 300px;
  float: left;
  margin-right: 60px;
  margin-bottom: 20px;
}

.small-img {
  width: 300px;
  height: 70px;
  margin-top: 10px;
  position: relative;
  left: 25px;
}

.small-img .icon-left {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.small-img .icon-left:hover {
  opacity: 0.5;
}

.small-img .icon-right {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
}

.small-img .icon-right:hover {
  opacity: 0.5;
}

.small-container::-webkit-scrollbar {
  display: none;
}

.small-container {
  width: 250px;
  min-height: 70px;
  overflow: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.small-container div {
  width: 800%;
  position: relative;
}

.small-container .show-small-img {
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
  object-fit: contain;
}

.small-container .show-small-img:last-of-type {
  margin-right: 0;
}

.product-item-list {
  list-style: none;
  margin: 1px 17px;
}

.product-item-list img {
  margin: 0 15px;
}

.product-indusparts {
  display: inline-block;
  width: 100%;
}

.content-menu a {
  padding-right: 38px;
}

.content-menu {
  margin: 25px 0 0 0;
}

button.btn.add-to-cart.btn-secondary {
  padding: 14px 27px;
  background: #009fff;
  border: 1px solid #009fff;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
}

button.btn.add-to-cart.btn-secondary:hover {
  opacity: 0.8;
}

.product-add-cart {
  background: transparent;
  border: 0px;
  padding: 0;
}

.product-add-cart span {
  min-width: 56px;
  display: inline-block;
}

.product-add-cart i {
  padding-left: 10px;
  color: #004990;
}

.vgt-table.bordered td,
.vgt-table.bordered th {
  min-width: 125px;
}

.vgt-table thead th {
  color: #fff !important;
  vertical-align: bottom;
  border-bottom: 1px solid #dcdfe6;
  padding-right: 1.5em;
  background: #004990 !important;
}

/* cart btn*/
.edit-cart {
  background: #004990;
  color: #fff;
  display: flex;
  text-align: center;
  padding: 13px 29px;
  right: 46px;
  bottom: 45px;
  position: fixed;
  border-radius: 25px 3px 35px 25px;
  align-items: center;
  cursor: pointer;
}

.edit-cart:focus {
  outline: 0px;
  border: 0px;
}

.cart-left-bar.active {
  right: 0%;
  transition: all 0.5s ease;
  overflow-y: auto;
  overflow-x: hidden;
}

/* width */
.cart-left-bar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.cart-left-bar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.cart-left-bar::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.cart-left-bar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.cart-left-bar {
  display: block;
  right: -26%;
  bottom: 0%;
  padding: 0px;
  height: 60%;
  width: 24%;
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 12px 12px #00000029;
  z-index: 1000000;
  transition: all 0.5s ease;
}

p.title-total {
  margin-top: 9px;
}

p.reorder-slides-title {
  border-bottom: 3px solid #004990;
  font-size: 24px;
  /* position: fixed; */
  width: 100%;
  background: #fff;
}

i.close-right-tab {
  font-size: 22px;
  margin-top: 7px;
  /* position: fixed; */
  right: 20px;
  z-index: 1;
  cursor: pointer;
}

.cart-left-bar.active i.close-right-tab {
  position: fixed;
}

.cart-list li {
  list-style: none;
  border-bottom: 2px solid #eceeef;
  padding: 15px 10px;
}

.bottom-adding-slide2 {
  display: flex;
}

.cart-image-box {
  margin-right: 18px;
  display: flex;
  align-items: center;
}

.cart-image-box img {
  width: 100px;
  height: 150px;
  object-fit: contain;
}

ul.cart-list {
  padding: 0;
  margin: 60px 0 10px 0;
}

button.cart-option-product.remove-product {
  background: transparent;
  border: 0;
  outline: 0;
  color: #004990;
}

.cart-option-product-buy {
  color: #fff;
  background: #004990;
  padding: 7px 12px;
  border: 0;
}

input.item-quantity {
  border: 1px solid #e8eaf1;
  padding: 8px 6px;
}

.total-box {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

/*  */
/* prod detail ends */

/* The container1 */
.container1 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container1:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container1 input:checked~.checkmark {
  background-color: #004990;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container1 input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container1 .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.boxes {
  margin: auto;
  padding: 50px;
  background: #484848;
}

input[type="checkbox"]+label {
  color: #818181;
}

/*Checkboxes styles*/
input[type="checkbox"].form-checkbox {
  display: none;
}

input[type="checkbox"]+label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"]+label:last-child {
  margin-bottom: 0;
}

input[type="checkbox"]+label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #6cc0e5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked+label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* payment page */
.homecategoryright .card-body {
  line-height: 30px;
  background: #fff !important;
  padding: 38px 40px 38px 40px;
  border: 1px solid rgba(0, 0, 0, .125);
  margin: 0 0 25px 0;
}

h1.page-title.checkout-title {
  font-size: 21px;
}

.homecategoryright .card-header {
  padding: 20px 20px;
  margin-bottom: 15px;
}

.homecategoryright .card {
  border: 0px solid #e8eaf1;
}

.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
  padding: 16px 8px;
}

.heading-green {
  padding-left: 15px;
}

.search-prod-title {
  color: #004990;
  background: #fff;
  padding: 10px;
  font-size: 18px;
  z-index: 20;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

button.button.delete-btn {
  border: 0px solid;
  background: transparent;
  color: #004990;
  outline: 0px;
}

button.button.delete-btn:hover {
  opacity: 0.8;
}

.cart-price strong {
  font-size: 16px !important;
  font-weight: 500;
  color: #004990 !important;

}

.title-cart {
  font-size: 14px;
  line-height: 25px;
  margin: 0;
}

.cart-table .table .thead-dark th {
  color: #fff;
  font-size: 14px;
  background-color: #004990;
  border-color: #004990;
  white-space: nowrap;
}

.total-cart-table td {
  background: #fff !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #004990;
  background-color: #fff;
  /* border-color: #fff #fff #004990 #fff;
  border-width: 3px; */
}

.nav-tabs {
  border-bottom: 1px solid #c5c5c5;
  margin: 0 0 19px 0;
}

.nav-tabs .nav-link {
  color: #b2b2b2;
}

.pro-table-btn {
  margin: 0 0 20px 0;
}

.nav-3dview.row.no-gutters.mt-5.mb-5 {
  border: 1px solid #ccc;
  padding: 40px 0;
}

.hash-title {
  font-size: 29px;
  margin: 38px 0 13px 0;
  font-weight: 600;
  display: inline-block;
  border-bottom: 3px solid #004990;
  padding: 0 0 15px 0;
}

span.warning.icon {
  font-size: 74px;
  font-weight: 800;
  color: #912d2b;
}

.display-flex.payment-fail {
  display: inline-flex;
  border: 1px solid #9f3a38;
  padding: 13px 50px;
  justify-content: center;
  background-color: #fff6f6;
  color: #9f3a38;
}

.content {
  margin: 24px 0px 0px 10px;
  font-size: 18px;
  font-weight: 500;
}

.fluid-button {
  background: #ffc952;
  padding: 10px 23px;
  color: #fff;
  margin: 28px 0 0 0;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.fail-index-page {
  text-align: center;
  margin: 50px 0 50px 0;
}

.success-payment {
  color: green;
  font-size: 24px;
  font-weight: 400;
}

div#my-modal___BV_modal_content_ {
  margin: 0;
}

#my-modal___BV_modal_content_ .modal-title {
  color: #fff;
  margin: 0;
  line-height: 1.428571429;
  font-size: 19px;
}

footer#my-modal___BV_modal_footer_ {
  background: #fff;
}

h2.title.align-product a {
  color: #606060;
  font-size: 14px;
  font-weight: 400;
}

.search-sub-list .img.image-hover.img-shadow-1 {
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

.search-sub-list {
  display: flex;
}

.search-sub-list img {
  width: 45px;
  object-fit: contain;
}

.carousel-indicators .active {
  width: 20px;
  height: 5px;
  margin: 0;
  background-color: #fff;
  border-radius: 16px;
  border: 0px;
  margin: 0px 3px 0px 3px;
}

.carousel-indicators li {
  width: 5px;
  height: 5px;
  margin: 0;
  background-color: #fff;
  border-radius: 16px;
  border: 0px;
  margin: 0px 3px 0px 3px;
}

.cookies-message {
  padding: 20px 0 10px;
}

.cookies-message {
  line-height: 25px;
}

.cookies-message p {
  font-size: 15px;
}

button.close-cooki-message i {
  font-size: 12px;
}

button.close-cooki-message {
  padding: 6px 9px;
  border: 0px;
  background: #c31f33;
  color: #fff;
  margin: 0;
  line-height: 1;
  border-radius: 50%;
}

.header-privacy-policy.unactive {
  height: 85px;
}

.header-privacy-policy {
  height: 0px;
  overflow: hidden;
  transition: all 0.5s ease;
}

.search-wrapper {
  width: 100%;
}

.pro-filter .card-body {
  padding: 16px 10px 25px 10px;
  transition: all 0.5s ease;
  text-align: center;
}

.speci-view {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 15px 0;
  border-bottom: 1px solid #eceeef;
}

.cat-des {
  display: flex;
  align-items: start;
  margin: 0 0 35px 0;
}

.cat-des video {
  margin: 50px 0;
}

.cat-des img#show-img {
  width: 100%;
  max-height: 400px;
}

.cat-des p {
  padding: 0 0 0 50px;
}

.pro-filter {
  margin: 0 0 30px 0;
}

input.quantity.mb-4 {
  padding: 11px;
  margin: 15px 0 0 0px;
  width: 100%;
  border: 1px solid #000;
  border-radius: 3px;
}

.download-list li {
  word-break: break-all;
  margin: 0 0 0px 0;
  border-bottom: 1px solid #f4f7f8;
  padding: 10px 0 15px;
}

span.price-amount {
  color: #ff0000;
  font-weight: 600;
}

.vgt-wrap img {
  object-fit: contain;
}

a.download-opt-button {
  background: #009fff;
  color: #fff;
  padding: 13px 35px;
  font-size: 19px;
  border: 0;
  margin: 22px 0;
  border: 1px solid #009fff;
  margin-left: 11px;
}

.download-pane {
  padding: 0;
  box-shadow: 0px 10px 50px #00000012;
  background: #fff;
  border-radius: 10px;
}

.download-pane ul {
  list-style: none;
  font-size: 18px;
  color: #004990;
  padding: 0;
}

.doc-icon {
  width: 18px;
  margin: 5px 10px 0 0;
  object-position: top;
  display: flex;
}

.download-list {
  list-style-type: none;
  padding: 0;
  line-height: 35px;
  font-size: 15px;
  margin: 0 0 0 0;
}

.download-list a {
  line-height: 25px;
  display: flex;
  font-size: 16px;
  color: #004990;
  align-items: flex-start;
}

.dowload-heading {
  font-size: 18px;
  margin: 0 0 0px 0;
  font-weight: 500;
  background: #009fff;
  color: #fff;
  padding: 12px;
}

.item-num {
  float: right;
  color: #004990;
  padding: 10px;
  text-transform: capitalize;
  margin: 0 0 0 15px;
  box-shadow: 0px 10px 50px #00000012;
  background: #fff;
  font-size: 18px;
}

.item-num span {
  font-weight: 700;
}

input.footer-email {
  border: 0px solid;
  border-bottom: 1px solid #fff;
  background: transparent;
  width: 100%;
  border-radius: 0;
  color: #fff;
}

input.footer-email:focus {
  outline: 0px;
}

input.footer-email::placeholder {
  font-size: 14px;
}

p.title-total-info {
  width: 100%;
  margin: 50px 0px 20px 0;
  color: red;
}

.product-des {
  margin-left: 0;
  padding-left: 0 !important;
  width: 100%;
}

nav.navbar.navbar-expand-lg.navbar-light {
  display: none;
}

/* .header.header-normal.header-100 ul.nav.navbar-nav.home-nav.scroller-nav {
  display: block;
  color: #fff;
  margin: 0;
} */
ul.nav.navbar-nav.home-nav.scroller-nav {
  display: none;
}

.scroller-nav .navbar-brand,
.scroller-nav>li>a {
  text-shadow: none;
  padding-left: 15px;
  padding-right: 18px;
  font-weight: 500;
  color: #fff;
}

.header.header-normal.header-100 .search-bar-section {
  height: 0;
  overflow: hidden;
  padding: 0;
}

#left-bar-expand {
  display: none;
}

/* .header.header-normal.header-100 .head-res-logo img {
  width: 265px;
  position: absolute;
  top: 7px;
}
.header.header-normal.header-100 .head-res-logo img:nth-child(1) {
  z-index: 3;
}
.header.header-normal.header-100 .head-res-logo img:nth-child(2) {
  left: 57%;
  width: 187px;
  top: -26px;
}
.header.header-normal.header-100 header {
  background: #004990;
  padding: 20px 0 40px;
} */
/* .header-100 ul.nav.navbar-nav.home-nav.scroller-nav {
  display: flex;
} */
.head-res-logo img {
  transition: all 0.5s ease-in-out;
}

/* .header-100 .head-res-logo img:nth-child(1){
  width: 160px;
}
.header-100 .head-res-logo img:nth-child(2){
  width: 80px;
} */
.head-res-logo img {
  width: 85%;
  object-fit: contain;
}

.header-100 .head-res-logo img {
  width: 75%;
}

.header-100 header {

  background: #004990;
  padding: 10px 0 10px;
}

.fa-phone:before {
  padding: 0 6px 0 0;
}

.cards {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  padding: 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.card1 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: #fefff9;
  color: #363636;
  text-decoration: none;
  -moz-box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
  box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.pdf-below-section p {
  font-size: 17px;
  margin: 25px 0;
}

.pdf-below-section img {
  margin: 30px 0 0 0;
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.pdf-below-section .row {
  border-bottom: 3px solid #eceeef;
  padding: 15px 0;
}

div#left_ban {
  margin: 47px auto;
  width: 100%;
  padding: 10px;
  box-shadow: 0px 0px 5px #00000029;
  border-top-right-radius: 3px;
  border-radius: 47px;
  border-top-right-radius: 1px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  text-align: center;
}

div#left_ban:hover {
  transform: scale(1.05);
}

#left_ban img {
  float: left;
  margin: 0;
}

#left_ban span {
  display: inline-block;
  padding: 15px 18px 0px 0px;
  color: #fff;
}

#left_ban a {
  font-size: 15px;
  color: #004990;
}

@media (max-width: 700px) {
  .card1 {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .card1 {
    display: inline-block;
    width: 100%;
  }

  .card1:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 980px) {
  .card1:nth-child(even) {
    margin-right: 20px;
  }

  .card1:nth-child(3n) {
    margin-right: 0;
  }
}

.card1 span {
  display: block;
}

.card1 .card1-summary {
  padding: 5% 5% 3% 5%;
}

.card1 .card1-header {
  position: relative;
  height: auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.15);
  background-blend-mode: overlay;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}

.card1 .card1-header:hover,
.card1 .card1-header:focus {
  background-color: rgba(255, 255, 255, 0);
}

.card1 .card1-title {
  background: #004990;
  padding: 3.5% 0 2.5% 0;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  bottom: 0;
  width: 100%;
}

.card1 .card1-title h3 {
  font-size: 1em;
  line-height: 1.2;
  padding: 0 3.5%;
  margin: 0;
}

.card1 .card1-meta {
  max-height: 0;
  overflow: hidden;
  color: #666;
  font-size: .78em;
  text-transform: uppercase;
  position: absolute;
  bottom: 5%;
  padding: 0 5%;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.card1:hover,
.card1:focus {
  background: white;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}

.card1:hover .card1-title,
.card1:focus .card1-title {
  background: #009fff;
}

.card1:hover .card1-meta,
.card1:focus .card1-meta {
  max-height: 1em;
}

.pdf-icon img {
  position: absolute;
  right: 0;
  top: 0px;
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.concern-logo img {
  width: 106px;
  height: 47px;
  object-fit: contain;
}

#headline_gallery ul {
  list-style: none;
  display: flow-root;
  columns: 2;
  padding: 0;
  margin: 0;
}

.header.header-100 {
  /* position: fixed; */
  width: 100%;
}

.index-video-list ul {
  list-style: none;
  box-shadow: 0px 0px 5px #00000029;
  padding: 24px 25px;
}

.index-video-list ul li {
  margin: 0 0 15px 0;
}

.index-download-heading {
  margin: 0;
  color: #fff;
  vertical-align: bottom;
  border-bottom: 1px solid #dcdfe6;
  padding-right: 1.5em;
  background: #004990;
  padding: 15px 25px;
}

#carouselExampleControlsvideo .carouseItem {
  width: 70%;
  margin: 0 auto;
}

a.video-thumbnail-name {
  padding: 0px 0px 25px 19px;
  display: block;
  font-size: 18px;
  color: #004990;
}

a.video-thumbnail-name i {
  color: #ff0000;
  padding: 0 15px 0 0;
}

.main-image-category img#show-img {
  max-width: 300px;
  max-height: 300px;
  object-fit: contain;
  object-position: center;
}

@media screen and (min-width: 768px) {

  .modal-dialog {
    right: auto;
    left: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
  }
}

/*responsive */
@media (min-width: 1600px) {
  .container {
    max-width: 1450px;
  }
}

@media (min-width: 1190px) and (max-width: 1800px) {}

@media (max-width: 991px) {}

@media screen and (max-width: 767px) {
  .cat-des {
    display: inline-block;
  }

  .left-sub-content {
    width: 100%;
    float: none;
    left: 0 !important;
    opacity: 1;
    position: relative;
    top: 0px;
    visibility: visible;
    display: none;
    box-shadow: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .left-sub-content.collapse.show {
    display: block;
    transition: 0.5s;
  }

  #myTab .nav-item {
    width: 100%;
    border: 1px solid #cccc;
  }

  .show-orginal {
    width: 100%;
    height: auto;
  }

  .product-page .container.mb-4.mt-5 {
    padding: 0;
  }

  .prod-detail-left {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .main--prdct--desc {
    width: 100%;
    display: inline-block;
  }

  .dropdown--lists .drop--dwn:first-child {
    margin-top: 0;
  }

  .category-grid {
    width: 100%;
  }

  .category-list .product .right--sec--ctgry {
    padding: 0 10px;
  }

  .product-des {
    display: inline-block;
    margin-left: 0;
    margin: 30px 0;
    padding-left: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cat-des img {
    width: 100%;
  }

  .category-list .product .right--sec--ctgry {
    padding: 0 10px;
  }

  .category-grid {
    width: 33.333%;
    padding: 0 15px;
  }

  .product-des .col-md-6 {
    display: inline-block;
    flex: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  nav.navbar.navbar-expand-lg.navbar-light {
    display: block;
  }

  .home--left .left-categ-col-4 {
    margin-left: 0;
  }

  .home--left .left-categ-col-4.open {
    margin-left: -100%;
  }

  /* header{
    padding: 0 20px;
    height: 125px;
  } */

  .lft-br-expnd {
    left: 0 !important;
  }

  main.main-containt,
  main.main-containt {
    position: relative;
  }

  main.main-containt .col-md-9,
  main.main-containt .col-md-9 {
    margin-top: 100px;
  }

  #left-bar-expand {
    /* position: relative !important; */
    top: 0 !important;
    margin-bottom: 30px;
  }

  .lft-br-expnd.open {
    left: -155px !important;
  }

  /* .lft-br-expnd.open {
    left: -160px !important;
  } */
  .left-side-bar {
    margin: 0 0 0 0 !important;
  }

  .left-categ-col-4 {
    margin-left: -100%;
    transition: 0.5s;
    float: left;
    margin-top: 50px;
  }

  .left-categ-col-4.open {
    margin-left: 0;
    transition: 0.5s;
    float: none;
  }

  main.main-containt button#left-bar-expand {
    /* position: relative; */
    margin-bottom: 0 !important;
  }

  main.main-containt .left-categ-col-4 {
    margin-top: 90px;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .head-res-logo img {
    width: 80% !important;
    position: static;
    /* height: 125px; */
  }

  .main-image-category img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    padding-right: 0 !important;
  }

  .main-image-category.display-flex {
    display: block;
  }

  /*
*/
  /*.search-bar-section .search-bar .search-icon{
    top: 45%;
    transform: translateY(-50%);
  }*/

  /*.search-bar-section .search-bar{
    padding: 20px 15px;
  }*/
  /* .search-bar-section ul.nav.navbar-nav{
    margin: 0;
  }*/

  .search-bar-section .col-md-6:first-child {
    padding: 0;
  }

  .left-side-bar {
    padding: 0;
  }

  .left-side-bar>li,
  .left-side-bar h2 {
    padding: 10px 15px;
  }

  /* .left-side-bar {
    display: none !important;
  } */

  .left-side-bar.hide {
    display: inline-block !important;
    width: 100%;
  }

  .ProductSection .col-md-4 {
    padding: 0 15px !important;
  }

  .search-bar-section .nav>li {
    text-align: left;
    border-bottom: 1px solid #000;
    padding: 5px 15px;
  }

  .modal-dialog {
    right: auto;
    left: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .head-res-logo .navbar {
    right: 0;
    top: 0;
    position: absolute;
    transform: translateY(-50%);
  }

  /* 
  .header-100 header{
    height: 100px;
  } */

  .header-privacy-policy.unactive {
    height: 165px;
  }

  .navbar-light .navbar-toggler {
    border-color: #fff;
    background: #fff;
  }

  .home-nav {
    display: none;
  }

  .home-nav.active {
    display: block;
  }

  .navbar-toggler-icon {
    display: block;
  }

  .cart-left-bar {
    right: -150%;
    width: 100%;
  }

  .head-logo {
    color: #fff;
    font-size: 20px;
  }

  .header-list {
    list-style: none;
    padding: 0;
    display: block;
    margin: 23px 0 0 0;
    line-height: 50px;
    text-align: center;
  }

  .search-bar {
    display: flex;
    padding-left: 0;
  }

  .header-list li a {
    display: block;
    padding: 15px 20px 15px 10px;
    border-bottom: 1px solid #e8e8e8;
    border-right: 0;
  }

  .header-right {
    text-align: center;
  }

  .logo-top {
    text-align: center;
  }

  .content-detail-section .faq-section {
    padding: 70px 0 93px 0;
  }

  .banner-left-section {
    padding: 20px 0 20px 0px;
  }

  .ProductSection ul li {
    width: 48%;
  }

  .banner-left-section {
    text-align: center;
  }

  .navbar-collapse.navbar-ex1-collapse {
    margin: 0 0 32px 0;
    overflow: auto;
  }

  .border-right-box {
    border-bottom: 1px solid #f2f2f2;
    padding: 27px 0;
    border-right: 0;
  }

  .footer-social a {
    margin-right: 10px;
  }

  .header-list {
    display: none;
  }

  .header-list.active {
    display: block;
  }

  ul.dropdown-menu.show {
    position: absolute;
    transform: translate3d(0px, 80px, 0px);
    top: -25px !important;
    left: 22% !important;
    will-change: transform;
  }
}

@media (max-width: 575px) {
  .product-indusparts {
    display: block;
  }

  .left-side-bar {
    margin: 80px 0 0 0;
  }

  .home-page-main-leftbar button#left-bar-expand {
    top: -75px;
  }

  /*.left-side-bar.hide{
    display: none!important;
}*/
  #left-bar-expand {
    display: block;
  }

  button#left-bar-expand {
    background: #eceeef;
    border: 0px;
    padding: 17px 20px;
    position: absolute;
    left: 0px;
    top: -5px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: all 0.5s ease;
  }

  button#left-bar-expand.active {
    left: -155px;
  }

  footer {
    text-align: center;
  }

  [data-aos][data-aos][data-aos-easing=ease],
  body[data-aos-easing=ease] [data-aos] {
    transform: translate3d(0px, 0, 0);
  }

  .grid {
    display: block;
    margin: 40px 0 30px 0;
  }

  .home-nav {
    flex-direction: column;
    text-align: center;
    margin: 30px 0 30px 0;
  }

  .header-list {
    justify-content: center;
  }

  .head-res-logo {
    text-align: left;
  }

  .search-bar-section {
    background: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 6px 0;
    background-position: bottom;
    padding: 20px 0 10px 0;
  }

  .search-bar {
    display: flex;
    padding-left: 0px;
  }

  .testimonial-right {
    margin: 30px 0 0 0;
  }

  .hc-search-input {
    width: 100%;
  }

  .hc-search-button button {
    width: 100%;
    margin: 0px 0 0 0;
  }

  .news-letter {
    padding: 80px 0;
  }

  .ProductSection .col-md-4 {
    padding: 0;
  }

  .card {
    cursor: pointer;
    margin: 0 0 25px 0;
  }

  .highlight-section {
    padding: 50px 0;
  }

  .inkjet-printer {
    text-align: center;
  }

  .ProductSection ul li {
    width: 100%;
  }

  .ProductSection ul li:nth-of-type(2n + 0) {
    margin: 2% auto 2%;
  }

  ul.nav.navbar-nav.home-nav {

    margin: 10px 0 10px 0;
    text-align: center;
  }

  .footer-main-title {
    font-size: 17px;
    font-weight: 600;
    margin: 4px 0 15px 0;
  }

  .footer-phone {
    font-size: 20px;
    font-weight: 600;
  }
}

@media (max-width: 425px) {}

@media (max-width: 320px) {}

/* image holder */
.img-holder {
  background: transparent;
  padding: 0px 0px;
  width: 180px;
  height: auto;
  max-height: 175px;
  border-radius: 100px;
  margin: 40px auto auto auto;
  display: flex;
  text-align: center;
  align-items: center;
  transition: all 0.5s ease;
  object-fit: contain;
}

.img-holder img {
  width: 100%;
  display: block;
  /* align-items: center; */
  object-fit: contain;
  height: 175px;
}

.pro-list {
  padding: 0px 0 23px;
}

/* .img-holder:hover > img{
  transform: rotate(45deg) scale(1.5);
  transition: all 0.5s ease;
  
}
.img-holder:hover {
  transform: scale(1.18);
} */
.accordion {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}

.accordion .active1 .details {
  transform: scale(1);
  height: auto;
}

.accordion .details {
  transform: scale(0);
  width: 100%;
  font-size: 18px;
  padding: 0px 20px 0px 0px;
  margin: 0 0 0 10px;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 0;
  overflow: hidden;
}

.active1 i.arrow-init-icon {
  transform: rotate(180deg);
}

i.arrow-init-icon {
  padding: 0 15px;
}

.main-border {
  border: 0;
  margin: 0 0 0 17px;
  height: 2px;
  background: #004990;
}

.active1 .details.active {
  height: auto;
  transform: scale(1);
  overflow: hidden;
}

.details.active {
  height: 0;
  transform: scale(0);
  overflow: hidden;
}

.accordion img {
  object-fit: contain;
  height: 180px !important;
  margin-top: 12px;
  width: 180px;
  margin: 12px 25px 0 25px;
}

.accordion .details .summary {
  padding: 5px;
  padding-top: 0;
  outline: none;
  overflow: hidden;
}

.accordion .details .summary i {
  margin-top: 27px;
}

.accordion .details .tag {
  color: #004990;
  font-weight: 700;
}

.accordion .details hr {
  border: 0;
  margin: 0;
  height: 2px;
  background: #004990;
}

.accordion .details .accor-para {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 25px;
  line-height: 1.2em;
  cursor: auto;
  -webkit-animation: appear 1s ease;
  animation: appear 1s ease;
}

.details .accordion-para {
  overflow: hidden;
  height: 0;
  transform: scale(0);
  transition: all 0.5s ease;
}

.details.active .accordion-para {
  height: auto;
  transform: scale(1);
}

.accordion-list li a {
  font-size: 12px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #f9f9f9;
  margin: 10px 0;
  padding-bottom: 10px;
  line-height: 20px;
}

@-webkit-keyframes appear {

  0%,
  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes appear {

  0%,
  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.accordion .details.active .summary i {
  transform: rotate(180deg);
}

ul.accordion-list {
  list-style: none;
  padding: 0 0 0 15px;
  line-height: 30px;
  font-size: 18px;
  text-transform: capitalize;
  color: #000;
}

.display-flex {
  display: flex;
}

.initial-summary {
  padding: 15px 15px 15px 0px;
  outline: none;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: capitalize;
  background: #fff;
  margin: 0 -10px 0 10px;
  width: 100%;
}

.article-clean {
  background: #fff;
}

button.tech-res-button {
  border: 0px solid;
  background: #fff;
  font-size: 16px;
  color: #004990;
}

.share-div.pull-right {
  margin: -35px 0 0 0;
}

.product-resources .main-border {
  border: 0;
  margin: 0 0 0 17px;
  height: 1px;
  background: #e0e0e0;
}

.product-resources .seperated-sect {
  width: 100%;
}

.product-resources .display-block {
  display: block;
  width: 100%;
}

.product-resource-imagebox {
  display: flex;
  align-items: center;
}

.video-id {
  cursor: pointer;
}

.video-frame {
  display: none;
}

.toast {
  flex-basis: auto !important;
}

.toast-text {
  font-size: 15px !important;
}

#imageUpload {
  display: none;
}

#profileImage {
  cursor: pointer;
}

#profile-container {
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

#profile-container img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}


#profile-container {
  text-align: center;
  box-shadow: 0px 0px 7px 1px #ccc;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 30px 10px;
  border-bottom: 4px solid #004990;
}

.contact--info--inner span {
  margin-bottom: 8px;
  display: inline-block;
  font-size: 15px;
}

.contact--info--inner h3:after {
  content: "";
  background: #004990;
  position: absolute;
  width: 100px;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.contact--info--inner h3 {
  position: relative;
  padding-bottom: 5px;
}

.contact--info--inner {
  margin-top: 10px;
  display: inline-block;
}

.contact--info h1 {
  color: #009fff;
}

.billing--details .card-header {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 15px;
}

.billing--details .card-body {
  padding: 20px;
}

textarea {
  resize: none;
}

span.quaant--group {
  display: inline-block;
  position: relative;
  width: 40%;
  padding-left: 8px;
}

.quaant--group input.item-quantity {
  width: 64%;
  border: 1px solid #222;
  border-radius: 3px;
  border-right: 0;
  z-index: 9999;
  text-align: center;
  padding: 10px 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group__button.input-group__button--decrease,
.input-group__button.input-group__button--increase {
  cursor: pointer;
  background: transparent;
  border: 1px solid #222;
  box-shadow: none;
  outline: none;
  padding: 1px 10px;
  border-radius: 0;
  vertical-align: middle;
  position: absolute;
  line-height: 1;
  right: 0;
}

.input-group__button.input-group__button--decrease span,
.input-group__button.input-group__button--increase span {
  font-size: 19px;
  font-weight: bold;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.input-group__button.input-group__button--increase {
  top: 0;
}

.input-group__button.input-group__button--decrease {
  bottom: 0;
}

span.quaant--group input.item-quantity:focus {
  outline: none;
}

.quaant--group.cart--page .input-group__button.input-group__button--decrease,
.quaant--group.cart--page .input-group__button.input-group__button--increase {
  padding: 1px 3px;
}

.quaant--group.cart--page {
  width: auto;
  padding-left: 0;
}

.cart-table tr,
.cart-table td {
  border: 2px solid #004990;
}

.cart-table th {
  text-align: center;
  border-right: 2px solid #fff !important;
}

.cart-table th:last-child {
  border-right: 0px !important;
}

.quaant--group.cart--page input.item-quantity {
  padding: 10px 0;
  width: 68%;
}

.view--product-pg .input-group__button.input-group__button--increase {
  top: 15px;
}

.view--product-pg .input-group__button.input-group__button--decrease {
  bottom: 24px;
}

span.quaant--group.view--product-pg {
  width: 50%;
  text-align: center;
}

.view--product-pg .input-group__button.input-group__button--decrease,
.view--product-pg .input-group__button.input-group__button--increase {
  padding: 1px 10px;
  background: #fff;
}

.error {
  color: #f00;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  nav.navbar.navbar-expand-lg.navbar-light {
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }

  .home--left .left-categ-col-4 {
    margin-left: 0;
  }

  .home--left .left-categ-col-4.open {
    margin-left: -100%;
  }

  .lft-br-expnd {
    left: 0 !important;
  }

  #left-bar-expand {
    /* position: relative !important; */
    top: 0 !important;
    margin-bottom: 30px;
  }

  .lft-br-expnd.open {
    left: -155px !important;
  }

  /* .lft-br-expnd.open {
    left: -160px !important;
  } */
  .left-side-bar {
    margin: 0 0 0 0 !important;
  }

  .left-categ-col-4 {
    margin-left: -100%;
    transition: 0.5s;
    float: left;
    margin-top: 50px;
  }

  .left-categ-col-4.open {
    margin-left: 0;
    transition: 0.5s;
    float: none;
  }

  main.main-containt button#left-bar-expand {
    /* position: relative; */
    margin-bottom: 0 !important;
  }

  main.main-containt .left-categ-col-4 {
    margin-top: 90px;
  }

  main.main-containt,
  main.main-containt {
    position: relative;
  }

  main.main-containt .col-md-9,
  main.main-containt .col-md-9 {
    margin-top: 100px;
  }

  button#left-bar-expand {
    top: -75px;
    background: #eceeef;
    border: 0px;
    padding: 17px 20px;
    position: absolute;
    left: -10px;
    width: auto;
    top: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: all 0.5s ease;
    display: block;
  }

  .left-categ-col-4+.col-md-8.col-xs-12 {
    flex: 100%;
    max-width: 100%;
  }

  html,
  body {
    overflow-x: hidden;
  }

  button#left-bar-expand.active {
    left: -170px;
    width: auto;
  }

  .testimonial-right {
    padding: 15px;
  }

  .left-categ-col-4+.col-md-9 {
    flex: 100%;
    max-width: 100%;
  }

  .left-categ-col-4 {
    flex: 100%;
    max-width: 100%;
  }

  .head-res-logo {
    flex: 100%;
    max-width: 100%;
  }

  .tab--view {
    flex: 100%;
    max-width: 100%;
  }

  .tab--view ul.header-list li {
    display: inline-block;
  }

  .tab--view ul.header-list li a {
    line-height: 1;
    border-bottom: none;
    border-right: 1px solid #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab--view ul.header-list li:last-child a {
    border-right: 0;
  }

  .search-bar-section .container {
    max-width: 100%;
  }

  .tab--view ul.nav.navbar-nav.home-nav li {
    display: inline-block;
    width: 100%;
  }

  .head-res-logo button.navbar-toggler {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 0;
  }

  .hc-search-input {
    width: 100%;
  }

  .search-bar-section .col-md-6:first-child ul.nav.navbar-nav {
    margin-bottom: 15px;
  }

  section.product-main-section.home-page-main-leftbar .card1 {
    width: 45%;
    max-width: 100%;
    margin: 0px 15px;
    margin-bottom: 20px;
    height: 180px;
  }

  /*.header-list{
    display: block;
    margin-top: 0;
    text-align: right;
  }

  .header-list li {
    display: inline-block;
  }

  .header-list li a {
      line-height: 1;
      padding: 0;
      border: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light{
    display: none;
  }*/
}


@media screen and (min-width: 992px) {
  .category-grid {
    flex: 0 0 24.333%;
    max-width: 24.333%;
    margin-bottom: 70px;
  }

  .category-list {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
  }
}

.category-list {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}

.category-list .product {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}

.category-list .product .preview {
  width: 30%;
  float: left;
}


.category-list .product .right--sec--ctgry .title-divider {
  float: left;
  width: 30%;
  margin: 5px auto;
}

.category-list .product .right--sec--ctgry {
  width: 70%;
  float: left;
}

.category-list .ctgry--descptn {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.category-list .product .right--sec--ctgry .title {
  align-items: flex-start;
  justify-content: flex-start;
  min-height: auto;
  text-align: left;
  padding: 10px 0 0 0;
}

.category-list .product .right--sec--ctgry .title a {
  color: #000;
  font-size: 13px;
}

.grid--and--list--views.open+.wrapper1 {
  border: none;
  border-top: 1px solid #ccc;
}

.grid--and--list--views.open {
  margin-bottom: 10px;
}

.category-grid .ctgry--descptn {
  display: none;
}

.grid--and--list--views {
  text-align: right;
  display: inline-block;
  float: right;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


.grid--and--list--views .list--view,
.grid--and--list--views .grid--view {
  display: inline-block;
  vertical-align: middle;
}

.grid--and--list--views .list--view .btn,
.grid--and--list--views .grid--view .btn {
  font-size: 20px;
  padding: 10px 20px;
  margin-bottom: 0;
}

.grid--and--list--views .list--view {
  border-right: 1px solid #ccc;
  border-top-left-radius: 10px;
}

.lst-grd-box .wrapper1 {
  border: 1px solid #ccc;
  margin: 0;
  border-radius: 10px;
  padding: 20px 0;
}


.grid--and--list--views .toggle-control {
  display: inline;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.grid--and--list--views .toggle-control input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.grid--and--list--views .toggle-control input:checked~.control:after {
  left: 57px;
}

.grid--and--list--views .toggle-control .control {
  width: 100px;
  background-color: #009fff;
  transition: background-color 0.15s ease-in;
  border-top-left-radius: 10px !important;
  border-radius: 0;
  border-top-right-radius: 10px;
  text-align: left;
  font-size: 25px;
  line-height: 1;
  padding: 10px;
  color: #fff;
}

.grid--and--list--views .toggle-control .control label {
  float: right;
  margin-bottom: 0;
  pointer-events: none;
}

.grid--and--list--views .toggle-control .control:after {
  content: "";
  position: absolute;
  left: 3px;
  top: -2px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: #fff;
  transition: left 0.15s ease-in;
}

.grid-wrapper {
  margin-top: 20px !important;
}

.category-list:last-child {
  border-bottom: none;
}

.dropdown--lists select {
  width: 100% !important;
  display: inline-block;
  padding: 15px 10px !important;
  line-height: 20px;
  height: auto !important;
  border-radius: 3px !important;
  font-size: 16px;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("../img/dropdown--image--arrow.png");
  background-repeat: no-repeat;
  background-size: 4%;
  background-position: right 10px center;
}

.multiselect {
  position: relative;
  display: inline-block;
  width: 100%;
}

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.multiselect__current,
.multiselect__select {
  line-height: 30px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  height: 58px;
  display: none;
}

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 50%;
  color: #999;
  margin-top: 0;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
}

.price--table table {
  width: 50%;
}

.price--table table tr,
.price--table table td,
.price--table table th {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

.price--table table th {
  background: #004990;
  color: #fff;
}

.speci-tab {
  margin-top: 50px;
}

.speci-tab .speci-view {
  margin: 0;
  padding: 10px 15px;
}

.speci-tab #myTabContent {
  border: 1px solid #ccc;
  border-top: 0;
}

.speci-tab ul#myTab {
  margin-bottom: 0;
}

.speci-tab ul#myTab li a {
  cursor: pointer;
}

.speci-tab ul#myTab li a.active {
  background: #009fff;
  color: #ffff;
}

.discount-popup {
  display: inline-block;
  margin: 0 0 15px 0;
  /* width: 100%; */
}

.price--table {
  margin-top: 15px;
  transition: 0.5s;
}

.discount-popup a {
  color: #ff0000;
  font-size: 18px;
  text-decoration: underline;
}

.discount-popup a:hover {
  text-decoration: underline;
}

.left-categ-col-4 {
  display: inline-block;
  float: left;
}

.left-categ-col-4+.col-md-9 {
  display: inline-block;
}

.flexiinner {
  display: inline-block;
  width: 100%;
}

#flexiselDemo1_ .owl-nav {
  display: block !important;
  text-align: center;
}

#flexiselDemo1_ .owl-nav button.owl-prev,
#flexiselDemo1_ .owl-nav button.owl-next {
  background: #004990;
  margin: 0 6px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  box-shadow: 0px 0px 6px 1px #ccc;
}

#flexiselDemo1_ .owl-nav button.owl-prev span,
#flexiselDemo1_ .owl-nav button.owl-next span {
  color: #fff;
  font-size: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 25px;
}

.category-list .ctgry--descptn *,
.category-list .ctgry--descptn {
  font-size: 13px;
}

.dflt--title .card-text {
  color: #000;
  font-size: 17px;
  margin-top: 0;
}

.dflt--title {
  padding: 10px;
  text-align: center;
  background: #f1f1f1;
  min-height: 70px;
}

#flexiselDemo1_ img {
  height: 250px;
}

#flexiselDemo1_ .card {
  min-height: 322px;
}

#flexiselDemo1_ .card:hover .dflt--title {
  opacity: 0;
}

.product .title,
.product .title a {
  color: #000;
  font-size: 15px;
}

.category-grid .product:hover .title a,
.category-list .product .title:hover a,
.product .title a:hover {
  color: #D20001;
}

table.vgt-table a {
  color: #000;
}

table.vgt-table a:hover {
  color: #D20001;
  text-decoration: underline;
  opacity: 1;
}

.left-side-bar li:hover a.prnt--mnu,
.left-side-bar li:hover i.fa.fa-fw.fa-chevron-down {
  color: #D20001 !important;
}

.left-sub-content li:hover a {
  background: #d20001;
  color: #fff;
}

.dropdown--lists {
  display: inline-block;
  width: 100%;
}

.dropdown--lists .drop--dwn {
  display: inline-block;
}

.price-rate {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px !important;
}

.product-page .page-title-product {
  font-size: 25px;
}

.download-pane ul li {
  padding: 12px;
}

.main--prdct--img {
  display: inline-block;
  width: 100%;
}

.main--prdct--img img#show-img {
  float: left;
  margin-right: 25px;
}

.product-indusparts .col-md-12,
.product-indusparts .col-md-16 {
  padding: 0;
}

.cart--header {
  position: fixed;
  z-index: 999;
  width: 24%;
}

.close--btn {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

#big-img {
  z-index: 9999;
  object-fit: contain;
  background-color: #fff;
}

@media screen and (max-width: 413px) {
  .category-list .product .preview {
    width: 100%;
    float: none;
    padding: 0px 15px;
  }

  .category-list .product .svg .image {
    width: 100%;
    height: auto;
  }

  .category-list .product .right--sec--ctgry {
    width: 100%;
    float: none;
  }
}

@media screen and (min-width: 414px) and (max-width: 997px) {
  .category-list .product .right--sec--ctgry {
    width: 60%;
  }

  .category-list .product .preview {
    width: 40%;
  }

  .left-sub-content {
    width: 100%;
    float: none;
    left: 0 !important;
    opacity: 1;
    position: relative;
    top: 0px;
    visibility: visible;
    display: none;
    box-shadow: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .left-sub-content.collapse.show {
    display: block;
    transition: 0.5s;
  }
}

@media screen and (min-width: 1024px) {
  .left-sub-content.dropped {
    display: block !important;
  }
}

.zomm--border {
  border: 1px solid #ccc;
}

.zoomWindow {
  left: -200px !important;
  width: 200px !important;
  height: 200px !important;
  border: 1px solid #ccc !important;
}

.zoomWindowContainer {
  position: relative;
  width: 200px !important;
}

img.zomm----img:hover {
  transform: scale(3);
  transition: 0.7s;
}

.pro--table--imge {
  position: relative;
  text-align: center;
}


#__BVID__8___BV_modal_content_ header#__BVID__8___BV_modal_header_ {
  background: #004990;
  color: #fff;
}

#__BVID__8___BV_modal_content_ header#__BVID__8___BV_modal_header_ h5 {
  font-size: 18px;
  text-align: center;
}

.billing-info label {
  color: #6c757d;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 15px;
}

.rqred--field {
  color: #f00;
  margin-left: 5px;
  line-height: 1;

}

.billng--info .breadcrumb {
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #e8eaf1;
}

.billng--info .homecategoryright .card-header {
  padding: 12px 15px;
  margin: 0;
}

.billng--info .homecategoryright .card-body {
  padding: 15px;
}

.billng--info input.form-control,
.billng--info select.form-control {
  margin: 0 0 15px 0;
  height: 45px;
  padding: 12px;
}

.float-right__ button,
.float-right__ button:hover,
.float-right__ button:focus,
.float-right__ button:active {
  padding: 12px;
  background: #009fff;
  border: none;
  border-radius: 3px;
}

.float-right__ button:active,
.float-right__ button:focus,
#emailModal .btn.btn-success:focus,
#emailModal .btn.btn-success:active {
  background-color: #009fff !important;
  outline: none;
  border-color: #009fff !important;
  box-shadow: none !important;
}

#emailModal input {
  margin: 0;
  height: auto;
  padding: 6px;
}

#emailModal table tr td:first-child {
  vertical-align: middle;
}

#emailModal table tr td:first-child label {
  margin-bottom: 0;
}

#emailModal .modal-header {
  position: relative;
}

#emailModal .btn.btn-success {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #009fff !important;
  border: none;
}

#emailModal .modal-header .close {
  color: #222;
  background: transparent;
  padding: 0;
  position: absolute;
  right: 15px;
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
  font-size: 25px;
}

#carouselExampleIndicators .carousel-inner {
  padding-bottom: 0;
}

.privacy-policy a {
  color: rgb(0, 123, 255);
}

.float-right__ button.btn i.fa {
  margin-right: 0;
  font-size: 18px;
}

.product-page .speci-tab .nav-tabs .nav-link {
  background: #cccccc70;
  border-bottom: none;
  text-transform: none;
  font-size: 14px;
  color: #222;
}

main.main-containt.inner-containt {
  padding: 0;
}

@media (min-width: 1200px) {

  .container {
    max-width: 1140px;
  }
}

.btn.btn-secondary,
.btn.btn-secondary:active,
.btn.btn-secondary:focus {
  background: #6c757d;
  outline: none !important;
  box-shadow: none !important;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

footer#my-modal___BV_modal_footer_ button.btn,
footer#my-modal___BV_modal_footer_ button.btn:focus,
footer#my-modal___BV_modal_footer_ button.btn:active,
footer#my-modal___BV_modal_footer_ button.btn:hover {
  font-size: 16px;
  text-transform: none;
  background: #009fff;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  border: none;
}

.add-to-cart.rqst--qte {
  line-height: 1;
  border-radius: 3px !important;
}

.breadcrumb a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.breadcrumb a:hover {
  text-decoration: none;
  opacity: 0.8;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-edit {
  color: #007bff;
}

.btn-edit:hover {
  color: #0056b3;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.gmap iframe {
  width: 100%;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.vgt-wrap__footer .footer__row-count::after {
  right: 0px !important;
  margin-top: -8px !important;
  transform: translateY(-50%);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.blogcontent .card-header {
  background: #004990;
}

.blogcontent .card-body {
  padding: 0;
}

.blogcontent .card-body a.menu-item:before {
  display: none;
}

.blogcontent .card-body a.menu-item {
  padding: 15px 20px;
  margin: 0;
  line-height: 25px;
  text-transform: none;
  font-size: 16px;
}

.blogcontent .card.news-list {
  background: transparent;
  border: none;
  border-bottom: 1px solid #004990;
  border-radius: 0;
  padding: 20px 0;
}

.blogcontent .blog-descripe {
  margin: 20px 0;
}

.blogcontent .card.news-list h5.card-title a {
  color: #004990;
  font-size: 25px;
}

.blogcontent .card.news-list p {
  margin: 0;
}

.blogcontent .card.news-list .readmore--blog a {
  color: #004990;
  font-size: 15px;
  font-weight: 500;
}

.blogcontent .card.news-list:last-child{
  border-bottom: none;
  padding-bottom: 0;
  cursor: default;
}

.blogcontent .breadcrumb{
  padding: 0;
}

.foot_contact_d ul {
    padding-left: 0;
}

.foot_contact_d ul li {
    list-style: none;
    margin-bottom: 15px;
}

.foot_contact_d ul li a,
.foot_contact_d ul li {
    color: #fff;
    font-size: 16px;
    opacity: 0.7;
}

.foot_contact_d ul li a:hover,
.foot_contact_d ul li:hover {
    opacity: 1;
    color: #fff;
}

.foot_contact_d ul li a i.fa,
.foot_contact_d ul li i.fa {
    margin-right: 10px;
}

.privacy-policy p {
  margin-bottom: 0;
}

.billing-info .form-control {
  color: #222;
}

.colour_select h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.colour_select + div + footer {
  background: #004990;
}

.colour_select + div + footer .btn-secondary {
  background: #c31f33;
  border-color: #c31f33;
  box-shadow: none !important;
  outline: none !important;
}

.colour_select + div + footer .btn-primary {
  background: #28a745;
  border-color: #28a745;
  outline: none;
  box-shadow: none;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 5px;
}

#__BVID__10 .modal-dialog.modal-md {
    top: 50%;
    transform: translateY(-50%);
}

#__BVID__10 #inputGroupSelect01{
  border: 1px solid;
}

#my-modal___BV_modal_footer_ {
  display: none;
}