/* Minification failed. Returning unminified contents.
(16,28): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(41,17): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(44,17): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(47,17): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(201,17): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(241,28): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(246,1): run-time error CSS1036: Expected expression, found '}'
(277,17): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(294,28): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(381,17): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(553,28): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(554,28): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(628,17): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(631,17): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(634,17): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(722,28): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(1097,28): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(1098,24): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(1102,17): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(1533,22): run-time error CSS1039: Token not allowed after unary operator: '-vw'
(1534,23): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(1567,22): run-time error CSS1039: Token not allowed after unary operator: '-vw'
(1568,23): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(1571,21): run-time error CSS1039: Token not allowed after unary operator: '-vw'
(1823,28): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(1920,17): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(1923,17): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(1953,17): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(1957,17): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(1987,32): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(2143,17): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(2427,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2428,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2429,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2463,15): run-time error CSS1039: Token not allowed after unary operator: '-breadcrumbs_top'
(2474,23): run-time error CSS1039: Token not allowed after unary operator: '-breadcrumbs_height'
(2575,28): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(2734,21): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(2998,28): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(3003,28): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(3069,28): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(3232,28): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(3255,32): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(3256,35): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
(3298,21): run-time error CSS1039: Token not allowed after unary operator: '-main_color'
 */
/*.cart-product-delete-input-check {
    width: 20px !important;
    height: 20px !important;
}*/

.cart-product-delete-input-cell {
    text-align: center;
}
.cart-page-content {
    padding-top: 60px !important;
    padding-left: 50px; 
    padding-right: 50px;
    max-width: max-content;
}
.cart-modal-button {
    background-color: var(--main_color);
    width: auto !important;
    margin: 0 10px;
}
.cart-modal-button-area {
    display: flex;
    justify-content: center;
}
.cart-header-button {
    padding: 0 10px;
    box-shadow: none;
    background-color: transparent;
}

.quantity {
    min-width: 100px;
    display: inline-block;
    padding: 1px 1px !important;
}

.count-input {
    min-width: 150px;
}

.cart-item-product-name {
    color: var(--main_color) !important;
}
.cart-item-product-name:hover {
    color: var(--main_color) !important;
}
.cart-item-product-name:visited {
    color: var(--main_color) !important;
}

.cart-item-info {
    font-size: 14px !important;
}
.cart-item-info-bold {
    font-weight: 900 !important;
}
.personalized {
    font-size: 1.7rem;
    color: #39bbb0;
}

.row-icon {
    font-size: 1rem;
    cursor: pointer;
}

.remove-icon:hover, .plus-icon:hover, .minus-icon:hover {
    font-weight: bold;
}

td input {
    max-width: 100px;
    width: 100px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.popover {
    z-index: 1 !important;
}

tr.price-item > td {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center
}

.artwork-item-open {
    transition: height 1s ease-in;
    height: auto;
    overflow: auto;
}

.artwork-item-close {
    transition: height 1s ease-out;
    height: 0;
    overflow: hidden;
}

tr.border_bottom td {
    border-bottom: 2px solid #e0e0e0;
}

.min-width-art {
    min-width: 100%;
}

.max-width-art {
    max-width: 100%;
}

.art-thumbnail {
    background-color: transparent;
}

.table thead th {
    vertical-align: center !important;
}

.cartImage, .cartImage-image {
    max-width: 100px;
    max-height: 100px;
}

#preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #FFF;
    padding: 5px;
    display: none;
    color: #fff;
}

.shopping-cart-amount {
    margin-left: 10px;
}

.cart-list-items-table th {
    padding: 12px !important;
    font-size: 14px !important;
    padding-left: 20px !important;
}

.cart-artwork-block {
    max-width: 450px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.cart-item-art-long-text {
    word-wrap: break-word;
}

.text-transform-clearfix {
    text-transform: none !important;
}

.buttons-area {
}

.cartListInner .buttons-area .btn-primary {
    letter-spacing: 1px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.cartListInner .buttons-area a:visited {
    color: white;
}
.authorize-tab-bar {
    -o-justify-content: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
}

.authorize-tab-bar-item {
    cursor: pointer;
}

.authorize-tab-content-item {
    display: flex;
    -o-justify-content: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
}

 .authorize-tab-content {
     margin-top: 50px;
}

.authorize-forgot-password, .authorize-forgot-password:hover, .authorize-forgot-password:visited {
    margin-top: 20px;
    color: var(--main_color);
}

.authorize-remember-me {
    cursor: pointer;
}

.password-tooltip-hint-container {

}
.custom-tooltip-body {
    border: 1px solid #ccc;
    background: #FFF;
    padding: 10px;
    color: black;
    background-color: white;
    border-radius: 0;
    z-index: 1100
}
.custom-tooltip-hint {
    position: absolute;
    border: 1px solid #ccc;
    background: #FFF;
    padding: 10px;
    display: none;
    color: black;
    background-color: white;
    border-radius: 0;
    z-index: 1100
}
.hidden {
    display: none !important;
}

.authorize-forgot-password-panel {
    margin-top: 100px;
    display: flex !important;
}

.forgot-password-heading {
    background-color: var(--main_color);
    color: white;
    text-align: center;
    height: 60px;
    margin-bottom:
}

    .forgot-password-heading h3 {
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 0;
        font-weight: 400;
        color: #ffffff !important;
        line-height: 60px;
    }

    .forgot-password-body {
        padding: 50px 30px;
    }

.authorize-modals .modal-dialog {
    -webkit-transform: none !important;
    transform: none !important;
    top: 0;
    width: 430px !important;
}

.authorize-modals .modal-content {
    top: 50px !important;
}

.authorize-modals .modal-body {
    padding: 15px 30px !important;
}

.authorize-modals .modal-link-button, .authorize-modals .modal-link-button:hover, .authorize-modals .modal-link-button:visited {
    color: var(--main_color) !important;
}
.close-modal-button {
    right: 0 !important;
    top: 0 !important;
    margin: 10px !important;
}

.modal-header {
    border-radius: 0 !important;
}

.modal-dialog {
    z-index: 1000;
}

.modal-dialog .modal-content .modal-header {
    background-color: var(--main_color);
    color: white;
}

.modal-dialog .modal-content .modal-header .modal-title, #signup .modal-dialog .modal-content .modal-header .modal-title {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.modal-close-button {
    opacity: 1;
    color: #ffffff;
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 30px;
    cursor: pointer;
    padding: 0px 10px 5px;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    z-index: 55;
}

body.modal-open {
    overflow: hidden !important;
}


@media (max-width: 650px) {
    .modal-dialog, .modal-content {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 50px;
        z-index: 999 !important;
        transform: none !important;
        -webkit-transform: none !important;
    }

    .modal-header, .modal-body, modal-footer {
        position: static;
        width: 100%;

    }

    .modal-header {
        height: 50px;
        padding: 0 20px;
    }

    .button-row {
        border: none;
    }

    .modal-body {
        height: 100%;
        overflow-y: scroll;
    }

    .authorize-modals .modal-content {
        top: 0px !important; 
    }




}

.guest-login-modal .modal-dialog {
    max-width: 800px !important;
}

.guest-login-modal .modal-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.guest-login-modal .modal-body {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.guest-login-modal .modal-link-button, .guest-login-modal .modal-link-button:hover, .guest-login-modal .modal-link-button:visited {
    color: var(--main_color) !important;
}

@media (max-width: 900px) {
    .guest-login-modal .modal-dialog {
        max-width: none !important;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media (max-width: 750px) {
    .guest-login-modal .modal-dialog .modal-title {
        font-size: 20px;
    }
}
.login-panel-both {
    display: none;
}
 
@media (max-width: 650px) {
    .guest-login-modal .modal-dialog .login-panel {
        flex: 0 0 100%;
        max-width: 100%
    }

    .login-panel-left .modal-header {
        display: none;
    }

    .login-panel-right .modal-header {
        display: none;
    }

    .login-panel-both {
        display: flex;
    }

    .login-panel-right {
        display: none;
    }

    .login-panel-left {
        display: none;
    }

    .login-panel-right-active {
        display: flex !important;
    }

    .login-panel-left-active {
        display: flex !important;
    }


}

@media (max-width: 480px) {
    .login-panel-both .bar-tabs {
        width: 100%;
    }

    .login-panel-both .nav-item {
        text-align: center;
    }

    .login-panel-both .nav-link {
        text-align: center;
    }
}

@media (max-width: 950px) {
    .quick-view .modal-dialog, .modal-content {
        bottom: 50px;
    }

    

    .paywall-card-modal .modal-content {
        position: sticky !important;
    }

    .paywall-purchase-modal .modal-content {
        position: sticky !important;
    }

    .paywall-purchase-modal .modal-dialog {
        max-width: 100% !important;
        min-width: 100% !important;
    }
}

@media (max-width: 650px) {
    .paywall-card-modal .modal-content {
        position: fixed !important;
    }

    .paywall-purchase-modal .modal-content {
        position: fixed !important;
    }

    .paywall-purchase-modal .modal-dialog {
        bottom: 50px;
    }
}
.order-content-container {
    padding-top: 50px;
}

.order-products-list-box {
    border: 3px solid #f0f0f0;
    padding: 0px 0px;
    margin-bottom: 50px;
}

.order-products-list-box .page-header {
    margin: 10px 20px;
}

.order-products-list-box .progress-wizard {
    padding-top: 40px;
}

.order-page-box {
    border: 3px solid #f0f0f0;
    padding: 20px;
    margin-bottom: 50px;
}

.review-products-list-row {
    margin: 0 !important;
}

.order-summary-header {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #252525;
    border-bottom: 1px solid gainsboro;
}

.order-summary-row-text {
    font-size: 15px;
    color: dimgray;
}

.order-summary-row-total {
    border-top: 3px solid #f0f0f0;
    color: dimgray;
    padding: 20px 0 0;
}

    .order-summary-row-total .val {
        font-weight: 700;
    }

.order-form-disabled-label {
    background-color: #e0e0e0 !important;
    color: #252525 !important;
    font-weight: 400;
    margin-bottom: 30px;
}

.orders-submit-button, .orders-submit-button:visited {
    background-color: var(--main_color) !important;
    border: 1px solid var(--main_color) !important;
    color: white;
}


.info-text-line {
    margin-bottom: 0;
    margin-top: 0;
}

.required:after {
    content: "(required)";
    color: red;
    margin-left: 10px;
}

.select_option_paddings {
    padding-left: 0 !important;
    padding-right: 0 !important;
    
}

.summary-image {
    max-width: 100px;
    max-height: 100px;
}



.result-title {
    margin-top: 30px;
    margin-bottom: 30px;
}

.no-border-footer td {
    border-bottom: none !important;
    background-color: #eeeeee;
}

.total-price {
    font-weight: 700;
}
.header-margin {
    margin-top: 40px;
}

.shipping-method-row {
    flex: 0 0 100%;
    max-width: 100%;
    cursor: pointer;
    margin: 0;
    padding: 15px 20px;
    transition: 0.5s all;
}
.shipping-method-row:hover {
    background-color: rgba(64, 64, 64, 0.1);
    transition: 0.5s all;
}

.shipping-method-title {
    margin-bottom: 0;
    cursor: pointer;
}

.order-list-items-table th {
    padding: 12px !important;
    font-size: 14px !important;
    padding-left: 20px !important;
}
.order-list-items-table td {
    color: black !important;
}

.summary-product-name-url {
    color: var(--main_color) !important;
}
.summary-product-name-url:hover {
    color: var(--main_color) !important;
}
.summary-product-name-url:visited {
    color: var(--main_color) !important;
}

.input_invalid {
    background-color: #FFEEEE;
}

.cart-table-header th {
    background-color: #eee;
    color: #111;
}

.badge-new {
    background-color: #2196F3;
    color: white;
}

.badge-complete {
    background-color: #32c787;
}

.badge-canceled {
    background-color: #000000;
    color: white;
}

.badge-processing {
    background-color: #f5c942;
}
.badge-backorder {
    color: white;
    background-color: green;
}
.badge-shipping {
    background-color: #673AB7;
    color: white;
}

.badge-hold {
    background-color: #ff3333;
    color: white;
}

.badge-default {
    background-color: #607D8B;
}

.badge-making {
    background-color: #ff8888;
    color: white;
}


.paywall-overlay {
    position: fixed; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); 
    z-index: 999; 
}
.paywall-window {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 700px;
    background-color: white;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
}
/*.paywall-content-container {
    width: 100%;
    height: 100%;
    padding: 15px;
}*/
.paywall-content {
    width: 100%;
    height: 100%;
        
}
.paywall-header {
    width: 100%;
    height: 50px;
    background-color: var(--main_color);
    font-size: 20px;
    line-height: 50px;
    color: white;
    text-align: center
}

.button-row {
    width: 100%;
    height: 60px;
    border-top: 1px solid lightgray;
    padding-top: 10px;
}
@media (max-width: 650px) {
    .modal-footer .button-row {
        border-top: none;
        margin-bottom: 50px;
    }
}

.paywall-content-row {
    height: 100%;
}

.paywall-content-row input {
    height: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.paywall-content-row select {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.paywall-form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.disabled-card {
    filter: grayscale(100%);
    opacity: 0.3;
}

.credit-card-img {
    float: right;
    margin-left: 10px;
}
.product-details-image-area {
    margin-right: 0;
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.details-colors-row {
    display: grid;
    grid-template-columns: repeat(10, 35px);
    grid-template-rows: repeat(auto, 40px);
}

.details-slider-item {
    max-width: 30px;
    max-height: 30px;
    border: 1px solid #a5a5a5;
    box-sizing: border-box;
}

.productColors-Image {
    max-width: 30px;
    max-height: 30px;
    border: 1px solid #a5a5a5;
    box-sizing: border-box;
}

.details-tab-bar {
    justify-content: flex-start !important;
}

.details-slick-track-centered {
    display: flex;
    justify-content: center;
}

.details-image {
    max-width: 100%;
}
.product-box-item {
    height: auto;
    display: block;
    margin-bottom: 40px;
}

.product-box-item-image-container {
    position: relative;
    margin-bottom: 20px;
    display: block;
}



.product-box-item-image {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 480px) {
    .product-box-item-image-container {
        width: 100%;
        height: auto;
    }
}
.product-box-item-image-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(71, 186, 193, 0.5);*/
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.product-box-item:hover .product-box-item-image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.product-box-item:hover .product-box-item-image-mask {
    opacity: 1;
}

.product-box-item-buttons-list {
    position: absolute;
    left: 50%;
    bottom : 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.product-box-item-buttons-list {
    width: 168px;
    height: 56px;
    background: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
}

.product-box-item-buttons-list-button {
    position: relative;
    /*width: 50%;*/
    width: 33.333%;
    margin: 0;
}

.product-box-item-buttons-list-button:after {
    position: absolute;
    content: '';
    height: 24px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    top: 50%;
    /*-webkit-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    right: 0;
}

.product-box-item-buttons-list-button:last-child::after {
    /*display: none;*/
}

.product-box-item-buttons-list-button-url {
    padding: 0 !important;
    width: 100%;
    text-align: center;
    border: none;
    border-radius: 0px;
    background-color: transparent;
    font-size: 14px;
    color: #252525;
    -webkit-tap-highlight-color: #252525;
    outline-color: #252525;
    transition: all 0.1s ease-in-out;
    margin: 0;
}
    .product-box-item-buttons-list-button-url:visited {
        color: #252525;
        -webkit-tap-highlight-color: #252525;
        outline-color: #252525;
    }


    .product-box-item-buttons-list-button-url:hover {
        color: #252525;
        -webkit-tap-highlight-color: #252525;
        outline-color: #252525;
    }
.product-box-item-buttons-list-button-url .fa {
    color: #252525;
    -webkit-tap-highlight-color: #252525;
    outline-color: #252525;
}




.product-box-item:hover .productMasking ul {
    /*-webkit-animation: move-bottom 0.3s linear;
    animation: move-bottom 0.3s linear;*/
}
.product-box-item-title {
    width: 100%;
    display: block;
    text-align: center;
}

@media (min-width: 768px) {
    .product-box-item-title {
        text-align: center;
    }
}

/*.product-box-item .productCaption h4 {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.product-box-item .productCaption h4 a {
    color: #252525;
}*/

.product-box-item-title-price {
    color: #a5a5a5;
    font-size: 20px;
    font-weight: 700;
}
.product-box-item-title-name {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #252525;
}
/*.product-box-item .productCaption h5 a {
    color: #252525;
}*/
/*.product-box-item .productCaption .offer-price {
    font-size: 24px;
    font-weight: 700;
    color: #47bac1;
    display: block;
    margin-bottom: 10px;
}
.product-box-item .productCaption .regular-price {
    font-size: 18px;
    color: #c5c5c5;
    display: block;
    margin-bottom: 25px;
}*/
.product-box-item-title-size {
    font-size: 12px;
    color: #a5a5a5;
    display: block;
    margin-top: 10px;
}

.product-box-item-title-price-details {
    font-size: 12px;
    color: #a5a5a5;
    display: block;
}




.product-box-item .productColors-Slider {
    width: 100%;
    display: grid;
    grid-template-columns: 30px 1fr 30px;
}




.product-box-item .productColors-Image {
    max-width: 30px;
    max-height: 30px;
    border: 1px solid #a5a5a5;
    box-sizing: border-box;
    transition: all .1s linear;
}



/*  SLIDER ROW  */

.product-box-item .bb-slider-row {
    display: grid;
    grid-template-rows: 40px;
    transition: margin-left 0.2s ease-in-out;
}

/* SLIDER MASK */

.product-box-item .bb-slider-mask {
    overflow: hidden;
    margin: 0;
}

/* BUTTONS */

.product-box-item .bb-slider-button {
    width: 30px;
    border: none;
    outline: none;
    background-color: transparent;
    text-align: center;
}

    .product-box-item .bb-slider-button:hover:before {
        color: #333333;
        transition: all 0.5s ease-in-out;
    }

    .product-box-item .bb-slider-button:before {
        font-family: 'Font Awesome 5 Free' !important;
        font-size: 14px;
        line-height: 1;
        opacity: 1;
        color: #c5c5c5;
        font-weight: 900;
    }

.product-box-item .bb-slider-button-next:before {
    content: '\f054';
}

.product-box-item .bb-slider-button-prev:before {
    content: '\f053';
}

.hidden-slider-item {
    visibility: hidden;
}
.slider-sentered-items {
    justify-content: center;
}
.item-checked .productColors-Image {
    border: 1px solid #333333;
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all .1s linear;
}

.item-preview .productColors-Image {
    border: 1px solid #333333;
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all .1s linear;
}

.grid-pagination {
    margin-bottom: 50px;
    width: 100%!important;
}

.page-item.active .page-link {
    background-color: var(--main_color);
    border-color: var(--main_color);
}

.page-link {
    color: var(--main_color);
    font-size: 14px;
}

/* STYLES FOR OLD PRODUCT ITEM */

.product-item {
    height: 424px;
    display: block;
    border: 2px solid transparent;
    border-bottom: 0px solid transparent !important;
    transition: all .5s linear;
    padding: 15px;
}



.product-item-image-container {
    position: relative;
    margin-bottom: 20px;
    display: block;
}

.product-item-title {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
}


.product-image {
    width: 100%;
}

.product-item-title-size {
    font-size: 12px;
    color: #a5a5a5;
    display: block;
    margin-bottom: 10px;
}

.product-column:hover .product-item {
    border: 2px solid lightgrey !important;
    border-bottom: 0 solid transparent !important;
    transition: all .5s linear;
}

.product-column:hover .product-quick-button-container {
    border: 2px solid lightgrey !important;
    transition: all .5s linear;
    opacity: 1;
}



/*  SLIDER ITEM  */

.product-item .bb-slider-item {
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 99;
    
}

.bb-slider-item {
    cursor: pointer;
}
/*  SLIDER ROW  */
.product-item .bb-slider-row {
    display: grid;
    grid-template-rows: 40px;
    transition: margin-left 0.2s ease-in-out;
}

/* SLIDER MASK */

.product-item .bb-slider-mask {
    overflow: hidden;
    margin: 0;
}

/* BUTTONS */

.product-item .bb-slider-button {
    width: 22px;
    border: none;
    outline: none;
    background-color: transparent;
    text-align: center;
}

.product-item .bb-slider-button:hover:before {
    color: #333333;
    transition: all 0.5s ease-in-out;
}

    .product-item .bb-slider-button:before {
        font-family: 'Font Awesome 5 Free' !important;
        font-size: 14px;
        line-height: 1;
        opacity: 1;
        color: #c5c5c5;
        font-weight: 900;
    }

.product-item .bb-slider-button-next:before {
    content: '\f054';
}

.product-item .bb-slider-button-prev:before {
    content: '\f053';
}

.product-item .productColors-Slider {
    width: 100%;
    display: grid;
    grid-template-columns: 22px 1fr 22px;
}

.product-quick-button-container {
    border: 2px solid transparent;
    opacity: 0;
    transition: all .5s linear;
}

.product-quick-button:hover,
.product-quick-button:active {
    /*background-color: var(--main_color) !important;*/
    background-color: lightgrey !important;
    /*color: white !important;*/
    /*color: black !important;*/
}

.product-quick-button {
    background-color: transparent;
    color: #252525 !important;
    border: none;
    font-weight: 400;
}

.product-price-badge {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 10px;
    margin: 0;
    background-color: rgba(64, 64, 64, 0.5);
    color: white;
    font-size: 16px;
    border-radius: 0 !important;
}

.product-caption-details-url {
    
}
.price-range-field {
    font-weight: 600;
}
.product-price-measure {
    font-size: 12px;
    color: white;
    display: inline-block;
}
.product-title-name {
    min-height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}

.page-item {
    cursor: pointer;
}
.page-item.disabled {
    cursor: default;
}


.related-products-slider {
    /*min-width: 1300px;*/
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.related-products-slider-mask {
    overflow: hidden;
    margin: 0;
    flex-grow: 1;
    display: flex;
}

.related-products-slider-row {
    display: flex;
    transition: margin-left 0.2s ease-in-out;
}

/*@media (max-width: 320px) {
    .related-products-button {
        width: 15px !important;
        min-width: 15px !important;
    }
}*/
    .related-products-button {
        min-width: 40px;
        text-align: center;
        cursor: pointer;
    }

        .related-products-button.disabled {
            opacity: 0.5;
            cursor: auto;
        }

        .related-products-button:before {
            font-family: 'Font Awesome 5 Free' !important;
            font-size: 25px;
            line-height: 1;
            opacity: 1;
            color: #c5c5c5;
            font-weight: 900;
            transform: translate(0, -50%);
            top: 50%;
            position: relative;
        }

    .related-products-button-next {
        /*margin-left: 10px;*/
        /*border-left: 1px solid lightgray;*/
        cursor: pointer;
    }

    .related-products-button-prev {
        /*margin-right: 10px;*/
        /*border-right: 1px solid lightgray;*/
        cursor: pointer;
    }

    .related-products-button-next:before {
        content: '\f054';
    }

    .related-products-button-prev:before {
        content: '\f053';
    }

    .related-slider-centered-items {
        justify-content: center;
    }

    .stock_info {
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: center;
        font-size: 18px;
        /*width: 100%;*/
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .stock_info_text {
        margin-left: 15px;
        font-size: 24px;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .stock_info_4 {
        background-color: rgba(255,0,0,0.7);
        color: white;
    }

    .stock_info_3 {
        background-color: rgba(200, 125, 0, 0.7);
        color: white;
    }


.related-products-slider-container {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 0 !important
}

@media (max-width: 320px) {
    .related-products-button-prev {
        min-width: 10px !important;
        width: 10px !important;
    }

    .related-products-button-next {
        min-width: 15px !important;
        width: 15px !important;
    }
}




/* styles from category page */



.category-body {
    /*margin-left: 20px;*/
}

@media(max-width: 480px) {
     .category-body {
         margin-left: 0;
     }
 }

.category-body .category-description {
    padding: 5px;
}

.category-body .category-description p {
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    color: #797979;
    line-height: 22px;
}

.category-breadcrumb-container {
    width: 100% !important;
}

.category-breadcrumb {
    background-color: #fff;
}

.category-alert {
    text-align: center;
    padding: 30px;
}

.products-panel {
    align-content: flex-start;
}

.list-item-image-container {
    display: flex;
}

.list-item-image-container .list-item-image {
    align-self: flex-start;
}

.quick-product-header {
    margin-bottom: 16px !important;
    font-size: 28px;
}

.form-check-input {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

input.checkbox-custom.form-check-input {
    width: 100%;
    height: 25px;
    margin: 0;
    padding: 0;
}

.category-img-container {
    height: auto;
    /*overflow: hidden;*/
    padding: 0 15px;
}

.category-img {
    width: 100%;
    margin-bottom: 25px;
}

.product-column .category-item {
    border: 2px solid rgba(211,211,211,0);
    border-bottom: 0 solid transparent !important;
    transition: all .5s linear;
}

.product-column:hover .category-item {
    border: 2px solid rgba(211,211,211,1);
    border-bottom: 0 solid transparent !important;
    transition: all .5s linear;
}

.quick-product-title-container {
    height: 230px;
}

.quick-product-title-container h2 {
    max-height: 152px;
    overflow-y: hidden;
    margin-bottom: 20px !important;
    padding-right: 10px;
}

.product-thumbnail {
    width: 50px;
    height: 50px;
    border: 1px solid #bbb;
    padding: 2px;
    cursor: pointer;
    margin: 2px;
    min-width: 50px;
    cursor: pointer;
}

.product-thumbnail img {
    padding: 0;
}

.thumbnail-checked {
    border: solid 3px #505050;
}

.img-zoom-result {
    width: calc(var(--vw) * 0.4);
    height: calc(var(--vh) - 100px);
    overflow: hidden;
    position: fixed;
    left: 500px;
    /*left: calc(var(--vw) * 0.5);*/
    top: 50px;
    display: block;
    z-index: 9999;
    border: 2px solid #aaa;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    top: 0;
    left: 0;
    padding: 0 !important;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(1, 1, 1, 0.1);
    pointer-events: none;
}

@media (max-width: 950px) {
     .quick-view .modal-content {
         height: 100%;
         overflow-y: scroll;
     }
 }

.img-zoom-result {
    width: calc(var(--vw) * 0.4);
    height: calc(var(--vh) - 100px);
    overflow: hidden;
    position: fixed;
    left: calc(var(--vw) * 0.5);
    top: 50px;
    display: block;
    z-index: 9999;
    border: 2px solid #aaa;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    top: 0;
    left: 0;
    background-color: rgba(1, 1, 1, 0.1);
    pointer-events: none;
}

.page-item.active {
    border: 1px solid gray;
}

.product-thumbnail {
    width: 50px;
    height: 50px;
    border: 1px solid #bbb;
    padding: 2px;
    cursor: pointer;
    margin: 2px;
    min-width: 50px;
}

.tab-panel-style {
    font-size: 13px;
}

.thumbnail-checked {
    border: solid 3px #505050;
}

.tabArea {
    max-width: 970px;
}

.product-description ul {
    padding-left: 15px;
}

.product-description li {
    list-style-type: disc;
    padding-right: 5px;
}

.product-title-container {
    height: 230px;
}

.product-title-container h2 {
    max-height: 152px;
    /*overflow-y: hidden;*/
    margin-bottom: 20px !important;
}

/* ---- end --------------*/



.products-page-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*@media (min-width: 1500px) {
    .container {
        width: 1400px !important;
        max-width: 1400px !important;
    }
}*/

/* facets styles */
.range-slider {

}
.ui-slider-handle {
    border-radius: 50% !important;
    background: none !important;
    border: 3px solid #555555 !important;
    background-color: #ffffff !important;
    top: -6px !important;
    width: 16px !important;
    height: 16px !important;
    outline: none !important;
    cursor: pointer !important;
}

.ui-widget-content {
    height: 4px !important;
    background: none !important;
    border: 0 !important;
    background-color: #f0f0f0 !important;
    clear: both !important;
    border-radius: 0 !important;
    margin: 0 5px 0 9px !important;
}

.ui-slider-range {
    background-color: #555555 !important;
    /*background-color: #252525 !important;*/
}

.price-slider-inner {
    margin-top: 10px;
    margin-bottom: 10px;
}

.amount-wrapper {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    color: #555555;
    font-weight: 600;
    text-align: center;
}

.facet-panel-heading {
    cursor: pointer;
    user-select: none;
}

.panel-body {
    /*transition: 0.2s;*/
}
.facet-panel-heading span:after {
    font-family: "Font Awesome 5 Free" !important;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: '\f106';
    float: right;
    width: 22px;
    font-size: 20px;
    text-align: center;
    position: relative;
    right: 0;
    margin: 0;
    line-height: 45px;
    font-weight: 900;
}

.facet-panel-heading.collapsed span:after {
    font-family: "Font Awesome 5 Free" !important;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: '\f107';
    font-weight: 900;
}

.facet-panel-heading.collapsed {
    color: #252525 !important;
    background-color: #f0f0f0 !important;
    border: 1px solid #e5e5e5 !important;
}

.facet-panel-heading.uncollapsable {
    cursor: default;
}

.facet-panel-heading.uncollapsable span:after {
    content: none;
}


.checkbox-custom-label-indeterminate:before {
    background-color: #f55c5d !important;
    content: "\f00d" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ffffff !important;
    background: #f55c5d !important;
    border: 0px solid #f55c5d !important;
}

.checkbox-custom-label {
    font-size: 12px;
}

.load-more-panel {
    margin: 0 !important;
    padding: 10px 0 0 0 !important;
}
.load-more-panel-count {
    margin: 0 !important;
    margin-bottom: 5px !important;
    padding: 0 !important;
}
.load-more-panel-text {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px;
}

    .load-more-panel-text a.btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

.facet-items-list {
    max-height: 500px;
    overflow-x: auto;
    overflow-y: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.facet-items-list .form-check-input, .panel-body .form-check .form-check-input 
{
    cursor: pointer;
}

.facet-image {
    position: absolute;
    width: 100%;
    height: 100%;
}
.facet-image-container {
    position: relative;
}
.facet-image-container:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.facet-image-button {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 10px;
    border: 3px solid transparent;
}

.facet-image-button__selected {
    border: 3px solid gray !important;
}

.apply-button {
    background-color: var(--main_color);
}

.filter-main-button:hover {
    border: 1px solid gray;
    color: black;
}

/* NODES LIST STYLES */
.facet-node-list-container .node-section {
    margin-left: 20px;
}

.facet-node-list-container .node-section .node{
    padding-left: 0px!important;
}

.parent-node{
    display: inline-block !important;
    width: 90% !important;
}

.facet-node-list-container .node .svg-inline--fa{
    position: absolute;
    right: 0;
    margin-top:3.5px; /*we need to center svg image*/
}

.node:hover{
    font-size: medium !important;
    color: #0056b3 !important;
    font-weight: bold
}

.collapse-button:hover {
    /*color: #0056b3;*/
    font-size: medium;
}

.node-active {
    font-weight: bold;
    color: #0056b3 !important;
    font-size: medium !important;
}


/* CATEGORIES FACET */

.category-tree-item-block {
}

.category-tree-item-children .category-tree-item-title-block {
    border-left: 1px solid rgba(128, 128, 128, 0.2);
}

.category-tree-item-title-block {
    height: 50px;
    line-height: 20px;
    display: flex;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
    border-top: 1px solid rgba(128, 128, 128, 0.2);
    background-color: white;
    /*padding-left: 15px;
    padding-right: 15px;*/
}

    .category-tree-item-title-block:hover {
        background-color: #e5eff7;
    }

#adaptive-menu .nav-item:hover {
    background-color: #e5eff7;
}

.navbar-default .navbar-collapse li.dropdown .dropdown-menu li a:hover {
    background-color: #e5eff7;
}

.category-tree-open-item-arrow {
    height: 50px;
    flex: 0 0 15%;
    padding-right: 15px;
    cursor: pointer;
}
.category-tree-open-item {
    height: 50px;
    flex: 0 0 85%;
    padding-left: 15px;
    cursor: pointer;
}
.category-tree-open-item:hover {
    height: 50px;
    cursor: pointer;
}
.category-tree-item-title {
    font-size: 15px;
    line-height: 50px;
    color: var(--main_color);
}
.category-tree-item-title:hover {
    color: var(--main_color);
    cursor: pointer;
}
.category-tree-item-title a:hover {
    color: inherit !important;
    cursor: pointer;
}
.category-tree-item-icon {
    width: 50px;
    line-height: 50px;
}
    .category-tree-item-icon:before {
        float: right;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: lightgray;
        font-size: 20px;
        width: 30px;
        cursor: pointer;
        text-align: right;
        line-height: 50px;
    }
.category-tree-item-open:before {
    content: "\f0d7";
}
.category-tree-item-closed:before {
    content: "\f0da";

}
.category-tree-open-item-arrow:hover .category-tree-item-icon:before {
    color: var(--main_color);
}
.category-tree-open-item-arrow:hover .category-tree-item-title a {
    text-decoration: underline !important;
    color: var(--main_color) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-tree-item-title-block .category-tree-item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-tree-item-children {
    margin-left: 20px;
}

.mainHeaderFacet.mainHeaderFacet {
    color: #252525 !important;
    background-color: #f0f0f0 !important;
    border: 1px solid #e5e5e5 !important;
}

.facet-panel-heading.mainHeaderFacet span:after {
    content: none;
}


@media (max-width: 650px) {
    .mainHeaderFacet.mainHeaderFacet.openned {
        color: #ffffff !important;
        background-color: var(--main_color) !important;
        border: 0 !important;
    }

    .facet-panel-heading.mainHeaderFacet span:after {
        content: '\f107';
    }

    .facet-panel-heading.mainHeaderFacet.openned span:after {
        content: '\f106';
    }

    .mainBodyFacet {
        display: none;
    }

        .mainBodyFacet.openned {
            display: block;
        }

    .node-list.collapsable .panel-heading span:after {
        font-family: "Font Awesome 5 Free" !important;
        font-style: normal;
        speak: none;
        display: inline-block;
        content: '\f106';
        float: right;
        width: 22px;
        font-size: 20px;
        text-align: center;
        position: relative;
        right: 0;
        margin: 0;
        line-height: 45px;
        font-weight: 900;
    }

    .node-list.collapsable.collapsed .panel-heading span:after {
        content: '\f107';
    }
    .node-list.collapsable.collapsed .panel-heading {
        color: #252525;
        background-color: #f0f0f0;
        border: 1px solid #e5e5e5;
    }

    .node-list.collapsable.collapsed .panel-body {
        display: none;
    }
}
@media (hover: none), (pointer: coarse) {
    .product-column .product-item {
        border: 2px solid lightgrey !important;
        border-bottom: 0 solid transparent !important;
        transition: all .5s linear;
    }

    .product-column .product-quick-button-container {
        border: 2px solid lightgrey !important;
        transition: all .5s linear;
        opacity: 1;
    }
}

.filters-panel {
    flex: 300px;
    width: 300px;
    max-width: 300px;
    min-width: 300px;
}

.main-products-container {
    width: 100% !important;
    max-width: 1500px !important;
    margin-left: auto;
    margin-right: auto;
}



.products-panel {
    flex: 1;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.product-column {
    flex: 300px !important;
    max-width: 300px !important;
    /*position: relative;*/
    width: 300px !important;
    padding: 10px;
}

@media (max-width: 1550px) {
    .products-panel {
        width: 900px;
    }

    .main-products-container {
        max-width: 1200px !important;
    }
}

@media (max-width: 1250px) {
    .products-panel {
        width: 600px;
    }

    .main-products-container {
        max-width: 900px !important;
    }
}

@media (max-width: 950px) {
    .products-panel {
        width: 300px;
    }

    .main-products-container {
        max-width: 600px !important;
    }
}

@media (max-width: 650px) {
    .products-panel {
        width: 600px;
    }

    .main-products-container {
        max-width: 100% !important;
        width: 100%
    }

    .filters-panel {
        flex: 100% !important;
        max-width: 100% !important;
    }

    #product-facet-grid {
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media (max-width: 300px) {
    .filters-panel {
        min-width: 280px !important;
    }
}

.filters-panel-caption{
    font-size:20px;
    font-weight: 700;
    color: var(--main_color);
    margin-bottom: 15px;
    display: block;
}

    /*@media (max-width: 600px) {
        .filters-panel {
            flex: 100% !important;
            max-width: 100% !important;
            background-color: blue;
        }

        .products-panel {
            flex: 100% !important;
            max-width: 100% !important;
            background-color: red;
        }

        .container {
            width: 100% !important;
            max-width: 100% !important;
            min-width: 300px !important;
        }

        .product-column {
            flex: 0 0 100% !important;
            max-width: 400px !important;
        }
    }*/


    /*@media (max-width: 900px) {
        .container {
            width: 100% !important;
            max-width: 550px !important;
        }
    }*/

    /*@media (max-width: 768px) and (min-width: 501px) {
        .product-column {
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }
    }*/
    /*@media (max-width: 1000px) and (min-width: 769px) {
        .product-column {
            flex: 0 0 50% !important;
            max-width: 50% !important;
        }

        .container {
            width: 100% !important;
            max-width: 700px !important;
        }
    }*/
    /*@media (max-width: 1200px) and (min-width: 1001px) {
        .product-column {
            flex: 0 0 33% !important;
            max-width: 33% !important;
        }

        .container {
            width: 100% !important;
            max-width: 950px !important;
        }
    }
    @media (max-width: 1500px) and (min-width: 1201px) {

        .product-column {
            flex: 0 0 25% !important;
            max-width: 25% !important;
        }

        .container {
            width: 100% !important;
            max-width: 1100px !important;
        }
    }*/



    /*.product-column {
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }*/

.pointer-event-disable {
    pointer-events: none;
}
.quick-product-image-container {
    min-width: 300px !important;
    width: 40% !important;
    margin-right: 30px !important;
}

.quick-product-header {
    margin-bottom: 40px !important;
    font-size: 28px !important;
}

.quick-product-image {
    margin: 0 !important;
    padding: 0 !important;
}

.additional-description {
    font-size: 24px;
    color: black;
    font-weight: bold;
}

.quick-label {
    font-size: 24px;
    color: #797979;
}

.quick-info-row {
    margin: 20px 0 !important;
}

.quick-product-info {
    margin: 30px 0 !important;
}

.quick-slider-item {
    margin: 5px !important;
}

.quick-slider-box {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(10, 40px);
    margin-bottom: 50px !important;
    margin-top: 40px !important;
    padding-left: 3px;
    row-gap: 10px;
}

.quick-slider-image {
    max-width: 30px !important;
    max-height: 30px !important;
    border: 1px solid #a5a5a5 !important;
}

.quick-button:not(:first-child) {
    margin-left: 10px !important;
}

.quick-button {
    width: auto !important;
    margin: 0 !important;
}

.disabled-tint {
    opacity: 0.5;
    pointer-events: none;
}

.quick-view.modal.show .modal-dialog {
    -webkit-transform: translate(0, 30px) !important;
    transform: translate(0, 30px) !important;
}

@media (max-width: 400px) {
    .additional-description-size {
        display: block;
    }
}

@media (max-width: 650px) {

    .quick-view .modal-dialog, .modal-content {
        bottom: 50px;
    }

}

@media (max-width: 830px) {

    .quick-view .modal-dialog, .modal-content {
        bottom: 50px;
    }

    .quick-product-image-container {
        min-width: 300px !important;
        width: 40% !important;
        margin: 0 !important;
    }
}

@media (max-width: 950px) {
    .quick-view.modal.show .modal-dialog {
        transform: none !important;
        -webkit-transform: none !important;
    }

    .quick-view .modal-dialog, .modal-content {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: unset;
        z-index: 999 !important;
        transform: none !important;
        -webkit-transform: none !important;
    }

/*    .modal-body {
        height: 100vh;
        overflow-y: scroll;
        position: static;
        width: 100%;
    }*/

    .login-modal.modal-content {
        position: static;
    }

    .login-modal .modal-body {
        overflow-y: hidden;
        height: 100%;
    }
}

@media (max-width: 650px) {

    .quick-view .modal-dialog, .modal-content {
        bottom: 50px;
    }
}

/*@media (min-width: 765px) and (max-width: 770px) {
    .quick-view.modal.show .modal-dialog {
        transform: none !important;
        -webkit-transform: none !important;
    }

    .quick-view .modal-dialog, .modal-content {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: unset;
        height: 550px;
        margin: 10px;
        z-index: 999 !important;
        transform: none !important;
        -webkit-transform: none !important;
    }

    .login-modal.modal-content {
        position: static;
    }

    .login-modal .modal-body {
        overflow-y: hidden;
        height: 100%;
    }

    .guest-login-modal {
        width: 750px;
    }
}*/

@media (max-width: 650px) {
    .login-modal.modal-content {
        position: fixed;
    }

    .login-modal .modal-body {
        height: 100vh;
        overflow-y: scroll;
        padding-bottom: 120px !important;
    }
}




:root {
    --main_color: #0168B3;
    --breadcrumbs_height: 0px;
    --breadcrumbs_top: 35px;
}


body {
    background-color: white !important;
    font-family: 'PT Sans Caption', sans-serif;
}
.scripts-section {
    display: none;
}
.mainContent {
    padding: 0;
    margin: 0;
    margin-top: 35px;
    margin-bottom: 35px;
    background-color: white !important;
    min-height: 900px;
}

.copyRight {
    padding-bottom: 100px;
}

.breadcrumb {
    display: inline-block;
}

.breadcrumbs-data {
    display: none;
}

.sticky-breadcrumbs__on {
    position: fixed;
    top: var(--breadcrumbs_top);
    width: 100%;
    z-index: 100;
}

.sticky-breadcrumbs {
    height: auto;
    z-index: 1001 !important;
}

.sticky-breadcrumbs__on + .mainContent {
    padding-top: var(--breadcrumbs_height);
}

.navbar-main {
    margin-top: 35px;
}


.main-wrapper {
    height: 100%;
}

.mouse-pointer-cursor, .mouse-pointer-cursor > * {
    cursor: pointer;
}

.label-like-input {
    border-radius: 0;
    background-color: #f0f0f0;
    border: none;
    height: 44px;
    line-height: 44px !important;
    box-shadow: none;
    font-size: 15px !important;
    color: #797979;
    padding-left: 20px
}

.flag-icon {
    width: 1.5em;
}

.cultures-panel .dropdown-menu .current-culture span.checked-mark:after {
    content: '\f00c';
    font-family: 'FontAwesome';
}

.dropdown-column {
    width: 25px;
    display: inline-block;
}

.culture-item {
    padding: 0px 15px !important;
}
.culture-li {
    width: 100%;
}
.culture-li:hover > a:link, .culture-li:hover > a:hover, .culture-li:hover, .culture-li:hover > a {
    background-color: #eeeeee !important;
}

.culture-li {
    cursor: pointer;
}

.cart-dropdown {
    margin-left: 20px !important;
}
.title-phone-number {
    color: white;
    font-weight: 700;
}

.topBar.sticky-navbar a .fa-twitter,
.topBar.sticky-navbar a:hover .fa-twitter,
.topBar.sticky-navbar a:visited .fa-twitter 
{
    color: #797979;
}

.topBar.sticky-navbar .fa-facebook-f {
    color: #797979;
}

.homepage-layout {
    display: flex;
}


.cart-dropdown:before {
    background: none !important;
}

.top-right-bar li {
    line-height: 37px;
}
.top-right-bar li:before {
    background: none !important;
}

.cart-dropdown a, .search-panel button, .search-panel input.form-control {
    height: 37px;
}

.btn.dropdown-toggle {
    color: #444444;
    background-color: #f0f0f0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--main_color);
    color: white;
}

.dropdown-item.active:hover {
    background-color: rgba(1, 104, 179, 0.8);
    color: white;
}

.dropdown-item:hover {
    background-color: #f0f0f0;
    color: #444444;
}

.form-group select.custom-select {
    color: #444444;
    background-color: #f0f0f0;
    border-radius: 0;
    border: none;
}

.form-group select.custom-select:focus {
    box-shadow: none;
}


.footer-row {
    display: grid;
    grid-auto-flow: column;

}

@media (max-width: 950px) {

    .footer .container {
        width: 100%;
    }

    .footer-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-flow: unset;
    }
}

@media (max-width: 650px) {

    .footer .container {
        width: 100%;
    }

    .footer-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: unset;
    }
}

@media (max-width: 479px) {

    .footer-row {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-flow: unset;
    }

}



/*@media (max-width: 1200px) {
    .footer-row {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 900px) {
    .footer-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 700px) {
    .footer-row {
        grid-template-columns: repeat(2, 1fr);
    }
}*/

.footerLink {
    text-align: center;
}


.app-mobile, .bottom-navbar-mobile {
    display: none
}

.mobile-order-item-summary {
    display: none;
}

@media(max-width: 350px) {
    .navbar-brand img {
        max-width: 240px;
    }
}

@media (max-width: 650px) {

    .app-mobile {
        display: block;
    }

    .bottom-navbar-mobile__icon_home:before, .bottom-navbar-mobile__icon_catalog:before, .bottom-navbar-mobile__icon_menu:before, .bottom-navbar-mobile__icon_shop:before {
        font-family: 'ui-icon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: inline-block;
        line-height: 1
    }

    .bottom-navbar-mobile__icon_home:before {
        content: "\e021"
    }

    .bottom-navbar-mobile__icon_catalog:before {
        content: "\e94c"
    }

    .bottom-navbar-mobile__icon_menu:before {
        content: "\e951"
    }

    .bottom-navbar-mobile__icon_shop:before {
        content: "\e952"
    }

    .bottom-navbar-mobile {
        display: flex;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: -1px;
        justify-content: space-around;
        height: 56px;
        line-height: 56px;
        background: #fff;
        box-shadow: 0 -2px 8px rgba(0,0,0,0.15);
        z-index: 1100;
    }

    .bottom-navbar-mobile__btn {
        max-width: 120px;
        text-align: center;
        width: 19%;
        position: relative;
        color: var(--main_color);
        cursor: pointer;
    }

    .bottom-navbar-mobile__btn > * {
        width: 100%
    }

    .bottom-navbar-mobile__btn_active .bottom-navbar-mobile__icon, .bottom-navbar-mobile__btn_active .cart-link__icon {
        color: #fc8507
    }

    .bottom-navbar-mobile__icon {
        color: #b8b8b8;
        font-size: 25px
    }

    .bottom-navbar-mobile__icon_home {
        font-size: 28px
    }

    .header .navbar-main {
        margin-top: 0;
    }
    .header .sticky-navbar {
        display: none;
    }

    .mobile-cart-amount {
        font-size: 16px;
        font-weight: 700;
        margin-left: 5px;
        line-height: 50px;
        vertical-align: top;
    }

    .header-mobile__presearch {
        height: 62px;
        top: 0;
        left: 0;
        right: 0;
        position: sticky;
        z-index: 1050;
        background-color: white;
        padding: 10px;
        border: 1px solid lightgray;
    }

    .userbar-mobile {
        background-color: white;
        z-index: 1050;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 40px;
        padding-top: 100px;
        overflow: scroll;
    }



    .filters-panel {
        width: 100%;
        max-width: 100%;
      /*  padding: 20px;*/
    }

    .quick-view .modal-dialog {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        transform: none !important;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding-bottom: 100px;
    }

    .order-table-items-column {
        display: none;
    }

    .order-table-state-column {
        display: none;
    }

    .cart-items-mobile .col-12 {
        margin: 0 !important;
        padding: 0 !important;
    }

    .cart-item-mobile-container {
        margin-bottom: 50px !important;
    }

    .delete-cart-item-button-mobile .row-icon {
        width: 1.2em;
        height: 1.2em;
    }
    .delete-cart-item-button-mobile {
        position: absolute;
        top: 0;
        right: 50px;
        color: lightgray !important;
        width: 50px;
        height: 50px !important;
        padding: 5px;
    }

    #delete-cart-items-modal .modal-dialog {
        width: 100%;
        margin: 0;
        height: 100%;
        transform: none !important;
        max-width: 100%;
    }
    .order-content-container {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: none;
    }

    .artwork-file-requirements-modal-fix .modal-dialog {
        width: 100%;
        max-width: 100%;
        transform: none;
        margin: 0;
        margin-bottom: 80px;
    }

    .mobile-order-item-summary {
        display: block;
    }

    .order-list-items-table {
        display: none;
    }

    .paywall-window {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        transform: none;
        display: flex;
        flex-direction: column;
    }

    .paywall-window .nav.nav-tabs {
        flex-direction: unset;
    }
    
}

.cartListInner .table-responsive .table tbody tr td input {
    margin: 0;
}

.order-products-list-box {
    border: none;
}
.topBar ul li a {
    padding: 0 3px;
    display: block;
    line-height: 35px;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    color: #d9d9d9;
}

.topBar ul li small {
    color: #797979;
    cursor: default;
}

.sticky-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.sticky-hide {
    display: none;
}

.valign-middle {
    vertical-align: middle;
}

.shadow-medium {
    box-shadow: 1px 2px 1px rgba(0, 0, 0, .2) !important;
}

.user-dropdown {
    font-size: 14px !important;
    color: black !important;
}

.user-dropdown > li {
    width: 100% !important;
    font-size: 12px;
    color: black !important;
    height: 35px;
    padding: 0 15px !important;
    max-width: 250px;
}
.user-dropdown > li > form {
    width: 100% !important;
    font-size: 12px;
    color: black !important;
    height: 35px;
    padding: 0;
}
.user-dropdown > li > form > button {
    padding: 0 10px 0 10px;
    height: 35px;
    margin: 0;
}

.user-dropdown > li.dropdown-item-user > a {
    margin: 0 10px 0 10px;
}
.bb-button-group {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}

.bb-button-group .bb-button-group-item:not(:first-child) {
    margin-left: 10px !important;
}

.nav-item a i {
    margin-right: 10px;
}
.bb-button-group a i {
    margin-right: 10px;
}

.bb-button-group-item {
    width: auto !important;
    margin: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    border-radius: 0px;
    font-size: 14px;
    background-color: #f0f0f0 !important;
    color: black;
}

.bb-button-group-item__active {
    background-color: var(--main_color) !important;
    color: white;
}

.bb-button-group-item:hover {
    background-color: var(--main_color) !important;
    color: white;
}

    .quick-buttons-row {
        display: flex;
        flex-direction: row;
        margin-bottom: 50px;
    }
.quick-buttons-row .quick-button-mid:not(:first-child) {
    margin-left: 10px !important;
}

@media (max-width: 470px) {
    .quick-buttons-row {
        display: block;
    }

    .quick-button {
        width: 150px !important;
    }

        .quick-buttons-row > div {
            padding: 10px 0;
            margin: 0px !important;
            
        }

        .quick-buttons-row > a {
            margin: 0px !important;
            width: 150px !important;
        }
}

.quick-buttons-row .quick-button:not(:first-child) {
    margin-left: 10px !important;
}

.quick-button-mid {
    width: auto !important;
    margin: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
    font-size: 14px;
}

.btn-light-text:visited {
    color: white;
}
.btn-light-text:hover {
    color: white;
}
.btn-dark-text:hover {
    color: black;
}
.btn-dark-text:visited {
    color: black;
}

/* BACKGROUND COLORS */
.background-primary {
    background-color: var(--main_color) !important;
    color: white;
}
.background-secondary {
    background-color: #f0f0f0 !important;
    color: black;
}
.background-success {
    background-color: #49c32c !important;
    color: white;
}
.background-danger {
    background-color: #f55c5d !important;
    color: white;
}
.background-warning {
    background-color: #eabf38 !important;
    color: white;
}
.background-info {
    background-color: #439fdb !important;
    color: white;
}
.background-dark {
    background-color: #343a40 !important;
    color: white;
}
.background-light {
    background-color: #f8f9fa !important;
    color: black;
}
.background-link {
    background-color: #f8f9fa !important;
}



/*.btn {
    border: none;
    border-radius: 0px;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    color: black !important;
    transition: all 0.3s ease-in-out;
}*/

.form-group-vertical-label {
    padding-left: 20px !important;
}

.form-group-input-color {
    color: #444444 !important;
}

.info-icon-button {
    display: inline-block;
    position: relative;
    top: -12px;
    right: 20px;
    margin: 0;
    padding: 0;
    font-family: 'FontAwesome';
    color: #eabf38;
    font-size: 20px;
    background-color: white;
    border-radius: 50%;
    border: 2px solid #eabf38;
}

    .info-icon-button .info-tooltip-text {
        visibility: hidden;
        width: 160px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        font-family: 'PT Sans Caption', sans-serif;
        font-size: 10px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -80px;
        transition: 0.2s all;
    }

    .info-icon-button:hover .info-tooltip-text {
        visibility: visible;
    }

.cultures-panel .current-culture .bb-checked-mark:after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.dropdown-selected-item .bb-checked-mark:after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.count-input-component {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.count-input-button {
    color: #a5a5a5;
    font-size: 10px;
    padding: 4px 6px 0px;
    display: inline-block;
    border: 1px solid #e4e4e4;
    line-height: 34px;
    height: 40px;
    width: 30px;
    text-align: center;
    margin: 0;
    
}

.count-input-quantity {
    border: 1px solid #ced4da !important;
    line-height: 34px;
    height: 40px;
    width: 120px !important;
    text-align: center;
    color: #333333 !important;
    font-weight: 700 !important;
    margin: 0;
    border-left: 0;
    border-right: 0;
}

.product-order-package-selection-container {
    margin-top: 20px;
    margin-bottom: 20px;
    
}

.product-order-package-selection-container>h4 {
    margin-bottom: 10px;
}

.product-order-package-selection-container .buttons-section {
    /*display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #e4e4e4;
    max-width: 200px;*/
}

.product-order-package-selection-container a.active {
    background-color: var(--main_color) !important;
    color: white;
}

.product-order-package-selection-container a {
    border: 1px solid #e4e4e4;
}

/*.product-order-package-selection-container a:hover {
    color: black;
}*/
@-webkit-keyframes spin_loader_ajax_small {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin_loader_ajax_small {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.preload-price {
    border: 5px solid transparent !important;
    border-radius: 50%;
    border-top: 5px solid var(--main_color) !important;
    border-bottom: 5px solid var(--main_color) !important;
    width: 40px;
    height: 40px;
    -webkit-animation: spin_loader_ajax_small 1s linear infinite;
    animation: spin_loader_ajax_small 1s linear infinite;
    position: absolute;
    top: 30%;
    left: 20%;
}

.dashboard-content {
    margin-top: 50px;
}

.profile-thumbnail {
    text-align: center;
}

.margin-top-space-50 {
    margin-top: 50px;
}

.manage-tab-icon {
    margin-right: 10px;
}

@media (max-width: 650px) {
    .authorize-tab-bar {
        width: 100%;
    }

    .authorize-tab-bar-item {
        width: 100%;
    }

    .authorize-tab-bar-item .nav-link {
        width: 100%;
    }

    .authorize-tab-bar-item .nav-link.active {
        border-bottom: none;
        background-color: #eeeeee !important;
        color: var(--main_color) !important;
    }

    .authorize-tab-bar-item .nav-link::before {
        border-bottom: none !important;
    }

    .authorize-tab-bar-item .nav-link.active::before {
        border-bottom: none !important;
    }


}
.spinner {
    margin: auto;
    width: 70px;
    text-align: center;
    top: 45%;
    position: relative;
}

#page-busy {
    
    background-color: rgba(32, 32, 32, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
}

.bounce-black {
    background-color: #333;
}
.bounce-white {
    background-color: #fff;
}

.spinner > div {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 
    40% { 
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
    }
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt { white-space: normal; }

.errorMessage {
    display: block;
    color: #ff0000;
}

.invalidInput { border: 1px solid #ff0000; }

.input-validation-error { border-color: #ff5652; }

.field-validation-error { position: absolute; }

.material-logo-img {
    width: auto;
    height: 100%;
    margin: 10px 0;
    background: url(../../Images/logo.png) no-repeat center;
    background-size: cover;
}

.page-busy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(243, 243, 234, 0.5);
    z-index: 999999999;
    align-items: center;
    justify-content: center;
    display: flex;
}

[data-ma-theme="black"] .header, [data-ma-theme="black"] .login__block__header, [data-ma-theme="black"] .login__block__btn { background-color: #000000; }

.tooltip-confirmation {
    width: 100%;
    padding: 0 1.1rem .7rem 1.1rem;
    color: #fff;
    text-align: center;
    background-color: #676767;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.no-bottom-border-radius {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.approve-confirm, .reject-confirm { width: 45px !important; }

.approve-confirm { margin-left: auto !important; }

.reject-confirm { margin-right: auto !important; }

.page-loader__spinner.small_spinner {
    width: 20px;
    height: 20px;
}

.dis-inline { display: inline; }

.col-50 { width: 50px; }

.col-100 { width: 100px; }

.col-150 { width: 150px; }

.col-180 { width: 180px; }

.col-50 { width: 50px; }

a.bottom-buttons { margin-right: 3px; }

.nav-tabs .nav-link.red-link::before { background-color: #FF4E4E; }

.col-item {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

.copy-to-clipboard-btn span { font-size: large; }

div.dataTables_length select { width: 100% !important; }

.store-logo{
    height: 35px;
}

.login {
    min-height: 90vh;
}

.product-added {
    max-width: 200px !important;
}

.price-slider-inner .ui-slider {
    cursor: pointer;
}

.dropdown-menu button.dropdown-item-user:focus {
    outline: 0;
}


.header .navbar-default .navbar-collapse li a.nav-link:focus:not(:hover) {
    color: #252525;
}


.mobile-menu-open-icon {
    width: 50px;
    line-height: 50px;
}


.navbar-toggler.collapsed .mobile-menu-open-icon {
    display: none;
}

.mobile-menu-close-icon {
    display: none;
}

.navbar-toggler.collapsed .mobile-menu-close-icon {
    display: inline-block;
}

.mobile-menu-open-icon:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    width: 30px;
    cursor: pointer;
    text-align: right;
    line-height: 50px;
}

input::-ms-reveal, input::-ms-clear {
    display: none;
}
.highlighted-item {
    border: 2px solid transparent;
}

    .highlighted-item:hover {
        border: 2px solid lightgrey !important;
        transition: all .5s linear;
    }

        .highlighted-item:hover a {
            color: #ccc;
            display: block;
            width: 100%;
        }


    .highlighted-item .card .card-body .card-title {
        text-align: center;
    }

    .highlighted-item .card .card-body .card-text {
        text-align: center;
    }

    .highlighted-item .card .card-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
