/* Font */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@300;400;500;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;1,600&display=swap');

html {
  font-family: Montserrat,sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 16px;
  font-family: Montserrat,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #585858;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0 0 15px 0;
}

a {
  color: #528ec1;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input, button {
  font-family: Montserrat,sans-serif;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header Starts */

.site-header {
  background-color: #61a9e6;
  color: #fff;
  padding: 30px 0;
}

.site-header-left {
  margin: 15px 0;
  width: 50%;
}

.site-logo {
  max-width: 350px;
  display: inline-block;
}

.site-logo img {
  width: 100%;
}

.site-header-right {
  font-size: .85em;
  color: #fff;
  width: 50%;
  padding-left: 15px;
}

.site-top-link a {
  color: #fff;
  font-weight: 700;
}

.site-top-link a:hover {
  opacity: 0.9;
}

.site-top-link span {
  margin: 0 5px;
}

.header-top-form {
  justify-content: flex-end;
}

.header-top-form .header-search-bar {
  position: relative;
  max-width: 300px;
  flex-grow: 1;
}

.header-top-form .header-search-bar input {
  width: 100%;
  height: 44px;
  background-color: #3d71b1;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border: 0 !important;
  outline: 0 !important;
  padding: 10px 45px 10px 10px;
}

.header-top-form .header-search-bar .search-btn {
  color: #fff;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border:0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent !important;
}

.header-top-form .header-search-bar input::-webkit-search-cancel-button {
  display: none;
}

.header-top-form .header-search-bar input::placeholder {
  color: #fff;
  font-weight: 500;
  opacity: 1;
}

.header-top-form .header-search-bar input:-ms-input-placeholder {
  color: #fff;
  font-weight: 500;
}

.header-top-form .header-search-bar input::-ms-input-placeholder {
  color: #fff;
  font-weight: 500;
}

.header-top-form .header-card-btn {
  border-radius: 2px;
  height: 44px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  padding: 0 20px;
  background-color: #3d71b1;
  margin-left: 15px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
}

.header-top-form .header-card-btn i {
  margin-right: 10px;
}

.header-cart-count {
  display: inline-block;
  text-align: center;
  background-color: #dd2525;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  position: absolute;
  top: -5px;
  right: -5px;
}

/* Header Ends */

/* Navigation Starts */

.navbar {
  background-color: #3d71b1;
  position: relative;
  z-index: 15;
}

.mobile-nav {
  display: none;
}

.site-nav {
  margin: 0 0 0 -15px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.site-nav li {
  position: relative;
}

.site-nav li a {
  text-decoration: none;
  padding: 15px;
  text-transform: uppercase;
  display: block;
  color: #fff;
}

.site-nav li.has-submenu a i {
  margin-left: 10px;
}

.site-nav-dropdown {
  list-style: none;
  text-transform: none;
  position: absolute;
  border: 1px solid #ececec;
  background-color: #fff;
  box-shadow: 0 5px 40px rgba(0,0,0,0.05);
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 90ms;
  -moz-transition: all 90ms;
  -ms-transition: all 90ms;
  -o-transition: all 90ms;
  transition: all 90ms;
}

.site-nav li.has-submenu:hover .site-nav-dropdown {
  opacity: 1;
  pointer-events: auto;
}

.site-nav-dropdown li a {
  color: #528ec1;
  text-transform: none;
  padding: 10px 15px;
  white-space: nowrap;
}

/* Navigation Ends */

/* Slider Start */

.slider-wrapper {
  overflow: hidden;
}

/*.flex-direction-nav a:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 40px;
  display: inline-block;
  line-height: 1;
  opacity: 0.35;
  content: "\f053";
}*/

/*.flex-direction-nav a.flex-next:before {
  content: '\f054';
}*/

.flex-control-nav li {
  margin: 0 4px;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  background-color: #ececec;
  border: 2px solid #fff;
  box-shadow: none;
}

.flex-control-paging li a:hover {
  background-color: #d3d3d3;
}

.flex-control-paging li a.flex-active {
  background-color: #fff;
  border: 2px solid #528ec1;
  cursor: default;
}

/* Slider Ends */

/* Section Heading Starts */

.section-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.section-heading .heading-text {
  color: #000;
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto 0 0;
}

.section-heading .header-right {
  margin: 5px 0;
}

.header-right a {
  color: #528ec1;
}

/* Section Heading Ends */

/* Product Grid & Box Starts */

.product-grid-section {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ececec;
}

.product-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -15px -15px;
}

.five-box .product-box {
  width: calc(100% / 5);
}

.four-box .product-box,
.product-box {
  width: calc(100% / 4);
}

.three-box .product-box {
  width: calc(100% / 3);
}

.product-box .product-box-inner {
  display: block;
  margin: 0 15px 30px;
  padding: 0;
}

.four-box .product-box .product-image,
.product-box .product-image {
  height: 242px;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.five-box .product-box .product-image {
  height: 188px;
}

.product-box .product-image img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product-title {
  color: #585858;
  margin-bottom: 10px;
}

.product-price span {
  font-size: 22px;
  color: #000;
  font-weight: 700;
}

.product-box.category-box {
  display: flex;
}

.category-box .product-box-inner {
  display: block;
  flex-grow: 1;
  margin: 0 15px 15px;
  padding: 15px;
  background: #ededed;
  border: 1px solid #ececec;
  background-color: rgba(0,0,0,.02);
}

.category-box.product-box .product-image {
  height: 225px;
  position: relative;
  width: 100%;
}

.category-box .category-box-title {
  color: #585858;
  padding-top: 15px;
  font-weight: 500;
  text-align: center;
  display: block;
}


/* Product Grid & Box Ends */

/* CTA Banner Starts */

.cta-banner-section {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ececec;
}

.cta-banner-section img {
  width: 100%;
}

/* CTA Banner Ends */

/* Footer Starts */

.page-footer {
  background-color: #f2f2f2;
  padding: 30px 0;
  color: #636363;
}

.page-footer a {
  color: #636363;
  text-decoration: none;
  cursor: pointer;
}

.footer-top-section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 -15px;
}

.footer-top-section .footer-start {
  padding: 0 15px;
  flex: 0 0 180px;
  margin-bottom: 30px;
}

.footer-top-section .footer-middle {
  padding: 0 15px;
  flex-grow: 1;
  margin-bottom: 30px;
}

.footer-top-section .footer-end {
  padding: 0 15px;
  flex: 0 0 320px;
  margin-bottom: 30px;
}

.footer-top-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-top-section ul li {
  margin-bottom: 5px !important;
}

.footer-top-section ul li:last-child {
  margin-bottom: 0 !important;
}

.page-footer h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 700;
}

.newsletter-form .input-group {
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #b9b9b9;
}

.newsletter-input {
  flex-grow: 1;
  height: 42px;
  padding: 0 10px;
  outline: 0;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #b9b9b9;
  background-color: rgba(88,88,88,.1);
  font-size: 12px;
  color: #585858;
  font-weight: 500;
}

.newsletter-input::-webkit-search-cancel-button {
  display: none;
}

.newsletter-input::placeholder {
  color: #585858;
  opacity: 1;
  font-weight: 500;
}

.newsletter-input:-ms-input-placeholder {
  color: #585858;
  font-weight: 500;
}

.newsletter-input::-ms-input-placeholder {
  color: #585858;
  font-weight: 500;
}

.newsletter-btn {
  flex-grow: 0;
  height: 42px;
  background-color: #dcdcdc;
  color: #585858;
  font-size: 12px;
  padding: 8px 12px;
  border: 0;
  outline: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
}

.newsletter-btn:hover {
  background-color: #cfcfcf;
}

.footer-middle-section {
  padding: 15px 0;
  margin-bottom: 30px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.footer-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.footer-link-list li {
  font-size: 13px;
  margin-right: 15px !important;
}

.footer-link-list li:last-child {
  margin-right: 0 !important;
}

.footer-payment-list li {
  display: flex;
}

.footer-payment-list .icon {
  width: 38px;
  height: 24px;
}

.footer-bottom-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* Footer Ends */

/*****************Header CSS 12-April-2024 CSS Start***************/
.page-layout-2columns-left .field.limiter {
  width: 100%;
  border-top: 1px solid #00255d !important;
  padding-left: 0 !important;
  font-family: 'Lato-Regular', sans-serif !important;
  color: #00255d !important;
  padding-right: 0 !important;
  padding-top: 15px;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  margin-top: 45px;
}
.page-layout-2columns-left .sorter {
    margin-top: -32px;
}
.abs-visually-hidden-desktop-s, .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  clip: initial !important;
  margin: 0 !important;
}
.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
  border: 0 !important;
  margin: -9px !important;
  padding: 9px !important;
}

/*****************Header CSS 12-April-2024 CSS End***************/

/* Media Queries */

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

  /* Navigation Starts */

  .site-nav {
    margin: 0 0 0 -10px;
    font-size: 12px;
  }

  .site-nav li a {
    padding: 15px 10px;
  }

  .site-nav-dropdown li a {
    padding: 10px;
  }

  /* Navigation Ends */

  /* Product Grid & Box Starts */

  .four-box .product-box .product-image,
  .product-box .product-image {
    height: 162px;
  }

  .five-box .product-box .product-image {
    height: 123px;
  }

  /* Product Grid & Box Ends */

  /* Footer Starts */

  .footer-top-section .footer-end {
    flex: 0 0 270px;
  }

  /* Footer Ends */
  

}

@media (max-width: 767.98px) {

  /* Section Heading Starts */

  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-heading .heading-text {
    font-size: 22px;
  }

  /* Section Heading Ends */

  /* Product Grid & Box Starts */

  .five-box .product-box {
    width: calc(100% / 2);
  }

  .four-box .product-box,
  .product-box {
    width: calc(100% / 2);
  }

  .three-box .product-box {
    width: calc(100% / 2);
  }

  /* Product Grid & Box Ends */

  /* Footer Starts */

  .footer-top-section {
    flex-direction: column;
  }

  .footer-top-section .footer-start {
    flex: 0 0 100%;
    text-align: center;
  }

  .footer-top-section .footer-middle {
    flex: 0 0 100%;
    text-align: center;
  }

  .footer-top-section .footer-end {
    flex: 0 0 100%;
    text-align: center;
  }

  .footer-middle-section {
    display: flex;
    justify-content: center;
  }

  .footer-bottom-section {
    flex-direction: column;
  }

  .footer-payment-list {
    margin-top: 10px;
  }

  /* Footer Ends */

  /* Navigation Starts */

  .site-nav,
  .site-top-link,
  .header-top-form,
  .site-tel {
    display: none !important;
  }

  .site-tel {
    margin-bottom: 0;
  }

  .site-header-left {
    margin: 0;
    width: auto;
  }

  .site-header-right {
    padding: 0;
    width: auto;
    flex: 1;
    
    
  }
  

  /* Navigation Ends */

  /* Mobile Nav Starts */

  .mobile-nav {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }

  .mobile-nav-header {
    background: #3d71b1;
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .menu-link {
    color: #fff;
  }

  .menu-link i {
    margin-right: 10px;
  }

  .mobile-cart {
    color: #fff;
    display: flex;
    align-items: center;
  }

  .mobile-cart i {
    margin-right: 10px;
  }

  .mobile-cart-count {
    display: inline-block;
    text-align: center;
    background-color: #dd2525;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    margin-left: 10px;
  }

  .menu {
    display: none;
    background: #3d71b1;
  }

  .menu.active {
    display: block;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
  }

  .mobile-nav-menu,
  .mobile-nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    border-top: 1px solid #81a6d3;
  }

  .mobile-nav-menu ul {
    background: #568dd2;
    display: none;
  }

  .mobile-nav-menu ul.active {
    display: block;
  }

  .mobile-nav-menu a {
    color: #fff;
    padding: 10px 15px;
    display: block;
    font-size: 14px;
  }

  .mobile-nav-menu li {
    border-bottom: 1px solid #81a6d3;
  }

  .mobile-nav-menu li:last-child,
  .mobile-nav-menu li ul li:last-child {
    border-bottom: 0;
  }

  .mobile-nav-menu .has-submenu {
    position: relative;
  }

  .has-subnav {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #81a6d3;
  }

  .has-subnav.active:before {
    content: "\f077";
  }

  .mobile-search-bar {
    position: relative;
    width: 100%;
    padding: 15px;
    border-top: 1px solid #81a6d3;
    box-sizing: border-box;
  }

  .mobile-search-bar input {
    width: 100%;
    height: 44px;
    background-color: #406ea8;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff !important;
    outline: 0 !important;
    padding: 10px 45px 10px 10px;
  }

  .mobile-search-bar .search-btn {
    color: #fff;
    line-height: 1;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    border:0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent !important;
  }

  .mobile-search-bar input::-webkit-search-cancel-button {
    display: none;
  }

  .mobile-search-bar input::placeholder {
    color: #fff;
    font-weight: 500;
    opacity: 1;
  }

  .mobile-search-bar input:-ms-input-placeholder {
    color: #fff;
    font-weight: 500;
  }

  .mobile-search-bar input::-ms-input-placeholder {
    color: #fff;
    font-weight: 500;
  }

  /* Mobile Nav Ends */

  /* Magento Overwrite CSS */

  .block-search .label {
    margin-right: 10px;
  }

  .block-search .label:before {
    border-radius: 2px;
    height: 44px;
    font-size: 20px;
    text-transform: uppercase;
    border: 0;
    padding: 0 15px;
    background-color: #3d71b1;
    margin: 0;
    color: #fff !important;
    font-weight: 500;
    font-family: 'luma-icons';
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: relative;
  }

  .block-search .control {
    padding: 0 !important;
    position: absolute;
    width: 100%;
    left: -9px;
    bottom: -15px;
    z-index: 10;
  }

  .block-search .label.active+.control input {
    margin: 0;
  }

  .minicart-wrapper {
    margin-top: 0;
  }

  .header.content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .site-logo {
    max-width: 250px;
    display: flex;
  }

  .nav-toggle {
    position: static;
    margin-right: 10px;
  }

  .nav-toggle:before {
    font-size: 22px;
    color: #fff !important;
  }

  .footer.content ul.footer-payment-list {
    margin-top: 15px !important;
  }
  .amsearch-wrapper-input {
    top: -15px;
    }
    .form .search-autocomplete {
      top: 45px;
      margin: -15px 0px 0;
    width:100% !important;
    }
    .site-header-right {
      display: flex !important;
      flex-wrap: nowrap !important;
      margin-left: initial !important;
      justify-content: flex-end !important;
    }
    /*****************Header CSS 12-April-2024 CSS Start***************/
      .site-logo img {
          display: flex;
          max-height: 80px !important;
          justify-content: center;
          align-items: center;
          max-width: 100%;
          width: 100% !important;
      }
      .site-header-right .block-search .search .control {
          left: 0;
          right: 0;
          top: 168px;
          position:absolute;
      }
      .hide-mobile-image {
        display: none;
      }
      .page-layout-2columns-left .field.limiter {
        width: 100%;
        border-top: 1px solid #00255d !important;
        padding-left: 0 !important;
        font-family: 'Lato-Regular', sans-serif !important;
        color: #00255d !important;
        padding-right: 0 !important;
        padding-top: 15px;
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        margin-top: 45px;
      }
      .page-layout-2columns-left .field .label, .page-main-full-width .field .label, .catalog-product-view .field .label {
          color: #000 !important;
          display: block;
          float: left;
          font-weight: 700 !important;
          padding-bottom: 5px;
          position: relative;
          z-index: 0;
          font-size: 12px;
          padding: 0;
          font-family: "Lato-Regular", sans-serif;
      }
      .page-layout-2columns-left .sorter {
          margin-top: 0;
          float: none;
          text-align: left;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 1;
      }
      .page-layout-2columns-left.page-products .columns {
          padding-top: 42px;
      }
      .page-layout-2columns-left .field.limiter {
          margin-top: 0;
      }
      .page-products .sorter {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
      }

  /*****************Header CSS 12-April-2024 CSS End***************/
}

@media (max-width: 640px) {
  .site-logo {
    flex: 0 0 100%;
    order: -1;
    width: 100%;
    max-width: inherit;
    margin-bottom: 10px;
    height: 80px;
    align-items: center;
    justify-content: center;
  }

  .site-logo img {
    width: auto;
    max-height: 100%;
  }
}
@media (max-width: 375px) {
  .toolbar-sorter.sorter .sorter-options {
    width: 120px;
  }
}
/* Magento Overwrite CSS */

.page-header {
  background-color: #61a9e6;
  margin: 0 !important;
  position: relative;
  z-index: 999;
}

.header.content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.site-header-right {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  align-items: center;
}

.site-tel,
.site-top-link {
  text-align: right;
  flex: 0 0 100%;
}

.block-search {
  width: auto;
  max-width: inherit;
  margin-left: auto;
  padding-left: 0;
  margin-top: 0;
}

.block-search .control {
  border-top: 0;
  clear: both;
  margin: 0;
  padding: 0 15px;
}

.block-search input {
  width: 100%;
  height: 44px;
  background-color: #3d71b1;
  border-radius: 2px;
  font-size: 14px;
  font-family: Montserrat,sans-serif;
  font-weight: 500;
  color: #fff;
  border: 0 !important;
  outline: 0 !important;
  padding: 10px 45px 10px 10px;
  box-shadow: none !important;
  top: -300px;

}

.block-search .action.search:before {
  line-height: 44px;
  color: #fff;
}

.block-search input::-webkit-search-cancel-button {
  display: none;
}

.block-search input::placeholder {
  color: #fff;
  font-weight: 500;
  opacity: 1;
}

.block-search input:-ms-input-placeholder {
  color: #fff;
  font-weight: 500;
}

.block-search input::-ms-input-placeholder {
  color: #fff;
  font-weight: 500;
}

.minicart-wrapper .action.showcart {
  border-radius: 2px;
  height: 44px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  padding: 0 15px;
  background-color: #3d71b1;
  margin-left: 0;
  color: #fff;
  font-weight: 500;
  font-family: Montserrat,sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
}

.minicart-wrapper .action.showcart.active {
  display: flex;
}

.minicart-wrapper .action.showcart:before {
  color: #fff !important;
  line-height: 44px;
  margin-right: 10px;
}

.minicart-wrapper .action.showcart i {
  margin-right: 10px;
}

.nav-sections {
  background: #3d71b1;
  margin-bottom: 0;
}

.page-footer {
  background-color: #f2f2f2 !important;
  padding: 30px 0;
  margin: 0 !important;
  color: #636363;
}

.footer.content {
  border-top: 0 !important;
  padding-top: 0 !important;
}

.footer.content .block {
  width: 100%;
  max-width: inherit !important;
}

.footer.content ul {
  padding-right: 0 !important;
}

.footer.content .block.newsletter {
  margin-bottom: 0 !important;
}

.footer.content .block.newsletter .field .control:before {
  line-height: 40px;
}

.footer.content .block.newsletter .action.subscribe {
  height: 40px;
  border-radius: 0;
  background-color: #dcdcdc;
  color: #585858;
  border: 1px solid #c2c2c2;
  font-size: 14px;
}

.footer.content .block.newsletter input {
  height: 38px;
  background-color: rgba(88,88,88,.1);
  font-size: 14px;
  border: 0;
  box-shadow: none !important;
}

.footer.content .block.newsletter .form.subscribe {
  display: flex;
  width: 100%;
}

.footer.content .block.newsletter .field {
  margin: 0;
  flex-grow: 1;
}

.footer.content .block.newsletter .actions {
  width: auto;
}

/* CMS Pages */

.cms-page-view .page-main {
  max-width: 710px;
  padding: 30px 15px;
}

.page-wrapper>.breadcrumbs {
  max-width: 1030px;
  padding: 0 15px 0 25px;
}

.breadcrumbs .items {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}

.cms-page-view h1.page-title {
  color: #000;
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cms-page-view .page-main p {
  margin: 0 0 20px 0;
}

.cms-page-view .page-main h2 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
}

.cms-page-view .page-main h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 20px;
}

.cms-page-view .page-main h4 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 20px;
}

/* Login & Signup */

.customer-account-login .page-main,
.customer-account-create .page-main,
.customer-account-forgotpassword .page-main,
.multishipping-checkout-login .page-main,
.multishipping-checkout-register .page-main {
  max-width: 1030px;
  padding: 0 15px;
}

.customer-account-login .page-main>.page-title-wrapper .page-title,
.customer-account-create .page-main>.page-title-wrapper .page-title,
.customer-account-forgotpassword .page-main>.page-title-wrapper .page-title,
.multishipping-checkout-login .page-main>.page-title-wrapper .page-title,
.multishipping-checkout-register .page-main>.page-title-wrapper .page-title {
  color: #000;
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}

.login-container .block .block-title {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}

.login-container .block .block-title strong {
  font-weight: 700;
}

.customer-account-create .fieldset>.legend {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.customer-account-create .fieldset>.legend>span {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.fieldset {
  margin: 0 0 30px;
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
  font-weight: 500;
  font-size: 14px;
}

.form-create-account .fieldset.create.account:after {
  margin-top: 20px;
}

.action.login.primary,
.action.create.primary,
.action.submit.primary {
  border-radius: 2px;
  height: 44px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  padding: 0 15px;
  background-color: #3d71b1;
  color: #fff;
  font-weight: 500;
  font-family: Montserrat,sans-serif;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
}

/* Product Grid */

.wrapper.products {
  padding: 0;
}

.column.main .product-item {
  padding: 0 15px;
}

.column.main .product-items {
  margin: 0 -15px;
}

.products-grid .product-item {
  margin-left: 0;
  width: calc(100% / 2);
}

.page-products .product-item-info {
  width: auto;
}

.page-products .page-main>.page-title-wrapper {
  margin-top: 30px;
}

.page-products .page-main>.page-title-wrapper .page-title {
  margin-bottom: 30px;
  color: #000;
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-products .page-main {
  max-width: 1025px;
}

.page-products.page-layout-1column.page-with-filter .column.main {
  padding-top: 0;
}

.page-products .columns {
  padding-top: 0;
}

.page-products.page-layout-1column .filter.block {
  display: none;
}

.page-products.page-layout-1column .toolbar-amount {
  display: none;
}
.page-products.page-layout-1column .modes {
  display: inline-block;
  margin-right: auto;
  font-size: 12px;
  padding: 5px 0;
}

.page-products.page-layout-1column .toolbar-products {
  position: static;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.toolbar select {
  background-color: #fff;
  box-shadow: none;
  border-radius: 3px;
}

.page-products.page-layout-1column .toolbar-products:last-of-type {
  display: none;
}

.page-products .sorter .sorter-label {
  font-size: 12px;
}

/*.products-grid .product-item-inner {
  display: none !important;
}*/
/*****************Header CSS 12-April-2024 CSS Start***************/
.products-grid .product-item-inner {
    visibility: visible;
    opacity: 1;
    display: block;
    position: initial !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    box-shadow: none;
}
.products-grid .product-item-info:hover .product-item-inner, .products-grid .product-item-info.active .product-item-inner {
    box-shadow: none !important;
    border: 0 !important;
    transform:none !important;
    margin:0;
    padding:0;
}

.product-item .tocart {
    display: none;
}

.products-grid .product-item-inner .action.tocart.buynow.primary {
    display: block;
}

.products-grid .product-item-inner .action.tocompare {
    display: none !important;
}
.products-grid .product-item-inner .product-item-actions {
    margin: 0;
}
/*****************Header CSS 12-April-2024 CSS End***************/

.product-item .price-box {
  margin: 10px 0;
}

.price-container .price {
  font-size: 22px;
  color: #000;
}

.page-layout-1column .block.widget .products-grid .product-item {
  padding: 0 15px;
  margin-left: 0 !important;
}

.column.main .product-grid-section .products-grid .product-items {
  margin: 0;
}

.product-item-name>a, .product.name a>a {
  color: #585858 !important;
  text-decoration: none !important;
}

.catalog-product-view .page-main {
  max-width: 1030px;
  padding: 0 15px;
}

.catalog-product-view .column.main {
  padding-top: 30px;
}

.product-info-main .page-title-wrapper h1 {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 700;
}

.product-info-main .product-add-form {
  padding-top: 0;
}

.catalog-product-view #product-addtocart-button,
.catalog-product-view #product-updatecart-button {
  width: 100%;
  margin-right: 0;
  background: #fff;
  color: #528ec1;
  border: 2px solid #528ec1;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-product-view #product-addtocart-button:before,
.catalog-product-view #product-updatecart-button:before {
  content: '\e611';
  font-family: 'luma-icons';
  margin-right: 10px;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 2px;
}

.catalog-product-view .buy-now-btn {
  width: 100%;
  margin-right: 0;
  background: #528ec1;
  color: #fff;
  border: 2px solid #528ec1;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.catalog-product-view .buy-now-btn:hover,
.catalog-product-view .buy-now-btn:focus,
.catalog-product-view .buy-now-btn:active {
  background: #457ba8;
  border: 2px solid #457ba8;
}

.product-info-main .product-info-price {
  border-bottom: 0;
}

.box-tocart .field.qty .input-text.qty {
  text-align: left;
  width: 100%;
  max-width: 300px;
  height: 40px;
  border: 1px solid #ececec;
  background-color: rgba(88,88,88,.1);
  outline: 0;
}

.minicart-wrapper .action.showcart .counter.qty {
  height: 21px;
  line-height: 1;
  margin: 0;
  min-width: 21px;
  width: 21px;
  padding: 0;
  position: absolute;
  border-radius: 100%;
  box-shadow: none;
  top: -8px;
  right: -8px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
}

.products-list .product-item-photo {
  max-width: 130px;
}

.products-list .product-item-actions {
  display: none !important;
}

.minicart-wrapper.active .block-minicart {
  color: #585858;
}

.minicart-wrapper .block-minicart {
  padding: 25px 20px 18px;
}

.minicart-wrapper .minicart-widgets {
  margin-top: 0;
}

.checkout-cart-index .page-main,
.checkout-index-index .page-main {
  max-width: 1030px;
}

.checkout-cart-index .page-main>.page-title-wrapper .page-title {
  color: #000;
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}

.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .product-item-name,
table th,
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount,
.cart-summary .checkout-methods-items .action.primary.checkout,
.cart-summary .checkout-methods-items .item {
  font-size: 14px;
}

.cart-summary .block .title strong {
  font-size: 12px;
}

.cart-summary .checkout-methods-items {
  margin: 0;
}

.cart-summary .checkout-methods-items .item {
  margin-bottom: 20px;
}

.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary>.title,
.checkout-agreements-items .checkout-agreements-item-title {
  font-weight: 700;
  font-size: 20px;
}

.column.main .opc-block-summary .product-item {
  padding-right: 0;
}

.opc-block-summary .items-in-cart>.title strong {
  font-size: 14px;
  font-weight: 500;
}

.checkout-shipping-method .actions-toolbar .action.primary.button,
.action.primary.checkout {
  border-radius: 2px;
  height: 44px;
  font-size: 13px !important;
  text-transform: uppercase;
  border: 0;
  padding: 0 15px;
  background-color: #3d71b1;
  color: #fff;
  font-weight: 500;
  font-family: Montserrat,sans-serif;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
}

.checkout-payment-method .payment-method-title {
  padding: 0 0 20px;
  margin: 0;
  font-weight: 500;
}

.checkout-payment-method .payment-method-content {
  padding: 0 0 20px 0;
}

.opc-block-shipping-information {
  padding: 0;
}

.action.action-edit-address {
  margin-top: 10px;
}

.opc-estimated-wrapper {
  margin: 0 -15px 15px;
}

.authentication-wrapper {
  float: none;
  margin-top: 0;
  padding: 10px 0;
}

.block-authentication .block-title strong {
  font-weight: 700;
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333 !important;
}

.block-authentication .actions-toolbar>.primary .action {
  border-radius: 2px;
  height: 44px;
  font-size: 14px !important;
  text-transform: uppercase;
  border: 0;
  padding: 0 15px;
  background-color: #3d71b1;
  color: #fff;
  font-weight: 500;
  font-family: Montserrat,sans-serif;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
}

.block-authentication .actions-toolbar>.secondary {
  padding-top: 15px;
  text-align: left;
  font-size: 14px;
}

.shortDescription-sect {
  display: flex;
  width: 100%;
  padding: 20px 0;
}

.shortDescription-sect .product.attribute {
  width: 100%;
}

.page-main .block.accessory-upsell {
  display: inline-block;
  margin-top: 20px;
}

.page-main .block.accessory-upsell .items .item {
  padding-left: 0;
}

.page-main .block.accessory-upsell .items .item .checkbox {
  margin-right: 10px;
  margin-top: 0;
  height: 20px;
  width: 20px;
}

.page-main .block.accessory-upsell .items .item .accessories-right {
  position: relative;
  padding-left: 50px;
}

.page-main .block.accessory-upsell .items .item .accessories-right .product.name {
  font-size: 16px;
  margin-bottom: 3px;
  display: block;
}

.page-main .block.accessory-upsell .items .item .accessories-right .accessory-image-photo {
  padding: 0;
  position: absolute;
  left: 0;
}
.page-main .block.accessory-upsell .items .item .accessories-right .accessories-description {
  font-size: 16px;
  margin-bottom: 5px;
}

.page-main .block.accessory-upsell .items .item .price-box {
  font-size: 16px;
}

.products-grid.products-related .item.product-item .product-item-info {
  width: 100%;
}

.products-grid.products-related .item.product-item .product-item-name {
  margin-left: 0 !important;
}

.product-info-main .mp_social_share_inline_under_cart {
  padding: 0;
}

.product-info-main .mp_social_share_inline_under_cart .a2a_default_style a {
  padding: 3px;
  margin-right: 5px;
  border-radius: 3px;
}

.product-info-main .mp_social_share_inline_under_cart .a2a_default_style a.a2a_button_facebook {
  background-color: rgb(24, 119, 242);
}

.product-info-main .mp_social_share_inline_under_cart .a2a_default_style a.a2a_button_facebook:hover {
  background-color: rgb(24, 119, 202);
}

.product-info-main .mp_social_share_inline_under_cart .a2a_default_style a.a2a_button_twitter {
  background-color: rgb(85, 172, 238);
}

.product-info-main .mp_social_share_inline_under_cart .a2a_default_style a.a2a_button_twitter:hover {
  background-color: rgb(65,143,202);
}

.product-info-main .mp_social_share_inline_under_cart .a2a_default_style a.a2a_button_pinterest {
  background-color: rgb(189, 8, 28);
}

.product-info-main .mp_social_share_inline_under_cart .a2a_default_style a.a2a_button_pinterest:hover {
  background-color: rgb(158,5,22);
}

.product-info-main .mp_social_share_inline_under_cart .a2a_svg svg {
  width: 16px;
  height: 16px;
}

.product-info-main .mp_social_share_inline_under_cart .a2a_svg {
  width: auto;
  height: auto;
  background: none !important;
  opacity: 1 !important;
}

.product-info-main .mp_social_share_inline_under_cart .a2a_label {
  position: relative!important;
  clip: auto;
  clip-path: none;
  -webkit-clip-path: none;
  overflow: hidden;
  height: auto;
  width: auto;
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
}

.product-info-main .mp_social_share_inline_under_cart .a2a_count {
  display: none;
}

@media (max-width: 767px) {
  .nav-sections {
    background: #f0f0f0;
  }

  .nav-sections-item-title {
    height: auto;
    padding: 15px;
  }

  .nav-sections-item-content {
    margin-top: 55px;
    padding: 0;
  }

  .navigation .level0>.level-top {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
  }

  .navigation .level0>.level1 {
    font-weight: 500;
    font-size: 14px;
  }

  .navigation .submenu:not(:first-child) {
    font-weight: 500;
    line-height: 1.2;
    font-size: 14px;
  }
}

@media (min-width: 640px) {
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc(100% / 4);
  }

  .page-products .products-grid .product-item {
    margin-left: 0 !important;
  }

  .products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    box-shadow: none;    
  }

  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }

  .page-layout-1column .product-grid-wrapper.five-box .block.widget .products-grid .product-item {
    width: 20%;
  }
}

@media (min-width: 768px) {
  .header.content {
    max-width: 1030px;
    padding: 30px 15px;
  }

  .footer.content {
    max-width: 1030px;
    padding: 0 15px;
  }

  .block-search {
    width: 100%;
    /*max-width: 250px;*/
    max-width: 183px;
    margin-left: auto;
    padding-left: 0;
  }

  .block-search .control {
    padding: 0 !important;
  }

  .navigation {
    max-width: 1030px;
    padding: 0 15px;
    background: #3d71b1;
    font-weight: 500;
  }

  .navigation > ul {
    padding: 0;
  }

  .navigation .level0>.level-top {
    color: #fff;
    padding: 0 8px;
    text-transform: uppercase;
    font-size: 12px;
  }

  .navigation .level0>.level-top:hover,
  .navigation .level0>.level-top.ui-state-focus {
    color: #fff;
  }

  .navigation .level0 .submenu {
    border: 1px solid #ececec;
    box-shadow: 0 5px 40px rgba(0,0,0,0.05);
  }

  .navigation .level0 .submenu a {
    color: #528ec1;
    text-transform: none;
    padding: 10px 15px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
  }

  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #fff;
    color: #528ec1;
    opacity: 0.9;
    text-decoration: none;
  }

  .navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top {
    border-width: 0;
    color: #fff;
    background: #285892;
  }

  .navigation .level0.parent>.level-top {
    padding-right: 25px;
  }

  .navigation .level0.parent>.level-top>.ui-menu-icon {
    right: 5px;
  }

  .page-products .page-main>.page-title-wrapper {
    margin-top: 15px;
  }

  .modes-mode {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #ccc;
  }

  .modes-mode.active {
    box-shadow: none;
  }

  .page-layout-1column .product.media {
    width: 42%;
  }

  .page-layout-1column .product-info-main {
    width: 55%;
  }

  .product-info-main .page-title-wrapper h1 {
    font-size: 22px;
  }

  .cart.table-wrapper .product-item-photo {
    max-width: 120px;
  }

  .opc-progress-bar {
    margin: 40px 0 40px;
  }

  .authentication-wrapper {
    float: right;
    margin-top: -100px;
    padding: 0;
  }

  .authentication-wrapper .action.action-auth-toggle{
    color: #fff;
  }

  .block-authentication .block-title {
    font-size: 22px;
    border-bottom: 0;
    margin-bottom: 15px;
  }

  .block-authentication .actions-toolbar>.secondary {
    float: left;
    margin-right: 0;
    padding-top: 5px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .site-logo {
    max-width: 400px;
    display: inline-block;
  }

  .navigation .level0>.level-top {
    padding: 0 10px;
    font-size: 14px;
  }

}

@media (min-width: 1024px) {
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
}


/*amsearch*/
.search-autocomplete .amsearch-results .amsearch-additional-content{
  color: #585858;
  display: block;
  width: 100%;
}
.amsearch-form-container .search-autocomplete .amsearch-results .amsearch-leftside{
  color: #585858;
}
.amsearch-form-container.-opened .amsearch-leftside .amsearch-item-container.recent_searches{
  padding-bottom: 0;
}
.amsearch-item-container.recent_searches .amsearch-item:hover{
  border-color:  #528ec1; 
}
.amsearch-item-container:not(.recent_searches) .amsearch-highlight{
  color: #528ec1; 
}
.amsearch-item-container.page a.item-name{
 color: #528ec1;  
}
.amsearch-wrapper-content>.amsearch-item{
  color: #585858; 
}
.amsearch-products .amsearch-highlight{
  background-color: #528ec1;  
}

/*social sharing icon*/
.addthis_inline_share_toolbox {
    padding-top: 10px;
}



/*Google Map Css*/
.mpgooglemaps_review_map #mpgooglemaps_map_map_0 {
    display: block !important;
}

/*footer search*/
.cms_search .block-search {
    max-width: 100% !important;
}

/*checkout page*/
.table-checkout-shipping-method thead th{
display: table-cell !important;
}

/*Homepage Slider css*/
.block-static-block .flexslider .slides img {
    max-height: 300px; 
    width: auto; 
    max-width: 100%; 
    margin: 0 auto; 
}

.flex-direction-nav a {
    font-size: 0;
    overflow:visible !important;
}

/*Category image css and sidebar css*/
.category-view .category-image img {
    max-height: 300px; 
    width: auto; 
    max-width: 100%; 
    margin: 0 auto; 
}

.page-products .sidebar-main {
    width: 25% !important;
}
.page-products .column.main {
    width: 75% !important;
}

/* Starting From css*/
.product-item .price-box .price-label {
    color: rgb(102, 102, 102);
    font-size: 12px;
    align-items: center;
    font-weight: 600;
    margin-right: 5px;
}
.price-container.price-final_price.tax.weee {
    display: flex;
    align-items: center;
}



/***** collection page css ***/
body.cms-collections.cms-page-view .page-main {
    max-width: initial !important;
    padding: 0 15px 30px 15px !important;
}
.cms-page-view .product-grid-section {
     padding-top: 0 !important;
     border-top: 0 !important;
}
.cms-page-view .page-wrapper>.breadcrumbs {
   padding: 0 15px 0 15px !important;
}
.customer-account-create .actions-toolbar {
    margin-bottom: 15px;
}

/********Product title css ****************/
.product-item-name {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
}
/***********Product Page css****************/
.product-info-main .product-info-price .price-box .price-container>span {
    margin-right: 10px;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
    background-color:transparent !important;
}


/************Checkout Page css*************/
.checkout-index-index .nav-sections{
  
  display:block;
}

.authentication-wrapper {
    display: none;
}

/*****************19-Jan-2022***************/
.review-home {
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.review-home .product-reviews-summary.short.no-rating {
  order: 2;
  margin-bottom: 0;
}
.review-home .price-box {
  margin: 0;
}
strong.type {
  font-weight: bold !important;
}

.product-info-main .product-info-stock-sku {
  float: none !important;
  padding-left: 0 !important;
  text-align:left !important;
  padding-bottom:3px !important;  
} 
/*****************25-jan-2022 css start***************/ 

/*****************15-feb-2022 css start***************/ 
.product-info-main .product-reviews-summary{  
   float:none !important; 
   margin-bottom: 7px;  
} 
.product-info-main .product.attribute.overview{ 
   margin: 0px 0; 
} 
.product-options-bottom .price-box, .product-info-price .price-box{ 
   padding-bottom:0px !important; 
} 
.product-info-main .product-info-price{ 
   margin-bottom:0px !important;  
} 
/*****************15-feb-2022 css end***************/

/*****************03-May-2022 css start***************/
.product.details.product-item-details .sku-value {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*****************03-May-2022 css end***************/

/*****************03-May-2022 css end***************/
.product-info-main .product.attribute.sku .type:after {
    content: ':' !important;
}
/*****************19-May-2022 css start***************/
/*Mini Cart CSS Start*/
.block-minicart .minicart-items-wrapper .minicart-items .product-item-details .product .options.list dt {
    clear: both;
    float: none;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    text-align: right;
    color: #000;
    font-size: 100%;
    font-weight: 600;
}
.block-minicart dl.product.options.list {
    display: flex;    
    justify-content: flex-end;
}
.block-minicart .product.options {
    margin-bottom:10px;
}
.block-minicart .product.options .toggle {text-align: right;}
.block-minicart .product-item-name {
    height:auto;
}
.block-minicart .product-item-pricing {display: flex;align-items: center;}
.block-minicart .price-container .price {font-size:16px;}
.block-minicart .minicart-items .product-item-details .details-qty {
    margin:0;
}
/*Mini Cart CSS End*/
/*****************19-May-2022 css end***************/

/*****************30-june-2022 css sart***************/
div.MagicToolboxContainer.selectorsBottom .MagicToolboxSelectorsContainer a{
    font-size: 0px;
}
/*****************30-june-2022 css end***************/

/*****************14-April-2023 css Start (css for disabling the visual search)************/

img {
    pointer-events: none !important;
}

/*****************14-April-2023 css End**************/

/*****************Quote Cart CSS 1-March-2024 CSS Start***************/
.minicart-wrapper .action .counter.qty {
    background: transparent;
    color: transparent !important;
    padding:0 !important;
    position: relative !important;
    min-width: initial;
    font-size: 12px;
    border-radius: 100% !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    margin: -10px 0 0 -10px !important;
  }
  .minicart-wrapper .action .counter-number{
    text-shadow: none !important;
    position: absolute;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    background: #e52f48;
  }
  
.block-minicart .items-total {
    color: #000;
}
.block-minicart .product.options .toggle {
    text-align: left;
}
.block-minicart .product.options {
    color: #000 !important;
}

.amasty_quote-cart-index .page-main {
    max-width: 1030px;
}
.amasty_quote-cart-index .page-main>.page-title-wrapper .page-title {
    color: #000;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    
}

.amasty-quote-update .control.price {
    position: relative;
    min-width: 96px;
    line-height: 22px;
}

.cart.table-wrapper .col.price .control .amquotereq-input {
    padding: 0;
    width: 80px;
    text-align: center;
}
.amasty_quote-quote-success .page-main {
    max-width: 1030px;
}
.amasty_quote-quote-success .page-main>.page-title-wrapper .page-title {
    color: #000;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .subtitle.empty {
      color: #000;
}
.amquote-cart-wrapper.minicart-wrapper {
    padding-top: 8px;
}
button#product-addtoquote {
    width: 100%;
}
/*****************Quote Cart CSS 1-March-2024 CSS End***************/

/*****************Header search CSS 28-AUG-2025 CSS Start***************/
.block-search .amsearch-input-wrapper {
  max-width: 250px;
}
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder { 
  color: #ffffff;
}
.amsearch-input-wrapper .amsearch-input::-moz-placeholder {
  color: #ffffff;
}
.amsearch-input-wrapper .amsearch-input:-ms-input-placeholder { 
  color: #ffffff;
}
.amsearch-input-wrapper .amsearch-input:-moz-placeholder {
  color: #ffffff;
}
 
.amsearch-description .product-item-link {
  color: #585858 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}
.amsearch-description .product-item-link .amsearch-highlight {
  color: #585858 !important;
}
 
.amsearch-description .amsearch-sku-block {
  font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    color: #585858;
}

/****************9-Oct-2025 CSS Mageplaza Search****************/
.minisearch .search-category:before {
	content: "|";
    font-size: 25px;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: -2px;
}
#mpsearch-category { 
	background-color: #3d71b1 !important;
	border: 0;
    color: #fff;
}
.minisearch .search-category select {
	background: #fff url(../images/select-bg-white.svg) no-repeat 100% 45% !important;
}

