@charset "utf-8";
/* CSS Document */

/* Pink */
.btn-pink {
    background: #dc475b;
    border: none;
    border-radius: 2px;

    color: #fff;
    font-size: 16px;
    font-weight: bold;

    padding: 10px;

    width: 100%;

    transition: 0.3s;
}
    .btn-pink:hover {
        background: #ec697b;

        transition: 0.3s;
    }

.btn-pink__lg {
    background: #dc475b;
    border: none;
    border-radius: 2px;

    color: #fff;
    font-size: 16px;
    font-weight: bold;

    padding: 10px 100px;

    transition: 0.3s;

}
    .btn-pink__lg__added {
        padding: 10px 78px !important;
    }
    .btn-pink__lg__delete {
        padding: 10px 105px !important;
    }
    .btn-pink__lg:hover {
        background: #ec697b;

        transition: 0.3s;
    }

.btn-pink__md {
    background: #dc475b;
    border: none;
    border-radius: 2px;

    color: #fff;
    font-size: 16px;
    font-weight: bold;

    padding: 10px 30px;

    transition: 0.3s;
}
    .btn-pink__md:hover {
        background: #ec697b;

        transition: 0.3s;
    }

.btn-pink__sm {
    background: #dc475b;
    border: none;
    border-radius: 2px;

    color: #fff;
    font-size: 14px;
    font-weight: bold;

    padding: 8px 20px;

    transition: 0.3s;
}
    .btn-pink__sm:hover {
        background: #ec697b;

        transition: 0.3s;
    }

.btn-pink__xs {
    background: #dc475b;
    border: none;
    border-radius: 2px;

    color: #fff;
    font-size: 14px;
    font-weight: bold;

    padding: 6px 20px;

    transition: 0.3s;
}
    .btn-pink__xs:hover {
        background: #ec697b;

        transition: 0.3s;
    }

.btn-pink__xxs {
    background: #dc475b;
    border: none;
    border-radius: 2px;

    color: #fff;
    font-size: 14px;
    font-weight: bold;

    padding: 3px 20px;
    margin-top: 6px;

    transition: 0.3s;
}
    .btn-pink__xxs:hover {
        background: #ec697b;

        transition: 0.3s;
    }

.btn-pink__xs-m-lg {
    background: #dc475b;
    border: none;
    border-radius: 2px;

    color: #fff;
    font-size: 14px;
    font-weight: bold;

    padding: 6px 20px;

    transition: 0.3s;
}
    .btn-grey__light__xs:hover {
        background: #ec697b;

        transition: 0.3s;
    }

.btn-pink__logout {
    background: #dc475b;
    border: none;
    border-radius: 2px;

    color: #fff;
    font-size: 14px;
    font-weight: bold;

    padding: 10px;

    width: 100%;

    transition: 0.3s;
}
    .btn-pink__logout:hover {
        background: #ec697b;

        transition: 0.3s;
    }

/* Grey */
.btn-grey__light {
    background: #f0efeb;
    border: none;
    border-radius: 2px;

    color: #333333;
    font-size: 16px;
    font-weight: bold;

    padding: 10px;

    width: 100%;

    transition: 0.3s;
}
    .btn-grey__light:hover {
        background: #ebeae6;

        transition: 0.3s;
    }

.btn-grey__light__lg {
    background: #f0efeb;
    border: none;
    border-radius: 2px;

    color: #333333;
    font-size: 16px;
    font-weight: bold;

    padding: 10px 90px;

    transition: 0.3s;

}
    .btn-grey__light__lg:hover {
        background: #ebeae6;

        transition: 0.3s;
    }

.btn-grey__light__md {
    background: #f0efeb;
    border: none;
    border-radius: 2px;

    color: #333333;
    font-size: 16px;
    font-weight: bold;

    padding: 10px 30px;

    transition: 0.3s;
}
    .btn-grey__light__md:hover {
        background: #ebeae6;

        transition: 0.3s;
    }

.btn-grey__light__sm {
    background: #f0efeb;
    border: none;
    border-radius: 2px;

    color: #333333;
    font-size: 14px;
    font-weight: bold;

    padding: 8px 20px;

    transition: 0.3s;
}
    .btn-grey__light__sm:hover {
        background: #ebeae6;

        transition: 0.3s;
    }

.btn-grey__light__xs {
    background: #f0efeb;
    border: none;
    border-radius: 2px;

    color: #333333;
    font-size: 14px;
    font-weight: bold;

    padding: 6px 20px;

    transition: 0.3s;
}
    .btn-grey__light__xs:hover {
        background: #ebeae6;

        transition: 0.3s;
    }

/* Dark Grey */
.btn-grey__dark {
    background: #ebeae6;
    border: none;
    border-radius: 2px;

    color: #333333;
    font-size: 14px;
    font-weight: bold;

    padding: 10px;

    width: 100%;

    transition: 0.3s;
}
    .btn-grey__dark:hover {
        background: #E0DFDC;

        transition: 0.3s;
    }

.btn-grey__dark__lg {
    background: #ebeae6;
    border: none;
    border-radius: 2px;

    color: #333333;
    font-size: 16px;
    font-weight: bold;

    padding: 10px 105px;

    transition: 0.3s;

}
    .btn-grey__dark__lg:hover {
        background: #E0DFDC;

        transition: 0.3s;
    }

.btn-grey__dark__md {
    background: #ebeae6;
    border: none;
    border-radius: 2px;

    color: #333333;
    font-size: 16px;
    font-weight: bold;

    padding: 10px 30px;

    transition: 0.3s;
}
    .btn-grey__dark__md:hover {
        background: #E0DFDC;

        transition: 0.3s;
    }

.btn-grey__dark__sm {
    background: #ebeae6;
    border: none;
    border-radius: 2px;

    color: #333333;
    font-size: 14px;
    font-weight: bold;

    padding: 8px 20px;

    transition: 0.3s;
}
    .btn-grey__dark__sm:hover {
        background: #E0DFDC;

        transition: 0.3s;
    }

.btn-grey__dark__xs {
    background: #ebeae6;
    border: none;
    border-radius: 2px;

    color: #333333;
    font-size: 14px;
    font-weight: bold;

    padding: 6px 20px;

    transition: 0.3s;
}
    .btn-grey__dark__xs:hover {
        background: #E0DFDC;

        transition: 0.3s;
    }

.btn-grey__dark__xs-m-lg {
    background: #ebeae6;
    border: none;
    border-radius: 2px;

    color: #333333;
    font-size: 14px;
    font-weight: bold;

    padding: 6px 20px;

    transition: 0.3s;
}
    .btn-grey__light__xs:hover {
        background: #E0DFDC;

        transition: 0.3s;
    }
.btn-grey__dark-circle {
    background: #ebeae6;
    border: none;
    border-radius: 50%;

    color: #333333;
    font-size: 16px;
    font-weight: bold;

    padding: 10px;

    transition: 0.3s;
}
    .btn-grey__dark-circle:hover {
        background: #E0DFDC;

        transition: 0.3s;
    }

.btn-grey__dark__thanks {
    background: #ebeae6;
    border: none;
    border-radius: 2px;

    color: #333333;
    font-size: 14px;
    font-weight: bold;

    padding: 8px 20px;

    transition: 0.3s;
}
    .btn-grey__dark__thanks:hover {
        background: #E0DFDC;

        transition: 0.3s;
    }

.btn-grey__dark__basket {
    background: #ebeae6;
    border: none;
    border-radius: 2px;

    color: #333333;
    font-size: 14px;
    font-weight: bold;

    width: 100%;

    padding: 8px;

    transition: 0.3s;
}
    .btn-grey__dark__basket:hover {
        background: #E0DFDC;

        transition: 0.3s;
    }

/* Colours */
.btn-white {
    background: #fff;
    border: none;
    border-radius: 2px;

    color: #333333;
    font-size: 16px;
    font-weight: bold;

    padding: 10px 30px;

    transition: 0.3s;
}
    .btn-white:hover {
        background: #f8f8f8;

        transition: 0.3s;
    }

.btn-green {
    background: #47C9A2;
    border: none;
    border-radius: 2px;

    color: #fff;
    font-size: 16px;
    font-weight: bold;

    width: 100%;

    padding: 10px 30px;

    transition: 0.3s;
}
    .btn-green:hover {
        background: #40B592;

        transition: 0.3s;
    }

.btn-green__sm {
    background: #47C9A2;
    border: none;
    border-radius: 2px;

    color: #fff;
    font-size: 14px;
    font-weight: bold;

    padding: 6px 20px;

    transition: 0.3s;
}
    .btn-green__sm:hover {
        background: #40B592;

        transition: 0.3s;
    }

.btn-pink__basket {
    background: #dc475b;
    border: none;
    border-radius: 2px;

    color: #fff;
    font-size: 14px;
    font-weight: bold;

    width: 100%;

    padding: 8px;

    transition: 0.3s;
}
    .btn-pink__basket:hover {
        background: #ec697b;

        transition: 0.3s;
    }

.btn-green__seller {
    background: #47C9A2;
    border: none;
    border-radius: 2px;

    color: #fff;
    font-size: 14px;
    font-weight: bold;

    padding: 10px;

    width: 100%;

    transition: 0.3s;
}
    .btn-green__seller:hover {
        background: #40B592;

        transition: 0.3s;
    }

.btn-more {
    background: #dc475b;
    border-radius: 2px;
    border: 1px solid #dc475b;

    color: #fff;
    font-size: 14px;
    font-weight: bold;

    padding: 8px 20px;

    transition: 0.3s;
}
    .btn-more:hover {
        background: #ec697b;

        transition: 0.3s;
    }

.btn-less {
    background: #fff;
    border-radius: 2px;
    border: 1px solid #d0d0d0;

    color: #333333;
    font-size: 14px;
    font-weight: bold;

    padding: 8px 20px;

    transition: 0.3s;
}
    .btn-less:hover {
        background: #f0efeb;

        transition: 0.3s;
    }

/* Disabled button */
button:disabled,
button[disabled]{
    background: #f0efeb;
    border: none;
    border-radius: 2px;

    color: #333333;
    font-weight: bold;

    width: 100%;

    opacity: 0.9;
}
button:disabled:hover,
button[disabled]:hover{
    background: #f0efeb;
    border: none;
    border-radius: 2px;

    color: #333333;
    font-weight: bold;

    width: 100%;

    opacity: 0.9;
}
