.product-thumbnail {
    height: 215px !important;
}

.bookmark-btn i {
    color: #000;
}

#slider-range {
    width: 100%;
    height: 4px !important;
    background: #ccc !important;
    border: none !important;
}

.ui-slider-range {
    height: 4px !important;
}

.ui-slider-handle {
    background-color: green !important;
    border: none !important;
    height: 16px !important;
    width: 16px !important;
}

.ui-slider-horizontal {
    height: .6em;
}
.ui-slider-horizontal {
    margin-bottom: 15px;
    width:40%;
}
.ui-widget-header {
    background: #3FE331;
}

.price-range-search {
    width:40.5%; 
    background-color: #f9f9f9; 
    border: 1px solid #6e6666;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom:20px;
    font-size:16px;
}
.price-range-field {
    width:20%; 
    min-width: 16%;
    background-color:#f9f9f9; 
    border: 1px solid #6e6666; 
    color: black; 
    font-family: myFont; 
    font: normal 14px Arial, Helvetica, sans-serif; 
    border-radius: 5px; 
    height:26px; 
    padding:5px;
}
.search-results-block{
    position: relative;
    display: block;
    clear: both;
}

.price-slider-inputs {
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

.price-slider-inputs input {
    width: 47%;
}

.brand {
    border: 1px solid #ccc;
    width: 72%;
    margin: 7px 0;
    padding: 7px 18px;
    border-radius: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.brand img {
    width: 70%;
}

.large-list .brand {
    width: 40%;
}

.product-title {
    min-height: 36px;
}

@media only screen and (min-width: 1024px) {
    .sorting-products {
        display: none !important;
    }
}

.woocommerce-result-count span {
    font-size: 15px;
    font-weight: 800;
    margin-right: 22px;
    color: #000;
    cursor: pointer;
}

.woocommerce-result-count span.active,
.woocommerce-result-count span:hover {
    color: var(--color-primary) !important;
}

.filter-categories {
    margin-bottom: 50px;
}

.filter-categories .filter-category {
    color: #000;
    background-color: #F6F6F6;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding: 12px 10px 12px 20px;
    border-radius: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.filter-categories .filter-category span {
    margin-right: 12px;
}

.filter-categories .filter-category i {
    background-color: transparent;
    padding: 5px 8px;
    border-radius: 12px;
}

.filter-categories .filter-category i:hover {
    color: #000;
    background-color: #f1f1f1;
}

.filter-categories .filter-category.active,
.filter-categories .filter-category:hover {
    color: #fff;
    background-color: #2C9245;
}

.brand_image {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.brand_image img {
    width: 80%;
}

.category-btn {
    display: flex;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 500;
    padding: 11px 14px;
    border-radius: 12px;
    background-color: #2C9245;
    color: #ffffff;
    cursor: pointer;
    width: 130px;
    min-width: 130px;
}

.category-btn i {
    margin-right: 10px;
}

#categories {
    position: fixed;
    top: 145px;
    z-index: 99999;
    /* height: 60%; */
    background-color: #fff;
    /* width: 100%; */
}

@media only screen and (max-width: 1000px) {
    .categories .grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.sticky-header #categories {
    top: 91px;
}

@media only screen and (min-width: 1200px) {
    .toggle-button {
        display: none !important;
    }
}

.laptopcatalogmenu {
    max-height: calc(100vh - 72px);
    min-height: calc(100vh - 72px);
}

.bg-light {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.w-full {
    width: 100%;
}

.z-\[30\] {
    z-index: 30;
}

.top-\[72px\] {
    top: 72px;
}

.left-0 {
    left: 0;
}

.absolute {
    position: absolute;
}

.py-\[16px\] {
    padding-top: 16px;
    padding-bottom: 16px;
}

.gap-\[30px\] {
    gap: 30px;
}

.justify-between {
    justify-content: space-between;
}

.flex {
    display: flex;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.laptopcatalogmenu .menucolumn_banner {
    max-height: calc(100vh - 214px);
    min-height: calc(100vh - 214px);
}

.pr-\[16px\] {
    padding-right: 16px;
}

.border-light-gray {
    --tw-border-opacity: 1;
    border-color: rgb(247 248 248 / var(--tw-border-opacity));
}

.border-r, .border-r-\[1px\] {
    border-right-width: 1px;
}

.overflow-y-auto {
    overflow-y: auto;
}

.min-w-\[315px\] {
    min-width: 315px;
}

.text-dark {
    --tw-text-opacity: 1;
    color: rgb(29 36 47 / var(--tw-text-opacity));
}

.font-\[500\] {
    font-weight: 500;
}

.text-\[16px\] {
    font-size: 16px;
}

.py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
}

.px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
}

.stroke-gray {
    stroke: #6c7178;
}

.rounded-\[14px\] {
    border-radius: 14px;
}

.gap-\[12px\] {
    gap: 12px;
}

.items-center {
    align-items: center;
}

.cursor-pointer {
    cursor: pointer;
}

.max-w-\[24px\] {
    max-width: 24px;
}

.min-w-\[24px\] {
    min-width: 24px;
}

.min-h-\[24px\] {
    min-height: 24px;
}

.max-h-\[24px\] {
    max-height: 24px;
}

.svgComponent svg {
    width: 100%;
    height: 100%;
}

.svgComponent svg {
    display: inline !important;
}

.laptopcatalogmenu .menucolumn_banner {
    max-height: calc(100vh - 214px);
    min-height: calc(100vh - 214px);
}

.gap-\[30px\] {
    gap: 30px;
}

.w-full {
    width: 100%;
}

.font-\[700\], .font-bold {
    font-weight: 700;
}

.text-\[24px\] {
    font-size: 24px;
}

.gap-\[30px\] {
    gap: 30px;
}

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

.grid {
    display: grid;
}

.mt-\[24px\] {
    margin-top: 24px;
}

.font-\[600\] {
    font-weight: 600;
}

.text-\[16px\] {
    font-size: 16px;
}

.gap-\[12px\] {
    gap: 12px;
}

.flex-col {
    flex-direction: column;
}

.mt-\[12px\] {
    margin-top: 12px;
}

.text-gray {
    color: rgb(108 113 120);
}

.font-\[400\] {
    font-weight: 400;
}

.text-\[14px\] {
    font-size: 14px;
}

.text-red-primary:hover,
.text-red-primary {
    color: rgb(44 146 68) !important;
}

.stroke-red-primary:hover,
.stroke-red-primary {
    stroke: #2C9245 !important;
}

.bg-red-secondary:hover,
.bg-red-secondary {
    background-color: #E9ECEF !important;
}

.laptopcatalogmenu {
    z-index: 99999;
    top: 150px;
}

.laptopcatalogmenu .menucolumn_nobanner {
    max-height: calc(100vh - 142px);
    min-height: calc(100vh - 142px);
}