/************************************/
/*********** product-menu ***********/
/************************************/
.arrow-right {
    color: #E42613;
}
.dropdown-content,
#product-dropdown .arrow-down,
#product-dropdown.expanded .arrow-right {
    display: none;
}
#product-dropdown.expanded .arrow-down {
    display: inline-block;
}
.dropbtn {
    display: flex;
}
.arrow-right,
.arrow-down {
    display: inline-block;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    background-image: url('/media/wysiwyg/codazon/custom/arrow_small.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
.arrow-down {
    filter: brightness(0) invert(1);
    transform: rotate(90deg);
}
#product-dropdown {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
}
#product-dropdown a, #product-dropdown .dropbtn {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    cursor: pointer;
    color: #000000 !important;
    font-size: 20px;
    padding-right: 20px;
    padding-left: 10px;
    padding-bottom: 15px;
    padding-bottom: 8px;
    padding-top: 8px;
}
#product-dropdown .dropbtn {
    padding-top: 5px
}
.dropdown-content {
    z-index: 10;
}
.dropdown-content a {
    display: block;
    min-width: 180px;
}
#product-dropdown.expanded .dropdown-content {
    display: block;
    position: absolute;
}
#product-dropdown.expanded .dropbtn,
#product-dropdown.expanded .dropdown-content {
    background-color: #E42613;
}
#product-dropdown a:hover {font-weight: 500;}

.block-search{
    background: #ffffff;
    border-color: #e42613;
    border-width: 1px;
    border-style: solid;
}