﻿body {
}


@media only screen and (max-width: 430px) {
    #imgRequirement, .emb-text, #right-arrow {
        display: none;
    }

    #clearGraphicDiv {
        top: 10px;
    }

    #flipGraphicDiv {
        top: 10px;
    }

    #removeGuideDiv {
        top: 10px;
    }

    .col_two_fifth {
        margin-bottom: 10px !important;
    }

    #imageBox {
        position: relative;
        height: 430px;
    }
    
    #imageBox #productImage {
        margin-top: -5px;
        max-width: 125%;
        margin-left: -40px;
    }

    #embroidery_wrap.embroidery {
        width: 390px !important;
    }

    #loadedGraphicDiv {
        left: 106px;
        top: 91px;
        width: 50px;
    }
    
    #loadedGraphicDiv img {
        width: 50px;
        height: 50px;
    }

    #product-sample-items {
        text-align: center;
    }
    
    #product-sample-items a img {
        border: solid 2px #fff;
    }

    .modalcontent {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 30px 10px;
        text-align: center;
        background: #fff;
        width: 400px;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    .col_three_fifth {
        width: 68%;
    }

    .pdfImageLink {
        width: 35%;
    }

    .col_two_fifth {
        margin-right: 16px;
        width: 29%;
    }

    #imageBox {
        position: relative;
        height: auto;
    }

    #product-gallery-items a {
        float: left;
        margin-right: 2px;
        font-size: 10px;
    }

    #showcase-text {
        display: none;
    }

    #showcase-text-mobile {
        display: block;
        line-height: 1.6em !important;
    }

    .emb-text {
        position: absolute;
        font-weight: 700;
        top: 94px;
        left: 50px;
        width: 200px;
        font-size: 1.15em;
        line-height: 1.35em !important;
    }

    #imgRequirement {
        margin-top: -50px;
    }

    .artwork-text {
        position: relative;
        width: 86%;
        top: 10px;
        padding: 4px;
    }

    .productGalleryRow img {
        width: 90px;
    }

    #product-sample-items {
        text-align: center;
    }

    #imageBox #productImage {
        margin-top: -5px;
        max-width: 125%;
        margin-left: -40px;
    }
}
