/* Author: Meraj */


input::placeholder {
    color: rgb(117, 116, 116);
}

.add-product-container .card {
    height: 100%;
}

.add-product-container .product-main-heading,
.add-product-container .card-title {
    color: #000;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: capitalize;
}

.add-product-container .card-title {
    font-size: 24px;
    line-height: 36px;
}

/* .add-product-container label {
    text-align: right;
} */

.add-product-container .form-control {
    font-size: 14px;
    color: #000;
}

.add-product-container .form-control:focus {
    box-shadow: none;
}


.add-product-container .input-group-text,
.add-product-container .form-group {
    font-size: 14px;
    color: #000;
}


.add-product-container .required:before {
    content: '*';
    color: #ED1B69;
    margin-right: 5px;
    font-size: 16px;
}

.add-product-container .btn-tags {
    background: #F8AAC7;
    margin: 5px 7px 0 0;
    border-radius: 17px;
    color: #6E0C31;
    font-weight: bold;
    font-style: italic;
}

.add-product-container .btn-tags .fa {
    font-size: 16px;
    font-weight: 400;
    margin-left: 15px;
}

.add-product-container .btn-create,
.btn-ham,
.btn-draft {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    margin-left: 20px;
}

.add-product-container .btn-create {
    background: #ED1B69;
    color: #fff;
}

.add-product-container .btn-ham,
.btn-draft,
.btn-common {
    border: 1px solid #ED1B69;
    color: #ED1B69;
    font-weight: 700;
}

.divider-line {
    background: #ED1B69;
}

.add-product-container .input-group-text {
    background: transparent;
    border: none;
}

/* .price .input-group-text {
    border: 1px solid #ced4da;
    padding-right: 2px;
}

.price .input-group .form-control {
    border-left: none;
    padding-left: 0;
}

.price .form-control:focus {
    border-color: #ced4da;
} */


.custom-image-upload input[type=file] {
    display: none;
}

.custom-image-upload label {
    padding: 10px 15px;
    border: 1px dashed rgba(0, 0, 0, .5);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    cursor: pointer;
}

.custom-image-upload.color-pattern label {
    padding: 5px 10px;
    margin-bottom: 0;
}


.custom-image-upload label .upload-icon {
    margin-left: 15px;
    margin-top: -10px;
}


.custom-image-upload.color-pattern label .upload-icon {
    margin-left: 0;

}


.add-product-container .alert-danger {
    background: #F8AAC7;
    color: #6E0C31;
}

.field-wrapper {
    padding-right: 15px;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.color-wrapper {
    display: flex;
    align-items: center;
}

#color_picker {
    background-color: #fff;
    padding: 0;
    height: 45px;
    width: 60px;
    border: none;
    margin: 0 20px;

}

.sku-details {
    margin-bottom: 50px;
}

.toggle-status .toggle {
    position: relative;
    width: 30px;
    height: 15px;
    cursor: pointer;
}

.toggle-status input {
    display: none;
    width: 0;
    height: 0;
    border: none;
}

.toggle-status .slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #ED1B69;
    border-radius: 15px;
    border: 1px solid #808080;
}


.toggle-status .slider:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    left: -5px;
    bottom: -3px;
    transition: .4s all;
    background: #808080;
}

.toggle-status input:checked+.slider:before {
    transform: translateX(15px);
    background: #ED1B69;
}

.toggle-status input:checked+.slider {
    border: 1px solid #ED1B69;
}


.product-list .list-first {
    display: flex;
    align-items: center;
}


.product-list .list-first .product-thumb {
    margin-left: 20px;
}

.product-list .list-first .sku,
.product-list .list-second,
.product-list .list-third {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.product-list .sku-name {
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    color: rgba(0, 0, 0, .5)
}

.product-list .sku-title,
.product-list .product-title,
.product-list .brand {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
}

.product-list .sale-price {
    color: #000;
    font-weight: 700;
}

.product-list .regular-price {
    color: #000;
    text-decoration: line-through;
}

.list-control {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

.list-control span {
    cursor: pointer;
}

.add-product-container .error {
    color: #ED1B69;
}

.add-sku-form {
    display: none;
}

/* .product-list {display: none} */

hr.title-bt {
    margin-top: 0;
}

.pip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.pip .remove {
    font-size: 20px;
    cursor: pointer;
}

.pip img {
    max-width: 180px;
    height: 115px;
    margin-right: 25px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}

.add-product-btn {
    background: #ED1B69;
    color: #fff;
    font-weight: 700;
}

.add-product-btn:hover {
    background: #ED1B69;
}

.add-product-btn i {
    margin-left: 15px;
    font-weight: 300;
}

/*
.fixed-sidebar .app-main .app-main__outer.product-page {
    padding-left: 0;
} */



.product-item {
    display: flex;
    padding: 20px 10px;
}

.id-wrap,
.name-wrap,
.sku-details-wrap,
.price-wrap,
.option-list {
    margin-left: 1%;
}

.id-wrap {
    width: 15%;
}

.id-wrap .list-wrap {
    display: flex;
    align-items: center;
    flex-direction: row;


}

.id-wrap .toggle-status {
    margin-right: 10%;
}

@media(max-width: 1170px) {
    .id-wrap .list-wrap {
        flex-direction: column;
    }
}

.name-wrap {
    width: 22%;
}

.list-wrap {
    display: flex;
    flex-direction: column;

}

.sku-details-wrap {
    width: 20%;
}

.price-wrap {
    width: 18%;
}

.product-thumb {
    margin-left: auto;
}

.product-thumb img {
    max-width: 100%;
}


.list-control {
    width: 20%;
}


.parent-product {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;

}

.product-title-item {
    align-items: center;
}

.toggler {
    margin-right: 5px;
    color: #ED1B69;

}

.toggler .fa {
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
}


.picker .pc-element {
    background-color: #F8AAC7;
    margin: 5px 7px 0 0;
    border-radius: 17px;
    color: #6E0C31;
    font-weight: bold;
    font-style: italic;
    padding: .375rem 2rem .375rem .75rem;
    cursor: pointer;
    border: none;

}



.picker .pc-element:hover {
    background-color: #F8AAC7;
    border: none;
    color: #6E0C31;
}

.picker .pc-select .pc-trigger {
    padding: 10px;
    border: 1px solid #ced4da;
    color: #000;
    border-radius: 5px;
    background: #fff;
    display: block !important;
    font-weight: 400;
    font-style: normal;


}

.picker .pc-select .pc-trigger:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    position: absolute;
    right: 15px;
}

.picker .pc-select .pc-trigger:hover {
    background: #fff;
    border: 1px solid #ced4da;
}



.picker {
    width: 100%;

}

.picker .pc-select {
    min-width: auto;
    max-width: initial;
    width: 100%;
}

.picker .pc-element .pc-close,
.picker .pc-trigger .pc-close {
    top: 42%;
    right: 9px;
}




.list-control .option {
    position: relative;
}

.list-control .dropdown-option {
    position: absolute;
    background: #fff;
    top: 30px;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 10px 20px;
    display: none;
}

.list-control .dropdown-option a {
    color: #000;
}


/*CSS after last integration*/


.clear-filters {
    color: #ED1B69 !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
    display: block;
    cursor: pointer;
}

.product-list .card {
    margin-top: 20px;
    height: auto;
}


.list-control .dropdown-option {
    z-index: 1111;
}

.card.filters {
    height: auto;
}

.quantity-display,
.stock-display {
    display: flex;
    justify-content: space-between;
}


.price-ft,
.stock-ft {
    font-style: italic;
    color: #000;
    background: #E5E5E5;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.slider.slider-horizontal {
    width: 100% !important;
}

.slider-handle,
.slider-selection {
    background-image: none;
    background-color: #ED1B69;
}

.slider-handle {
    opacity: 1;
}

.slider.slider-horizontal .slider-handle {
    margin-top: -9px;
}

.slider.slider-horizontal .slider-track {
    height: 4px;
}


.custom-control-input:focus~.custom-control-label::before {
    border-color: #ED1B69 !important;
    /* box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important; */
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #ED1B69 !important;
    background-color: #ED1B69 !important;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #ED1B69 !important;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #ED1B69 !important;
    border-color: #ED1B69 !important;
}

.others label {
    margin-bottom: 5px;
    color: #000;
}

.custom-control-label::before {
    border: 1px solid #000;
}

.button-icons {
    margin-left: auto;
}

.button-icons img {
    width: 40px;
    cursor: pointer;
    margin-right: 10px;
}

.sect-title {
    font-weight: bold;
    color: #000;
}

.product-headings {
    text-align: center;
}

.parent-product .sku-title {
    font-weight: 400;
    color: #000;
}

.parent-product .product-title {
    color: #000;
}

.parent-product .id-wrap {
    color: #000;
}


.list-control svg {
    max-width: 15px;
}

.stock-filter {
    margin: 50px 0;
}

.product-headings .product-title-item {
    padding-bottom: 0;
}

.parent-product .product-item {
    padding: 0;
}

.page-item.active .page-link,
.pagination .active.page-number .page-link {
    background-color: #ED1B69;
}

.page-item.active .page-link,
.pagination .active.page-number .page-link {
    border-color: #ED1B69;
}

.form-control::placeholder {
    color: #000;
}

.count-parent {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
}

.count-item {
    color: #fff;
    font-size: 42px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}