/* Responsive design prototype */
.select-options-product-option-label{ /* I think this would be better higher in main. */
	display: none;
}

#lang {
    display: block !important;
}

@media(max-width:360px) {


    .photoviewer .buy-buttons-selection a {
        max-width: 195px;
        padding-left: 33px;
    }

    .photoviewer .buy-buttons-selection 
    { bottom: 31px;}
}

@media (max-width: 1200px) {
    nav, #content-container, #header-text{
        width: 868px !important;
    }

    footer div.footer-content {
        width: 858px;
    }
    
    .thumb:nth-child(6) {
        margin-right: 0;
    }

    .thumb {
        width: 132px;
        height: 132px;
    }

    .tab {
        width: 100px;
        font-size: 95%;
    }

    .tab.all {
        width: 110px;
    }

    .select-options-product-option {
        float: left;
        width: 130px;
        margin-right: 8px;
        padding-bottom: 8px;
    }

    .select-options-row-options {
        margin-left: 150px;
    }

    .select-options-list {
        margin-left: 150px;
        float: none;
    }

        .select-options-list li {
            width: 130px;
            margin-right: 8px;
        }

    .select-options-row select {
        width: 120px
    }



    @media (max-width: 1024px) { /* iPad */
        /* Main */
        html, body, #header-text, #container, #content-container, #inner-container, #content, .loaded-content-container, .loaded-content-container header .footer-content, .footer-content.clearfix {
                min-width: 100% !important;
                max-width: 100% !important;
                width: 100% !important;
            }

            article {
                width: 96%;
            }

        .select-options-list {
            margin-left: 150px;
            float: none;
        }

        /* Margins fixing end screen sticky elements. */
        #header-text .title, #content-container nav {
            margin-left: 5px;
        }

            .loaded-content-container header {
                width: 93%;
                margin: auto;
            }

            .product-sorting {
                width: 93%;
                margin: auto;
                padding-top: 20px;
            }

            #header-links, #pnlPPBranding, #imageBy {
                margin-right: 5px;
            }

            #image {
                margin-left: 5px;
            }

            #share-butons {
                position: absolute;
                margin-right: 0px !important;
                margin-left: 45%;
            }

            #lang {
                right: 10px;
            }

            /* Save button and dialog */
            #hlSave:hover {
                background-color: #FFFFFF;
                border-color: #CCCCCC;
            }

            #autosave_email, #autosave_email2 {
                width: 280px;
            }

            /* Select photos */
            #select-photos {
                margin-left: auto;
                width: 855px;
            }

                #select-photos .button.green {
                    min-width: 0px;
                    margin-top: -4px;
                }

            @media (max-width: 880px) { /* iPad portrait */
                #select-photos {
                    margin-left: auto;
                    width: 718px;
                }

                .thumb:nth-child(7) { /* Weird margin fix */
                    margin-left: 5px;
                }
            }

            /* Selected photos options */
            .select-options-list li, .select-options-product-option {

            }

            .select-options .buttons a:hover {
                color: #B1C12A;
            }

            @media (max-width: 768px) {
                .select-options-list li {
                    margin-right: 13px;
                    width: 94px;
                }

                    .select-options-list li:last-child {
                        margin-left: -20px;
                    }

                .select-options-row-options {
                    width: 534px;
                }

                .optionSelect {
                    width: 100px !important;
                }

                .select-options-product-option {
                    width: 96px;
                    margin-right: 13px;
                }

                    .select-options-product-option select {
                        width: 100% !important;
                    }

                    .select-options-product-option.last-child {
                        width: 98px;
                    }

                .moreInfoContainer p {
                    width: 100% !important;
                }

                    .moreInfoContainer p img {
                        width: 50% !important;
                        height: auto !important;
                    }

                .buttoncontainer {
                    margin-top: 10px;
                }
            }

            /* Select product */
            @media (min-width: 1024px) {
                .products.clearfix {
                    width: 1022px;
                }
            }

            #roundaboutgo .product, .products > .product {
                margin-right: 70px !important;
            }

            @media (max-width: 768px) {
                .products.clearfix {
                    margin-left: 48px;
                }

                #roundaboutgo .product, .products > .product {
                    margin-right: 60px !important;
                }
            }

            #labelMenuButton {
                cursor: pointer;
            }

                #labelMenuButton.active a {
                    color: #B1C12A;
                    background: white;
                }

            #labelMenu {
                position: absolute;
                z-index: 900;
                /*width: 104px;
                height: 240px;*/
                margin-top: 30px;
                margin-left: 120px;
                background: #EDEDEDD6;
                padding: 5px;
            }


                #labelMenu span {
                    border-radius: 0;
                    border-top-left-radius: 0 !important;
                    border-top-right-radius: 0 !important;
                }

                #labelMenu.active {
                    display: block !important;
                }

                #labelMenu a {
                    border: 0;
                    border-top-left-radius: 0px !important;
                    border-top-right-radius: 0px !important;
                    margin-top: 2px;
                    margin-bottom: 2px;
                    margin-left: 2px;
                }

                #labelMenu li:first-child a {
                    margin-top: 4px;
                }

            /* Select photos options digital */
            .select-options-64 .select-options-list li,
            .select-options-64 .select-options-product-option {

            }

            .select-options-64 .select-options-row select {

            }

            @media (max-width: 768px) {
                .select-options-64 .select-options-list li,
                .select-options-64 .select-options-product-option {
                    width: 199px;
                }

                    .select-options-64 .select-options-product-option:last-child {
                        width: 100px;
                    }
            }

            /* Overview page */
            .overview-order .product-name:hover {
                color: #B1C12A;
            }

            .order-icons a:hover {
                color: #666;
            }

            @media (min-width: 768px) {
                .overview-order .order-icons {
                    width: 78px !important;
                }

                    .overview-order .order-icons i {
                        font-size: 19px !important;
                    }

                        .overview-order .order-icons i:last-child {
                            margin-top: -2px !important;
                        }
            }

            /* Check out page */
            #checkout-form label a:hover {
                color: #B1C12A;
            }

            #checkout-form > div:first-child {
                width: 445px !important;
                margin-left: 25px;
                margin-right: 40px;
                padding-right: 60px !important;
            }

            #checkout-form .order-icons {
                width: 60px !important;
            }

                #checkout-form .order-icons i {
                    font-size: 19px !important;
                }

                #checkout-form .order-icons a:last-child i {
                    position: absolute;
                    margin-top: -1px !important;
                }

            @media (max-width: 1020px) {
                #checkout-form > div:first-child {
                    margin-left: 0px;
                }

                #checkout-form > div {
                    float: none !important;
                    width: 640px !important;
                    margin-left: auto !important;
                    margin-right: auto !important;
                    padding-right: 0px !important;
                }

                    #checkout-form > div:first-child {
                        width: 640px !important;
                        padding-right: 0px !important;
                        border-right: 0px solid #CCC !important;
                    }

                    #checkout-form > div:last-child {
                        margin-top: 15px;
                    }

                div.checkout-input-container input, div.checkout-input-container select {
                    width: 290px !important;
                    margin-left: 100px !important;
                }

                #checkout-form .buttons input {
                    margin-right: 0px;
                }
            }

            /* Dialogs */
            .ui-dialog.messageView {
                width: 95% !important;
                max-width: 95% !important;
                left: 2.5% !important;
                right: 2.5% !important;
            }
        }

        @media (max-width: 1023px) {
            .products.clearfix {
                margin-left: auto;
                margin-right: auto;
                width: 800px;
            }
        }

        @media (max-width: 900px) { /* Modern mobile smartphones */
            .order-steps {
                float: left;
            }

            .mobile-browse-menu {
                display: block !important;

                margin-top: 18px;
            }

            .desktop-browse-menu {
                display: none !important;
            }

            #backBtn {
                display: none !important;
            }

            /* Android Internet specific fix */
            .backface-visibility-on * {
                -webkit-backface-visibility: hidden;
            }

            /* Main */
            html, body, #header-text, #container, #content-container, #inner-container,
            #content, .loaded-content-container, .loaded-content-container header
            .footer-content, .footer-content.clearfix {
                min-width: 100% !important;
                max-width: 100% !important;
                width: 100% !important;
            }

                /* Margins fixing end screen sticky elements. */
                #header-text .title {
                    margin-left: 5px;
                    width: 150px !important;
                }

            .title {
                position: relative !important;
            }

            #inner-container {
                padding-bottom: 96px;
            }

            #header {
                height: auto !important;
                min-height: 40px;
            }

            #header-links, #pnlPPBranding, #imageBy {
                margin-right: 5px;
            }

            #header-links {
                position: relative;
                height: 50px;
                margin-right: 14px;
            }

            /* Header */
            #pnlPPBranding {
                margin-top: 0px;
                float: none;
                margin-left: 10% !important;
            }

            @media (max-width: 320px) {
                #pnlPPBranding a {
                    text-align: center;
                }

                #pnlPPBranding img {
                    margin-left: -2px;
                    margin-top: 4px !important;
                }
            }

            header p {
                padding: 0;
            }

            #lang {
                float: right;
                right: 60px;
            }

                #lang ul {
                    display: none !important;
                }

                    #lang ul.active {
                        display: block !important;
                    }

            /* menu */
            #header {
                overflow: hidden;
            }

            #header-text {
                margin-left: 50px !important;
                margin-top: -30px !important;
            }

            #responsiveMenuIcon {
                margin-top: 15px;
                width: auto;
                height: auto;
                padding: 0px 15px;
                font-size: 21px;
                cursor: pointer;
            }

            #solid-line {
                display: none;
            }

            nav {
                height: 110px;
                border-bottom: 1px solid #D6D6D6;
                margin-left: 0px !important;
                margin-top: 11px;
            }

                nav a, nav a:hover {
                    float: none !important;
                    text-align: left;
                    margin-left: 14px;
                    margin-bottom: 5px;
                }

                nav > a:nth-child(1), nav .disabled {
                    width: 175px;
                }

                nav.responsive {
                    overflow: hidden;
                    width: 100%;
                    height: 36px;
                    margin-top: 0px;
                    padding: 0px;
                    padding-top: 5px;
                    background: rgb(227, 229, 229);
                    z-index: 5;
                }

                    nav.responsive.open {
                        position: absolute;
                        width: 100%;
                        height: 160px;
                        padding-top: 5px;
                        padding-bottom: 5px;
                        overflow: visible;
                        box-shadow: 0 5px 8px #C0C0C0;
                    }

                        nav.responsive.open #pnlPPBranding {
                            box-shadow: 0 5px 8px #C0C0C0;
                        }

            #content-container.open .loaded-content-container {
                margin-top: 56px;
            }

            #autosave {
                position: absolute;
                top: 0;
                right: 0;
                margin-top: 52px !important;
                text-align: right;
            }

            .open #autosave {
                margin-top: 6px !important;
            }

            #hlSave.disabled {
                width: 74px !important;
            }

            .autosaved-at {
                left: -2px;
                top: 4px;
                float: left !important;
            }

            @media all and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 1) { /* Mobile chrome webkit fix. */
                #autosave {
                    margin-top: 18px;
                }

                .autosaved-at {
                    top: -18px;
                }
            }

            #quickorder {
                top: 0;
                position: absolute;
                right: 0;
                margin-right: 3px;
                margin-top: 34px;
                display: none !important;
            }

            .open #quickorder {
                display: block !important;
            }

            .autosaved-at {
                position: static;
            }

            #header-links {
                float: none !important;
                /*width: 170px;*/
                margin-top: -45px;
                line-height: 0px !important;
                right: 0px;
                display: none;
                margin-top: 10px;
            }

            .open #header-links {
                display: block;
                margin-top: 100px;
            }

            #header-links a {
                font-family: 'Open Sans',"Lucida Sans Unicode","Lucida Grande",sans-serif;
                font-size: 11px;
                color: #828284;
                text-decoration: underline;
                text-aling: right;
                height: 0px;
                right: -10px;
                text-align: right;
                position: absolute;
            }

            .open #header-links span {
                display: block;
                width: 200px;
                margin-top: 10px;
                margin-bottom: 22px;
            }

            #header-links span:first-child a {
                margin-top: -4px;
            }

            #header-links span:last-child a {
                margin-top: 8px;
            }

            #pnlPPBranding {
                width: 100%;
                float: left;
                /*margin-top: 23px;*/
                margin-left: auto !important;
                margin-bottom: 5px;
                border-bottom: 1px solid #D6D6D6;
                background: rgb(255, 255, 255);
                display: none !important;
            }

            .open #pnlPPBranding {
                display: block !important;
            }

            #pnlPPBranding a {
                width: 200px;
                margin-left: auto;
                margin-right: auto;
                margin-top: -2px !important;
                margin-bottom: -3px !important;
                font-size: 11px;
            }

                #pnlPPBranding a img {
                    width: 120px !important;
                    height: 22px !important;
                    margin-top: 4px;
                    margin-bottom: 5px;
                }

            /* Footer */

            footer #imageBy {
                margin-top: -22px !important;
            }

            @media (max-width: 700px) {
                footer {
                    /*position: relative;*/
                    height: 75px;
                    /*margin-top: 17px;*/
                    /*top: 0 !important;*/
                    /*overflow: hidden;*/
                }
            }

            @media (max-width: 340px) {
                footer #image {
                    margin-top: 29px;
                }
            }

            #image {
                width: 360px !important;
                margin-right: 500px;
            }

            @media (max-width: 340px) {
                #image {
                    width: 320px !important;
                }
            }

            @media (max-width: 700px) {
                #share-butons {
                    position: absolute;
                    width: 187px !important;
                    right: 5px;
                    margin-top: 46px !important;
                }
            }

            @media (max-width: 340px) {
                #share-butons {
                    width: 110px !important;
                }

                #facebook {
                    margin-left: -99px;
                }

                #imageBy {
                    position: absolute;
                    bottom: 12px;
                    left: 5px;
                }
            }

            @media (max-width: 500px) {

                #imageBy {
                    position: absolute;
                    bottom: 12px;
                    left: 5px;
                }
            }

            #imageBy {
                margin-top: 40px !important;
            }

            #uxPhotographerLink:hover {
                color: #828284;
            }

            /* Select photos */
            .producttypes {
                display: none;
            }

            .loaded-content-container header > h1 {
                min-height: 34px;
                margin-top: 13px;
            }

            #select-photos {
                margin-left: auto;
                max-width: 596px;
            }

            @media (max-width: 700px) {
                #select-photos {
                    max-width: 462px;
                }
            }

            @media (max-width: 490px) {
                #select-photos {
                    margin-left: auto;
                    max-width: 324px;
                }
            }

            @media (max-width: 320px) {
                #select-photos {
                    max-width: 287px;
                    padding-bottom: 122px !important;
                }
            }

            @media (max-width: 466px) {



                .buttons .button {
                    float: left;
                }

                article.browse {
                    padding: 14px 7px 28px 7px;
                }

                .search-photo-container input {
                    width: 70%;
                }

            #select-photos .buttons {
                /*height: 90px;*/
                display: inline-flex;
            }

            #select-photos .photosubmit .button{
                min-width: auto;
                max-height: 50px;
                position: absolute;
                margin-top: auto;
            }

            @media (max-width: 320px) {
                #select-photos .buttons {
                    bottom: 75px;
                }

                .buttons.photosubmit.scrolling {
                    bottom: 0px;
                    margin-bottom: 0px !important;
                    height: 172px !important;
                    padding-top: 62px !important;
                }
            }

            .photosubmit {
                margin-top: 0;
                padding: 60px 0 0 0;
                /*height: 150px !important;*/
            }

            @media (max-width: 320px) {
                .photosubmit {
                    right: 17px !important;
                    width: 269px !important;
                }
            }

            /*.thumbs{
		z-index: 1;
	}
	.photosubmit{
		z-index: 0;
	}
	.photosubmit.scrolling{
		z-index: 2;
	}*/

            .photosubmit.scrolling {
                margin-bottom: 0px !important;
            }

            .photosubmit span {
                margin-left: 15px !important;
            }

            .photosubmit a:last-child {
                right: 0;
                top: 76px;
            }

            @media (max-width: 320px) {
                .photosubmit a:last-child {
                    right: -10px;
                }
            }

            #select-photos .buttons span {
                display: inline-block;
                width: 50%;
                text-align: left;
                float: left;
                margin-left: -14px;
                font-size: 14px;
                padding-right: 10px;
                padding-top: 10px;
            }

            .backToTop {
                top: 60px;
                display: none;
            }

            @media (max-width: 320px) {
                .backToTop {
                    top: 62px;
                }

                .scrolling .backToTop {
                    top: 72px;
                }
            }

            .green {
                white-space: nowrap;
            }

            #select-photos .button.green {
                /* margin-top: -36px !important; */
                white-space: normal;
                margin-left: 124px !important;
            }

            @media (max-width: 700px) {
                #select-photos .button.green {
                    margin-top: -60px;
                    /*width: 123px;*/
                    width: auto;
                    height: auto;
                    white-space: normal;
                    margin-left: 124px;
                    margin-top: auto !important;
                    height: auto;
                }
            }

            @media (max-width: 320px) {
                #select-photos .button.green {
                    margin-top: 25px !important;
                }
            }

            .thumbs.clearfix {
                /*margin-left: 9px;*/
            }

            @media (max-width: 490px) {
                .thumbs.clearfix {
                    /*width: 280px;*/
                    /*margin-left: 9px;*/
                }
            }



            @media (max-width: 320px) {
                .thumbs.clearfix {
                    margin-left: -10px;
                }
            }

            .thumb:nth-child(7) { /* Fix for weird margin fix */
                margin-left: 0px;
            }

            .load-more {
                margin-left: 9px;
                margin-right: 25px;
            }

            @media (max-width: 320px) {
                .load-more {
                    margin-left: -10px;
                    margin-right: 8px;
                    width: 269px;
                }
            }

            .browse.selectable .buttons {
                text-align: left;
                /*margin-bottom: 35px;*/
                width: 240px;
                margin-left: auto;
                margin-right: auto;
            }

            @media (max-width: 320px) {
                .button.green {
                    /*margin-left: 146px !important;
                    /*margin-top: -50px !important;*/
                }
            }

            /* Main ui containers */
            .ui-dialog, .ui-dialog .ui-dialog-titlebar, .ui-dialog .photoviewer, .ui-dialog .photoviewer > div:not(.buy-buttons-selection) {
                max-width: 348px !important;
                width: 97% !important;
            }

                .ui-dialog .photoviewer div:not(.buy-buttons-selection) {
                    width: 100% !important;
                }


            /* Select photos imageviewer */
            /* undo photoviewer bigger changes. */
            .photoviewer {
                height: 464px !important;
            }

            .photo-share-buttons {
                top: 428px;
            }

            .photoviewer .buy-buttons-selection {
                bottom: 21px;
            }

            .photoviewer .photoviewer-container {
                width: 600px;
                height: 430px;
            }

            .photoviewer .big-image {
                width: 600px;
                height: 400px;
            }

                .photoviewer .big-image img,
                .sliceviewer img.photo {
                    max-width: 600px;
                    max-height: 400px;
                }
            /* undo photoviewer bigger changes. */

            .photoviewer .buy-buttons-selection {
                position: relative;
                bottom: -29px;
                width: 175px !important;
                text-align: center;
            }

            #orderPhotoAsText {
                font-size: 13px;
                margin-top: -13px;
                margin-left: -35px;
                text-align: left;
            }

                #orderPhotoAsText + div {
                    font-size: 11px;
                    margin-top: 3px;
                    margin-left: -36px;
                }

            #selectProductList {
                width: 160px;
            }

            #btnOrderProduct {
                max-width: 70px;
                padding: 2px;
                left: 130px;
                top: 7px;
                position: absolute;
            }

            @media (max-width: 320px) {
                #btnOrderProduct {
                    position: inherit;
                    top: 3px;
                }
            }

            .photoviewer .buy-buttons-selection a i {
                margin-top: 3px;
            }

            .big-image img, .photo {
                margin-left: 6px !important;
            }

            .zoomInOn, .zoomInOff, .zoomOutOn, .zoomOutOff {
                display: none !important;
            }

            .browse-buttons {
                margin-top: 30px;
                margin-top: 60px;
            }

            #photoDescription {
                width: 150px !important;
                margin-left: -55px;
                display: none !important;
                margin-top: -7px;
            }

            .ui-dialog #previous-photo {
                margin-left: -200px;
                display: none;
            }

            .ui-dialog div.counter {
                width: 70px !important;
                margin-top: -490px;
                margin-left: -270px !important;
            }

            .ui-dialog #next-photo {
                display: none;
            }

            .photoviewer.popupView.ui-dialog-content.ui-widget-content {
                overflow: hidden;
                min-height: 488px !important;
                min-height: 516px !important;
            }

            a.fa.fa-times.fa-lg, .close-button {
                z-index: 200;
            }

            .buy-buttons {
                margin-left: 39px;
                margin-top: 20px;
            }

            @media (max-width: 320px) {
                .buy-buttons {
                    margin-left: 20px;
                }
            }

            .selection-add {
                margin-left: -17px !important;
            }

            .selection-remove {
                margin-left: -7px !important;
            }

            @media (max-width: 320px) {
                .selection-add {
                    margin-left: -26px !important;
                }

                .selection-remove {
                    margin-left: -16px !important;
                }
            }

            .facebook {
                margin-left: 85px !important;
            }

            .twitter {
                margin-left: 220px !important;
                margin-top: -20px;
            }

            @media (max-width: 320px) {
                .facebook {
                    margin-left: 60px !important;
                }

                .twitter {
                    margin-left: 190px !important;
                }
            }

            /* Selected photos options */
            .thumbs-options {
                width: 320px !important;
                overflow-x: hidden;
                padding-top: 7px;
            }

            .slice-borders.sliced { /* Selected photos options image viewer fix */
                margin-top: 20px;
            }

            #select-options {
                padding: 30px 5px;
            }

            #optionsHeader ul {
                float: left;
                margin-left: 0px;
            }

                #optionsHeader ul li:nth-child(2), #optionsHeader ul li:last-child {
                    display: none;
                }

                #optionsHeader ul li {
                    float: left;
                    width: 90px;
                    margin: auto;
                    margin-bottom: 13px;
                }

                    #optionsHeader ul li label {
                        float: right;
                        margin-top: -7px;
                    }

            .thumbs-options {
                margin-left: auto !important;
                margin-right: auto !important;
            }

            .thumb-option {
                float: left;
                margin-left: auto;
                margin-right: auto;
            }

            .select-options-63 {
                overflow-x: hidden;
            }

                .select-options-63 > div {
                    width: 270px;
                    margin-left: auto;
                    margin-right: auto;
                }

            #select-options-footer {
                width: auto;
                padding-left: 20px;
                padding-right: 20px;
            }

            .select-options-list li {
                float: none;
                width: 230px;
                margin-right: 13px;
                width: 83px;
            }

                .select-options-list li:last-child {
                    margin-left: -20px;
                }

            .select-options-row-options {
                float: right;
                width: 469px;
                margin-top: -165px;
                margin-bottom: 25px;
            }

            .optionSelect {
                width: 60px !important;
                margin-right: 85px !important;
            }

            .select-options-product-option {
                width: 235px;
                float: none;
                margin-top: 10px;
                margin-left: 287px;
                margin-right: 0px;
            }

                .select-options-product-option select {
                    width: 110px !important;
                    margin-right: 59px !important;
                }

            @media (max-width: 340px) {
                .select-options-product-option select {
                    width: 80px !important;
                    margin-right: 80px !important;
                }
            }

            @media (max-width: 320px) {
                .select-options-product-option select {
                    width: 72px !important;
                    margin-right: 97px !important;
                }
            }

            .select-options-product-option.last-child {
                width: 220px;
            }

                .select-options-product-option.last-child div {
                    float: left;
                }

                .select-options-product-option.last-child .totalAmount {
                    margin-right: 16px;
                }

            @media (max-width: 340px) {
                .select-options-product-option.last-child .totalAmount {
                    margin-right: 36px;
                }
            }

            @media (max-width: 320px) {
                .select-options-product-option.last-child .totalAmount {
                    margin-right: 52px;
                }
            }

            .select-options-product-option .optionSelect {
                float: right;
                margin-top: -23px;
            }

            .select-options-row-options .select-options-product-option:nth-child(2) div {
                float: left;
                margin-top: 6px;
            }

            .select-options-row-options .select-options-product-option:nth-child(2) .select-options-product-option-label {
                width: 60px;
            }

            .select-options-product-option input {
                margin-left: 7px;
                margin-top: 3px;
                width: 109px !important;
            }

            @media (max-width: 340px) {
                .select-options-product-option input {
                    margin-left: 16px;
                    margin-top: 3px;
                    width: 79px !important;
                }
            }

            @media (max-width: 320px) {
                .select-options-product-option input {
                    margin-left: 7px;
                    margin-top: 3px;
                    width: 72px !important;
                }
            }

            .unitPriceResponsive {
                display: none;
            }

            .select-options-product-option-label {
                display: block;
                color: #BBBBBB;
                font-size: 11px;
            }

            #select-options .buttons {
                height: 90px;
            }

                #select-options .buttons span {
                    display: inline-block;
                    width: 50%;
                    text-align: left;
                    float: left;
                    margin-left: 3px;
                }

            #select-options .button.green {
                margin-top: 27px !important;
                width: 111px;
            }

            #select-options .buttons {
                display: flex;
            }

            #select-options .photosubmit .button{
                min-width: auto;
                max-height: 50px;
                position: inherit;
                margin-top: auto;
            }

            #select-options select:disabled {
                opacity: 0;
            }

            .all-same-message {
                position: absolute;
                right: 7px;
                margin-top: -16px !important;
                text-align: left;
                margin-top: 8px;
            }

            @media (max-width: 320px) {
                .all-same-message {
                    font-size: 9px;
                    right: 43px;
                    margin-top: -13px !important;
                }
            }

            .totalTotalAmount {
                margin-right: -23px;
            }

            @media (max-width: 340px) {
                .totalTotalAmount {
                    margin-right: 25px;
                }
            }

            @media (max-width: 320px) {
                .totalTotalAmount {
                    margin-right: 20px;
                }
            }

            .photoviewer > a:last-child, .browse-buttons + a {
                font-size: 25px !important;
            }

            .sliceviewer img.photo {
                max-width: 100%;
                max-height: 400px;
                margin-top: 50px;
            }

            /* Select product */
            .products.clearfix {
                width: 280px;
                margin-left: auto;
                margin-right: auto;
                overflow-x: hidden;
            }

            @media (max-width: 320px) {
                .products.clearfix {
                    margin-left: -16px;
                }
            }

            #roundaboutgo {
                width: 100000px;
            }

                #roundaboutgo .product {
                    overflow: hidden;
                }

                #roundaboutgo .product {
                    margin-left: 0px !important;
                    margin-right: 100px !important;
                    width: 380px;
                }

            .products .button.green {
                min-width: 0px;
                margin-top: 0px;
                margin-left: 0px;
                margin-top: 0px !important;
            }

            @media (max-width: 320px) {
                .products .button.green {
                    margin-left: 0px !important;
                    margin-top: 0px !important;
                }
            }

            #roundaboutgo .price, #roundaboutgo .button-more-info {
                right: 100px !important;
            }

            #roundaboutgo .button-more-info {
                margin-right: 5px;
            }


            #topSwiper, #leftSwiper, #rightSwiper {
                z-index: 700;
                width: 40px;
                height: 40px;
                border: 1px solid rgb(204, 204, 204);
                background: rgb(227, 229, 229);
                box-shadow: 0 0 1px rgba(172, 172, 172, 0.5);
            }

                #topSwiper:active, #leftSwiper:active, #rightSwiper:active {
                    color: rgb(183, 195, 75);
                }

            #topSwiper {
                position: fixed;
                top: 0;
                right: 0;
                margin-top: -1px;
                margin-right: 10px;
                background: rgb(102, 102, 102);
                color: rgb(255, 255, 255);
                border: 1px solid rgba(102, 102, 102, 0.5);
                box-shadow: 0 0 1px rgba(102, 102, 102, 0.5);
            }

            #leftSwiper, #rightSwiper {
                position: absolute;
            }

            #leftSwiper {
                left: 0;
                top: 150px;
                margin-left: -8px;
            }

            #rightSwiper {
                top: 150px;
                right: 0;
                margin-right: -8px;
            }

            /* Select photos options digital */
            .select-options-64 #optionsHeader ul {
                float: none;
                margin-left: auto;
                margin-right: auto;
                width: 80px;
            }

            .select-options-64 > div {
                width: 240px;
                margin-left: auto;
                margin-right: auto;
            }

            .select-options-64 .optionSelect {
                width: 116px !important;
                margin-right: 23px !important;
            }

            .backface-visibility-on .select-options-64 .optionSelect {
                width: 116px !important;
                margin-right: 132px !important;
            }

            @media (max-width: 340px) {
                .select-options-64 .optionSelect {
                    width: 100px !important;
                    margin-right: 44px !important;
                }
            }

            @media (max-width: 320px) {
                .select-options-64 .optionSelect {
                    width: 80px !important;
                    margin-right: 61px !important;
                }
            }

            .select-options-64 .select-options-row-options .select-options-product-option:nth-child(2) .select-options-product-option-label {
                float: none !important;
                display: block;
            }

            .select-options-64 .select-options-row-options .select-options-product-option:nth-child(2) {
                width: 176px;
            }

            @media (max-width: 340px) {
                .select-options-64 .select-options-row-options .select-options-product-option:nth-child(2) {
                    width: 155px;
                }
            }

            @media (max-width: 320px) {
                .select-options-64 .select-options-row-options .select-options-product-option:nth-child(2) {
                    width: 138px;
                }
            }

            .select-options-64 .select-options-product-option:last-child {
                width: 230px;
            }

            .subtotal-container {
                margin-right: 5px;
            }

            /* Overview */
            #pay-logos {
                margin-bottom: 10px;
            }

            .overview {
                overflow: hidden;
            }

            .overview-order {
                width: 100% !important;
                margin-top: 30px;
            }

            table.order th, table.order td {
                padding-right: 17px;
            }

            @media (max-width: 320px) {
                table.order th, table.order td {
                    padding-right: 8px;
                }
            }

            .overviewRowButtons td {
                padding-bottom: 2px;
            }

                .overviewRowButtons td a:first-child, .overviewRowButtons td a:last-child {
                    position: absolute;
                }

                .overviewRowButtons td a i {
                    font-size: 25px;
                }

                    .overviewRowButtons td a i:hover {
                        color: #666666;
                    }

                .overviewRowButtons td a:first-child {
                    margin-left: 180px;
                }

                .overviewRowButtons td a:last-child {
                    margin-left: 210px;
                    margin-top: -2px;
                }

            @media (max-width: 320px) {
                .overviewRowButtons td a:first-child {
                    margin-left: 150px;
                }

                .overviewRowButtons td a:last-child {
                    margin-left: 180px;
                }
            }

            .overview-order + div a {
                width: 121px !important;
            }

            .overview .buttons {
                margin-top: 5px;
                text-align: right;
            }

            .buttoncontainer {
                height: auto;
            }

            @media (max-width: 320px) {
                .overview .buttons {
                    width: 290px;
                    margin-bottom: 84px;
                    padding-right: 5px;
                }
            }

            .overview .buttons a {
                width: 196px !important;
                margin-left: 125px !important;
                margin-top: 14px !important;
            }

            @media (max-width: 320px) {
                .overview .buttons a {
                    margin-left: 100px !important;
                }
            }

            .product-name:hover {
                color: #B1C12A;
            }

            @media (max-width: 440px) {
                .overview .totalAmount + td {
                    display: none;
                }
            }

            /* Browse foto's page */
            #photo-order-button {
                margin-top: 10px;
            }

                #photo-order-button + a {
                    width: 187px !important;
                    margin-left: 145px !important;
                    margin-top: -30px !important;
                }

            @media (max-width: 320px) {
                #photo-order-button + a {
                    margin-left: 105px !important;
                }
            }

            /* Check out page */
            #checkout-form > div, #checkout-form > div:first-child, #checkout-form > div:last-child {
                width: 100% !important;
            }

            .backface-visibility-on #checkout-form > div:last-child {
                width: inherit !important;
            }

            div.checkout-input-container label {
                width: 50%
            }

            div.checkout-input-container input, div.checkout-input-container select {
                width: 50% !important;
                margin-left: 0px !important;
            }

            .checkout-order {
                width: 100% !important;
                overflow: hidden;
            }

                .checkout-order tr th:nth-child(1), .checkout-order tr td:nth-child(1) {
                    width: 60% !important;
                    padding-right: 5px !important;
                }

                .checkout-order tr th:nth-child(2), .checkout-order tr td:nth-child(2) {
                    width: 27% !important;
                    padding-right: 5px !important;
                }

                .checkout-order tr td:nth-child(2) {
                    width: 2% !important;
                    padding-right: 5px !important;
                }

                .checkout-order tr td:nth-child(3) {
                    padding-right: 5px !important;
                }

                .checkout-order tr td:nth-child(5) {
                    display: none;
                }

            table.order.checkout-order th, table.order.checkout-order td {
                padding-right: 0px !important;
            }

            #checkout-form .button.green {
                margin-left: 30% !important;
                margin-top: -15px !important;
            }

            @media (max-width: 320px) {
                #checkout-form .button.green {
                    margin-left: 21% !important;
                }
            }

            #payment-container > div:first-child {
                width: 70% !important;
            }

            #payment-container > div:last-child {
                width: 30%;
            }

            #payment-container > div > div:last-child {
                padding-top: 20px !important;
            }

            #agreeTerms {
                margin-left: 16px;
            }

            .backface-visibility-on #agreeTerms {
                margin-left: 20px;
            }

            #agreeTerms input {
                position: absolute;
                margin-left: -15px;
            }

            .backface-visibility-on #agreeTerms input {
                position: absolute;
                margin-left: -24px;
            }

            nav.responsive > div {
                float: left !important;
                margin-top: 4px;
            }

            nav.responsive #header-links {
                display: none !important;
                bottom: 5px;
                /*position: absolute;*/
                right: 0px;
                /*width: 145px;*/
                display: block;
                overflow: hidden;
            }

            nav.responsive.open #header-links {
                display: block !important;
            }

            nav.responsive > a:first-child {
                display: none !important;
                position: absolute;
                bottom: 15px;
            }

            nav.responsive.open > a:first-child {
                display: block !important;
            }

            body > #container {
                overflow-x: hidden;
            }

            nav.responsive.open #quickorder {
                top: 35px;
                right: 14px;
                margin-right: 0px;
            }

            nav.responsive.open #quickorderExplanation {
                top: 6px;
                right: 60px;
            }

            @media (max-width: 440px) {
                nav.responsive.open #quickorder {
                    top: 35px;
                    right: 14px;
                }

                nav.responsive.open #quickorderExplanation {
                    top: 35px;
                    right: 20px;
                }
            }
        }
        /* Ie and Android stock browser fix: */
        @media (max-width: 320px) {
            #pnlPPBranding a {
                text-align: center;
            }

            #pnlPPBranding img {
                margin-left: -2px;
                margin-top: 4px !important;
            }
        }

        @media all and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 1) { /* Mobile chrome webkit fix. */
            #autosave {
                margin-top: 18px;
            }

            .autosaved-at {
                top: -18px;
            }
        }

        @media (max-width: 340px) {
            footer #image {
                margin-top: 29px;
            }
        }

        @media (max-width: 340px) {
            #image {
                width: 320px !important;
            }
        }

        @media (max-width: 340px) {
            #share-butons {
                width: 110px !important;
            }

            #facebook {
                margin-left: -99px;
            }
        }

        @media (max-width: 490px) {
            #select-photos {
                margin-left: auto;
                max-width: 324px;
            }
        }

        @media (max-width: 320px) {
            #select-photos {
                max-width: 287px;
                padding-bottom: 122px !important;
            }
        }

        @media (max-width: 320px) {
            #select-photos .buttons {
                bottom: 75px;
            }

            .buttons.photosubmit.scrolling {
                bottom: 0px;
                margin-bottom: 0px !important;
                height: 172px !important;
                padding-top: 62px !important;
            }
        }

        @media (max-width: 320px) {
            .photosubmit {
                right: 17px !important;
                width: 269px !important;
            }
        }

        @media (max-width: 320px) {
            .photosubmit a:last-child {
                right: -10px;
            }
        }

        @media (max-width: 320px) {
            .backToTop {
                top: 62px;
            }

            .scrolling .backToTop {
                top: 72px;
            }
        }

        @media (max-width: 320px) {
            #select-photos .button.green {
                margin-top: 25px !important;
            }
        }



        @media (max-width: 320px) {
            .thumbs.clearfix {
                margin-left: -10px;
            }
        }

        @media (max-width: 320px) {
            .load-more {
                margin-left: -10px;
                margin-right: 8px;
                width: 269px;
            }
        }

        @media (max-width: 320px) {
            .button.green {
                /*margin-left: 10px !important;
                margin-top: -25px !important;*/
            }
        }

        @media (max-width: 320px) {
            .buy-buttons {
                margin-left: 20px;
            }
        }

        @media (max-width: 320px) {
            .selection-add {
                margin-left: -26px !important;
            }

            .selection-remove {
                margin-left: -16px !important;
            }
        }

        @media (max-width: 320px) {
            .facebook {
                margin-left: 60px !important;
            }

            .twitter {
                margin-left: 190px !important;
            }
        }

        @media (max-width: 340px) {
            .select-options-product-option select {
                width: 80px !important;
                margin-right: 80px !important;
            }
        }

        @media (max-width: 320px) {
            .select-options-product-option select {
                width: 72px !important;
                margin-right: 97px !important;
            }
        }

        @media (max-width: 340px) {
            .select-options-product-option.last-child .totalAmount {
                margin-right: 36px;
            }
        }

        @media (max-width: 320px) {
            .select-options-product-option.last-child .totalAmount {
                margin-right: 52px;
            }
        }

        @media (max-width: 340px) {
            .select-options-product-option input {
                margin-left: 16px;
                margin-top: 3px;
                width: 79px !important;
            }
        }

        @media (max-width: 320px) {
            .select-options-product-option input {
                margin-left: 7px;
                margin-top: 3px;
                width: 72px !important;
            }
        }

        @media (max-width: 320px) {
            .all-same-message {
                font-size: 9px;
                right: 43px;
                margin-top: -13px !important;
            }
        }

        @media (max-width: 340px) {
            .totalTotalAmount {
                margin-right: 25px;
            }
        }

        @media (max-width: 320px) {
            .totalTotalAmount {
                margin-right: 20px;
            }
        }

        @media (max-width: 320px) {
            .products.clearfix {
                margin-left: -16px;
            }
        }

        @media (max-width: 320px) {
            .products .button.green {
                margin-left: 0px !important;
                margin-top: 0px !important;
            }
        }

        @media (max-width: 340px) {
            .select-options-64 .optionSelect {
                width: 100px !important;
                margin-right: 44px !important;
            }
        }

        @media (max-width: 320px) {
            .select-options-64 .optionSelect {
                width: 80px !important;
                margin-right: 61px !important;
            }
        }

        @media (max-width: 340px) {
            .select-options-64 .select-options-row-options .select-options-product-option:nth-child(2) {
                width: 155px;
            }
        }

        @media (max-width: 320px) {
            .select-options-64 .select-options-row-options .select-options-product-option:nth-child(2) {
                width: 138px;
            }
        }

        @media (max-width: 320px) {
            table.order th, table.order td {
                padding-right: 8px;
            }
        }

        @media (max-width: 320px) {
            .overviewRowButtons td a:first-child {
                margin-left: 150px;
            }

            .overviewRowButtons td a:last-child {
                margin-left: 180px;
            }
        }

        @media (max-width: 320px) {
            .overview .buttons {
                width: 290px;
                margin-bottom: 84px;
                padding-right: 5px;
            }
        }

        @media (max-width: 320px) {
            .overview .buttons a {
                margin-left: 100px !important;
            }
        }

        @media (max-width: 320px) {
            #photo-order-button + a {
                margin-left: 105px !important;
            }
        }

        @media (max-width: 320px) {
            #checkout-form .button.green {
                margin-left: 21% !important;
            }
        }

        @media(max-height: 300px) {
            .autosaveText {
                display: none;
            }
        }