.disabled_option {
    padding: 5px;
}

#search_button_id:hover {
    background-color: #f44336;
}

.offer {
    display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
}

.slide {
    width: max-content;
}

#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;
}

.red_small_button:hover {
    background-color: #f44336;
}

.adr_str {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.bprod_list {
    overflow-y: scroll;
}

@media (max-width: 500px) {
    .bprod_list {
        max-height: 200px;
    }

    .box_img {
        width: 86px;
        border-radius: 4px;
        margin-right: 16px;
    }

    #regular {
        justify-content: space-between;
        padding: 0 10px;
        flex-direction: column;
    }
    .x_imge {
        display: block;
    }

    .currency, .price {
        font-family: 'Comfortaa';
        font-size: 20px;
        font-weight: bolder;
        text-decoration: underline #f44336 2px;
    }

    #moq_exw_box {
        width: 100%;
    }

    #incoterms {
        display: flex;
        margin-bottom: 25px;
        width: 100%;
    }

    #incoterms_top {
        width: 100%;
        flex-direction: column;
    }

    #exw_box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        margin-left: 15px;
    }

    #moq_box {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
        margin-top: 18px;
        margin-left: 15px;
    }

    #exw_show {
        font-weight: 700;
        text-align: end;
        width: 100%;
        font-family: 'Comfortaa';
        font-size: 28px;
        text-decoration: underline #f44336;
        margin-top: 10px;
    }

    #moq_show {
        font-weight: 700;
        text-align: end;
        width: 100%;
        font-family: 'Comfortaa';
        font-size: 28px;
        text-decoration: underline #f44336;
        margin-top: 10px;
    }

    .a1 {
        font-size: 21px;
        padding: 0;
        margin: 0;
        text-align: start;
        line-height: 1.2;
        width: 100%;
    }

    .ds {
        padding: 0;
    }

    #item_show {
        padding: 10px;
    }

    .running_txt {
        background-color: #00000087; position: relative; top: 242px; backdrop-filter: blur(4px);
    }

    #regular legend {
        font-family: Comfortaa, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: 700;
        padding: 10px;
        display: block;
        margin-bottom: 30px;
    }

    .box ul {
        margin-top: 10px;
        max-height: 300px;
        overflow-y: auto;
    }

    .tn {
        width: 100%;
    }
    
    #moq {
        padding: 21px 0 14px 0px; display: flex; justify-content: space-between; align-items: center; flex-direction: row;
    }

    #exw{
        padding: 27px 0 0 0px; display: flex; justify-content: space-between; align-items: center; flex-direction: row;
    }

    #moq_exw {
        width: 100%;
    }

    #yt_price {
        display: flex; width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .vip_info_box {
        height: 268px; overflow-y: auto;
    }

    .vip_logo_img {
        width: 55px; filter: none; float: right; border-radius: 4px;
    }

    #verified_business {
        width: 30px;
        position: relative;
        right: 17px;
        z-index: 11;
        top: -5px;
        filter: none;
    }

    #indopanen {
        width: 100%
    }

    #title {
        padding: 0px; margin: 24px 0 0 0px; display: flex; align-items: flex-end;
        justify-content: center;
    }
    #title img {
        width: 70px; float: left; filter: invert();
        margin: 0 20px 7px 0;
    }

    #title h1 {
        font-size: 27px;
    }

    .vip_card {
        width: 100%; 
        padding: 20px 8px; 
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    .vip_card:hover {
        background-color: #f5f1f159;
    }
    
    h3 {
        font-family: Racing, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 26px;
        font-weight: 500;
        color: #f44336;
    }

    h4 {
        font-family: Racing, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-weight: 500;
        color: white;
        text-shadow: none;
        text-align: start;
        font-size: 18px;
    }
    
    .info_logo {
        width: 27px;
        margin: 3px;
        float: left;
        filter: invert();
    }
    
    .info {
        width: 100%;
        border: 1px solid black;
        margin: 5px;
        padding: 5px;
        background-color: #00000087;
    }
    
    .products {
        width: 100%;
        border: 1px solid black;
        margin: 5px;
        padding: 5px;
        overflow: hidden;
        background-color: #00000087;
    }
    
    .offer h4 {
        width: max-content;
        padding: 5px;
        font-family: Comfortaa, Arial, Helvetica, sans-serif;
        font-weight: 700;
        color: white;
        font-size: 20px;
        text-decoration: underline #f44336 2px;
        position: relative;
        left: 0;
    }
    
    .offer img {
        position: relative;
        top: -75px;
    }
    
    .offer {
        height: 312px;
        width: 312px;
        min-width: 312px;
        overflow: hidden;
        margin-right: 10px;
    }
    
    .offer p {
        width: max-content;
        padding: 5px;
        margin: 0;
        position: relative;
        left: 0;
    }
    
    .slide {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        position: relative;
        left: 0;
    }
    
    #regular {
        width: 100%;
        display: flex;
    }
    
    .string {
        margin-bottom: 20px;
        padding: 15px 5px;
        cursor: pointer;
        border-bottom: 2px solid #f44336;
    }
    
    .string h4, .box h4 {
        font-family: Racing, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 25px;
        font-weight: 500;
        color: white;
        margin-top: -7px;
    }
    
    .string:hover {
        background-color: #00000087;
    }
    
    .string p, .box p, .box li {
        text-align: start;
        line-height: 1.2;
        margin-top: 5px;
        font-size: 20px;
        font-family: Yanone, Arial, Helvetica, sans-serif;
        color: whitesmoke;
        margin-left: 16px;
    }
    
    .string h5, .box h5 {
        font-family: Yanone, Arial, Helvetica, sans-serif;
        font-size: 19px;
        font-weight: 700;
        margin-right: 20px;
        color: white;
        text-shadow: none;
        padding: 27px 0 0px 0px;
        width: unset;
    }
    
    #free, #basic {
        border: black 1px solid;
        padding: 10px;
    }
    
    .box {
        width: 100%;
        cursor: pointer;
        padding: 15px 5px;
    }
    
    .box:hover {
        background-color: #00000087;
    }
    
    .dots {
        width: 15%; 
        margin: 10px auto;
        display:block;
    }
    
    .red_small_button {
        padding: 5px 58px;
        font-size: 15px;
        margin: 10px auto 10px;
        border: 1px solid white;
        border-radius: 4px;
        font-style: italic;
        font-weight: 500;
        background-color: #f4433670;
        font-family: Oswald;
        color: white;
        cursor: pointer;
        width: max-content;
        text-align: center;
    }

    .red_small_button:hover {
        background-color: #f44336;
    }

    .share_link {
        width: 30px;
        filter: invert(1);
        cursor: pointer;
        margin: 10px 10px 20px auto;
        display: block;
    }
}

@media (min-width: 501px) and (max-width: 1500px) {
    .bprod_list {
        max-height: 300px;
    }

    .adr_str p {
        font-size: 15px;
    }
    #basic_subdiv {
        margin-bottom: 10px;
    }

    .box_img {
        float: left;
        width: 100px;
        border-radius: 4px;
        margin-right: 16px;
    }

    .ds {
        padding: 0;
    }

    #item_show {
        padding: 10px;
    }

    .running_txt {
        background-color: #00000087; position: relative; top: 242px; backdrop-filter: blur(4px);
    }

    #incoterms {
        display: flex;
        margin-bottom: 25px;
        width: 100%;
    }

    #incoterms_top {
        width: 100%;
    }

    #exw_show {
        font-weight: 700;
        text-align: end;
        width: 100%;
        font-family: 'Comfortaa';
        font-size: 28px;
        text-decoration: underline #f44336;
        margin-top: 10px;
    }

    #exw_box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        margin-left: 15px;
    }

    #moq_show {
        font-weight: 700;
        text-align: end;
        width: 100%;
        font-family: 'Comfortaa';
        font-size: 28px;
        text-decoration: underline #f44336;
        margin-top: 10px;
    }

    #moq_box {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
        margin-top: 18px;
        margin-left: 15px;
    }

    #moq_exw_box {
        width: 48%;
    }

    .currency, .price {
        font-family: 'Comfortaa';
        font-size: 18px;
        font-weight: bolder;
        text-decoration: underline #f44336 2px;
    }

    #regular legend {
        font-family: Comfortaa, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: 700;
        padding: 10px;
        display: block;
    }

    .box ul {
        margin-top: 3px;
        margin-left: 50px;
        max-height: 300px;
        overflow-y: auto;
    }

    #moq {
        padding: 21px 0 14px 20px; display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column;
    }

    #exw{
        padding: 27px 0 0 20px; display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column;
    }

    #moq_exw {
        width: 46%;
    }

    #yt_price {
        display: flex; width: 100%;
    }

    .vip_info_box {
        height: 268px; overflow-y: auto;
    }

    .vip_logo_img {
        width: 60px; filter: none; float: right; border-radius: 5px; margin-right: 5px;
    }

    #verified_business {
        width: 30px; position: relative; z-index: 11; top: -7px;  left: -19px; filter: none;
    }

    #indopanen {
        width: 44%; float: left; margin-right: 20px;
    }

    .vip_card {
        width: 100%; 
        display: flex;
        justify-content: space-between;
        margin: 20px 0;
    }
    
    .vip_card:hover {
        background-color: #f5f1f159;
    }
    
    h3 {
        font-family: Racing, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 26px;
        font-weight: 500;
        color: #f44336;
        width: unset;
    }

    h4 {
        font-family: Racing, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-weight: 500;
        color: white;
        text-shadow: none;
        text-align: start;
        font-size: 17px;
    }
    
    .info_logo {
        width: 37px;
        margin: 3px;
        float: left;
        filter: invert();
        margin-right: 10px;
    }
    
    .info {
        width: 340px;
        border: 1px solid black;
        padding: 5px;
        background-color: #00000087;
    }
    
    .products {
        width: 71%;
        border: 1px solid black;
        padding: 5px;
        overflow: hidden;
        background-color: #00000087;
    }
    
    .offer h4 {
        width: max-content;
        padding: 5px;
        font-family: Comfortaa, Arial, Helvetica, sans-serif;
        font-weight: 700;
        color: white;
        font-size: 20px;
        text-decoration: underline #f44336 2px;
        position: relative;
        left: 0;
    }
    
    .offer img {
        position: relative;
        top: -75px;
    }
    
    .offer {
        height: 312px;
        width: 312px;
        min-width: 312px;
        overflow: hidden;
        margin-right: 10px;
    }
    
    .offer p {
        width: max-content;
        padding: 5px;
        margin: 0;
        position: relative;
        left: 0;
    }
    
    .slide {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        position: relative;
        left: 0;
    }
    
    #regular {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .string {
        margin-bottom: 20px;
        padding: 15px 5px;
        cursor: pointer;
        border-bottom: 2px solid #f44336;
    }
    
    .string h4, .box h4 {
        font-family: Racing, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 25px;
        font-weight: 500;
        color: white;
    }
    
    .string:hover {
        background-color: #00000087;
    }
    
    .string p, .box p, .box li {
        text-align: start;
        line-height: 1.2;
        margin-top: 0px;
        font-size: 20px;
        font-family: Yanone, Arial, Helvetica, sans-serif;
        color: whitesmoke;
    }
    
    .string h5, .box h5 {
        font-family: Yanone, Arial, Helvetica, sans-serif;
        font-size: 19px;
        font-weight: 700;
        margin-right: 20px;
        color: white;
        text-shadow: none;
        width: unset;
        padding: 0;
        margin-top: 24px;
    }
    
    #free, #basic {
        width: 49%;
        border: black 1px solid;
        padding: 10px;
    }
    
    .box {
        width: 100%;
        cursor: pointer;
        padding: 15px 5px;
    }
    
    .box:hover {
        background-color: #00000087;
    }
    
    .dots {
        width: 6%; 
        margin: 10px auto;
        display:block;
    }
    
    .red_small_button {
        padding: 2px 20px;
        font-size: 16px;
        margin: 10px auto 5px;
        border: 1px solid white;
        border-radius: 4px;
        font-style: italic;
        font-weight: 500;
        background-color: #f4433670;
        font-family: Oswald;
        color: white;
        cursor: pointer;
        width: 187px;
        text-align: center;
    }

    .share_link {
        width: 30px;
    }
}

@media (min-width: 1501px) {
    .share_link {
        width: 35px;
        padding-top: 5px;
    }

    #basic_subdiv{
        margin-bottom: 25px;
    }

    input {
        font-size: 22px;
    }
    
    .ds {
        padding: 20px;
    }

    #yt_price {
        padding: 30px;
    }

    #item_show {
        padding: 10px;
    }

    .running_txt {
        position: relative;
        top: 356px;
        background-color: #00000087;
        backdrop-filter: blur(4px);
    }

    #incoterms {
        display: flex;
        margin-bottom: 25px;
        width: 100%;
        justify-content: flex-end;
    }

    #incoterms_top {
        width: 100%;
        margin-top: 30px;
    }

    #exw_show {
        font-weight: 700;
        text-align: end;
        width: max-content;
        font-family: 'Comfortaa';
        font-size: 38px;
        text-decoration: underline #f44336;
        margin-top: 10px;
    }

    #exw_box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        margin-left: 15px;
    }

    #moq_show {
        font-weight: 700;
        text-align: end;
        width: 100%;
        font-family: 'Comfortaa';
        font-size: 38px;
        text-decoration: underline #f44336;
    }

    #moq_box {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
        margin-top: 18px;
        margin-left: 15px;
    }

    #moq_exw_box {
        width: 46%;
    }

    .currency, .price {
        font-family: 'Comfortaa';
        font-size: 28px;
        font-weight: bolder;
        text-decoration: underline #f44336 2px;
    }

    #regular legend {
        font-family: Comfortaa, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: 700;
        padding: 10px;
        display: block;
    }

    .search_box {
        display: flex;
        flex-direction: column;
        width: 42%;
    }

    .box ul {
        margin-top: 0;
        margin-left: 50px;
        max-height: 400px;
        overflow-y: auto;
    }

    #moq {
        padding: 21px 0 14px 20px; display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column;
    }

    #exw{
        padding: 27px 0 0 20px; display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column;
    }

    #moq_exw {
        width: 46%;
    }

    #yt_price {
        display: flex; width: 100%;
    }

    .vip_info_box {
        height: 362px; overflow-y: auto;
        padding: 10px;
    }

    .vip_logo_img {
        width: 80px; filter: none; float: right; border-radius: 4px; margin-right: 10px;
    }

    #verified_business {
        width: 30px; position: relative; right: 19px; z-index: 11; top: -9px; filter: none;
    }

    #indopanen {
        width: 44%; float: left; margin-right: 20px;
    }

    .vip_card {
        width: 100%; 
        padding: 20px 0; 
        display: flex;
        justify-content: space-between;
    }
    
    .vip_card:hover {
        background-color: #f5f1f159;
    }
    
    h3 {
        font-size: 36px;
    }

    h4 {
        font-family: Racing, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-weight: 500;
        color: white;
        text-shadow: none;
        text-align: start;
        font-size: 25px;
    }
    
    .info_logo {
        width: 37px;
        margin: 3px;
        float: left;
        filter: invert();
        margin-right: 10px;
    }
    
    .info {
        width: 500px;
        border: 1px solid black;
        padding: 5px;
        background-color: #00000087;
    }
    
    .products {
        width: 68%;
        border: 1px solid black;
        padding: 5px;
        overflow: hidden;
        background-color: #00000087;
    }
    
    .offer h4 {
        width: max-content;
        padding: 5px;
        font-family: Comfortaa, Arial, Helvetica, sans-serif;
        font-weight: 700;
        color: white;
        font-size: 30px;
        text-decoration: underline #f44336 2px;
        position: relative;
        left: 0;
    }
    
    .offer img {
        position: relative;
        top: -103px;
    }
    
    .offer {
        height: 450px;
        width: 450px;
        overflow: hidden;
        margin-right: 10px;
    }
    
    .offer p {
        width: max-content;
        padding: 5px;
        margin: 0;
        position: relative;
        left: 0;
    }
    
    .slide {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        position: relative;
        left: 0;
    }
    
    #regular {
        width: 100%;
        display: flex;
    }
    
    .string {
        margin-bottom: 20px;
        padding: 15px 5px;
        cursor: pointer;
        border-bottom: #f44336 2px solid;
    }
    
    .string h4, .box h4 {
        font-family: Racing, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 36px;
        font-weight: 500;
        color: white;
    }
    
    .string:hover {
        background-color: #00000087;
    }
    
    .string p, .box p, .box li {
        text-align: start;
        line-height: 1.2;
        margin-top: 0px;
        font-size: 30px;
        font-family: Yanone, Arial, Helvetica, sans-serif;
        color: whitesmoke;
    }

    .string h5, .box h5 {
        font-family: Yanone, Arial, Helvetica, sans-serif;
        font-size: 30px;
        font-weight: 700;
        margin-right: 20px;
        color: white;
        text-shadow: none;
        width: unset;
        margin-top: 24px;    
    }
    
    #free, #basic {
        width: 49%;
        border: black 1px solid;
        padding: 10px;
    }
    
    .box_img {
        float: left;
        width: 150px;
        border-radius: 6px;
        margin-right: 16px;
    }
    
    .box {
        width: 100%;
        cursor: pointer;
        padding: 5px;
    }
    
    .box:hover {
        background-color: #00000087;
    }
    
    #regular {
        justify-content: space-between;
    }

    #regular legend {
        font-family: Comfortaa, Arial, Helvetica, sans-serif;
        font-size: 26px;
        font-weight: 700;
        padding: 10px;
        display: block;
    }
    
    .dots {
        width: 6%; 
        margin: 10px auto;
        display:block;
    }
    
    .red_small_button {
        padding: 8px 20px;
        font-size: 23px;
        margin: 10px auto 5px;
        border: 1px solid white;
        border-radius: 8px;
        font-style: italic;
        font-weight: 500;
        background-color: #f4433670;
        font-family: Oswald;
        color: white;
        cursor: pointer;
        width: 308px;
        text-align: center;
    }

    .red_small_button:hover {
        background-color: #f44336;
    }    
}