#teamorder-modal .modal-custom .action-close:before,
#teamorder-modal .modal-popup .action-close:before,
#teamorder-modal .modal-slide .action-close:before {
    margin: 0 !important;
}

#teamorder-modal {
    font-size: 13px;
}

#teamorder-modal .form-control {
    font-size: 13px;
}

#teamorder-modal .form-check-label {
    padding-left: 0;
}

#teamorder-modal .form-radio-label {
    margin-left: 16px;
}

#teamorder-modal select.form-control:not([size]):not([multiple]) {
    height: 38px;
}

#teamorder-modal .modal-footer .btn {
    font-size: 1.4rem;
    height: 38px;
}

#teamorder-modal .modal-footer .btn:hover {
    color: #fff;
}

select[multiple] option {
    padding: 4px 2px;
    color: #767F84;
}

#pagination-js {
    display: flex;
}

#pagination-js>div.paginationjs {
    margin: auto;
}

.render-title,
.item-price {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 0;
}

.float-left {
    float: left;
}

label.error {
    color: red;
    display: inline-block;
    padding: 8px 0;
}

.owl-carousel .item {
    padding: 0 2.5em;
}

.owl-theme .owl-controls .owl-nav .disabled {
    cursor: not-allowed;
}

.product-item-info {
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 10px;
    margin-top: 1px !important;
    margin-left: 0px;
    padding: 10px 15px 10px 16px;
}

.product-item-info:hover {
    border-color: #AD000D;
    border-width: 1.5px;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
}

.sidebar.sidebar-main:before {
    content: none;
    position: absolute;
    left: 0;
    right: 22px;
    border: solid 1px #DAE2E6;
    top: 0;
    bottom: 0;
    border-radius: 2px;
}

.owl-top-narrow .owl-carousel .owl-item>.item {
    padding-top: 10px;
    padding-right: 1px;
}

.product-item-photo>a:not(.weltpixel-quickview):after {
    content: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s;
}

.toolbar .sorter {
    margin-bottom: 20px;
}

.owl-side-narrow .owl-controls .owl-nav>div.owl-prev em:before {
    color: #AD000D !important;
}

.owl-side-narrow .owl-controls .owl-nav>div.owl-next em:before {
    color: #AD000D !important;
}

.owl-prev {
    background-color: transparent !important;
}

.owl-next {
    background-color: transparent !important;
}

.price-wrapper {
    font-weight: bolder;
}

#owlCarousel .owl-prev,
#owlCarousel .owl-next {
    position: absolute;
    top: 40%;
    display: block !important;
    border: 0px solid black;
    font-size: 25px;
    background-color: rgba(204, 0, 17, 0.9) !important;
    width: 32px;
}

#owlCarousel .owl-prev {
    margin-left: -20px;
}

#owlCarousel .owl-next {
    right: -25px;
}

#owlCarousel .owl-prev i,
#owlCarousel .owl-next i {
    color: #fff;
}

#owlCarousel .owl-theme .owl-controls .owl-nav [class*=owl-] {
    font-size: 42px;
}

#owlCarousel .h1 {
    margin-bottom: 0 !important;
}

.product-options-bottom {
    margin-top: 10px;
}

.duplicate-item {
    margin-right: 5px;
}

.row-price {
    margin-bottom: 35px;
}

#teamorder-modal .mfp-close,
#teamorder-modal html .fancybox-close,
#teamorder-modal .modal-custom .action-close,
#teamorder-modal .modal-popup .action-close,
#teamorder-modal .modal-slide .action-close {
    top: 18px;
}

.modal-popup .modal-title {
    font-size: 38px;
}

.teamorder-bottom-actions {
    border-top: 1px solid #ccc;
    width: 100%;
    padding: 0;
    padding-bottom: 1.4rem;
    padding-top: 1.4rem;
}

#teamorder-modal .product-options-bottom,
#teamorder-modal .modal-popup.modal-slide._inner-scroll._show .modal-footer {
    display: none;
}

@media screen and (max-width: 992px) {
    .teamorder-bottom-actions {
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    .teamorder-bottom-actions {
        position: fixed;
        z-index: 999999;
        bottom: 0;
        left: 0;
        background-color: #fff;
    }

    .wrap-send-data {
        text-align: right;
    }

    #teamorder-modal {
        padding-bottom: 60px;
    }
}

.label.not-required::after {
    content: '';
    visibility: hidden !important;
}