* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

.top-section {
    height: 65px;
    z-index: 99;
}

.custom-container {
    padding-left: 100px;
    padding-right: 100px;
}

.top-section .top-logo-section {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.top-section .top-logo-section .logo img {
    width: auto;
    height: 55px;
    border-radius: 5px;
}

.top-section .top-logo-section .com-info p {
    font-size: 20px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
}

.top-section .top-logo-section .com-info span {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-section .top-search-header form {
    border-radius: 30px;
    border: 1px solid #fff;
    display: flex;
    width: 100%;
}

.top-section .top-search-header form input[type="text"] {
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
}

.top-section .top-search-header form input[type="text"]::placeholder {
    color: #fff;
}

.top-section .top-search-header button {
    border-radius: 20px;
    margin: 4px;
    padding: 0px 14px;
    border: none;
    white-space: nowrap;
}


.top-section .top-icon-header {
    display: flex;
    align-items: baseline;
    margin-left: auto;
    gap: 15px;
}

.top-section .top-icon-header a {
    text-align: center;
    line-height: 18px;
}


.top-section .top-icon-header i {
    font-size: 35px;
    font-weight: bolder;
    color: #fff;
    text-shadow: 0px 0px 4px #000;
}

.top-section .top-icon-header .cart .cart-pulse {
    top: 3px;
    left: 28px;
    display: none;
}

.top-section .top-icon-header .heart {
    margin-top: 6px;
}

.top-section .top-icon-header .heart i {
    font-size: 31px;
    font-weight: bolder;
    color: #fff;
    text-shadow: 0px 0px 4px #000;
}

.top-section .top-icon-header .heart .heart-pulse {
    top: 0px;
    left: 26px;
    display: none;
}

.custom-pulse {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff0000
}

.custom-pulse:before {
    content: "";
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    background: rgba(211, 0, 120, 0.5);
    cursor: pointer;
    box-shadow: 0 0 0 rgb(0 211 199);
    animation: customPulse 1s linear infinite;
    z-index: 1
}

@keyframes customPulse {
    100% {
        transform: scale(2.5)
    }
}

#mainContent {
    margin-top: 75px;
    min-height: 80vh;
}

.top-category li a {
    transition: 0.5s ease;
}

.top-category li a:hover {
    background-color: rgba(var(--bs-primary-rgb)) !important;
    color: var(--bs-white) !important;
}

.title {
    font-size: 20px;
    line-height: 34px;
    padding: 5px 0;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid rgba(var(--bs-primary-rgb), 0.1);
}

.title:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    border-radius: 2px;
    width: 90px;
    display: block;
    background-color: rgba(var(--bs-primary-rgb));
}

.ribbon {
    position: absolute;
    top: 5px;
    right: 0px;
    background: rgba(var(--bs-primary-rgb));
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-family: roboto;
    border-radius: 10px 0px 0px 10px;
    padding: 1px 7px;
}

.product-box {
    transition: 0.5s ease;
}

.product-box:hover {
    border: .5px solid rgba(var(--bs-primary-rgb));
}

.product-box .product_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s ease;
}

.product-box:hover .product_img img {
    transform: scale(1.1);
}

.product-box .product_title {
    text-decoration: none;
    font-weight: 600;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px !important;
    min-height: 45px;
}

body[data-bs-theme="dark"] a {
    color: white !important;
}

del {
    text-decoration: revert !important;
    font-family: 'Quicksand', Times, serif;
    font-weight: bold;
}

.product-price span {
    font-family: 'Quicksand', Times, serif;
    font-size: 20px;
    font-weight: bold;
}

.price-box {
    font-family: 'Quicksand', Times, serif;
}

#topCategorySlider .swiper-wrapper .swiper-slide .category_item .category-img-header {
    padding: 30px;
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    background: aliceblue;
    overflow: hidden;
    transition: 0.3s ease;
}

#topCategorySlider .swiper-wrapper .swiper-slide .category_item .category-img-header:hover {
    border-radius: 50%;
}

.brand_list li {
    width: 11.39%;
    height: 95px;
}

.cart-delete-btn {
    width: 25px;
    height: 25px;
    background-color: rgb(255, 0, 0);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    line-height: 25px;
    box-shadow: 0 0 0px 3px #fff;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 23px;
}

.custom-incrementor input {
    -webkit-appearance: textfield !important;
    text-align: center;
    max-width: 40px;
}


/*===========================
    DASHBOARD START
===========================*/
/* dashboard sidebar start */
.dashboard_sidebar {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    z-index: 3;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.dashboard_sidebar_area {
    position: relative;
    top: -70px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.dashboard_sidebar_user {
    padding: 40px 40px 30px 40px;
    text-align: center;
    background: var(--colorWhite);
}

.dashboard_sidebar_user .img {
    width: 150px;
    height: 150px;
    border: 3px solid var(--colorWhite);
    margin: 0 auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.dashboard_sidebar_user .img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.dashboard_sidebar_user .img label {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #ddd;
    background: var(--colorWhite);
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: var(--colorBlack);
    cursor: pointer;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.dashboard_sidebar_user .img label:hover {
    background: var(--themeColorTwo);
    border-color: var(--themeColorTwo);
    color: var(--colorWhite);
}

.dashboard_sidebar_user h3 {
    font-size: 22px;
    margin-top: 22px;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dashboard_sidebar_menu ul {
    padding-bottom: 10px;
}

.dashboard_sidebar_menu ul li p {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 25px;
    font-family: var(--headingFont);
    text-transform: uppercase;
    background: #ffa5000a;
    color: var(--themeColorTwo);
    margin-bottom: 10px;
    margin-top: 10px;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}

.dashboard_sidebar_menu ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    padding: 10px 25px;
    color: var(--paraColor);
    position: relative;
    text-transform: capitalize;
}

.dashboard_sidebar_menu ul li:last-child a {
    margin-bottom: 0;
}

.dashboard_sidebar_menu ul li a span {
    display: block;
    width: 20px;
    margin-right: 10px;
    margin-top: -6px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.dashboard_sidebar_menu ul li a:hover,
.dashboard_sidebar_menu ul li a.active,
.dashboard_sidebar_menu ul li a:hover span,
.dashboard_sidebar_menu ul li a.active span {
    color: var(--themeColorTwo);
}

.dashboard_sidebar_menu ul li a:hover::after,
.dashboard_sidebar_menu ul li a.active::after {
    color: var(--colorPrimary);
}

/* dashboard sidebar end */

.dashboard_content {
    background: var(--colorWhite);
    padding: 35px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.dashboard_content .dashboard_title {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.dashboard_content .dashboard_title .cancel_edit {
    background: #DB4437;
}

/* dashboard overview start */
.dashboard_overview_item {
    background: #0aa84812;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    margin-left: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.dashboard_overview_item .icon {
    width: 75px;
    height: 75px;
    line-height: 73px;
    text-align: center;
    margin-right: 30px;
    background: #05A845;
    color: white;
    font-size: 30px;
    margin-left: -40px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.dashboard_overview_item .icon svg {
    width: 40px;
}

.dashboard_overview_item h3 {
    font-weight: 600;
}

.dashboard_overview_item h3 span {
    display: block;
    margin-top: 5px;
    text-transform: capitalize;
}

.dashboard_overview_item.blue {
    background: #66aaee1f;
}

.dashboard_overview_item.blue .icon {
    background: #6ae;
}

.dashboard_overview_item.orange {
    background: #ffa5001c;
}

.dashboard_overview_item.orange .icon {
    background: #FF794C;
}

.dashboard_overview_item.red {
    background: #ff000012;
}

.dashboard_overview_item.red .icon {
    background: #DB4437;
}

.dashboard_overview_item.purple {
    background: #80008014;
}

.dashboard_overview_item.purple .icon {
    background: purple;
}

.dashboard_overview_item.olive {
    background: #ab977424;
}

.dashboard_overview_item.olive .icon {
    background: #AB9774;
}

.dashboard_recent_order h3,
.dashboard_recent_review h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.dashboard_recent_order .dashboard_order_table {
    margin-top: 10px;
}

.dashboard_recent_review .single_review_list_area {
    border: 1px solid #eee;
    margin-top: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.dashboard_recent_review .single_review {
    border: none;
    border-bottom: 1px solid #eee;
    padding: 20px;
    margin-top: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.dashboard_recent_review .single_review:last-child {
    border: none;
}

.dashboard_recent_review .single_review .text {
    width: 100% !important;
    padding: 0;
}

.dashboard_recent_review .single_review .text .title {
    font-size: 16px;
}

.dashboard_recent_review .single_review .text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* dashboard overview end */


/* dashboard order start */
.dashboard_order_table {
    margin-top: 25px;
    overflow: hidden;
    border: 1px solid #01040E14;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.dashboard_order_table table {
    width: 100%;
}

.dashboard_order_table table tr {
    border-top: 1px solid #01040E14;
}

.dashboard_order_table table thead tr {

    border: none;
}

.dashboard_order_table table tr th {
    text-transform: capitalize;
    font-family: var(--headingFont);
    background: var(--lightBg2);
}

.dashboard_order_table table tr td {
    color: var(--paraColor);
    font-size: 16px;
    font-weight: 400;
}

.dashboard_order_table table tr th,
.dashboard_order_table table tr td {
    min-width: 100px;
    padding: 20px 25px;
}


.dashboard_order_table table tr td .complete {
    color: var(--colorGreen);
}

.dashboard_order_table table tr td .active {
    color: var(--themeColoeOne);
}

.dashboard_order_table table tr td .cancel {
    color: red;
}


.dashboard_order_table table tr td a:hover {
    color: var(--colorBlack);
}

.dashboard_order_table table tr td a.cancel_order:hover {
    color: #DB4437;
}

.dashboard_order_table table tr td a.review_order:hover {
    color: var(--themeColorTwo);
}

.dashboard_order_table table tr td a svg {
    width: 20px;
}

.dashboard_order_table table tr td a.review_order svg {
    margin-top: -2px;
}

.dashboard_invoice_footer .order_cancel_btn {
    background: #DB4437 !important;
}

/* dashboard order end */


/* order invoice start */
.dashboard_order_invoice {
    border: 1px solid #eee;
    margin-top: 25px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.dashboard_invoice_logo_area {
    background: var(--lightBg2);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}

.dashboard_invoice_logo_area .invoice_logo {
    width: 154px;
}

.dashboard_invoice_logo_area .text h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.dashboard_invoice_logo_area .text p {
    text-transform: capitalize;
}

.dashboard_invoice_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #01040E14;
    padding: 30px;
}

.dashboard_invoice_header .text {
    width: 45%;
}

.dashboard_invoice_header .text p {
    margin-top: 5px;
}

.dashboard_invoice_header .text h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.dashboard_invoice_header .text ul li {
    font-size: 15px;
    font-weight: 400;
    color: var(--paraColor);
    margin-top: 5px;
}

.dashboard_invoice_header .text ul li span {
    color: var(--colorBlack);
    text-transform: capitalize;
    display: inline-block;
    width: 80px;
}

.invoice_table {
    border: none;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.invoice_table table thead tr {
    background: var(--lightBg2);
}

.invoice_table table thead tr th {
    background: var(--lightBg2);
    color: var(--colorBlack);
    font-weight: 500;
    font-family: var(--headingFont);
}

.invoice_table table tbody tr {
    border-bottom: 1px solid #eee;
}

.invoice_table table tr th,
.invoice_table table tr td {
    padding: 15px 25px;
    min-width: 110px;
    border-right: 1px solid #eee;
    color: var(--paraColor);
}

.dashboard_invoice_footer {
    padding: 30px;
    position: relative;
    margin-top: 30px;
}

.dashboard_invoice_footer h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.dashboard_invoice_footer p {
    margin-top: 5px;
    width: 80%;
}

.dashboard_invoice_footer p b {
    display: inline-block;
    font-weight: 400;
    color: var(--colorBlack);
    width: 70px;
}

.dashboard_invoice_footer a {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.dashboard_invoice_footer a i {
    margin-right: 5px;
}

.invoice_table table tr td b {
    color: var(--colorBlack);
    font-weight: 400;
}

.dashboard_order_invoice_area a i {
    margin-right: 5px;
}

/* order invoice end */


/* personal info start */
.dashboard_profile_info_list,
.dashboard_profile_info_edit,
.dashboard_change_password {
    padding: 25px;
    border: 1px solid #eee;
    margin-top: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.dashboard_profile_info_list h2,
.dashboard_profile_info_edit h2 {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.dashboard_profile_info_list h2 a:hover,
.dashboard_profile_info_edit h2 a:hover {
    background: var(--colorBlack);
    color: var(--colorWhite);
}

.dashboard_profile_info_list ul li {
    color: var(--paraColor);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.dashboard_profile_info_list ul li:last-child {
    margin: 0;
}

.dashboard_profile_info_list ul li span {
    color: var(--colorBlack);
    display: inline-block;
    width: 90px;
}

/* personal info end */

.dashboard_profile_info_edit .single_input {
    margin-top: 5px;
    margin-bottom: 25px;
}

.dashboard_addredd_list .checkout_address_area {
    margin-bottom: 0;
}

.dashboard_wishlist .product_img {
    height: 320px;
}

.dashboard_reviews .single_review .text {
    width: 93%;
}

.dashboard_download table tr td .img {
    width: 85px;
    height: 85px;
    background: var(--lightBg2);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

/* dashboard return request start */
.dashboard_return_request {
    padding: 30px;
    margin-top: 25px;
    background: var(--lightBg2);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.return_request_number {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #c7c5c5;
    padding-bottom: 10px;
}

.return_request_number p {
    color: var(--colorBlack);
    text-transform: capitalize;
}

.return_request_number p span {
    color: var(--colorGreen);
}

.return_request_number a {
    color: var(--themeColorTwo);
    font-size: 16px;
    font-weight: 600;
}

.return_request_number a:hover {
    color: var(--colorBlack);
}

.return_product_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.return_product_item .img {
    width: 115px;
    height: 115px;
    background: var(--colorWhite);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.return_product_item .text {
    display: flex;
    flex-direction: column;
    width: 70%;
}

.return_product_item .text span {
    display: block;
    font-size: 14px;
}

.return_product_item .text .return_p_title {
    color: var(--colorBlack);
    font-size: 16px;
    font-weight: 600;
    margin-top: 2px;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.return_product_item .text:hover .return_p_title {
    color: var(--themeColorTwo);
}

.return_product_item .text .return_p_quantity {
    margin-bottom: 2px;
}

.return_product_item .text .return_p_quantity b {
    font-weight: 500;
    color: var(--colorBlack);
}

.return_product_item .text .return_p_price {
    margin-top: 2px;
    font-weight: 600;
    color: var(--themeColorTwo);
    font-size: 18px;
}

/* dashboard return request end */


/* dashboard return request details start */
.dashboard_return_request_details h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
    text-transform: capitalize;
}

.dashboard_return_request_check {
    border: 1px dashed #ddd;
    padding: 20px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.dashboard_return_request_check .form-check {
    margin: 0;
}

.dashboard_return_request_check input {
    padding: 0;
}

.dashboard_return_request_check label {
    text-transform: capitalize;
    cursor: pointer;
    color: var(--paraColor);
    font-size: 16px;
    font-weight: 400;
}

/* dashboard return request details end */


/* dashboard order review start */
.order_review_area .dashboard_invoice_logo_area {
    background: var(--colorWhite);
}

.dashboard_invoice_logo_area .text a {
    display: block;
    padding: 7px 10px;
    background: var(--themeColorTwo);
    color: var(--colorWhite);
    text-align: center;
    margin-top: 5px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.dashboard_invoice_logo_area .text a:hover {
    background: var(--colorBlack);
    color: var(--colorWhite);
}

.invoice_table table tr td button {
    color: var(--colorBlack) !important;
    text-transform: capitalize;
    padding: 0;
    background: none !important;
    border: none !important;
    font-size: 16px;
    font-weight: 400;
}

.invoice_table table tr td button svg {
    width: 20px;
    margin-right: 3px;
    margin-top: -2px;
    color: var(--themeColorTwo);
}

.invoice_table table tr td button:hover {
    color: var(--themeColorTwo) !important;
}

.rating_modal .modal-content {
    border-radius: 12px;
    position: relative;
}

.rating_modal .btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #DB4437;
    color: var(--colorWhite);
    opacity: 1;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    border: 1px solid var(--colorWhite);
    cursor: pointer;
    z-index: 2;
    box-shadow: none !important;
}

.rating_modal .modal-body {
    padding: 30px;
}

/* dashboard order review end */

.dashboard_recent_order table tr th,
.dashboard_recent_order table tr td {
    padding: 5px;
}

.dashboard_download table tr th,
.dashboard_download table tr td {
    padding: 15px;
    min-width: initial !important;
}

/*===========================
    DASHBOARD END
===========================*/
@media screen and (max-width: 1150px) {
    .custom-container {
        padding-right: calc(var(--bs-gutter-x) * .2);
        padding-left: calc(var(--bs-gutter-x) * .2);
    }

    .brand_list li {
        width: 20%;
        height: 95px;
    }
}

@media screen and (max-width: 768px) {
    .shortcutBtnWrapper button {
        font-size: 12px;
        white-space: nowrap;
    }

    .brand_list li {
        width: 27%;
        height: 70px;
    }
}


.font0-1 {
    font-size: 0.1rem !important;
}

.font0-2 {
    font-size: 0.2rem !important;
}

.font0-3 {
    font-size: 0.3rem !important;
}

.font0-4 {
    font-size: 0.4rem !important;
}

.font0-5 {
    font-size: 0.5rem !important;
}

.font0-6 {
    font-size: 0.6rem !important;
}

.font0-7 {
    font-size: 0.7rem !important;
}

.font0-8 {
    font-size: 0.8rem !important;
}

.font0-9 {
    font-size: 0.9rem !important;
}

.font1-0 {
    font-size: 1.0rem !important;
}

.font1-1 {
    font-size: 1.1rem !important;
}

.font1-2 {
    font-size: 1.2rem !important;
}

.font1-3 {
    font-size: 1.3rem !important;
}

.font1-4 {
    font-size: 1.4rem !important;
}

.font1-5 {
    font-size: 1.5rem !important;
}

.font1-6 {
    font-size: 1.6rem !important;
}

.font1-7 {
    font-size: 1.7rem !important;
}

.font1-8 {
    font-size: 1.8rem !important;
}

.font1-9 {
    font-size: 1.9rem !important;
}

.font2-0 {
    font-size: 2.0rem !important;
}

.font2-1 {
    font-size: 2.1rem !important;
}

.font2-2 {
    font-size: 2.2rem !important;
}

.font2-3 {
    font-size: 2.3rem !important;
}

.font2-4 {
    font-size: 2.4rem !important;
}

.font2-5 {
    font-size: 2.5rem !important;
}

.font2-6 {
    font-size: 2.6rem !important;
}

.font2-7 {
    font-size: 2.7rem !important;
}

.font2-8 {
    font-size: 2.8rem !important;
}

.font2-9 {
    font-size: 2.9rem !important;
}

.font3-0 {
    font-size: 3.0rem !important;
}