.row.marketplace {
    height: 100%;
    overflow-y: scroll;
}
.row.marketplace .section-title:before {
    display: none;
}
.row.marketplace .section-title {
    pointer-events: unset;
    margin: 0;
    padding: 15px 0px 15px 35px;
    font-size: 24px;
    background: var(--section-title-before);
    background-repeat: no-repeat;
    text-align: center;
}
.row.marketplace .section-title a {
    color: var(--text-inside-bgColored);
    border-radius: 26px;
    padding: 11.5px 32px;
    text-transform: uppercase;
    background-color: var(--btn-main-color);
    transition: all .3s ease;
    font-size: 1rem;
    margin: 0 10px;
    display: inline-block;
    min-width: 200px;
}
.row.marketplace .section-title .active {
    color: var(--text-inside-bgColored);
    background-color: var(--inputs-tags);
    box-shadow: -3px 3px 6px #00000063 !important;
    pointer-events: none;
}
.row.marketplace .section-title a:hover {
    color: var(--text-inside-bgColored);
    background-color: var(--btn-main-hover-color);
    box-shadow: -3px 3px 6px #00000063 !important;
}
.row.marketplace .section-title a.cart_icon {
    width: 50px;
    min-width: 0;
    position: absolute;
    right: 50px;
    top: 15px;
}
.row.marketplace .section-title a.cart_icon .inside {
    right: 10px;
    top: -1px;
    position: relative;
}
.row.marketplace .section-title a.cart_icon img {
    width: 20px;
}
.row.marketplace a.buttonProductService {
    border-radius: 26px;
    padding: 11.5px 32px;
    text-transform: uppercase;
    background-color: var(--btn-main-color);
    color: var(--text-inside-bgColored);
    transition: .5s;
    -webkit-transition: .5s;
}
.row.marketplace a.buttonProductService:hover {
    background-color: var(--btn-main-hover-color);
    color: var(--text-color);
}
.row.marketplace h3.title {
    text-align: center;
    margin: 0;
    padding: 15px 0px;
    font-size: 24px;
}
.row.marketplace .section-content {
    padding: 10px;
}
.row.marketplace .btn.add {
    margin-top: 32px;
    float: right;
}
.row.marketplace .btn.add:after {
    content: "";
    display: block;
    clear: both;
}
.row.marketplace .image input[type="file"] {
    color: var(--text-color)    ;
    border: none;
    cursor: pointer;
}
.row.marketplace .image input[type="file"]::-webkit-file-upload-button {
    border: none;
    cursor: pointer;
    color: var(--text-inside-bgColored);
    border-radius: 26px;
    padding: 11.5px 32px;
    text-transform: uppercase;
    background-color: var(--btn-main-color);
    transition: all .3s ease;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid transparent;
    margin-right: 20px;

}
.row.marketplace .image:hover input[type="file"]::-webkit-file-upload-button {
    color: var(--text-inside-bgColored);
    background-color: var(--btn-main-hover-color);
    box-shadow: -3px 3px 6px #00000063 !important;
}
.row.marketplace .success {
    color: var(--bs-orange);
    font-weight: 700;
    font-size: 18px;
    display: none;
}
.row.marketplace .error {
    margin: 0;
    padding: 0;
    height: 24px;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    color: var(--inputs-invalid);
    display: none;
}
.row.marketplace img.table_image {
        width: 30px;
}
.row.marketplace div.external_link {
    display: none;
}
.row.marketplace div.close-marker {
    position: absolute;
    top: 14px;
    right: 20px;
}
.row.marketplace div.close-marker a {
    color: var(--text-inside-bgColored);
    border-radius: unset;
    padding: 10px;
    text-transform: uppercase;
    background-color: transparent;
    transition: all .3s ease;
    font-size: 1.2rem;
    margin: 0;
    display: inline-block;
    min-width: unset;
}
.row.marketplace div.close-marker a:hover {
    background-color: transparent;
    box-shadow: unset !important;
}
.row.marketplace #products_area {
    position: relative;
}
.row.marketplace #products_area button.add_new_line {
    position: absolute;
    top: 36px;
    right: 16px;
}
.row.marketplace .product_select {
    position: relative;
    margin-bottom: 12px;
}
.row.marketplace .product_qty {
    position: relative;
    margin-bottom: 12px;
}
.row.marketplace .product_select .del {
    position: absolute;
    top: 4px;
    right: 4px;
}
.row.marketplace input.qty {
    text-align: center;
    max-width: 100px;
}
.row.marketplace .added_to_cart,
.row.marketplace .view_product_details {
    display: none;
    color: var(--text-inside-bgColored);
    border-radius: 26px;
    padding: 11.5px 32px;
    text-transform: uppercase;
    background-color: var(--btn-main-color);
    transition: background-color .3s ease;
}
.row.marketplace .added_to_cart:hover,
.row.marketplace .view_product_details:hover {
    background-color: var(--btn-main-hover-color);
    box-shadow: -3px 3px 6px #00000063 !important;
}
.row.marketplace .view_product_details {
    display: block;
}
.row.marketplace td.qty input {
    margin: auto;
}
.row.marketplace .cart_empty {
    text-align: center;
    margin-top: 50px;
}
.complete_order {
    min-width: 300px;
}
.row.marketplace .so_infoLeft {
    display: table;
    width: 100%;
    background: transparent var(--section-content-bg) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px var(--all-offer-licked-bs) !important;
    border-radius: 10px;
    height: calc(100% - 86px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 30px;
    margin-bottom: 15px;
}
.row.view_order_content {
    margin-top: 50px;
}
.row.marketplace .primalInfoBlock {
    padding: 50px 0px 20px 0px;
}
.row.marketplace .offerTopBlock {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 170px;
    background: transparent;
}
.row.marketplace .offerImgBlock {
    position: relative;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.row.marketplace img.offerImg {
    max-width: 100px;
    max-height: 100px;
    z-index: 1;
}
.row.marketplace .nightSkyEffectBlock {
    width: 135px;
    height: 135px;
    position: absolute;
    border-radius: 50%;
}
.row.marketplace .stars, .row.marketplace .twinkling {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.row.marketplace .twinkling {
    z-index: 1;
    box-shadow: inset 0px -3px 6px #000000 !important;
    -moz-animation: move-twink-back 200s linear infinite;
    -ms-animation: move-twink-back 200s linear infinite;
    -o-animation: move-twink-back 200s linear infinite;
    -webkit-animation: move-twink-back 200s linear infinite;
    animation: move-twink-back 200s linear infinite;
    background: transparent var(--all-offer-star-circle-animation-bg) repeat center;
}
.row.marketplace .stars {
    background: var(--all-offer-star-circle-bg);
    z-index: 0;
}
.row.marketplace .so_ptitle {
    color: var(--text-orange);
}
.row.marketplace .offerIndicators p {
    margin-bottom: 5px;
    font-size: 20px;
}
.row.marketplace  .so_description {
    margin: 10px 31px;
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
    padding: 20px 0;
}
.row.marketplace  .so_description.description_credit_line {
    border: 0;
}
.row.marketplace  .so_descr {
    font-weight: 300;
}
.row.marketplace div.soMainLeftBlock {
    overflow-y: scroll;
    padding: 0px 8px 0px 8px !important;
}
.row.marketplace .add_to_cart_area {
    display: none;
}
.row.marketplace .single_product_page h3.title {
    text-align: left;
    color: var(--text-orange);
    margin-top: 50px;
}
.row.marketplace .single_product_image {
    text-align: center;
}
.row.marketplace .single_product_image img {
    width: 400px;
    max-height: 400px;
}
.row.marketplace .single_product_page h3.title,
.row.marketplace .price,
.row.marketplace .add_to_cart_area, 
.row.marketplace .product_details,
.row.marketplace .external_link_view {
    margin-bottom: 50px;
}
.row.marketplace .add_to_cart_area input {
    max-width: 100px;
    text-align: center;
    display: inline-block;
}
.row.marketplace .add_to_cart_area button {
    margin-left: 20px;
}
.row.marketplace .add_to_cart_area a {
    margin-left: 20px;  
}
.row.marketplace .single_product_page_footer {
    padding: 50px;
}
.row.marketplace #approved_ammount {
    max-width: 200px;
}
.row.marketplace .credit_line_message {
    margin-top: 10px;
}
.row.marketplace #credit_line_message {
    min-height: 92px;
}
.row.marketplace .section-title p {
    display: none;
    text-align: left;
    line-height: 20px;
    padding-left: 5%;
}
.row.marketplace .section-title .marketplace_menu_open,
.row.marketplace .section-title .marketplace_menu_close {
    display: none;
}
.row.marketplace .search_and_filters {
    display: none;
    position: relative;
    line-height: 20px;
    padding: 10px 8px;
}
.row.marketplace .search_and_filters p {
    width: 90%;
}
.row.marketplace .search_and_filters .open,
.row.marketplace .search_and_filters .close {
    position: absolute;
    height: 100%;
    top: 0;
    width: 10%;
    right: 0;
    color: var(--text-color);
    font-size: 24px;
    cursor: pointer;
    opacity: 1;
    margin-right: 8px;
    text-align: center;
    line-height: 40px;
}
.row.marketplace .search_and_filters .close {
    display: none;
}
.row.marketplace .clear {
    clear: both;
}
.row.marketplace .result {
    display: block;
}
.row.marketplace .result_mobile {
    display: none;
}
.row.marketplace a.view_product {
    color: var(--text-inside-bgColored);
    border-radius: 26px;
    padding: 11.5px 32px;
    text-transform: uppercase;
    background-color: var(--btn-main-color);
    transition: all .3s ease;
    font-size: 1rem;
    margin: 0 10px;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    float: right;
}
.row.marketplace a.view_product:hover {
    color: var(--text-inside-bgColored);
    background-color: var(--btn-main-hover-color);
    box-shadow: -3px 3px 6px #00000063 !important;
}
.row.marketplace a.view_product:after {
    content: '';
    display: block;
    position: relative;
    clear: both;
}
.row.marketplace .table_orders tr {
    font-weight: 700;
}
.row.marketplace .table_orders tr.seen {
    font-weight: 500;
}
.row.marketplace .table_orders tr .new {
    display: block;
    color: var(--text-orange);
    font-size: 8px;
    text-align: right;
    margin-right: -15px;
    margin-bottom: -15px;
}
.row.marketplace .table_orders tr.seen .new {
    display: none;
}
.row.marketplace .orders_class,
.row.marketplace .credit_line_class {
    position: relative;
}
.row.marketplace .orders_count,
.row.marketplace .credit_lines_count {
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: var(--inputs-invalid);
    color: var(--text-inside-bgColored);
    font-size: 12px;
    padding: 2px;
    border-radius: 50%;
    min-width: 21px;
    font-weight: 700;
}
.row.marketplace .order_on_list .order_status.blue span,
.row.marketplace .table_orders .status.blue,
.new_design .order_box .status.blue,
.agency_account_page .status.blue,
.agency_account_aproved .status.blue,
.credit_line_page h4 span.status.blue,
.new_design .product_box .agency_account_type.blue {
    color: #3c7cc2;
}
.row.marketplace .order_on_list .order_status.yellow span,
.row.marketplace .table_orders .status.yellow,
.new_design .order_box .status.yellow,
.agency_account_page .status.yellow,
.agency_account_aproved .status.yellow,
.credit_line_page h4 span.status.yellow,
.new_design .product_box .agency_account_type.yellow {
    color: #a0a040;
}
.row.marketplace .order_on_list .order_status.green span,
.row.marketplace .table_orders .status.green,
.new_design .order_box .status.green,
.agency_account_page .status.green,
.agency_account_aproved .status.green,
.credit_line_page h4 span.status.green,
.new_design .product_box .agency_account_type.green {
    color: #3a913a;
}
.row.marketplace .order_on_list .order_status.red span,
.row.marketplace .table_orders .status.red,
.new_design .order_box .status.red,
.agency_account_page .status.red,
.agency_account_aproved .status.red,
.credit_line_page h4 span.status.red,
.new_design .product_box .agency_account_type.red {
    color: #972626;
}

/* NEW DESIGN */
.new_design .product_box,
.new_design .order_box {
    position: relative;
}
.new_design .order_box .so_infoLeft,
.new_design .product_box .so_infoLeft {
    padding: 20px;
}
.new_design .product_box .image {
    min-height: 50px;
}
.new_design .product_box .image img {
    width: 50px;
    min-height: 50px;
}
.new_design .order_box .status,
.new_design .product_box .type {
    position: absolute;
    right: 30px;
    top: 20px;
    border-radius: 10px;
    border: 1px solid;
    padding: 3px 10px;
    font-size: .8rem;
}
.new_design .product_box .agency_account_type {
    right: 130px;
    top: 20px;
    right: 130px;
}
.new_design .product_box .agency_account_type img {
    width: auto;
    height: 30px;
    border-radius: 5px;
}
.new_design .order_box .order_id,
.new_design .product_box .title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 10px;
}
.new_design .order_box .product_list,
.new_design .product_box .description {
    min-height: 72px;
    margin-top: 20px;
    position: relative;
}
.new_design .order_box .total,
.new_design .product_box .price {
    margin-bottom: 0;
    margin-top: 20px;
}
.new_design .product_box .price {
    min-height: 24px;
}
.new_design .order_box .date,
.new_design .product_box .category {
    margin-top: 15px;
}
.new_design .order_box .total,
.new_design .order_box .date,
.new_design .product_box .price,
.new_design .product_box .category {
    font-weight: 700;
}
.new_design .order_box .total span,
.new_design .order_box .date span,
.new_design .product_box .price span,
.new_design .product_box .category span {
    float: right;
    font-weight: 500;
}
.new_design .order_box .actions,
.new_design .product_box .actions {
    margin-top: 50px;
}
.new_design .order_box .new {
    color: var(--text-orange);
    font-size: .8rem;
    margin-left: 10px;
    border: 1px solid;
    border-radius: 10px;
    padding: 1px 5px;
}
.new_design .order_box.seen .new {
    display: none;
}
.new_design .order_box .order_id {
    margin-top: 0;
}
.new_design .order_box .product_list span {
    border-radius: 10px;
    padding: 5px 10px;
    margin-right: 8px;
    background: var(--inputs-bg);
}
.agency_account_aproved .description {
    position: relative;
}
.agency_account_aproved .status {
    border-radius: 10px;
    border: 1px solid;
    padding: 3px 10px;
    font-size: .8rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
.agency_account_aproved .product_box.add_new .title {
    text-align: center;
    margin-top: 100px;
}
.agency_account_aproved .product_box.add_new .title a {
    font-size: 107px;
    line-height: 44px;
}
.credit_line_page .date_added {
    font-size: 12px;
    font-style: italic;
    color: #FF8800;
    margin-left: 20px;
}
.info {
    margin: 0;
    padding: 0;
    height: 24px;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    color: var(--inputs-invalid);
}
.agency_account_totals h4 {
    text-align: right;
}
.agency_account_totals a {
    background-color: var(--btn-main-hover-color);
    box-shadow: -3px 3px 6px #00000063 !important;
    box-shadow: -3px 3px 6px #00000063 !important;
    border-radius: 25px;
    padding: 5px 20px;
    font-weight: 500;
    margin: 0 10px;
    font-size: 20px;
    border: 1px solid var(--inputs-tags);
}
.agency_account_totals a:hover{
    background-color: var(--inputs-tags);
    color: var(--text-inside-bgColored);
}
.credit_line_page .add_money,
.credit_line_page .withdraw_money {
    border: 1px solid  var(--text-green);
    border-radius: 15px;
    margin: 0px;
    padding: 5px;
}
.credit_line_page .withdraw_money {
    border: 1px solid  var(--bs-danger);
}
.credit_line_page .add_money h5,
.credit_line_page .withdraw_money h5 {
    text-decoration: underline;
}
.agency_account_page .status {
    border-radius: 10px;
    border: 1px solid;
    padding: 3px 10px;
    font-size: .8rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
.agency_account_aproved .general_settings .so_infoLeft {
    display: flex;
    padding: 20px 10px;
}
.agency_account_aproved .general_settings .status_text {
    line-height: 30px;
    font-size: 20px;
    margin-top: 10px;
}
.update_agency_account_status {
    margin-left: 20px;
}
.agency_account_aproved .general_settings .status_updated {
    color: var(--inputs-tags);
    line-height: 30px;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 20px;
    display: none;
}
.credit_line_page .cl_account_name_updated {
    color: var(--inputs-tags);
    line-height: 30px;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
    display: none;
}
.row.marketplace .agency_account_page .result {
    display: flex;
}
.credited_by_admin {
    font-weight: 700;
    color: var(--bs-red);
}
.credit_line_page h4 span.status {
    position: relative;
    margin-left: 15px;
    top: -5px;
    border-radius: 10px;
    border: 1px solid;
    padding: 3px 10px;
    font-size: .8rem;
}
.agency_account_notifications a {
    position: relative;
}
.agency_account_notifications a .count {
    position: absolute;
    top: -25px;
    right: -5px;
    background-color: var(--topbar-element-pending-bg);
    border-radius: 50%;
    min-width: 23px;
    text-align: center;
    font-weight: 700;
}
.agency_account_notifications a svg {
    width: auto;
    height: 70px;
}
.agency_account_aproved .notifications .approve {
    width: 48%;
    float: left;
}
.agency_account_aproved .notifications .decline {
    width: 48%;
    float: right;
}
.agency_account_aproved .notifications a {
    color: var(--text-color);
    border-radius: 26px;
    padding: 12px 54px;
    text-transform: uppercase;
    background-color: var(--btn-main-color);
    box-shadow: -3px 3px 6px #00000063 !important;
    transition: background-color .3sease;
}
.agency_account_aproved .notifications .approve a {
    border-color: #3a913a;
}
.agency_account_aproved .notifications .approve a:hover {
    background-color: #3a913a;
}
.agency_account_aproved .notifications .decline a {
    border-color: #dc3545;
}
.agency_account_aproved .notifications .decline a:hover {
    background-color: #dc3545;
}
.updated_successfully {
    color: green;
    display: none;
}
#reset_db {
    border-color: var(--inputs-invalid);
}


/* RESPONSIVE */
@media(max-width: 1062px) {
    .row.marketplace .section-title p {
        display: block;
    }
    .row.marketplace .section-title .marketplace_menu_open,
    .row.marketplace .section-title .marketplace_menu_close {
        position: absolute;
        right: 5%;
        top: 5px;
    }
    .row.marketplace .section-title .marketplace_menu_open {
        display: block;
    }
    .row.marketplace .section-title .marketplace_menu {
        display: none;
        z-index: 2;
        position: relative;
    }
    .row.marketplace .section-title {
        padding: 0;
        position: relative;
        min-height: 50px;
    }
    .row.marketplace .section-title a {
        width: 100%;
        margin: auto;
        border-radius: 0;
    }
    .row.marketplace .section-options-collapse {
        margin-top: -20px !important;
    }
    .row.marketplace .search_and_filters {
        display: block;
    }
    .row.marketplace div.close-marker {
        top: 60px;
        right: 8px;
        z-index: 1;
    }
    .row.marketplace h3.title {
        text-align: left;
    }
    .row.marketplace div.soMainLeftBlock {
        margin-bottom: 10px;
    }
    .row.marketplace .single_product_image img {
        width: 150px;
        max-height: 150px;
    }
    .row.marketplace .single_product_page_footer {
        padding: 50px 0;
    }
    .row.marketplace .offerIndicators p {
        font-size: 18px;
    }
    .row.marketplace .result {
        display: none;
    }
    .row.marketplace .result_mobile {
        display: block;
    }

    /* PRODUCT TABLE */
    .row.marketplace .product_on_list,
    .row.marketplace .order_on_list {
        background: transparent var(--section-content-bg) 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px var(--all-offer-licked-bs) !important;
        border-radius: 10px;
        height: calc(100% - 86px);
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 25px 5px;
        margin-bottom: 10px;
    }
    .row.marketplace .product_on_list .product_name h3,
    .row.marketplace .order_on_list .order_name h3 {
        color: var(--text-orange);
        text-align: center;
        margin-bottom: 20px;
    }
    .row.marketplace .order_on_list .order_name p,
    .row.marketplace .order_on_list .order_total,
    .row.marketplace .order_on_list .order_date,
    .row.marketplace .order_on_list .order_status {
        text-align: center;
    }
    .row.marketplace .product_on_list .left {
        float: left;
        width: 50%;
        text-align: center;
        padding-right: 10px;
    }
    .row.marketplace .product_on_list .right {
        float: left;
        width: 50%;
        padding-left: 10px;
    }
    .row.marketplace .product_on_list .product_image img.table_image {
        width: 100px;
        max-height: 100px;
    }
    .row.marketplace .product_on_list .product_actions {
        margin: 20px auto 0;
        width: 75%;
    }
    .row.marketplace .order_on_list .order_actions a {
        margin-top: 10px;
    }
    .row.marketplace .order_on_list .order_line {
        margin-bottom: 10px;
    }
    .row.marketplace .order_on_list .order_line .left {
        float: left;
        width: 50%;
        padding-left: 5px;
        text-align: center;
        border: 1px solid;
    }
    .row.marketplace .order_on_list .order_line .right {
        float: left;
        width: 50%;
        padding-right: 5px;
        text-align: center;
        border: 1px solid;
    }
    .row.marketplace .product_on_list.cart_mobile .product_name h3 {
        text-align: left;
    }
    .row.marketplace .product_on_list.cart_mobile div.qty {
        margin: 20px auto 0;
        width: 40%;
        float: left;
        padding-left: 5px;
    }
    .row.marketplace .product_on_list.cart_mobile .product_actions {
        width: 60%;
        float: left;
        padding-right: 5px;
    }
    .row.marketplace .cart_mobile.total {
        text-align: center;
        margin: 20px auto;
        font-size: 20px;
        font-weight: 700;
    }
    .row.marketplace .cart_mobile.quick_actions {
        margin: 0 auto 20px;
        width: 100%;
    }
    .row.marketplace .product_on_list .product_actions ul,
    .row.marketplace .order_on_list .product_actions ul {
        margin: 0;
        padding: 0;
    }
    .row.marketplace .order_on_list .product_actions ul {
        margin-top: 20px;
    }
    .row.marketplace .product_on_list .product_actions ul a {
        margin-bottom: 10px;
    }
    .row.marketplace .orders_count,
    .row.marketplace .credit_lines_count {
        right: 10px;
        top: 13px;
    }
    .row.marketplace .result_mobile .order_on_list .new {
        display: block;
        font-size: 8px;
        background-color: var(--inputs-invalid);
        color: var(--text-inside-bgColored);
        position: absolute;
        border-radius: 5px;
        padding: 1px 3px;
        left: 15px;
    }
    .row.marketplace .result_mobile .order_on_list.seen .new {
        display: none;
    }
    .row.marketplace .agency_account_page .result,
    .agency_account_aproved .general_settings .so_infoLeft {
        display: block;
    }
    .update_agency_account_status {
        margin-left: 0;
        margin-top: 10px;
    }
    .agency_submenu_mobile > div {
        margin-top: 0 !important;
    }
    .agency_account_aproved .new_design .product_box .description {
        min-height: 0;
    }
    .agency_account_page .new_design .product_box .description {
        min-height: 35px;
    }
    .agency_account_notifications {
        position: absolute;
        right: 15px;
        bottom: 15px;
        text-align: right;
    }
    .agency_account_notifications a svg {
        height: 50px;
    }
    .row.marketplace .section-title a.cart_icon {
        width: 100%;
        min-width: 0;
        position: relative;
        right: 0;
        top: 0;
    }
    .row.marketplace .section-title a.cart_icon .inside {
        right: 0;
    }

}