/** Shopify CDN: Minification failed

Line 315:17 Unterminated string token

**/
/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #000000; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #000000; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #000000; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #000000; /* The default color of the main navmenu links */
  --nav-hover-color: #000000; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #000000; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #000000; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f7f9fd;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*Common*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
}

p, ul {
    font-size: 15px;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
}

.btn_web {
    padding: 15px 45px;
    font-size: 14px;
    font-weight: 300;
    background: #000;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.btn_web:hover, 
.btn_web:active,
.btn_web:focus  {
  color: #fff !important;
}

.container-fluid {
  padding: 0 30px;
}

.minpght{
  min-height: 700px;
}

/*Header*/

h1.seotxt {
    font-size: 8px;
    padding: 2px 5px;
    background: #f4f4f4;
    color: #d5d5d5;
}

h2.seotxt {
    text-align: right;
    font-size: 8px;
    padding: 2px 5px;
    background: #060606;
    color: #404040;
}

.main__menu ul.dropdown li {
    border-bottom: 0;
}

.htc-header {
  padding-bottom: 20px;
}

.main__menu > li > a, .header--3 .main__menu > li > a {
    text-decoration: none !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    color: #494949;
}

.main__menu ul.dropdown li a {
    padding: 7px 18px 7px;
    color: #404040;
}
.header--3 .menu-extra {
  height: auto;
}

.header--3 .mainmenu__area {
  padding: 20px 0 5px;
}
#ecb_container{
  display: none !important;
}
.main__menu > li:hover > a {
  color: #000;
}
.wishlst_ic a{
  text-decoration: none !important;
}

.product__menu button {
    background:#000;
    border: none;
    color: #fff;
    line-height: 20px; 
    padding: 8px 16px !important; 
    text-transform: uppercase;
    margin-bottom: 2px;
}
/*Header-annouce bar*/
.announcement-bar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f4f4f4;
  z-index: 9999;
  padding: 8px 7px;
  position: relative; /* Positioning context for the header */
}
.announcement-bar {
  position: relative;
  overflow: hidden;
  width: 70%;
  max-width: 1000px;
}
.announcement-slider {
 transition: opacity 10s ease-in-out, visibility 12s ease-in-out;
}
.announcement-text.active {
  opacity: 1;
  visibility: visible;
}
.announcement-text {
  min-width: 100%;  
  display: block;  
  text-align: center;
  font-size: 14px;
  color: #303030;
  padding: 0 20px;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  font-size: 15px;
  color: #303030;
  cursor: pointer;
  z-index: 10000;
  vertical-align: middle;
  padding: 18px 10px;
}
.left-ar {
  left: 10px;
}
.right-ar {
  right: 10px;
}
.arrow:hover {
  color: #303030;
}
.announcement-slider-wrapper {
  flex: 1;
  overflow: hidden;
  padding-inline: 40px;
}

.contact-link {
  font-size: 14px;
  font-weight: 500;
  color: #303030;
  text-decoration: underline;
  z-index: 10001;
}

.contact-link:hover {
  text-decoration: none;
  color: #808080;
}
/*related products*/
.related-product-slider .product, .related-product-slider .best__product, .list-collection-template .product, .list-collection-template .best__product {
    margin-top: 0;
}

/*Product Modal*/
.modal-dialog.modal__container {
    width: 1170px;
    margin-top: 50px !important;
}
 .modal-dialog {
        max-width: 100% !important;     
    }
.modal-content{
      width: 100% !important;
      margin-top: 30px !important;
    }
    .productModal .selector-wrapper>label {
     font-weight: 400; 
    width: 25%;
}
.product-info__description 
{
  color: #303030;
  font-weight: 300;
  text-align: left !important;
}
.product-info__price span.new-price{
    color: #303030;
}
.modal-product .qty-label{
   font-weight: 300; 
   color: #303030;
   font-size: 18px;
}
.productModal .cart-plus-minus {
    max-width: 150px;
    width: 45%;
    line-height: 30px;
    border: 1px solid #b2b2b2;
}
.productModal .cart-plus-minus .dec{
  border-right: 1px solid #b2b2b2;
  padding:0 6px;
}
.productModal .cart-plus-minus .inc{
  border-left: 1px solid #b2b2b2;
  padding: 0 5px;
}
.productModal .wrapper.input-content {
    margin-top: 0;
}
.product-main-image__item .img_box_1{
  border: 1px solid #e2e2e2;
  margin-left: 20px;
}
.modal-product .product_title{
  font-weight: 200;
  font-size: 22px;
  padding-bottom: 10px;
  color: #303030;
}
.modal-header .close{
  display: flex;
  justify-content: flex-end; 
  align-items: center;
  padding: 5px 15px;
}
.close  {
  margin-left: auto; 
}
.addtocart-btn button {
    height: 40px;
    line-height: 40px;
    padding: 0 81px;
    font-size: 16px;
}
.addtocart-btn {
    margin-top: 24px;
    text-align: left;
}
.quick-desc p{
  text-align: left !important;
}
.product__organization__label{
  margin-bottom: 15px;
}

.productModal .selector-wrapper>label {
  display: block!important;
  color: #353535'
}

@media(min-width: 1400px){
  .product__small__images {
    width: 17%;
  }
}

/*Menu Customised changes*/
.main__menu .mega-menu-drop{
  position: relative !important;
}
.dropdown.mega_dropdown {
  width: 700px !important;
  position: absolute; 
  left: 50% !important;
  transform: translateX(-50%) !important;
  justify-content: space-around !important;
  padding: 0;
  color: #303030;
}
.shop-menu ul.dropdown.mega_dropdown{
  left: 80% !important;
  transform: translateX(-25%) !important;

}
.shop-menu .dropdown.mega_dropdown,
.services-menu .dropdown.mega_dropdown,
.abt-menu .dropdown.mega_dropdown{
    width: 500px !important;
}
.dropdown.mega_dropdown .mega__title{
  display: none;
}
.dropdown.mega_dropdown .mega__title.education-title {
    display: block;
    border: 0;
    font-weight: 300;
    text-decoration: underline;
    color: #000;
    text-transform: uppercase;
    font-size: 13px !important;
}

.abt-menu ul.dropdown.mega_dropdown{
  left: 40% !important;
  transform: translateX(-70%) !important;
}
.main__menu .mega__title{
  font-size: 15px !important;
  font-weight: bold;
}
.main__menu ul.dropdown.mega_dropdown li a {
    padding: 0 0 4px;
    color: #404040;
}
.dropdown.mega_dropdown li a.mega__title::before {
    background: transparent;
}
.dropdown.mega_dropdown li a.mega__title{
  line-height: 0.7;
  padding-top: 0;
  margin-bottom: 12px;
  display: none;
}
div#qab_background {
  z-index: 1 !important;
}

li.drop.collection-menu.mega-menu-drop ul.dropdown.mega_dropdown {
    width: 750px !important;
}

.topbar {
  background-color: var(--background-color);
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
}
.topbar .tslink img{
  width: 16px;
  height: 16px;
 }
.topbar .contact-info i {
  font-style: normal;
  color: var(--contrast-color);
}

.topbar .contact-info i a,
.topbar .contact-info i span {
  padding-left: 5px;
  color: var(--contrast-color);
}


.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.topbar .contact-info i a:hover {
  color: var(--contrast-color);
  text-decoration: underline;
}

.topbar .social-links {
  float: right;
}
.p-sl{
  padding: 0 6px;
}
.topbar .social-links a {
  color: color-mix(in srgb, var(--contrast-color), transparent 40%);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
  text-decoration: none;
}

.topbar .social-links a:hover {
  color: var(--contrast-color);
}

a.tslink {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

a.tslink span {
  padding-left: 6px;
  color: #303030;
}

.topbar.left a.tslink,
.topbar.left a.tslink i,
.topbar.left .social-links a {
  color: #303030;
}

.topbar.left .social-links {
  float: left;
  margin-top: 10px;
}

.topbar.left .social-links a {
  margin-left: 0px;
  margin-right: 10px;
}

.header--3 .sticky__header.scroll-header {
  padding-top: 0 !important;
  padding-bottom: 0;
  background: #fff;
}
.header--3 .sticky__header.scroll-header .logo {
    height: auto;
}
.header--3 .sticky__header.scroll-header .logo a {
  height: auto;
  line-height: 1;
}

.menu-extra li {
    padding: 0 9px;
}
.menu-extra li span{
    font-size: 16px;
}
.menu-extra li a{
  font-size: 16px;
  text-decoration: none;
  align-items: center;
  margin-top: 2px;
}
@media(max-width: 500px){
.sticky__header .menu-extra li span {
    font-size: 14px;
  }
}

/*.menu-extra li span.cart-badge {
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    top: 0px;
    width: 18px;
}*/

.shopping__btn li a {
    text-decoration: none;
}

/*Products*/
.slick-slide {
  padding: 0 5px;
}

.product__action li a {
  text-decoration: none;
  width: 100%;
  display: block;
}

.product__details a:hover,
.product__details a:focus,
.product__details a:active {
  color: #000;
}

.product__price li.old__price {
  padding-right: 12px;
  font-size: 13px;
}

.product__price {
  align-items: center;
}

.product__action li a span:hover,
.bst__pro__action li a.is-active span,
.sidebar__list li.active a,
.list__details__inner span.product__price {
  color: #000;
}

.product__action li {
  width: 50px;
  height: 43px;
  line-height: 50px;
}

.product__action li:nth-child(2)::before {
  background: none;
}

.product__action::before {
  background: transparent;
}

.product__action li {
  width: 50%;
  margin-right: 10px;
  border-radius: 50%;
  background: #fff;
}

.product {
    position: relative;
    background: var(--surface-color);
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #eeeeee;
    padding-bottom: 1PX;
}

.product__details {
  padding: 1.25rem;
}

.product__details h2 {
  color: var(--heading-color);
  font-size: 14px !important;
  font-weight: 200;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  min-height: 39px;
}

.action--wishlist.tile-actions--btn.flex.wishlist-btn.wishlist {
  text-decoration: none;
}

.add__to__wishlist a span {
  font-size: 20px;
}

.add__to__cart{
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.add__to__cart a span {
  font-size: 20px;
}

.product__inner {
  position: relative;
  background: var(--surface-color);
  overflow: hidden;
}

.product__price li.new__price {
  padding-left: 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--accent-color);
}
.filter__box .btn_web{
  padding: 10px 35px;
  color:#fff;
  font-size: 14px;
}

.filter__wrap.filter__menu__on {
    margin-top: 0px !important;
}

.filter__menu__container {
    margin-bottom: 50px;
}

.page-pagination .pagination {
    justify-content: center;
}

.page-pagination ul li a {
    text-decoration: none;
}

.shopping__cart__on {
    margin-top: 0;
}

@media(max-width: 880px){
.filter__menu__container {
    margin-bottom: 30px !important;
    display: flex;
}

 .filter__menu__container .btn_web{
  margin-top: 23px!important;
 }

.filter__cart__inner, .filter__menu__close__btn {
  padding: 40px 30px !important;
}
}

.pro__thumb .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.pro__thumb img {
  display: block;
  width: 100%;
  transition: opacity 0.4s ease-in-out;
}

.pro__thumb img.second-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.pro__thumb:hover img.first-image {
  opacity: 0;
}

.pro__thumb:hover img.second-image {
  opacity: 1;
}

/*Wishlist*/
.product-tile-container.wishlist-tile-container{
  width: 22% !important;
  padding: 0 10px;
}
.product-tile-container.wishlist-tile-container {
    margin-left: 20px;
}
.product-tile--tile-actions a{
  text-decoration: none !important;
}
.wishlist-container a span img{
  margin-left: 0;
}
.product-tile--tile-actions a span{
 font-size: 20px;
  font-weight: 400;
}
.post-title a{
  font-size: 16px !important;
  font-weight: 400;
}
.product-tile--tile-actions a {
    padding: 5px 0px 7px 0;
}
.product-tile--tile-content.flex {
  text-align: left; 
}

.add__to__wishlist {
    display: flex;
    column-gap: 12px;
}

.add__to__wishlist a {
    text-decoration: none;
}

.add__to__wishlist a span {
    color: #242424;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
#shop-hcaptcha-badge-container {
    display: none !important;
}

.footer {
  color: var(--default-color) !important;
  background-color: var(--background-color);
  font-size: 14px;
  position: relative !important;
  z-index: 1 !important;
}

.fixed__footer {
  margin-bottom: 0 !important;
}

.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid
    color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .footer-about .logo {
  line-height: 1;
  /*margin-bottom: 25px;*/
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
  color: #fff;
}

.footer .footer-about p a {
  color: #fff;
}

.footer-newsletter p {
  color: #fff;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-right: 10px;
  transition: 0.3s;
  text-decoration: none;
}

.footer .social-links a:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.footer .phone-link img{
  width: 26px;
  height: 26px;
}
.footer .phone{
  vertical-align: bottom;
}
.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 38px;
}

.footer .footer-links {
  margin-bottom: 30px;
}
.footer .footer-links h4,
.footer .footer-newsletter h4{
 color: #fff !important;
}
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-size: 14px;
}

.footer .footer-links ul a:hover {
  color: #eeeeee;
}

.footer .footer-contact p {
  margin-bottom: 0;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 0;
  position: relative;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  display: flex;
  background-color: var(--background-color);
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}
.footer .footer-newsletter .newsletter-form input[type="email"] {
  border-radius: 0;
  padding: 4px;
  width: 100%;
  border: 1px solid #808080;
  background-color: var(--background-color);
  color: var(--default-color);
  font-family: var(--default-font) !important;
}
.footer-top p{
  font-family: var(--default-font) !important;
}
.footer .footer-newsletter .newsletter-form input[type="email"]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type="submit"] {
  border: 0px;
  font-size: 16px;
  margin: 0;
  background: var(--accent-color);
  background-color: #222222;
  color: var(--contrast-color);
  transition: 0.3s;
  padding: 0 10px;
    font-family: var(--default-font) !important;
}
.form-message{
  margin-top: 14px;
}
.footer .footer-newsletter .newsletter-form input[type="submit"]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  background-color: #666;
  border-radius: 0;
  border: 1px solid #808080;
}

.footer .copyright {
    padding-top: 20px;
    border-top: 1px solid
    color-mix(in srgb, var(--default-color), transparent 90%);
    padding-bottom: 20px;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}
.footer-item i {
  font-size: 16px;
  color: #fff;  
  margin-top: 0;
}
.footer-item p {
  margin: 0;
}
.footer-item a {
 text-decoration: underline;
}
.footer-item .phone-link{
   text-decoration: none;;
}
.footer-item span {
 color: #fff;
 padding-left: 0;
}
.footer-item .ms-27{
  margin-left: 27px;
}
.pe-sd{
  padding-right: 11px;
}
a.action--wishlist span img{
  width: 22px;
  height: 22px;
  display: none;
  margin-bottom: 3px;
}
a.action--wishlist span img{
  display: inline-block !important;
}
.ti-heart-broken::before{
  display: none;
}
.footer-newsletter .subscribe-btn {
    font-size: 14px;
    line-height: 34px;
    padding: 0; 
}
.footer-newsletter .subscribe-btn:active {
  border: 1px solid #000;
}

/*--------------------------------------------------------------
# Responsive
-----------------------------------------------------------------*/
@media (min-width: 1699px) {
.container-fluid {
    padding: 0 50px;
}
}

@media (max-width: 991px) {
  .user__meta.hidden-xs {
    display: none;
  }

  .header--3 .mean-container .mean-nav {
    max-height: 400px;
    overflow-y: scroll;
  }

  .header--3  .mean-container a.meanmenu-reveal {
        font-family: 'Poppins',sans-serif;
        right: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header--3 .logo {
        height: aUTO;
    }
    .header--3 .mean-container a.meanmenu-reveal {
        margin-top: -58px;
    }
}



@media (max-width: 767px) {
  .container {
      width: 100%;
  }

  .full-banner h3 {
    font-size: 30px;
}

  .header--3 .menu-extra,
  .header--3 .logo {
    height: auto;
  }

  .header--3 .menu-extra {
    margin-right: 0;
    justify-content: center;
  }

  .logo img {
    max-width: 100% !important;
  }

  .product:hover .product__hover__info {
    opacity: 1;
    top: auto;
    bottom: 0;
  }

 .header--3 .mean-container a.meanmenu-reveal {
    margin-top: -35px;
  }

  a.tslink {
    font-size: 12px;
  }

  .footer .footer-links ul a {
    line-height: 1.5;
  }

  .menu-extra li {
    padding: 0 5px;
  }

  .container-fluid {
    padding: 0 15px;
  }

  .topbar {
    height: auto;
  }

  .contact-info {
    flex-flow: column;
    align-items: start !important;
    text-align: left;
  }
 
  .topbar .contact-info i.ms-4 {
    margin-left: 0 !important;
  }
}
@media (max-width: 575px) {
  .topbar .contact-info i a,
  .topbar .contact-info i span {
    font-size: 13px;
  }
 .topbar a.tslink span {
    display: none;
}
}
@media (min-width: 576px) and (max-width: 1025px){
  .topbar a.tslink span {
    display: none;
}
}
@media (max-width: 820px) {
  .announcement-bar-container {
    height: 35px;
  }
 .announcement-bar {
    max-width: 830px;
    width: 80%;
 }
  .announcement-text {
    font-size: 12px;
   transition: opacity 7s ease-in-out, visibility 10s ease-in-out;
  }
  .contact-link{
  font-size: 12px;
}
  .arrow {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .announcement-bar-container {
    height: 30px;
  }
 .announcement-bar {
    max-width: 550px;
    width: 100%;
 }
  .announcement-text {
    font-size: 10px;
    transition: opacity 7s ease-in-out, visibility 10s ease-in-out;
  }
  .contact-link{
  font-size: 10px;
}
  .arrow {
    font-size: 14px;
    padding: 2px;
  }
}

@media(max-wdith: 768px){
    /*For product pop up*/
    .modal-dialog.modal__container {
        width: 400px !important;
        margin-left: 15px;
        margin-right: 12px;
    }
.productModal .cart-plus-minus{
  max-width: 110px;
}
.productModal .cart-plus-minus-box {
    width: 75px;
  }
}
@media(max-width: 576px){
  .modal-dialog.modal__container {
        width: 400px !important;
    }
 .modal-dialog {
        max-width: 100% !important; 
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .modal-header{
      margin-top: 10px !important;
    }
}
