.checkbox-round{
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    display:inline-block !important;
    margin: 0 auto !important;
}

.checkbox-round:checked {
    background-color: #2FA800;
    border: 1px solid #2FA800;
}

.added_overlay{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    color:#2FA800;
    font-size:85%;
    letter-spacing: 0.5px;
    font-weight:700;
}

.box-text .price-wrapper{
    position:relative;
}
@media screen and (min-width: 849px){
.box-text.text-center {
    padding-bottom:0px;
}
}

.hide{
    display:none !important;
}

.sticky-add-to-cart--active .related_prod_text{
    display:none;
}

.sticky-add-to-cart--active .slider{
    display:none;
}
.sticky-add-to-cart--active .small-columns-2{
    display:none;
}
.sticky-add-to-cart .single_add_to_cart_button.button{
    width:100%;
}
.addontitle{
    padding-top:20px;
}

.image_add{
    cursor:pointer;
}

.add_callout {
    font-size:85%;
}

.addontitle{
    padding-top:10px;
}
@media screen and (max-width: 849px){
.single-product .small-columns-2 .col:nth-child(1){
    margin-left:16.5%;
}
.addontitle{
    padding-top:20px !important;
}
.full-prod{
    margin-left:33% !important;
    padding-bottom:5px !important;
}
.two-prod .flickity-slider{
    transform: translateX(-38%) !important;
}
}