
/*******************************/

#shopify-section-page-faq-template .faq-question-top-block {
  color: #2b5fac;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

#shopify-section-page-faq-template .faq-question-top-block:hover {
  text-decoration: underline;
}

#shopify-section-page-faq-template .index-section:not(.index-section--sub-product):first-child {
  margin-top: 0;
  padding-top: 60px;
  padding-top: 20px;
}
#shopify-section-page-faq-template .section-header {
  margin: 0;
}
#shopify-section-page-faq-template .section-header__title {
  color: #2b5fac;
}

#shopify-section-page-faq-template .custom-outer {
  margin: 0 auto;
  text-align: center;
}

#shopify-section-page-faq-template .label.collapsible-trigger.collapsible-trigger-btn.collapsible-trigger-btn--borders.collapsible--auto-height {
  background-color: #fff;
  border-radius: var(--roundness);
  border: transparent !important;
  padding: 0;
}

#shopify-section-page-faq-template .custom-faq-heading {
  background-color: #2b5fac;
  color: #fff;
  padding: 16px 24px;
  border-radius: calc(var(--roundness)*2);
}
#shopify-section-page-faq-template .collapsible-content--all.is-open {
  border-bottom: transparent !important;
  border-color: #707070;
  border-color: transparent;
  margin-bottom: 0;
  margin-top: 20px;
}

/*********16-09-2021**********/
/* PLEASE WRAP THESE INSIDE CUSTOM SECTION CLASSNAMES */
/* input:focus, textarea:focus {
    outline: none !important;
  } */
.custom-contact {
  text-align: center;
}

.custom-contact .page-width--narrow {
  padding-top: 24px;
}

.contact-form-wrapper .section-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-form-wrapper {
  background-color: #fff;
  border: 2px solid var(--colorBtnPrimary);
  padding: 24px 16px;
  border-radius: calc(var(--roundness)*2);
  text-align: center;
}

#shopify-section-page-wholesale-template .contact-form-wrapper {
  border: 2px solid var(--colorScheme8Bg);
}

.contact-form-wrapper input, .contact-form-wrapper textarea {
  border-color: var(--colorBtnPrimary);
}

#shopify-section-page-wholesale-template input, #shopify-section-page-wholesale-template textarea {
  border-color: var(--colorScheme8Bg);
}

#shopify-section-page-wholesale-template input::placeholder, #shopify-section-page-wholesale-template textarea::placeholder {
  color: var(--colorScheme8Bg);
}

#shopify-section-page-wholesale-template input:focus-visible, #shopify-section-page-wholesale-template textarea:focus-visible {
  outline-color: var(--colorScheme8Bg);
}

#shopify-section-page-wholesale-template .btn {
  color: var(--colorScheme8Text);
  background-color: var(--colorScheme8Bg);
}

#shopify-section-page-wholesale-template .btn:hover, #shopify-section-page-wholesale-template .btn:focus {
  color: var(--colorScheme8Bg);
  border-color: var(--colorScheme8Bg);
  background: transparent;
}

#shopify-section-page-contact-template .btn:hover, #shopify-section-page-contact-template .btn:focus {
  color: var(--colorBtnPrimary);
  border-color: var(--colorBtnPrimary);
  background: transparent;
}

@media screen and (min-width: 769px) {
  .contact-form-wrapper {
    padding: 40px;
  }
}

/****17-09-2021***/

.article-wrapper.custom_blog_layout img {
  border-radius: 20px;
}

.article-wrapper.custom_blog_layout .rte p strong {
  font-size: 20px;
  text-transform: uppercase;
}

.article-wrapper.custom_blog_layout {
  line-height: 22px;
}
.article-wrapper.custom_blog_layout .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.article-wrapper.custom_blog_layout .row .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.article-wrapper.custom_blog_layout .row .col-6 img {
  width: 100%;
  border-radius: 20px;
  height: 500px;
  object-fit: cover;
}

.article-wrapper.custom_blog_layout .rte p strong {
  font-size: 18px;
}

#ff-author-bios {
  display: flex;
  flex-direction: column;
}

.ff-author-bios__image-wrapper {
  display: flex;
  flex: 0 0 150px;
}

#ff-author-bios .ff-author-bios__image-wrapper img {
  width: 135px !important;
  height: 135px !important;
  border-radius: calc(var(--roundness)*2);
  object-fit: cover;
}

.ff-author-bios__text {
  flex: 1; 
  margin-top: 12px;
}

.ff-author-bios__author--mobile {
  display: block;
  margin-top: 6px;
  margin-left: 12px;
  flex: 1;
}

.ff-author-bios__author--desktop {
  display: none;
}

@media screen and (min-width: 769px) {
  #ff-author-bios {
    display: flex;
    flex-direction: row;
  }

  .ff-author-bios__text {
    margin-top: 0;
    margin-left: 16px;
  }

  .ff-author-bios__bio {
    margin-bottom: 0;
  }

  .ff-author-bios__author--mobile {
    display: none;
  }

  .ff-author-bios__author--desktop {
    display: block;
    margin-bottom: 16px;
  }
}

.ff-article-comments {
  margin-bottom: 24px;
}

.ff-grid_article__meta--blog:first-child {
  padding-top: 0 !important; 
}

.ff-blog-layout__sidebar .social-sharing {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  max-width: 300px;
}

.shopify-section.blog-layout__sidebar.blog-sidebar, .custom_blog_layout #comments {
  background-color: #fff;
  border: none;
  padding: 2rem 1.5rem;
  border-radius: calc(var(--roundness) * 2);
}

.custom_blog_layout #comments {
  margin: 2rem 0;
}

.custom_blog_layout #comments .ff-label--hidden {
  display: none;
}

.blog-layout .article-tag {
  background-color: #85a890;
  border-radius: var(--buttonRadius);
  color: var(--colorBody);
  border: transparent;
  padding: 8px 14px 6px; /*Cheating the padding to make the text look vertically centered*/
  font-size: 10px;
  margin: 0 8px 12px 0;
}

/* FF - KIM TO ASSESS */
@media screen and (max-width: 768px) {
  .custom-search-outer .search-bar--page .only-input-itechno-btn button 
  { 
    width: 100%;
    margin: 0 auto;
  }

  .custom-search-outer .search-bar--page .both-input-box {
      position: relative;
      width: 100%;
      margin: 10px auto;
  }

  .page-width.page-width--narrow.custom-outer.page-content.page-content--with-blocks, .page-width.page-width--narrow.page-content.custom-outer1 {
    width: 97%;
    max-width: 97%;
  
  }

  .faq-accordion-item.page-width.page-width--faq {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .template-customers-login .page-width.page-width--tiny.page-content {
    width: 95%;
    padding: 15px !important;

  }
}


@media screen and (min-width: 576px) {
  .blog-layout .article-tag {
    font-size: 14px;
    padding: 12px 16px 8px; /*Cheating the padding to make the text look vertically centered*/
  }
}

.blog-sidebar .grid-article__image .grid-article__tags {
  display: none !important;
}

.shopify-section.blog-layout__sidebar.blog-sidebar .grid__image-ratio img {
  border-radius: var(--roundness);
  border: none;
}
.shopify-section.blog-layout__sidebar.blog-sidebar .grid__image-ratio {
  position: inherit;
}
.shopify-section.blog-layout__sidebar.blog-sidebar .grid-article[data-style=compact] {
  margin-bottom: 0;
  padding: 0;
}
.shopify-section.blog-layout__sidebar.blog-sidebar .btn.btn--secondary.big-btn:hover {
  background-color: #85a890;
  color: #fff;
}

/*******************/
/***********17-9-2021*************/

#HeaderCart .new-grid {
  display: inherit !important;
}

.cart__item-sub .js-qty__num {
  padding: 3px 30px !important;
}

.cart__banner p {
  background-color: #2b5fac;
  color: #fff;
  margin-bottom: 0;
}

.submit-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.submit-btn .btn {
  width: 50%;
  background-color: #85a890;
  color: #fff;
  border: transparent;
  display: flex;
  margin-bottom: 1rem !important;;
}

.shopify-section.blog-layout__sidebar.blog-sidebar .grid__image-ratio {
  position: inherit;

}
.shopify-section.blog-layout__sidebar.blog-sidebar .btn.btn--secondary.big-btn:hover {
  background-color: #85a890;
  color: #fff;
}

.shopify-section.blog-layout__main.custom_blog .grid-article__tags {
  background-color: transparent !important;
}


@media screen and (max-width: 1199px) {
  .shopify-section.blog-layout__sidebar.blog-sidebar .social-sharing__link {
    margin: 0 8px 0 0;

  }
  .shopify-section.blog-layout__sidebar.blog-sidebar .social-sharing__title {
    padding-right: 0;
    padding-left: 3px;
  }
  /* Please wrap inside unique parent class */
  /* .page-width--narrow {
    max-width: 80%;
  } */
}
@media screen and (max-width: 991px) {
  .article-wrapper.custom_blog_layout {
    max-width: 100% !important;
  }
  .shopify-section.blog-layout__sidebar.blog-sidebar .blog-layout__main {
    flex: inherit;
  }
  .article-wrapper.custom_blog_layout .article-tag__wrapper .article-tag {
    margin-bottom: 10px;
    display: inline-block;
  }
  .blog-layout {
    display: inherit !important;
  }
  .blog-layout__sidebar {
    margin-left: 0 !important;
  }

}

  .article-wrapper.custom_blog_layout .ff-author-bios__text {
    padding-left: 0 !important;
    position: inherit !important;
  }
}

.article-wrapper.custom_blog_layout .btn.return-link {
  width: 100% !important;
  max-width: 100%;
  padding: 8px 16px 8px 8px; /* Reversing default var(--btnPadding) because arrow points the other direction*/
}

.custom_blog_layout .btn.return-link .arrow-icon {
  transform: rotate(180deg);
  margin: 0;
}

@media screen and (max-width: 576px) {
  .site-header__logo-link {
    font-size: 16px;
    font-weight: 700;
  }
  .article-wrapper.custom_blog_layout .ff-author-bios__text {
    padding-left: 0;
    position: inherit;
  }

  .shopify-section.blog-layout__main.custom_blog .grid-article__image .image-wrap {
    border-radius: var(--roundness);
  }
  .shopify-section.blog-layout__main.custom_blog .grid__image-ratio img {
    border-radius: 10px !important;
    border: 2px solid transparent;
  }
  .submit-btn .btn {
    width: 100% !important;
  }

  .article-wrapper.custom_blog_layout .row .col-6 img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
  }
  .article-wrapper.custom_blog_layout .row {
    display: inline-block !important;
    flex-wrap: inherit !important;

  }
  .article-wrapper.custom_blog_layout .row .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: inherit !important;
    max-width: 100% !important;
  }
}


.cart__remove.cart-cross a {
  display: block;
  margin-top: 0;
}

.cart__remove.cart-cross {
  display: block;
  position: absolute;
  top: 0;
  right: 0;  
}

.cart__item-name {
    display: inline-block;
    font-weight: 600;
    padding-right: 40px;
}


#HeaderCart .cart__image img {
    border-radius: var(--roundness);
}

#HeaderCart .cart__footer .cart__item-sub.cart__item-row.cart__item--subtotal {
  display: none;
}

.p.cart__continue {
  text-align: center;
  margin-top: 12px;
  display: block;
  font-size: .8rem;
}

@media screen and (min-width: 769px) {
  .p.cart__continue {
    font-size: .7rem;
  }
}


#HeaderCart .grid-product__tags {
  right: 30px;

}


/*  1st OCT 2021*/

.site-nav--has-dropdown .megamenu .megamenu__col {
    page-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
    min-width: 145px;
    padding-bottom: 16px;
}
.site-nav--has-dropdown .megamenu .megamenu__cols {
    flex-flow: column wrap;
    columns: inherit;
    display: flex;
    display: inline-block;
}

.footer__section .footer__base-links {
  font-size: 13px;
  padding: 0 11px;
}

.footer__section .footer__base-links.footer__disclaimer {
  text-align: left;
  margin-bottom: 16px;
  max-width: 600px;
}

@media screen and (min-width: 769px) {
  .footer__section--disclaimer {
    display: flex;
    justify-content: space-between;
  }
}

/*  1st OCT 2021*/

.site-nav--has-dropdown .megamenu .megamenu__col {
    page-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
    min-width: 145px;
    padding-bottom: 16px;
}
.site-nav--has-dropdown .megamenu .megamenu__cols {
    flex-flow: column wrap;
    columns: inherit;
    display: flex;
    display: inline-block;
}

.footer__section .footer__base-links {
    font-size: 13px;
    padding: 0 11px;
  text-align: center;
}

/****04-10-2021********/
.custom-account {
  background-color: #2b5fac;
  padding: 24px 16px;
  border-radius: calc(var(--roundness)*2);
  text-align: center;
}

@media screen and (min-width: 769px) {
  .custom-account {
    padding: 48px 80px;
  }
}

.custom-account input {
  border-color: var(--colorBody) !important;
  border-color: transparent;
  max-width: 100%;
  color: var(--colorBody);
}

.custom-account input::placeholder {
  color: var(--colorBody);
}
.custom-account .label-info {
    width: 100%;
}
.custom-account .label-info a {
    width: 100%;
}
.custom-account .grid__item.one-half.text-right {
    text-align: right;
    width: 100%;
}

.custom-account .email-pass-label {
    margin-bottom: 20px;
    margin-top: 40px;
}

.custom-account .grid__item.one-half.text-left {
    width: 100%;
}
.ff-form-error {
  color: var(--colorScheme6Bg);
  font-size: 0.7rem;
}
.custom-account .form-error, .custom-account .errors {
    color: #d02e2e;
    background-color: transparent;
    border-color: transparent;
    width: 100%!important;
    display: block;
}
.custom-account .errors, .note {
    padding: 0px !important;
 
}
.custom-account .errors ul {
    list-style: none;
    padding: 0px !important;
    margin: 0;
}
.custom-account .create_account {
    text-decoration: underline;
}
.custom-account .account {
    margin-bottom: 4px;
}

.recover-btn {
  margin-top: 40px;
}

.recover-btn .btn {
  display: flex;
  margin-bottom: 12px !important;
}


.shopify-policy_container .shopify-policy_title h1, .shopify-policy__container .shopify-policy__title h1 {
  color: #2b5fac;
  text-transform: uppercase;
  font-family: "Apercu";
  font-size: calc(var(--typeHeaderSize)*0.63);
}

@media only screen and (min-width: 769px) {
  .shopify-policy_container .shopify-policy_title h1, .shopify-policy__container .shopify-policy__title h1 {
    font-size: calc(var(--typeHeaderSize)); /* Matching to .h2 styles */
  }
}


.shopify-policy__body .rte strong, .shopify-policy__container .rte p strong , .shopify-policy_container .rte p strong {
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 18px;
}
.shopify-policy__container, .policy_container {
    max-width: 75% !important;
}

.custom-account .btn-cancel {
    margin-bottom: 30px;
}
.form-vertical .login-btn  .btn {
    display: flex;
    margin: 0 auto;
}


/*************5-10-2021****************/


.icon-heading h4 {
  padding-left: 30px;
  padding-right: 30px;
}

/****06-10-2021********/

.membership, .email-pass-label, .account, .create_account {
  text-align: center;
}

.email-pass-label, #rc_login h5, #rc_login a {
  font-size: 0.9rem !important;
  color: var(--colorBody);
  text-transform: uppercase !important;
  margin-bottom: 0;
}

ul.membership {
  list-style-type: none;
}

ul.membership li {
  margin-bottom: 0;
}

.membership, .email-pass-label, .account, .create_account {
  color: #fff;
  text-align: center;
}

/****06-10-2021********/
.page-width.page-content.custom-search-outer {
  /* margin: 50px auto; */
  text-align: center;
}  

/****07-10-2021********/

.custom-search-outer .input-group.search-bar.search-bar--page {
  width: 100%;
  max-width: 100%;
  display: inherit;
  margin-top: unset;
} 

.custom-search-outer .both-input-box {
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.custom-search-outer .section-header__title {
  font-size: 30px;
}

.custom-search-outer .both-input-box input {
  background-color: white;
  border: 1px solid #2b5fac;
  width: 100%;
  margin: 0 auto;
  padding-left: 40px;
}

.custom-search-outer .input-itechno-btn button {
  color: #2b5fac;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(8px, -50%);
}

.ff-search-submit-btn {
  margin: 16px auto;
}

@media only screen and (max-width: 768px) {
  .ff-search-submit-btn {
    width: 100%;
    max-width: 100%;
  }
}




/*
.custom-search-outer .only-input-itechno-btn button {
  background-color: #2b5fac;
  margin: 16px auto;
  padding: 8px 0;
  border: transparent;
  border-radius: 50px;
  width: 34%;
  text-align: left;
  text-transform: uppercase;
}
.custom-search-outer  .icon__fallback-text {
  position: inherit;
  width: auto;
  height: auto;
  color: #fff;
  margin-left: 3px;
}

.custom-search-outer .arrow-icon #Layer_1 {
  text-align: right;
  float: right;
  color: #fff;
  padding-right: 10px;
  width: 60px;
} */

.custom-search-outer .only-input-itechno-btn .icon.icon-search {
  color: #fff;
  padding-left: 10px;
  width: 30px;
}

.flex-container{
	margin: 0 auto;
	display: -webkit-flex; /* Safari */		
	display: flex; /* Standard syntax */
}
.flex-container .column{
  padding: 0px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border-radius: 40px;
  margin: 10px;
}
.flex-container .column.bg-alt{
	background: #b4bac0;
}

.flex-container .text-spacing {
  margin-bottom: 0px;
}