/* ALL STYLES */
body {
    background-image: url('../images/main-background2.png');
    margin: 0 auto;
    color: black;
    overflow-x: hidden;
    height: 100%;
}

p, h1, button {
    font-family: 'Century Gothic', regular;
    font-size: 25px;
}

h1 {
    font-size: 32px;
}

h3 {
    font-size: 25px;
    font-family: 'Century Gothic', regular;
}

.header {
    background-color: #e3d400;
    padding: 0.3% 0;
    height: 85px;
    font-family: 'Century Gothic', regular;
    line-height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.3);
}

.header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

.telephone {
    position: fixed;
    background-color: #e3d400;
    width: 12.5%;
    text-align: center;
    margin: 10% 2%;
    padding: 0 0.4%;
    float: right;
    position: fixed;
    right: 0;
    border-radius: 14px;
    box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.3);
}

.telephone p {
    color: black;
}

.telephone.none {
    display: block;
    display: none;
}

.body.fixed {
    margin-top: 3.9%;
}

.body.scroll {
    overflow: hidden;
}

.main, .main-slider {
    padding-top: 0.001%;
    width: 65%;
    margin: 0 auto;
    background-color: white;
    height: 100%;
    text-align: center;
    padding-bottom: 1%;
}

.logo {
    margin-left: 2%;
}

.logo img {
    width: 100%;
    height: 100%;
}

.logo-buttons {
    width: 5%;
    font-size: 5px;
    line-height: normal;
    margin-left: 1%;
    margin-right: 1%;
}

.logo-buttons img {
    padding-top: 11%;
    width: 140%;
}

.logo-buttons a:nth-child(1) {
    margin-left: -3.15%;
}

.header-content {
    display: flex;
    width: 95%;
    margin: 0 auto;
    justify-content: space-evenly;
    height: 100%;
}


.header-buttons {
    display: flex;
    font-size: 30px;
    width: 100%;
    justify-content: space-evenly;
    line-height: 80px;
}

.header-buttons a {
    height: 100%;
    text-decoration: none;
    float: none;
    position: relative;
    transition: all 0.5s ease;
    border: 0;
    color: black
}

.header-buttons a::before {
    content: '';
    bottom: 20px;
    right: 0;
    position: absolute;
    width: 100%;
    height: 4px;
    transition: 0.2s;
    background-color: rgba(0, 0, 0, 0.459);
    transform: scaleX(0);
}

.header-buttons a:hover:before {
    transform: scaleX(1);
}

.header-buttons a:hover {
    color: rgb(54, 54, 54);
}

.function-buttons {
    display: flex;
    margin: auto 0;
    font-size: 25px;
}

.function-buttons a {
    text-decoration: none;
    color: black;
    line-height: 65px;
}

.burger-menu {
    display: flex;
    align-items: center;
    vertical-align: middle;
    display: none;
}

.burger-menu button {
    appearance: none;
    border: 0;
    background: none;
}

.burger-list {
    width: 100%;
    text-align: center;
    align-items: center;
}

.burger-list.hide {
    display: none;
}

.burger-list-buttons {
    display: flex;
    flex-direction: column;
}

.burger-list-buttons a {
    text-decoration: none;
    color: white;
    font-size: 25px;
    padding: 4% 0;
}

.orders-btn {
    padding-top: 3%;
}

.function-buttons a:hover {
    color:rgb(54, 54, 54);
}


/* MAIN.HTML */

.slider *{
    width: 100%;
    max-height: 550px;
}

.slider__item img {
    width: 100%;
    height: 100%;
}

.slider-bottom-rectangle img {
    width: 100%;
    height: 15px;
    background: #e3d400;
}

.main-services {
    margin-top: -2%;
    text-align: center;
}

.services-tables, .products-tables {
    padding: 0 3%;
    display: flex;
    justify-content: space-between;
}

.product-tables-table img {
    transition: 0.5s;
}

.product-tables-table img:hover {
    opacity: 0.75;
}

.main-services i, p {
    color: black;
}

.services-tables-table {
    width: 32%;
    height: 400px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15),0 2px 2px rgba(0,0,0,0.15),0 4px 4px rgba(0,0,0,0.15),0 8px 8px rgba(0,0,0,0.15);
    padding: 2% 0;
    color: #e3d400;
}

.services-tables-table p {
    margin: 0 auto;
    text-align: center;
    width: 90%;
}

.about-company {
    width: 80%;
    margin: 0 auto;
}

.about-company p {
    padding: 0 4%;
}


/* FOOTER */

.footer {
    width: 100%;
    height: 60px;
    display: flex;
    background-color: #e3d400;
}

.footer-container {
    margin: 0 auto;
    width: 80%;
    display: flex;
    align-items: center;
    line-height: 15%;
    justify-content: space-around;
}

.footer-container img {
    width: 15%;
    height: 60%;
}

.footer-container-contacts {
    text-align: right;
}

.footer-telephone {
    display: none;
}


/* PRICE.HTML */
.price-tables {
    width: 100%;
    height: 100%;
}

.price-table-first, .price-table-second, .price-table-third, .price-table-fourth, .price-table-fifth, .price-table-eighth, .price-table-ninth {
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-family: 'Century Gothic', regular;
    width: 90%;
    background: #e3d400;
    border-radius: 20px;
    border-collapse: collapse;
    margin-bottom: 5%;
}
.price-table-sixth, .price-table-seventh {
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-family: 'Century Gothic', regular;
    width: 55%;
    background: #e3d400;
    border-radius: 8px;
    border-collapse: collapse;
    margin-bottom: 6%;
}

.price-table-sixth td:nth-child(2) {
    border-style: solid;
    border-width: 0 0 0 0;
}

.price-table-seventh td:nth-child(2) {
    border-style: solid;
    border-width: 0 0 0 0;
}

.price-table-eighth td:nth-child(3), .price-table-ninth td:nth-child(3) {
    border-style: solid;
    border-width: 0 0 0 0;
}

.price-table-fourth td:nth-child(6) {
    border-style: solid;
    border-width: 0 0 0 0;
}

h2 {
    margin: 0 auto;
    text-align: left;
    font-family: 'Century Gothic', regular;
    font-size: 28px;
    width: 80%;
    margin-bottom: 1%;
}

tr {
    text-align: center;
    border-style: solid;
    border-color: black;
    border-width: 0px 0px 1px 0px;
}

tr:last-of-type {
    border-style: none;
    border-width: 0 0 0 0;
}

td {
    padding: 0.5% 0;
    border-style: solid;
    border-width: 0 1px 0 0;
}

td:nth-child(7) {
    border-style: solid;
    border-width: 0 0 0 0;
}

tr p {
    font-size: 20px;
}

.calculator {
    margin: 0 auto;
    text-align: center;
    width: 80%;
    height: 100%;
    background: #e3d400;
    border-radius: 20px;
    padding: 1% 0;
    margin-bottom: 4%;
}

.price-calculator {
    display: flex;
}

.price-calculator-left, .price-calculator-right {
    justify-content: space-around;
    width: 100%;
    margin-bottom: 5%;
}

.price-calculator-left select, .price-calculator-right select, .price-calculator-left input, .price-calculator-right input {
    margin-top: -8%;
    padding: 0.5% 3%;
    background-clip: padding-box;
    border: solid 1px black;
    border-radius: 2px;
    outline: none;
}

.price-calculator-left input  {
    padding: 0.8% 2%;
}

.calculator-calculate {
    appearance: none;
    border: 0;
    border-radius: 5px;
    font-size: 30px;
    background: #8d8945;
    padding: 1% 2%;
    transition: 0.5s;
}

.price-calculator-m3cal {
    background: #e3d400;
    margin: 0 auto;
    width: 50%;
    border-radius: 15px;
    padding: 0.2% 1%;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 5%;
}

.calculator-m3cal-tables div > p {
    font-size: 24px;
}

.price-calculator-m3cal-buttons {
    display: flex;
    justify-content: space-around;
}

.price-calculator-m3cal-inputs {
    margin-bottom: 5%;
}

.calculator-m3cal-tables {
    margin-bottom: 2%;
}

.price-calculator-m3cal-cube div p {
    margin-bottom: 0;
}

.price-calculator-m3cal-cube div {
    padding: 0 4%;
}

.price-calculator-m3cal-cube div input {
    width: 35%;
    height: 12%;
    text-align: center;
    padding: 0.5% 0.5%;
    margin: auto auto;
}

.price-calculator-m3cal-output button {
    text-decoration: none;
    border: none;
    font-size: 22px;
    background: #e3d400;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.3);
}

.price-calculator-m3cal-output p {
    font-size: 22px;
}

.calculator-calculate:hover {
    background: #666332;
}

.calculator-calculate:focus {
    background: #666332;
    outline: none;
    box-shadow: 0 0 0 1px red;
}

.services {
    padding: 1% 0;
    text-align: center;
    width: 100%;
}

.services-delivery, .services-quality {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.services-delivery p, .services-quality p {
    text-align: left;
    width: 45%;
}

.services img {
    transition: 0.5s;
}

.services img:hover {
    scale: 1.01;
}

.services-factory {
    text-align: center;
    padding: 0 5%;
}

.services-delivery a {
    padding-top: 3%;
    width: 35%;
    height: 60%;
}

.services-delivery img {
    width: 100%;
    height: 5%;
}

.services-factory a {
    padding-top: 2.5%;
    width: 40%;
    height: 5%;
}

.services-factory img {
    width: 45%;
    height: 7%;
}

.services-quality a {
    padding-top: 7%;
    width: 35%;
    height: 5%;
}

.services-quality img {
    width: 100%;
    height: 5%;
}

.about-company {
    margin: 0 auto;
    width: 100%;
}

.company-information p {
    text-align: center;
}

.company-director {
    width: 25%;
    height: 20%;
    text-align: center;
    justify-content: center;
}

.company-director img {
    margin-top: 9%;
    width: 85%;
    height: 25%;
}

.company-director p {
    margin: 0 auto;
    text-align: center;
}

.company-sertificates {
    margin: 0 auto;
    width: 100%;
}

.company-sertificates img {
    width: 40%;
    border-radius: 5px;
    transition: 0.5s;
}

.company-sertificates img:hover, .company-carpark img:hover, .company-factories img:hover, .company-works img:hover, .company-office img:hover {
    scale: 1.02;
}

.company-carpark-table-first, .company-carpark-table-second {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-bottom: 2.5%;
}

.company-carpark a {
    width: 30%;
}

.company-carpark img {
    width: 100%;
    border: solid 1px black;
    transition: 0.5s;
}

.company-factories div {
    margin-bottom: 4%;
}

.company-factories img, .company-office img {
    width: 50%;
    transition: 0.5s;
}

.company-works {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.company-works a {
    width: 28%;
    transition: 0.5s;
}

.company-works img {
    width: 100%;
    transition: 0.5s;
}

.company-contacts {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.company-contacts-map iframe {
    width: 100%;
    height: 400px;
    background-color: #e3d400;
    margin-bottom: 2%;
}

.company-contacts h2 {
    background: #e3d400;
    padding: 3% 4%;
    border-radius: 20px; 
    width: 100%;
    text-align: center;
}

.company-contacts-tables {
    display: flex;
    justify-content: space-around;
}

.company-contacts-table-left {
    text-align: left;
    width: 25%;
}

.company-contacts-table-right {
    text-align: center;
    width: 28%;
}

.company-contacts form {
    display: flex;
    flex-direction: column;
}

.company-contacts-table-left label {
    margin-top: -4%;
}

.company-contacts input, textarea {
    padding: 2.5% 1.5%;
    margin-bottom: 2%;
    width: 100%;
    resize: none;
    font-size: 20px;
    border: solid 1px black;
    border-radius: 5px;
}

.company-contacts-table-left p {
    margin-bottom: -0.5%;
}

#text {
    height: 90px;
}

.company-contacts button {
    margin: 0 auto;
    text-align: center;
    appearance: none;
    border: 0;
    background: #e3d400;
    border-radius: 10px;
    padding: 2.5% 5%;
    transition: 0.5s;
}

.company-contacts button:hover {
    background: #8f724a;
}

.company-contacts button:focus {
    outline: none;
    box-shadow: 0 0 0 2px #e3d400;
}

.contacts-information {
    margin-top: 4%;
    margin-bottom: 4%;
}

.contacts-information div {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    padding-left: 4%;
    justify-content: space-around;
}

.contacts-information p {
    width: 80%;
    font-size: 20px;
    padding: 0 1.5%;
}

@media only screen and (max-width: 1700px) {

    .slider {
        max-height: 320px;
    }

    .slider * {
        max-height: 500px;
    }

    p {
        font-size: 22px;
    }

    h1 {
        font-size: 24px;
    }

    .logo-buttons img {
        width: 180%;
    }
}

@media only screen and (max-width: 1585px) {
    .main {
        padding-top: 0.5%;
    }

    .logo-buttons img {
        width: 200%;
    }
}

@media only screen and (max-width: 1440px) {

    .services-tables-table {
        height: 320px;
    }

    .logo-buttons img {
        width: 210%;
    }
}


@media only screen and (max-width: 1450px) {

    .logo {
        margin-left: 5%;
    }

    .slider {
        max-height: 480px;
    }

    .slider * {
        max-height: 480px;
    }

    p {
        font-size: 20px;
    }

    h1, h2 {
        font-size: 20px;
    }

    .header-content {
        width: 100%;
    }
}

@media only screen and (max-width: 1350px) {

    .logo-buttons img {
        width: 250%;
    }
}

@media only screen and (max-width: 1280px) {

    .header-buttons a, .burger-list-buttons a {
        font-size: 22px;
    }

    .logo-buttons img {
        width: 190%;
    }

    .header-buttons a > img, .burger-list-buttons a > img {
        width: 60%;
        height: 60%;
    }

    .logo {
        width: 20%;
        height: 100%;
    }

    .header-buttons a::before {
        content: '';
        bottom: 0px;
        right: 0;
        position: absolute;
        width: 100%;
        height: 4px;
        transition: 0.2s;
        background-color: rgba(0, 0, 0, 0.459);
        transform: scaleX(0);
    }

    .header {
        text-align: center;
        line-height: normal;
        height: 70px;
        vertical-align: middle;
        margin: 0 auto;
        align-items: center;
    }

    .header-content {
        height: 70px;
        align-items: center;
    }

    .function-buttons {
        height: 50px;
        align-items: center;
    }

    .slider {
        max-height: 450px;
    }

    .slider * {
        max-height: 450px;
    }

    .products-tables {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    p {
        font-size: 18px;
    }

    h1, h2 {
        font-size: 20px;
    }

    .footer img {
        width: 15%;
        height: 70%;
    }

    .footer {
        height: 50px;
    }

    table p, td {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1150px) {

   .price-table-first, .price-table-second, .price-table-third, .price-table-fourth, .calculator {
       width: 97%;
   }

   .logo-buttons img {
        padding-top: 14%;
        width: 230%;
   }

   .logo {
    width: 25%;
   }

   .shop-orderlist {
       flex-direction: column;
       text-align: center;
       align-items: center;
   }

   .shop-orderlist-order {
        width: 60%;
        height: 400px;
    }

   .shop-orderlist-order h3 {
       font-size: 17px;
   }

    table p, td {
    font-size: 15px;
    }

    .price-tables h1, h2 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1050px) {
 
    .logo-buttons img {
         padding-top: 14%;
         width: 260%;
    }
}

@media only screen and (max-width: 980px) {

    .header-buttons a, .burger-list-buttons a {
        font-size: 20px;
    }

    .logo-buttons img {
        padding-top: 16%;
        width: 280%;
   }

   .logo {
    width: 30%;
   }

    .slider {
        max-height: 460px;
    }

    .slider * {
        max-height: 460px;
    }

    .services-tables {
        margin: 0 auto;
        text-align: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .services-tables-table {
        margin-bottom: 4%;
        width: 40%;
    }

    .footer-container img {
        width: 15%;
        height: 60%;
    }

    .footer-container-contacts p {
        font-size: 15px;
    }

    .calculator input {
        width: 80%;
    }

    .calculator p {
        font-size: 15px;
    }

    .services-delivery, .services-quality {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
    }

    .services-delivery p, .services-quality p {
        text-align: center;
        width: 80%;
    }

    .company-contacts-map iframe {
        height: 300px;
    }

    .company-contacts-table-right, .company-contacts-table-right p {
        font-size: 13px;
    }

    .shop-orderlist {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    #shop-button {
        font-size: 24px;
    }

    .shop-order-menu {
        width: 70%;
    }
}

@media only screen and (max-width: 900px) {
 
    .logo-buttons img {
         padding-top: 17%;
         width: 320%;
    }

    .logo {
        margin-left: 7%;
    }
}

@media only screen and (max-width: 830px) {

    .header-buttons, .function-buttons a {
        display: block;
        display: none;
    }

    .telephone {
        display: block;
        display: none
    }

    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        height: 70px;
        width: 100%;
    }

    .footer-telephone {
        display: block;
    }

    .slider a {
        display: block;
        display: none;
    }

    .logo-buttons {
        width: 40px;
        height: 100%;
        margin-right: -10%;
        margin-left: -15%;
    }

    .logo-buttons img {
        width: 100%;
        height: 27%;
        padding-top: 7%;
   }

   .logo {
        margin-left: 0;
        width: 20%;
   }

    .header-content {
        width: 98%;
        justify-content: space-around
    }

    .burger-menu {
        display: flex;
    }

    .services-tables-table {
        margin: 0 4%;
        margin-bottom: 4%;
        width: 41%;
        height: 300px;
    }

    .footer img {
        width: 18%;
        height: 80%;
    }

    .footer-container {
        width: 100%;
        justify-content: space-between;
        padding: 0 8%;
    }

    .company-contacts-map iframe {
        height: 200px;
    }

    .logo-buttons img {
        width: 180%;
   }

    .burger-list {
        width: 100%;
        background: rgb(0, 0, 0, 0.92);
        height: 2000px;
        position: fixed;
        z-index: 1000;
    }

    .main, .main-slider {
        width: 96%;
    }

    .main-content {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 700px) {

    .footer-container-contacts p {
        font-size: 12px;
    }

    .company-contacts-tables {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
    }

    .logo-buttons img {
        width: 125%;
        height: 34%;
        padding-top: 0;
   }

   .logo-buttons {
    margin-right: -1%;
    margin-left: -5%;
   }

   .logo {
    width: 27%;
   }
    
    .company-contacts-table-left, .company-contacts-table-right {
        display: flex;
        flex-direction: column;
        width: 50%;
        margin-bottom: 6%;
        text-align: center;
        align-items: center;
    }

    .company-contacts input, textarea {
        padding: 0 0;
    }

    .company-works {
        flex-direction: column;
        align-items: center;
    }

    .company-works a {
        width: 50%;
        margin-bottom: 2%;
    }

    .shop-order {
        height: 100%;
        background: none;
    }

    .shop-order-menu {
        height: 100%;
        width: 80%;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
        margin-bottom: 10%;
    }

    .shop-order-menu p {
        text-align: center;
    }

    .shop-order-menu-right {
        text-align: center;
        margin: 0 auto;
    }

    .slider-bottom-rectangle {
        display: none;
    }
}


@media only screen and (max-width: 550px) {

    .price-calculator-m3cal {
        width: 70%;
    }

    .price-calculator-m3cal-output button {
        font-size: 17px;
    }

    .calculator-m3cal-tables div > p {
        font-size: 16px;
    }

    .price-calculator-m3cal-output p {
        font-size: 18px;
    }

   .logo {
        width: 28%;
   }

    .main, .main-slider {
        width: 100%;
    }

    table p, td {
        font-size: 12px;
    }

    .slider {
        max-height: 450px;
    }

    .slider * {
        max-height: 450px;
    }

    .services-tables-table {
        margin: 0 4%;
        margin-bottom: 4%;
        width: 60%;
        height: 300px;
    }

    p {
        font-size: 16px;
    }

    .company-sertificates {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
    }

    .company-sertificates img {
        margin-bottom: 4%;
        width: 50%;
    }

    .company-carpark-table-first, .company-carpark-table-second {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .company-carpark-table-first a, .company-carpark-table-second a {
        margin-bottom: 2%;
        width: 50%;
    }

    .order-details {
        text-align: center;
    }

    .order-details-status {
        text-align: center;
    }

    .order-details-count {
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
    }

    .shop-orderlist-order {
        height: 450px;
    }

    #order-details-button {
        font-size: 20px;
    }
}

@media only screen and (max-width: 490px) {

   .logo {
        width: 30%;
   }

   .logo-buttons {
    margin-right: 3%;
   }

    .slider {
        max-height: 400px;
    }

    .slider * {
        max-height: 400px;
    }

    p {
        font-size: 15px;
    }

    .services-tables-table {
        width: 60%;
    }

    .services-tables-table h1 {
        font-size: 16px;
    }

    .services-tables-table p {
        margin: 0 auto;
        text-align: center;
        width: 75%;
    }

    .footer img {
        width: 20%;
        height: 50%;
    }

    .footer-container p {
        font-size: 10px;
    }

    .price-table-first, .price-table-second, .price-table-third, .price-table-fourth, .calculator {
        width: 98%;
    }

    .calculator p {
        font-size: 12px;
    }

    .calculator select, input {
        width: 80%;
        height: 18px;
        font-size: 7px;
    }

    .shop-orderlist-order {
        width: 70%;
        height: 450px;
    }

    .shop-order-name {
        width: 40%;
    }

    input {
        font-size: 12px;
    }
}

@media only screen and (max-width: 450px) {

    .price-calculator-m3cal-output button {
        font-size: 15px;
    }

    .price-calculator-m3cal {
        width: 90%;
    }

    p {
        font-size: 15px;
    }

    .price-tables h1, h2 {
        font-size: 14.5px;
    }

    .logo-buttons {
        margin-right: 2%;
        margin-left: 3%;
    }

    .logo-buttons img {
        width: 100%;
        height: 25%;
        padding-top: 10%;
    }

    table p, td {
        font-size: 10.5px;
    }

    .services-tables {
        flex-direction: column;
    }

    .services-tables-table {
        width: 60%;
    }

    .company-information {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-items: center;
    }

    .company-contacts-map iframe {
        height: 190px;
    }
}

@media only screen and (max-width: 380px) {

   .logo {
        width: 32%;
        height: 70%;
   }

    .slider {
        max-height: 360px;
    }

    .price-tables h1, h2 {
        font-size: 13px;
    }

    table p, td {
        font-size: 9px;
    }

    .slider * {
        max-height: 360px;
    }

    .footer p {
        font-size: 8px;
    }

    .calculator p {
        font-size: 10px;
    }

    .calculator-calculate {
        font-size: 20px;
    }

    .company-sertificates img {
        margin-bottom: 4%;
        width: 60%;
    }

    .shop-orderlist-order {
        width: 90%;
        height: 450px;
    }
}

@media only screen and (max-width: 320px) {

    .logo {
        width: 35%;
    }

    .price-tables h1, h2 {
        font-size: 13.5px;
    }

    table p, td {
        font-size: 8px;
    }

    .footer img {
        width: 30%;
        height: 45%;
    }

    .footer p {
        font-size: 7.5px;
    }
}