﻿@media all and (min-width: 1201px) {
    .cart tr:last-child td,
    .data-table tr:last-child td,
    .forums-table-section tr:last-child td {
        border: none;
    }

    body .header-selectors-wrapper select {
        font: normal 13px 'Lato', sans-serif;
    }

    .product-essential {
        padding: 20px;
    }
}

@media all and (min-width: 768px) {
    body .sub-categories-wrapper .title a {
        font: normal 14px 'Lato', sans-serif;
    }

    body .compare-products-table tr td:first-child {
        font: normal 14px 'Lato', sans-serif;
    }
}

body input[type="button"],
body input[type="submit"],
body input[type="reset"],
body input[type="text"],
body input[type="password"],
body textarea {
    font: normal 15px 'Lato', sans-serif;
}

body {
    font: normal 15px 'Lato', sans-serif !important;
    text-transform: none !important;
}

input[type="text"],
input[type="password"],
textarea, select {
    border: 1px solid #d4d4d4 !important;
}

body button {
    font: normal 15px 'Lato', sans-serif;
}

body .newsletter-email .options label {
    font-family: 'Lato', sans-serif;
}

body .overview .stock .value,
body .variant-overview .stock .value {
    font: 14px 'Lato', sans-serif;
}

body .checkout-page .address-item li.name {
    font: normal 16px 'Lato', sans-serif;
}

body .advanced-search-checkbox .inputs input[type='checkbox'] ~ label {
    font: normal 15px 'Lato', sans-serif;
}

body .forum-search-page .basic-search .inputs.reversed label {
    font: normal 15px 'Lato', sans-serif;
}

body .forum-search-page .search-results th {
    font: normal 14px 'Lato', sans-serif;
}

body .topic-post .post-vote .vote-count-post {
    font-family: 'Lato', sans-serif;
}

body .item-box input[type="button"] {
    font-size: 0;
}

.pcx-form-header {
    border-bottom: 2px solid #e1e1e1;
    font-size: 1.3em;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
}

.kit-product-details .add-to-cart-header {
    border-bottom: 2px solid #e1e1e1;
    font-size: 1.3em;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
}

.kit-product-details .product-price {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.kit-builder.overview-buttons {
    align-items: stretch;
    width: auto !important;
}

.kit-builder .qty-label {
    align-self: center;
}

.kit-builder .qty-input {
    width: 5em;
}

.kit-builder .add-to-cart-button {
    padding: 0 1em;
    border: none;
}

.overview-buttons.kit-builder > * {
    flex: 0 0 auto;
    width: auto;
}

input.wishlist-add-button {
    border: none;
    padding: .25em;
    height: 50px;
}

button.wishlist-add-button {
    border: none;
}

.overview-buttons {
    align-items: stretch;
}

div.wishlist-button-wrapper {
    padding: 0 !important;
}

/********** Product ConfigXml FORM FIELDS **********/
.pcx-form:after {
    clear: both;
    content: "";
    display: block;
}

.pcx-form-header {
    border-bottom: 2px solid #e1e1e1;
    font-size: 1.3em;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
}

.pcx-form-container {
    padding-bottom: 15px;
}

.pcx-form-side-by-side > .pcx-form-container {
    border-bottom: 0px;
    float: left;
    width: 40%;
}

.pcx-form-side-by-side > .cpd-proof-container {
    border: 0px solid green;
    float: left;
    min-width: 260px;
    padding-left: 15px;
    position: relative;
    width: 60%;
}

.pcx-form-column {
    float: left;
    min-width: 296px !important;
    padding-right: 15px;
}

.pcx-form-field-assetpreview {
}

.pcx-form-field-assetpreview-img {
    border: 1px dotted #e3e3e3;
    max-height: 90px;
    margin-top: 8px;
}

.pcx-form-field-assetpreview-img-delete {
    border: 1px solid #c1c1c1;
    background-color: #9b0000;
    border-radius: 12px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    height: 24px;
    width: 24px;
    position: absolute;
    z-index: 100;
    margin-top: 4px;
    margin-left: -14px;
    font-size: 0.95em;
    font-weight: bold;
    cursor: pointer;
}

    .pcx-form-field-assetpreview-img-delete:hover {
        background-color: #d90000;
        border-color: #e1e1e1;
    }

.pcx-form-field-upload-error {
    color: #d90000;
    padding-left: 5px;
}

.pcx-form-field-container {
    position: relative;
    width: 100%;
}

.pcx-form-field {
    position: relative;
    width: 100%;
}

.pcx-form-field-label {
    font-weight: bold;
    padding-top: 8px;
    position: relative;
    text-align: left;
}

.pcx-form-field-hint {
    font-size: 0.85em;
    font-style: italic;
}

.pcx-form-field input, .pcx-form-field textarea, .pcx-form-field select {
    width: 100%;
}

.pcx-form-field textarea {
    min-height: 80px;
}

.pcx-form-field input[type="file"] {
    height: 36px;
}

.pcx-form-field input[type="radio"] {
    width: auto;
}

.pcx-form-field select {
    height: 36px;
}

.pcx-form-field input[readonly="readonly"] {
    background-color: #e9e9e9;
}

.pcx-form-field-radio-option-container:hover, .pcx-form-field-checkbox-option-container:hover {
    cursor: pointer;
    background-color: #f3f3f3;
}

.pcx-form-field-checkbox-option-container div {
    float: left;
    margin: 5px 0px;
}

    .pcx-form-field-checkbox-option-container div:nth-child(1n) {
        padding-left: 5px;
        width: 18px;
    }

    .pcx-form-field-checkbox-option-container div:nth-child(2n) {
        margin-left: 5px;
        width: 90%;
    }

.pcx-form-field-checkbox-option-container:after {
    content: "";
    display: block;
    clear: both;
}

.pcx-form-field-filelist .uploader-file-delete {
    color: darkblue;
    cursor: pointer;
    font-size: 0.85em;
    margin-left: 8px;
    text-decoration: underline;
}

.pcx-form-field-filelist .uploader-file-info {
    padding: 2px 5px;
    margin-bottom: 5px;
}

.pcx-form-field-radio-option-container div {
    float: left;
    margin: 5px 0px;
}

    .pcx-form-field-radio-option-container div:nth-child(1n) {
        padding-left: 5px;
    }

    .pcx-form-field-radio-option-container div:nth-child(2n) {
        margin-left: 5px;
        width: 90%;
    }

.pcx-form-field-radio-option-container:after {
    content: "";
    display: block;
    clear: both;
}

.pcx-form-field-error {
    border: 1px solid #d90000 !important;
    box-shadow: rgba(120,0,0,.4) 1px 1px 4px;
}

.pcx-form-group {
    border: 0px dotted pink;
    margin-bottom: 4px;
}

.pcx-form-group-horizontal {
    border: 0px dotted #d90000;
    margin-bottom: 4px;
    position: relative;
    width: 100%;
}

    .pcx-form-group-horizontal:after {
        content: "";
        display: block;
        clear: both;
    }

    .pcx-form-group-horizontal > .pcx-form-group-header {
        font-weight: bold;
        padding-top: 8px;
        position: relative;
        text-align: left;
    }

    .pcx-form-group-horizontal > .pcx-form-field-container {
        float: left;
        padding-right: 6px;
        width: auto;
    }

        .pcx-form-group-horizontal > .pcx-form-field-container:last-child {
            padding-right: 0px;
        }

        .pcx-form-group-horizontal > .pcx-form-field-container > .pcx-form-field-label {
            float: left;
            margin-right: 4px;
        }

        .pcx-form-group-horizontal > .pcx-form-field-container > .pcx-form-field {
            float: left;
            margin-right: 8px;
        }

.pcx-form-group-vertical {
    padding: 2px;
}

    .pcx-form-group-vertical > .pcx-form-group-header {
        border-bottom: 2px solid #e1e1e1;
        font-size: 1.15em;
        font-style: italic;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: left;
        width: 98%;
    }

.pcx-form-instructions {
    border-top: 2px solid #a1a1a1;
    margin: 20px 0px;
    padding: 8px 0px;
    font-style: italic;
}

.pcx-form-validation-warnings-container {
    color: #d90000;
    font-weight: bold;
    padding: 4px 0px 4px 0px;
}
/*Override For Default Styles*/
.pcx-form-container .w10 {
    min-width: 40px;
    width: 10%;
}

.pcx-form-container .w100 {
    min-width: 255px;
    width: 100%;
}

.pcx-form-container .w20 {
    min-width: 60px;
    width: 20%;
}

.pcx-form-container .w30 {
    min-width: 96px;
    width: 30%;
}

.pcx-form-container .w40 {
    min-width: 146px;
    width: 40%;
}

.pcx-form-container .w50 {
    min-width: 154px;
    width: 50%;
}

.pcx-form-container .w60 {
    min-width: 255px;
    width: 60%;
}

.pcx-form-container .w70 {
    min-width: 255px;
    width: 70%;
}

.pcx-form-container .w80 {
    min-width: 255px;
    width: 80%;
}

.pcx-form-container .w90 {
    min-width: 255px;
    width: 90%;
}

.pcx-form-field-othertoggle {
    display: inline-block;
    padding: 8px 0px 8px 5px;
    height: 36px;
    background-color: #e3e3e3;
    width: 60px;
    outline: 1px solid;
    outline-color: transparent;
}

    .pcx-form-field-othertoggle:hover {
        outline-color: #e3e3e3;
        cursor: pointer;
    }

.pcx-form-field-filelist {
    margin-top: 10px;
    margin-bottom: 10px;
}
/********** Kit Product Styles *********************/
.kit-product-details {
}

    .kit-product-details .add-to-cart-header {
        border-bottom: 2px solid #e1e1e1;
        font-size: 1.3em;
        font-style: italic;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: left;
        width: 100%;
    }

    .kit-product-details .add-to-cart-panel {
        display: inline-block;
    }

    .kit-product-details .product-price {
        font-size: 20px;
        font-weight: bold;
        color: #d2d2d2;
        margin-bottom: 10px;
    }

    .kit-product-details .add-to-cart-button {
        height: 45px;
        border: none;
        background: #f74258 url(../img/cart-button-2.png) no-repeat left center;
        padding: 0 28px 0 48px;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        outline: 1px solid transparent;
        transition: all 0.2s ease;
    }

    .kit-product-details .button-1:hover {
        outline-color: rgb(247, 66, 88);
    }

    .kit-product-details .qty-input, .kit-product-details .qty-dropdown {
        height: 45px;
        margin: 0 5px 0 0;
        text-align: center;
        font-size: 14px;
        color: #777;
    }

.kit-overview .product-name {
    color: #333;
}
/********** CPD Product Styles *********************/
#cpd_form_container {
    clear: both;
}

.cpd-proof-container {
    border: 0px solid green;
    min-width: 260px;
    position: relative;
}

.cpd-proof-header {
    border-bottom: 2px solid #e1e1e1;
    font-size: 1.3em;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
}

.cpd-proof-image-tabs-container {
    margin-bottom: 10px;
}

.cpd-proof-image-tabs-page {
    background-color: #777 !important;
    text-align: center;
    position: relative;
}

    .cpd-proof-image-tabs-page .cpd-proof-image {
        border: 1px dotted #c3c3c3;
        box-shadow: rgba(0,0,0,.7) 2px 2px 8px;
        width: 99%;
    }

.cpd-proof-instructions {
    font-style: italic;
    padding: 5px 0px;
}

.cpd-proof-loading-container {
    background-color: #777 !important;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.cpd-pdf-proof-button-container {
    position: absolute;
    right: 3px;
    top: 3px;
}

.cpd-button-generateproof, .cpd-button-generateproof-pdf {
    background-color: #f74258;
    border: medium none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 42px;
    outline: 1px solid transparent;
    padding: 0 12px 0 12px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

    .cpd-button-generateproof[disabled="disabled"], .cpd-button-generateproof-pdf[disabled="disabled"] {
        background-color: #c3c3c3;
        color: #a1a1a1;
    }

.cpd-product-details .add-to-cart-header {
    border-bottom: 2px solid #e1e1e1;
    font-size: 1.3em;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
}

.cpd-product-details .add-to-cart-button {
    background-color: #f74258;
    border: medium none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 42px;
    outline: 1px solid transparent;
    padding: 0 28px 0 48px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.cpd-product-details .button-1:hover {
    outline-color: rgb(247, 66, 88);
}

.cpd-product-details .qty-input, .cpd-product-details .qty-dropdown {
    height: 45px;
}

.cpd-overview .product-name {
    color: #333;
}

/***********CPD Image Cropper***************/
#cropper-body {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 700px;
    margin: 20px auto;
    padding: 35px 35px 20px 35px;
}

#cropper-img {
    max-width: 100%;
}

#cropper-btn-wrapper {
    text-align: right;
}

#cropper-btn {
    background-color: #4482c6;
    border: medium none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 42px;
    outline: 1px solid transparent;
    padding: 0 12px 0 12px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    margin-top: 20px;
}

/********* shipping method styles */
.shipping-method__estimated-date-notification em {
    font-style: italic;
}

.shipping-method__estimated-date-notification p {
    padding: .25em 0;
}

.section.shipping-method form > div, .section.shipping-method .method-list {
    padding: 1em;
}

.section.shipping-method {
    max-width: 100%;
}

    .section.shipping-method .method-deliverydate {
        margin-left: 2em;
        font-style: italic;
    }

.shipping-method__lead-time-notice {
    margin-bottom: 10px;
    background-color: #ffffd8;
    padding: 3px;
    border: 1px solid #e1e1e1;
    text-align: left !important;
}

@media (min-width: 1201px) {
    .product-essential {
        max-width: 1200px;
        padding: 20px !important;
    }
}

input[type="text"].pcx-form-field-error {
    border: 1px solid #d90000 !important;
    box-shadow: rgba(120,0,0,.4) 1px 1px 4px;
}
