/* Elements */

body {
    margin: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #707070;
    line-height: 1.6;
    background: #fff;
}

h1 {}

h2 {
    font-size: 24px;
}

h2, h3, h4, h5, h6 {
    color: #000000;
}

p, ol, ul {
    text-align: justify;
}

strong {
    font-weight: bold;
    color: #808080;
}

a {
    color: #707070;
    font-size: 12px;
}

a:hover {
    color: #2582A4;
}

.box {
    margin-bottom: 0;
    padding-bottom: 0;
}

.bottom {
    display: block;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.image {
    float: left;
    margin: 3px 0 0 0;
    padding: 0;
}

.indent {
    margin-left: 125px;
}

/* Header */

#header {
    width: 100%;
    height: 46px;
    margin: 0 auto;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
}

.header-inner {
    width: 940px;
    margin: 0 auto;
}

#logo {
    width: 147px;
    height: 46px;
    float: left;
    background-image: url(images/logo.png);
    background-image: -webkit-image-set(url(images/logo.png) 1x, url(images/logo@2x.png) 2x);
    background-image: -moz-image-set(url(images/logo.png) 1x, url(images/logo@2x.png) 2x);
    background-image: -o-image-set(url(images/logo.png) 1x, url(images/logo@2x.png) 2x);
    background-image: -ms-image-set(url(images/logo.png) 1x, url(images/logo@2x.png) 2x);
    background-position: center center;
}

/* Menu */

#menu {
    float: left;
    width: 600px;
    height: 37px;
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    height: 27px;
    padding: 10px 15px 0px 15px;
    text-transform: lowercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

#menu a:hover {
    background: #A4B74C url(images/img04.gif) repeat-x;
}

/* Content */

.title {
    font-size: 24px;
    font-weight: 300;
    color: #000;
}

#content {
    width: 940px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.store-tools {
    position: absolute;
    right: 0;
    z-index: 100;
}

#store-variation-selection-body {
    width: 300px !important;
}

.store-order-items {
    padding-top: 15px;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

.store-order-pricing {
    padding-bottom: 1em;
    border-bottom: 1px solid #e1e1e1;
}

.store-product-detail, .store-section-customer-details {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.store-product-detail-title {
    margin-left: 10px;
}

.store-product-detail-image {
    width: 200px;
    height: 200px;
}

.store-product-detail-description {
    width: 480px;
    margin-left: 210px;
}

h3.store-product-detail-pricing {
    float: right;
    font-size: 28px;
    margin: 0;
}

.store-product-detail-quantity {
    float: right;
    clear: both;
    margin-top: -160px;
}

.store-decorate-silk input[type=text] {
    background: none;
}

.store-action-next a, .store-action-complete a {
    width: 400px;
    color: #fff;
    background-color: #29c33e;
    text-decoration: none;
    padding: 1em;
    margin-top: 0.1em;
    display: inline-block;
    font-size: 20px;
    text-align: center;
}

label {
    color: #000;
}

.store-section-order-contents {
    position: relative;
}

.checkout-cols-container {
    display: table;
}

.store-section-customer-contact, .store-section-payment {
    width: 470px;
    min-height: 460px;
    display: table-cell !important;
    padding: 2em 4em;
    margin: 0 !important;
    box-sizing: border-box;
}

.store-section-customer-contact h2::before {
    content: "1. ";
}

.store-section-payment h2::before {
    content: "2. ";
}

.store-section-customer-contact {
    background-color: #f5f5f5;
}

.store-section-customer-contact .core-section-body {
    margin-left: 30px;
}

.store-section-customer-contact .core-form-field {
    margin-bottom: 1.2em;
}

.store-section-customer-contact h2, .store-section-payment h2 {
    font-weight: 300;
    text-align: center;
    margin: 0 0 0.7em 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #d7d7d7;
}

.store-section-payment {
    background-color: #ebebeb;
}

.store-order-item-group {
    position: relative;
}

.store-order-item-group.jpegmini-regular .store-order-item-base-title, .store-order-item-group.jpegmini-pro .store-order-item-base-title, .store-order-item-group.jpegmini-pro-standalone .store-order-item-base-title, .store-order-item-group.capture-one .store-order-item-base-title {
    margin-left: 170px;
    color: #000;
    font-size: 24px;
}

.store-order-item-group.jpegmini-regular .store-order-item-base {
    background-image: url(images/jm_reg_checkout.png);
    background-image: -webkit-image-set(url(images/jm_reg_checkout.png) 1x, url(images/jm_reg_checkout@2x.png) 2x);
    background-image: -moz-image-set(url(images/jm_reg_checkout.png) 1x, url(images/jm_reg_checkout@2x.png) 2x);
    background-image: -o-image-set(url(images/jm_reg_checkout.png) 1x, url(images/jm_reg_checkout@2x.png) 2x);
    background-image: -ms-image-set(url(images/jm_reg_checkout.png) 1x, url(images/jm_reg_checkout@2x.png) 2x);
    background-position: left top;
    background-repeat: no-repeat;
    height: 170px;
}

.store-order-item-group.jpegmini-pro .store-order-item-base, .store-order-item-group.jpegmini-pro-standalone .store-order-item-base {
    background-image: url(images/jm_pro_checkout.png);
    background-image: -webkit-image-set(url(images/jm_pro_checkout.png) 1x, url(images/jm_pro_checkout@2x.png) 2x);
    background-image: -moz-image-set(url(images/jm_pro_checkout.png) 1x, url(images/jm_pro_checkout@2x.png) 2x);
    background-image: -o-image-set(url(images/jm_pro_checkout.png) 1x, url(images/jm_pro_checkout@2x.png) 2x);
    background-image: -ms-image-set(url(images/jm_pro_checkout.png) 1x, url(images/jm_pro_checkout@2x.png) 2x);
    background-position: left top;
    background-repeat: no-repeat;
    height: 210px;
}

.store-order-item-group.capture-one .store-order-item-base {
    background-image: url(images/jm_captureone_checkout.png);
    background-image: -webkit-image-set(url(images/jm_captureone_checkout.png) 1x, url(images/jm_captureone_checkout@2x.png) 2x);
    background-image: -moz-image-set(url(images/jm_captureone_checkout.png) 1x, url(images/jm_captureone_checkout@2x.png) 2x);
    background-image: -o-image-set(url(images/jm_captureone_checkout.png) 1x, url(images/jm_captureone_checkout@2x.png) 2x);
    background-image: -ms-image-set(url(images/jm_captureone_checkout.png) 1x, url(images/jm_captureone_checkout@2x.png) 2x);
    background-position: left top;
    background-repeat: no-repeat;
    height: 190px;
}

p.product-description {
    clear: left;
    float: left;
    margin-left: 170px;
    line-height: 1.45;
}

p.product-description span {
    display: block;
    font-size: 0.85em;
    margin-bottom: 15px;
}

.store-action-list.store-order-item-group-action-list {
    position: absolute;
    right: 0;
    top: 50px;
}

.store-order-price-total .store-order-price-value, .store-order-item-base-pricing .store-order-item-price {
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

.store-order-price-label {
    width: auto;
}

.store-order-price-label, .store-order-price-value {
    display: inline-block;
    vertical-align: baseline;
    float: none;
    margin: 0;
    color: #000;
    font-weight: normal;
}

.store-order-price-value {
    margin-left: 2%;
}

.store-value-money-zero, .store-order-price-vat .store-order-price-value, .store-order-price-subtotal .store-order-price-value {
    font-size: 16px;
}

ul.store-action-list.store-order-action-list {
    position: absolute;
    bottom: 20px;
}

.store-action-input {
    font-size: 16px;
    border: 1px solid #e1e1e1;
    padding: 0.1em;
    font-family: Open Sans;
}

.core-form-field-required .core-form-field-label {
    font-weight: normal;
}

label {
    font-size: 16px;
    color: #707070;
}

input {
    padding: 0.5em;
}

input.error-input {
    border: 1px solid red;
}

.store-field-cc-number input {
    width: 100%;
}

.store-field-cc-expire {
    display: inline-block;
    margin-right: 1em;
}

.store-field-cc-security-code {
    display: inline-block;
}

.store-field-address-postal {
    clear: both;
}

.core-form-field-body select {
    border: 1px solid #cccccc;
    height: 30px;
}

.store-page-navigation {
    padding: 1em;
    margin-top: 0;
    border-top: 0;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    min-height: 75px;
}

.secure-checkout-title {
    line-height: 40px;
    padding-left: 40px;
    background-image: url(images/secure_checkout_lock.png);
    background-image: -webkit-image-set(url(images/secure_checkout_lock.png) 1x, url(images/secure_checkout_lock@2x.png) 2x);
    background-image: -moz-image-set(url(images/secure_checkout_lock.png) 1x, url(images/secure_checkout_lock@2x.png) 2x);
    background-image: -o-image-set(url(images/secure_checkout_lock.png) 1x, url(images/secure_checkout_lock@2x.png) 2x);
    background-image: -ms-image-set(url(images/secure_checkout_lock.png) 1x, url(images/secure_checkout_lock@2x.png) 2x);
    background-position: left center;
    background-repeat: no-repeat;
}

body.store-page-product .store-tools {
    margin: 3em 0 0 0;
}

body.store-page-product .store-product-detail-quantity {
    margin-top: -130px;
}

body.store-page-product .store-product-detail-action-order a {
    width: 400px;
    color: #fff;
    background-color: #29c33e;
    text-decoration: none;
    padding: 1em;
    margin-top: 0.1em;
    display: inline-block;
    font-size: 20px;
    text-align: center;
}

body.store-page-confirm .security-badge {
    width: 115px;
    margin: 0 auto;
    position: absolute;
    right: 190px;
    bottom: 20px;
}

body.store-page-complete .security-badge, body.store-page-product .security-badge {
    padding-top: 2em;
    width: 115px;
    margin: 0 auto;
}

.security-info {
    float: left;
    width: 260px;
    left: 30px;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    margin: 20px 0 0 100px;
    padding-left: 20px;
    background-image: url(images/security_info_bg.png);
    background-image: -webkit-image-set(url(images/security_info_bg.png) 1x, url(images/security_info_bg@2x.png) 2x);
    background-image: -moz-image-set(url(images/security_info_bg.png) 1x, url(images/security_info_bg@2x.png) 2x);
    background-image: -o-image-set(url(images/security_info_bg.png) 1x, url(images/security_info_bg@2x.png) 2x);
    background-image: -ms-image-set(url(images/security_info_bg.png) 1x, url(images/security_info_bg@2x.png) 2x);
    background-position: left center;
    background-repeat: no-repeat;
}

.store-footer {
    padding: 2em 0 2em 10em;
    width: 510px;
    text-align: left;
}

/* Footer */

#footer {
    clear: both;
    width: 928px;
    margin: 0 auto;
    padding-top: 40px;
}

#footer p {
    margin: 0;
    text-align: center;
}

.store-surveys {
    padding-right: 4em;
    padding-bottom: 2em;
    padding-left: 4em;
    background-image: url(images/cols_bg.png);
    background-image: -webkit-image-set(url(images/cols_bg.png));
    background-image: -moz-image-set(url(images/cols_bg.png));
    background-image: -o-image-set(url(images/cols_bg.png));
    background-image: -ms-image-set(url(images/cols_bg.png));
}

.store-surveys h2 {
    margin: 0;
    font-weight: normal;
    display: block;
    font-size: 14px;
    color: #707070;
    margin-bottom: 10px;
}

.store-surveys .core-section-body {
    margin-left: 30px;
}

.store-surveys .core-form-field.core-form-field-required {
    display: flex;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.store-surveys .core-form-field.core-form-field-required .core-form-field-body tr td label {
    font-size: 14px;
}

.store-value-money.store-value-money-single {
    font-size: 24px;
}