﻿/* Scrollbar CSS */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

    /*::-webkit-scrollbar:hover,
    *:not(body):hover::-webkit-scrollbar {
        width: 14px;
        height: 14px;
    }*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #eee;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #2f3946;
    border-radius: 0;
}

/* Global CSS */
fieldset {
    border: 1px solid #a2a2a2;
    border-radius: 4px;
    padding: 5px;
}

    fieldset legend {
        width: initial;
        padding: 0 10px;
        color: #a2a2a2;
        border-bottom: none;
        padding: 0 5px;
        margin: .5rem;
    }

.no-criteria {
    border: none !important;
    margin: 0 !important;
}

.break-word {
    overflow-wrap: break-word;
}

.height-600 {
    height: 600px;
}

.height-400 {
    height: 400px;
}

.height-300 {
    height: 300px;
}

.height-200 {
    height: 200px;
}

.red {
    margin: 0 0 0 .45rem;
    color: #e02b27;
    font-size: 1.2rem;
}

.color-b {
    color: #282d3b;
}

.penone {
    pointer-events: none;
}

.dots {
    list-style-type: disc !important;
    padding-left: 1.7rem;
}

.missing {
    border: 1px solid #fa4a4a !important;
}

.order-font {
    font-size: 1.4rem;
    font-weight: bold;
}

.info-hover {
    font-size: 10px;
    background-color: #767f84;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.cart-discount {
    margin-bottom: 0;
}

.toggle-coupon {
    color: #007791;
    font-size: 15px;
}

    .toggle-coupon:hover,
    .toggle-coupon:focus {
        color: #007791;
        text-decoration: none;
    }

.sidebar-shop .widget {
    padding-bottom: 2.5rem;
}

.widget-body .custom-control {
    margin-top: 0;
    margin-bottom: 1rem;
}

#order-cart-section tr > td:last-child {
    text-align: right;
}

.toolbox.toolbox-pagination.top {
    height: 54px;
}

/* Loader CSS */
.loading-overlay {
    background: #000;
    opacity: 0.5;
    z-index: 2147483647;
}

body:not(.loaded) > *:not(.loading-overlay) {
    visibility: initial;
}

/* Map CSS */
.gm-style-cc {
    height: 28px !important;
    bottom: 0 !important;
}

.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint {
    top: 50px !important;
}

.gmnoprint > .gm-style-cc > div {
    font-size: 33px !important;
}

.gm-iv-address-link > a {
    margin-top: 0.1rem !important;
}

/* Modal CSS */
.modal#deleteCartModal,
.modal#updateCartModal,
.modal#addWishlistModal,
.modal#deleteWishlistModal,
.modal#moveWishlistModal {
    width: 340px;
    top: calc((100% - 320px) / 2);
    left: calc((100% - 320px) / 2);
    padding: 10px !important;
    overflow: hidden;
}

    .modal#deleteCartModal .modal-dialog,
    .modal#updateCartModal .modal-dialog,
    .modal#addWishlistModal .modal-dialog,
    .modal#deleteWishlistModal .modal-dialog,
    .modal#moveWishlistModal .modal-dialog {
        margin: 0;
    }

    .modal#deleteCartModal .modal-content,
    .modal#updateCartModal .modal-content,
    .modal#addWishlistModal .modal-content,
    .modal#deleteWishlistModal .modal-content,
    .modal#moveWishlistModal .modal-content {
        margin: 0;
    }

/* Header CSS */
.qac-results {
    position: absolute;
    top: 45px;
    background-color: #eee;
    border: 1px solid #999;
    border-radius: 4px;
    cursor: pointer;
    z-index: 2;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .qac-results img {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 2px;
        border-radius: 4px;
    }

    .qac-results h5 {
        color: #fff;
        font-weight: 600;
        margin: 5px;
    }

    .qac-results .dropdown-row {
        position: relative;
        padding: 0;
        height: 45px;
        border-bottom: 1px solid #282d3b;
    }

        .qac-results .dropdown-row:hover {
            background-color: #ccc;
        }

    .qac-results .section-title {
        background-color: #282d3b;
    }

    .qac-results .dd-fs {
        color: #393f4f;
        font-size: 10px;
        font-weight: 600;
    }

.header-search .select-custom {
    flex: 0 0 155px;
}

.megamenu-categories-ul {
    height: 300px;
    overflow-y: scroll;
}

#li_name {
    text-transform: initial;
    font-weight: 700;
    font-size: 11px;
    padding: 2px 9px;
}

.header-contact.no-border::after {
    content: none;
}

/* Footer CSS */
.footer-payment-options {
    margin-right: 0;
    margin-left: auto;
    max-width: 100%;
}

.footer-payments {
    height: 40px;
    max-width: 40px;
    display: inline-block;
    margin: 0 5px 10px 5px;
}

/* Select2 CSS */
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    color: #767f84;
    font-family: "Open Sans",sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    height: 4.6rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    max-width: 480px;
    padding: 1.25rem 1.5rem;
    transition: all .3s;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 10px;
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #767f84;
    line-height: 18px;
    padding-left: 0;
}

/* cart-box CSS */
.add-cart-box .btn-actions .btn-primary.w95 {
    width: 95px;
}

/* Default.aspx */
/*.brands-img {
    position: relative;
    height: 40px !important;
}*/

/* categories.aspx */
.main_category {
    display: block;
    height: 250px;
}

/* cart.aspx */
#cart_empty span {
    font-size: 26px;
    position: relative;
    top: 15px;
}

#cart_empty img {
    margin: auto;
}

p.cart-eo {
    font-size: 12px;
    position: relative;
    top: 5px;
    font-weight: 500;
}

.catAccordion li.open .accordion-btn.collapsed::before {
    content: '\e81c';
}

/* account.aspx */
.btn-orderprint {
    cursor: pointer;
}

    .btn-orderprint:hover {
        color: #6e8eae;
    }

.login-color {
    color: green;
}

.logout-color {
    color: red;
}

.address-book {
    /*border: none;
    margin: -14px;
    height: 40px;
    width: 100%;*/
    cursor: pointer;
}

.secondary-address {
    border-color: #282d3b;
}

.shipping-address-box {
    cursor: pointer;
}

    .shipping-address-box::after {
        content: '\e883';
        font-family: 'porto';
        position: absolute;
        right: 0;
        top: 0;
        height: 2.7rem;
        width: 2.7rem;
        font-size: 1.9rem;
        line-height: 2.1rem;
        padding-top: .2rem;
        text-align: center;
        background-color: #282d3b;
        color: #fff;
        opacity: 0.5;
        cursor: pointer;
    }

    .shipping-address-box.active::after {
        opacity: 1;
    }

#addresses_wrapper .info-hover {
    font-size: 13px;
    background-color: #282d3b;
    position: relative;
    bottom: 2px;
}

a.paya {
    display: inline-block;
}

a.paya img {
    height: 30px;
    vertical-align: text-bottom;
}

/* about.aspx */
#about_main_logo {
    margin: auto;
}

/* quickview.aspx */
.paction.add-wishlist:hover,
.paction.add-wishlist:focus,
.paction.btn-wishlist-login:hover,
.paction.btn-wishlist-login:focus {
    color: #fa4a4a;
    background-color: #fff;
    border-color: #d4d4d4;
}

.paction.add-wishlist::before {
    content: '\e889';
}

.paction.delete-wishlist {
    color: #fff;
    background-color: #fa4a4a;
    border-color: #d4d4d4;
}

    .paction.delete-wishlist::before {
        content: '\e88a';
    }

/* checkout.aspx */
.checkout-steps .dots li {
    margin-bottom: 0;
}

.checkout-progress-bar li.done > span {
    cursor: pointer;
}

.checkout-progress-bar li.done::before,
.checkout-progress-bar li.done > span::before {
    background-color: #28a745;
}

.checkout-progress-bar li.done.active::before,
.checkout-progress-bar li.done.active > span::before {
    background-color: #ff5501;
}

#checkout_tab_2 .custom-control {
    margin-top: 0;
}

#order-cart-section .table-mini-cart tr td {
    border-bottom: 0;
    padding: 5px 0px;
}

#order-cart-section .table-mini-cart tfoot tr:first-child {
    border-top: 1px solid #ccc;
}

#order-cart-section .table-mini-cart .price-col {
    font-size: 1.3rem;
}

/* blog.aspx */
.single-article-comment {
    margin: 5px 0;
}

#post_wrapper .read-all-comments {
    float: none;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fa4a4a;
    position: relative;
    top: 10px;
    left: 15px;
}

.answer-comment i {
    font-size: 40px;
}

.answer-comment > textarea {
    min-height: 80px;
}

.blog-tag.selected {
    display: block;
    margin: 0 .7rem .7rem 0;
    padding: 1.1rem 1.4rem;
    float: left;
    background-color: #fa4a4a;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 11px;
}

.blog-category.selected,
.blog-archive.selected {
    display: block;
    position: relative;
    padding: .9rem 0 .8rem 2rem;
    border-bottom: 1px solid #ededde;
    color: #767f84;
    background-color: #eee;
    font-size: 1.3rem;
}

/* thankyou.aspx rules */
#thankyou_wrapper p {
    font-size: 17px;
}

#thankyou_wrapper a {
    font-size: 17px;
    color: #fa4a4a;
}

/* contact.aspx rules */
#contact_container .form-footer {
    margin-bottom: 2rem;
}

#contact_container .light-title {
    margin-top: 0;
}

/* product.aspx rules */
#product_filters_container .product-single-filter label {
    min-width: 85px;
    text-align: right;
}

#product_filters_container .product-single-filter {
    padding-bottom: 0px !important;
}

/* Form - Custom Checkbox */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #282d3b;
}

.custom-control,
.custom-control-label,
.custom-control-label::before {
    cursor: pointer;
}

/* Theme product/category rules */
.product-category-panel {
    margin-bottom: 35px;
}

    .product-category-panel .owl-carousel {
        margin-top: -10px;
        padding-top: 10px;
    }

        .product-category-panel .owl-carousel .owl-nav button.owl-prev, .product-category-panel .owl-carousel .owl-nav button.owl-next {
            width: 30px;
            font-size: 24px;
            color: #333;
            line-height: 22px;
        }

        .product-category-panel .owl-carousel .owl-nav button.owl-prev {
            left: -41px;
        }

        .product-category-panel .owl-carousel .owl-nav button.owl-next {
            right: -41px;
        }

    .product-category-panel .section-title {
        padding-bottom: 1rem;
        border-bottom: 1px solid #dbdbdb;
        margin-bottom: 2.5rem;
    }

        .product-category-panel .section-title h2 {
            font: 700 1.6rem/1.2 "Open Sans", sans-serif;
            letter-spacing: -0.05em;
            color: #282d3b;
            text-transform: uppercase;
        }

.product-category {
    color: #1d2127;
    margin-bottom: 2rem;
    position: relative;
}

    .product-category a:hover {
        color: inherit;
    }

    .product-category figure {
        margin-bottom: 0;
        position: relative;
    }

        .product-category figure::after {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-color: rgba(27, 27, 23, 0.15);
            transition: all 0.3s;
            z-index: 1;
            content: '';
        }

    .product-category:hover figure::after {
        background-color: rgba(27, 27, 23, 0.3);
    }

.category-content {
    padding: 20.4px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .category-content h3 {
        font: 700 1.5rem/1.35 "Open Sans", sans-serif;
        letter-spacing: -0.005em;
        margin-bottom: 1rem;
        text-transform: uppercase;
    }

    .category-content span {
        font: 400 10.2px/1.8 "Open Sans", sans-serif;
        letter-spacing: normal;
        margin-top: -10px;
        text-transform: uppercase;
        opacity: .7;
    }

        .category-content span mark {
            padding: 0;
            background-color: transparent;
            color: inherit;
        }

.content-left-center .category-content,
.content-left-bottom .category-content,
.content-center .category-content,
.content-center-bottom .category-content {
    padding: 20.4px 25.5px;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}

    .content-left-center .category-content h3,
    .content-left-center .category-content span,
    .content-left-bottom .category-content h3,
    .content-left-bottom .category-content span,
    .content-center .category-content h3,
    .content-center .category-content span,
    .content-center-bottom .category-content h3,
    .content-center-bottom .category-content span {
        color: white;
    }

.content-left-center .category-content,
.content-center .category-content {
    left: 0;
    top: 50%;
}

.content-left-center .category-content {
    align-items: unset;
}

.content-left-bottom .category-content {
    align-items: unset;
    left: 0;
    bottom: 0;
    transform: none;
}

.content-center-bottom figure {
    min-height: 90px;
}

.content-center-bottom .category-content {
    bottom: 0;
    transform: none;
    padding: 20.4px 0;
}

    .content-center-bottom .category-content h3,
    .content-center-bottom .category-content span {
        margin-bottom: 0;
        color: #1d2127;
    }

.overlay-lighter figure::after {
    background-color: rgba(27, 27, 23, 0);
}

.overlay-lighter:hover figure::after {
    background-color: rgba(27, 27, 23, 0.15);
}

.overlay-darker figure::after {
    background-color: rgba(27, 27, 23, 0.25);
}

.overlay-darker:hover figure::after {
    background-color: rgba(27, 27, 23, 0.4);
}

.overlay-light figure::after {
    background-color: rgba(27, 27, 23, 0.75);
}

.overlay-light:hover figure::after {
    background-color: rgba(27, 27, 23, 0.6);
}

.hidden-count .category-content span {
    max-height: 10px;
    transition: all .5s;
    transform: translateY(20%);
    opacity: 0;
}

.hidden-count:hover .category-content span {
    max-height: 30px;
    transform: none;
    opacity: .7;
}

.creative-grid .product-category {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
}

    .creative-grid .product-category.content-left-bottom .category-content {
        margin-bottom: 20px;
    }

    .creative-grid .product-category figure {
        height: 100%;
    }

        .creative-grid .product-category figure img {
            object-fit: cover;
        }

.product-default .product-label.label-cut {
    background-color: #55bb57;
}

/* filters rules */
.clear-filters {
    background-color: #282d3b;
    color: #fff;
    padding: 2px 9px;
    border-radius: 4px;
    cursor: pointer;
}

.clear-filters:hover {
    opacity: 0.95;
}

.clear-filters > span {
    background-color: #fa4a4a;
    border-radius: 50%;
    font-size: 12px;
    position: relative;
}

/* Responsive CSS */
@media screen and (min-width: 768px) {
    .shipping-address-box {
        width: 30%;
        margin: 0 12px 28px;
    }
}

@media screen and (max-width: 767px) {
    .shipping-address-box {
        margin: 0 0 10px;
    }
}

@media screen and (min-width: 992px) {
    .sidebar-opened .sidebar-shop {
        top: 44px;
    }
}

@media screen and (min-width: 462px) {
    .logo img {
        height: 100px;
    }
}


body.loading:after {
    content: url('/Clients/pulse.svg');
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1111;
    background: #333;
    top: 0;
    left: 0;
    opacity: 0.55;
    text-align: center;
}