.button,
.btn {
    font-family: MetaCompPro-Bold W01 Regular, sans-serif;
    border-radius: 30px !important;
    padding: 9px 20px 9px 45px;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.btn-toolbar{
    margin-left: 0;
}

.btn {
    padding: 8px 20px;
    border: 0 !important;
}

.button-noicon {
    padding-left: 20px;
}

.button.noicon::before
{
    background-image:none;
}

.button.invisible {
    opacity: 0;
    pointer-events: none;
}

.button.visible {
    opacity: 1;
    pointer-events: inherit;
}

.button.normaltextsize
{
    font-size:16px;
}

.button:hover {
    cursor: pointer;
}

.button:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 8px;
    color: white;
    font-size: 16px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.button-circle {
    padding: 0;
    height: 42px;
    width: 42px;
    display: block;
}

.button-form {
    background-color: #bbbbbb;
    color: white;
    height: 32px;
    width: 32px;
    border: none;
}

.button-circle:before {
    top: 9px;
    left: 9px;
}

.button-primary,
.btn-primary {
    background-color: #dd2314 !important;
    color: white !important;
}

.button-primary:before{
    background-image: url("/public/resources/themes/Red/images/chev-right.png");
}

.button-primary.reverse:before,
.button-secondary.reverse:before,
.button-tertiary.reverse:before {
    transform: rotate(180deg);
}

.button-callback:after {
    background-image: url("/public/resources/themes/Red/images/callback.png");
}

.button-secondary{
    background-color: white;
    color: black !important;
}

.btn-secondary {
    background-color: #bbbbbb;
    color: #fff !important;
}

.button-secondary:before {
    background-image: url("/public/resources/themes/Red/images/chev-right-dark.png");
}

.button-tertiary {
    background-color: #eeeeee;
    color: #a3a3a3 !important;
}

.button-tertiary:before {
    background-image: url("/public/resources/themes/Red/images/chev-right-dark.png");
    top: 5px;
}
.button.normaltextsize::before{
    top:8px;
}

.button-social {
    background-color: #bbbbbb;
    color: white;
    padding: 0;
    height: 26px;
    width: 26px;
    display: block;
    font-size: 16px;
}

.button-social:hover {
    color: #dd2213;
}

.button-social:before {
    background-image: none;
}

.button-arrow {
    padding-left: 24px;
    letter-spacing: 0.5px;
}

.button-arrow:before {
    background-image: none;
    content: "\f30b";
    color: black;
    font-size: 19px;
    line-height: 21px;
    left: 0;
    width: 16px;
    top: 9px;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.button-slider {
    background-color: #eeeeee;
    border-radius: 9999px;
    color: black;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 10px;
    text-align: center;
}

.button-slider:hover {
    cursor: pointer;
}

.button-slider.prev {
    left: 15px;
}

.button-slider.prev.relative {
    top: -15px;
}

.button-slider.next {
    right: 15px;
}

.button-slider.progressbar {
    background-color: transparent;
}

.button-slider.progressbar > span {
    background-color: #eeeeee;
    color: black;
    border-radius: 9999px;
    height: 31px;
    width: 31px;
    position: absolute;
    top: 2px;
    left: 2px;
    line-height: 31px;
}

.button-slider.relative {
    display: inline-block;
    transform: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
}

.button_download {
    color: #676767;
    text-transform: uppercase;
    padding-left: 30px;
    position: relative;
}

.button_download:hover {
    color: #676767;
}

.button_download:before {
    position: absolute;
    left: 0;
    content: "";
    background: url("/public/resources/themes/Red/images/download-icon.png") no-repeat;
    background-position: center;
    color: #676767;
    font-family: FontAwesome;
    top: 0px;
    width: 22px;
    height: 22px;
}

.button_search,
.button_print,
.button_cart
 {
    position: relative;
    background-color: #9b9b9b;
    border-radius: 9999px;
    height: 32px;
    width: 32px;
    display: inline-block;
}

.button_merchant
{
    position: relative;
    background-color: #9b9b9b;
    border-radius: 9999px;
    height: 32px;
    padding:5px 10px;
    display: inline-block;
    background-color:#dd2314;
    vertical-align: top;
}

.button_search:hover,
.button_print:hover {
    cursor: pointer;
}

.button_search:after {
    font-family: FontAwesome;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 32px;
    content: "\f002";
    color: white;
}

.button_print:after {
    font-family: FontAwesome;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 32px;
    content: "\f02f";
    color: white;
}

.button_cart:after {
    font-family: FontAwesome;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 32px;
    content: "\f07a";
    color: white;
}

.form_button--right {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
}

@media(max-width:768px){
    .button_print
    {
        display:none !important;
    }
}
