#cur-1, #cur-2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
.X_icon {
    opacity: 0.5;
    margin: 0;
    background-color: unset;
    filter: invert(1);
    border: black 1px solid;
    border-left: none;
    float: left;
    background-color: #a0615f;
}
#title_img {
    width: 150px;
    float: left;
    filter: invert();
    margin: 0 40px 7px;
}
#title {
    padding: 5px;
    margin: 24px 0 0 0;
    display: flex;
    align-items: flex-end;
    border-bottom: silver 1px solid;
}
#indopanen {
    width: 44%;
    float: left;
    margin-right: 20px;
}
.info {
    background-color: cadetblue;
    display: block;
    padding: 10px;
    width: 100%;
}
#search_button_en, #search_button_id, #reset_filter {
    margin: 0;
    border: 1px solid white;
    border-radius: 4px;
    width: max-content;
}
.search_button_box {
    display: flex;
    justify-content: flex-end;
    margin: 10px;
    align-items: center;
}
.enter_icon_box {
    float: right;
    width: 0px;
    overflow: visible;
    position: relative;
}
.enter_icon {
    cursor: pointer;
    position: relative;
    opacity: 0.5;
    margin: 0;
    background-color: unset;
}
.search_box .select {
    height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #282828;
    color: whitesmoke;
    border: cadetblue 1px solid;
    padding: 10px;
    margin-bottom: 10px;
}
.search_box .option, .search_box .disabled_option {
    cursor: pointer;
    padding: 5px;
    font-family: 'Arial Narrow', Arial, sans-serif;
}
.disabled_option {
    color: #f44336;
}
#kw_list {
    min-height: 150px;
    width: 35%;
}
#kw_tiles {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #00000087;
    border: cadetblue 1px solid;
    margin-bottom: 10px;
    align-content: flex-start;
    height: 150px;
    overflow-y: auto;
}
#kw {
    display: flex;
}
.kw_tile {
    display: flex;
    border: 1px solid white;
    font-style: italic;
    font-weight: 500;
    background-color: #f4433670;
    font-family: Oswald;
    color: white;
    cursor: pointer;
    width: max-content;
    text-align: center;
    align-items: center;
}
.disabled_option {
    padding: 5px;
}
#tool_panel {
    width: 145px;
    padding: 5px;
    top: 117px;
    background-color: #06060659;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
}
#infopanel {
    margin-top: 100px;
    background-color: cadetblue;
}
#filters {
    display: none;
    position: fixed;
}
#product_gallery_info {
    width: 70%;
}
.recipe {
    display: grid;
    align-items: flex-start;
    padding: 5px 0;
    border: 1px solid silver;
    margin-bottom: 10px;
}
.product_cell {
    display: flex;
    align-items: flex-start;
}
.recipe h3 {
    font-family: 'Oswald', Arial;
    color: #f44336;
    font-weight: 100;
    text-shadow: 3px 3px 5px black;
    text-align: start;
    font-style: italic;
}
h4 {
    width: 100%;
    font-family: Yanone, Arial, Helvetica, sans-serif;
    text-align: end;
    color: whitesmoke;
    font-weight: 300;
}
.recipe:hover {
    backdrop-filter: blur(10px);
}
.sup {
    display: flex;
    align-items: flex-start;
    background: linear-gradient(to left, #06060600 5%, #06060659 57%);
    height: 82px;
    width: max-content;
    cursor: pointer;
}

#moq_show {
    font-family: Oswald, Arial, sans-serif;
}
#tool_panel {
    height: 2000px;
}
.thumbnail_box {
    display: grid;
    justify-content: center;
    align-items: center;
}
#title_div {
    display: flex;
    align-items: flex-end;
}

#search .X_icon {
    filter: invert(0);
}

@media (max-width: 500px) {
    #search .enter_icon_box {
        right: 80px;
        top: 0;
    }
    #starter {
        margin-top: 100px;
    }
    #filters {
        top: 10px;
    }
    .x_imge {
        width: 30px;
        border: 1px solid black;
        cursor: pointer;
        background-color: #f4433670;
        float: right;
        margin: 5px;
        display: block;
    }
    #request_form textarea, #request_form input {
        font-size: 18px;
    }
    #request_form h3 {
        font-size: 23px;
    }
    #request_form p {
        line-height: 1.2;
    }
    .img_thumbnails, .sup_logo {
        margin: 5px;
        border-radius: 4px;
    }
    .tn {
        border-radius: 0;
    }
    iframe {
        margin-left: -10px;
    }
    #moq_exw_box {
        margin-top: 20px;
    }
    #moq_show {
        text-align: center;
        font-family: 'Oswald', Arial;
        font-size: 27px;
        margin-bottom: 20px;
    }
    #incoterms_top div {
        text-align: center;
        margin-bottom: 10px;
    }
    #exw_show {
        text-align: center;
        font-size: 32px;
        text-decoration: underline #f44336 2px;
    }
    .kg {
        width: 93%;
        font-family: 'Comfortaa', Arial;
        font-size: 17px;
        text-align: center;
        padding: 4px;
    }
    .product_checkbox {
        display: flex;
        width: 100%;
        align-items: flex-end;
        margin-top: 50px;
        justify-content: flex-end;
        margin-bottom: 15px;
    }
    .hp0 {
        display: flex;
        justify-content: space-between;
    }
    .hp1 {
        width: 40%;
    }
    #cur-2, #cur-1, #cur-2 span, #cur-1 span, #x17 .option {
        font-family: Comfortaa, Arial, Helvetica, sans-serif;
        font-size: 19px;
        padding: 4px;
    }
    #x17 .option {
        padding: 6px;
        text-align: center;
    }
    #title_div {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 10px;
    }    
    .thumbnail_box {
        margin: 0;
    }
    .recipe {
        padding: 0;
    }
    .product_cell {
        flex-direction: column;
    }
    .sup_tariff {
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 10px;
        margin: -3px 0 0 0;
        padding: 0 10px;
    }
    .sup_addr {
        font-family: Comfortaa, Arial, Helvetica, sans-serif;
        margin: 0;
        font-size: 13px;
        padding: 0 10px;
    }
    .sup_name {
        font-family: Racing, 'Arial Narrow Bold', sans-serif;
        font-size: 16px;
        font-style: italic;
        margin: 2px 0 -10px 0;
        padding: 0 10px 3px 10px
    }
    .sup_logo {
        max-width: 50px;
        margin-right: 5px;
        max-height: 50px;
    }
    .sup {
        height: 61px;
        width: 100%;
    }
    .divsup {
        width: 100%;
    }
    .product_checkbox input {
        margin-right: 10px;
    }
    .subdiv_price {
        font-family: Oswald, Impact, sans-serif;
        font-size: 32px;
        font-weight: 700;
        margin: 0 0px 10px auto;
    }
    .product_checkbox label {
        font-family: Comfortaa, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 500;
        max-width: 225px;
        line-height: 1;
    }
    .subdiv_txt{
        font-family: Comfortaa, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        margin: 0 auto 5px 20px;    
    }
    h4 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-size: 20px;
        padding: 0 17px 0 0;
        flex-direction: column;
    }
    .recipe h3 {
        font-size: 23px;
        margin-bottom: 14px;
        margin-top: 0px;
    }
    .share_link {
        width: 30px;
        filter: invert(1);
        cursor: pointer;
        margin: 10px 10px 20px auto;
        display: block;
    }
    .tool_name {
        color: whitesmoke;
        font-size: 19px;
        line-height: 1.1;
        font-family: Oswald, Arial, Helvetica, sans-serif;
        padding: 0;
        text-align: start;
        padding-top: 3px;
    }
    .tool_icon {
        float: left;
        margin: 3px;
        padding: 3px;
        border: 1px solid black;
        border-radius: 3px;
        width: 36px;
        filter: invert();
    }
    .tool {
        margin: 5px 0;
        display: flex;
        align-items: center;
    }
    #bottom_tools_group {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }
    #infopanel {
        background-color: cadetblue;
        width: 50%;
        margin: 10px 0 5px;
        padding: 5px;
        display: flex;
        align-items: center;
    }
    #infopanel p {
        font-size: 15px;
        width: 100%;
        color: whitesmoke;
        padding: 0 10px;
        line-height: 1.2;
        margin: 0;
    }
    #infopanel img {
        width: 50px;
        opacity: 0.5;
    }
    #side_cur {
        display: flex;
        flex-direction: column;
        width: 45%;
    }
    #side_cur .price_currency {
        font-size: 11px;
        margin-bottom: 5px;
    }
    #khusus {
        display: none;
    }
    #tool_top {
        margin: 5px 0;
    }
    #tool_panel {
        height: unset;
        padding: 3px;
        background-color: #06060685;
        z-index: 49;
        backdrop-filter: blur(6px);
        width: 100%;
        justify-content: space-between;
        margin-left: -5px;
    }
    #top_tools_group {
        display: flex;
        justify-content: space-around;
    }
    button {
        padding: 8px 20px;
        margin: 0 10px 10px auto;
    }
    #product_gallery_info {
        width: 100%;
    }
    #cur-1, #cur-2 {
        width: 120px;
        margin: 0 14px;
        font-weight: 700;
    }
    #cur-1 {
        margin-bottom: 5px;
    }
    .price_currency {
        padding: 0 10px 0 0;
        margin-top: 0px;
        font-family: Comfortaa, Arial;
        font-size: 14px;
        line-height: 1.1;
    }
    #cur-1 span, #cur-2 span {
        font-family: Comfortaa, Arial, Helvetica, sans-serif;
        font-size: 18px;
        padding: 8px;
    }
    .currency img {
        filter: invert(1);
        width: 30px;
        float: right;
        margin-right: 5px;
        transform: rotate(180deg);
        margin: 5px;
    }
    #filters {
        position: fixed;
        z-index: 51;
    }
    #kw {
        display: flex;
    }
    #item_search {
        display: none;
        margin-top: 20px;
        flex-direction: column;
    }
    .enter_icon_box {
        right: 76px;
        top: 0;
        display: flex;
        align-items: center;
    }
    .search_box .option, .search_box .disabled_option {
        padding: 9px 5px;
    }
    .kw_tile {
        margin: 3px;
        padding: 5px;
        border-radius: 4px;
    }
    .kw_tile p {
        font-size: 17px;
    }
    #indopanen {
        display: none;
    }
    #content {
        margin-top: 267px;
        line-height: 1;
        font-size: 15px;
    }
    #title {
        padding: 0px; margin: 13px 0 0 0px; display: flex; align-items: flex-end;
        justify-content: center;
        flex-direction: column;
    }
    #title_img {
        width: 60px;
        margin: 10px 20px 7px 10px;

    }
    #currency_img {
        width: 30px;
        filter: invert();
        transform: scaleY(-1);
        margin-right: 10px;
    }
    #title h1 {
        font-size: 38px;
        margin: 0px 10px 5px;
    }
    #search_button_en, #search_button_id {
        padding: 5px 10px;
        font-size: 17px;
    }
    .search_button_box p {
        width: 60%;
        justify-content: space-between;
        margin: 0;
    }
    .search_button_box {
        align-items: flex-start;
        justify-content: space-between;
        margin: 0;
    }
    .enter_icon_box img {
        width: 37px;
    }
    .search_box input {
        width: 100%;
        padding: 10px 80px 10px 6px;
        font-size: 17px;
    }
    .hp10 {
        align-items: center;
    }
    #kw_tiles {
        width: 65%;
    }
    .enter_icon {
        opacity: 0.5;
        background-color: rgb(244, 67, 54);
        width: 38px;
    }
    #sup_search {
        display: none;
        flex-direction: column-reverse;
    }
}

@media (min-width: 501px) and (max-width: 1500px) {
    #empty {
        height: 100px;
    }
    #starter {
        margin-top: -20px;
        margin-bottom: 30px;
    }    
    .img_thumbnails {
        width: 95%;
    }
    #cur_switch_div {
        max-width: 345px;
    }
    .recipe img {
        margin: 5px;
        border-radius: 5px;
    }    
    #inc_show, #show_port {
        text-align: end;
        font-size: 15px;
    }
    #exw_show {
        font-weight: 700;
        text-align: end;
        font-family: 'Comfortaa';
        font-size: 38px;
        text-decoration: underline #f44336;
        margin-top: 10px;
    }
    #exw_box {
        margin-left: 15px;
        margin-top: 30px;
    }
    #moq_show {
        font-weight: 700;
        text-align: end;
        width: 100%;
        font-size: 34px;
        margin-top: 10px;
    }
    #moq_box {
        display: flex;
        align-items: center;
        margin-top: 18px;
        margin-left: 15px;
    }
    #moq_exw_box {
        width: 48%;
        margin-top: 10px;
    }
    #side_cur {
        display: flex;
        margin-top: 50px;
        flex-direction: column;    
    }
    #side_cur #cur-2 {
        width: 100%;
        margin: 0;
    }
    #side_cur #cur-2 img {
        width: 20px;
    }
    #side_cur .price_currency {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0 0 3px 5px;
    }
    .product_checkbox input {
        margin-right: 10px;
    }
    .kg {
        background-color: whitesmoke;
        width: 105px;
        text-align: center;
        height: 30px;
        margin: 0px 12px 2px;
        font-size: 17px;
    }
    .subdiv_txt, .product_checkbox label {
        font-family: Comfortaa, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 500;
        max-width: 225px;
        line-height: 1;
    }
    .incoterms_box{
        font-family: Yanone, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 100;
    }
    .subdiv_price {
        margin-left: 30px;
        font-family: Oswald, Impact, sans-serif;
        font-size: 32px;
        font-weight: 700;
    }
    .share_link {
        width: 30px;
    }
    h4 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-size: 20px;
        padding: 0 17px 0 0;
    }
    .info73 {
        display: block;
        width: 85%;
    }
    .recipe h3 {
        font-size: 32px;
        margin-left: 10px;
        margin-bottom: 14px;
        margin-top: 0px;
    }
    #cur-2, #cur-1 { 
        width: 150px;
        margin: 0 14px;
        font-weight: 700;
    }
    .price_currency {
        padding: 0 10px 0 0;
        text-align: end;
        margin-top: 3px;
        font-size: 15px;
    }
    #cur-2, #cur-1, #cur-2 span, #cur-1 span, #x17 .option {
        font-family: Comfortaa, Arial, Helvetica, sans-serif;
        font-size: 19px;
        padding: 4px;
    }
    #cur-1 img, #cur-2 img, #currency_img {
        filter: invert(1);
        width: 20px;
        float: right;
        transform: rotate(180deg);
        margin: 5px;
    }
    #title_img {
        width: 95px;
    }
    .kw_tile {
        padding: 4px;
        font-size: 16px;
        margin: 5px;
        border-radius: 5px;
    }
    #filters {
        top: 130px;
    }
    #infopanel img {
        float: left;
        margin: 10px 5px 5px 5px;
        opacity: 0.5;
        width: 52px;
    }
    #infopanel p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 100;
        margin-top: 0;
    }
    #right_content {
        margin: 80px 0 30px 215px;
    }
    button {
        padding: 8px 14px;
        width: 160px;
    }
    #tool_top {
        margin-top: 100px;
    } 
    .tool_name {
        font-size: 18px;
        line-height: 1.1;
        margin: 0;
    }
    .tool_icon {
        margin: 3px 8px;
        padding: 3px;
        border-radius: 3px;
        width: 36px;
    }
    #kw_tiles {
        min-width: 250px;
        width: 75%;
    }
    #item_search, #sup_search {
        justify-content: space-evenly;
        margin-top: 20px;
        display: none;
    }
    .search_box input {
        width: 100%;
        padding: 6px;
    }
    .search_box {
        display: flex;
        flex-direction: column;
        width: 49%;
    }    
    .info p, .info li {
        font-size: 16px;
        line-height: 1.5;
    }
    #search_button_en, #search_button_id, #reset_filter {
        padding: 5px 25px;
        font-size: 16px;
    }
    #filters input, #filters select, #filters .option, #filters .disabled_option, .kw_tile p {
        padding: 5px;
        font-size: 16px;
    }
    .enter_icon_box .enter_icon {
        width: 31px;
        margin-bottom: 2px;
    }
    .enter_icon_box .X_icon {
        max-width: 31px;
        margin-bottom: 2px;
    }
    #item_search .enter_icon_box {
        right: 63px;
        top: 1px;
        display: flex;
    }
    #sup_search .enter_icon_box {
        right: 63px;
        top: 1px;
        display: flex;
    }
    .sup_logo {
        max-width: 50px;
        margin-right: 5px;
        max-height: 50px;
    }
    .sup {
        height: 61px;
    }
    .sup_name {
        font-family: Racing, 'Arial Narrow Bold', sans-serif;
        font-size: 16px;
        font-style: italic;
        margin: 2px 0 0 0;
    }
    .sup_tariff {
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 10px;
        margin: 0;
    }
    .sup_addr {
        font-family: Comfortaa, Arial, Helvetica, sans-serif;
        margin: 0;
        font-size: 13px;
    }
    .sup p {
        padding: 0;
    }
    .divsup {
        top: -67px;
        left: 10px;
    }
}


@media (min-width: 1501px) {
    #item_search .enter_icon_box {
        right: 63px;
        top: 1px;
        display: flex;
    }
    #starter {
        margin-top: 210px;
    }
    .img_thumbnails {
        width: 95%;
    }
    .recipe img {
        margin: 5px;
        border-radius: 5px;
    }    
    #moq_box {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
    }
    #moq_exw_box {
        width: 45%;
    }
    button {
        margin: 0 5px 0 auto;
        font-size: 19px;
        padding: 5px 20px;
    }
    #tool_panel {
        width: 193px;
        padding: 10px;
    }
    .divsup {
        top: -80px;
        left: 15px;
    }
    .share_link {
        width: 35px;
        padding-top: 5px;
    }
    #side_cur {
        display: flex;
        margin-top: 50px;
        flex-direction: column;    
    }
    #side_cur #cur-2 {
        width: 100%;
        margin: 0;
    }
    #side_cur #cur-2 img {
        width: 30px;
    }
    #side_cur .price_currency {
        font-size: 17px;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0 0 3px 5px;
    }
    .product_checkbox input {
        margin-right: 30px;
    }
    .kg {
        background-color: whitesmoke;
        width: 120px;
        text-align: center;
        height: 36px;
        margin: 0px 12px 2px;
        font-size: 20px;
    }
    .subdiv_txt, .product_checkbox label {
        font-family: Comfortaa, Arial, Helvetica, sans-serif;
    }
    .incoterms_box{
        font-family: Yanone, Arial, Helvetica, sans-serif;
        font-size: 21px;
        font-weight: 100;
    }
    .subdiv_price {
        margin-left: 30px;
        font-family: Oswald, Impact, sans-serif;
        font-size: 40px;
    }
    h4 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-size: 26px;
        padding: 0 17px 0 0;
        font-weight: 700;
    }
    .info73 {
        display: block;
        width: 82%;
    }
    .recipe h3 {
        font-size: 41px;
        margin-left: 10px;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    #cur-1, #cur-2 {
        width: 150px;
        margin: 0 14px;
        font-weight: 700;
    }
    .price_currency {
        padding: 0 10px 0 0;
        text-align: start;
    }
    #cur-1, #cur-2, #cur-2 span #cur-1 span, #x17 .option {
        font-family: Comfortaa, Arial, Helvetica, sans-serif;
        font-size: 24px;
        padding: 8px;
    }
    #cur-1 img, #cur-2 img {
        filter: invert(1);
        width: 30px;
        float: right;
        transform: rotate(180deg);
        margin: 5px;
    }
    .kw_tile {
        padding: 4px;
        font-size: 16px;
        margin: 5px;
        border-radius: 5px;
    }
    #filters {
        top: 130px;
    }
    #infopanel img {
        float: left;
        margin: 10px 5px 5px 10px;
        opacity: 0.5;
        width: 60px;
    }
    #infopanel p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 100;
        margin-top: 0;
    }
    #right_content {
        margin: 116px 0 30px 215px;
    }
    #tool_top {
        margin-top: 150px;
    } 
    .tool {
        margin-top: 30px;
    }
    .tool_icon {
        margin: 3px 8px;
        padding: 3px;
        border-radius: 3px;
        width: 50px;
    }
    #kw_tiles {
        min-width: 250px;
        width: 75%;
    }
    #item_search, #sup_search {
        justify-content: space-evenly;
        margin-top: 20px;
        display: none;
    }
    .search_box input {
        width: 100%;
        padding: 6px;
    }
    .search_box {
        display: flex;
        flex-direction: column;
        width: 46%;
    }    
    .info p, .info li {
        font-size: 25px;
        line-height: 1.5;
    }
    #search_button_en, #search_button_id {
        padding: 5px 25px;
        font-size: 19px;
    }
    #filters input, #filters select, #filters .option, #filters .disabled_option, .kw_tile p {
        padding: 5px 68px 5px 5px;
        font-size: 23px;
    }
    .enter_icon_box .enter_icon {
        width: 31px;
        margin-bottom: 2px;
    }
    .enter_icon_box .X_icon {
        width: 31px;
        margin-bottom: 2px;
    }
    .enter_icon {
        width: 34px;
    }
    #sup_search .enter_icon_box {
        right: 63px;
        top: 1px;
        display: flex;
    }
    .sup_logo {
        max-width: 70px;
        margin-right: 5px;
        max-height: 70px;
    }
    .sup_name {
        font-family: Racing, 'Arial Narrow Bold', sans-serif;
        font-size: 21px;
        font-style: italic;
        margin: 5px 0 0 0;
    }
    .sup_tariff {
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 15px;
        margin: 0;
    }
    .sup_addr {
        font-family: Comfortaa, Arial, Helvetica, sans-serif;
        margin: 0;
        font-size: 15px;
    }
    .sup p {
        padding: 0;
    }
}