/** Shopify CDN: Minification failed

Line 25:0 Unexpected "}"

**/
.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 4.4rem;
}

@media screen and (min-width: 750px) {
  .article-template > *:first-child:not(.article-template__hero-container) {
    margin-top: calc(4.4rem + var(--page-width-margin));
  }
}
  .col-left-block-image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
  .container-box .row-flex {
justify-content: space-between;
  align-items: flex-start;
  overflow: visible;
}
}
.share-button {
  display: block;
  max-width: max-content;
  margin: auto 0 auto auto;
}

.article-template__hero-container {
  max-width: 130rem;
  margin: 0 auto;
}

.article-template__hero-small {
  height: 11rem;
}

.article-template__hero-medium {
  height: 22rem;
}

.article-template__hero-large {
  height: 33rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-template__hero-small {
    height: 22rem;
  }

  .article-template__hero-medium {
    height: 44rem;
  }

  .article-template__hero-large {
    height: 66rem;
  }
}

@media screen and (min-width: 990px) {
  .article-template__hero-small {
    height: 27.5rem;
  }

  .article-template__hero-medium {
    height: 55rem;
  }

  .article-template__hero-large {
    height: 82.5rem;
  }
}

.article-template header {
  margin-top: 4.4rem;
  margin-bottom: 4.4rem;
  line-height: calc(0.8 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .article-template header {
    margin-top: 4.4rem;
  }
}

.article-template__title {
  margin: 0;
}

.article-template__title:not(:only-child) {
  margin-bottom: 1rem;
}

.article-template__link {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.article-template__link .icon-wrap {
  display: flex;
  margin-right: 1rem;
  transform: rotate(180deg);
}

.article-template__content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.article-template__social-sharing {
  margin-top: 3rem;
}

.article-template__social-sharing + header,
.article-template__social-sharing + .article-template__content {
  margin-top: 1.5rem;
}

.article-template__comment-wrapper {
  margin-top: 5rem;
  padding: 2.7rem 0;
}

@media screen and (min-width: 750px) {
  .article-template__comment-wrapper {
    margin-top: 6rem;
    padding: 3.6rem 0;
  }
}

.article-template__comment-wrapper h2 {
  margin-top: 0;
}

.article-template__comments {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments {
    margin-bottom: 7rem;
  }
}

.article-template__comments-fields {
  margin-bottom: 4rem;
}

.article-template__comments-comment {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1.5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments-comment {
    padding: 2rem 2.5rem;
  }
}

.article-template__comments-comment p {
  margin: 0 0 1rem;
}

.article-template__comment-fields > * {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
  }
}

.article-template__comment-warning {
  margin: 2rem 0 2.5rem;
}

@media screen and (min-width: 990px) {
  .article-template__comments .pagination-wrapper {
    margin: 5rem 0 8rem;
  }
}

.article-template__back:last-child {
  margin-bottom: 3.2rem;
}

/* =======css added-22-09-2022===== */

 .container-box {
    /* max-width: 1140px; */
    padding: 0 5rem;
    margin: 0 auto;
}


.container-box .row-flex {
  position: relative;
  display: flex;
/*   justify-content: space-between; */
  margin-bottom: 100px;
}
article.article-template .container-box .row-flex .col-left-block {
    width: 49%;
}
article.article-template .container-box .row-flex .col-left-block-70 {
    width: 46%;
}
article.article-template .container-box .row-flex .col-left-block-70 p{
  margin-top: 0;
}
.container-box .col-left-block .fixed-img img {
    position: fixed;
/*     top: 115px; */
    top: 10px;
    object-fit: cover;
    z-index:1;
} 

.container-box .col-left-block .fixed-img.fixed-bottom {
    position: absolute;
    top: auto;
    bottom: 380px;
}
 .container-box .col-left-block .fixed-img.fixed-bottom img {
    position: absolute;
} 

 .share-button button.share-button__button {
    justify-content: flex-end;
    width: 100%;
}
.title-fixed header h1 {
    display: none;
    position: fixed;
    z-index: 9;
    background: #fff;
    text-align: center;
    top: 0;
    width: 100%;
    left: 0;
    padding:30px 0;
}
.article .shopify-section-header-sticky {
    position: relative;
}
.title-fixed .row-flex {
    margin-bottom: 170px;
}
.article-template h1 {
    transition: all ease 0.3s;
  text-align: center;
}
.article-template__social-sharing {
    margin-top: 0;
    max-width: 1140px;
    margin-bottom: 20px;
}
article.article-template .container-box{
    max-width: var(--page-width);
  }

@media screen and (min-width: 992px) and (max-width: 1326px){
    article.article-template .container-box .col-left-block .col-left-block-image img {
      width: 100%;
  }
  article.article-template .container-box .col-left-block .fixed-img img{
    width: 45%;
    object-fit: unset;
  }
}

@media only screen and (min-width: 768px){
  article.article-template .col-left-block-70 {
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width:991px) {
  .container-box .row-flex {
      display: block;
  }
  article.article-template .container-box{
    padding: 0 2rem;
  }
  article.article-template .container-box .row-flex .col-left-block {
    width: 100%;
  }
  article.article-template .container-box .row-flex .col-left-block-70 {
      width: 100%;
      padding: 0;
  }
  .container-box .col-left-block .fixed-img.fixed-bottom{
    position: relative;
  }
    .container-box .col-left-block .fixed-img img {
      position: relative;
       
  }
    .container-box .col-left-block .fixed-img.fixed-bottom img {
      position: relative;
  }
    .container-box .col-left-block img {
      max-width: 100%;
      height: 100%;
      object-fit: contain;
      width: 100%;
  }
    .title-fixed header h1 {
      position: relative;
      padding: inherit;
  }
    .col-left-block-70 {
      width: 100%;
      padding: 15px;
  }
    .container-box .col-left-block .fixed-img img, .container-box .col-left-block .fixed-img.fixed-bottom img {
      position: relative;
      top: auto;
      width: 100%;
  }
    .title-fixed .row-flex {
      margin-bottom: 50px;
  }
} 

@media screen and (min-width: 992px){
    article.article-template .container-box .row-flex .col-left-block {
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
}
}

