#colour_select_product {
    padding-bottom: 20px;
}

.modal_select_colors {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.modal_select_colors:hover span {
    opacity: .8;
    border-color: var(--theme-primary-color);
}

.modal_select_colors span {
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 24px;
    margin-left: 20px;
    font-weight: bold;
    color: var(--theme-primary-color);
    border-bottom: 1px solid #d9d9d9;
}

#colour_select_product img {
    display: block;
    width: 30px;
    height: auto;
    margin-right: 10px;
}

/* MODAL */

.header__menu__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.header__menu__modal.active {
    opacity: .34;
    visibility: visible;
    z-index: 2024;
    background: #000;
}

.HUK_select_colors__modal {
    width: 90%;
    height: 90%;
    max-width: 1024px;
    max-height: 800px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.17);
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.17);
    background: #fff;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.modal__various {
    opacity: 0;
    visibility: hidden;
    z-index: -900;
    display: none;
}

.modal__various.active {
    opacity: 1;
    visibility: visible;
    z-index: 2025;
    display: block;
}

.header_title_modal {
    position: relative;
    background: #000;
    padding: 0px 20px;
    height: 50px;
    margin-bottom: 30px;
}

.header_title_modal h3 {
    line-height: 50px;
    padding: 0;
    margin: 0;
    color: #FFF;
}

.HUK_select_colors__modal__close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.btnCloseContact {
    width: 30px;
    height: 30px;
}

.btnCloseContact:before,
.btnCloseContact:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #FFF;
    position: absolute;
    top: 14px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btnCloseContact:before {
    transform: rotate(135deg);
}

.btnCloseContact:after {
    transform: rotate(45deg);
}

.btnCloseContact:hover:before,
.btnCloseContact:hover:after {
    background: #FFF;
}

.HUK_select_colors__modal__ctn {
    overflow: auto;
    height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.HUK_select_colors__modal__ctn h1,
.HUK_select_colors__modal__ctn h2,
.HUK_select_colors__modal__ctn h3 {
    margin-bottom: 20px;
    line-height: 1;
}

.HUK_select_colors__modal__ctn h2 {
    font-size: 25px;
}

.HUK_select_colors__modal__ctn h3 {
    font-size: 20px;
}

.content_list_items_color {
    padding: 20px;
    padding-top: 0;
}

.content_list_item_select_color ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.content_list_item_select_color ul li {
    margin: 1%;
    width: 23%;
    position: relative;
}

.content_list_item_select_color ul li:hover span {
    cursor: pointer;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.content_list_item_select_color ul li span {
    display: block;
    height: 100px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.content_list_item_select_color ul li label {
    display: block;
    text-align: center;
    padding: 5px 0;
}

.content_search_filter_select_color {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    width: 100%;
}

.content_search_filter_select_color .search-colours-row-colour {
    width: 50%;
    padding-left: 1%;
    padding-right: 2%;
}

.content_search_filter_select_color .search-colours-row-colour input {
    border: 2px solid #9d9d9d;
    border-radius: 8px;
    font-size: 14px;
    padding: 10px;
    width: 100%;
}

.content_search_filter_select_color .search-colours-row-code {
    width: 50%;
    text-align: center;
}

.content_search_filter_select_color .search-colours-row-code span {
    color: #1f6bdf;
    cursor: pointer;
}

.content_list_item_filter_select_color ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.content_list_item_filter_select_color ul li {
    margin: 0;
}

.content_list_item_filter_select_color ul li a {
    background: #f1f1f1;
    border-radius: 25px;
    color: #9d9d9d;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin: 5px 5px;
    padding: 10px 20px;
}

.content_list_item_filter_select_color ul li a:hover {
    background: #1b4a8e;
    color: #fff;
}

.content_list_item_filter_select_color ul li a.active {
    background: #ddefff;
    border: 2px solid #1f6bdf;
    color: #434343;
}

.search-colours-row-colour form {
    margin-bottom: 0;
}

.custom-color-code {
    display: none;
    width: 100%;
}

.custom-color-code input {
    border: 1px solid #9d9d9d !important;
    border-radius: 8px;
    font-size: 14px;
    padding: 10px !important;
    width: 80%;
}

a.custom-color-save {
    border-radius: 8px;
    padding: 10px 20px;
    margin-left: 5px;
    background: #1f6bdf;
    color: #fff;
}

.select_custom_own_code {
    display: none;
    background-color: rgb(255, 255, 255);
    width: 290px;
    max-width: 100%;
    border: 2px solid #1f6bdf;
    padding: 10px 20px;
    color: #000;
    font-size: 18px;
}

.selected_bg_color {
    display: none;
    width: 250px;
    max-width: 100%;
    padding: 10px;
    color: #fff;
    text-align: center;
    border: 1px solid #e5e5e5;
}