/** Shopify CDN: Minification failed

Line 2097:1 Unexpected "*"
Line 2100:1 Unexpected "*"

**/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap");
/*font-family: 'Open Sans', sans-serif;*/

body {
  background: #fff;
  margin: 0;
  font: 14px "Montserrat", sans-serif;
  line-height: 1.5rem;
}

hr {
  border-top-color: #cccccc;
  /*Updated by Chetu Team on 05th September, 2024*/
  margin-bottom: 2%;
}

a {
  text-decoration: none !important;
}
a:hover {
  color: #000;
}
a,
.header,
.logo img,
.menu,
.btn,
.header.full,
.nav ul,
.row,
.header.full,
.header.full .headertop,
.social i:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu ul li a {
  color: #fff;
}
h1,
h2,
h3,
h4 {
  font-size: 50px;
  margin: 20px 0;
  padding: 0;
  font-weight: 700;
  color: #001b5d;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 2rem;
}
h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
h4 {
  color: #001b5d !important;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
.line-bg {
  text-align: left;
  display: inline-block;
  position: relative;
  color: #001b5d;
  width: 100%;
  border-bottom: 1px solid #001b5d;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.title-section {
  font-weight: 700 !important;
  font-size: 2rem !important;
}

.subtitle-section {
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-weight: 700 !important;
  font-size: 12px !important;
}
/*.line-bg::before, .line-bg::after{content: ''; background: #0063fb; width:460px; height: 1px; position: absolute; top: 14px;}
.line-bg::before{left: 0;}
.line-bg::after {right:0;}*/

.top-btm-space-lg {
  padding-bottom: 75px !important;
  /*padding-top: 75px;                   //Commented on 22nd August, 2024 By Chetu Development Team.    */
}
.top-btm-space {
  padding-bottom: 30px;
  padding-top: 30px;
}
.top-btm-space-sm {
  padding-top: 25px;
  padding-bottom: 25px;
}
.arowtext {
  display: inline-block;
}
.arrow {
  vertical-align: baseline;
}

.header {
  animation: smoothScrollUp;
  position: fixed;
  width: 100%;
  z-index: 99;
  height: auto;
  padding: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.headertop {
  background: #535353;
  color: #fff;
  text-transform: uppercase;
}
.header.full {
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
}
.announcement-bar {
  background-color: #d7e6f0 !important;
}
.announcement-bar__message {
  color: #001b5d !important;
  font-size: 15px !important;
}
.no-shrink {
  animation: smoothScrollUp 0.6s forwards;
}
.shrink {
  position: fixed;
  top: 0;
  animation: smoothScroll 0.6s forwards;
}
@keyframes smoothScrollUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(35px);
  }
}
@keyframes smoothScroll {
  from {
    transform: translateY(35px);
  }
  to {
    transform: translateY(0);
  }
}
.shrink .container {
  padding: 15px !important;
}
.logo img {
  width: 130px;
}
.header.full .logo img {
  max-width: 150px;
}
.header.full .headertop {
  margin-top: -43px;
}
.btn {
  font-size: 14px;
  padding: 12px 38px;
  border-radius: 5px;
  border: 0;
  margin-top: 20px;
  font-weight: 600;
}
.btn:hover {
  background: #092da2;
  /* color: #0031aa !important; */
}
.btn i {
  margin-right: 10px;
}
.b-btn {
  background: none;
  border: 2px solid #001b5d;
  color: #001b5d !important;
  font-weight: 700;
}
.product-card__title {
  border-bottom: none !important;
}
.b-btn:hover {
  background: #001b5d !important;
  border: 1px solid #001b5d;
  color: #fff !important;
}
.bl-btn {
  padding: 8px 12px;
  margin: 0 0 0 8px;
  border-radius: 0 !important;
  color: #fff !important;
}
.addtocart_btn:hover {
  background: #0031aa !important;
  color: #fff !important;
}
.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.nav li {
  display: inline-block;
  margin: 0;
}
.nav li a {
  font-size: 16px;
  padding: 0;
  text-decoration: none;
  margin: 0 8px;
  padding: 0;
  font-weight: 500;
  text-transform: capitalize;
}
.nav li a:hover,
.nav li a.active {
  color: #fff;
}
.search i,
.cart i {
  color: #0063fb;
  font-size: 20px;
}

.banner {
  width: 100%;
  position: relative;
}
.slideshow__title {
  margin-bottom: 0 !important;
}
.carousel-caption1 {
  font-size: 14px;
  transform: translate(0, -50%);
  line-height: normal;
  font-weight: 400;
  text-align: left;
  width: 450px;
  right: 10%;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
}
.carousel-caption1 h3 {
  font-weight: normal;
}
.slideshow__subtitle {
  font-weight: 400;
}
.carousel-caption1 ul li {
  line-height: 32px;
  margin-top: 5%;
}
.carousel-caption1 h1 {
  font-size: 35px;
  font-weight: 700;
}
.carousel {
  position: inherit;
}
.carousel-indicators {
  bottom: 20px;
  border-top: 0;
  border-bottom: 0;
  left: auto;
}
.carousel-indicators li {
  background: #b6b1ae;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 5px;
  cursor: pointer;
  border: 0;
}
.carousel-indicators .active {
  background: #497cad !important;
}
.c-btn {
  padding: 13px 18px;
}
/*.innerbanner{position:relative;  background:url(innerbanner.jpg); background-size:cover; height:180px;}*/
.innerbanner {
  position: relative;
  height: 85px;
}
.template-index .innerbanner {
  background: no-repeat;
  height: 0;
}
.grey-bg {
  background: #a0d2e1;
}
.grey-bg h2,
.grey-bg h3 {
  color: #001b5d !important;
}
.blue-bg {
  background: #001b5d;
  margin-top: 5%;
}
.productbox {
  position: relative;
}
.productbox a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 210px;
  margin: 0 auto;
}
.company li:nth-child(3n + 1) img {
  margin-left: 0;
}
.company li:nth-child(3n + 3) img {
  margin-right: 0;
}
.company img {
  width: 200px;
  margin-bottom: 50px;
}

.footer {
  font-size: 13px;
  background: #d7e6f0;
  line-height: 24px;
  font-weight: 600;
}
.site-footer {
  background: #d7e6f0 !important;
  padding: 2rem 0;
}
.footer a {
  margin: 0;
  font-weight: 400;
  display: block;
  color: #001b5d !important;
  font-size: 15px;
}
.footer a:hover {
  color: #024f45;
}
.footer h6 {
  font-size: 13px;
  color: #333;
  font-weight: 700;
  margin-top: 0;
}
.call {
  display: inline-block !important;
  margin-left: 5px !important;
}
.social a {
  display: inline-block !important;
}
.social i {
  color: #a0d2e1;
  margin-right: 10px;
  font-size: 20px;
  width: 35px;
  height: 35px;
  background: #001b5d;
  border-radius: 100%;
  line-height: 35px;
}
.social a {
  text-align: center;
}
.social i:hover {
  color: #fff !important;
}

label {
  display: block;
}
.label_error {
  color: #f00;
  font-size: 12px;
  display: inline-block;
}
input[type="text"],
textarea {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  width: 100%;
  line-height: 45px;
  padding: 0 15px;
  background: none;
  border: 1px solid #e8e6e6;
  outline: none;
  border-radius: 5px;
  margin-bottom: 15px;
}
textarea {
  height: 140px;
}
.error {
  display: inline-block;
  color: #ff0303;
  font-size: 13px;
  margin-left: 10px;
  text-transform: none;
  letter-spacing: normal;
}

#newsletter input[type="text"] {
  background: none;
  border: none;
  margin-bottom: 0;
  border: 1px solid #0063fb;
  width: 360px;
}
#newsletter .error {
  color: #000;
  display: block;
}

.slickslider {
  margin: 0;
  text-align: center;
}
.slickslider span {
  display: block;
  font-weight: 600;
  color: #c5950d;
}
.fa-angle-left,
.fa-angle-right {
  position: absolute;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  bottom: 50px;
}
.fa-angle-left {
  left: 135px;
  z-index: 9;
}
.fa-angle-right {
  right: 135px;
}
.rating img {
  vertical-align: text-top;
  margin-right: 10px;
}
@media screen and (max-width: 575px) {
  [data-section-type="collection-template"] .rating {
    width: fit-content;
    margin: auto;
  }
}
/*.product{color:#0063fb;}*/
.price {
  font-size: 16px;
  font-weight: 700;
}
.price span {
  display: inline-block;
  margin-left: 10px;
  font-weight: 700;
}
.price-item--sale {
  margin-left: 0 !important;
}
.dot-btn {
  padding: 0;
  background: none;
  color: #001b5d !important;
  margin-top: 5px;
  font-weight: normal;
}
.text-btn {
  display: block;
  color: #0063fb;
}
.text-btn:hover {
  color: #333;
}
.text-btn i {
  font-size: 9px;
  margin-left: 6px;
}
.orbox {
  position: relative;
}
.orbox:before {
  position: absolute;
  content: "";
  height: 90px;
  width: 1px;
  background: #001b5d;
  left: 0;
}
.orbox span {
  background: #fff;
  text-transform: uppercase;
  position: absolute;
  left: -10px;
  top: 50%;
  font-size: 14px;
  transform: translate(0, -50%);
}
.list {
  margin: 0;
  padding: 0;
}
.header .grid {
  background: none;
}
.site-nav {
  margin: 0;
}
#shopify-section-hero {
  padding: 0 !important;
}
#shopify-section-1572593984974 {
  padding: 0 !important;
}
.custom__item {
  padding: 0;
  margin: 0;
}
.index-section {
  padding-top: 0;
  padding-bottom: 0;
}
/*#shopify-section-1572599606704 p{
      color: #0063fb !important;
}*/
h2,
.h2 {
  text-transform: inherit;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 30px !important;
  }
}
/*p{color:#0063fb;}*/
.hero__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  opacity: 0.4;
  z-index: 1;
}
.site-header__account,
.site-header__cart {
  padding: 0 11px;
}
.site-header__logo {
  margin: 0;
}
#Contact_1572865276804-email,
#Contact_product-newsletter-email {
  background: none;
  border: none;
  margin-bottom: 0;
  border: none;
  width: 360px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
}
.newsletter-section .btn {
  background: #a0d2e1;
  color: #001b5d !important;
}
.main-content {
  padding-top: 0;
}
.collection-grid-item__overlay {
  position: relative;
  display: block;
  height: 130px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.collection-grid-item__title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  text-align: center;
  width: 100%;
  top: 0;
  line-height: 15px;
  padding: 0 5px;
  -ms-transform: 0;
  -webkit-transform: 0;
  transform: 0;
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  text-shadow: none;
  hyphens: auto;
  margin-top: 1.5rem !important;
}

.collection-grid-item__title-wrapper::before {
  content: "";
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: none;
  opacity: 1;
}
.multi_select input[type="radio"] {
  position: absolute;
  display: inline-block;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  height: 100%;
}
.multi_select span {
  padding: 6px 16px;
  background: #fff;
  color: #001b5d;
  font-weight: 600;
  border: 1px solid #001b5d;
  margin-bottom: 5px;
  display: inline-block;
}
.multi_select label {
  padding: 6px 16px;
  background: #fff;
  color: #001b5d;
  font-weight: 600;
  border: 1px solid #001b5d;
  margin-bottom: 5px;
  display: inline-block;
}
.multi_select input:checked + label {
  background: #001b5d;
  color: #fff;
}
#Quantity-product-template {
  display: inline-block;
  padding: 0;
  width: 50px;
  text-align: center;
  padding: 0;
  min-height: 40px;
  border: 1px solid #0063fb;
  color: #0063fb;
  margin: 0;
}
.price__regular,
.price__sale {
  color: #7d8287;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.price__sale {
  color: #25214e;
  font-size: 25px;
}
.price-item__label {
  display: none !important;
}
#shopify-product-reviews {
  margin: 0 !important;
}
.spr-container {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
}
.spr-summary-actions-newreview {
  float: none !important;
  margin-left: 20px;
}
.spr-summary-caption {
  font-weight: 700;
}
.grid-view-item__image-wrapper.product-card__image-wrapper {
  margin: 0;
}
.grid-view-item.product-card {
  margin: 0px 0 10px;
}
.product-card__image-with-placeholder-wrapper {
  height: 270px;
  overflow: hidden;
}
.h4.grid-view-item__title.product-card__title {
  font-size: 20px;
  font-weight: 600;
  color: #001b5d;
  margin: 20px 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.product-form {
  padding-top: 0;
}
.specification ul {
  list-style: none;
  margin: 0;
}
.specification ul li {
  border-bottom: 1px solid #001b5d;
  color: #001b5d;
  margin: 0;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  display: flex;
}
.specification ul li:first-child {
  border-top: 1px solid #001b5d;
}
.specification ul li span {
  flex: 0 0 60%;
  padding: 5px;
  background-color: #fff;
}
.specification ul li span:first-child {
  flex: 0 0 40%;
  background: #d7e6f0;

  width: 100%;
  display: block;
  max-width: 40%;
}
.site-header__cart-count {
  background-color: #0063fb;
}
.accordionSimpQA ul li p.simpQuestionHolder:before {
  content: "" !important;
}
.accordionSimpQA ul li p.simpAnswerHolder:before {
  content: "" !important;
}
.accordionSimpQA ul li p {
  padding-left: 0 !important;
}
.prod-rev-sec .spr-starrating.spr-summary-starrating {
  display: none;
}
.prod-rev-sec .spr-summary-caption {
  display: none;
}
.prod-rev-sec .spr-summary-actions a {
  font-size: 14px;
  padding: 13px 55px;
  border-radius: 5px;
  margin: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.spr-form {
  border: none;
}
.new-review-form {
  border: 1px solid #0f6cfb;
  padding: 15px;
  border-radius: 10px;
}
.spr-form-contact-name,
.spr-form-contact-email {
  width: 48%;
  display: inline-block;
}
.spr-form-contact-name {
  margin-right: 2% !important;
}
.spr-review-footer {
  display: none;
}
.spr-form {
  border-top: none !important;
  padding: 0;
}
.spr-form-title {
  display: none;
}
.spr-review {
  border-bottom: 1px solid #001b5d !important;
  margin: 0 0 20px;
  padding: 0;
  border-color: #001b5d !important;
  border-top: none !important;
}
.spr-form input[type="text"],
textarea,
.spr-form-input-email {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  width: 100%;
  line-height: 40px;
  border: none !important;
  padding: 0 15px;
  background: none;
  border: 1px solid #e8e6e6;
  outline: none;
  border-radius: 5px;
  margin-bottom: 15px;
  background: #f1f8ff;
  border-radius: 0 !important;
}
#contactFormMessage {
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
}
.verified {
  display: inline-block;
}
.verified i {
  margin: 0 10px;
}
.blueline {
  background: #001b5d;
  height: 1px;
  border: 0;
}
.sec_3 {
  display: none;
}
.savebox {
  position: relative;
}
.savebox h2 {
  margin-bottom: 0;
}
.savebox h3 {
  margin: 0;
}
.saveboxinner {
  background: #f7fbff;
  padding: 20px;
  width: 270px;
  height: 350px;
  position: relative;
}
.insavebx {
  position: absolute;
  bottom: 10%;
}
.linebox {
  border: 1px solid #001b5d;
  width: 350px;
}
.lineheading {
  background: #fff;
  width: 140px;
  margin: -38px auto 0;
}
.return-link-wrapper {
  display: none;
}
#MainContent {
  margin-bottom: 55px;
  margin-top: 96px;
  @media screen and (max-width: 768) {
    margin-top: 96px;
  }
}

.shg-hr-wrapper {
  padding: 20px 0 !important;
}

@media screen and (max-width: 425px) {
  #MainContent {
    margin-top: 45px;
  }
}

.template-list-collections #MainContent {
  margin-bottom: -7%;
}
.template-product #MainContent {
  margin-bottom: 0;
}
.hero--large {
  margin-top: 90px;
}
.color-white {
  color: #fff;
}
.color-white p {
  color: #fff;
}
.site-header__icon {
  color: #fff;
}
.site-header__flag {
  height: 20px;
  width: 40px;
  margin: 0 6px;
}
.site-footer__item-inner h4 {
  color: #000 !important;
}
.switcher {
  width: auto !important;
}
.switcher .selected {
  background: none !important;
  border: none !important;
  color: #fff !important;
}
.switcher .selected a {
  border: none !important;
  color: #fff !important;
  font-size: 18px;
  border-left: 1px solid #ffff !important;
  padding-left: 20px !important;
  width: auto !important;
  padding: 10px 0 10px 20px !important;
}
.switcher .selected a:hover {
  background: none !important;
  color: #fff !important;
}
.switcher a img {
  display: none !important;
}
.testimonial-sec {
  padding: 30px;
  margin-top: 10px;
  background: #d7e6f0;
}
.client-img {
  float: left;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  border-radius: 100%;
}
.testimonial-left-sec {
  float: left;
  width: 58%;
  margin-right: 2%;
  height: 558px;
}
.testimonial-right-sec {
  float: right;
  width: 40%;
}
.slick-dots {
  position: absolute;
  margin-top: 20px;
  left: 0;
  right: 0;
}
.slick-dots li.slick-active button:before {
  color: #001b5d;
}
.slick-dots li button:before {
  color: #d7e6f0;
  font-size: 35px;
}
.slideshow__arrows .slideshow__arrow-right,
.slideshow__arrows .slideshow__arrow-left {
  display: none !important;
}
.slideshow__arrows {
  background: none !important;
}
.slick-initialized + .slideshow__controls {
  bottom: 60px !important;
}
.custom-content {
  margin-left: 0 !important;
}
.testimonial-head {
  padding-bottom: 20px;
  background: #fff;
}
/*.slick-slide{
  background:#d7e6f0;
}*/
.slideshow__arrows .slick-dots li.slick-active button::before,
.slideshow__arrows .slick-dots li.slick-active a::before {
  color: #001b5d !important;
}
#shopify-section-list-collections-template {
  background: #001b5d;
}
/*.template-list-collections header{border-bottom: 1px solid #b1dde8;}*/
.collection-grid-item {
  padding-bottom: 70% !important;
}
.all_prod {
  width: 277px;
  height: 130px;
  background: #d4dfe4;
  color: #001b5d;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spr-icon-star:before {
  content: "\e800";
  color: #001b5d;
}
/*.filters-toolbar__input option {
   color: #fff !important;
}*/
.btn--narrow {
  padding: 0;
  margin: 0;
}
.pagination {
  padding-top: 20px !important;
}
.product-form__item label {
  color: #25214e;
  display: inline-block;
}
.qtydiv label {
  margin-bottom: 12px;
  color: #25214e;
  display: inline-block;
}
.qtydiv .btnqty {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  font-size: 25px;
  padding: 5px;
  line-height: 0;
  color: #25214e;
  font-weight: 700;
}
.qtybox {
  display: inline-block;
}
.qtydiv .quantity-input {
  border: none;
  padding: 8px;
  text-align: center;
  width: auto;
  outline: none;
  display: inline-block;
  font-size: 20px;
  padding: 0;
  margin: 0;
  line-height: 0;
  width: 25px;
  color: #25214e;
  font-weight: 700;
}
.qtydiv {
  display: inline-block;
  margin-bottom: 5px;
}
.light-btn,
.spr-summary-actions-newreview {
  background: #a0d2e1 !important;
  color: #001b5d !important;
}
.product-single__description.rte {
  padding: 1rem 0 3rem 0;
}
.product-single__description li {
  margin-bottom: 6px !important;
  font-size: 16px !important;
  line-height: 23px !important;
  color: #001b5d;
}
.product-single__description ul {
  margin-left: 20px;
}
.product-single__description {
  font-size: 16px !important;
  line-height: 26px !important;
  color: #001b5d;
}
/*.feature-row__image-wrapper img {
    max-width: 170px !important;
}*/
.rte-setting p {
  font-size: 16px;
  line-height: 23px;
  color: #001b5d;
}
.simpQuestionHolder {
  color: #001b5d !important;
  font-weight: 700 !important;
}
.ndn-album span {
  width: 0 !important;
  padding: 0 !important;
}
.ndn-album span a {
  font-size: 0 !important;
  border-bottom: none !important;
}
.bootstrap-ndnapps .grid li a {
  border: none !important;
  box-shadow: 0 !important;
}
.demo-gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ndnhover-border {
  border: none !important;
  box-shadow: none !important;
}
.demo-gallery ul li {
  height: 310px !important;
}
.demo-gallery ul li:nth-child(4n-2),
.demo-gallery ul li:nth-child(4n + 3) {
  max-width: 100% !important;
  width: 70% !important;
}
.demo-gallery ul li:nth-child(4n-3),
.demo-gallery ul li:nth-child(4n) {
  max-width: 100% !important;
  width: 30% !important;
}
.inspiration-tab {
  padding: 0;
  margin: 0 !important;
  border: none !important;
  margin-top: 20px !important;
}
.inspiration-tab li a {
  border: none;
  background: none;
  margin: 0;
  color: #7d8287;
  border: none !important;
  margin-right: 10px;
}
.inspiration-tab .nav-link:focus,
.inspiration-tab .nav-link:hover {
  border: none;
  color: #001b5d;
}
#PageContainer .grid,
#PageContainer .grid__item {
  width: 100% !important;
  left: 0 !important;
  margin: 0 !important;
}
@media screen and (min-width: 1024px) {
  #PageContainer .grid__item .rte {
    padding-inline: 12%;
  }
}
.w3-container {
  padding: 0 !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 23px;
  margin-bottom: 40px;
}
.w3-center {
  display: none;
}
.w3-container div .que_list {
  padding: 0 0 12px !important;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  border-bottom: 1px solid #001b5d;
}
.support_contact input[type="text"],
.support_contact input[type="email"],
.support_contact input[type="telephone"],
.support_contact textarea {
  background: #d7e6f0;
  border-radius: 0;
  border: none;
  height: 50px;
  color: #001b5d !important;
  font-size: 15px;
  font-weight: 700;
}
.support_contact textarea {
  margin-top: 15px;
  height: 150px;
  border-radius: none !important;
}
ul.prod_down {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.prod_down li i {
  margin-right: 10px;
}
ul.prod_down li a {
  border: none !important;
}
.switcher {
  font: 14px "Montserrat", sans-serif !important;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  width: 163px;
  line-height: 17px;
  top: 0;
}
.switcher .option {
  position: absolute !important;
  z-index: 9998;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  background-color: #001b5d !important;
}
.switcher .option a {
  color: #fff !important;
  font-size: 15px !important;
}
.switcher .option a:hover {
  background: #000 !important;
}
.filters-toolbar-wrapper {
  border-bottom: none !important;
  border-top: none !important;
  margin-bottom: 22px;
}
.site-footer h4,
.site-footer .h4 {
  margin-bottom: 5px !important;
}
.site-header__cart-count {
  background-color: #b1dde8;
  color: #000;
}
.sale-sec {
  width: 48%;
}
.support-pg .nav-item a {
  margin-right: 30px;
  padding: 0 15px;
}
.site-nav__link:focus .site-nav__label,
.site-nav__link:not([disabled]):hover .site-nav__label,
.site-nav__link--active .site-nav__label {
  border-bottom-color: #fff;
}
.site-nav__label {
  padding-bottom: 5px;
}
.site-nav--active a.site-nav__link--active {
  color: #fff;
}
.nav ul li:nth-of-type(1) a {
  color: #a0d2e1;
}
.slick-slide img {
  max-width: 100%;
}
.site-header__search {
  display: none !important;
}
.site-header__search-toggle {
  display: block !important;
}
.search-header__input,
.search-bar__input {
  color: #fff !important;
}
#Collection li.singleproduct:nth-child(3n + 4) {
  clear: left;
}
.shopify-payment-button {
  display: inline-block;
  margin: 20px 0 0;
  vertical-align: top;
  /*height: 75px;*/
}
.cart-popup-wrapper {
  background-color: #fff;
}
.btn--secondary-accent {
  background-color: #d7e6f0 !important;
}
.grid--view-items {
  overflow: hidden;
}
.product-single__media {
  padding: 30px 0;
}
.product-single__media iframe {
  width: 100%;
  height: 400px;
}
#saletag {
  padding: 4px 15px 5px;
  line-height: normal;
  width: auto;
  background: #0b255a;
  display: inline-block;
  color: #3c94da;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  z-index: 2;
}
.product-youtube {
  padding: 0 !important;
}
.text-grey {
  color: #7d8287;
  font-weight: 300;
}
.shopify-challenge__message {
  margin-top: 40px;
}

.bootstrap-ndnapps-hover .demo-gallery .ndnhover-border .img img {
  height: 100%;
  width: auto;
  margin: auto;
  display: block;
}
.product-form__cart-submit,
.shopify-payment-button .shopify-payment-button__button--unbranded {
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 5px;
}
#manuals ul {
  margin-left: 10px;
}
.compare-price {
  text-decoration: line-through;
  color: #7d8287;
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px;
}
#saletag {
  left: 15px;
}
.singleproduct h3 {
  font-size: 12px;
  color: #414651;
  margin-bottom: 10px;
}
#Contact_footer-email-error {
  color: red;
}
.errorForm {
  display: none;
}
.site-header__icon svg {
  margin-right: 2px !important;
}
.slideshow__text-content-list {
  width: 400px;
}

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

  /* .prod-rev-sec {
    padding-top: 50px !important;
  } */
  #simpAskQuestion {
    max-width: 1100px !important;
  }
  .header .container {
    max-width: 1230px;
  }
  .template-list-collections .container {
    max-width: 1230px;
  }

  .header .page-width {
    max-width: 1100px;
  }
  .page-width {
    max-width: 1230px;
  }
}
@media screen and (max-width: 1199.98px) and (min-width: 768px) {
  .nav li a,
  .site-nav--has-dropdown span.site-nav__label {
    font-size: 12px !important;
    line-height: 18px !important;
    vertical-align: middle !important;
    font-weight: 500;
    text-transform: capitalize;
  }
  .site-nav--has-dropdown {
    margin-bottom: 2px !important;
  }
}

@media (max-width: 1199.98px) {
  .nav li a {
    font-size: 12px;
  }
  h1 {
    font-size: 25px;
  }
  #snav {
    display: none;
  }
  #newsletter input[type="text"] {
    width: 258px;
  }
  h3 {
    font-size: 14px;
  }
  .collection-grid-item {
    padding-bottom: 85% !important;
  }
}

@media (max-width: 991.98px) {
  .slideshow__text-content-list {
    width: 200px;
  }
  h2 {
    font-size: 25px;
  }
  .nav li a {
    margin: 0 0 0 6px;
  }
  .logo img {
    width: 70px;
  }
  .social a {
    margin: 0 10px 0 0;
  }
  .slideshow--large {
    height: 400px;
  }
  .caption {
    width: 370px;
  }
  .carousel-caption1 h1 {
    font-size: 16px;
  }
  .carousel-caption1 h3 {
    font-size: 14px;
  }
  #nav {
    display: none;
    background: #000;
    min-width: 220px;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 45px;
  }
  .header.full #nav {
    top: 50px;
  }
  .expand-btn {
    background: none;
    padding: 0;
    border: 0;
    font-size: 21px;
    vertical-align: middle;
    color: #000;
    display: inline-block !important;
    cursor: pointer;
  }

  .newsbox {
    text-align: center;
  }
  #newsletter input[type="text"] {
    width: 100%;
    margin: 10px 0;
  }
  .top-btm-space-lg {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .carousel-caption1 {
    width: 280px;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .carousel-caption1 a {
    font-size: 10px;
    padding: 9px 20px;
  }
  .company img {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .orbox:before,
  .orbox span {
    display: none;
  }
  h3 {
    font-size: 14px;
  }
  .nav li a.nav-link {
    color: #7d8287;
    background: none !important;
  }
  .collection-grid-item {
    padding-bottom: 120% !important;
  }
  .collection-grid-item__overlay {
    height: 100px;
  }
}

@media (max-width: 767.98px) {
  .preorder-description {
    font-size: medium;
  }

  .slideshow__text-content-list {
    width: 200px;
  }
  .snav {
    display: none;
  }
  .header.full #nav {
    top: 37px;
  }
  .footer {
    font-size: 12px;
  }
  .top-btn-space {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .midbanner {
    font-size: 16px;
    padding: 34px 0;
    line-height: 30px;
  }
  .call i {
    margin-right: 5px;
  }

  .slick-initialized
    .slick-active
    .slideshow__text-content.slideshow__text-content--vertical-center,
  .no-js .slideshow__text-content.slideshow__text-content--vertical-center {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
  }
  .slideshow__text-wrap--desktop .slideshow__text-content {
    top: 0;
    height: 100%;
    width: 100%;
  }
  .slideshow__title,
  .slideshow__subtitle {
    display: block;
  }
  .carousel-caption1 {
    width: 220px;
    font-size: 12px;
    bottom: 0;
    right: 5%;
  }
  .carousel-caption1 a {
    font-size: 10px;
    padding: 9px 20px;
    margin-top: 0;
  }
  .carousel-caption1 h1 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .carousel-caption1 h3 {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .carousel-indicators,
  .slideshow__arrows--mobile ~ .slideshow__text-content--mobile {
    display: none !important;
  }
  .slideshow__text-wrap--mobile {
    top: 0;
    background-color: transparent;
    width: 100%;
    margin: -44px 0 0;
  }

  .company img {
    padding: 5px 8px;
    margin-bottom: 20px;
  }
  .footer h4 {
    margin: 5px 0;
  }
  .slideshow--large {
    height: 200px;
  }
  .innerbanner {
    height: 60px;
  }
  .collection-grid-item {
    padding-bottom: 60% !important;
  }
  .collection-grid-item__overlay {
    height: 240px;
  }
}

@media (max-width: 575.98px) {
  .preorder-description {
    font-size: medium;
  }
  .slideshow__text-content-list {
    width: 170px;
  }

  .collection-grid-item {
    padding-bottom: 200px !important;
  }
  .snav {
    display: inline-block;
  }
  .nav ul {
    width: 100%;
    margin: 0;
  }
  .nav li {
    display: block;
    line-height: normal;
    padding: 0;
  }
  .nav li a {
    margin: 0;
    line-height: 46px;
    color: #fff;
    font-weight: 500;
    padding: 0 15px;
    display: block;
  }
  .nav li a:hover,
  .nav li a.active {
    color: #fff;
    background: #0063fb;
  }
  .nav li a {
    font-size: 12px;
    line-height: 35px;
  }
  .announcement-bar__message {
    font-size: 11px !important;
  }
  #SiteNav {
    display: none;
  }
  .expand-btn {
    top: -50px;
  }
  .header.full .logo img {
    max-width: 70px;
  }
  .header.full .expand-btn {
    top: -40px;
  }
  .slideshow__text-wrap--mobile {
    margin: -44px 0 0;
    background: none;
    width: 100%;
    top: 0;
  }
  .error {
    margin-left: 10px;
  }
  .footer {
    line-height: 20px;
    text-align: center;
  }
  .site-footer__item-inner--link_list {
    width: 100%;
  }
  .footer a {
    margin: 0 4px 0 0;
    display: inline-block;
    width: 100%;
  }
  a.social-icons__link {
    display: inline-block;
    width: auto;
  }
  .prograam a {
    font-size: 12px;
    padding: 10px 16px;
  }

  .slideshow__text-wrap--desktop .slideshow__text-content {
    top: 100%;
  }
  .carousel-caption1 {
    width: 45%;
    bottom: auto;
    right: 0;
  }
  .carousel-caption1 h1 {
    display: block;
  }
  .slideshow__subtitle {
    display: block;
    line-height: normal;
    margin-top: 5px;
  }
  .carousel-caption1 h3 {
    font-size: 11px;
  }
  .c-btn {
    display: none;
  }
  .carousel-caption1 a {
    font-size: 10px;
    padding: 5px 12px;
  }

  .social a {
    margin: 0 4px 0 0;
  }
  .header.full .headertop {
    margin-top: -22px;
  }
  #newsletter input[type="text"] {
    line-height: 30px;
  }
  .productbox a {
    width: 150px;
  }
  .top-btm-space-sm {
    padding-top: 0px;
    padding-bottom: 25px;
  }
  h1 {
    font-size: 22px;
    margin: 10px 0;
  }
  h2 {
    font-size: 18px;
  }
  h2 span {
    font-size: 12px;
  }
  .btn {
    font-size: 10px;
    padding: 12px 35px;
  }
  .product-form__cart-submit,
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    font-size: 10px;
    padding: 15px 37px;
    border-radius: 8px;
  }
  .product-form__cart-submit,
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    min-height: 38px;
  }
  body {
    font-size: 10px;
    line-height: unset;
  }
  .price {
    font-size: 12px;
  }
  .menu {
    position: absolute;
    display: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  }
  .testimonial-left-sec {
    margin-top: 40px;
  }
  .testimonial-head {
    padding-bottom: 0;
  }
  .testimonial-left-sec {
    float: left;
    width: 100%;
    margin-right: 0;
    height: auto;
  }
  .testimonial-right-sec {
    width: 100%;
  }
  .social {
    width: 100%;
  }
  .innerbanner {
    height: 44px;
  }
  .collection-grid-item__overlay {
    height: 140px;
    background-size: contain;
    background-position: center center;
    background-color: #d8e6f1;
  }
  .all_prod {
    width: 100%;
    height: 140px;
  }
  .singleproduct {
    text-align: center;
  }
  .prodimage {
    height: auto !important;
  }
  .product__price {
    margin-bottom: 10px !important;
  }
  .orbox {
    line-height: 20px;
  }
  .orbox p {
    margin-left: 0 !important;
    margin-bottom: 0;
  }
  .orbox a {
    margin-left: 0 !important;
  }
  .product-single__description ul {
    margin-left: 15px;
    margin-top: 10px;
  }

  .specification ul {
    margin: 0 !important;
  }

  .product-single__description ul.list {
    margin-left: 20px;
  }
  /*.price__regular{
    width: 30%;
  }
  .price--on-sale .price__sale {
    width: 30%;
  }*/
  .faq .simpAsk-container {
    padding: 15px;
  }
  .faq .line-bg {
    margin-bottom: 20px;
  }
  .faq ul li {
    max-width: 100% !important;
  }
  .faq .accordionSimpQA ul li p.simpQuestionHolder {
    font-size: 14px;
  }
  .faq .simpAnswerHolder {
    font-size: 12px;
  }
  #faq_onjection {
    min-height: 100px !important;
  }
  /* .prod-rev-sec {
    padding: 15px !important;
  } */
  .slideshow__arrows--mobile ~ .slideshow__text-content--mobile {
    display: none !important;
  }
  .newsbox {
    padding: 15px;
  }
  #Contact_1572865276804-email,
  #Contact_product-newsletter-email {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsbox .section-header {
    margin-bottom: 10px !important;
  }
  .sale-sec {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .demo-gallery ul li {
    height: 150px !important;
  }
  .bootstrap-ndnapps-hover .demo-gallery .ndnhover-border .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .blog-page-sec {
    margin-bottom: 40px;
  }
  .support-pg .nav-item a {
    margin-right: 0;
    padding: 0 5px;
    color: #7d8287 !important;
  }
  .support-pg.nav-tabs .support-pg.nav-item.show .nav-link,
  .support-pg.nav-tabs .nav-link.active {
    color: #001b5d !important;
  }
}

.icon-search {
  color: #ffffff;
}
.icon-close {
  color: #ffffff;
}

.search-bar__input {
  outline: none;
  font-weight: 600;
}

.search-bar__input::placeholder {
  font-weight: 600;
  color: white !important;
}

#sparq-container .row .column.column-50,
#sparq-dd .row .column.column-50 {
  margin-left: auto;
}

.sparq-no-results {
  background-image: url("https://cdn.dribbble.com/users/1593466/screenshots/5811204/dribbble_no_result_2x.png") !important;
}

.btn--link:not([disabled]):hover,
.btn--link:focus {
  outline: 0px;
}

.preorder-description {
  font-weight: bold;
  color: #092da2;
  line-height: 1.5;
}
.slideshow__arrows .slick-dots {
  display: none !important;
}
.slideshow__arrows .slideshow__arrow-right,
.slideshow__arrows .slideshow__arrow-left {
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slideshow.slick-initialized + .slideshow__controls {
  top: 50% !important;
  bottom: auto !important;
}
.slideshow__arrows {
  width: 100% !important;
  position: relative;
}
.slideshow__arrows .slideshow__arrow-left {
  left: 5px;
}
.slideshow__arrows .slideshow__arrow-right {
  right: 10px;
}
.slideshow__arrows .slideshow__arrow .icon {
  width: 24px;
  height: 24px;
}
.slideshow__controls .slideshow__pause {
  display: none;
}

/*** arroe Design for mobile ***/
.slideshow__controls .slideshow__arrows {
  display: block;
}
@media (max-width: 749px) {
  .app-buttons {
    padding-left: 20px;
  }
  /* .appstore {
    gap: 46px !important;
  } */
  .slideshow__controls {
    left: 0;
  }
  .slideshow.slick-initialized + .slideshow__controls {
    top: 52% !important;
    transform: translateY(-50%);
  }
}
.slideshow__text-wrap--mobile {
  display: none !important;
}

.icon-shug {
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 5px;
}
.download-svg {
  background-image: url("link-download.jpg");
}
.play-svg {
  background-image: url("link-play.jpg");
}

.chain-svg {
  background-image: url("link-chain.jpg");
}

.list-of-grids {
  margin: 3rem 0px !important;
}
.back-account {
  text-decoration: underline !important;
  font-weight: bold !important;
}

.mt-2rem {
  margin-top: 2rem;
}

/***** ShopifyPay Style  ******/
.payment_terms {
  font-family: Klarna Text, "Klarna Sans", "Helvetica Neue", Arial, Helvetica,
    sans-serif;
  text-align: left;
  color: #17120f;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  background-color: #ffffff;
  margin-bottom: 10px;
}

********************Quick Fix ******** .bulletpoint {
  font-size: 1.5rem;
}
******************** FAQ ******** faq-page-title {
  margin-top: 40px;
  margin-bottom: 40px;
}

.faq-page-title {
  margin-top: 40px;
  margin-bottom: 40px;
}
.scrollmargin {
  scroll-margin-top: 100px;
}
.faq-categories {
  margin-left: auto;
  margin-right: auto;
}
.faq-category-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.faq-category-item {
  display: grid;
  padding-right: 15px;
  padding-left: 15px;
}
.faq-category-box {
  margin-bottom: 50px;
  border: none;
  overflow: hidden;
  box-shadow: 1px 2px 10px #bababa;
  border-radius: 10px;
}
.faq-category-box p {
  color: #414651;
}
.faq-category-box a {
  display: block;
  border: none !important;
  text-align: center;
  border-radius: 5px;
  padding: 30px !important;
}
.faq-page-content-about .faq__separator {
  margin-top: 55px;
}
.popular-quesiion-section {
  padding-top: 30px;
  padding-bottom: 40px;
  background: #f0f0f0;
  margin-bottom: 30px;
}
.popular-question-list i {
  color: #ccc;
  margin-bottom: 15px;
  float: left;
  margin-right: 6px;
}
.popular-question-list h4 {
  font-weight: normal;
  color: #001b5d;
}

.faq__answer p {
  color: #414651;
}
.faq__item .faq__question {
  background-size: 15px 15px;
}
/* ------------------------------ */

.buttons__payment {
  margin-top: -3%;
}

.buttons__payment.override-spacing {
  margin-top: -5.1%;
}

.buttons__payment .timesact-preorder-description {
  line-height: 1.4rem;
}

.ot-estimated-shipping-zipcode-submit-btn-title {
  color: #001b5d;
  font-weight: bold;
}
p.ot-estimated-shipping-zipcode-submit-btn {
  background: #001b5d !important;
}

.ot-estimated-shipping-zipcode-input {
  border-radius: 0px !important;
}
.ot-estimated-shipping-zipcode-submit-btn {
  border-radius: 0px !important;
  display: flex !important;
  align-items: center !important;
  text-align: center;
  font-size: 1rem;
}
.custom-text {
  display: flex;
}
img.image-tag {
  margin-top: 4%;
  /*Code commented by Chetu Team on 06th September, 2024*/
  /*margin-left: -33%;*/
}
span.comp-product {
  font-weight: 700;
  display: block;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  color: #001b5d;
  line-height: 1.2;
}
.custom-text {
  margin-top: -3%;
}
._hauslane-section-header.col-12 {
  border-top: 1px solid #3a3d42;
  padding-top: 4rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  ._hauslane-section-header.col-12 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .buttons__payment .timesact-preorder-description {
    font-size: 14px !important;
  }
}
section.hauslane-logos {
  /* border-top: 1px solid #3a3d42; */
  /* border-top: 1px solid #ececeb; */
  /* margin-top: -1rem; */
  padding: 5rem 0;
  padding-top: 0;
}
a.save_item {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 3.13%;
  color: #FF3250 !important;
}
.bulk-order {
  display: flex;
  align-items: flex-start;
}
/*Class added by Chetu Team for Bulk Order text on 09th Spetember, 2024 */
.bulk-order-text {
  color: #001b5d;
}
.what-include {
  padding-bottom: 50px;
}

.add-to-comparable[type="checkbox"]:checked + label,
.add-to-comparable[type="checkbox"]:not(:checked) + label {
  font-size: 16px !important;
}
/* Chetu developers */
hr.my-0.py-0 {
  display: none;
}
table tr td {
  border: 1px solid white !important;
}


section.hauslane-logos header {
  border-top: 2px solid #ececeb;
  margin: 0;
}
section.hauslane-logos {
  padding-top: 12px;
}
.social {
  padding-top: 16px;
}
h2.aca-text {
  display: none;
}

.comparable-custom-action {
  font-weight: bold;
  margin-top: 10px !important;
  /*padding-bottom: 22px; /*To add the Padding in Bottom of the Add to Compare Checkbox by Chetu Team.*/ 

  @media screen and (max-width: 768px) {
    margin-top: 16px !important;
  }
}

.specification-row {
  display: flex;
  flex-direction: column;
  margin-right: -15px;
  margin-left: -15px;
}
.specification.table ul {
  margin-left: 0;
}


/* Hide ADA desktop title on mobile */
.ada-title-desktop {
  display: none !important;
}
  
.ada-toggle__btn.ada-title-mobile {
  display: flex;
  gap: .5rem;
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  color: #001b5d;
  line-height: 1.2;
  cursor: pointer;
}
  
/* Chevron rotation animation */
.ada-title-mobile svg {
  transition: transform 0.3s ease;
  transform: rotate(-90deg); /* Point right initially */
  flex-shrink: 0;
}
.ada-title-mobile.active svg {
  transform: rotate(0deg); /* Point down when expanded */
}
  
/* Hide content by default on mobile */
.ada-toggle-content {
  display: none;
}
  
/* Show content when open */
.ada-toggle-content.is-open {
  display: flex;
  align-items: center;
}
  
.ada-content__inner {
  font-size: 0.9rem;
  line-height: 2;
  margin: 1em 0 0;
}
  
  
/* Desktop: always show desktop title and content, hide mobile title */
@media screen and (min-width: 1024px) {
  .ada-title-desktop {
    display: inline-block !important;
  }
  .ada-title-mobile {
    display: none !important;
  }
  .ada-toggle-content {
    display: flex !important;
    flex-direction: row;
    margin-top: -3%;
  }
}

.block-price {
  display: flex;
  /* flex-wrap: wrap; */
  /* margin-right: -15px; */
  margin-top: 20px;
  margin-bottom: 10px;
  align-items: flex-start;
}

.price-comparison-container {
  display: flex;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  color: #7D8287;
}

.vs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 29.03px;
}

.vs-container::before,
.vs-container::after {
  content: "";
  display: block;
  width: 1px;
  height: 14.23px;
  background-color: #B1AA9F;
}

.vs-text {
  font-size: 0.7rem;
  margin: 2px 0;
}

.price-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.old-price {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  color: #7D8287;
  text-decoration: line-through;
  font-weight: 400;
  height: 31px;
}

.old-price span {
  font-size: 19px;
  vertical-align: super;
}

.label {
  display: flex;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #7D8287;
}

.price-info .label {
  margin-top: 6.83px;
}

.traditional-info-icon {
  width: 16px;
  height: 16px;
  fill: #001a4d; /* dark navy blue */
  margin-left: 3px;
  cursor: pointer;
}

/* Modal overlay */
.traditional-modal-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
}

/* Modal box */
.traditional-modal-box {
  background: white;
  padding: 20px;
  max-width: 500px;
  width: 90%;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  position: relative;
  font-family: Montserrat, sans-serif;
}

.traditional-modal-content {
  font-size: 15px;
}

/* Close button */
.traditional-modal-close {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 20px;
  cursor: pointer;
  color: #666;
}

/* Learn more link */
.modal-link {
  color: #0056b3;
  font-size: 0.9rem;
}

@media  screen and (max-width: 768px) {
  .traditional-info-icon  {
    height: 14px;
    width: 14px;
  }

  .vs-container {
    margin-right: 27.74px;
  }

  .vs-container::before,
  .vs-container::after {
    height: 20.23px !important;
  }

}