h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}
/*h1{
    font-size: 1.7em;
}
h2{
    font-size: 1.6em;
}
h3{
    font-size: 1.25em;
}
h4{
    font-size: 1.125em;
}
h5{
    font-size: 1em;
}
h6{
    font-size: .85em;
}*/
img {
  max-width: 100%;
  height: auto;
  padding: 0px;
  outline: none;
  border: none;
}
.img-auto {
  display: block;
  margin: auto;
}
.full-section {
  width: 100% !important;
  float: left;
}
.no-padding {
  padding: 0;
}
.nopadding-left {
  padding-left: 0;
}
.nopadding-right {
  padding-right: 0;
}
ul {
  list-style: none;
  margin: 0;
}
input,
button,
textarea,
select {
  outline: none;
}
.des-content .aligncenter {
  text-align: center;
  max-width: 100%;
}
.des-content table {
  width: 100%;
}
img.aligncenter {
  display: block;
  margin: auto;
}
.des-content ul {
  padding-left: 30px;
  list-style-position: outside;
}
.des-content h1,
.des-content h2,
.des-content h3,
.des-content h4,
.des-content h5,
.des-content h6 {
  font-weight: bold;
}
.des-content ol {
  padding-left: 30px;
}
.des-content ul li {
  list-style-type: disc;
}
.des-content figure,
.des-content figure.aligncenter {
  margin: 0px auto;
  max-width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
}
iframe {
  max-width: 100%;
}
.cls::after {
  content: "";
  display: block;
  clear: both;
}
.des-content table {
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}
.des-content table > tbody > tr > td,
.des-content table > tbody > tr > th,
.des-content table > tfoot > tr > td,
.des-content table > tfoot > tr > th,
.des-content table > thead > tr > td,
.des-content table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.des-content table > tbody > tr > td,
.des-content table > tbody > tr > th,
.des-content table > tfoot > tr > td,
.des-content table > tfoot > tr > th,
.des-content table > thead > tr > td,
.des-content table > thead > tr > th {
  border: 1px solid #ddd;
}
.des-content table > thead > tr > td,
.des-content table > thead > tr > th {
  border-bottom-width: 2px;
}
.des-content table > caption + thead > tr:first-child > td,
.des-content table > caption + thead > tr:first-child > th,
.des-content table > colgroup + thead > tr:first-child > td,
.des-content table > colgroup + thead > tr:first-child > th,
.des-content table > thead:first-child > tr:first-child > td,
.des-content table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.des-content table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
/*html, body {
  padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
*/
/*body {
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
}*/
body::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}
body::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background: #be100f;
  border-radius: 10px;
}
.back_to_top {
  height: 38px;
  width: 38px;
  border: 2px solid #333;
  background-color: transparent;
  line-height: 35px;
  text-align: center;
  color: #333;
  position: fixed;
  right: 20px;
  bottom: 30px;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 1000;
  display: none;
}
.back_to_top:hover {
  background: #be100f;
  border-color: #be100f;
  color: #fff;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-item-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-between {
  justify-content: space-between;
}

/*Hover Item Images 1*/
.item-hover1 {
  display: block;
  position: relative;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  overflow: hidden;
}
.item-hover1 img {
  width: 100%;
  height: auto;
  transition: all 0.4s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.item-hover1:hover img {
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -ms-filter: brightness(80%);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.background-item-hover1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  box-sizing: border-box;
  background-color: #d33;
  transition: all 0.4s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.icon-item-hover1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  box-sizing: border-box;
  -webkit-transform: translateY(-60px) scale(1.5);
  transform: translateY(-60px) scale(1.5);
  transition: all 0.45s;
}
.icon-item-hover1 .fal {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  font-size: 26px;
  color: #fff;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 20px;
  border: solid 1px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  text-align: center;
}
.icon-item-hover1 .fal:before {
  display: inline-block;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.item-hover1:hover .background-item-hover1 {
  opacity: 0.5;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}
.item-hover1:hover .icon-item-hover1 {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

/*Hover Item Images 2*/
.item-hover2 {
  overflow: hidden;
  position: relative;
  display: block;
}
.item-hover2:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.item-hover2:hover:before {
  -webkit-animation: shine 1.2s;
  animation: shine 1.2s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

@media (max-width: 479px) {
  .col-xxs-12 {
    width: 100%;
  }
}
span.wpcf7-not-valid-tip {
  float: left;
}
.des-content .wp-caption {
  max-width: 100%;
}

/* Responsive grid layout id-prd */
@media (min-width: 992px) {
  .id-prd-col {
    width: 20%;
    float: left;
    padding: 10px;
  }
  #searchform {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .id-prd-col {
    width: 25%;
    float: left;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .id-prd-col {
    width: 50%;
    float: left;
    padding: 10px;
    margin-bottom: 10px;
  }
}
