.all-pro-count {
    text-align: right;
    float: right;
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.filter_bl a {
    color: #3E5498;
}

.foot_links {
    margin-top: 10px;
}

.footer-whatsapp-logo {
    margin-left: 5px;
}

#errors-msg ul {
    padding: 10px 20px;
    border: 1px solid;
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 3px;
    font-size: 15px;
    background: rgba(255, 0, 0, 0.5);
    border-bottom: 1px;
    border-color: transparent;
}

.error-msg ul li {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.choose-post-type {
    border: none !important;
    padding-top: 20px;
    padding-left: 40px;
    font-weight: bold;
    font-size: 15px;
}

.qdownloaded-img {
    object-fit: contain;
    box-sizing: content-box;
    width: 100%;
}

.photo__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.addable-item_active {
    opacity: 1;
}

.addable-item_active .delete-btn {
    visibility: visible;
    position: relative;
    z-index: 2;
}

.addable-item_active .add-btn {
    visibility: hidden;
}

.addable-item_active .add-row {
    visibility: visible;
    display: block;
}

.addable-item_active .fields__settings {
    visibility: visible;
}

.add-block_download {
    max-width: 15rem;
}

.add-block_download .input__title {
    padding-left: 0;
}

.photo__list .photo__item {
    padding-right: 13px;
    display: flex;
}

.photo__item.addable-item {
    margin: 0px;
}

.photo__item .add-block {
    padding: 0px;
    margin: 0px;
}

.photo__item .add-block .add-btn {
    background: transparent;
}

.photo__item .form-group {
    margin-bottom: 0px;
}

.photo__item .addable-item_active .delete-btn {
    margin: 0px;
}

.delete-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.delete-btn img {
    width: 20px;
    margin-right: 15px;
}

.photo__item .file__name .file__clear {
    top: 3px;
}

.photo__item .icon-delete::before {
    content: url(../img/svg/icon-clear.svg) !important;
}

.photo__item .delete-btn {
    margin: 0px;
    text-align: center;
}

.photo__list .file__name {
    max-width: 114px;
}

.addable-item {
    margin-top: 2rem;
    opacity: .5;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.addable-item:hover {
    opacity: 1;
}

.add-block {
    padding: 20px;
    margin: -20px;
    position: relative;
}

.add-block .add-btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(235, 235, 235, 0.5) url("../img/plus.svg") center center no-repeat;
    border-radius: 8px;
}

.add-block+.delete-btn {
    visibility: hidden;
}

.add-btn {
    cursor: pointer;
}

.delete-btn {
    text-align: right;
    color: #df6161;
    margin: 0px 15px 20px 0;
}

.delete-btn span {
    cursor: pointer;
}

.delete-btn span:hover {
    opacity: .8;
}

.addable-item_active {
    opacity: 1;
}

.addable-item input {
    opacity: 0;
}

.addable-item_active input {
    opacity: 1;
}

.addable-item_active .delete-btn {
    visibility: visible;
    position: relative;
    z-index: 2;
}

.addable-item_active .add-btn {
    visibility: hidden;
}

.addable-item_active .add-row {
    visibility: visible;
    display: block;
}

.addable-item_active .fields__settings {
    visibility: visible;
}

.add-block_download {
    max-width: 15rem;
}

.add-block_download .input__title {
    padding-left: 0;
}

.photo__list .photo__item {
    padding-right: 13px;
}

.photo__item.addable-item {
    margin: 0px;
}

.photo__item .add-block {
    padding: 0px;
    margin: 0px;
}

.photo__item .add-block .add-btn {
    background: transparent;
}

.photo__item .form-group {
    margin-bottom: 0px;
}

.photo__item .addable-item_active .delete-btn {
    margin: 0px;
}

.photo__item .file__name .file__clear {
    top: 3px;
}

.photo__item .icon-delete::before {
    content: url(../img/svg/icon-clear.svg) !important;
}

.photo__item .delete-btn {
    margin: 10px 0px;
    text-align: center;
}

.photo__list .file__name {
    max-width: 114px;
}

.program__date .addable-item_active {
    border-top: 1px solid #e7e7e7;
    padding-bottom: 5px;
    padding-top: 40px;
}

.program__date .addable-item_active:first-child {
    border-top-color: transparent;
    padding-top: 0;
}

.program__date .addable-item_active .delete-btn {
    margin-bottom: 30px;
}

.program__date .addable-item_active .delete-btn span {
    float: right;
}

.program__time {
    padding-right: 24px;
}

.program__time .input_small {
    max-width: 161px;
}

.add-fields .row:first-child .form-group {
    margin-bottom: 2rem;
}

.add-fields .row .form-group {
    margin-bottom: 1rem;
}

.addable-row {
    position: relative;
}

.delete-row {
    position: absolute;
    right: -33px;
    top: 33px;
    cursor: pointer;
    visibility: hidden;
}

.add-row {
    color: #3dc1ce;
    padding-left: 15px;
    visibility: hidden;
    display: none;
}

.add-row span {
    cursor: pointer;
    float: left;
}

.file .form-group .input__title {
    padding-left: 0;
}

.file_download {
    cursor: pointer;
}

.file_download .delete-btn {}

.file_download.file_downloaded {
    cursor: default;
}

.file__bg {
    width: 11.4rem;
    height: 10.1rem;
    background: center center/cover no-repeat;
    border-radius: 8px;
    overflow: hidden;
    margin: 1.7rem auto 0.7rem;
    position: relative;
    opacity: 1;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.file_download:hover>.file__bg {
    opacity: 0.5;
}

.file_download:hover>.delete-btn {
    opacity: 1;
}

.file__bg::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(235, 235, 235, 0.5) url("../img/plus.svg") center center no-repeat;
    background-size: 50%;
}

.qdownloaded::after {
    background: none;
}

.file__name {
    visibility: hidden;
    font-size: 1.2rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 116px;
    position: relative;
    padding-right: 15px;
    line-height: 1.3;
}

.file__name .file__clear {
    position: absolute;
    top: -1px;
    right: 0;
}

.file_downloaded .file__bg {
    opacity: 1;
}

.file_downloaded+.file__name {
    visibility: visible;
}

.file_downloaded .file__bg::after {
    content: normal;
}

.input_file:not(:disabled) {
    cursor: pointer;
}

.file__description {
    font-size: 1.2rem;
    color: #cacaca;
    margin-top: 1rem;
    white-space: nowrap;
}

[hidden] {
    display: none !important;
}

.q-back {
    display: none;
}

.modal-x {
    position: absolute;
    top: -20px;
    right: -20px;
}


.pad20 {
    padding-top: 20px;
}

#uploadFile {
    width: 150px;
    height: 150px;
    margin: 0 20px 20px 0;
    border-radius: 4px;
    border: 0;
    background-color: rgb(20, 110, 180);
    color: #FFF;
    position: relative;
    padding: 0px;
    margin: 0;
    opacity: 0;
}

.colvo_inpt {
    max-width: 100px;
}

button.input-file {
    position: relative;
    padding: 0px;
    background: #008be4;
    border-radius: 15px;
    border: 1px solid #008be4;
}

button.input-file label {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}


.emty-products {
    border: 1px solid #008be4;
    padding: 20px;
    text-align: center;
    margin: 20px;
    background: #008be4;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.edit-btn {
    border: 2px solid #008be4;
    margin: 20px 0px;
}

.delivery-colum {
    padding: 10px 15px;
}

.delivery-colums {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.fieldse-css-second {
    width: 40%;
}

.fieldset-css-parent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fieldse-css-second button {
    border: 0;
    border-radius: 4px;
    background-color: #20A8E1;
    color: #FFF;
    font-size: 14px;
    padding: 10px 50px;
    text-decoration: none;
}

.fieldset-css {
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    width: 60%;
    display: flex;
    margin: 20px;
    justify-content: center
}

.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label {
    display: inline-block;
    padding: 10px;
    /* margin-right: 18px; */
    border-radius: 3px;
    transition: all .2s;
    width: 100%;
    border: 4px solid #f1f1f1;
    margin: 0px 19px;
}

.radio-inline__label img {
    width: 100%;
}

.radio-inline__input:checked+.radio-inline__label {
    background: #ffffff;
    color: #fff;
    text-shadow: 0 0 1px rgb(20, 110, 180);
    border-color: #008be4;
}

.radio-inline__label span {
    color: #000;
    font-size: 7px;
    font-weight: bold;
    text-transform: uppercase;
}

.radio-inline__input:checked+.radio-inline__label::before {
    position: absolute;
    content: '';


}

.radio-inline__input:focus+.radio-inline__label {
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}


.error-you-shop {
    background: #edeff1;
    padding: 40px 20px;
    text-align: center;
    font-size: 25px;
    color: #008be4;
    border-radius: 10px;
    font-weight: bold;
    /* text-transform: unset; */
}

.gram {
    margin: 5px 10px;
    display: block;
    color: #666;
}

.sms-welcome {
    font-size: 14px;
    text-align: left;
    border: 1px solid #ededed;
    width: 50%;
    padding: 15px;
    margin-bottom: 20px;
}

.sms-welcome span {
    color: #008be4;
    font-weight: bold;
}

.q-form input {
    border: 1px #DDD solid;
    padding: 10px 20px;
    font-size: 14px;
}

.q-blue {
    color: #008be4;
    font-weight: bold;
}

.q-form .q-form-div {
    margin-bottom: 20px;
}

.q-form input[type="submit"] {
    background-color: #20A8E1;
    color: #FFF;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}

.form_bl select {
    display: block;
    width: 100%;
    border: 1px #DDD solid;
    padding: 10px 20px;
    font-size: 14px;
}

.invalid-feedback {
    color: red;
    padding: 10px 20px;
    display: block;
}

.added_photo,
.add_newphoto {
    object-fit: cover;
}

.bread li:last-child span {
    display: none;
}

ul.static-menu,
.static-menu ul {
    list-style-type: none;
}

.static-menu a {
    text-decoration: none;
}


.static-menu {
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.static-menu .category,
.static-menu .sub-category,
.static-menu .static-link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 15px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.static-menu li:last-child .category,
.static-menu li:last-child .sub-category,
.static-menu li:last-child .static-link {
    border-bottom: 0;
}

.filter_bl .list li a:before {
    content: unset;
}

/*.static-menu li div i:before {
    content:"\f077";
    font-family: FontAwesome;
    font-weight:normal;
    font-style: normal;
    transition: all .3s ease-in-out;
}*/
/*.static-menu li.open div i:before {
    content:"\f077";
}*/

/*.static-menu li div i {
    width: 15px;
    height: 15px;
    background-color: transparent;
    background-image: url(../img/arr-cat.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}*/

.static-menu li {
    position: relative;
}

.static-menu .parent_cat.category {
    position: absolute;
    right: 0;
    top: 10px;
    padding: 0;
    width: 15px;
    height: 15px;
    background-color: transparent;
    background-image: url("../../images/arr-cat.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}


.static-menu .sub-menu {
    display: none;
}


.static-menu .sub-menu a {
    display: block;
    text-decoration: none;
    /*color: #4d4d4d;
    padding: 12px;
    padding-left: 15px;*/
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.money span {
    color: #aaa;

}

.kazpost-pay {
    height: 30px;
    width: auto;
    display: block;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}


.type_delivery {
    padding: 5px 5px;
}


.q-item {
    margin: 10px 0px;
}

.q-item .btn {
    min-width: 100px;
}


.cart_bl .qcart_b1-null {
    padding: 20px;
    text-align: center;
    font-size: 23px;

}

.modal_favorite .modal_body {
    text-align: center;
    padding: 10px;
}

.result.orange {
    background: #f5a63b;
}

.steps_order a {
    text-align: center;
    text-decoration: none;
}

.step_item.act_step:hover {
    text-decoration: none;
    color: #fff;
}

.q-cart-row .grid_two {
    grid-template-columns: 400px 1fr;
}

.go_order {
    border: none;
}

.nex_step:disabled {
    opacity: 0.5;
}

.account-already {
    display: none;
    padding: 10px 20px 10px 30px;
}

.account-already a {
    color: #008be4;
}

.blue-btn {
    border: 0;
    border-radius: 4px;
    background-color: #20A8E1;
    color: #FFF;
    font-size: 14px;
    padding: 10px 50px;
    text-decoration: none;
}

.q-empty-cart {
    padding: 40px;
    text-align: center;
}

.q-empty-cart-title {
    font-size: 40px;
    font-weight: bold;
    color: #f4a039;
}

.q-empty-cart-subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #008be4;
    margin-top: 20px;
}

.foot_details form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 30px 35px;
}

.orders.errors {
    text-align: center;
    color: red;
    border: 1px solid;
    width: 300px;
    margin: 0 auto;
    padding: 10px;
}

.page-type-of-payment {
    margin: 20px 0px;

}

.page-type-of-payment p {
    font-size: 14px;
}

.q-form-inputs {
    display: flex;
    justify-content: center;
}

.q-form-input {
    margin: 0px 10px;
    max-width: 250px;
    width: 100%;
}

.q-form-title {
    font-size: 25px;
    text-align: center;
    margin: 25px 0px;
    font-weight: bold;
    color: #3E5498;
}

.q-form-input input {
    border: 1px solid black;
    padding: 10px 20px 10px 20px;
}

.q-form-success {
    font-size: 25px;
    text-align: center;
    color: green;
    font-weight: bold;
}

.q-form-error {
    font-size: 25px;
    text-align: center;
    color: red;
    font-weight: bold;
}

.q-callback-form-btn {
    position: fixed;
    bottom: 100px;
    right: 100px;
    border-radius: 20px;
    padding: 20px;
}

.filter_item {
    margin: 20px 0px;
}

.filter-btn.btn {
    margin: 20px 0px;
    background: #008be4;
}


.qmessage-success {
    text-align: center;
    color: green;
    font-size: 20px;
}

.ps_in_way {
    background: #20E190;
}

.ps_error {
    background: red;
}

.ps_in_process {
    background: #008be4
}

.ps_in_payed {
    background: #03A9F4
}

.ps_in_way {
    background: #20E190;
}

.ps_in_delivered {
    background: #00FF57;
}

.ps_complete {
    background: #4CAF50;
}

.ps_to_pay {
    background: #FFC107;

}

.q-select {
    padding: 10px;
}

.slider_product_item .product_img img {
    /* max-width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center center; */
}

.form_edit .submit-btn {
    margin: 20px 0px;
    background: linear-gradient(180deg, #F5A93D 0%, #E15730 100%);
    color: #fff;
}


.list-wrapper {
    padding: 15px;
    overflow: hidden;
}

.list-item {
    /*border: 1px solid #EEE;*/
    background: #FFF;
    margin-bottom: 10px;
    padding: 10px;
    /*box-shadow: 0px 0px 10px 0px #EEE;*/
}

.list-item h4 {
    color: #FF7182;
    font-size: 18px;
    margin: 0 0 5px;
}

.list-item p {
    margin: 0;
}

.simple-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

svg {
    fill: #9D9D9D;
}

.simple-pagination li {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #9D9D9D;
    border-radius: 3px;
    padding: 6px 10px;
}

.simple-pagination li a:hover,
.simple-pagination li span:hover {
    background-color: #20A8E1;
    color: #fff;
}


.simple-pagination .current {
    color: #fff;
    background-color: #20A8E1;
}

.simple-pagination .prev,
.simple-pagination .next {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #9D9D9D;
    font-weight: bold;
    background-color: unset;

}

.simple-pagination .prev:hover,
.simple-pagination .next:hover {
    color: #17295F;
    background-color: unset;
}


.cs-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #008be4;
    z-index: 999999;

}

.cs-loader-in {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cs-loader-inner {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: calc(100% - 200px);
    color: #FFF;
    padding: 0 100px;
    text-align: center;
}

.cs-loader-inner label {
    font-size: 20px;
    opacity: 0;
    display: inline-block;
}

@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        transform: translateX(0px);
    }

    66% {
        opacity: 1;
        transform: translateX(0px);
    }

    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}

@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}

.cs-loader-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out;
}

.qcatalog_cats {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.q-cat-item {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #008be4;
    transition: all .5s;
    background: #fff;
    text-decoration: none;
    color: #008be4;
}

.q-cat-item-img img {
    width: 100px;
}

.q-cat-item-desc {
    font-size: 15px;
    margin: 15px 0px;
}

.q-cat-item:hover {
    transform: scale(1.13);
    box-shadow: 0px 0px 5px #000;
}

.status {
    margin-bottom: 10px;
}

.status a {
    color: #fff;
    text-decoration: none;
}

.status a:hover {
    text-decoration: none;
}

.review-btn {
    padding: 5px 10px;
    background: #f5a93d;
    border: 1px solid #f5a93d;
    color: #fff;
    margin-top: 36px;
    text-decoration: none;
    transition: all .5s;
}

.review-btn:hover {
    color: #fff;
    box-shadow: 0px 0px 5px #000;

}

.thumb-in-1 img {
    width: 20px;
    text-align: center;
    margin: 0 auto;
}

.thumb-in-1 {
    margin-bottom: 5px;
}

.color_bl label {
    padding: 0px 15px;
    margin: 0px 5px;
}

.thumb {
    display: flex;
    text-align: center;
}



@media (max-width: 780px) {
    .table-parent-product, .delivery-destination-group {
        overflow-x: scroll;
    }
    .product-label-delivery-type, .product-label-destination {
        padding: 10px;
    }
    .left_bl .list {
        padding: 0 0 0 40px;
    }

    .left_bl {
        margin-bottom: 2rem;
    }

    .modal {
        padding: 0px 20px;
    }

    .product-detail-buttons {
        display: block;
    }

    .grid_two {
        grid-template-columns: 1fr;
    }

    .catalog_product .slider_product_item {
        border-radius: 10px;
        padding: 10px;
    }

    .grid_two50 {
        grid-template-columns: auto;
        display: block;
    }
    .modal-responsive {
        max-width: 100%;
    }

    .single_left {
        width: 100%;
    }

    .buy_tocart,
    .add_tocart {
        width: 100%;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
    }

    .fieldset-css-parent {
        display: block;
        justify-content: center;
        align-items: center;
    }

    .fieldset-css {
        display: flex;
        width: 100%;
        justify-content: center;
        margin: 0px;
    }

    .fieldse-css-second {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0px;
    }

    .delivery-colums {
        display: block;
    }

    .sms-welcome {
        width: 100%;

    }

    .q-back {

        display: block;
        float: right;
        text-align: right;
        padding: 5px 15px;
        background: #008be4;
        color: #fff;
        margin: -10px;
        text-transform: uppercase;
        text-decoration: none;
    }

    .grid_two {
        display: block;
    }

    .user_data_mob img {
        width: 100px;
        height: 100px;
        margin: 0 auto 10px;
        display: block;
        border-radius: 4;
        object-fit: contain;
        object-position: center center;
        border-radius: 50%;
        background: #36599e;
    }

    .left_bl .list_cat {
        margin-bottom: 20px;
    }

    .pop_sec {
        border: none;
    }

    .how_sec {
        margin-top: 40px;
    }

    .second_category {
        margin: 20px 0px;
    }

    .third_category {
        margin: 20px 0px;
    }

    .file__bg {
        width: 7.4rem;
        height: 7.4rem;
    }
}

div.phpdebugbar-closed,
div.phpdebugbar-minimized {
    /*display: none !important;*/
}

.q-parametrs {
    padding: 20px 0px;
    max-width: 250px;
}

.q-params-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 5px;
    align-items: center;
}

.q-params-item select {
    padding: 5px;
}


/* The container */
.q-checkmark-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.q-checkmark-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.q-checkmark-container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.q-checkmark-container input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.q-checkmark-container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.q-checkmark-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.q-filter-item {
    margin-top: 20px;
}

.user-type-group .btn {
    color: #20A8E1 !important;
    border: 1px solid #20A8E1;
    border-radius: 0;
}

.user-type-group .btn:hover {
    color: white !important;
}

.user-type-group .btn-check:checked+.btn-outline-primary {
    color: white !important;
}

.delivery-destination-group {
    width: 100%;
}

.delivery-destination-group .btn-kaspi:hover,
.delivery-destination-group .btn-check:checked+.btn-kaspi {
    background-color: #f54b3c;
}

.delivery-destination-group .btn-wildberries:hover,
.delivery-destination-group .btn-check:checked+.btn-wildberries {
    background-color: #570e76;
}

.payment-card-checkout {
    background-color: #FFF;
    border-radius: 5px;
    border: 1px #EDEDED solid;
    padding: 10px 20px;
    width: 100%;
    margin: 20px 0;
}

.payment-card-checkout h5 {
    margin-bottom: 1rem;
}

.payment-total-checkout {
    font-size: 32px;
    font-weight: 800;
}

.payment-total-title {
    font-size: 24px;
}

.price-hidden-parent {
    display: flex;
    flex-direction: row;
}

.price-hidden {
    background-color: #A0A0A0;
    padding: .75rem 3.5rem;
    margin-right: .5rem;
}

.add-price-container {
    background-color: #008be4;
    padding: .75rem .5rem;
    color: white;
    margin: 1rem .5rem;
    margin-left: 0;
    cursor: pointer;
    max-width: 240px;
    border-radius: 8px;
}

.product-cat {
    background-color: #0d6efd;
    padding: .25rem .5rem;
    border-radius: 10px;
    color: white;
    margin-bottom: .5rem;
    font-size: 16px;
}

.btn-price-select {
    border-color: #0d6efd;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
}

.tariffs-wrapper,
.bills-wrapper {
    display: flex;
    flex-direction: column;
}

.tariff-single {
    border-radius: 8px;
    padding: 2rem 1rem;
    border-color: 1px solid lightgray;
    margin: 2rem 1rem;
    color: white;
}

.tariff-single h4 {
    margin-bottom: 1.5rem;
}

.tariff-single .tariff-price {
    font-size: 20px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.tariff-1 {
    background-color: #6A1B9A;
}

.tariff-2 {
    background-color: #00695C;
}

.tariff-3 {
    background-color: #0277BD;
}

.btn-dark {
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
}

.bills-buttons {
    display: flex;
    flex-direction: row;
}

.bill-single {
    margin: 2rem 1rem;
    padding: 2rem 1rem;
    border: 1px solid lightgray;
    border-radius: 4px;
    cursor: pointer;
}

.notification-single {
    text-decoration: none;
    color: black;
}

.notification-single h4 {
    text-decoration: underline;
}

.notification-single.unread * {
    font-weight: 600;
}

.notification-single a {
    color: #008be4;
    text-decoration: underline;
}

.bill-status {
    padding: .5rem 1rem;
}

.bill-name {
    font-size: 16px;
}

.bill-amount {
    font-size: 20px;
}

.bill-amount span {
    font-size: 20px;
    font-weight: 600;
}

.btn-bill-confirm {
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
}

.btn-primary.variant-disabled:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    pointer-events: none;
    opacity: .65;
}

.product-add-flex-checkbox {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-top: 1rem;
}

.product-add-flex-checkbox label {
    margin-left: .5rem;
}

.tariff-subtitle {
    font-size: 18px;
    text-decoration: underline;
}

pre.tariff-description {
    font-family: 'Euclid Circular A';
    font-size: 14px;
    white-space: -moz-pre-wrap;
    /* Mozilla, supported since 1999 */
    white-space: -pre-wrap;
    /* Opera */
    white-space: -o-pre-wrap;
    /* Opera */
    white-space: pre-wrap;
    /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word;
    /* IE 5.5+ */
}

.text-red {
    color: red;
}

.destination_single {
    padding: 2rem;
    margin-bottom: 1rem;
    border: 2px #EDEDED solid;
    border-radius: 8px;
}

.cart_bl_inside .grid_four {
    border: 0;
}

.cart_bl_inside {
    border-width: 8px;
}

.remove-add-variant p {
    margin-bottom: 0;
    cursor: pointer;
    color: #df6161;
    margin-top: 1rem;
    margin-left: 1rem;
}

.display-none {
    display: none;
}

.order-detail-status {
    background-color: #007be8;
}

.cancel-modal-title {
    font-size: 18px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
    }
}

.modal-seller-cancel .modal-body p {
    font-size: 16px;
}

.auth-popover {
    display: flex;
    flex-direction: column;
}

.auth-popover a {
    padding: 4px 8px;
    text-align: center;
    color: white !important;
    border-radius: 4px;
    border: 1px solid #0D6EFD;
    background-color: #0D6EFD;
    cursor: pointer;
    text-decoration: none;
}

.auth_section {
    height: 100vh;
}

.auth_section .modal_auth {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
}

.user-package-subtitle {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    color: #0A58CA;
}

.package-buy-button {
    border-radius: 4px;
    width: 100%;
}

.user-package-card .card-header {
    text-transform: uppercase;
}

.package-active {
    font-size: 16px;
    font-weight: 600;
    color: #198754;
    font-style: normal;
}

.auth-loader {
    width: 18px;
    height: 18px;
    border: 3px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.app-loader {
    width: 50px;
    height: 50px;
    border: 3px solid #008BE4;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg-header-gray {
    background-color: #D9D9D9;
}

.bg-color-secondary {
    background-color: #EE8D39;
}

.bg-color-primary {
    background-color: #008BE4;
}

.header-search-container {
    border: 2px solid #008BE4;
}

.text-color-primary {
    color: #008BE4;
}

.text-dark-gray {
    color: #9F9F9F;
}

footer.new {
    background-color: #393D46;
}

.text-light-gray {
    color: #CDCFD1;
}

.background-theme-gray {
    background-color: #F6F6F6;
}

.home-product-card {
    background-color: #F8F8F8;
}

.home-product-card:hover {
    color: #f58d11;
}

.product-content .category-chip {
    border-radius: 10px;
    background-color: #F66868;
}

.product-content .product-content-text-gray {
    color: #8A8A8A;
}

.product-content .product-content-name {
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    width: 100%;
}

.product-content .product-content-price {
    font-variant-numeric: stacked-fractions;
    font-feature-settings: 'ss01' on;
}

.product-content .product-name-container {
    min-height: 48px;
}

.product-content .product-add-button {
    border-radius: 10px;
    background: #008BE4;
    padding: 0px 5px;
}

.product-content .product-add-button span {
    font-size: 19px;
}

.header-container a {
    cursor: pointer;
}

.home-product-card .image-product-container-contain {
    height: 200px;
}

.home-product-card .product-content {
    min-height: 250px;
}

.home-product-card-parent a {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25)) drop-shadow(-2px -2px 2px rgba(0, 0, 0, 0.25));
    margin-top: .2rem;
}

.mobile-field-container {
    max-height: 0px;
    transition: max-height 1s ease-out;
    overflow: hidden;
}

.mobile-field-container.active {
    max-height: 200px;
}

.mobile-search-field {
    background-color: #F5F5F5;
    border-radius: 5px;
    padding-left: 12px;
    padding-right: 58px;
}

.mobile-field-container button {
    position: absolute;
    right: 25px;
}

.fulfilment-download-link {
    color: #0d6efd;
    font-size: 16px;
    cursor: pointer;
}

.fulfilment-download-link:hover {
    color: #0d6efd;
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .home-product-card {
        height: 290px;
    }
}

@media (max-width: 575.99px) {
    .slider_item {
        /* width: 300px; */
    }
}

@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px;
    }

    .slider_item {
        width: 540px;
    }
}

@media (min-width: 768px) {

    ul.pagination.cabinet-mobile-pagination {
        display: none;
    }
    ul.pagination:not(.cabinet-mobile-pagination) {
        display: flex;
    }

    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }

    .slider_item {
        width: 720px;
    }

    .seller-incoming-order-cabinet-name-th {
        min-width: 280px;
    }
    
    .seller-incoming-order-cabinet-status-th {
        min-width: 180px;
    }

    .seller-incoming-order-cabinet-date-th {
        width: 130px;
    }

    .seller-incoming-order-cabinet-price-th {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }

    .slider_item {
        width: 960px;
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }

    .slider_item {
        width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1360px;
    }

    .slider_item {
        width: 1360px;
    }
}

.welcome-section {
    padding-left: 0;
    padding-right: 0;
}

.cart-extended {
    border-radius: 10px;
    background: #D9D9D9;
    padding-top: 16px;
    padding-bottom: 6px;
}

.cart-extended .cart-total {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

@media (min-width: 992px) {
    .header-main {
        grid-template-columns: 38% 33% 29%;
    }

    .header-main-extended-buttons {
        grid-template-columns: 34% 29% 37%;
    }

    .header-bottom.grid-cols-8 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .header-cat-6 {
        display: none;
    }

    .header-cat-7 {
        display: none;
    }

    .header-cat-8 {
        display: none;
    }
}

@media (min-width: 1200px) {
    .header-main {
        grid-template-columns: 36% 34% 30%;
    }

    .header-main-extended-buttons {
        grid-template-columns: 33% 30% 37%;
    }

    .xl\:mr-7 {
        margin-right: 1.75rem;
    }

    .xl\:pr-8 {
        padding-right: 2rem;
    }

    .header-bottom.grid-cols-8 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .header-cat-6 {
        display: flex;
    }

    .header-cat-7 {
        display: none;
    }

    .header-cat-8 {
        display: none;
    }
}

@media (min-width: 1400px) {
    .header-main {
        grid-template-columns: 32% 40% 28%;
    }

    .header-main-extended-buttons {
        grid-template-columns: 30% 33% 37%;
    }

    .header-bottom.grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .header-cat-6 {
        display: flex;
    }

    .header-cat-7 {
        display: flex;
    }

    .header-cat-8 {
        display: flex;
    }
}

.app-catalog-mobile {
    position: fixed;
    background-color: #FFF;
    z-index: 102;
    padding-bottom: 2rem;
    /* top: 100%; */
    transform: translateY(-100vh);
    opacity: 0;
    transition: all 0.8s;
    height: calc(100vh);
    padding: 0px;
    align-items: center;
    top: 0;
}

.app-catalog {
    position: fixed;
    background-color: #FFF;
    z-index: 0;
    padding-bottom: 2rem;
    /* top: 100%; */
    transform: translateY(100vh);
    opacity: 0;
    transition: all 0.3s;
    height: calc(100vh - 123px);
}

.app-catalog.height-79 {
    height: calc(100vh - 79px);
}

.hover\:text-primary-blue:hover {
    color: #008BE4;
}

.hover\:text-primary-blue:hover svg {
    fill: #008BE4;
}

.hover\:text-primary-blue:hover path {
    fill: #008BE4;
}

.app-catalog-mobile.visible {
    /* top: 120px; */
    transform: translateY(0px);
    opacity: 1;
}


.app-cabinet-menu-mobile.visible {
    /* top: 120px; */
    transform: translateY(0px);
    opacity: 1;
}

.app-cabinet-menu-mobile {
    position: fixed;
    background-color: #FFF;
    z-index: 102;
    padding-bottom: 2rem;
    transform: translateY(-100vh);
    opacity: 0;
    transition: all 0.8s;
    height: calc(100vh);
    padding: 0px;
    align-items: center;
    top: 0;
}

.app-cabinet-menu-mobile-header {
    background-color: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 12px 20px 18px;
}

.app-cabinet-menu-mobile-header p {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #000;
}





.image-element {
    transition: filter 0.3s;
    max-width: 100%;
    max-height: 100%;
}

.image-container:hover img {
    filter: blur(2px);
}

.image-remove-container {
    opacity: 0;
    transition: opacity 0.3s;
}

.image-container:hover .image-remove-container {
    opacity: 1;
}

@media(max-width:767.98px) {
    ul.pagination.cabinet-mobile-pagination {
        display: flex;
    }
    ul.pagination:not(.cabinet-mobile-pagination) {
        display: none;
    }
    .image-remove-container {
        opacity: 1;
    }
}

.preview-container {
    position: absolute;
    display: none;
    z-index: 999;
}

@media (max-width:1280px) {
    .xs-text-center {
        text-align: center;
    }
}


.preview-container img {
    max-width: 200px;
    max-height: 200px;
    background-color: rgb(179, 179, 179);
    padding: 5px;
}



.custom_input {
    position: relative;
    height: 59px;
    font-family: "Inter";
    margin-top: 25px;
}

.custom_input input {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid rgba(102, 102, 102, 0.6);
    padding: 5px 15px 3px 15px;
    font-size: 16px;
    font-weight: 500;
    transition: border .3s, box-shadow .3s;
}

.custom_input_active {
    border: 1px solid rgba(0, 139, 228, 1) !important;
    outline: none;
}

.custom_input_label {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #666666;
    font-weight: 500;
    font-size: 13px;
    transition: all .3s;
}

.custom_input_error_label {
    position: absolute;
    top: 15px;
    left: 15px;
    color: red;
    font-weight: 500;
    font-size: 13px;
    transition: all .3;
    display: none;
}

.custom_input_label_move_up {
    top: 3px;
}

.custom_input_label_active {
    color: rgba(0, 139, 228, 1);
}

.custom_input_label_important {
    top: -24px;
    color: red;
    font-weight: 600;
    font-size: 16px;
    display: block !important;
}

.custom_input_label_important::after {
    content: "*";
}

.custom_input_input_important {
    border: 1px solid red !important;
    box-shadow: 0 0 4px 4px rgba(228, 0, 1, 0.1);
}

.seller-incoming-order-status-pending {
    background-color: #F7E922;
}

.seller-incoming-item-confirm-link {
    color: #0000EEEE;
}


.cabinet-filters.visible {
    /* top: 120px; */
    transform: translateY(0px);
    opacity: 1;
}

.cabinet-filters {
    position: fixed;
    background-color: #FFF;
    z-index: 102;
    padding-bottom: 2rem;
    transform: translateY(-100vh);
    opacity: 0;
    transition: all 0.8s;
    height: calc(100vh);
    padding: 0px;
    align-items: center;
    top: 0;
}

.cabinet-filters-header {
    background-color: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 12px 20px 18px;
}

.cabinet-filters-header p {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #000;
}




.app-catalog.visible {
    /* top: 120px; */
    transform: translateY(-14px);
    opacity: 1;
    z-index: 102;
}

.catalog-link {
    color: rgba(0, 0, 0, 0.60);
    font-size: 19px;
    font-weight: 700;
    line-height: 200%;

}

.catalog-link.active {
    background-color: #D9EBFF;
    border-radius: 25px;
}

.catalog-link.active a span {
    color: #1C87FB;
}

.font-19-700 {
    font-size: 19px;
    font-weight: 700;
}

.font-29-700 {
    font-size: 29px;
    font-weight: 700;
}

.font-19-600 {
    font-size: 19px;
    font-weight: 600;
}

.font-21-700 {
    font-size: 21px;
    font-weight: 700;
}

.height-inherit {
    height: inherit;
}

.header-container.new {
    width: 100%;
    background-color: white;
    z-index: 101;
}

.fixed {
    position: fixed;
}

.box-bottom-shadow {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

.header-bottom-parent {
    padding-top: 97px;
}

.mobile-search-button {}

.bg-gray-textbox {
    background-color: #F2F2F2;
}

.swiper {
    width: 100vw;
    height: auto;
}

.swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #FFF;
}

.swiper-pagination-bullet-active {
    background-color: #FFF;
}

.header-main .buttons a small {
    position: absolute;
    right: -6px;
    top: -3px;
    font-size: 15px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    background-color: #EE8D39;
    border-radius: 5px;
    text-align: center;
    color: white;
}

.header-main .buttons a small.user_indicate {
    position: absolute;
    right: 3px;
    top: -7px;
    font-size: 15px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    background-color: #EE8D39;
    border-radius: 5px;
    text-align: center;
    color: white;
}

.header-main .buttons a {
    position: relative;
}

img {
    display: inherit;
}

.list-item {
    display: inherit;
}

@media(max-width: 991.99px) {
    main {
        margin-bottom: 6rem;
    }

    .welcome-section {
        padding-top: 0px;
    }

    .slider_main {
        width: 100vw;
        height: auto;
    }

    .slider_product {
        margin: 0;
        padding-left: 16px;
    }

    /* .product-name-container p {
        max-width: 25vw;
    } */
    .home-product-card {
        width: 190px;
    }

    .home-product-card .product-content {
        max-width: 190px;
        min-height: auto;
    }

    .product-card-price-container {
        margin-top: 16px;
    }

    .home-product-card .category-chip {
        font-size: 11px;
    }

    .home-product-card .rating-text {
        font-size: 14px;
    }

    .product-content .product-name-container {
        min-height: 28px;
    }

    .product-content .product-content-name {
        font-size: 14px;
        line-height: normal;
    }

    .product-content .product-add-button span {
        font-size: 15px;
    }

    .product-content .product-add-button {
        border-radius: 0px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .home-product-card .product-image-bg,
    .home-product-card .image-product-container-contain {
        height: 14vh;
        background-color: white;
    }

    .mobile-app-bar {
        position: fixed;
        bottom: 0px;
        width: 100%;
        background-color: white;
        z-index: 100;
        box-shadow: 0px -4px 8px 0px rgb(0 0 0 / 10%)
    }

    .mobile-tab svg {
        opacity: 0.6;
    }

    .mobile-tab.active svg {
        opacity: 1;
    }

    .mobile-tab.active path {
        fill: #008BE4;
        stroke: #008BE4;
    }

    .mobile-tab p {
        color: black;
        opacity: 0.6;
    }

    .mobile-tab.active p {
        color: #008BE4;
        opacity: 1;
    }

    .mobile-tab {
        flex: 1;
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .mobile-tab p {
        font-size: 13px;
        font-weight: 700;
        margin-top: 8px;
    }

    .app-catalog-mobile-header {
        background-color: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
        padding: 12px 20px 18px;
    }

    .app-catalog-mobile-header p {
        font-size: 27px;
        font-weight: 700;
        letter-spacing: -0.3px;
        color: #000;
    }

    .cat-expand-mobile {
        font-size: 23px;
        font-weight: 600;
        color: #008BE4;
        padding-bottom: 18px;
    }

    .cat-expand-mobile span {
        padding-right: 20px;
    }

    .catalog-link-mobile {
        font-size: 23px;
        color: #000;
        font-weight: 600;
        margin-bottom: 24px;
    }

    .catalog-link-mobile .icon-active {
        display: none;
    }

    .catalog-link-mobile.active .icon-active {
        display: block;
    }

    .catalog-link-mobile.active .icon-default {
        display: none;
    }

    .catalog-link-mobile.active span.pl-5 {
        color: #008BE4;
    }

    .catalog-link-mobile.active .parent-link-mobile {
        padding-bottom: 8px;
    }

    .cat-child-mobile-container {
        background-color: #F3F3F3;
        padding-left: 48px;
    }

    .cat-child-mobile-container ul {
        padding-top: 8px;
    }

    .cat-child-mobile {
        padding-bottom: 16px;
    }
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}

.bs-popover-bottom>.popover-arrow {
    top: calc(-0.5rem - 1px);
}

.popover-body {
    padding: 1rem 1rem;
    color: #212529;
}

.mb-2 {
    margin-bottom: 1rem;
}

.product_img {
    height: 250px;
    padding: 5px 0;
    border: 1px #DDD solid;
    border-radius: 10px;
    background: #FFF;
}

.seller-product-image-bg {
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.fade {
    transition: opacity .15s linear;
}

.btn-link-blue {
    color: #008be4 !important;
}

.status-button,
.reduced-padding {
    padding: 5px 30px;
}

.header-bottom-cat-item {
    margin-right: 2rem;
}

.background-img-cover {
    background-size: cover;
}

.image-product-container-contain {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.image-product-container-contain img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.popover-body.popover-body-user {
    padding: 0px;
}

.user-popover-section {
    padding: 1rem 1.25rem;
}

.user-popover .bottom-gray {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.user-popover .package {
    padding: 5px 10px;
    border-radius: 10px;
    background: #BAD6FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.user-popover .my-name {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.user-popover .name-package {
    margin-bottom: 1rem;
}

.user-popover .logout-container {
    padding: 20px 0px;
    align-items: center;
}

.user-popover .logout-container a {
    color: #151515;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}

.user-popover .section-links {
    padding: 1rem 1.75rem;
}

.main-menu-logout-button {
    border-top: gray 1px solid;
    margin-top:5px;
}

.user-popover .section-links a span {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 148.023%;
}

.user-popover .section-links a:hover span {
    color: #008BE4;
}

.user-popover .section-links .notifications-circle {
    background-color: #EE8E3B;
    border-radius: 50%;
    margin-left: 10px;
}

.user-popover .section-links .notifications-circle p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 5px 9px;
}

.user-popover-parent {
    border-radius: 10px 0px 10px 10px;
    box-shadow: -4px -4px 4px 0px rgba(0, 0, 0, 0.10), 4px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

.upload-products-modal-content {
    min-height: 50vh;
    padding: 1rem 2rem;
}

.download-link {
    color: #3E5498;
    text-decoration: underline;
}

.list-disc {
    list-style: disc;
}
.in-stock-input {
    width: 50px;
}
.red-product-qty {
    color: #dc3545;
}
.bold-product-qty {
    font-weight: 700;
}
.show-guide {
    background-color: #EE8D39;
    color: white;
    font-weight: 500;
    cursor: pointer;
}

.show-guide-mobile {
    background-color: #EE8D39;
    color: white;
    font-weight: 500;
    cursor: pointer;
}

.smartour-title {
    font-size: 18px;
    font-weight: 700;
}
.smartour-wrapper {
    padding: 1rem .5rem;
}
.smartour-content, .introjs-tooltiptext {
    white-space: pre-line;
}
.search-field {
    position: relative;
}
.search-results-suggestions, .search-results-suggestions-mobile {
    position: absolute;
    bottom: 0;
    top: 70px;
    display: none;
}
.search-results-suggestions-mobile {
    left: 1.5rem;
    top: 135px;
    z-index: 100;
}
.result-hits-container {
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.result-hit {
    border-bottom: 1px solid #CAC4D0;
    padding: 0.5rem 1rem;
    cursor: pointer;
}
.result-hit a span.bold {
    font-weight: 600;
}
.result-hit a span.hit-cat-parents {
    color: rgba(0,26,52,.6)
}
.result-hit:hover a span.bold {
    color: #1C87FB;
}
.result-hit.result-last {
    border-bottom: none;
}
.announcement-close {
    top: -10px;
    right: -10px;
    background-color: #dc3545;
    border-radius: 50%;
    color: white;
    padding-left: 8px;
    padding-right: 7px;
    padding-bottom: 1px;
}
.category_description ul {
    list-style: inside !important;
    margin-bottom: 1rem;
}

.category_description > * {
    margin-bottom: 1rem;
}
.read-only-warning {
    font-size: 14px;
}
.read-only-warning a{
    text-decoration: underline;
    color: #17295F;
}
.footer-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.footer-last-row {
    margin-bottom: 60px;
}
.phone-col-bottom {
    align-self: flex-start;
}
.copyright {
    margin-top: 0.75rem;
}
@media(min-width: 1024px) {
    .footer-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .footer-grid.footer-grid-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .footer-last-row {
        margin-bottom: 0px;
    }
    .phone-col-bottom {
        align-self: center;
    }
    .copyright {
        margin-top: 0;
    }
}
.stock-item-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.text-red-important {
    color:red !important;
}
.add-barcode-button {
    background-color: #008be4;
    color: white;
    padding: .75rem .5rem;
    border-radius: 8px;
}
.remove-barcode-button, .remove-existing-barcode-button {
    background-color: #df6161;
    color: white;
    padding: .75rem .5rem;
    border-radius: 8px;
}
.line-clamp-ellipsis {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.text-orange-attachment {
    color: #e3671d;
}
.rating {
    position: relative;
    width: 180px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .3em;
    padding: 5px;
    overflow: hidden;
    box-shadow: 0 0 2px #b3acac;
 }
 
 .rating__result {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-10px) translateX(-5px);
    z-index: -9;
    font: 3em Arial, Helvetica, sans-serif;
    color: #ebebeb8e;
    pointer-events: none;
 }
 
 .rating__star {
    font-size: 1.3em;
    cursor: pointer;
    color: #FF8D02;
    transition: filter linear .3s;
 }
 
 .rating__star:hover {
    filter: drop-shadow(1px 1px 4px #c06a00);
 }
.partner-auth-wrapper {
    background-color: #EEEEEE;
}
.modal-responsive {
    max-width: 30%;
}