/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.error-help-block{
    color: #ff0000;
}

/* Select 2 */
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    padding-left: 15px !important;
    padding-right: 0px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #EF7217 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0px !important;
}

/* Textarea */
textarea{
    height: auto !important;
}

#display_color .form-group .select2.select2-container--default:last-child {
    display: none;
}
#display_size .form-group .select2.select2-container--default:last-child {
    display: none;
}
#is_discount_area .form-group .select2.select2-container--default:last-child {
    display: none;
}


.btn-primary:disabled{
    background-color: #EF7217;
    border-color: #EF7217;
}

.flex-container {
    display: flex;
}
.flex-child {
    flex: 1;
}  

/* .input-group-text, select.form-control:not([size]):not([multiple]), .form-control:not(.form-control-sm):not(.form-control-lg){
    padding: 7px 12px !important;
} */

.read-more-show{
    cursor:pointer;
    color: #EF7217;
}
.read-more-hide{
    cursor:pointer;
    color: #EF7217;
}

.hide_content{
    display: none;
}
#productReview-form{
    width: 100%;
}
#productReview-form .modal-body{
    padding: 25px;
}
#productReview-form .close{
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1;
}
#productReview-form .close span:focus-visible, #productReview-form .close:focus-visible, #productReview-form .close:focus {
    outline: none;
}
#productReview-form label{
    font-size: 16px;
    margin-bottom: 20px;
}
#productReview-form label span{
   color: #000;
   font-weight: 700;
}
#productReview-form .review-image-section{
    max-height: 300px;
    height: auto;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
}
#productReview-form .review-image-section .reviewImage{
    border: 2px solid #f5f6f5;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: calc(16.66% - 10px);
    flex: 0 0 calc(16.66% - 10px);
    height: 112px;
    margin: 5px;
    overflow: hidden;
}
.banner-image-row{
    width: 30%;
}
.select2-container.select2-container--open .select2-selection--single, .select2-container.select2-container--focus .select2-selection--single{
    border-color: #EF7217 !important;
}

.reject_order_return .swal2-textarea{
    font-size: 15px;
}

.variant-color-picker-width {
    width: 10%;
}

.vendor-details p{font-size: 16px;}
.vendor-details p b{color: #34395e;}

@media only screen and (max-width: 991px) {   
    #productReview-form label {
        font-size: 14px;
        margin-bottom: 10px;
    }
     #productReview-form .review-image-section .reviewImage{
       max-width: calc(20% - 10px);
        flex: 0 0 calc(20% - 10px); 
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    #productReview-form .review-image-section .reviewImage{
       max-width: calc(33.33% - 10px);
        flex: 0 0 calc(33.33% - 10px); 
         height: 100px;
    }
}

.chat-image-box{background-repeat: no-repeat;background-size: contain;background-position: center;width: 200px;height: 150px;border: 1px solid #f5f6f5;border-radius: 10px;margin: 5px;display: inline-block;}
.chat-list-icon {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
a.disabled {pointer-events: none;cursor: default;}

.chat-notify-icon::before {
    content: "●";
    color: #28a745;
}

.range-color {
    -webkit-appearance: none;
    width: 80%;
    height: 13px;
    border-radius: 5px;
    background: #EF7217;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.range-color:hover {
    opacity: 1;
}

.range-color::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width:20px;
    height:20px;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
}

.range-color::-moz-range-thumb {
    width:20px;
    height:20px;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
}

.bootstrap-tagsinput .tag {
    text-transform: lowercase;
    background-color:#EF7217 !important;
    color: #fff;
}

#order-detail-modal .order-view-detail .thumb-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 150px;
    background-color: #f5f6f5;
}

.sub-order-header{
    padding: 10px 5px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.row-error-message {
    max-height: 200px;
    overflow: auto;
}

.admin-refund-detail-section .order-view-detail .thumb-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 150px;
    background-color: #f5f6f5;
}

.modal-fix-width {
    max-width: 1100px !important;
}

.input-mini.form-control {
    padding-left: 15% !important;
}

.order-total-text {
    /* font-weight: 600; */
    font-size: small;
}
.selectgroup.selectgroup-pills.variation-type-arr {
    display: inline-flex !important;
}

/* Form input borders - improve visibility */
.form-control,
.input-group-text,
.custom-select,
.custom-file-label {
    border-color: #ced4da;
}