.product-detail .btn,
.product-details-modal__content .btn {
    border: 0;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 1.4;
    margin: 1em 0 0 0;
    padding: 10px 22px;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    width: auto;
    min-width: auto;
    border-radius: 5px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.btn-primary.btn-dark-bg {
    background-color: #fff;
    color: #666;
}

.btn-primary.btn-dark-bg:hover {
    opacity: .8;
}

.btn-secondary {
    background-color: #fff;
    border: 2px solid #2fc48d;
    color: #666;
}

.btn-secondary:hover {
    background-color: #fcfafa;
}

.btn-secondary.btn-dark-bg {
    background-color: #2fc48d;
    border: 2px solid #fcfafa;
    color: #fff;
}

.btn-secondary.btn-dark-bg:hover {
    background-color: lighten(#2fc48d, 10%);
}

.btn-ecom {
    background-color: #f47920;
    color: #fff;
}

.btn-ecom:hover,
.btn-ecom:active,
.btn-ecom:focus {
    background-color: #f69651 !important;
    color: #fff;
}

.btn-shopping-cart {
    background-color: #f47920;
    display: inline-block;
    padding: 5px 7px 3px 6px;
    cursor: pointer;
}

.btn-shopping-cart svg.icon-open {
    fill: #fff;
    font-size: 19px;
    margin-bottom: 5px;
    margin-right: -7px;
}

.btn-shopping-cart svg.icon-shopping-cart {
    fill: #fff;
    font-size: 30px;
}

.btn-shopping-cart:hover {
    background-color: #f69651;
    text-decoration: none;
}

.btn-information {
    font-size: 1.2rem;
    background-color: #2fc48d;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 15px;
    margin-bottom: 3px;
    margin-left: 3px;
    text-align: center;
    vertical-align: middle;
    width: 15px;
    cursor: pointer;
}

.btn-information:hover {
    background-color: lighten(#2fc48d, 10%);
    color: #fff;
}

.btn-information:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}

.btn-link {
    background-color: transparent;
    color: #2fc48d;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

.btn-link:hover {
    background-color: transparent;
}

.btn-squircle {
    border-radius: 0 10px;
}

.waves-effect {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-out;
    user-select: none;
    vertical-align: middle;
    will-change: opacity, transform;
    z-index: 1;
}

.ripple-obj {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.btn-ripple {
    overflow: hidden;
    position: relative;
}

.btn-ripple .ripple-obj {
    fill: #fff;
}

.btn-ripple.btn-secondary .ripple-obj {
    fill: #000;
}

.btn-ripple.btn-outline .ripple-obj {
    fill: #000;
}

.btn-ripple.btn-outline.btn-secondary .ripple-obj {
    fill: #fff;
}

.btn-full-width {
    width: 100% !important;
}

.prod-quantity-container__cta-wrap,
.product-quantity-container__cta-wrap {
    clear: both;
	white-space: normal;
}

.btn-primary {
    background-color: #2fc48d;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #259b6f;
    border-color: #239369;
}

.green-btn-link {
    background-color: #2FC48D;
    color: #fff;
    padding: 10px 10px;
    border-radius: 0 5px;
    float: left;
    text-align: center;
}

.green-btn-link:hover {
    background-color: #51B18D;
    color: #fff;
    text-decoration: none;
}

svg.icon-close-big {
    fill: #333;
    width: 20px;
    height: 20px;
}

.btn-to-link {
    height: auto;
    width: auto;
    min-width: auto;
    border: none;
    text-align: left;
    color: #2fc48d;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
    padding: 0 0 5px 0;
    margin: 0;
}

.btn-to-link:hover,
.btn-to-link:active,
.btn-to-link:focus {
    background: none;
    background-color: #fff !important;
    color: #51B18D;
    text-decoration: underline;
    box-shadow: none;
    outline: none;
    border: none;
}

.paint-box-holder .buyonline-align {
    text-align: left !important;
}

#edit-geocode-submit {
    padding: 0;
}

.bttn {
    font-size: 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family: 'open_sans_semibold';
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    padding: 10px 24px;
    text-decoration: none;
    transition: background-color 500ms ease, border 500ms ease, opacity 500ms ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    transition: all .2s ease-in-out;
    height: auto;
}

.bttn.bttn-auto-width {
    display: inline-block;
    width: auto;
}

.bttn:focus {
    outline: 0;
}

.bttn:disabled {
    opacity: 0.4;
}

.bttn.primary {
    background-image: linear-gradient(237deg, #00a78e, #2fc48d);
    background-color: #2fc48d;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.bttn.primary:hover {
    background-image: linear-gradient(237deg, #148675, #00a78e);
    color: #fff;
}

.bttn.primary:active {
    background: transparent;
    box-shadow: inset 0 0 0 3px #00a78e;
    color: #00a78e;
}

.btn-clear {
    display: inline-block;
    width: auto;
    min-width: inherit;
    font-family: 'open_sans_italic', arial, sans-serif;
    padding: 2px 0 0 !important;
    transition: all .2s ease-in-out;
}

.bttn.squared {
    width: 32px;
    height: 32px;
    min-width: 0;
    padding: 0;
    background-color: #f4f4f4;
    border-radius: 0;
}

.bttn.squared:hover {
    background-color: #00A78E;
}

.bttn.squared.right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.bttn.squared .icon-arrow-right {
    margin: 0 auto;
    width: 100%;
    fill: #00A78E;
    font-size: 22px;
}

.bttn.squared:hover > .icon-arrow-right {
    fill: #fff;
}

.bttn.ghost {
    background-image: none;
    background-color: transparent;
    box-shadow: inset 0 0 0 3px #666666;
    color: #666666;
    z-index: 100;
}

.bttn.ghost:hover {
    background: transparent;
    box-shadow: inset 0 0 0 3px #00A78E;
    color: #00A78E;
}

.back-to-top {
    background-color: #333;
    opacity: 0.5;
    z-index: 995;
    border-radius: 5px;
    width: 7rem;
    height: 6rem;
    display: inline-block;
    position: fixed;
    right: -4px;
    bottom: 35%;
    display: none;
}

.bttn.collapse-trigger .icon {
    margin-top: -3px;
    font-size: 22px;
}

.btn-clear {
    display: inline-block;
    width: auto;
    min-width: inherit;
    font-family: 'open_sans_italic', arial, sans-serif;
    padding: 2px 0 0 !important;
}

.bttn.primary.inverted {
    background-image: none;
    background-color: #ffffff;
    color: #666666;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.bttn.primary.inverted:hover {
    background-color: rgba(255, 255, 255, 0.8);
    background-image: none;
}

.bttn .icon {
    margin-top: -3px;
}

.bttn.ecom {
    background-image: linear-gradient(237deg, #F4AD20, #F47920);
    background-color: #F4AD20;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.bttn.ecom:hover {
    background-image: linear-gradient(237deg, #e6a116, #e46c15);
}

.bttn.account {
    background-image: linear-gradient(237deg, #012169, #002880);
    background-color: #012169;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.bttn.account:hover {
    background-image: linear-gradient(237deg, #01133B, #012169);
}

@media only screen and (min-width: 1024px) {
    .btn-shopping-cart svg.icon-open {
        font-size: 19px;
    }
    .btn-shopping-cart svg.icon-shopping-cart {
        font-size: 30px;
    }
    .btn-shopping-cart {
        padding: 5px 10px 2px;
    }
}

@media only screen and (min-width: 768px) {
    .btn,
    .node-type-platform-product .prod-quantity-container__cta-wrap {
        display: inline-block;
    }
    .node-type-platform-product .prod-quantity-container__cta-wrap,
    .node-type-platform-product .product-quantity-container__cta-wrap {
        width: 92% !important;
    }
    .bttn {
        display: inline-block;
        width: auto;
    }
    .bttn.full-width {
        width: 100%;
    }
    .bttn.squared {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .prod-quantity-container .btn-view {
        display: none;
    }
    .white-box .buton-holder {
        margin-top: 6px;
    }
}