* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
}

header {
    width: 100%;
    background: #f0e9e3;
    text-align: center;
    padding-top: 60px;
}

header img {
    width: 200px;
}

.orta {
    background: url("img/bg.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    background-position: top center;
    position: relative;
}

.orta::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7819502801120448) 60%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
}

.info {
    margin-top: 80px;
    color: #4c4c4c;
}

.info h1
{
    font-size: 34px;
}

.info p
{
    font-size: 14px;
}

h1 {
    font-weight: 400;
}

.search-box {
    background: #fff;
    width: 83%;
    float: left;
    border-radius: 5px;
    border: 2px solid #4280c2;
}

.search-box a img {
    width: 30px;
}

.search-box input {
    width: 91%;
    padding: 10px;
    border: 0;
    font-size: 15px;
    border-radius: 5px;
}

.search-box input:focus {
    outline: 0;
    border: 0
}

.search-btn {
    width: 15%;
    float: left;
    background: #4280c2;
    padding: 11px;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    transition: all .3s ease;
}

.search-btn:hover {
    color: #fff;
    background: #4c4c4c;
    text-decoration: none;
}

.mt-650 {
    margin-top: 650px;
    z-index: 1;
    position: relative;
}

.alt {
    padding-top: 50px;
    background: #fff;
    color: #4c4c4c;
    border-bottom: 4px solid #4280c2;
    padding-bottom: 100px;
}

.alt b {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}

.alt img {
    height: 80px;
    margin-bottom: 30px;
}

.footer {
    padding-top: 50px;
    padding-bottom: 10px;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}

.close {
    position: absolute !important;
    top: 0 !important;
    right: -50px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    opacity: 1 !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    background: #2473c7 !important;
    color: #fff !important;
}
.close:focus
{
    outline: 0;
}

#qr-reader__dashboard_section_csr button {
    width: 100%;
    border: 0;
    background: #2673c7;
    color: #fff;
    padding: 15px;
}

@media (max-width: 769px)
{
    .orta {
        background: url(img/bg.jpg) no-repeat;
        background-size: 125%;
        padding-bottom: 0;
        background-position: 50% 80%;
        position: relative;
        background-color: #f0e9e3;
    }
    .mt-650
    {
        margin-top: 180px;
        z-index: 1;
        position: relative;
    }
    .search-box {
        background: #fff;
        width: 100%;
        float: left;
        border-radius: 5px;
        border: 2px solid #4280c2;
    }
    .search-box input {
        width: 88%;
        padding: 10px;
        border: 0;
        font-size: 15px;
        border-radius: 5px;
    }
    .search-btn {
        width: 100%;
        float: left;
        background: #4280c2;
        padding: 11px;
        color: #fff;
        border-radius: 5px;
        margin-left: 0;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        transition: all .3s ease;
        margin-top: 15px;
    }
    .orta::after {
        bottom: 0;
    }
    .close {
        top: 0px !important;
    right: 0 !important;
    z-index: 999;
    }
}

.error-wrap
{
    padding: 30px;
    text-align: center;
}
.error-icon img
{
    width: 90px;
    margin-bottom: 30px;
}
.error-info h1
{
    font-weight: bold;
    font-size: 20px;
    color: #6e6f72;
}
.error-info span
{
    color: #838383;
}
.modal-content {
    border: 0;
    border-radius: 0;
}
.error-btn
{
    width: 100%;
    border: 0;
    background: #2673c7;
    color: #fff !important;
    padding: 15px;
    float: left;
    margin-top: 30px;
    cursor: pointer;
}

.error-info,
.error-icon
{
    width: 100%;
    float: left;
}

.product-wrap
{
    padding: 30px 15px;
}
.product-img
{
    border: 1px solid #f3f3f3;
    padding: 50px;
}
.product-right h1
{
    font-weight: bold;
    font-size: 20px;
    color: #2673c7;
    margin-top: 30px;
}
.product-right p
{
    font-size: 13px;
    margin-bottom: 30px;
}

.warning-wrap
{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    background: white;
}

.warning-icon img
{
    width: 30px;
}

.warning-icon
{
    width: 12%;
    padding: 5px 5px 5px 0;
    background: #fff;
    float: left;
}

.warning-info
{
    width: 85%;
    float: left;
    font-size: 15px;
}

.product-info-header
{
    width: 100%;
    padding: 15px;
    color: #fff;
    background-color: #2673c7;
    margin-top: 30px;
}

.allergy-icon
{
    background: #f6f6f6;
    padding: 15px;
    text-align: center;
    margin: 15px 0;
    min-height: 82%;
}
.allergy-icon span
{
    font-size: 13px;
    display: block;
    line-height: 15px;
    margin-top: 15px;
}
.allergy-icon img
{
    height: 50px;
    display: block;
    margin: auto;
}
.report-btn
{
    display: flex;
    float: left;
    background: #161616;
    text-decoration: none !important;
    color: #fff !important;
    margin-top: 30px;
    align-items: center;
    border: 0;
}
.report-btn:focus
{
    outline: 0;
    box-shadow: none;
}
.report-btn img
{
    width: 30px;
}
.report-btn span
{
    padding: 10px;
    float: left;
}
.report-btn span:first-of-type
{
    background: #2773c7;
}
.report-btn span:last-of-type
{
    padding: 10px 20px;
}
#qr-reader__dashboard_section_csr
{
    height: 0;
}
#qr-reader__dashboard_section_csr span:first-of-type
{
    display: none;
    visibility: hidden;
}
#qr-reader__dashboard_section_csr span:nth-of-type(2) button:first-of-type,
#qr-reader__dashboard_section_csr span:nth-of-type(2) button:nth-of-type(2)
{
    display: none;
    visibility: hidden;
    background: red;
}

#qr-reader__scan_region
{
    width: 100%;
    min-height: 350px;
    text-align: center;
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-right: 20px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #f5f5f5;
}
.dropdown-menu.show {
    display: block;
    max-height: 90vh;
    overflow: scroll;
}