.order-form h1{
    font-size: 30px;
    margin-bottom: 15px !important;
}

#content article h4 {
    color: #ba1117;
}

#content article h2.contact {
    color: #000;
    font-size: 30px;
    margin-bottom: 35px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: -2px;
    clear: both;
    width: 91%;
    line-height: 1.2em;
}

header p#slogan {
    float: right;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    padding-top: 11px;
    margin-right: 25px;
}

#content h3.contact_h {
    font-size: 24px;
    color: #ba1117;
    margin: 0 0 10px 0;
    letter-spacing: -2px;
}

.order-form h3{
    font-size: 30px;
    margin-bottom: 15px !important;
}

.product_content td {
    padding: 15px 10px 15px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.product_content td:first-child{
    width: 218px;
}

.product_content td h2 {
    border: 0;

}
.product_content td h2 span{
    background: none;
    width: 218px;
    padding: 5px 0px 5px 0;
    margin-right: 10px;
    height: 20px;
    text-transform:none;
    font-weight: bold;
    text-decoration: underline;
    color: black;
}

.product_content td h2 span.red{
    text-decoration: none;
}

#details_tytul {
    display: inline-block;
    min-width: 464px;
}

.buy-me-now-container {
    display: flex; 
    flex-wrap: nowrap;
}

.buy-me-now-container div:first-of-type {
    max-width: 257px; 
    width: 100%;
}

.buy-me-now-container div:nth-of-type(2) {
    width:122px;
}

.buy-me-now-button {
    height: 100%;
    margin-top:3px;
    border: 0px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    
    padding: 0px 10px;

    background: #0071c4;
    background: -webkit-linear-gradient(#0071c4, #00447d);
    background: -o-linear-gradient(#0071c4, #00447d);
    background: -moz-linear-gradient(#0071c4, #00447d);
    background: linear-gradient(#0071c4, #00447d);
}

.buy-me-now-button:hover, .buy-me-now-button:focus {
    cursor: pointer;
    background: #d12a36;
    background: -webkit-linear-gradient(#d12a36, #920507);
    background: -o-linear-gradient(#d12a36, #920507);
    background: -moz-linear-gradient(#d12a36, #920507);
    background: linear-gradient(#d12a36, #920507);
}

.form_full_width {
    width:100%;
    margin-top: 25px;
}

.form_inline { padding-top: 0px !important; }

label.order-method, label.payment-method, #content p.p-label {
    width: 100% !important;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #d12a36;
}

#content p.p-label.small {
    font-size: 14px;
}

#content p.p-label {
    padding-bottom: 0px !important;
    display: block;
    float: left;
    line-height: 2em;
    margin-bottom: 8px;
}

input[type="checkbox"][name="fvat"] { 
    margin-top:5px;
    margin-left:-3px;
    width: 20px !important;
}

input.terms {
    margin-top: 10px;
    width: 20px !important;
    margin-left: -3px;
}

#content a.terms:hover { color: #0071c4;}

label.fvat, label.terms { width: auto !important; }
label.terms { font-size: 16px; font-weight: bold; margin-bottom: 0px !important;}
div[data-order-form="fvat"], div[data-order-form="fvat"] > div { padding-top: 0px !important;}

.mt-n-006 {margin-top: -6px;}
.mt-020 {margin-top: 20px;}
.bold { font-weight: bold; }
.right {text-align: right;}
.pb-020 { padding-bottom: 20px; }


.order-summary {
    display: flex;
    flex-wrap: wrap;
}

.order-summary div {
    flex-grow:0;
    flex-shrink:0;
    width: 50%;
}

.order-summary div.wide { width: 100%; }

.order-summary .summary-table { 
    width: 95%;
    font-size: 14px;
    text-align: left;
}

.summary-table.wide { width: 100%; }

.order-summary .summary-table.right { margin-left: auto; }
.summary-table td:last-of-type { text-align: right; }
.summary-table td[colspan="2"] {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 6px;
    border-bottom: 1px solid #d12a36;
}

.button-container {
    width: 100%;
    display: flex;
    flex-grow: 0;
    flex-shrink:0;
    justify-content: space-between;
    padding: 0px !important;
}

.button-container .next-step { align-self: flex-end; }
.button-container .prev-step { align-self: flex-start; }

.next-step, .prev-step {
    display: block;
    margin-top: 15px;
    border: 0px;
    color: #fff;

    padding: 0px 10px;
    font-size: 16px;
    line-height: 28px;
}
.next-step, .prev-step:hover, .prev-step:focus {
    background: #0071c4;
    background: -webkit-linear-gradient(#0071c4, #00447d);
    background: -o-linear-gradient(#0071c4, #00447d);
    background: -moz-linear-gradient(#0071c4, #00447d);
    background: linear-gradient(#0071c4, #00447d);
}

.prev-step, .next-step:hover, .next-step:focus {
    cursor: pointer;
    background: #d12a36;
    background: -webkit-linear-gradient(#d12a36, #920507);
    background: -o-linear-gradient(#d12a36, #920507);
    background: -moz-linear-gradient(#d12a36, #920507);
    background: linear-gradient(#d12a36, #920507);
}

.single-button { margin: 15px 0 0 auto;}

[data-order-form="fourth-step"] {
    margin-top:20px;
    display: flex;
    flex-wrap: wrap;
    padding-top:0px !important;
}

[data-order-form="fourth-step"] > div {
    flex-shrink: 0;
    flex-grow: 0;
}

[data-order-form="fourth-step"] .recaptcha, [data-order-form="fourth-step"] .submit {
    width: 50%;
    padding: 0;
}
.submit { display: flex; justify-content: flex-end; }
.submit input {
    display: inline-block;
    margin: 0 !important;
    align-self: flex-end;
}

.submit input:hover { 
    background: #0071c4 !important;
    background: -webkit-linear-gradient(#0071c4, #00447d) !important;
    background: -o-linear-gradient(#0071c4, #00447d) !important;
    background: -moz-linear-gradient(#0071c4, #00447d) !important;
    background: linear-gradient(#0071c4, #00447d) !important;
}

.recaptcha div {
    padding: 0 !important;
}

form.order_form .required_info {
    width: 100% ;
}

input[type="text"].form-error, textarea.form-error, input[type="checkbox"].form-error {
    background-color: #d12a36;
    color: #fff;
}

.step-heading {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #920507;
    height: 40px;
}

.step-heading > span {
    align-self: flex-end;
    width: auto !important;
    border: 0px !important;
}

.step-heading > span:first-of-type { 
    /*align-self: flex-start;*/
    font-size: 16px;
    font-weight: bold;
}
.step-heading > span:last-of-type { 
    /*align-self: flex-end;*/
}

.step-heading > span:last-of-type button {
    display: block;
    border: 0px;
    color: #fff;
    padding: 0px 10px;
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
    background: #d12a36;
    background: -webkit-linear-gradient(#d12a36, #920507);
    background: -o-linear-gradient(#d12a36, #920507);
    background: -moz-linear-gradient(#d12a36, #920507);
    background: linear-gradient(#d12a36, #920507);
}

.step-heading > span:last-of-type button:hover, .step-heading > span:last-of-type button:focus {
    background: #0071c4;
    background: -webkit-linear-gradient(#0071c4, #00447d);
    background: -o-linear-gradient(#0071c4, #00447d);
    background: -moz-linear-gradient(#0071c4, #00447d);
    background: linear-gradient(#0071c4, #00447d);
}

h1[data-order-form="product-title"]:hover {
    cursor: pointer;
}

i.show-me-more {
    font-style: normal;
    text-decoration: none;
    margin-right: 10px;
}

i.show-me-more.rolled {
    cursor: pointer;
    color: #00447d;
}

i.show-me-more.rolled:hover {
    color: #ba1117;
}

i.show-me-more::after {
    content: "\00bb";
    display: inline-block;
    position: relative;
    top: -2px;
}

i.show-me-more.rotated::after {
    top: 0px;
    -webkit-transform: rotate(90deg);
    -ms-tranform: rotate(90deg);
    transform: rotate(90deg);
}

#content article h1 { width: auto; }

.transfer-info {
    display: flex;
    flex-wrap: wrap;
}

.transfer-info > span { 
    width: 50%;
    display: inline-block;
    font-size: 14px;
    line-height: 1.8em;
}
.transfer-info > span.transfer-title { 
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 10px;
}

.text-right { text-align: right; }

.thanks-page h2{ font-size: 52px !important; }
.thanks-page h3{ font-size: 40px!important; }
.thanks-page hr{
    height: 3px!important;
    color: red!important;
    background: red!important;
    border: none!important;
    width: 80%!important;
    margin: 0 auto!important;
}
.thanks-page .social{ text-align: center;}
.thanks-page .social img {max-width: 50px; margin: 10px;}
.thanks-page .button-previous{ width: 100%; text-align: center; margin: 25px 0; }
.thanks-page .button-previous a{ color: #000; padding: 10px 15px; border: solid 1px #ccc; text-decoration: none; text-transform: uppercase; }

input, textarea{font-size: 13.33px; font-family: 'Open Sans', sans-serif, Arial !important;}

#cart-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    
    position: fixed; 
    background: none;
    z-index: 99999; 
    width: 100%; 
    height: 7px; 
    text-align: right; 
    opacity: 1;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    border-top: 7px solid #ba1117;
    
    -webkit-transition: background 400ms linear;
    -moz-transition: background 400ms linear;
    -ms-transition: background 400ms linear;
    -o-transition: background 400ms linear;
    transition: background 400ms linear;
}

#cart-container.colorless {
    background: rgba(186, 17, 23, 0);
}

#cart-container .cart-button {
    background: #ba1117;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 0px 0px 3px;
    margin-top: -7px;
    width: 190px;
    box-sizing:border-box;
    text-align: center;
    
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}

#cart-container .cart-button:hover {
    cursor: pointer;
    color: rgba(255,255,255,0.8);
}

#cart-container .cart-button.hovered {
    color: rgba(255,255,255,0.9);
}

#cart-container .cart-button.hovered:hover {
    color: rgba(255,255,255,0.8);
}

#cart-container .cart-button::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #ba1117 transparent transparent;
    position: absolute;
    right: 190px;
    top: -7px;
    -webkit-transform: rotate(360deg);
}
@-moz-document url-prefix() {
    #cart-container .cart-button::before {
        top: -32px;
    }
}

.cart-item-list-container {
    width: 300px;
    background: rgba(0,0,0,0.5);
    box-sizing:border-box;
    padding: 0px 10px;
    border-top: 7px solid #ba1117;
    z-index: -1;
    text-align: left;
    position:absolute;
    top: -7px;
    color: #fff;
}

.cart-item-list {
    margin-top: 40px;
    margin-bottom: 10px;
}

.cart-item {
    display: flex;
    justify-content: space-between;
}

.cart-spacer {
    height: 1px;
    background: #fff;
}

.cart-summary {
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}

.cart-goto a {
    text-align: center;
    text-align: center;
    display: block;
    background: linear-gradient(rgba(0,113,196,1), rgba(0,68,125,1));
    padding: 3px 0px;
    width: 300px;
    margin-left: -10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.cart-goto a:hover {
    color: rgba(255,255,255,0.8);
}

.sale-price-box {
    display: flex;
    flex-wrap: wrap;
}

.price-box {
    flex-basis: 215px;
}

.cart-controls {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 165px;
    justify-content: space-around;
    align-items: center;
}

.cart-controls button {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.cart-controls .add-to-cart-container {
    padding: 15px 0px 0px;
}

@-moz-document url-prefix() {
    
}

.cart-controls button.add-to-cart {
    box-sizing: border-box;
    height: auto;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 9px;
    width: 155px;
    
    background: #0071c4;
    background: -webkit-linear-gradient(#0071c4, #00447d);
    background: -o-linear-gradient(#0071c4, #00447d);
    background: -moz-linear-gradient(#0071c4, #00447d);
    background: linear-gradient(#0071c4, #00447d);
}

.cart-controls button.add-to-cart:hover {
    cursor: pointer;
    color: rgba(255,255,255,0.3);
}

.cart-controls > div { display: inline-block; }

.quantity-control {
    background: rgba(255,255,255,1);
    border: 1px solid rgba(150,150,150,0.5);
    border-radius: 3px;
}

input[type="number"], input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: textfield;
    appearace: textfield;
}

input[type="number"] {
    -moz-appearance: textfield;
    text-align: center;
    width: 50px;
}

input[type="number"].quantity-control {
    height: 29px;
    box-sizing: border-box;
}

.quantity-control.sub, .quantity-control.plus {
    height: 29px;
    width: 29px;
    text-align: center;
}
.quantity-control.sub.active, .quantity-control.plus {
    color: #0071c4;
}

.quantity-control.sub.active:hover, .quantity-control.plus:hover {
    cursor: pointer;
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.8);
}

.modal-bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index:999;
    opacity: 0;
}

.cart-popup {
    position: relative;
    background: #fff;
    width: 400px;
    height: 100px;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 2px 2px 19px rgba(100,100,100,0.1);
}

.cart-popup.popup-small {
    width: 300px;
}

.cart-popup > div { width: 100%; }

.val-modal-question {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px 0px 5px;
    border-bottom: 1px solid rgba(0,0,0,1);
}

.val-modal-actions {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.val-modal-actions button {
    text-transform: uppercase;
    padding: 5px 7px;
    border: 0px;
    color: #fff;
    width: 170px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.val-modal-actions button.auto-width {
    padding: 5px 13px;
    width: auto;
}

.val-modal-actions button:hover {
    cursor: pointer;
    color: rgba(255,255,255,0.3);
}

.val-modal-actions button.modal-false {
    background-color: #0071c4;
    background: -webkit-linear-gradient(#0071c4, #00447d);
    background: -o-linear-gradient(#0071c4, #00447d);
    background: -moz-linear-gradient(#0071c4, #00447d);
    background: linear-gradient(#0071c4, #00447d);
}

.val-modal-actions button.modal-true {
    background-color: #cf0208;
    background: -webkit-linear-gradient(to bottom, rgb(191,21,21) 0%, rgb(139,3,3) 100%);
    background: -moz-linear-gradient(to bottom, rgb(191,21,21) 0%, rgb(139,3,3) 100%);
    background: -ms-linear-gradient(to bottom, rgb(191,21,21) 0%, rgb(139,3,3) 100%);
    background: -o-linear-gradient(to bottom, rgb(191,21,21) 0%, rgb(139,3,3) 100%);
    background: linear-gradient(to bottom, rgb(191,21,21) 0%, rgb(139,3,3) 100%);
}

.fullcart-heading {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding: 0px 0px 10px;
    align-items: flex-start;
}

.fullcart-heading, .fullcart-item-list, .fullcart-summary, .fullcart-actions {
    margin: 10px 15px 10px 15px;
}

.fullcart-heading > * { display: inline-block; }
.fullcart-heading h1.fullcart-title {
    font-size: 24px;
}

.fullcart-item {
    padding: 5px 0px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


.fullcart-item .cart-item-photo {
    width: 140px;
    display: flex;
    flex-basis: 140px;
    flex-shrink: 0;
    flex-grow: 0;
    align-items: center;
    overflow: hidden;
}

.cart-item-photo img {
    max-height: 120px;
    height: auto;
    margin: 0px auto;
}

.cart-item-details {
    /*flex-basis: 458px;*/
    flex-basis: 788px;
    padding: 5px 10px;
}
.cart-item-details > * { 
    display: block;
    padding: 1px 0px;
}

.cart-item-details a {
    font-size: 14px;
}

.fullcart-summary {
    margin-top: -5px;
    font-size: 14px;
    text-align: right;
}

.fullcart-summary span { font-weight: bold; }

.fullcart-actions {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.fullcart-actions button {
    font-size: 14px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #fff;
    border: 0px;
}

.fullcart-actions button:hover {
    cursor: pointer;
    color: rgba(255,255,255,0.3);
}

.fullcart-actions button.go-back {
    background-color: #0071c4;
    background: -webkit-linear-gradient(#0071c4, #00447d);
    background: -o-linear-gradient(#0071c4, #00447d);
    background: -moz-linear-gradient(#0071c4, #00447d);
    background: linear-gradient(#0071c4, #00447d);
}

.fullcart-actions button.finalize-cart {
    background-color: #cf0208;
    background: -webkit-linear-gradient(to bottom, rgb(191,21,21) 0%, rgb(139,3,3) 100%);
    background: -moz-linear-gradient(to bottom, rgb(191,21,21) 0%, rgb(139,3,3) 100%);
    background: -ms-linear-gradient(to bottom, rgb(191,21,21) 0%, rgb(139,3,3) 100%);
    background: -o-linear-gradient(to bottom, rgb(191,21,21) 0%, rgb(139,3,3) 100%);
    background: linear-gradient(to bottom, rgb(191,21,21) 0%, rgb(139,3,3) 100%);
}

div.remove-from-cart {
    flex-basis: 20px;
    align-self: flex-start;
}

span.remove-from-cart::after {
    content: "\00d7";
    font-size: 20px;
    color: rgba(0,0,0,0.9);
}

span.remove-from-cart:hover::after {
    color: rgba(0,0,0,0.3);
    cursor: pointer;
}

.fullcart-clear {
    color: rgba(0,0,0,0.9);
}

.fullcart-clear:hover {
    color: rgba(0,0,0,0.3);
    cursor: pointer;
}

.fullcart-actions button, span.remove-from-cart::after, .fullcart-clear, .fullcart-item-controls button {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.fullcart-item-controls {
    display: flex;
    align-items: center;
}

.fullcart-item-controls > * { display: inline-block; }
.fullcart-item-controls span { padding-right: 10px;}

.fullcart-item-controls button {
    padding: 0px;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(150,150,150,0.5);
    border-radius: 3px;
}

.fullcart-item-controls button.plus, button.minus.active {
    color: #0071c4;
}

.fullcart-item-controls button.plus:hover, button.minus.active:hover {
    cursor: pointer;
    color: #fff;
    background: rgba(0,0,0,0.4);
    border-color: rgba(255,255,255,255.2);
}

.fullcart-item-controls input[type="number"] {
    height: 25px;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px 5px;
    border: 1px solid rgba(150,150,150,0.5);
    border-radius: 3px;
}

#checkout-form {
    padding: 10px 40px 40px;
}

.checkout-section-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    border-bottom: 1px solid #920507;
    height: 40px;
}

.checkout-section-title > span {
    font-weight: bold;
}

.checkout-section-title > * {
    font-size: 16px;
    display: block;
    align-self: flex-end;
}

.checkout-section-title button {
    font-size: inherit;
    border: 0px;
    color: rgba(255,255,255,1);
    line-height: 28px;
    padding: 0px 10px;
    background: #d12a36;
    background: -webkit-linear-gradient(#d12a36, #920507);
    background: -o-linear-gradient(#d12a36, #920507);
    background: -moz-linear-gradient(#d12a36, #920507);
    background: linear-gradient(#d12a36, #920507);
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.checkout-section-title.small > * {
    font-size: 14px;
}

.checkout-section-title button:hover {
    cursor: pointer;
    color: rgba(255,255,255,0.3);
}

#checkout-form .section-content {
    display: flex;
    flex-wrap: nowrap;
}

.section-content .form-column {
    flex-basis: 50%;
}

.section-content p {
    font-size: 14px;
    padding: 5px 0px !important;
}

.section-content.align-right {
    justify-content: flex-end;
}

.section-content.justify-between {
    justify-content: space-between;
}

.section-content.vertical-center {
    align-items: center;
}

.section-content .form-column:nth-of-type(odd) .form-group {margin-right: 20px;}
.section-content .form-column:nth-of-type(even) .form-group {margin-left: 20px;}

.section-content.spaced-columns .form-column:nth-of-type(odd) { margin-right: 20px; }
.section-content.spaced-columns .form-column:nth-of-type(even) { margin-left: 20px; }

.section-content .form-column.column-full {
    flex-basis: 100%;
    margin-right: 0px !important;
}

.form-group {
    margin: 20px 0px;
}

.form-group.vertical-center {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.form-group.vertical-center label {
    margin-left: 5px;
}

.form-group.no-v-margin {
    margin-top: 0px;
    margin-bottom: 0px;
}

.form-group.no-h-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.form-group.no-margin { margin: 0px; }

.form-group.margin-small {
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-group.full-width {flex-basis: 100%;}

.form-group.full-width input[type="radio"] {
    flex-basis: 20px;
}

.form-group.group-columned {
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: space-between;
}

.group-postal-code {
    flex-basis: 110px;
}

.group-city {
    flex-basis: 269px;
}

label.form-label {
    display: block;
    font-size: 14px;
}

input.form-input, textarea.form-input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 1px solid rgba(150,150,150,0.5);
    border-radius: 3px;
    padding: 5px;
    margin-top: 8px;
}

textarea.form-input {
    resize: none;
}

input[type="checkbox"].form-input {
    width: 16px;
    height: 16px;
    margin: 0px;
}

input[type="radio"].form-input {
    width: 16px;
    height: 16px;
    margin: 0px;
}

table.summary-table {
    width: 100%;
    font-size: 14px;
    margin-top: 3px;
}

table.summary-table td.bt {
    border-top: 1px solid rgba(0,0,0,0.1)
}

button.form-action {
    padding: 0px 10px;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    border: 0px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

button.form-action.red {
    background: #d12a36;
    background: -webkit-linear-gradient(#d12a36, #920507);
    background: -o-linear-gradient(#d12a36, #920507);
    background: -moz-linear-gradient(#d12a36, #920507);
    background: linear-gradient(#d12a36, #920507);
}
button.form-action.blue {
    background: #0071c4;
    background: -webkit-linear-gradient(#0071c4, #00447d);
    background: -o-linear-gradient(#0071c4, #00447d);
    background: -moz-linear-gradient(#0071c4, #00447d);
    background: linear-gradient(#0071c4, #00447d);
}

button.form-action:hover {
    cursor: pointer;
    color: rgba(255,255,255,0.3);
}

button.form-action.submit {
    padding: 5px 15px;
}

.order-submit-modal {
    position: relative;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 2px 2px 19px rgba(100,100,100,0.1);
}

.order-submit-modal > * {display: block; font-size: 14px;}

.checkout-dark {
    margin-top: -20px;
    padding-top: 30px;
    
    background: #201f22;
    background: -webkit-linear-gradient(#302f33, #201f22);
    background: -o-linear-gradient(#302f33, #201f22);
    background: -moz-linear-gradient(#302f33, #201f22);
    background: linear-gradient(#302f33, #201f22);
    
    color: #fff;
}

button.ask-for-price {
    box-sizing: border-box;
    height: auto;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 9px;
    width: 155px;
    background: #0071c4;
    background: -webkit-linear-gradient(#0071c4, #00447d);
    background: -o-linear-gradient(#0071c4, #00447d);
    background: -moz-linear-gradient(#0071c4, #00447d);
    background: linear-gradient(#0071c4, #00447d);
        -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

button.ask-for-price:hover {
    cursor: pointer;
    color: rgba(255,255,255,0.3);
}

input[type="email"].form-error {
    background-color: #d12a36;
    color: #fff;
}

.safe-shopping-container {
    display: flex;
    justify-content: space-between;
    padding-right: 40px;
}

.safe-shopping {
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 35px;
    color: #4d4b4a;
}

.safe-shopping > span {
    display: inline-block;
    font-size: 28px;
    padding-left: 20px;
}
.safe-shopping svg {
    width: 50px;
    height: 50px;
    fill: #4d4b4a;
}

.dotpay-container {
    display: flex;
    align-items: center;
}

.dotpay-container > img {
    height: 30px;
    width: auto;
}

#dotpay-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: left;
    clear: both;
    
    /*background: #fff;*/
    /*border: 1px solid #ccc;*/
    margin-top: 20px;
    padding: 20px;
    width: 960px;
    box-sizing: border-box;
}

#dotpay-foot img {
    max-height: 50px;
}