﻿body {
    padding-top: 70px;
}

span[data-spinner-key="spinner-1"] div.spinner {
    position: static !important;
}

.prostoreslite .required-label::after {
    content: ' *';
}

.prostoreslite form.ng-invalid .form-control.ng-invalid.ng-submitted .form-control.ng-invalid {
    border: 1px solid #bd362f !important;
}

.prostoreslite form.ng-invalid.ng-submitted .form-control.ng-invalid {
    border-color: #bd362f !important;
}

.prostoreslite .error-color, .prostoreslite .red-color {
    color: #bd362f;
}

.prostoreslite .error-border-color, .prostoreslite .red-border-color {
  border-color: #bd362f;
}

.prostoreslite .block-ui-overlay {
    background-color: lightgrey;
}

.prostoreslite .font-weight-500 {
    font-weight: 500;
}

.prostoreslite .ppsb-product-specs label {
    word-break: break-word;
}

.prostoreslite .alert {
    text-shadow: none;
}

.prostoreslite button.btn {
    text-shadow: none;
}

.prostoreslite-logo, .prostoreslite-logo img {
    max-height: 600px;
    width: auto;
    height: auto;
    margin: auto;
}

.prostoreslite .marker {
    background-color: #FFFF00;
}

.topNav .nav.navbar-nav .dropdown-menu {
    min-width: 350px;
}

.topNav .cart-dropdown .cart-thumbnail {
    max-width: 100%;
    height: 77px;
    width: 100%;
    margin: auto;
    vertical-align: middle;
}

.topNav .cart-dropdown .cart-thumbnail .image-bounding-box {
    max-width: 100%;
    height: 67px;
    width: auto;
    margin: auto;
    display: grid;
    vertical-align: middle;
}

.topNav .cart-dropdown .cart-thumbnail .image-bounding-box img {
    max-height: 68px;
    max-width: 100%;
    height: auto;
    width: auto;
    margin: auto;
    vertical-align: middle;
    display: table-cell;
}

.topNav .cart-dropdown .cart-product-scroll {
    max-height: 300px;
    overflow-y: auto;
}

.topNav .navbar-collapse.in {
    overflow-y: unset;
}

.topNav .break-word {
    word-break: break-word;
}

.logoArea .prostoreslite-logo {
    max-height: 400px;
    height: auto;
    width: auto;
    margin: auto auto 50px auto;
}

    .logoArea .prostoreslite-logo img {
        max-height: 400px;
        height: auto;
        width: auto;
        margin: auto;
    }

.productList .productList-thumbnail:hover {
    border: 1px solid #ddd;
}

.productList .productList-thumbnail {
    max-height: 100%;
    max-width: 100%;
    height: 100px;
    width: auto;
    margin-bottom: 5px;
    text-align: center;
    display: grid;
}

    .productList .productList-thumbnail img {
        max-height: 100%;
        max-width: 100%;
        height: auto;
        width: auto;
        display: inline;
        margin: auto;
    }

.productList .viewing-product-thumbnail {
    max-width: 100%;
    height: 400px;
    width: 100%;
    margin: auto;
    vertical-align: middle;
}

.productList .image-bounding-box { 
    max-width: 100%;
    height: 100%;
    width: auto;
    margin: auto;
    display: grid;
    vertical-align: middle;
}

.productList .viewing-product-thumbnail img {
    max-height: 375px;
    max-width: 100%;
    width: auto;
    margin: auto;
    vertical-align: middle;
    display: table-cell;
    object-fit: contain;
    height: inherit;
}

.productList .viewing-product-thumbnail img.no-image-available {
  max-height: 250px;
}

.productList .productList-mini-variant-thumbnail {
  max-height: 100%;
  max-width: 100%;
  height: 50px;
  width: auto;
  margin-bottom: 5px;
  text-align: center;
  display: grid;
}

    .productList .productList-mini-variant-thumbnail img {
        max-height: 42px;
        max-width: 100%;
        height: 100%;
        width: auto;
        display: inline;
        margin: auto;
    }

.productList .table.size-table td {
    vertical-align: middle;
}

.productList .ppsb-required-repeated-value span {
    text-decoration: underline;
    text-decoration-color: #9C0057;
}

.productList .ppsb-spec-checkbox-label input.ppsb-spec-checkbox {
    margin-left: 0;
}

.productList .ppsb-spec-checkbox-label span {
    padding-left: 15px;
}

.cartCheckout .cart-checkout-product-thumbnail {
    max-width: 100%;
    max-height:100%;
    min-height:100px;
    width: auto;
    text-align: center;
    display: grid;
}

    .cartCheckout .cart-checkout-product-thumbnail img {
        max-height: 100px;
        max-width: 100%;
        height: 100%;
        width: auto;
        display: inline;
        margin: auto;
    }

.postal-code-input-group {
    border: 1px solid #CCC;
    border-radius: 4px;
    width: 100%;
}

.input-group .postal-code-input {
    border: none;
    background-color: rgba(255, 255, 255, 0);
}

.input-group .input-group-addon .postal-code-input {
    border: none;
    background-color: rgba(255, 255, 255, 0);
}
.glyphicon-refresh.spin {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}


.npr {
    padding-right: 0px !important;
}

.npl {
    padding-left: 0px !important;
}

.npt {
    padding-top: 0px !important;
}

.npb {
    padding-bottom: 0px !important;
}

.calendar-in-form {
    font-size: 12px;
    position: absolute !important;
    top: 36px !important;
    right: 20px !important;
}

/*branding color choices*/
.primary-branding-color {
    color: #9C0057;
}

    .primary-branding-color:hover {
        color: #9C0057;
    }

.primary-branding-color-no-hover {
    color: #9C0057;
}

.primary-branding-background-color, .primary-branding-background-color:active {
    background-color: #9C0057;
}

.primary-branding-background-color-no-hover {
    background-color: #9C0057;
}

.primary-branding-background-color:hover, .primary-branding-background-color:active:hover,
.primary-branding-background-color:active:focus, .primary-branding-background-color:focus, .nav.primary-branding-background-color .open > a,
.nav.primary-branding-background-color > li > a:hover, .nav.primary-branding-background-color > li > a:focus {
    /*background-color: #940049;*/
    /*opacity: 0.8;*/
}

.primary-branding-border-color, .thumbnail-selected, .productList .productList-thumbnail.thumbnail-selected:hover,
.form-control:focus, button.btn:focus, button.btn.primary-branding-border-color {
    border-color: #9C0057;
}

    .primary-branding-border-color:focus, .form-control:focus, button.btn:focus, button.btn:active, button.btn:active:focus,
    button.btn:active:hover {
        /*opacity: 0.8;*/
        outline: none;
        box-shadow: none;
        /*outline: 5px auto #9C0057;*/
        /*box-shadow: 0;*/
    }

.secondary-branding-color {
    color: #fff;
}

    .secondary-branding-color:hover, .secondary-branding-color:active, .secondary-branding-color:active:hover,
    .secondary-branding-color:active:focus, .secondary-branding-color:focus {
        /*color: #f3f3f3;*/
        /*opacity: 0.8;*/
    }

.secondary-branding-background-color {
    background-color: #fff;
}

    .secondary-branding-background-color:hover, .secondary-branding-background-color:active:hover,
    .secondary-branding-background-color:active:focus, .secondary-branding-background-color:focus {
        /*background-color: #f3f3f3;*/
        /*opacity: 0.8;*/
    }

.secondary-branding-background-color-no-hover, .navbar-nav .open .dropdown-menu.secondary-branding-background-color-no-hover {
    background-color: #fff;
}

.secondary-branding-color-no-hover {
    color: #fff;
}

.secondary-branding-border-color {
    border-color: #fff;
}

.tertiary-branding-border-color {
    border-color: #333;
}

.tertiary-branding-color {
    color: #333;
}

.tertiary-branding-color-no-hover {
    color: #333;
}

.tertiary-branding-color:hover, .tertiary-branding-color:active:hover,
.tertiary-branding-color:active:focus, .tertiary-branding-color:focus {
    /*color: #5d5d5d;*/
    /*opacity: 0.8;*/
}

.tertiary-branding-background-color {
    background-color: #333;
}

    .tertiary-branding-background-color:hover, .tertiary-branding-background-color:active:hover,
    .tertiary-branding-background-color:active:focus, .tertiary-branding-background-color:focus {
        /*background-color: #5d5d5d;*/
        /*opacity: 0.8;*/
    }

.tertiary-branding-background-color-no-hover {
    background-color: #333;
}

.prostoreslite .modal.s18e-transaction-processing .modal-content {
    box-shadow: none;
}

.prostoreslite .modal.s18e-transaction-processing .modal-header {
    border-bottom: 0;
}

.prostoreslite .modal.s18e-transaction-processing .modal-footer {
    border-top: 0;
}

.prostoreslite .modal.s18e-transaction-processing .modal-dialog {
    margin-top: 9% !important;
}

.prostoreslite .modal.s18e-transaction-processing .nestedmodal {
    background: #fff !important;
}

.prostoreslite .modal.s18e-transaction-processing .modal-content .nestedmodal > div {
    background-color: #fff !important;
}

.prostoreslite .modal.s18e-transaction-processing .nestedmodal h1.modal-title {
    font-size: 25px;
}

.prostoreslite .modal.s18e-transaction-processing .nestedmodal .orangebanner {
    background-color: darkorange;
    color: #fff;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 5px;
}

.prostoreslite .modal-dialog .modal-header {
    border-bottom: 0;
}

.prostoreslite .modal-dialog .modal-footer {
    border-top: 0;
}

.prostoreslite .modal-dialog {
    margin-top: 125px;
    margin-bottom: 125px;
}

.prostoreslite .modal-dialog .modal-close-x-circle {
    position: absolute;
    right: 0;
    margin-top: -30px;
    margin-right: -20px;
    font-size: 20px;
    color: #000;
}

.prostoreslite .modal-dialog .modal-close-x-button {
    background-color: #9C0057;
    opacity: 0.9;
    padding: 10px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    outline: 0;
    border: 1px solid #9C0057;
}

.prostoreslite .modal-dialog .modal-close-x-button:hover .modal-close-x-icon {
    opacity: 0.4;
}

@media (min-width: 1200px) {
}

@media (max-width: 1200px) {
    .topNav .cart-dropdown .cart-product-scroll {
        max-height: 180px;
    }
}

@media (max-width: 992px) {
    .pl-15-at-smaller-width {
        padding-left: 15px !important;
    }

    .ml-n5-at-smaller-width {
        margin-left: -5px !important;
    }
}

@media (min-width: 768px) {
}

@media (max-width: 768px) {
    .prostoreslite .modal-dialog {
        margin-left: 30px;
        margin-right: 30px;
    }

    .prostoreslite .topNav .navbar-header .navbar-brand {
      height: auto;
      width: 85%;
    }
}