.logo {
    width: 100px;
    height: 80px;
    object-fit: contain;
}

.owl-next,
.owl-prev,
.nav-2 .owl-nav > div {
    padding: 0px 12px !important;
    background: #000 !important;
    color: #ffff !important;
    border-radius: 50% !important;
    height: 34px !important;
    width: 34px !important;
}

.discriptions > p,
.prod-tab-content p {
    margin-bottom: 6px;
}

.status-badge {
    padding: 2px 10px;
    color: #fff;
    border-radius: 12px 0px;
    margin-right: 10px;
}

.badge-completed {
    background: #04c60c;
}

.badge-processing {
    background: #009688;
}

.badge-processing {
    background: #009688;
}

.badge-pending {
    background: #ff9800;
}

.account-list.with-border li a.active {
    font-weight: bold;
    color: #000;
}

.custom-label {
    margin-bottom: 20px;
}

.productsList {
    margin-top: 3rem;
}

.caption-link {
    border: 1px solid #e3e3e3;
}

.section-space {
    margin-top: 6rem;
    margin-bottom: 3rem;
}

.section-space + .section-space {
    margin-top: 3rem;
}

label {
    background: #000;
    padding: 2px 10px;
    color: #fff;
    border-radius: 12px 0px;
    margin-right: 10px;
    color: #fff !important;
}

.nav-1 .owl-nav {
    top: -50px;
}

.nav-2 .owl-nav > div {
    font-size: 28px;
}

.disabled-btn {
    pointer-events: none;
    opacity: 0.3;
    cursor: not-allowed;
}

.disabled-option {
    opacity: 0.5;
    text-decoration: line-through;
}

#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fdfdfd;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pointer {
    cursor: pointer !important;
}

.side-menus {
    cursor: pointer !important;
}

#loader-overlay img {
    width: 200px;
}
#mistCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}
.primary-navbar > li > a {
    font-size: 18px;
}

.product-image {
    max-width: 100%;
}

.popups-light .modal-content {
    background-image: none;
}

.prod-tag-1 > span {
    background-color: #ff2020;
}

.theme-tabs > li.active a:before {
    display: none !important;
}

.black-mask:before {
    background: rgb(0 0 0 / 68%) none repeat scroll 0 0;
}

.theme-tabs > li a,
.theme-tabs > li a:hover,
.theme-tabs > li a:focus,
.theme-tabs > li.active a {
    font-weight: bold !important;
    font-size: 24px !important;
}

#tabs {
    margin-bottom: 20px !important;
}

.prod-wrap {
    border: 1px solid #eeeeee;
    padding: 15px;
    margin-bottom: 16px;
    border-radius: 4px;
}

.prod-title {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.prod-sub-title {
    border-bottom: 1px solid #000000;
    padding: 17px 0;
    padding-top: 0px;
}

body {
    background-color: #fdfdfd;
}
.btn-active {
    background: #fff;
    color: #000;
}
.btn-active span,
.btn-active i {
    color: #000;
}

.text-red {
    color: #cd0000;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #000000;
    border: 1px solid #000000;
    color: #fff;
}

.cart-img img {
    max-width: 50px;
}

.pointer {
    cursor: pointer !important;
}

.hidden {
    display: none !important;
}

.prod-price del {
    color: #ff0000;
}

.choose-clr a,
.choose-size a {
    width: auto;
    padding: 0px 4px;
    color: #000 !important;
}

.border-hover a::after {
    display: none;
}

.btn-primary {
    background-color: #000;
    color: #fff;
    border: none;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
    background-color: #673ab7;
}

.general-wrap {
    background: #fff;
}

.modal-general {
    background: #fff !important;
    background-image: none !important;
}

.modal-general::after {
    background: #fff !important;
}

.btn-progress {
    position: relative;
    background-image: url("../images/spinner.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    color: transparent !important;
    pointer-events: none;
}

.pt-20 {
    padding-top: 20px;
}

.pp_details {
    display: none;
}

.bold {
    font-weight: bold !important;
}

.form-control,
.input-group-addon,
.bootstrap-select .btn {
    border: 1px solid #cbcbcb;
}

.footer-logo {
    max-width: 80px;
}

.footer-items li {
    padding: 10px 16px 12px 16px;
}

/**
    MEDIA QUERIES
*/
@media (max-width: 768px) {
    .mtop {
        margin-top: 1em;
    }
    .product-image {
        max-width: 250px;
    }
    .header-logo img {
        width: 60px;
    }
    .main-header {
        padding: 6px 0;
    }
}
