@media (max-width:766px) {
    #mood-pack {
        height: 700px;
        background-image: url("/files/trp_img/ThePack_mobile.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #mood-start .ce_hyperlink {
        width: 200px;
        bottom: 8%;
        left: 50%;
        position: absolute;
        margin-left: -100px;
        text-align: center;
    }

    .mood {
        position: relative;
    }

    #black-box {
        display: none;
    }

    .mod_iso_cart .coupon input {
        width: 55% !important;
        min-width: 100px !important;
    }

    .login-spacer {
        height: auto !important;
    }

    .mod_login input.text {
        width: 98%;
        margin-bottom: 10px;
    }

    .coupon input.submit {
        margin-top: 8px;
        padding-top: 2px;
        font-weight: 700 !important;
        font-size: 13px !important;
    }

    .mod_iso_cart .product .name {
        width: auto !important;
    }

    .mod_iso_cart .remove a {
        width: 15px;
        padding-right: 0 !important;
        visibility: hidden;
    }

    .remove a::before {
        content: "X";
        visibility: visible;
    }

    .mod_iso_checkout .submit_container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .mod_iso_cart tbody tr,
    .mod_iso_checkout .orderproducts tbody tr,
    .mod_iso_orderdetails tbody tr {
        height: 100px;
    }

    .mod_iso_cart table,
    .mod_iso_checkout .orderproducts table,
    .mod_iso_orderdetails table {
        width: 100%;
    }

    .mod_iso_chart table .name,
    .mod_iso_checkout .orderproducts table .name {
        width: 45%;
    }

    .mod_iso_cart #sumup,
    .mod_iso_checkout #sumup,
    .mod_iso_orderdetails #sumup {
        padding-left: 0px !important;
        padding-right: 5px !important;
    }

    .mod_iso_checkout .steps li {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    #iso_mod_checkout_address .col_last select {
        max-width: 250px;
    }

    #iso_mod_checkout_address .col_last input {
        max-width: 240px;
    }

    #footer .mod_changelanguage {
        margin-top: 4px !important;
        /* margin-bottom: 25px !important; */
    }

    #footer-nav li {
        padding-bottom: 5px !important;
    }

    .mod_iso_cart .button_update {
        margin-left: -10px;
    }

    #footer {
        width: 100%;
        height: 120px;
        bottom: 0;
        position: absolute;
    }

    .mod_iso_cart .coupon p {
        padding-left: 0px !important;
    }

    .mod_iso_cart .coupon {
        border-bottom: 0px !important;
    }

    .coupon {
        padding-top: 20px;
        border-top: 1px solid #b3b3b3;
    }

    .mod_iso_cart table .price {
        min-width: 60px;
    }

    .mod_iso_cart .remove a {
        float: right;
        margin-left: auto;
        text-align: right;
    }

    .coupon input.text {
        width: 100%;
        min-width: 220px;
    }

    .mod_iso_cart thead .name,
    .mod_iso_checkout .orderproducts thead .name {
        display: none !important;
    }

    .mod_iso_checkout .orderproducts thead .quantity,
    .mod_iso_checkout .orderproducts table .quantity {
        width: 15%;
    }

    .mod_iso_checkout .orderproducts thead .price,
    .mod_iso_checkout .orderproducts table .price {
        width: 25%;
    }

    .mod_iso_cart .quantity,
    .mod_iso_cart .quantity_container {
        min-width: 60px;
    }

    .mod_iso_cart .image,
    .mod_iso_checkout .orderproducts .image {
        display: none;
    }

    .mod_iso_checkout .steps4 li {
        width: 100%;
        position: relative;
        float: none;
        margin-bottom: 10px;
    }

    #nav_mobile_btn {
        max-width: 50px;
    }

    #mobile-cart {
        right: 10px;
        top: 10px;
        position: relative;
        float: right;
        display: inline-block;
        z-index: 999;
    }

    #mobile-cart a {
        width: 40px;
        height: 30px;
        position: relative;
        display: inline-block;
        padding-top: 10px;
        background-color: #fff;
    }

    input {
        -webkit-appearance: none;
        border-radius: 0;
    }

    #main {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    #header {
        width: 100%;
        height: 90px;
        left: 0;
        right: 0;
        top: 0;
        position: fixed;
        z-index: 999;
        transition: transform .25s .1s ease-in-out;
        padding-top: 0px !important;
        padding-bottom: 10px;
    }

    .down #header {
        transform: translate3d(0, -100px, 0);
    }

    .mod_iso_productreader #product-meta {
        margin-top: 30px;
    }

    .mod_iso_productreader .main .image_container,
    .mod_iso_productreader .product-spacer {
        padding-right: 1%;
        padding-left: 1%;
    }

    .mod_iso_productreader .gallery .image_container {
        width: 48%;
        float: left;
        padding-right: 1%;
        padding-left: 1%;
    }

    .mod_iso_productreader .gallery .image_container:nth-child(2),
    .mod_iso_productreader .gallery .image_container:nth-child(5){
        width: 48.6%;
        padding-left: .35%;
    }
    .mod_iso_productreader .gallery .image_container:nth-child(1),
    .mod_iso_productreader .gallery .image_container:nth-child(4){
        width: 48.6%;
        padding-right: .35%;
    }


    .mod_iso_productreader .gallery .image_container:nth-child(3){
        width: 98%;
    }

    .mod_iso_cart_address {
        width: 100%;
    }

    .coupon {
        width: 95%;
    }

    #iso_mod_checkout_address .address {
        width: 100%;
        float: none;
        clear: both;
        text-transform: none;
    }

    .mod_iso_checkout .billingaddress {
        float: left;
        margin-right: 0;
        text-transform: none;
    }

    .mod_iso_checkout .shippingaddress {
        margin-top: 40px;
        border-top: 1px solid #b3b3b3;
    }

    .mod_iso_checkout .steps4 {
        text-align: center;
    }

    .mod_iso_checkout .steps li a,
    .mod_iso_checkout .steps li span {
        font-size: 13px;
    }

    .mod_iso_checkout .steps li:before {
        font-size: 14px;
    }

    #agb h1 {
        font-size: 1.3em;
    }

    #logo {
        margin-top: 10px;
    }

    .logo img {
        width: 45%;
        height: 45%;
    }

    .mobile-center {
        text-align: center;
    }

    #mood-start h1 {
        padding-top: 20px;
    }

    #mood-start {
        height: 700px;
        background-image: url("/files/trp_img/TheGlass_mobile.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #mood-craft {
        height: 700px;
        background-image: url("/files/trp_img/TheGlass_Hand_slim.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}