

.text-buy{
  position:sticky;
  top:120px;
}

.main-content{
  border-top:1px solid #f1f1f1;
}

.wrap{
   padding: 30px 0;
   background: #fff;
}

.main-content a{
  text-decoration:none;
  color:#000000;
}

.fieldset input,
.field-input-wrapper textarea{
  /*padding: 10px 10px;*/
  /*width: 100%;*/
  margin-bottom: 1rem;
}

.siderbar{
  padding:10px 0;
}

.product-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 8px;
    background: #fff;
    position: relative;
}

.product-thumbnail-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

span.product-thumbnail-quantity {
    font-size: 0.85714em;
    font-weight: 500;
    white-space: nowrap;
    padding: 0.15em 0.65em;
    border-radius: 2em;
    background-color: rgba(153,153,153,0.9);
    color: #fff;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 2;
}

.field-input-btn-wrapper{
    position:relative;
}

.field-input-btn{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #faaf18 !important;
    color:#fff !important;
    transition: all .3s !important;
}

.footer-powered{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step-footer-continue-btn{
    background-color: #faaf18 !important;
    color:#fff !important;
    transition: all .3s !important;
}

.field-input-btn:hover,
.step-footer-continue-btn:hover{
  

  background-color: #29a449 !important;
}


