@charset "UTF-8";
/* ############### */
/* Normal Checkout */
/* Carriers list */
#ips_content_wrapper.payment #pickupPoint_selection {
    display: flex !important;
    flex-direction: row;
    width: 100%;
}

@media screen and (min-width: 1105px) {
    #ips_content_wrapper.payment #pickupPoint_selection li {
        flex: 1 0 14.5% !important;
    }
}

@media screen and (max-width: 1104px) {
    #ips_content_wrapper.payment #pickupPoint_selection li {
        flex: 1 0 25% !important;
    }
}

@media screen and (max-width: 580px) {
    #ips_content_wrapper.payment #pickupPoint_selection li {
        flex: 1 0 45% !important;
    }
}

#ips_content_wrapper.payment #pickupPoint_selection li {
    display: flex;
    margin: 10px 5px !important;
    box-sizing: border-box;
    height: 120px;
    position: relative;
}

#ips_content_wrapper.payment #pickupPoint_selection li > a {
    width: 100%;
    height: 100%;
}

#ips_content_wrapper.payment #pickupPoint_selection li .sender {
    position: relative;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: initial !important;
}

#ips_content_wrapper.payment #pickupPoint_selection li .name {
    position: absolute;
    left: 0px;
    bottom: 3px;
    line-height: 1;
    text-align: center;
    font-size: 13px;
    color: #393939;
    width: 100%;
    display: block;
}

#ips_content_wrapper.payment #pickupPoint_selection li .shippingTimeInfo {
    display: none !important;
}

#ips_content_wrapper.payment #pickupPoint_selection li::aftter {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 15px;
    font-size: 105%;
}

#ips_content_wrapper.payment #pickupPoint_selection li:nth-child(1) {
    order: 6;
}

#ips_content_wrapper.payment #pickupPoint_selection div.sender_0 {
    background-image: url(https://www.fotouslugi.pl/cdn/qz/hh/QzhHYW1UbVNGSGg4bzFiLzVjaGs0QT09) !important;
}

#ips_content_wrapper.payment #pickupPoint_selection li:nth-child(2) {
    order: 4;
}

#ips_content_wrapper.payment #pickupPoint_selection div.sender_62 {
    background-image: url(https://www.fotouslugi.pl/cdn/yl/m3/YlM3MS9DWGhOS0RBVW9weEh5TlUxUT09) !important;
}

#ips_content_wrapper.payment #pickupPoint_selection li:nth-child(3) {
    order: 2;
}

#ips_content_wrapper.payment #pickupPoint_selection div.sender_114 {
    background-image: url(https://www.fotouslugi.pl/cdn/l3/l4/L3l4SGlhOVFGcU5qM0RtQXo0d3AxUT09) !important;
}

#ips_content_wrapper.payment #pickupPoint_selection li:nth-child(5) {
    order: 5;
}

#ips_content_wrapper.payment #pickupPoint_selection div.sender_240 {
    background-image: url(https://www.fotouslugi.pl/cdn/ek/nr/ekNRRENyRk5yYy9vd3hic0xmYVBrUT09) !important;
}

#ips_content_wrapper.payment #pickupPoint_selection li:nth-child(6) {
    order: 3;
}

#ips_content_wrapper.payment #pickupPoint_selection div.sender_250 {
    background-image: url(https://www.fotouslugi.pl/cdn/k0/ll/K0llTXRSektnellaOWVZT0J2a0dWUT09) !important;
}

#ips_content_wrapper.payment #pickupPoint_selection li:nth-child(4) {
    order: 1;
}

#ips_content_wrapper.payment #pickupPoint_selection div.sender_116 {
    background-image: url(https://www.fotouslugi.pl/cdn/cw/v6/cWV6UWZPd2lKQzF2ZHN1bXVGUFFmZz09) !important;
}

/* Payment list */
#ips_content_wrapper.payment form[name=orderwizardSetupPaymentForm] > #payment_selection {
    display: none !important;
}

/* ############### */
/* Quick Checkout */
/* Carriers list */
#ips_content_wrapper.expressCheckout #pickupPoint_selection > div {
    width: 100%;
}

#ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (min-width: 1105px) {
    #ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] li {
        flex: 1 0 14.5% !important;
    }
}

@media screen and (max-width: 1104px) {
    #ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] li {
        flex: 1 0 25% !important;
    }
}

@media screen and (max-width: 580px) {
    #ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] li {
        flex: 1 0 45% !important;
    }
}

#ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] li {
    display: flex !important;
    margin: 10px 5px !important;
    box-sizing: border-box;
    height: 120px;
    position: relative;
    padding: 10px 0px 0px;
}

#ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] li > a {
    width: 100%;
    height: 100%;
}

#ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] li .sender {
    position: relative;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: initial !important;
}

#ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] li .name {
    position: absolute;
    left: 0px;
    bottom: 3px;
    text-align: center;
    font-size: 12px;
    color: #393939;
    width: 100%;
    display: block;
    line-height: 1;
}

#ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] li .shippingTimeInfo {
    display: none !important;
}

#ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] li:nth-child(1) {
    order: 6;
}

#ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] div.sender_0 {
    background-image: url(https://www.fotouslugi.pl/cdn/qz/hh/QzhHYW1UbVNGSGg4bzFiLzVjaGs0QT09) !important;
}

#ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] li:nth-child(2) {
    order: 4;
}

#ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] div.sender_62 {
    background-image: url(https://www.fotouslugi.pl/cdn/yl/m3/YlM3MS9DWGhOS0RBVW9weEh5TlUxUT09) !important;
}

#ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] li:nth-child(3) {
    order: 2;
}

#ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] div.sender_114 {
    background-image: url(https://www.fotouslugi.pl/cdn/l3/l4/L3l4SGlhOVFGcU5qM0RtQXo0d3AxUT09) !important;
}

#ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] li:nth-child(5) {
    order: 5;
}

#ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] div.sender_240 {
    background-image: url(https://www.fotouslugi.pl/cdn/ek/nr/ekNRRENyRk5yYy9vd3hic0xmYVBrUT09) !important;
}

#ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] li:nth-child(6) {
    order: 3;
}

#ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] div.sender_250 {
    background-image: url(https://www.fotouslugi.pl/cdn/k0/ll/K0llTXRSektnellaOWVZT0J2a0dWUT09) !important;
}

#ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] li:nth-child(4) {
    order: 1;
}

#ips_content_wrapper.expressCheckout div[id="shipping:shipping:shippingForm:shipping_lazyPanel:contentPart"] div.sender_116 {
    background-image: url(https://www.fotouslugi.pl/cdn/cw/v6/cWV6UWZPd2lKQzF2ZHN1bXVGUFFmZz09) !important;
}

/* Payment list */
#ips_content_wrapper.expressCheckout #payment_selection {
    display: flex !important;
    flex-direction: row;
    width: 100%;
}

@media screen and (min-width: 1105px) {
    #ips_content_wrapper.expressCheckout #payment_selection li {
        flex: 1 0 20% !important;
    }
}

@media screen and (max-width: 1104px) {
    #ips_content_wrapper.expressCheckout #payment_selection li {
        flex: 1 0 45% !important;
    }
}

@media screen and (max-width: 580px) {
    #ips_content_wrapper.expressCheckout #payment_selection li {
        flex: 1 0 65% !important;
    }
}

#ips_content_wrapper.expressCheckout #payment_selection > li {
    margin: 10px 10px !important;
    box-sizing: border-box;
    height: 120px;
    position: relative;
}

#ips_content_wrapper.expressCheckout #payment_selection > li > a {
    background-position: center 25px !important;
}

#ips_content_wrapper.expressCheckout #payment_selection > li::after {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 15px;
    font-size: 105%;
}

#ips_content_wrapper.expressCheckout #payment_selection > li:nth-child(1) {
    order: 1;
}

#ips_content_wrapper.expressCheckout #payment_selection > li:nth-child(1)::after {
    content: "Karta VISA";
}

#ips_content_wrapper.expressCheckout #payment_selection > li:nth-child(2) {
    order: 2;
}

#ips_content_wrapper.expressCheckout #payment_selection > li:nth-child(2)::after {
    content: "Karta Mastercard";
}

#ips_content_wrapper.expressCheckout #payment_selection > li:nth-child(4) {
    order: 3;
}

#ips_content_wrapper.expressCheckout #payment_selection > li:nth-child(4)::after {
    content: "Płatność PayU + BLIK";
}

#ips_content_wrapper.expressCheckout #payment_selection > li:nth-child(3) {
    order: 4;
}

#ips_content_wrapper.expressCheckout #payment_selection > li:nth-child(3)::after {
    content: "Przelew tradycyjny";
}

.selected {
    border-color: #c30c15 !important;
    border-width: 2px !important;
}

h3.senderExtraInfo {
    color: #393939;
    padding-left: 10px;
    margin-bottom: 0px;
    line-height: 1;
}

p.senderExtraInfo {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 80%;
    font-style: italic;
}

p.senderExtraInfo label {
    color: #393939;
    font-style: normal;
}

#locationSelection {
    padding-left: 10px;
}

#locationSelection label {
    color: #393939;
}
