.basic_color {
    color: #5f5f5f;
}

:root {
    --main-color: #00cc00;
}

.clr-green {
    color: #05cb4c;
}

.text-orange {
    color: #F79232;
}

.uppercase {
    text-transform: uppercase;
}

.table-responsive .fixed-table-body {
}

/* ADMIN */

.admin_top_nav {
    height: 40px !important;
    z-index: 2 !important;
}

.admin-content {
    margin-top: 40px !important;
    margin-left: 40px !important;
}

.dropdown-logout {
    right: 12px !important;
    position: absolute !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
}

.cocktail_steps {
    min-height: 36px !important;
    height: auto !important;
    position: relative;
}

/* PARTNERS */
.partners_separator {
    border-bottom: 1px solid;
}

/* .PARTNERS */
/* COCKTAILS*/
.admin_cocktails_filter_item {
    border: 1px solid aqua;
    border-radius: 10px;
    padding: 7px 10px 5px;
    text-align: center;
    cursor:pointer;
}
/* .COCKTAILS */
/* .ADMIN */


/* BRANDS NOTICE MODAL */

.brands_notice {
    color: #636363;
    min-width: 400px;
}

.brands_notice .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.brands_notice .modal-header {
    border-bottom: none;
    position: relative;
}

.brands_notice h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}

.brands_notice .close {
    position: absolute;
    top: -5px;
    right: -2px;
}

.brands_notice .modal-body {
    color: #999;
}

.brands_notice .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}

.brands_notice .modal-footer a {
    color: #999;
}

.brands_notice .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #60c7c1;
}

.brands_notice .icon-box i {
    color: #60c7c1;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}

.brands_notice .btn,
.brands_notice .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}

.brands_notice .btn-secondary {
    background: #c1c1c1;
}

.brands_notice .btn-secondary:hover,
.brands_notice .btn-secondary:focus {
    background: #a8a8a8;
}

.brands_notice .btn-danger {
    background: #f15e5e;
}

.brands_notice .btn-danger:hover,
.brands_notice .btn-danger:focus {
    background: #ee3535;
}


/* OPTIONS */

.plans {
    margin-bottom: 7px;
}

.plans .plan {
    cursor: pointer;
    width: 32%;
}

.plans .plan .plan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e1e2e7;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
}

.plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.plans .plan .plan-content img {
    margin-right: 30px;
    height: 72px;
}

.plans .plan .plan-details span {
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #646a79;
}

.plans .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #216fe0;
    right: 10px;
    top: 10px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #0066ff;
}

.plans .plan input[type="radio"]:checked + .plan-content {
    border: 2px solid #216ee0;
    background: #3490dc;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.plans .plan input[type="radio"]:checked + .plan-content span,
.plans .plan input[type="radio"]:checked + .plan-content p {
    color: white;
}


/* .BRANDS NOTICE MODAL */


/*INGREDINETS TYPE*/

.vakata-context {
    z-index: 999 !important;
}


/*.INGREDIENTS TYPE*/


/* COCKTAILS */

.cockails_ingredients_row {
    padding-left: 0px;
    padding-right: 0px;
}

.cocktails_steps_input_delete_button {
    background-color: #e33c39;
    cursor: pointer;
    color: white;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.cocktails_row_holder {
    margin-bottom: 15px;
}

.cocktails_glass_form {

    padding: 7px 15px;
    background-color: #ededed;
}

/* .COCKTAILS */


/* SITE */


/* COCKTAILs */

.cocktails_thumb_description {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 18px;
}

.cocktails_ratings {
    padding: 20px;
    background-color: gainsboro;
    border-radius: 8px;
}

#cocktailsRate {
    margin-left: auto;
    margin-right: auto;
}

#dummy {
    display: inline-block;
}

.cocktails_dropdown {
    position: absolute;
    top: 0;
    left: 0;
}

.cocktails_equipments_dropdown {
    position: absolute;
    top: 0;
    left: 0;
}

.cocktail_steps {
    position: relative;
}

.cocktails_img_thumb {
    height: 225px;
    position: relative;
    overflow: hidden;
}

.cocktails_img_thumb img {
    /*width: 100%;*/
     height: 100%;
    position: absolute;
    /* width: 100%; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cocktail_ingredients_dropdown {
    width: fit-content !important;
}

.cocktail_ingredients_volume_input {
    width: 65px;
    text-align: center;
}

.cocktail_ingredients_dropdown_holder,
.cocktail_ingredients_volume_input_holder,
.cocktail_ingredients_prefix_holder,
.cocktail_ingredients_volume_holder {
    display: inline-block;
}

.cocktails_ingredients_volume_range_input_holder {
    width: 20% !important;
    display: inline-block;
}

.cocktails_glass_range_holder {
    width: 20% !important;
    display: inline-block;
}

.cocktails_filter_button {
    cursor: pointer;
}
.error_404_holder{
    height: 100vh;
    width: 100%;
    background-image: url(../../images/error-404.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .COCKTAILS */

/* COCKTAIL */
/* Comments*/
.cocktails_comments_heder_user {
    font-size: large;
    font-weight: 600;
}

.cocktails_comments_heder_date {
    /*float: right;*/
}

.cocktails_comments_footer {
    text-align: justify;
}

.cocktails_comments_thumb {
    background-color: #bebebe;
    padding: 5px 10px;
    border-radius: 10px;
}

.cocktails_comments_like {
}
.cocktails_comments_like_heart{
    cursor: pointer;
}
.cocktails_comments_like, .cocktails_comments_reply {
    display: inline-block;
}

.cocktails_comments_reply {
    cursor: pointer;
}
.reply_cocktails_comments_add_holder{
    padding: 5px;
    display: flex;
    background-color: #bebebe;
    border-radius: 10px;
}
.reply_cocktails_comments_input_holder{
    display: inline-block;
    flex: 1;
}
.reply_cocktails_comments_button_holder{
    display: inline-block;
}
.reply_cocktails_comments_input_holder .form-group{
    margin-bottom: 0px;
}

/*.Comments*/

#cocktailsOverallRate {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.cocktails_comments_heder_date_delete_holder {
    display: inline;
    float: right;
}

.button_save_comment_holder {
    padding-left: 0px;
}

.button_save_comment {
    width: 100%;
}

/* .COCKTAIL */
/* PARTNER */
#partnermap {
    height: 300px;
}

/* .PARTNER */
/* CONTACT */
#joinOurMapMap {
    height: 300px;
}
/* .CONTACT */

/* BRANDS */

.brands_img_thumb {
    height: 225px;
    position: relative;
    overflow: hidden;
}

.brands_img_thumb img {
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    /* width: 100%; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* .BRANDS */
/* BRAND */
.brand_cocktails_img_thumb {
    height: 225px;
    position: relative;
    overflow: hidden;
}

.brand_cocktails_img_thumb img {
    /*width: 100%;*/
    height: 100%;
    position: absolute;
    /* width: 100%; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* .BRAND */

/* .SITE */