.page-item.active .page-link /* cookie consent css */
.js-cookie-consent.cookie-consent {
    position: fixed;
    width: 100%;
    text-align: center;
}


#accordionProductFilter .accordion-item.mt-0 {
    margin-top: 0 !important;
}

#accordionProductFilter .accordion-item {
    border-radius: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #c9c5bd !important;
}

#accordionProductFilter .accordion-header .accordion-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 10px 3px;
    font-size: 16px !important;
    color: var(--theme-color) !important;
}

#accordionProductFilter .accordion-header .accordion-button:focus {
    box-shadow: none !important;
}

#accordionProductFilter .accordion-header .accordion-button::after {
    width: 0.80rem;
    height: 0.80rem;
    background-size: 0.80rem;
}

#accordionProductFilter .accordion-body .filter-option {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #c9c5bd !important;
    font-size: 14px !important;
    color: #c9c5bd !important;
}

.child-category {
    cursor: pointer;
}

.product-filters, .apply-filters,
.product-filters, .reset-filters {
    max-width: 140px;
    padding: 2px 10px;
}

.product-shopping-section {
    padding-top: 85px !important;
}

.user-auth .product-shopping-section {
    padding-top: 120px !important;
}

.slider-title-text {
    max-width: 400px;
}

#sidebarCanvas {
    width: 330px;
}

#sidebarCanvas .offcanvas-body {
    overflow-y: auto !important;
}

#productDetails {
    padding-bottom: 3rem !important;
}

/*#productDetails.modal-body {*/
/*    max-height: calc(100vh - 200px);*/
/*    overflow-y: auto;*/
/*    overflow-x: hidden;*/
/*}*/

/*#productDetails .fixed-top {*/
/*    left: 4%;*/
/*}*/

.btn {
    border-radius: 0;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

h1.slider-title-text {
    /* This section calls the slideInFromLeft animation we defined above */
    animation: 1s ease-out 0s 1 slideInFromLeft;
}

.dashboard-nav-wrap {
    position: fixed;
    width: 100%;
    top: 108px;
    z-index: 98;
}

.cart.user-auth #main-page-area
{
    margin-top: 5rem;
}
.about-us.user-auth #main-page-area {
    margin-top: 5rem;
}

.shop.user-auth #main-page-area, .shop #main-page-area {
    margin-top: 2rem;
}

.all-porducts-modal-pod .item-type-pod .nav-tabs .nav-link {
    color: var(--theme-color);
    background-color: transparent;
    border-radius: 0;
    margin-left: 0;
    border: 1px solid var(--theme-color);
}

.dashboard-nav-wrap {
    background-color: var(--secondary-color);
}

.dashboard-nav-wrap .navbar .navbar-brand {
    color: var(--white-color);
    font-size: 2.25rem;
    font-weight: 600;
    min-height: 65px;
}

.dashboard-nav-wrap .navbar .navbar-toggler {
    border: none;
    box-shadow: none;

}

.dashboard-nav-wrap .navbar .navbar-toggler i {
    color: var(--white-color);
}

.dashboard-nav-wrap .navbar .navbar-nav {
    margin-left: auto;
}

.dashboard-nav-wrap .navbar .navbar-nav .nav-link {
    color: var(--white-color);
}

.dashboard-nav-wrap .navbar .navbar-nav .nav-item:not(:last-child) {
    margin-right: 2rem;
}

.dashboard-nav-wrap .navbar .navbar-nav .dropdown-menu {
    padding: 0;
    border-radius: 0;
    min-width: 225px;
}

.dashboard-nav-wrap .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.dashboard-nav-wrap .navbar .navbar-nav .dropdown-toggle::after {
    display: none;
}

.dashboard-nav-inner .navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    background-color: var(--theme-color);
    border-color: var(--theme-color) !important;
    height: 30px;
    padding: 1px 10px 8px;
}

.quantity .input-text.qty {
    border-color: var(--theme-color) !important;
    height: 30px;
}

.all-porducts-modal-pod .item-type-pod .nav-tabs .nav-link {
    height: 30px;
    padding-top: 2px;
}

.pricing-inner .pricing-col .price-pod {
    height: 6rem;
    width: 6rem;
}

.popup-product-image {
    display: block !important;
    margin: 0 auto;
    height: 390px !important;
    width: 390px !important;
    object-fit: contain;
}

/*#productGrid .product-image {
    border: 1px solid #cecece;
    border-radius: 4px;
}
#productGrid .product-image:hover {
    border: 1px solid var(--secondary-color);
}*/

section.hm-slider {
    height: 100vh;
    overflow: hidden;
}


.organizer-badge-pod {
    color: var(--secondary-color);
    font-size: calc(2rem + 4vw);
    position: relative;
}

.organizer-badge-pod.sliver {
    color: #D0D0D0;
}

.pricing-inner .col-two h5 {
    color: #F4B855;
}

.organizer-badge-pod.gold {
    color: #F4B855;
}

.pricing-inner .col-three h5 {
    color: #955357;
}

.organizer-badge-pod.bronze {
    color: #955357;
}

.organizer-badge-pod::after {
    content: attr(data-title);
    font-size: 25%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
}

.icon-title-badge:before {
    content: "\e914";
}

.price-badge {
    position: absolute;
    top: 10px;
    right: 12px;
}

section.cart {
    min-height: calc(100vh - 300px);
}

.floating-filter {
    position: fixed;
    left: auto;
    top: 120px;
    /*width: 40%;*/
    z-index: 99;
}

.user-auth .floating-filter {
    position: fixed;
    left: auto;
    top: 180px;
    width: 40%;
    z-index: 999;
}

.user-auth .floating-filter i {
    z-index: 100;
}

.floating-filter .product-filters:hover {
    color: #FFF;
    transform: scale(1.2);
}

.truncated-product-title {
    cursor: pointer;
    width: 150px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*#main-page-area {*/
/*    min-height: calc(100vh - 140px) !important;*/
/*}*/

.brand-products-grid .product-cart-pod .product-card-detail {
    min-height: 100px;
}

/*#productDetails.modal-body * {*/
/*    color: var(--black-color) !important;*/
/*}*/

.user-message-wrap .user-register-inner {
    padding: 0;
}

.error.help-block {
    color: var(--bs-red);
}

.slider-zoom-image {
    -webkit-animation: zoom 20s;
    animation: zoom 30s ease infinite
}

ul.social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

ul.social-links li {
    margin-left: 1rem;
}

ul.social-links li a {
    display: inline-block;
    color: var(--white-color);
    white-space: nowrap;
}

img.footer-logo {
    height: 50px;
}

.about-us p {
    font-size: 18px;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index: 1000 !important;
}

.sticky-top {
    z-index: 99;
}

.contact-us .user-message-wrap .register-col-right .input-pod {
    padding: 0.5rem;
}

.contact-us .user-message-wrap .register-col .form-group {
    margin-bottom: 0.5rem;
}

.contact-us .user-register-inner {
    align-items: start;
}

.user-dashboard-inner {
    min-height: calc(100vh - 275px);
}

.cart .user-dashboard-inner {
    min-height: calc(100vh - 118px);
}
.form-group {
    margin-bottom: 0.5rem !important;
}

.contact-us #message {
    height: auto !important;
}

.page-banner#main-page-area {
    min-height: 0 !important;
}

#addOrderProductModal .modal-dialog {
    max-width: 80%;
}

#addOrderProductModal .modal-lg {
    max-width: 100%;
}

.search-order-list {
    max-width: 200px;
    position: absolute;
    left: 160px;
    top: 15px;
}

#productSort {
    max-width: 100px;
}

.btn-selection-list {
    border: 1px solid var(--theme-color);
    padding: 0.2rem 0.75rem;
    background-color: #FFF;
    z-index: 999;
    color: var(--black-color);
    width: 100%;
}

.btn-add-reorder {
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
}

.product-filter-accordion .accordion-body {
    padding: 1rem 0.25rem;
}

.wish-list-container {
    max-height: 400px;
    width: 253px;
    overflow-y: scroll;
}

#addOrderProductModal .modal-dialog {
    max-width: 80%;
}

#addOrderProductModal .modal-lg {
    max-width: 100%;
}

.search-order-list {
    max-width: 200px;
    position: absolute;
    left: 160px;
    top: 15px;
}

.btn-add-reorder {
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
}

.filtered-category-margin {
    margin-left: 5px;
}

/*#productDetails.modal-body #add-to-cart {*/
/*    color: #FFF !important;*/
/*}*/

#gotobottomBtn {
    display: block; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 100px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#gotobottomBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.accordion-option .toggle-accordion, .accordion-option .toggle-accordion-modal {
    float: right;
    /*font-size: 16px;*/
    color: white;
}

.accordion-option .toggle-accordion:before {
    content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}

.accordion-option .toggle-accordion-modal:before {
    content: "Expand All";
}

.accordion-option .toggle-accordion-modal.active:before {
    content: "Collapse All";
}



#miniCartBody {
    padding: 0.5rem !important;
}

/*.mini-cart-items {
    height: 60vh;
    overflow-y: auto;
}*/

.mini-cart-items .product-details,
#accordionMiniPromotion .product-details {
    height: 50px;
    width: 50px;
    border: 1px solid #cecece;
    object-fit: contain;
}

.mini-cart-items .mini-product-name,
#accordionMiniPromotion .mini-product-name {
    margin-bottom: 0.4rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 270px;
    font-size: 13px;
}

.mini-cart-items .quantity.buttons_added .minus,
.mini-cart-items .quantity.buttons_added .plus,
#accordionMiniPromotion .quantity.buttons_added .minus,
#accordionMiniPromotion .quantity.buttons_added .plus {
    height: 20px;
    padding: 0;
    width: 20px;
    line-height: 1;
}

.mini-cart-items .quantity .input-text.qty,
#accordionMiniPromotion .quantity .input-text.qty {
    height: 20px;
    width: 30px;
    line-height: 1;
    font-size: 12px;
}

/*#accordionMiniPromotion .accordion-item:last-of-type .accordion-button.collapsed {
    border-color: #BBC500 !important;
}*/
#card-modal-button {
    text-align: center;
}

span.cart-badge {
    display: block;
    position: absolute;
    background: red;
    border-radius: 20px;
    color: white;
    line-height: 1;
    top: -10px;
    padding: 2px 6px;
    right: -10px;
}

.cart-item-remove-icon {
    position: initial;
    cursor: pointer;
    color: red;
}

#miniCartBody .cart-bottom {
    position: absolute;
    width: 380px;
    bottom: 10px;
    border-top: 1px solid #c9c9c9;
}

.datepicker {
    z-index: 10000 !important;
}

div.currency {
    position: relative;
}

div.currency::before {
    content: '£';
    position: absolute;
    top: 31px;
    left: 15px;
}

.product-filter-accordion .accordion-body.contentPrice {
    padding: 0.5rem 0.25rem;
}

#productDetails.modal-body .text-white {
    color: #FFFFFF !important;
}

.out-of-stock-class {
    /*position: absolute;*/
    top: 39px;
    left: 135px;
}

.out-of-stock-class .badge.badge-danger {
    font-size: 10px;
}

#productDetails.modal-body .icon-pdf, #productDetails.modal-body .pdf-item a {
    color: var(--bs-white) !important;
}

.card.web-user-card {
    min-width: 325px;
}

.jags-error {
    font-size: 13px;
    font-weight: 600;
    color: var(--bs-red);
    display: block;
}


.jags-success {
    font-size: 13px;
    font-weight: 600;
    color:  var(--bs-success);
    display: block;
}

.checkout-delivery-date .calendar-date-picker {
    width: 18rem;
    position: relative;
}

.checkout-delivery-date .foot-ele.delivery-date-pod {
    display: block;
    width: 18rem;
    height: 2.5rem;
    padding: 1rem;
}

.checkout-delivery-date .input-group-addon {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu,
.note-popover .popover-content .note-color-all .note-dropdown-menu {
    min-width: 370px;
}

#createListModal {
    z-index: 1100;
}

#productDetails.modal-body .add-new-element-class {
    background-color: var(--theme-color) !important;
    color: #FFF !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #9e9898;
    cursor: not-allowed;
}

.datepicker table tr td.today {
    color: #FFF;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.datepicker table tr td.today:hover {
    color: var(--theme-color);
    background-color: #FFF;
    border-color: var(--theme-color);
}

.dashboard-black-btn.disabled {
    background-color: #847b7b;
    cursor: not-allowed;
}

.mini-cart-items .accordion-body.p-0 {
    height: 52vh;
    overflow-y: auto;
}

.mini-cart-items .accordion-body.p-0.promo-products {
    height: 52vh;
    overflow-y: auto;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 1.4rem !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: var(--theme-color) !important;
    border-radius: 4px !important;
    color: #FFF !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    background-color: rgb(221, 51, 51) !important;
    border-radius: 4px !important;
    color: #FFF !important;
}

.swal2-html-container {
    text-align: left;
    font-size: 15px;
}

tr.highlight td {
    font-weight: bold !important;
    color: var(--bs-red);
}

tr.promo_items.disabled {
    background-color: #6a6161;
    opacity: 0.4;
    position: relative;
}

tr.promo_items.disabled .disabled-message {
    position: absolute;
    display: block;
    background-color: #FFF;
    padding: 8px 16px;
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    top: 20px;
    opacity: 1;
    font-weight: bold;
    font-size: 16px;
}

span.discounted-price {
    color: var(--bs-red);
    font-weight: bold;
    text-decoration: line-through;
    display: block;
}

td.listprice {
    width: 200px;
}

span.additional-message {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--bs-red);
}

.client_requested-products_index .product-item-title {
    position: relative;
    padding-left: 4.5rem;
}

.client_requested-products_index .product-item-title img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.client_requested-products_index .product-item-title b {
    font-size: .9rem;
}

.client_requested-products_index .product-item-title ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.client_requested-products_index .product-item-title ul li {
    font-size: 0.8rem;
}


#tableClientOrderHistory.table-bordered.dataTable th,
#tableClientOrderHistory.table-bordered.dataTable td {
    border-width: 1px !important;
}

#tableClientOrderHistory.table-bordered.dataTable th {
    text-align: center;
}

#tableClientOrderHistory tbody,
#tableClientOrderHistory td,
#tableClientOrderHistory tfoot,
#tableClientOrderHistory th,
#tableClientOrderHistory thead,
#tableClientOrderHistory tr {
    border-color: rgb(222, 226, 230) !important;
}

#tableClientOrderHistory_length,#tableClientOrderHistory_info {
    margin: 15px 0 !important;
}


.cart-item.disabled {
    background-color: #6a6161;
    opacity: 0.4;
    position: relative;
}

#historyModal .modal-lg {
    width: 95%;
    max-width: 95%;
}

#historyModal #global_search_history {
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
}

.btn-add-promo-to-cart svg,
.btn-add-promo-to-cart-mini svg {
    fill: #FFF;
}

.disabled-message {
    display: none;
}

img.sale-product {
    top: 50px;
    right: 20px;
    position: absolute;
    height: 30px;
}

img.sale-product.details {
    top: 50px;
    left: 200px;
    height: 50px;
}

#collapseOne .cart-item.disabled .btn-add-promo-to-cart-mini {
    display: none
}

#collapseOne .cart-item.disabled .disabled-message {
    position: absolute;
    display: block;
    background-color: #FFF;
    padding: 8px 16px;
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    top: 6px;
    opacity: 1;
    font-weight: bold;
    font-size: 12px;
    width: 60%;
}

table.table-final-summary tbody tr td {
    font-weight: bold;
}

.client_order-detail .calendar-date-picker .input-group-addon {
    position: absolute;
    left: 265px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1.25rem;
    pointer-events: none;
}

.client_order-detail #pick_date {
    display: block;
    /*width: 18rem;*/
    height: 40px;
    padding: 1rem;
    margin-top: 10px;
}

#tableClientOrderHistory.table-bordered.dataTable th,
#tableClientOrderHistory.table-bordered.dataTable td {
    border-width: 1px !important;
}

#tableClientOrderHistory.table-bordered.dataTable th {
    text-align: center;
}

#tableClientOrderHistory tbody,
#tableClientOrderHistory td,
#tableClientOrderHistory tfoot,
#tableClientOrderHistory th,
#tableClientOrderHistory thead,
#tableClientOrderHistory tr {
    border-color: rgb(222, 226, 230) !important;
}

#tableClientOrderHistory_length {
    margin: 15px 0 !important;
}

.cart-item.disabled {
    background-color: #cecece;
}

#historyModal .modal-lg {
    width: 95%;
    max-width: 95%;
}

#historyModal #global_search_history {
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
}

.btn-add-promo-to-cart svg,
.btn-add-promo-to-cart-mini svg {
    fill: #FFF;
}

.disabled-message {
    display: none;
}

img.sale-product {
    position: absolute;
    top: -15px;
    left: -15px;
    height: 30px;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: var(--theme-color);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--theme-color);
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    color: var(--theme-color);
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(187, 197, 0, 0.25);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

table.dataTable thead tr {
    background-color: var(--theme-color);
    color: white;
}

table thead th:last-child {
    border-top-right-radius: 5px;
}

table thead th:first-child {
    border-top-left-radius: 5px;
}


.btn {
    border-radius: 4px;
}

.filter-main-box {
    background: #FAFBFA;
    border: 1px solid #526E58;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    position: relative;
}

img .product-details {
    width: 60px !important;
    height: 60px !important;
}

.accordion-button::after {
    content: "";
    background-image: url(../images/acco-dd.svg);
    height: 23px;
    width: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 15px;
    top: 5px;
}

.accordion-button {
    background: var(--themelight-color);
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    background: var(--themelight-color);
    color: white;
}

.accordion-button:not(.collapsed)::after {
    content: "";
    background-image: url(../images/acco-dd.svg);
    height: 23px;
    width: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 15px;
    top: 5px;
    transform: rotate(180deg);
}

.qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-container button {
    background: var(--theme-color);
    border: none;
    color: var(--white-color);
    height: 25px;
    width: 25px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 0px;
}

.qty-container input.input-qty {
    height: 25px;
    margin-left: -3px !important;
    padding: 0px;
    width: 40px;
    border: 1px solid var(--theme-color);
    text-align: center;
}

.qty-container button#add {
    margin-left: -3px;
}

.place-order-summary-main {
    position: sticky;
    top: 186px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}


input[type="date"] {
    width: 100%;
    height: 30px;
    color: #807474;
    border-radius: 5px;
    border: 0.8px solid rgba(82, 110, 88, 0.60);
}


select {
    width: 100%;
    height: 30px;
    color: #807474;
    border-radius: 5px;
    border: 0.8px solid rgba(82, 110, 88, 0.60);
}

.select2-container--default .select2-selection--single {
    height: 30px;
    color: #807474;
    border-radius: 5px;
    border: 0.8px solid rgba(82, 110, 88, 0.60);
    z-index:1099;
}

.btn-jags {
    background: var(--theme-color);
    display: inline-block;
    padding:.375rem .75rem;
    border-radius: 5px;
    color: var(--white-color);
    transition: all 400ms ease-in-out;
    border: 2px solid transparent;
    cursor: pointer;
    box-shadow: 5px 7px 12.09px 0.91px rgba(0, 0, 0, .2);
    font-weight: var(--lt-400);
    font-size: 1rem;
    /*line-height: 1;*/
    text-wrap: nowrap;
    height: 40px;
}

.btn-jags:hover {
    background: var(--white-color);
    color: var(--theme-color);
    border: 2px solid var(--theme-color);
}


.btn-jags-primary {
    background: var(--themelight-color);
    display: inline-block;
    padding: .375rem .75rem;
    border-radius: 5px;
    color: var(--white-color);
    transition: all 400ms ease-in-out;
    border: 2px solid transparent;
    cursor: pointer;
    box-shadow: 5px 7px 12.09px 0.91px rgba(0, 0, 0, .2);
    font-weight: var(--lt-400);
    font-size: 1rem;
    line-height: 1;
    text-wrap: nowrap;
    height: 40px;
}

.btn-jags-primary:hover {
    background: var(--white-color);
    color: var(--themelight-color);
    border: 2px solid var(--themelight-color);
}

.place-order-summary-main .summary-table {
    border: 0px solid var(--theme-color);
    padding: 0px;
    width: 100%;
    border-radius: 5px;
}

.view-order-summary {
    border: 1px solid var(--theme-color);
    width: 100%;
    border-radius: 5px;
}

.summary-table table tr td {
    color: #3B5641;
    font: 600 18px/40px Lato, sans-serif;
    line-height: 28px;
}

.summary-table table td {
    line-height: 28px !important;
}


.text-right {
    text-align: right;
}


.vertical-middle {
    vertical-align: middle;
}

ul.pagination {
    float: right !important;
}

.object-fit-contain {
    object-fit: contain;
}


.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.475rem;
}

.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--bs-symbol-label-color);
    background-color: var(--bs-symbol-label-bg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 0.475rem;
}

.symbol .symbol-label:after {
    border-radius: 0.475rem;
}

.symbol .symbol-badge {
    position: absolute;
    border-radius: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
}

.symbol > img {
    width: 100%;
    flex-shrink: 0;
    display: inline-block;
    border-radius: 0.475rem;
}

.symbol.symbol-square,
.symbol.symbol-square > img,
.symbol.symbol-square .symbol-label {
    border-radius: 0 !important;
}

.symbol.symbol-circle,
.symbol.symbol-circle > img,
.symbol.symbol-circle .symbol-label {
    border-radius: 50%;
}

.symbol.symbol-circle:after,
.symbol.symbol-circle > img:after,
.symbol.symbol-circle .symbol-label:after {
    border-radius: 50%;
}

.symbol > img {
    width: 50px;
    height: 50px;
}

.symbol .symbol-label {
    width: 50px;
    height: 50px;
}

.symbol.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
}

.symbol.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: none;
}

.symbol.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
}

.symbol.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: none;
}

.symbol.symbol-20px > img {
    width: 20px;
    height: 20px;
}

.symbol.symbol-20px .symbol-label {
    width: 20px;
    height: 20px;
}

.symbol.symbol-20px.symbol-fixed .symbol-label {
    width: 20px;
    height: 20px;
}

.symbol.symbol-20px.symbol-fixed > img {
    width: 20px;
    height: 20px;
    max-width: none;
}

.symbol.symbol-20px.symbol-2by3 .symbol-label {
    height: 20px;
    width: 30px;
}

.symbol.symbol-20px.symbol-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: none;
}

.symbol.symbol-25px > img {
    width: 25px;
    height: 25px;
}

.symbol.symbol-25px .symbol-label {
    width: 25px;
    height: 25px;
}

.symbol.symbol-25px.symbol-fixed .symbol-label {
    width: 25px;
    height: 25px;
}

.symbol.symbol-25px.symbol-fixed > img {
    width: 25px;
    height: 25px;
    max-width: none;
}

.symbol.symbol-25px.symbol-2by3 .symbol-label {
    height: 25px;
    width: 37.5px;
}

.symbol.symbol-25px.symbol-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: none;
}

.symbol.symbol-30px > img {
    width: 30px;
    height: 30px;
}

.symbol.symbol-30px .symbol-label {
    width: 30px;
    height: 30px;
}

.symbol.symbol-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px;
}

.symbol.symbol-30px.symbol-fixed > img {
    width: 30px;
    height: 30px;
    max-width: none;
}

.symbol.symbol-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px;
}

.symbol.symbol-30px.symbol-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: none;
}

.symbol.symbol-35px > img {
    width: 35px;
    height: 35px;
}

.symbol.symbol-35px .symbol-label {
    width: 35px;
    height: 35px;
}

.symbol.symbol-35px.symbol-fixed .symbol-label {
    width: 35px;
    height: 35px;
}

.symbol.symbol-35px.symbol-fixed > img {
    width: 35px;
    height: 35px;
    max-width: none;
}

.symbol.symbol-35px.symbol-2by3 .symbol-label {
    height: 35px;
    width: 52.5px;
}

.symbol.symbol-35px.symbol-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: none;
}

.symbol.symbol-40px > img {
    width: 40px;
    height: 40px;
}

.symbol.symbol-40px .symbol-label {
    width: 40px;
    height: 40px;
}

.symbol.symbol-40px.symbol-fixed .symbol-label {
    width: 40px;
    height: 40px;
}

.symbol.symbol-40px.symbol-fixed > img {
    width: 40px;
    height: 40px;
    max-width: none;
}

.symbol.symbol-40px.symbol-2by3 .symbol-label {
    height: 40px;
    width: 60px;
}

.symbol.symbol-40px.symbol-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: none;
}

.symbol.symbol-45px > img {
    width: 45px;
    height: 45px;
}

.symbol.symbol-45px .symbol-label {
    width: 45px;
    height: 45px;
}

.symbol.symbol-45px.symbol-fixed .symbol-label {
    width: 45px;
    height: 45px;
}

.symbol.symbol-45px.symbol-fixed > img {
    width: 45px;
    height: 45px;
    max-width: none;
}

.symbol.symbol-45px.symbol-2by3 .symbol-label {
    height: 45px;
    width: 67.5px;
}

.symbol.symbol-45px.symbol-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: none;
}

.symbol.symbol-50px > img {
    width: 50px;
    height: 50px;
}

.symbol.symbol-50px .symbol-label {
    width: 50px;
    height: 50px;
}

.symbol.symbol-50px.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
}

.symbol.symbol-50px.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: none;
}

.symbol.symbol-50px.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
}

.symbol.symbol-50px.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: none;
}

.symbol.symbol-55px > img {
    width: 55px;
    height: 55px;
}

.symbol.symbol-55px .symbol-label {
    width: 55px;
    height: 55px;
}

.symbol.symbol-55px.symbol-fixed .symbol-label {
    width: 55px;
    height: 55px;
}

.symbol.symbol-55px.symbol-fixed > img {
    width: 55px;
    height: 55px;
    max-width: none;
}

.symbol.symbol-55px.symbol-2by3 .symbol-label {
    height: 55px;
    width: 82.5px;
}

.symbol.symbol-55px.symbol-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: none;
}

.symbol.symbol-60px > img {
    width: 60px;
    height: 60px;
}

.symbol.symbol-60px .symbol-label {
    width: 60px;
    height: 60px;
}

.symbol.symbol-60px.symbol-fixed .symbol-label {
    width: 60px;
    height: 60px;
}

.symbol.symbol-60px.symbol-fixed > img {
    width: 60px;
    height: 60px;
    max-width: none;
}

.symbol.symbol-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px;
}

.symbol.symbol-60px.symbol-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: none;
}

.symbol.symbol-65px > img {
    width: 65px;
    height: 65px;
}

.symbol.symbol-65px .symbol-label {
    width: 65px;
    height: 65px;
}

.symbol.symbol-65px.symbol-fixed .symbol-label {
    width: 65px;
    height: 65px;
}

.symbol.symbol-65px.symbol-fixed > img {
    width: 65px;
    height: 65px;
    max-width: none;
}

.filter-detail-image {
    /*height: 230px;*/
/client/ lists / details
}

.pro-pop-up-right {
    height: 535px;
}

.filter-detail-image .filter-details-main .filter-info {
    /*line-height: 23px;*/
    line-height: 18px;
}

.sliderForProduct {
    overflow-x: auto !important;
    /*justify-content: flex-start !important;*/
}

form {
    margin-block-end: 0;
}

ul {
    margin-block-start: 3px;
}

.order-history-list-filter.filter-main-wrap .filter-main-box {
    padding: 10px 10px 10px 10px;
}

.order-history-list-filter {

}

.ui-helper-hidden-accessible {
    display: none;
}

.qty-container .qty-btn-minus, .qty-container .qty-btn-plus {
    height: 26px;
    width: 30px;
}

td.data-center {
    vertical-align: middle;
}

/*.otherpage {*/
/*    position: fixed;*/
/*}*/

/*#main-page-area {*/
/*    padding-top: 6%;*/
/*    min-height: calc(100vh - 70px) !important;*/
/*}*/

table.dataTable > thead > tr > th {
    font-size: 14px;
}

table.dataTable > tbody > tr > td {
    font-size: 14px;
}

.table-reponsive.box {
    padding-bottom: 10px !important;
}

.form-select{
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
}

.select2-container--default .select2-selection
{
    height: auto;
}
.select2-container {
    box-sizing: border-box;
    /*display: contents;*/
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: 0px;
}
.select2-container--default .select2-selection--single{
    background-color: var(--theme-color);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color:white;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fffdfd transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b
{
    border-color: transparent transparent #fffdfd transparent;
}

.select2-container--default .select2-dropdown {
    border: 0;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    border-radius: 0.475rem;
    padding: 1rem 0;
    background-color: #ffffff;
}

.select2-container--default .select2-dropdown .select2-search .select2-search__field {
    background-color:#ffffff;
    padding: 0.55rem 0.75rem;
    color: #5e6278;
    font-size: 0.95rem;
    border: 1px solid #e1e3ea;
    border-radius: 0.425rem;
    outline: 0 !important;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-container--default .select2-dropdown .select2-search {
    padding: 0.5rem 1.25rem;
    margin: 0 0 0.5rem 0;
}

.select2-container--default .select2-dropdown .select2-results__options {
    max-height: 250px;
    overflow-y: auto;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-container--default .select2-dropdown .select2-results__option {
    color: #5E6278;
    transition: color 0.2s ease;
    padding: 0.75rem 1.25rem;
    margin: 0 0;
    font-size: 13px !important;
    font-weight: 400;
}
.select2-container--default .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    background-color: #f9f9f9;
    color: #009ef7;
    transition: color 0.2s ease;
    padding: 0.75rem 1.25rem;
    margin: 0 0;
    cursor:pointer;
}
main::-webkit-scrollbar, span::-webkit-scrollbar, ol::-webkit-scrollbar, ul::-webkit-scrollbar, pre::-webkit-scrollbar, div::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
main::-webkit-scrollbar-corner, span::-webkit-scrollbar-corner, ol::-webkit-scrollbar-corner, ul::-webkit-scrollbar-corner, pre::-webkit-scrollbar-corner, div::-webkit-scrollbar-corner {
    background-color: transparent;
}
main::-webkit-scrollbar-thumb, span::-webkit-scrollbar-thumb, ol::-webkit-scrollbar-thumb, ul::-webkit-scrollbar-thumb, pre::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb {
    background-color: #2B2B40;
}
main ::-webkit-scrollbar-thumb, span ::-webkit-scrollbar-thumb, ol ::-webkit-scrollbar-thumb, ul ::-webkit-scrollbar-thumb, pre ::-webkit-scrollbar-thumb, div ::-webkit-scrollbar-thumb {
    border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 31px;
    color:white;
}
.select2-container .select2-selection--single{
    height: 35px;
}
.select2-container .select2-container--default .select2-container--open{
    z-index:1099;

}
.select2-dropdown .select2-dropdown--below
{
    z-index:1099;
}
.product-box-inner{
    cursor: pointer;
}

.swal2-container{
    z-index: 10611;
}

.product-details .detail-desc{
    margin: 0;
    margin-bottom: 20px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid var(--theme-color);
    background: var(--theme-color);
    font-weight: normal;
    color: #ffffff;
}

.btn-jags-secondory{
    background: var(--themelight-color);
    display: inline-block;
    padding: 0.375rem 0.75rem;
    border-radius: 5px;
    color: var(--white-color);
    transition: all 400ms ease-in-out;
    border: 2px solid transparent;
    cursor: pointer;
    box-shadow: 5px 7px 12.09px 0.91px rgba(0, 0, 0, .2);
    font-weight: var(--lt-400);
    font-size: 1rem;
}

.collapse-menu .dropdown a.dropdown-toggle {
    padding: 0px 10px 0px 0px;
    background: transparent;
    border: 0px;
    /*width: 33px;*/
    display: inline-block;
    text-align: center;
    font-size: var(--ft-16);
    color: var(--white-color);
    position: relative;

    font-family: var(--of-font);
    font-weight: var(--of-400);

}

.collapse-menu .dropdown a.dropdown-toggle::after {
    margin-left: 0px;
    vertical-align: 2px;
    border-width: 0px 2px 2px 0px !important;
    border: solid #fff;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 0px;
    vertical-align: 2px;
}

.collapse-menu .dropdown .dropdown-menu.show {
    min-width: auto;
    padding: 5px 5px;
    line-height: 15px;
}

.collapse-menu .dropdown .dropdown-menu.show a.dropdown-item {
    width: 100%;
    font-size: 14px;
    height: auto;
    margin: 0px;
    padding: 5px 10px;
    display: inline-block;
    color: var(--theme-color);
    font-weight: var(--lt-400);
}
.collapse-menu .dropdown.show> a.dropdown-toggle:focus{
    box-shadow:none !important;
}

.list-container-quote a{
    /* text-decoration: none; */
    color: var(--theme-color);
    font-size: 14px;
}


#productDetails .select2-container{
    width: 100%!important;
}
.sub-button-wrapper .dropdown a {
    color: var(--white-color);
    font-size: var(--ft-14);
    border: none;
    cursor: pointer;
    background: transparent;
    font-weight: var(--of-500);
    font-family: var(--of-font);
    line-height: 26px;
    position: relative;
    padding: 0px;
    margin: 0px;
}

.social-icon {
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.15s ease;
    z-index: 1;
    font-size: 20px;
    color:var(--theme-color)
}
.social-icon:hover {
    color: #fff;
}
.social-icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -150%);
}
/*	.social-icon:active {
  		box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
	}*/
.social-icon--github .tooltip {
    background: var(--themelight-color);
    color: white;
    border: 1px solid var(--theme-color);
}
.social-icon--github .tooltip:after {
    border-top-color: var(--theme-color);
}
.social-icon i {
    position: relative;
    top: 1px;
}
/*!* Tooltips *!*/
/*.tooltip {*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 30px;*/
/*    left: 50%;*/
/*    padding: 5px 8px;*/
/*    !*border-radius: 40px;*!*/
/*    font-size: 12px;*/
/*    font-weight: bold;*/
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*    !* text-transform: uppercase; *!*/
/*    transform: translate(-50%, -100%);*/
/*    transition: all 0.3s ease;*/
/*    z-index: 1;*/
/*    font-family: 'Lato';*/
/*    width: 200px;*/
/*}*/
/*.tooltip:after {*/
/*    display: block;*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*    left: 50%;*/
/*    width: 0;*/
/*    height: 0;*/
/*    content: "";*/
/*    border: solid;*/
/*    border-width: 5px 5px 0 5px;*/
/*    border-color: transparent;*/
/*    transform: translate(-50%, 100%);*/
/*}*/


.quote-list::-webkit-scrollbar-track { /*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #F5F5F5;
    border-radius: 10px;
}

.quote-list::-webkit-scrollbar {
    width: 5px;
    background-color: #F5f5f5;
    border-radius: 10px;
}

.quote-list::-webkit-scrollbar-thumb {
    background-color: var(--themelight-color);
    border-radius: 10px;
}

@media screen and (max-width:767px) {
    .pro-pop-up-right {
        height: auto;
    }
    ul.pagination {
        float: none !important;
        justify-content: center;
    }
    .sliderForProduct {
        overflow-x: auto !important;
        justify-content: normal!important;
    }
    .cart.user-auth #main-page-area .place-order-sec
    {
        margin-top: 1rem !important;
        padding-top: 40px!important;
    }



}
