/** Shopify CDN: Minification failed

Line 248:0 Expected "}" to go with "{"

**/
section.section-buyingToggle2 {
    background-color: ;
}
section.section-buyingToggle2 .icon {
    width: 48px;
    height: 48px;
    border: solid 1px #0b2836;
    border-radius: 50%;
    padding: 3px;
    position: absolute;
    background: #fff; z-index: 9;
    left: -27px; display: flex; align-items: center; justify-content: center; 
}
section.section-buyingToggle2 .icon svg { padding: 10px; height: 100%; width: 100%; }
section.section-buyingToggle2 .active .icon svg {
    border: 1px solid; background: #0b2836; 
    border-radius: 50%;
}
section.section-buyingToggle2 .active .icon svg path {
   fill: white !important; 
}
section.section-buyingToggle2 .active .icon { transform: scale(1.5)}
section.section-buyingToggle2 h2 {
    text-align: center;
    text-align: center;
  font-weight: 700;
    color: #0b2836;
  font-size: 2em; 
}
.buyingToggle-block2 .single-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .32s;
}
.buyingToggle-block2 .blocks span.block-head {
    padding: 15px 0 5px;
    font-weight: 700;
    display: block;
    line-height: 23px;
}
.buyingToggle-block2 .blocks span.block-head {
    cursor: pointer;
    margin: 0;
}
.buyingToggle-block2 .blocks span.block-head, .buyingToggle-block2 p {
    color: #0b2836;
}
.buyingToggle-block2 { display: flex; flex-direction: column-reverse; }
@media (min-width: 768px) {
  .section.section-buyingToggle2  .content-wrapper { padding-right: 40px; }
  .section.section-buyingToggle2  .image-wrapper img { border-radius: 10px; }
 .buyingToggle-block2 .single-block:last-of-type {
    border-left-color: transparent !important;
}
  .buyingToggle-block2 { flex-direction: row; }
  .buyingToggle-block2 > div { width: 50%; }
 section.section-buyingToggle2 div.block-buttons { display:none; }
 section.section-buyingToggle2 {
      background-size: auto 100%;
      background-position: bottom right;
      padding: 60px 0; 
 }
  .buyingToggle-block2 {  font-size: 0.8rem; }
  section.section-buyingToggle2  .single-block p { display: none; font-size: 1.8em;} 
  section.section-buyingToggle2  .single-block.active p { display: block;     font-size: 1.6rem;
    margin-top: 20px;}
  .buyingToggle-block2 h2  {
    font-size: 2.6em;
    margin: 15px 0; }
  .buyingToggle-block2 .blocks span.block-head {
    font-size: 1.6em;
    padding: 15px 0 0px;
}
  .buyingToggle-block2 .single-block {
    border-left: 4px solid #0b2836;
    padding-left: 40px;
    padding-bottom: 40px; }
  .single-block p {
    height: 100px;
}
}
@media (min-width: 992px) {
  .buyingToggle-block2 { font-size: 0.9rem; }
  section.section-buyingToggle2  .single-block p {
    height: 110px; margin-top: 0; } 
  section.section-buyingToggle2  .buyingToggle-block2 .blocks span.block-head {
    font-size: 2em;
}
  section.section-buyingToggle2 {
    padding: 40px 0 20px; }
}
@media (min-width: 1200px) {
section.section-buyingToggle2  .single-block p {
    height: 100px;
}
  section.section-buyingToggle2 {
    padding: 10px 0 10px;
}
  .buyingToggle-block2 h2  {
        font-size: 3.6em;
    margin: 15px 0 20px;  }
   .buyingToggle-block2 .single-block p { height: 100px; }
}
@media (min-width: 1400px) {
 section.section-buyingToggle2 {
      padding: 10px 0; 
 }
}
@media (max-width: 767px) {
 section.section-buyingToggle2 .page-width {
    max-width: 100%;
    padding: 0;
}
section.section-buyingToggle2  .image-wrapper {
    position: relative;
}
 section.section-buyingToggle2  .image-wrapper::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    content: '';
    background-image: linear-gradient(to bottom, transparent 40%, #fff)
}
  section.section-buyingToggle2 .single-block .icon { display:none; }
  section.section-buyingToggle2 h2 {
    font-size: 2.4em;
    padding-bottom: 0;
    max-width: 320px;
    text-align: center;
    margin: 0 auto;
}
  section.section-buyingToggle2 .title-wrapper {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0;
}
   section.section-buyingToggle2 {
    background-size: 100% auto;
    background-position: top;
    padding: 30px 0 20px;
}
 .buyingToggle-block2 .blocks {
    display: flex;
    overflow: hidden;
   padding: 20px 15px 0;
}
  .buyingToggle-block2 .single-block { width: 100%; display: none; }
  .buyingToggle-block2 .single-block.active { display: block; }
  .buyingToggle-block2 .content-wrapper {
    padding: 0 1.5rem; 
    display: flex;
    flex-direction: column; }
   .buyingToggle-block2 .content-wrapper {
    min-height: 200px;
    display: flex;
    flex-direction: column; }
  .buyingToggle-block2 h2 {
    flex-grow: 1; }
 .buyingToggle-block2 .block-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto 0;
    width: 100%; position: relative; 
  }
 .buyingToggle-block2 .block-buttons:before {
    content: "";
    width: 85%;
    height: 3px;
    background: #0b2836;
    position: absolute;
    top: 25px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
 .buyingToggle-block2 .block-buttons .block-button {
    width: auto;
    height: 100%;
    margin: 0 7px;
    z-index: 2;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    display: flex;
    border: none;
    position: relative;
    flex-direction: column; 
    align-items: center; 
}
  section.section-buyingToggle2  .block-buttons .block-button .icon { left: 0; position: relative; }
  section.section-buyingToggle2  .block-buttons .block-button span{
    max-width: 100px;
    text-align: center;     padding-top: 15px;
    display: inline-block;
    color: #0b2836;
    font-size: 1.2em;
    font-weight: normal;
}
  .buyingToggle-block2 .blocks span.block-head {
    font-size: 2em; 
    line-height: 39px;
  }
  
@media (min-width: 768px) {
  section.section-buyingToggle2  .single-block.active p { display: block;     font-size: 1.6rem;
    margin-top: 20px;}
}

@media (min-width:320px) and (max-width:768px) {

.buyingToggle-block2 p {
    font-size: 17px;
}

}


@media (max-width: 480px) {
  section.section-buyingToggle2 {
        padding: 0px 0 20px; 
    background-size: auto 100%;
    background-position: center;
}
  section.section-buyingToggle2 .block-buttons .block-button span {
    font-size: 0.8em; height: 40px; }
section.section-buyingToggle2 h2 {
    font-size: 2em; }
}
