/*
 Theme Name:   ShatterGARD
 Description:  Custom Wordpress Theme for ShatterGARD Window Film
 Author:       CTRL+ALT Digital
 Author URI:   https://controlaltdigital.com
 Template:     betheme
 Version:      1.0.6
*/
p {
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  hyphenate-character: "\2013";
  text-justify: inter-character;
}
#Top_bar .menu > li > a span:not(.description) {
  /*padding: 0 10px !important;*/
  padding: 0 8px !important;
}
.header-cart-total {
  display: none;
}
#menu-footer-menu,
#menu-products-menu {
  background: none;
  padding: 0;
}
.widget_archive ul li,
.widget_nav_menu ul li {
  line-height: 10px;
  list-style: none;
}
.share_wrapper {
  display: none;
}
.gform_body #gform_fields_6 ul.flex-wrapper-1 {
  margin: 0;
}
.ui-accordion .ui-accordion-header {
  background: #fff;
  font-size: 18px;
  font-weight: bold;
}
.security-tip-inner-content {
  padding: 15px;
}
.security-tip-inner-content ul {
  list-style: disc inside;
}
ul.security-tips-nav li.active,
ul.security-tips-nav li:hover {
  font-weight: 600;
}
.loader-security-tips {
  border: 8px solid #000;
  border-radius: 50%;
  border-top: 8px solid #e43d3d;
  border-bottom: 8px solid #e43d3d;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  margin: 100px auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h2.section-title {
  text-align: center;
  color: #000;
  line-height: 1.2;
  font-size: 30px;
  /*text-transform: uppercase;*/
  margin: 0 0 15px;
}
section#banner {
  position: relative;
  min-height: calc(85vh - 75px);
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
}
.page-id-1943 #Subheader .title {
  display: none;
}
@media (max-width: 1024px) {
  section#banner {
    min-height: calc(100vh - 100px);
  }
}
section#banner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (min-width: 1280px) {
  section#banner video {
    height: 100%;
  }
}
section#banner .container {
  position: relative;
  z-index: 2;
}
section#banner .container h2 {
  text-align: left;
  color: #fff;
  font-size: 30px;
  max-width: 685px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  section#banner .container h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.btn {
  padding: 18px 35px;
  border: 2px solid #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  outline: 0;
  letter-spacing: 1px;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s ease-out;
}
.btn:focus {
  box-shadow: none;
  outline: 0;
}
.btn.btn-primary {
  background: #de2114;
  color: #fff;
  border: solid 2px #de2114;
}
.btn.btn-primary:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}
.btn.btn-outline-primary {
  background: none;
  color: #de2114;
  border-color: #000000;
}
.btn.btn-outline-primary:hover {
  background: #de2114;
  color: #fff;
  border-color: #de2114;
}
.btn.btn-light {
  background: #fff;
  color: #000;
  border: 0;
}
.btn.btn-light:hover {
  background: #de2114;
  color: #fff;
}
.btn.btn-outline {
  border-color: #000;
  color: #000;
}
.btn.btn-outline:hover {
  background: #de2114;
  border-color: #de2114;
  color: #fff;
}
.btn i {
  font-size: 15px;
  transition: all 0.3s ease-out;
}
.btn:hover {
  text-decoration: none !important;
}
.for-phone {
  display: none !important;
}
@media (max-width: 1024px) {
  .for-phone {
    display: block !important;
  }
}
.for-desktop {
  display: block !important;
}
@media (max-width: 1024px) {
  .for-desktop {
    display: none !important;
  }
}
.home section,
.single-product section {
  /* padding: 100px 0; */
  padding: 20px 16px;
}
.carousel-navigation,
#products .owl-nav {
  position: absolute;
  z-index: 500;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.carousel-navigation a.prev,
#products .owl-nav button.owl-prev,
.carousel-navigation a.next,
#products .owl-nav button.owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .carousel-navigation a.prev,
  #products .owl-nav button.owl-prev,
  .carousel-navigation a.next,
  #products .owl-nav button.owl-next {
    width: 25px;
    height: 25px;
  }
}
.carousel-navigation a i {
  font-size: 25px;
  color: #000;
}
@media (max-width: 1024px) {
  .carousel-navigation a i {
    font-size: 15px;
  }
}
.carousel-navigation a:hover {
  background: #de2114;
  text-decoration: none;
}
.carousel-navigation a:hover i {
  color: #fff;
}
.carousel-navigation a.next {
  right: -15px;
}
@media (max-width: 1024px) {
  .carousel-navigation a.next,
  #products .owl-nav button.owl-next {
    right: 2px;
  }
}
.carousel-navigation a.prev,
#products .owl-nav button.owl-prev {
  left: -15px;
}
@media (max-width: 1024px) {
  .carousel-navigation a.prev,
  #products .owl-nav button.owl-prev {
    left: 2px;
  }
}
section#clients .container {
  position: relative;
}
section#clients .container .item img {
  object-fit: contain;
}
@media (max-width: 1024px) {
  section#clients .container .item img {
    object-fit: cover;
  }
}
section#clients .container .carousel-navigation a {
  background: #000;
}
section#clients .container .carousel-navigation a:hover {
  background: #de2114;
}
section#clients .container .carousel-navigation a i {
  color: #fff;
}
section#products {
  padding: 0 0 20px;
}
section#products .container .row {
  margin: 0 -30px !important;
}
#Subheader ul.breadcrumbs {
  display: none !important;
}
@media (max-width: 1024px) {
  section#products .section-title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: left;
    margin-left: -15px;
    text-align: center;
  }
}
section#products .row > .col-md-4 {
  padding: 0 30px 30px;
}
section#products .section-title a {
  display: none;
  font-size: 14px;
  color: #de2114;
  text-align: right;
  white-space: nowrap;
  padding-bottom: 6px;
}
@media (max-width: 1024px) {
  section#products .section-title a {
    font-size: 13px;
  }
}
section#products .owl-carousel {
  margin: 0 -15px;
  width: calc(100% + 30px);
}
section#products .card {
  background: #fff;
  padding: 50px 20px;
  text-align: center;
  border: none;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  section#products {
    padding-bottom: 60px;
  }
  section#products .card {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  section#products .card {
    width: 75vw;
    margin: 0 auto;
  }
}
section#products .card .tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 25px;
  background: #de2114;
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
section#products .card img {
  width: 80%;
  height: 300px;
  object-fit: cover;
  border-radius: 0;
  margin: 0 auto;
}
section#products .card .card-body {
  padding: 10px 0 0;
}
section#products .card .card-body .card-title {
  font-size: 24px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 30px;
}
section#products .card .tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 25px;
  background: #de2114;
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
section#products .card .card-body .card-text {
  font-size: 16px;
  line-height: 24px;
  min-height: 96px;
  color: #000;
  margin: 0 0 5px;
  text-align: center;
  hyphens: none;
}
section#products .card .card-body p {
  text-align: center;
}
@media (max-width: 1024px) {
  section#products .card .card-body .card-text {
    min-height: 116px;
  }
  section#products .card img {
    height: 200px;
  }
}
section#testimonials {
  background: #000;
  position: relative;
  margin-top: -20px;
}
@media (max-width: 1024px) {
  section#testimonials {
    padding: 50px 0;
  }
}
section#testimonials .section-title {
  color: #fff;
}
section#testimonials .container {
  position: relative;
}
section#testimonials .container .item {
  background: #fff;
  padding: 30px;
  border-bottom: 4px solid #de2114;
  text-align: center;
}
section#testimonials .container .item h4 {
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
}
section#testimonials .container .item p {
  font-size: 16px;
  line-height: 24px;
  min-height: 192px;
  color: #000;
  margin-bottom: 25px;
  text-align: center;
}
section#testimonials .container .item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #de2114;
  margin: 0 auto 15px;
}
section#testimonials .container .item h5 {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 641px) {
  input[type="text"],
  textarea {
    width: 50% !important;
  }
}
@media (max-width: 1024px) {
  p {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 1024px) {
  .btn {
    padding: 12px 20px;
    font-size: 13px;
  }
}
.card {
  background: none;
}
.card-title .text-primary {
  color: #de2114 !important;
}
.text-primary {
  color: #de2114 !important;
}
section#our-work {
  padding-bottom: 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  section#our-work {
    padding: 30px 0;
  }
}
section#our-work p {
  margin-bottom: 25px;
}
section#our-work .product-gallary .item {
  height: 250px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: 0 0 30px;
  position: relative;
  transition: all 1s ease-out;
}
.postid-2203 section#our-work .product-gallary .item {
  height: auto;
  aspect-ratio: 325/239;
  object-fit: contain;
  position: relative;
}
.postid-1573 section#our-work .product-gallary .item,
.postid-1572 section#our-work .product-gallary .item,
.postid-1564 section#our-work .product-gallary .item {
  height: auto;
  aspect-ratio: 325/216;
  object-fit: contain;
}
section#our-work .product-gallary .item a {
  position: absolute;
  bottom: 10px;
  padding: 5px 8px;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  section#our-work .product-gallary .item a {
    pointer-events: none;
  }
}
section#our-work .product-gallary .item a:first-child {
  left: 10px;
}
section#our-work .product-gallary .item a:last-child {
  right: 10px;
}
section#our-work .product-gallary .item a.active {
  pointer-events: none;
  background: #e9e9e9;
  border-color: #e9e9e9;
  color: #000;
}
section#our-work .product-gallary .item .preload {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
}
section#technical-data {
  padding: 0;
  /*background-color: #f2f2f2;*/
}
section#technical-data h2 {
  text-align: center;
}
section#technical-data a {
  display: block;
  padding: 20px;
  margin: 0 0 20px;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section#technical-data a:hover {
  filter: invert(1);
  background: #fff;
}
section#technical-data a img {
  width: 35px;
  min-width: 35px;
  margin-right: 10px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}
section#technical-data a p {
  margin: 0;
  font-size: 14px;
  line-height: 15px;
  color: #000;
}
section#tabs {
  background-color: #e9e9e9;
  padding-bottom: 60px;
}
section#tabs .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0 0 0;
}
section#tabs .nav li {
  padding: 0 10px;
}
section#tabs .nav li button {
  padding: 3px 5px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  background: none;
  transition: all 0.3s;
}
section#tabs .nav li button:hover {
  color: #de2114;
}
section#tabs .nav li button.active {
  border-color: #de2114;
}
section#tabs .tab-content .tab-pane {
  padding: 60px;
}
section#tabs .tab-content .tab-pane .col-lg-3 > a > p {
  text-align: left;
}
section#tabs .tab-content .tab-pane p,
section#tabs .tab-content .tab-pane p span {
  font-size: 14px;
  color: #000;
  text-align: justify;
}
section#tabs .tab-content .tab-pane ul {
  list-style: disc;
}
section#tabs .tab-content .tab-pane ul li {
  font-size: 14px;
  color: #000;
  text-align: justify;
}
section#tabs .tab-content .tab-pane .table {
  margin: 0 0 30px;
}
section#tabs .tab-content .tab-pane .table * {
  background: none;
}
/*Product page tabs css end*/
/*product information css start*/
section#product-informaton {
  padding-bottom: 0;
  background-color: #e9e9e9;
}
section#product-informaton .product-img {
  position: relative;
}
section#product-informaton .product-img #product-img- {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  background: #fff;
  transition: all 1s;
  z-index: 1;
}
@media (max-width: 1024px) {
  section#product-informaton .product-img #product-img- {
    aspect-ratio: unset;
  }
}
section#product-informaton .product-img #product-img-carousel {
  background: #fff;
  width: 100%;
  margin-top: -8px;
}
@media (max-width: 1024px) {
  section#product-informaton .product-img #product-img-carousel {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
section#product-informaton .product-img #product-img-carousel .item {
  padding: 1rem 5px;
  display: block;
}
section#product-informaton .product-img #product-img-carousel .item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  background: #fff;
  border: 2px solid #000;
}
@media (max-width: 1024px) {
  section#product-informaton .product-img #product-img-carousel .item img {
    box-shadow: none;
  }
}
section#product-informaton .product-img .carousel-navigation {
  bottom: 48px;
  top: auto;
  z-index: 3;
  margin: 0 17px;
  width: calc(100% - 34px);
}
@media (max-width: 1024px) {
  section#product-informaton .product-img .carousel-navigation {
    margin: 0 -8px;
    width: calc(100% + 16px);
  }
}
section#product-informaton .product-img .carousel-navigation a {
  width: 30px;
  height: 30px;
  font-size: 15px;
}
section#product-informaton .product-description hr {
  color: #000;
  margin: 0 0 15px;
  background-color: #000;
}
section#product-informaton .product-description .rating {
  padding: 5px;
  border: 1px solid #dbdbdb;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 14px;
}
section#product-informaton .product-description p {
  font-size: 16px;
  line-height: 18px;
  margin: 10px 0 10px;
}
section#product-informaton .product-description p.instruction {
  font-weight: 700;
  color: #000;
  margin: 0 0 10px;
  text-align: justify;
}
section#product-informaton .product-description p .price {
  font-size: 24px;
  font-weight: 700;
}
section#product-informaton .product-description .instructions {
  background: #fff;
  padding: 2px 20px 0.1px;
}
section#product-informaton .product-description .instructions h5 {
  font-size: 17px;
  color: #de2114;
  text-align: center;
}
section#product-informaton .product-description .instructions h5 a {
  color: inherit;
  text-decoration: underline;
}
section#product-informaton .product-description .instructions .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -5px -20px;
}
@media (max-width: 1024px) {
  section#product-informaton .product-description .instructions .item {
    flex-direction: column;
  }
}
section#product-informaton .product-description .instructions .item .input {
  flex: 1 1 calc(calc(100% - 70px) / 3);
  padding: 0 5px;
}
section#product-informaton .product-description .instructions .item .input label {
  font-size: 12px;
  margin: 0 0 5px;
  line-height: 15px;
}
section#product-informaton .product-description .instructions .item .input input {
  width: 100%;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 12px;
  height: 30px;
  padding: 0 5px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}
section#product-informaton .product-description .instructions .item .input input::-webkit-outer-spin-button,
section#product-informaton .product-description .instructions .item .input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  margin: 0;
}
section#product-informaton .product-description .instructions .item a {
  display: none;
  width: 70px;
  min-width: 70px;
  font-weight: 700;
  color: #de2114;
  margin-top: 0px;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 1024px) {
  section#product-informaton .product-description .instructions .item a {
    margin-top: 10px;
  }
}
section#product-informaton .product-description .minimum {
  position: relative;
  margin: -20px 0 20px;
  padding-top: 40px;
}
.postid-2203 section#product-informaton .product-description .minimum {
  margin-top: 12px;
}
section#product-informaton .product-description .minimum .input input {
  transform: translateY(2px);
}
section#product-informaton .product-description .minimum .input p {
  margin: 5px 0 0;
  font-style: italic;
  color: red;
  font-size: 12px;
  text-align: justify;
}
section#product-informaton .product-description .minimum a#addmore {
  position: absolute;
  top: 0;
  right: auto;
  display: table;
  margin-left: auto;
  font-weight: 700;
  color: #de2114;
  left: auto;
  white-space: nowrap;
  cursor: pointer;
  padding: 7px;
  text-align: center;
  font-size: 14px;
  padding-left: 30px;
}
section#product-informaton .product-description #total-area {
  color: #000;
  font-size: 15px;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section#product-informaton .product-description #total-area .gtotal {
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0 10px 0 0;
}
section#product-informaton .product-description #total-area .total_amount {
  position: relative;
  top: -2px;
}
section#product-informaton .product-description #total-area .total_amount .woocommerce-Price-amount {
  font-size: 16px;
}
section#product-informaton .product-description #total-area .saving_amt {
  flex: 0 0 100%;
  line-height: 1;
}
section#product-informaton .product-description #total-area strong {
  display: block;
  font-size: 18px;
}
.product-img #product-img-main {
  width: 100% !important;
  object-fit: cover;
  background: #999;
  height: 903px;
  min-height: auto !important;
}
.postid-2203 .product-img #product-img-main {
  /*height: 449px !important;*/
  height: 620px !important
}
img.scale-with-grid,
.content_wrapper .product-img #product-img-main img {
  width: 100%;
}
#product-informaton .section-title {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.5rem;
  color: #000;
}
section#product-informaton .product-description p.price {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
section#product-informaton .instruction_wrap {
  background: #fff;
  padding: 15px;
  color: #e43d3d;
  font-size: 18px;
  font-weight: 600;
}
section#product-informaton .instruction_wrap a {
  text-decoration: underline;
}
/* .instructions .input .surface-area-qty {
  max-width: 75px;
} */
/*Product information css end */
.instructions .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
  background-color: #212529;
}
.instructions .btn-dark:hover {
  background-color: #424649;
}
.calender_wrap label {
  font-family: "Archivo";
  font-size: 14px;
  padding: 0;
  margin-bottom: 15px;
  color: #000;
}
.calender_wrap #datepicker_installation {
  width: 100% !important;
}
.calender_wrap .add_to_cart_with_installation {
  float: right;
}
.rev_slider_20_1_forcefullwidth {
  margin-top: -2px !important;
}
.mcb-item-placeholder-inner .placeholder {
  background-color: none !important;
  background: none;
}
#gform_fields_6 {
  width: 100%;
}
#gform_fields_6 .gfmc-row-1-col-1-of-1 {
  width: 50%;
  float: left;
}
#gform_fields_6 .gfmc-row-1-col-2-of-1 {
  width: 50%;
  float: left;
}
#gform_wrapper_6 .gfmc-row-1-col-1-of-1 input[type="text"],
#gform_wrapper_6 .gfmc-row-1-col-1-of-1 select,
#gform_wrapper_6 .gfmc-row-1-col-2-of-1 input[type="text"],
#gform_wrapper_6 .gfmc-row-1-col-2-of-1 select {
  width: 100% !important;
  padding: 10px !important;
  border-radius: 4px;
  height: 50px;
  margin: 0;
}
#gform_wrapper_6 .gfmc-row-1-col-1-of-1 textarea,
#gform_wrapper_6 .gfmc-row-1-col-2-of-1 textarea {
  width: 100% !important;
  padding: 10px !important;
  border-radius: 4px;
  height: 145px;
  margin: 0;
}
.gform_wrapper ul.gform_fields li.gfield {
  margin: 0;
  padding: 0;
  line-height: 20px !important;
}
.ginput_container.ginput_container_select:after {
  display: none;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield select.gfield_select {
  margin-bottom: 10px;
}
#field_6_22 {
  display: none;
}
.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
  margin: 15px 0 0;
}
@media (max-width: 767px) {
  #gform_fields_6 .gfmc-row-1-col-1-of-1,
  #gform_fields_6 .gfmc-row-1-col-2-of-1 {
    width: 96%;
    float: left;
    margin-right: 2%;
    left: 2%;
  }
  #gform_fields_4 .gfmc-row-1-col-1-of-2,
  #gform_fields_4 .gfmc-row-1-col-2-of-2 {
    width: 96%;
    float: left;
    margin-right: 2%;
    left: 2%;
  }
}
@media screen and (min-width: 991px) {
  .section.mcb-section.mcb-section-p2ahc9mlj.frox,
  .section.mcb-section.mcb-section-gal5dx24a,
  .section.mcb-section.mcb-section-t1raawhh2 {
    margin-right: 120px;
  }
}
@media screen and (min-width: 991px) {
  .section.mcb-section.mcb-section-gal5dx24a,
  .section.mcb-section.mcb-section-t1raawhh2 {
    margin-left: 120px;
  }
}
.video-card iframe {
  width: 100%;
  height: 400px;
}
.video-card h3 {
  text-align: center;
  font-family: Archivo;
  color: #666;
  font-weight: 600;
  padding: 10px;
}
.video-card .video {
  padding-bottom: 20px;
}
section#news-room {
  position: relative;
  min-height: calc(100vh - 75px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section#news-room .security-title {
  padding-top: 60px;
}
section#news-room:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/black-background-with-broken-glass.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: 1;
}
section#news-room .container {
  position: relative;
  z-index: 10;
}
section#news-room .accordion {
  max-height: 652px;
  overflow-y: auto;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  section#news-room .accordion {
    height: auto;
  }
}
section#news-room .accordion::-webkit-scrollbar {
  width: 5px;
  background-color: #e8e8e8;
}
section#news-room .accordion::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 0;
}
section#news-room .accordion .accordion-item {
  background: none;
  border: 0;
  margin-bottom: 5px;
}
section#news-room .accordion .accordion-item:first-of-type {
  border-radius: 0;
}
section#news-room .accordion .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
section#news-room .accordion .accordion-item:last-of-type {
  border-radius: 0;
}
section#news-room .accordion .accordion-item:last-of-type .accordion-button {
  border-radius: 0;
}
section#news-room .accordion .accordion-item .accordion-header {
  margin-bottom: 0;
}
section#news-room .accordion .accordion-item .accordion-header .accordion-button {
  outline: 0;
  box-shadow: none;
  background: #fff;
  font-size: 17px;
  color: #000;
  font-weight: 700;
  padding: 18px 15px;
}
section#news-room .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: #d3d3d3;
}
section#news-room .accordion .accordion-item .accordion-header .accordion-button:after {
  background-repeat: no-repeat;
  height: 50%;
  right: 10px;
  top: 15px;
  left: auto;
  width: 20px;
  background-image: var(--bs-accordion-btn-icon) !important;
}
section#news-room .accordion .accordion-item .accordion-header .accordion-button:after {
  filter: brightness(10) invert(1);
  opacity: 1 !important;
}
section#news-room .accordion .accordion-item .accordion-body ul {
  padding: 0 0 0 15px;
}
section#news-room .accordion .accordion-item .accordion-body ul li {
  font-size: 13px;
  list-style: disc;
  margin-bottom: 5px;
}
section#news-room .accordion .accordion-item .accordion-body ul li a {
  text-align: justify;
  hyphens: auto;
  display: block;
  letter-spacing: -0.5px;
  font-size: 13px;
}
@media (max-width: 992px) {
  section#news-room .accordion .accordion-item .accordion-body ul li a {
    text-align: left;
  }
}
section#security-tips .container {
  position: relative;
  z-index: 10;
}
section#security-tips .videosec {
  margin-bottom: 20px;
}
section#security-tips .videosec .iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
section#security-tips .videosec .carousel {
  position: relative;
}
section#security-tips .videosec .carousel .owl-carousel .item {
  position: relative;
  cursor: pointer;
}
section#security-tips .videosec .carousel .owl-carousel .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  pointer-events: none;
}
section#security-tips .videosec .carousel .owl-carousel .item:hover:before {
  background: none;
}
section#security-tips .videosec .carousel .owl-carousel .item iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
section#security-tips .videosec .main iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.accordion-button:not(.collapsed)::after {
  background-repeat: no-repeat;
  height: 50%;
  right: 15px;
  top: 15px;
}
.accordion-header {
  line-height: 25px;
  font-size: 17px;
}
.page-template-tpl-security-tips-new #Subheader {
  display: none;
}
#writeareview {
  background: #fff;
}
.success {
  padding: 0 0 20px 0;
}
.woocommerce a.remove {
  float: right;
}
.woocommerce table.shop_table td.product-name .variation {
  padding: 5px 0px 0px 0px;
}
.variation p {
  /* padding: 0px 3px 1px 15px; */
  padding: 0px 0px 0px 16px !important;
}
.woocommerce-Price-amount {
  font-size: 14px;
  font-weight: bold !important;
}
.woocommerce table.shop_table td.actions .coupon button.button {
  white-space: nowrap;
  width: 200px;
}
.woocommerce table.shop_table td.actions .coupon .input-text {
  font-size: 14px;
}
table.shop_table td {
  vertical-align: top !important;
}
table.shop_table.cart td .woocommerce-Price-amount {
  margin: 15px 0;
  display: block;
}
.woocommerce-billing-fields__field-wrapper input[type="text"] {
  width: 100% !important;
}
.woocommerce-thankyou-order-received {
  font-weight: bold;
}
rs-layer-wrap rs-module .rs-layer #slider-20-slide-29-layer-3 {
  width: 126.64px !important;
}
.woocommerce .cart-collaterals .cart_totals .shop_table,
.woocommerce-page .cart-collaterals .cart_totals .shop_table {
  font-size: 14px !important;
}
/* rs-module .rs-layer .buy-now-btn rev-btn rs-layer{
  width: 126.64px !important;
} */
/* .buy-now-btn .rev-btn .rs-layer{
  width: 126.64px !important;
} */
/* .modal-body{
  padding: 30px !important;
} */
.woocommerce table.shop_table td.product-name a,
.woocommerce table.shop_table td.product-name,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  font-size: 14px !important;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p,
.woocommerce-privacy-policy-text p,
.woocommerce-terms-and-conditions-checkbox-text {
  font-size: 14px;
}
.woocommerce table.shop_table td.product-remove .customize_url {
  padding: 5px 12px;
  border: 1px solid #d7d7d7;
  font-size: 14px;
  transition: all 0.3s;
}
.woocommerce table.shop_table td.product-remove .customize_url:hover {
  background: #d7d7d7;
  text-decoration: none;
}
.woocommerce ul#shipping_method li label {
  font-weight: bold;
}
dl > dt {
  width: 90px !important;
}
.woocommerce td.product-name dl.variation .variation-Dimension1 {
  padding-bottom: 5px;
}
.buy-now-btn {
  width: auto !important;
}
.wc_payment_method label {
  font-size: 14px;
}
.woocommerce-additional-fields #order_comments_field textarea.input-text {
  width: 100% !important;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  border: 0 !important;
}
.woocommerce-table--order-details tr td ul.wc-item-meta {
  margin: 10px 0 0;
}
.woocommerce-table--order-details tr td ul.wc-item-meta li {
  font-size: 11px;
}
.woocommerce-table--order-details tfoot tr td {
  font-weight: bold !important;
}
.single-product .modal-content {
  border-radius: 0;
}
.single-product .modal-content .modal-title {
  color: #000;
}
.single-product .modal-content .btn-close {
  background-color: transparent;
  box-shadow: none;
}
.single-product .modal-content .modal-body {
  padding: 35px;
  text-align: center;
}
.single-product .modal-content .modal-body .calender_wrap label {
  font-size: 16px;
  color: #000;
  text-align: center;
}
.single-product .modal-content .modal-body .calender_wrap input {
  border: 1px solid #000;
  box-shadow: none;
  outline: 0;
  text-align: center;
}
.single-product .modal-content .modal-body .calender_wrap input::placeholder {
  font-weight: 700;
}
.single-product .modal-content .modal-body .calender_wrap .add_to_cart_with_installation {
  float: none;
}
.datepicker-panel > ul > li[data-view="month current"] {
  background: rgb(196, 196, 196);
  background: linear-gradient(180deg, rgba(196, 196, 196, 1) 0%, rgba(154, 154, 154, 1) 70%);
  font-weight: 700;
}
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="month next"] {
  background: #d9d9d9 !important;
}
.datepicker-panel > ul > li.disabled {
  background: #d5d5d5 !important;
  color: #000 !important;
  box-shadow: 0 0 0 1px #fff;
}
.datepicker-panel > ul > li {
  background-color: #ebebeb;
  box-shadow: 0 0 0 1px #fff;
}
#Top_bar .logo {
  margin: 0 !important;
}
#Top_bar .logo img {
  width: auto;
}
.woocommerce ul.products li.product .desc p.card-text {
  min-height: 78px;
  line-height: 26px;
  display: block;
  text-align: center;
  hyphens: none;
}
#Header_wrapper + #Content {
  padding-top: 0;
}
.header-classic #Header .top_bar_left,
.header-classic #Header .top_bar_right {
  padding: 0;
}
#Top_bar .top_bar_right .top_bar_right_wrapper > a:last-child {
  display: none;
}
#total-area-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-no-sticky-padding #Top_bar.is-sticky #logo img.logo-sticky {
  max-height: 40px !important;
}
.gform_fields.top_label.form_sublabel_below.description_below {
  padding: 30px 80px;
}
.gform_fields.top_label.form_sublabel_below.description_below input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea,
.wp-block-search input[type="search"],
.dark input[type="email"],
.dark input[type="password"],
.dark input[type="tel"],
.dark input[type="text"],
.dark select,
.dark textarea {
  color: #626262;
  background-color: rgba(255, 255, 255, 1);
  border-color: #ebebeb;
  width: 100% !important;
  padding: 10px !important;
  border-radius: 4px;
  height: 50px;
  /* margin: 0 */
  margin-left: 120px;
}
.post-header .title_wrapper h1 {
  color: black;
  margin-bottom: 0;
  text-align: justify;
  hyphens: auto;
  hyphenate-character: "\2013";
  display: block;
  font-size: 28px !important;
  letter-spacing: 0;
}
#gform_4 .gform_body .flex-wrapper .gfield_select {
  padding: 0 10px !important;
  margin-top: 10px;
}
.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
  line-height: 1 !important;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0 !important;
}
/* .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label { font-size: 16px !important; font-weight: 500; letter-spacing: 0 !important; color: #353536; }
.gform_wrapper .ginput_complex .ginput_full input[type=text]#input_4_13_1 { margin-bottom: 33px !important; margin-top: 9px; }
.gform_wrapper .ginput_complex .ginput_full input[type=text]#input_4_4_1 { margin-top: 9px; } */
/* 
.gform_wrapper .ginput_complex .ginput_full #input_4.1 { margin-top: 5px; margin-bottom: 5px !important; }
.gform_wrapper .ginput_complex .ginput_full label#input_4_13_2_label { margin-bottom: 10px; margin-top: 30px !important; } */
.gform_wrapper .ginput_complex #input_4_4_4 {
  margin-top: 0 !important;
}
.gform_wrapper .ginput_complex .ginput_full input[type="text"]#input_4_4_2 {
  margin-bottom: 5px !important;
  margin-top: 5px;
}
.gform_wrapper .ginput_complex #input_4_4_5 {
  margin-top: 5px;
}
.gform_wrapper .ginput_complex .ginput_full input[type="text"]#input_4_4_1 {
  margin-top: 9px;
}
.gform_body .gform_fields .flex-wrapper .gfield #input_4_2,
.gform_body .gform_fields .flex-wrapper .gfield #input_4_3,
.gform_body .gform_fields .flex-wrapper .gfield #input_4_5,
.gform_body .gform_fields .flex-wrapper .gfield #input_4_14 {
  margin-bottom: 0 !important;
}
.gform_wrapper .gform_footer {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
#gform_4 .gform_body .flex-wrapper #input_4_7,
#gform_4 .gform_body .flex-wrapper #input_4_8 {
  margin-top: 0 !important;
}
#gform_4 .gform_body .flex-wrapper #field_4_14 .ginput_container {
  margin-top: 10px !important;
}
#gform_4 .gform_body .flex-wrapper #field_4_20 .gfield_label {
  margin-top: 0 !important;
}
.HeaderTitleBar h1 {
  margin-bottom: 0;
  font-size: 25px;
  color: #000 !important;
}
.HeaderTitleBar .mfn-list {
  display: flex;
  justify-content: flex-end;
}
.HeaderTitleBar .mfn-list li,
.HeaderTitleBar .mfn-list li i {
  color: rgba(0, 0, 0, 0.6) !important;
}
.HeaderTitleBar .mfn-list li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6) !important;
  padding-right: 10px;
}
.HeaderTitleBar .mfn-list li a:hover {
  text-decoration: underline;
}
#gform_wrapper_9 .gform_footer {
  margin: 0 !important;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 5px !important;
}
@media (max-width: 1024px) {
  .gform_fields.top_label.form_sublabel_below.description_below {
    padding: 30px 0;
  }
  .gform_wrapper .gform_footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #gform_wrapper_9 .gform_footer {
    padding: 0 !important;
  }
  .HeaderTitleBar h1 {
    font-size: 15px !important;
  }
  .HeaderTitleBar .mfn-list {
    display: none;
  }
}
#gform_fields_9 #input_9_10 {
  height: 242px;
}
section.security-tips .videosec .main {
  text-align: center;
}
section.security-tips .videosec .main iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 999px) {
  section.security-tips .videosec .main iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
section.security-tips .item h3 {
  font-size: 14px;
  text-align: center;
  color: black;
}
section.security-tips .item {
  cursor: pointer;
}
section.security-tips .carousel-navigation {
  width: 85%;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
section.security-tips h2.section-title {
  margin-bottom: 30px;
}
.inner-area-magazine {
  padding-top: 30px;
  padding-bottom: 30px;
}
.magazine-title {
  font-size: 14px;
  color: #555;
  font-weight: 600;
  line-height: 18px;
  min-height: 54px;
  margin-top: 20px;
  /*text-align: justify;*/
  text-align: left;
  hyphens: auto;
  hyphenate-character: "\2013";
  letter-spacing: 0;
}
.inner-area-magazine .col-lg-3 {
  margin: 0;
  padding: 0;
  border: 0.5px solid #ddd;
}
.inner-area-magazine .col-lg-3 .innet-card {
  padding: 35px 35px 25px;
}
.inner-area-magazine .col-lg-3 .innet-card p {
  line-height: 18px;
  font-size: 14px;
  margin: 0 0 10px;
}
.inner-area-magazine .col-lg-3 .innet-card p.title {
  min-height: 36px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .inner-area-magazine .col-lg-3 .innet-card p.title {
    text-align: left;
  }
}
.inner-area-magazine .col-lg-3 .innet-card p.excerpt {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inner-area-magazine .col-lg-3 .innet-card .magazine-expert {
  font-size: 14px;
  line-height: 18px;
  min-height: 60px;
  text-align: left;
  hyphens: auto;
  hyphenate-character: "\2013";
}
.inner-area-magazine .col-lg-3 .innet-card .img-wrapper {
  min-height: auto;
}
.inner-area-magazine .col-lg-3 .innet-card .img-wrapper img {
  aspect-ratio: 21/25;
  object-fit: contain;
  background: #ccc;
  margin: 0 0 10px;
}
/* .inner-area-magazine .col-lg-3 .innet-card .magazine-title { padding: 10px 20px 0; }
.inner-area-magazine .col-lg-3 .innet-card .magazine-expert { padding: 0 20px; }
.inner-area-magazine .col-lg-3 .innet-card .magazine-detail-link { display: inline-block; padding: 0 20px 15px; } */
.magazine-detail-link {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bolder;
}
.get_more_magazine_wrap {
  margin-bottom: 30px;
}
.magazine-loader {
  display: none;
}
.type-magazine .post-header {
  margin-top: 20px;
}
.type-magazine p {
  margin-top: 20px;
}
#Subheader .title {
  width: 100% !important;
}
#Subheader .title p {
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
}
/* #Subheader ul.breadcrumbs {
  width: 50% !important;
} */
#Subheader ul.breadcrumbs li p {
  margin-bottom: 0 !important;
}
#Subheader ul.breadcrumbs li a,
#Subheader ul.breadcrumbs li {
  font-size: 13px;
  color: #000 !important;
}
.entry-title a {
  display: block;
  text-align: justify;
  hyphens: auto;
  hyphenate-character: "\2013";
  letter-spacing: 0;
}
.magazine .post-header h1.entry-title {
  margin-bottom: 0;
}
.type-magazine .post-header .mcb-column-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.type-magazine .post-header .mcb-column-inner .button-love a.mfn-love {
  margin-top: 0;
}
.type-magazine .post-header .mcb-column-inner .title_wrapper {
  margin-left: 0;
}
.fixed-nav .desc {
  width: 210px !important;
  padding: 6px 10px !important;
}
.fixed-nav .desc h6 {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 5px !important;
}
.fixed-nav .date {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .type-magazine .post-header .mcb-column-inner {
    margin: 20px 0;
  }
  .magazine .post-header h1.entry-title {
    font-size: 18px !important;
    line-height: 23px;
    text-align: left;
  }
  .type-magazine .post-header .mcb-column-inner .title_wrapper {
    margin-left: 0;
    padding: 0;
  }
}
.category_grid_item_wrap {
  width: 100%;
}
.category_grid_item_wrap li {
  width: 20%;
  float: left;
  padding: 2%;
}
.category_grid_item_wrap li h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0;
}
.filters_wrapper {
  text-align: right;
}
.filters_wrapper span {
  line-height: 50px;
  padding-right: 10px;
}
.filters_wrapper select {
  width: 20% !important;
  float: right;
}
.filters_wrapper select option {
  font-family: "Source Code Pro", monospace;
}
#process-accordian .accordion-button {
  outline: 0;
  box-shadow: none;
  position: relative;
}
#process-accordian .accordion-item {
  border: 0 !important;
}
#process-accordian .accordion-button:after {
  left: auto;
  top: 50%;
  transform: translateY(-50%) !important;
  right: 20px !important;
  height: 20px;
  width: 20px;
  background-color: transparent;
  background-image: var(--bs-accordion-btn-icon) !important;
  z-index: 100;
  transition: 0.2s ease-in-out;
  opacity: 1;
  filter: invert(1);
}
#process-accordian .accordion-button:not(.collapsed)::after {
  background-color: transparent;
  opacity: 1;
  transform: translateY(-50%) rotate(180deg) !important;
}
#process-accordian .accordion-button:not(.collapsed) {
  background: #000;
  color: #fff;
}
.carousel-navigation a.prev i:before {
  content: "\f104" !important;
}
.carousel-navigation a.next i:before {
  content: "\f105" !important;
}
#performance-result-modal .modal-content .modal-body,
#phycical-data-modal .modal-content .modal-body {
  overflow-x: auto;
}
@media screen and (max-width: 1024px) {
  .inner-area-magazine .col-lg-3 .innet-card .img-wrapper {
    min-height: auto;
  }
  section#product-informaton .product-description .minimum,
  #total-area-wrapper {
    flex-wrap: wrap;
  }
  section#tabs .tab-content .tab-pane {
    padding: 30px 0 0;
  }
  section#tabs .tab-content .tab-pane .section .section_wrapper {
    padding: 0 !important;
  }
  section#product-informaton .product-description .instructions .item .input {
    width: 100%;
  }
  #description .mcb-column-inner .column_attr.align_justify,
  section#tabs .tab-content .tab-pane ul li,
  section#tabs .tab-content .tab-pane p {
    text-align: left !important;
    hyphens: none;
  }
  table th,
  table td {
    padding: 6px;
  }
}
@media screen and (max-width: 767px) {
  .category_grid_item_wrap li {
    width: 100%;
  }
  #Filters.only .filters_wrapper {
    text-align: left;
  }
  .filters_wrapper select {
    width: 100% !important;
  }
}

/*tf*/
@media only screen and (max-width: 767px) {
    
    #Side_slide #menu ul li.submenu .menu-toggle:after {
    content: "+";
    font-size: 50px;
}
.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:after, .woocommerce-form-login-toggle .woocommerce-info a.showlogin:after {
    content: '\e869';
    font-family: 'mfn-icons';
    position: relative !important;
    right: -4px !important;
    top: 0;
}
.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon, .woocommerce-form-login-toggle .woocommerce-info a.showlogin {
     margin-right: 0px !important; 
     margin-left: 0px !important; 
    position: relative;
    word-spacing: 0px !important;
}
    .column.mcb-column.mcb-item-f1or51q9q.one.tablet-one.mobile-one.column_column.tll > div > div > h1 {
    font-size:23px!important;
}

.content_wrapper .mcb-column-inner {
    margin: 0 0 -4px!important;
    height: auto!important;
}
.mfn-checkout-steps li:not(:last-child):after {
    content: '\e917';
    font-family: 'mfn-icons';
    position: absolute !important;
    right: 0;
    top: 25% !important;
    transform: translateY(-50%);
    opacity: .5;
}
.woocommerce table.shop_table_responsive tr td.product-remove, .woocommerce-page table.shop_table_responsive tr td.product-remove a.remove {
    display: flex;
}
}
body #gform_wrapper_11 .gform_footer, body #gform_wrapper_11 .gform_page_footer, body #gform_wrapper_11 #field_submit.gfield {
    text-align: center !important;
    justify-content: right;
}
.gform_legacy_markup_wrapper .gform_footer {
    padding: 0px 0 37px 0 !important;
    margin: 16px 0 0 0;
    clear: both;
    width: 100%;
}
.security-tips .bottomSec .section .accordion .accordion-button:after {
    right: -15px;
    top: 0;
}
.security-tips .bottomSec .section .accordion .accordion-button:after {
    height: 35px;
    width: 55px;
    right: -25px;
    top: 0 !important;
    background-color: #e8e8e8 !important;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
    background-repeat: no-repeat;
    opacity: 1;
    background-size: 25px;
    background-position: 50% 50%;
    filter: grayscale(1);
     border: 0px solid #000 !important; 
}
 .btns a{
    letter-spacing:1px!important;
}
@media only screen and (max-width: 1366px) {
  section#tabs .tab-content .tab-pane p, section#tabs .tab-content .tab-pane p span {
    font-size: 13px !important;
    color: #000;
    text-align: justify;
}
}
/*@media (max-width: 992px) {*/
/*    .woocommerce table.shop_table td.product-name .variation {*/
/*        padding-top: 0px !important;*/
/*    }*/
/*    .woocommerce table.shop_table th, .woocommerce table.shop_table td {*/
/*    padding: 21px 0px 0px !important;*/
/*    line-height: 1.4;*/
/*    background: none;*/
/*    box-shadow: 0 0 0 0;*/
/*    border-width: 0 0 1px 0;*/
/*    border-style: solid;*/
/*    border-color: var(--mfn-woo-border);*/
/*}*/
/*.cost-details div span:first-child {*/
/*    width: 125px !important;*/
/*    font-weight: bold;*/
/*    text-align: left;*/
/*    font-size: 12px !important;*/
/*}*/
/*.cost-details div span:last-child {*/
/*    text-align: right;*/
/*    font-size: 12px !important;*/
/*}*/
/*b, strong, dt {*/
/*    font-weight: 700;*/
/*    font-size: 12px !important;*/
/*}*/

/*}*/
/*tf*/
@media screen and (min-width: 768px) {
    

  #process-accordian .accordion-body {
    /*max-height: 260px;
    overflow-y: scroll;
    scrollbar-color: #de2114 #fff;*/
    text-align: justify;
  }
}
.highlight-sec {
  /*background: #e43d3d;*/
   /*background:#60b3e7;*/
  border: 6px solid #5394c6; 
  text-align: center !important;
  color: #000;
  padding: 10px 20px;
  margin: 20px 0;
  border-radius: 50px;
}
section#product-informaton .product-description .highlight-sec p {
        font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

/* 08-082025  security-tips/security-window-film-everything-you-need-to-know-by-jordan-frankel/ */
#post-2622 .the_content .the_content_wrapper ul li strong {
    font-size: 14px;
}
/* 08-08-2025 end */
.hover-over-oneliner {
  font-size: 1.1rem;
  font-weight: 600;
}
#product-details-tab-content .tab-pane .product-details-heading {
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}
#product-details-tab-content .tab-pane p .product-details-heading {
  margin-bottom: 0;
}
#product-details-tab-content .tab-pane p,
#product-details-tab-content .tab-pane > div {
  font-size: 14px;
}
#product-details-tab-content .tab-pane ul {
  margin-left: 15px;
}
#product-details-tab-content .tab-pane ul li {
  font-size: 14px;
}
#product-details-tab-content .tab-pane .product-details-heading img {
  margin-right: 5px;
}
.videosec .video-demostrate .item iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.videosec .video-demostrate .owl-dots {
  margin-top: 30px !important;
}
.videosec .video-demostrate .owl-dots .owl-dot span {
  background: #000;
  margin: 5px 2px;
  transition: all 0.3s;
}
.videosec .video-demostrate .owl-dots .owl-dot.active span {
  width: 50px;
  background: #e43d3d;
}
.security-tips {
  padding: 0 0 40px !important;
}
.security-tips .bottomSec {
  margin-top: 50px;
}
.security-tips .bottomSec .container .row {
  align-items: flex-start;
}
.security-tips .bottomSec .container .row .col-md-4 {
  padding: 0 30px;
}
.security-tips .bottomSec .section {
  height: 100%;
  padding: 30px;
  background: #e8e8e8;
  text-align: center;
}
.security-tips .bottomSec .section .accordion .accordion-item {
  background: transparent;
  border: 0;
}
.security-tips .bottomSec .section .accordion .accordion-button {
  background: transparent;
  font-size: 24px;
  text-transform: none;
  font-weight: 800;
  color: #000;
  text-align: center;
  border: 0;
  outline: 0;
  box-shadow: none;
  padding: 0;
  margin: 0 auto !important;
  display: table;
  overflow: visible;
}
.security-tips .bottomSec .section .accordion .accordion-collapse {
  height: auto !important;
  transition: none !important;
}
.security-tips .bottomSec .section .accordion .accordion-body {
  background: transparent;
  padding: 0;
  margin-top: 15px !important;
}
.security-tips .bottomSec .section .accordion .accordion-body p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  margin: 0;
}
.security-tips .bottomSec .section .accordion .accordion-button:after {
  height: 35px;
  width: 55px;
  right: -25px;
  top: -25px;
  background-color: #fff;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
  background-repeat: no-repeat;
  opacity: 1;
  background-size: 25px;
  background-position: 50% 50%;
  filter: grayscale(1);
  border: 2px solid #000;
}
@media (max-width: 1024px) {
  .security-tips .bottomSec .section .accordion .accordion-button:after {
    right: -15px;
    top: -35px;
  }
}
.security-tips .bottomSec .section .accordion .accordion-button:hover:after {
  background-color: #eee !important;
}
.security-tips .bottomSec .section img {
  margin-bottom: 20px;
}
.security-tips .bottomSec .section h2 {
  font-size: 24px;
  line-height: 35px;
  color: #000;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: none;
}
.security-tips .bottomSec .section p {
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
  hyphens: auto;
}
.security-tips .bottomSec .head {
  text-align: center;
  margin: 80px 0 50px;
}
.security-tips .bottomSec .head h1 {
  font-size: 30px;
  line-height: 40px;
  color: #000;
  font-weight: 800;
  margin-bottom: 5px;
}
.security-tips .bottomSec .head p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  text-align: center;
}
.security-tips .bottomSec .itemSec {
  text-align: center;
}
.security-tips .bottomSec .itemSec img {
  margin-bottom: 20px;
}
.security-tips .bottomSec .itemSec h4 {
  font-size: 24px;
  line-height: 35px;
  color: #000;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: none;
}
.security-tips .bottomSec .itemSec p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  section.security-tips .carousel-navigation {
    top: 40%;
  }
  .security-tips .bottomSec .container .row .col-md-4 {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .security-tips .bottomSec .section.secLeft {
    margin-bottom: 20px;
  }
  .security-tips .bottomSec .section {
    padding: 40px 20px;
  }
  .security-tips .bottomSec .head {
    margin: 50px 0;
  }
  .security-tips h2.section-title {
    font-size: 25px;
  }
}
.post-meta .author-date {
  display: none;
}
.has_content .the_content_wrapper {
  margin-bottom: 15px;
  text-align: justify;
}
.type-post .the_content_wrapper p {
  text-align: justify;
}
.video-section {
  padding-top: 10px;
}
.video-section .container::after {
  display: none;
}
.single-security_tips .list-nav {
  display: none;
}
.column_attr {
  padding-top: 20px;
}
.mcb-wrap-inner-vkmkz1gz {
  padding-top: 5px;
}
@media screen and (min-width: 1024px) {
  #gform_submit_button_9 {
    margin: 0 auto;
    display: table;
  }
}
.gform_wrapper.gf_browser_chrome .gform_body select {
  padding: 10px !important;
}
.gform_wrapper .gform_body select {
  margin: 0 0 20px;
}
span#input_4_4_4_container:after {
  display: none;
}
.section-post-header .post-header .mcb-column-inner {
  margin-bottom: 0;
}
form select option {
  font-family: "Source Code Pro", monospace !important;
}
.no-img > .post-desc-wrapper .post-desc .post-excerpt {
  display: block;
  text-align: justify;
  hyphens: auto;
  hyphenate-character: "\2013";
  letter-spacing: 0;
}
#Filters .filters_wrapper select {
  width: auto !important;
  padding: 0 35px 0 15px !important;
}
.fixed-nav.fixed-nav-prev,
.fixed-nav.fixed-nav-next {
  display: none;
}
.back_button_wrap {
  padding: 10px 0px 0px 15px;
}
.back_button {
  font-weight: bold;
  text-decoration: underline;
}
.footer_back_button_wrap {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.back_button_footer {
  font-size: 18px;
  padding: 15px;
  border: 1px solid;
  text-decoration: underline;
  font-weight: bold;
}
.back_button_footer img {
  vertical-align: middle;
}
.single-product section#tabs {
  background-color: #fff;
}
.single-product section#tabs #product-details-tab-content {
  background-color: #e8e8e8;
}
.single-product .has_content .the_content_wrapper {
  margin-bottom: 0px;
}
.need-healp-wrap {
  text-align: right;
  padding-top: 20px;
}
.vgard-instruct {
  margin-left: 2px;
  margin-bottom: 22px;
}
.woocommerce-variation-add-to-cart button.custom-add-tocart-button {
  display: none;
}
.woocommerce-variation-price-vgard {
  display: none;
}
.woocommerce-variation-price-vgard .woocommerce-Price-amount {
  color: #e43d3d;
}
.page-id-1204 .sections_group {
  padding: 40px 0;
}
#back_to_top {
  background-color: #e43d3d;
}
#back_to_top i {
  color: #fff;
}
section#product-informaton .product-description p.price del {
  text-decoration: none;
}
section#product-informaton .product-description p.price del .amount bdi {
  text-decoration: line-through;
}
.woocommerce div.product form.cart .button {
  flex: 0 0 175px;
}
#our-work .section-title {
  margin-bottom: 40px;
}
.datepicker-panel > ul,
.datepicker-container {
  width: 315px !important;
}
.datepicker-panel > ul > li {
  width: 45px !important;
  height: 45px !important;
  font-size: 15px;
  line-height: 45px !important;
}
.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 225px !important;
}
.calculator-wrap-container .instructions .btn {
  height: 50px;
  line-height: 46px;
  padding: 0;
}
.calculator-wrap-container .instructions .cal-btm {
  margin-bottom: 16px;
}
.calculator-wrap-container .instructions .cal-btm > .row {
  align-items: center;
}
.calculator-wrap-container .instructions .cal-btm #total-area-wrapper #total-area {
  margin-bottom: 0;
}
.calculator-wrap-container .instructions .cal-btm .btn {
  margin-bottom: 0;
}
.accordion .question > .title > .acc-icon-plus,
.accordion .question .title > .acc-icon-minus {
  left: 15px !important;
  top: 15px !important;
}
@media (max-width: 992px) {
  .product-img #product-img-main {
    height: 300px !important;
  }
  #Filters .mcb-column-inner {
    margin-left: 0;
    margin-right: 20px;
  }
  #Filters.only-categories .mcb-column-inner {
    margin-right: 0;
  }
  #Filters.only-categories .mcb-column-inner .category_filter {
    width: 100% !important;
  }
  .security-videos #security-tips .container {
    max-width: 100% !important;
    padding: 0 !important;
    margin-top: 20px;
  }
  section#news-room .accordion .accordion-item .accordion-header .accordion-button {
    padding-right: 35px;
  }
  section#product-informaton {
    padding: 30px 20px;
  }
  section#product-informaton > .container,
  .single-product section#tabs > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section#product-informaton .product-description .highlight-sec p {
    text-align: left;
    letter-spacing: 1px;
  }
  .single-product section#tabs #product-details-tab-content {
    padding: 0 20px;
  }
  .product-description form.cart,
  .woocommerce-variation-add-to-cart,
  section#product-informaton .product-description .instructions,
  .woocommerce .mfn-variations-wrapper .mfn-vr {
    flex-wrap: wrap;
  }
  .postid-2203 section#product-informaton .product-description .minimum {
    padding-left: 0;
    margin-bottom: 0;
  }
  .postid-2203 section#product-informaton .product-description .minimum,
  .postid-2203 section#product-informaton .product-description .need-healp-wrap {
    width: 100%;
  }
  .woocommerce .mfn-variations-wrapper .mfn-vr .mfn-vr-select {
    padding-right: 30px !important;
  }
  section#product-informaton .product-description .instructions .item {
    padding: 12px 10px;
    background: #f1f1f1;
  }
  .single-product div.product .product-description .price-line {
    display: flex;
    align-items: center;
    font-size: 14px;
    text-align: left;
    hyphens: none;
  }
  .single-product div.product .product-description .price-line p {
    line-height: 1;
    font-size: 14px;
    text-align: left;
    hyphens: none;
  }
  section#product-informaton .product-description p {
    line-height: 20px;
    font-size: 14px;
    text-align: left;
    hyphens: none;
  }
  #product-informaton .section-title {
    margin-top: 20px;
  }
  .video-section .container {
    flex-wrap: wrap;
  }
  .video-section .main-video-container,
  .video-section .video-list-container {
    height: auto !important;
    padding: 0;
    display: flex;
    overflow-x: scroll;
  }
  .video-section .main-video {
    height: auto !important;
    aspect-ratio: 16/9;
  }
  .video-section .list {
    flex: 0 0 152px;
  }
  .video-section .list-video {
    width: 100%;
  }
  section#products .card .card-body {
    min-height: 240px;
  }
  section#products .card .card-body .card-title .text-primary {
    font-size: 18px;
    line-height: 18px;
  }
  #our-work p.hover-over-oneliner {
    text-align: center;
  }
  .woocommerce form.cart #wc-stripe-payment-request-wrapper {
    width: 52% !important;
    height: 50px;
    margin-top: -8px;
  }
  .woocommerce div.product form.cart div.quantity {
    margin-bottom: 10px;
  }
  .woocommerce div.product form.cart .button {
    flex: 0 0 135px;
    margin-top: -7px;
  }
  section#product-informaton .product-description p.price {
    margin-top: -4px;
  }
  .be-page-2060 .section .section_wrapper .container {
    padding: 0 !important;
  }
  .category_grid_item_wrap li {
    padding: 0 !important;
    margin-bottom: 15px;
  }
  .product-description .variations_form .single_variation_wrap .instructions .minimum {
    padding-top: 0 !important;
    margin-top: 15px !important;
  }
  section#products .card {
    padding: 30px 15px 20px;
  }
  section#product-informaton .product-description #total-area .total_amount {
    top: 0;
  }
  .datepicker-panel > ul,
  .datepicker-container {
    width: 245px !important;
  }
  .datepicker-panel > ul > li {
    width: 35px !important;
    height: 35px !important;
    font-size: 13px;
    line-height: 35px !important;
  }
  .datepicker-panel > ul > li[data-view="years current"],
  .datepicker-panel > ul > li[data-view="year current"],
  .datepicker-panel > ul > li[data-view="month current"] {
    width: 175px !important;
  }
  .calculator-wrap-container .instructions .cal-btm #total-area-wrapper {
    margin-bottom: 15px;
  }
}
a.wc-cancel-order {
  margin-left: 10px !important;
}
.page-id-352 #banner .btn-secondary {
  background-color: #000;
}
.page-id-352 #banner .btn-secondary:hover,
.page-id-352 #banner .btn-secondary:focus {
  border-color: #fff;
}
#installation-schedule-modal .modal-header .btn-close {
  background-color: transparent;
}
#installation-schedule-modal #datepicker_installation {
  margin-bottom: 0;
}
.woocommerce .woocommerce-product-details__short-description {
  padding: 0 15px;
}
.postid-1602 form.cart {
  padding: 15px !important;
}
.postid-1602 .woocommerce .quantity a.quantity-change {
  width: 50px !important;
}
.postid-1602 div.product form.cart .button {
  height: 48px;
}
.page-id-1549 .woocommerce-shipping-destination {
  text-align: right;
}
.calculator-wrap-container .calculator_minimum .highlight-sec {
  margin-top: 25px !important;
}
.single-post h1.entry-title p,
.single-security_tips h1.entry-title p {
  text-align: left;
  line-height: 1.2;
}
#Wrapper > #Content {
  min-height: calc(100vh - 613px);
}
.gform_confirmation_wrapper {
  margin-top: 40px;
}
.HeaderTitleBar .tablet-one-second .column_attr {
  padding-top: 0;
}
@media (max-width: 768px) {
  #wc-stripe-cc-form .form-row-first,
  #wc-stripe-cc-form .form-row-last {
    width: 100%;
  }
  .woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
  .woocommerce td.product-name .wc-item-meta dt,
  .woocommerce td.product-name dl.variation .wc-item-meta-label,
  .woocommerce td.product-name dl.variation dt {
    width: 100% !important;
    text-align: left;
  }
  .variation p {
    padding: 0px 0px 0px 5px !important;
  }
  .post-type-archive-product .products_wrapper ul.products li.product {
    width: 100% !important;
  }
  .post-type-archive-product ul.products li.product .desc p.card-text {
    min-height: 26px !important;
  }
  .post-type-archive-product ul.products li.product p {
    margin: 0 0 25px;
  }
}
@media (max-width: 992px) {
  .woocommerce-page table.shop_table_responsive tr {
    margin-bottom: 30px;
  }
  .woocommerce-page table.shop_table_responsive tr td:last-child {
    border: 0;
  }
  .woocommerce-page table.shop_table_responsive tr td.product-remove a.remove {
    margin: 0 auto;
    float: none;
  }
  .woocommerce table.shop_table td.product-remove .customize_url {
    max-width: 110px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .variation p {
    padding: 0 !important;
  }
  .woocommerce table.shop_table td.product-name a {
    float: left;
    margin-bottom: 0;
    margin-top: 30px;
    width: 100%;
    text-align: left;
    display: block;
  }
  .woocommerce table.shop_table td.product-name:before {
    position: absolute;
    left: 15px;
  }
  .woocommerce table.shop_table td.product-name .variation {
    padding-top: 60px;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    margin-top: 0;
  }
  table.shop_table.cart td .woocommerce-Price-amount {
    margin: 0;
  }
  .woocommerce-page table.shop_table_responsive tr td.product-quantity .quantity {
    margin-top: 30px;
  }
  .woocommerce-form-coupon-toggle .woocommerce-info,
  .woocommerce-form-login-toggle .woocommerce-info {
    display: block !important;
  }
  #installation-schedule-modal .modal-dialog {
    margin-top: 35px;
  }
  .woocommerce-MyAccount-content .woocommerce-info {
    text-align: left;
  }
  .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
    float: none;
    margin-top: 10px;
  }
  section#products .owl-carousel .owl-nav {
    margin: 0 0 20px;
  }
  section#products {
    padding: 0 0 65px;
  }
  section#products .owl-carousel .owl-nav button {
    /* width: 30px;
    height: 30px; */
    border-radius: 50%;
    background: #000;
    border: 1px solid #000;
    opacity: 1;
  }
  section#products .owl-carousel .owl-nav button:focus {
    background: #000;
  }
  section#products .owl-carousel .owl-nav button.disabled {
    border: 1px solid #000;
    background: transparent !important;
    color: #000;
    pointer-events: none;
  }
  section#products .owl-carousel .owl-nav button span {
    color: #fff;
    font-size: 26px;
    line-height: 1;
    margin-top: -4px;
  }
  section#products .owl-carousel .owl-nav button.disabled span {
    color: #000;
  }
}
@media (max-width: 600px) {
  .woocommerce table.shop_table td.product-name a {
    left: 45px;
  }
  .woocommerce table.shop_table td.product-name:before {
    left: 45px;
  }
  .woocommerce-page table.shop_table_responsive tr td.product-quantity .quantity {
    margin-top: 0;
  }
}
.single-product table th,
.single-product table td {
  vertical-align: top !important;
}
/* recaptcha */
.g-recaptcha {
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
@media (max-width: 575px) {
  .g-recaptcha {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
}
@media (max-width: 480px) {
  .g-recaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
  }
}
@media (max-width: 375px) {
  .g-recaptcha {
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
  }
}
/* recaptcha end */
section#banner .d-table .btn.btn1 {
  padding: 18px 60px !important;
}
section#banner .d-table .btn.btn2 {
  padding: 18px 15px !important;
}
@media screen and (max-width: 1024px) {
  #warranty div p.button-wrap,
  #cleaning_instruction div p.button-wrap {
    text-align: center !important;
    width: 100%;
  }
}
@media screen and (min-width: 414px) {
  .breakdown::before {
    content: "\A";
  }
}
/**Before after home page css start**/
.card-anchor {
  width: 80%;
  margin: 0 auto;
}
.image-box {
  height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: 0 0 30px;
  position: relative;
  transition: all 1s ease-out;
  width: 100%;
  margin-bottom: 10px;
}
.image-box-mobile {
  height: 200px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: 0 0 30px;
  position: relative;
  transition: all 1s ease-out;
  width: 100%;
  margin-bottom: 10px;
}
.image-box-mobile .active {
  background-color: #e9e9e9;
  color: #000;
  border-color: #e9e9e9;
}
.image-box-mobile button {
  position: absolute;
  bottom: 10px;
  padding: 5px 8px;
  letter-spacing: 0;
  cursor: pointer;
}
.image-box-mobile button.before {
  left: 10px;
}
.image-box-mobile button.after {
  right: 10px;
}
.image-box .preload,
.image-box-mobile .preload {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
}
/**Before after home page css end**/
#clients .carousel {
  overflow: hidden;
}
#clients .carousel .js-marquee {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 24px;
}
#clients .carousel img {
  width: 240px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  /* Steps */
  .mfn-cart-step {
    padding: 40px 0 10px;
  }
  .mfn-cart-step .woocommerce .woocommerce-notices-wrapper .alert,
  .mfn-cart-step .woocommerce .woocommerce-message,
  .mfn-cart-step .woocommerce .woocommerce-NoticeGroup .alert {
    width: 100%;
  }
  .mfn-cart-step .woocommerce .woocommerce-cart-form,
  .mfn-cart-step-1 .woocommerce .cart-collaterals,
  .mfn-cart-step-2 .woocommerce .cart-collaterals,
  .mfn-cart-step-3 .woocommerce #customer_details,
  .mfn-cart-step-3 .woocommerce #order_review {
    margin-bottom: 40px;
  }
  .mfn-cart-step-1 .woocommerce {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .mfn-cart-step-1 .woocommerce .woocommerce-notices-wrapper {
    flex-basis: 100%;
    max-width: 100%;
  }
  .mfn-cart-step-1 .woocommerce .woocommerce-cart-form {
    flex-basis: 65%;
    max-width: 65%;
  }
  .mfn-cart-step-1 .woocommerce .cart-collaterals {
    flex-basis: calc(35% - 40px);
    max-width: calc(35% - 40px);
    margin-left: 40px;
  }
  .mfn-cart-step-2 .woocommerce {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .mfn-cart-step-2 .woocommerce .woocommerce-notices-wrapper {
    flex-basis: 100%;
    max-width: 100%;
  }
  .mfn-cart-step-2 .woocommerce .woocommerce-cart-form {
    flex-basis: 65%;
    max-width: 65%;
  }
  .mfn-cart-step-2 .woocommerce .cart-collaterals {
    flex-basis: calc(35% - 40px);
    max-width: calc(35% - 40px);
    margin-left: 40px;
  }
  .mfn-cart-step-3 .woocommerce .woocommerce-checkout {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .mfn-cart-step-3 .woocommerce .woocommerce-NoticeGroup {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .mfn-cart-step-3 .woocommerce #customer_details {
    flex-basis: 50%;
    max-width: 50%;
  }
  .mfn-cart-step-3 .woocommerce #order_review {
    flex-basis: calc(50% - 41px);
    max-width: calc(50% - 41px);
    margin-left: 40px;
  }
  .mfn-cart-step-3 #wc-stripe-payment-request-wrapper {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  .mfn-cart-step-3 #wc-stripe-payment-request-button-separator {
    width: 100%;
  }
  .mfn-checkout-steps {
    list-style: none;
    margin: 0 0 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mfn-checkout-steps li {
    display: flex;
    align-items: center;
  }
  .mfn-checkout-steps li:not(:last-child) {
    padding-right: 40px;
    margin-right: 40px;
    position: relative;
  }
  .mfn-checkout-steps li:not(:last-child):after {
    content: "\e917";
    font-family: "mfn-icons";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
  }
  .mfn-checkout-steps li .mfn-step-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 15px;
    border: 1px solid var(--mfn-woo-border);
    color: var(--mfn-woo-text-option-color-hover);
  }
  .mfn-checkout-steps li.active .mfn-step-number {
    background: var(--mfn-woo-bg-themecolor);
    color: #fff;
    border-color: transparent;
  }
  .mfn-cart-step-3 .woocommerce .woocommerce-checkout #customer_details .col-1,
  .mfn-cart-step-3 .woocommerce .woocommerce-checkout #customer_details .col-1,
  .mfn-cart-step-3 .woocommerce .woocommerce-checkout #customer_details .col-2,
  .mfn-cart-step-3 .woocommerce .woocommerce-checkout #customer_details .col-2 {
    width: 100%;
    float: none;
  }
  .mfn-checkout-steps li {
    font-size: 18px;
    font-weight: 600;
  }
}
.wc-cancel-order-page-template-default .col-1,
.wc-cancel-order-page-template-default .col-2 {
  width: 48% !important;
  float: left;
  padding-top: 20px;
}
.wc-cancel-order-page-template-default .wc-item-meta {
  list-style: none;
}
.wc-cancel-order-page-template-default .wc-item-meta p {
  text-align: center;
}
.page-id-868 .form-section-wrap {
  margin-top: -40px;
}
.page-id-868 .form-section-wrap .column_attr {
  padding-top: 0px;
}
.page-id-868 .form-section-wrap .column_attr .gform_wrapper {
  margin-top: 0px;
}
.page-id-868 .gform_legacy_markup_wrapper .gform_footer {
  padding: 0px 0 10px 0;
  margin: 0;
}
.postid-1573 .treated-untreated {
  display: none !important;
}
.postid-1573 .untreated-mobile,
.postid-1573 .treated-mobile {
  display: none !important;
}
.page-id-352 #idiotbox {
  padding-top: 40px;
  padding-bottom: 40px;
}
.share-button-magazine-right-wrap .sharethis-inline-share-buttons {
  text-align: right !important;
  padding-top: 30px;
}
.share-button-magazine-right-wrap .button-div {
  padding-right: 0px;
}
.right-side-share-button {
  width: 100%;
  padding-right: 20px;
}
.right-side-share-button .sharethis-inline-share-buttons {
  text-align: right !important;
  padding-top: 20px;
}
.left-side-share-button {
  background-color: #e9e9e9;
  padding-bottom: 20px;
}
.sharethis-inline-share-buttons .st-btn {
  display: inline-block !important;
}
@media only screen and (min-width: 959px) {
  .left-column-share-button {
    float: left;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 958px) {
  .left-column-share-button {
    float: right;
  }
}
.postid-1573 .hover-over-oneliner {
  display: none !important;
}
/*** Shop Before After start ***/
.image-box-new .preload {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
}
.image-box-new {
  height: 432px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: 0;
  position: relative;
  transition: all 1s ease-out;
  width: 100%;
}
/*** Shop Before After end ***/
/* New Css 18-09-2024  */
#idiotbox .accordion-body p {
  min-height: 280px;
}
@media only screen and (max-width: 767px) {
  #idiotbox .accordion-body p {
    min-height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .be-page-2060 .left-column-share-button {
    float: none;
    margin-top: 20px;
  }
  .be-page-2060 .filters_wrapper {
    margin-top: 0 !important;
  }
  .be-page-2060 .entry-title a {
    text-align: left;
  }
  .be-page-2060 .post-desc .post-excerpt {
    text-align: left;
  }
  .be-page-2060 .posts_group .post-item {
    margin-bottom: 10px;
  }
  .type-post.post .the_content_wrapper,
  .type-post.post .the_content_wrapper p {
    text-align: left;
  }
}
.page-id-352 .item .card button.btn {
  margin: 0 !important;
}

.post-type-archive-product .image-box-mobile button.btn {
  margin: 0 !important;
}

.st-btns .st-btn {
  width: 160px !important;
}

.st-btns .st-btn > span {
  text-align: left !important;
}

/* All Blogs list li text wrap 13-08-2025 */
@media (max-width: 479px) {
    p {
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  hyphenate-character: "\2013";
  text-justify: inter-character;
}
#Content .post-wrapper-content .the_content .the_content_wrapper li,
#Content .post-wrapper-content .the_content .the_content_wrapper li strong {
   text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-justify: inter-character;
}

}
/* 13-08-2025 end*/
/* Press Room - > Read More Button move 01-09-2025 */
#Content .post-desc-wrapper .post-footer .post-links
 {
     float:left !important;
 }
 
 
 
.add-to-cart-btn-direct, .single_add_to_cart_button{
     border: solid 2px #212529 !important;
 }
/* 01-09-2025 end*/

section#product-informaton .product-img #product-img-carousel {
        padding-left: 20px;
    padding-right: 20px;
}
section#product-informaton .product-img .carousel-navigation a {
    margin-bottom: 14px;
}

a.mfn-woo-cart-link {
    display: block;
    text-align: center;
    margin-top: 0px !important;
    padding: 20px !important;
    
}

/*-----------16-10-2025------------*/


/*.postid-1553 #phycical-data-modal .modal-content {*/
/*    height: 650px !important;*/
/*}*/


/*########## StomGAARD POP-UP ######################*/
/*#phycical-data-modal .tb-title {*/
/*  display: flex;               */
/*  justify-content: space-between; */
/*  align-items: center;          */
/*  margin: 0;                   */
/*}*/
/*#phycical-data-modal .tb-first {*/
/*     font-size: 12px !important;*/
/*  text-align: left;*/
/*}*/
/*#phycical-data-modal .tb-second {*/
/*  text-align: right;*/
/*}*/
/* #phycical-data-modal .modal-body {*/
/*   padding-top : 0px !important; */
/*   padding-bottom : 0px !important; */
/*}*/
/*@media (min-width: 992px) {*/
/*#phycical-data-modal .modal-lg {*/
/*   --bs-modal-width: 1300px !important;*/
/*}*/
/*#phycical-data-modal .modal-header {*/
/*    padding : 2px !important;*/
/*    padding-left : 5px !important;*/
/*    padding-right : 5px !important;*/
/*    font-size:8px;*/
/*}*/

/*#phycical-data-modal table th,td {*/
/*    font-size:12px !important;*/
/*    padding: 0px !important;*/
/*}*/
/*}*/
/*########## BurglarGARD POP-UP ######################*/
/*.postid-1553 #phycical-data-modal .tb-title {*/
/*  display: flex;               */
/*  justify-content: space-between;*/
/*  align-items: center;         */
/*  margin: 0;                    */
/*}*/

/*.postid-1553 #phycical-data-modal .tb-first {*/
/*     font-size: 12px !important;*/
/*  text-align: left;*/
/*}*/

/*.postid-1553 #phycical-data-modal .tb-second {*/
/*  text-align: right;*/
/*}*/
/*.postid-1553 #phycical-data-modal .modal-body {*/
/*   padding-top : 0px !important; */
/*   padding-bottom : 0px !important; */
/*}*/
/*@media (min-width: 992px) {*/
/*.postid-1553 #phycical-data-modal .modal-lg {*/
/*   --bs-modal-width: 1300px !important;*/
/*}*/
/*.postid-1553 #phycical-data-modal .modal-header {*/
/*    padding : 2px !important;*/
/*    padding-left : 5px !important;*/
/*    padding-right : 5px !important;*/
/*    font-size:8px;*/
/*}*/

/*.postid-1553 #phycical-data-modal table th,td {*/
/*    font-size:12px !important;*/
/*    padding: 0px !important;*/
/*}*/
/*}*/
/*########## ScratchGARD POP-UP ######################*/
/*.postid-1573 #phycical-data-modal .tb-title {*/
/*  display: flex;               */
/*  justify-content: space-between;*/
/*  align-items: center;         */
/*  margin: 0;                    */
/*}*/

/*.postid-1573 #phycical-data-modal .tb-first {*/
/*     font-size: 12px !important;*/
/*  text-align: left;*/
/*}*/

/*.postid-1573 #phycical-data-modal .tb-second {*/
/*  text-align: right;*/
/*}*/
/*.postid-1573 #phycical-data-modal .modal-body {*/
/*   padding-top : 0px !important; */
/*   padding-bottom : 0px !important; */
/*}*/
/*@media (min-width: 992px) {*/
/*.postid-1573 #phycical-data-modal .modal-lg {*/
/*   --bs-modal-width: 1300px !important;*/
/*}*/
/*.postid-1573 #phycical-data-modal .modal-header {*/
/*    padding : 2px !important;*/
/*    padding-left : 5px !important;*/
/*    padding-right : 5px !important;*/
/*    font-size:8px;*/
/*}*/

/*.postid-1573 #phycical-data-modal table th,td {*/
/*    font-size:12px !important;*/
/*    padding: 0px !important;*/
/*}*/
/*}*/
/*########## BlastGAARD POP-UP ######################*/
/*.postid-1572 #phycical-data-modal .tb-title {*/
/*  display: flex;               */
/*  justify-content: space-between;*/
/*  align-items: center;         */
/*  margin: 0;                    */
/*}*/

/*.postid-1572 #phycical-data-modal .tb-first {*/
/*     font-size: 12px !important;*/
/*  text-align: left;*/
/*}*/

/*.postid-1572 #phycical-data-modal .tb-second {*/
/*  text-align: right;*/
/*}*/
/*.postid-1572 #phycical-data-modal .modal-body {*/
/*   padding-top : 0px !important; */
/*   padding-bottom : 0px !important; */
/*}*/
/*@media (min-width: 992px) {*/
/*.postid-1572 #phycical-data-modal .modal-lg {*/
/*   --bs-modal-width: 1300px !important;*/
/*}*/
/*.postid-1572 #phycical-data-modal .modal-header {*/
/*    padding : 2px !important;*/
/*    padding-left : 5px !important;*/
/*    padding-right : 5px !important;*/
/*    font-size:8px;*/
/*}*/

/*.postid-1572 #phycical-data-modal table th,td {*/
/*    font-size:12px !important;*/
/*    padding: 0px !important;*/
/*}*/
/*}*/
/*########## VehicalGAARD POP-UP ######################*/
/*.postid-2203 #phycical-data-modal .tb-title {*/
/*  display: flex;               */
/*  justify-content: space-between; */
/*  align-items: center;          */
/*  margin: 0;                  */
/*}*/

/*.postid-2203 #phycical-data-modal .tb-first {*/
/*     font-size: 12px !important;*/
/*  text-align: left;*/
/*}*/

/*.postid-2203 #phycical-data-modal .tb-second {*/
/*  text-align: right;*/
/*}*/
/*.postid-2203 #phycical-data-modal .modal-body {*/
/*   padding-top : 0px !important; */
/*   padding-bottom : 0px !important; */
/*}*/
/*@media (min-width: 992px) {*/
/*.postid-2203 #phycical-data-modal .modal-lg {*/
/*   --bs-modal-width: 1300px !important;*/
/*}*/
/*.postid-2203 #phycical-data-modal .modal-header {*/
/*    padding : 2px !important;*/
/*    padding-left : 5px !important;*/
/*    padding-right : 5px !important;*/
/*    font-size:8px;*/
/*}*/

/*.postid-2203 #phycical-data-modal table th,td {*/
/*    font-size:12px !important;*/
/*    padding: 0px !important;*/
/*}*/
/*}*/


/*#########------31-10-2025------######*/
/*########## StomGAARD POP-UP ######################*/

/* ######################## Product Page Text Field Stepper ################################################## */

.form-step-highlight {
    border: 3px solid #ff0000 !important;
    box-shadow: 0 0 15px rgba(255,0,0,0.6);
    transition: 0.3s ease;
}

.form-step-dim {
    opacity: 0.4;
}

.form-error {
    border: 3px solid #ff0000 !important;
    animation: shake 0.3s;
}
/*.button-highlight {*/
/*    box-shadow: 0 0 20px rgba(255,0,0,0.8);*/
/*    border: 3px solid red !important;*/
/*}*/
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

/* ############################ IP tracking image blur ######################################### */
img.tp-rs-img.rs-lazyload {
    filter: brightness(0.5);
}

/*blur image display hide*/
#slider-22-slide-31-layer-2 img{
  display: none !important;
}
#slider-24-slide-33-layer-1 img{
  display: none !important;
}
#slider-23-slide-32-layer-1 img{
   display: none !important;
}
#slider-21-slide-30-layer-1 img{
    display: none !important; 
}
#slider-25-slide-34-layer-2 img{
    display: none !important; 
}

/*heading text*/
/* ############################ IP tracking image blur end ######################################### */
/* ############################ Product Banner ######################################### */
#slider-22-slide-31-layer-8 h1{
  margin-bottom: 15px !important;
}
#slider-24-slide-33-layer-6 h1{
  margin-bottom: 15px !important;
}
#slider-21-slide-30-layer-6 h1{
  margin-bottom: 15px !important;
}
#slider-23-slide-32-layer-6 h1{
   margin-bottom: 15px !important;   
}

/* ############################ Product Bannerr end ######################################### */
/*---new css form ---*/
.gform_wrapper.gravity-theme .gform_fields {
    display: block !important;
    
}
.page-id-868 li.gfmc-column50 {
    padding: 5px;
}

.page-id-2426 li.gfmc-column50 {
    padding: 5px;
}

.page-id-1364 li.gfmc-column50 {
    padding: 5px;
}

.page-id-1943 li.gfmc-column50 {
    padding: 5px;
}


.page-id-2426 .gform-footer.gform_footer.top_label {
    justify-content: center !important;
}
.page-id-2426 #gform_drag_drop_area_11_13 {
    height: 120px;
    margin-bottom: 30px;
}

.page-id-868 .ginput_container input,
/*.page-id-868 .ginput_container select,*/
.page-id-868 .ginput_container textarea {
    margin-top: 10px !important;
}
.page-id-868 .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 0px !important;
}
.page-id-868 .gfield--type-select .ginput_container{
    margin-top: 10px !important;
}

.page-id-868 .gform_wrapper.gravity-theme .ginput_container_address span#input_4_4_4_container {
    margin-top: 10px !important;
}

@media only screen and (max-width: 767px) {
   .page-id-2426 .content_wrapper .section_wrapper, .container, .four.columns .widget-area {
        max-width: 700px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
   .page-id-2426 #gform_wrapper_11 {
    padding: 12px; 
        
    }
    .gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
    display: block !important;
}

.page-id-868 .gfield--type-fileupload{
margin-top: 14px  !important;
}

}




/*cancle email request*/ 


/* Hide anchor group (top bar etc.) ONLY on this page */
body.single-wc-cancel-order-page .ancr-group.ancr-pos-top {
    display: none !important;
}



/*body.single-wc-cancel-order-page */
/*.woocommerce-table__product-name.product-name > a,*/

body.single-wc-cancel-order-page 
.woocommerce-table__product-name.product-name > a:not([href*="ongard"]),
body.single-wc-cancel-order-page 
.woocommerce-table__product-name.product-name > a:not([href*="ongard"]) ~ .product-quantity,
body.single-wc-cancel-order-page 
.woocommerce-table__product-name.product-name > a:not([href*="ongard"]) ~ button,
body.single-wc-cancel-order-page 
.woocommerce-table__product-name.product-name > a:not([href*="ongard"]) ~ div {
    display: none !important;
}

body.single-wc-cancel-order-page 
.woocommerce-table__product-name.product-name > button,
body.single-wc-cancel-order-page 
.woocommerce-table__product-name.product-name > div {
    display: none !important;
}


body.single-wc-cancel-order-page 
.woocommerce-table__product-name.product-name > .product-quantity {
    display: none !important;
}


body.single-wc-cancel-order-page 
.woocommerce-table__product-name.product-name > p {
    text-align: center;
}

body.single-wc-cancel-order-page .container.mb-4.mt-4.text-center {
    display: none !important;
}


/*shankar*/
/* =========================================
   FINAL MOBILE OVERFLOW FIX
========================================= */

@media only screen and (max-width:767px){

html,
body,
#Wrapper{
    overflow-x:hidden !important;
    width:100% !important;
    max-width:100% !important;
}

/* =========================================
   REVOLUTION SLIDER FIX
========================================= */

#rev_slider_22_1_wrapper,
rs-module-wrap{
    left:0 !important;
    width:100% !important;
    max-width:100% !important;
    position:relative !important;
    overflow:hidden !important;
}

#rev_slider_22_1,
rs-module,
rs-slides,
rs-slide{
    width:100% !important;
    max-width:100% !important;
}

/* =========================================
   FIX SLIDER LAYERS
========================================= */

#slider-22-slide-31-layer-1{
    left:15px !important;
    width:90% !important;
}

#slider-22-slide-31-layer-8{
    left:15px !important;
    width:90% !important;
}

/* =========================================
   FIX BUTTON SECTION
========================================= */

.banner_main_section{
    width:100% !important;
    display:flex !important;
    flex-direction:column !important;
    gap:10px !important;
}

.banner_main_section a{
    width:100% !important;
}

/* =========================================
   REMOVE OVERFLOW FROM ROWS
========================================= */

section#products .container .row{
    margin-left:0 !important;
    margin-right:0 !important;
}

/* =========================================
   FIX SPLIDE ARROWS
========================================= */

.splide__arrows .splide__arrow--prev{
    margin-left:0 !important;
}

.splide__arrows .splide__arrow--next{
    margin-right:0 !important;
}

/* =========================================
   PRODUCT IMAGE FIX
========================================= */

.product-img #product-img-main{
    height:auto !important;
}

/* =========================================
   FORM FIX
========================================= */

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea{
    margin-left:0 !important;
}

/* =========================================
   POPUP FIX
========================================= */

.promo-floating-box{
    right:10px !important;
    width:280px !important;
    max-width:90% !important;
}

}


/*gvt*/

/* MOBILE REVOLUTION SLIDER FIX */

@media only screen and (max-width:767px){

html,
body{
    overflow-x:hidden !important;
}

/* FIX LEFT SPACE */
#rev_slider_22_1_wrapper,
rs-module-wrap{
    left:0 !important;
    max-width:100% !important;
}

/* FIX EXTRA BOTTOM GRAY HEIGHT */
rs-fw-forcer{
    height:auto !important;
    min-height:0 !important;
}

/* FIX CONTENT WIDTH */
#slider-22-slide-31-layer-1,
#slider-22-slide-31-layer-8{
    width:90% !important;
    left:15px !important;
}

}


body{
    left:0 !important;
}

.ancr-top-spacer{
    height:32px;
}

@media (max-width: 768px) {
    .banner_main_section {
        gap: unset !important;
    }
}


/*All article padding issue fixed*/

/* Desktop */
@media only screen and (min-width: 1240px) {

    .single-security_tips .the_content_wrapper p,
    .single-security_tips .the_content_wrapper ul,
    .single-security_tips .the_content_wrapper li {
        text-align: left !important;
        hyphens: none;
    }

    .single-security_tips .section_wrapper {
        justify-content: center !important;
    }

    .single-security_tips .the_content_wrapper {
        width: 85% !important;
    }

    .single-security_tips #Subheader .title {
        margin: 0 88px !important;
    }

    .single-security_tips .back_button {
        margin: 0 88px !important;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {

    .single-security_tips .the_content_wrapper p,
    .single-security_tips .the_content_wrapper ul,
    .single-security_tips .the_content_wrapper li {
        text-align: left !important;
        hyphens: none;
    }

    .single-security_tips .section_wrapper {
        margin: 0 15px !important;
    }

    .single-security_tips #Subheader .title {
        margin: 0 15px !important;
    }

    .single-security_tips .back_button {
        margin: 0 15px !important;
    }
}


/* Mobile */
@media only screen and (max-width: 767px) {

    .single-security_tips .the_content_wrapper p,
    .single-security_tips .the_content_wrapper ul,
    .single-security_tips .the_content_wrapper li {
        text-align: left !important;
        hyphens: none;
    }

    .single-security_tips .section_wrapper {
        margin: 0 15px !important;
    }

    .single-security_tips #Subheader .title {
        margin: 0 15px !important;
    }

    .single-security_tips .back_button {
        margin: 0 15px !important;
    }
}

/* All article padding issue fixed end */

@media only screen and (max-width: 767px) {
    #Footer .widgets_wrapper #block-3 h6 {
        display: inline-block !important;
    }
}