
.custom-cart-category-title {
    width: 100%;
    margin-bottom: 25px;
    font-family: 'FeatureDisplay-Light';
    font-size: 72px;
    font-weight: 300;
    line-height: 100%;
}

.custom-cart-horizontal-line {
    width: 100%;
    height: 0.5px;
    background-color: #B6B6B6;
}

.custom-cart-category-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
    flex: 1;
    margin-bottom: 14px;
}

.custom-cart-category-filters {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.custom-cart-filter-sort-reviews {
    min-width: 159px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 6px;
    padding: 15px 27px 15px 15px;
    border: 1px solid #B6B6B6 !important;
    background-color: white;
    border-radius: 100px;
    text-align: center;
    font-family: 'SuisseIntl-Regular';
    text-transform: uppercase;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjI2NDkgMS4yNjUwNUw2LjI2NDkyIDYuMjY1MDVDNi4xOTQ2MSA2LjMzNTI3IDYuMDk5MyA2LjM3NDcyIDUuOTk5OTIgNi4zNzQ3MkM1LjkwMDU1IDYuMzc0NzIgNS44MDUyNCA2LjMzNTI3IDUuNzM0OTIgNi4yNjUwNUwwLjczNDkyMyAxLjI2NTA1QzAuNjY4NjgzIDEuMTkzOTYgMC42MzI2MjIgMS4wOTk0IDAuNjM0MzM2IDEuMDAyNzhDMC42MzYwNSAwLjkwNTYzNCAwLjY3NTA2IDAuODEyOTQxIDAuNzQ0MTEyIDAuNzQ0MjM1QzAuODEyODE5IDAuNjc1NTI4IDAuOTA1MTEgMC42MzYxNzIgMS4wMDI2NiAwLjYzNDU4MkMxLjA5OTgxIDAuNjMyNzQ0IDEuMTkzODQgMC42ODgwNiAxLjI2NDkyIDAuNzM1MDQ2TDUuOTk5OTIgNS40Njk0MkwxMC43MzQ5IDAuNzM1MDQ2QzEwLjgwNiAwLjY2ODgwNiAxMC45IDAuNjMyNzQ0IDExLjA5NzIgMC42MzQ1ODJDMTEuMTk0MyAwLjYzNjE3MiAxMS4yMTg1IDAuNjc1NTI4IDExLjI1NTcgMC43NDQyMzVDMTEuMzI4NCAwLjgxMjk0MSAxMS4zNjM4IDAuOTA1NjM0IDExLjM2NTUgMS4wMDI3OEMxMS4zNjcyIDEuMDk5NCAxMS4zMzEyIDEuMTkzOTYgMTEuMjY0OSAxLjI2NTA1WiIgZmlsbD0iIzkzOTM5MyIvPjwvc3ZnPg==') no-repeat right 15px center;
    color: #B6B6B6;
}

.custom-cart-filter-sort-reviews:hover {
    cursor: pointer;
}

.change-view {
    border-radius: 50%;
}

.cusom-cart-sort-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.custom-cart-filter.change-view {
    width: 46px;
    height: 46px;
}

.custom-cart-bottom-text-container {
    margin-top: 85px;
}

.custom-cart-bottom-text-title {
    margin-bottom: 20px;
    font-family: 'SuisseIntl-Regular';
    font-size: 16px;
}

.custom-cart-bottom-text-description > div {
    font-family: 'SuisseIntl-Light';
    font-size: 24px;
    font-weight: 300;
}

.custom-cart-bottom-text-description > div > span {
    font-family: 'SuisseIntl-LightItalic';
    font-weight: 300;
}

.shoppingcart-product-link {
    text-decoration: none !important;
    color: #151514 !important;
}

.custom-product-thumbnails {
    position: relative;
}

.add-to-cart-icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 999;
}

.add-to-cart-icon:hover {
    cursor: pointer;
}

.custom-product-description-and-rewards-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

.custom-product-short-description {
    flex: 1;
}

.custom-product-rewards-inner {
    color: #B8987D;
}

.custom-product-rewards-inner > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: 'SuisseIntl-Light';
    font-size: 14px;
}

.custom-product-list.thumbnail {
    border: 0 !important;
}

.custom-list-panel {
    border-bottom: 0.5px solid #B6B6B6;
}

.custom-product-list-title {
    font-family: 'FeatureDisplay-Light-Trial';
    font-weight: 300;
}

.custom-product-list-description {
    font-family: 'SuisseIntl-Light';
    font-weight: 300;
}

.custom-product-list-add-to-cart-and-rewards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.custom-product-list-add-to-cart-and-rewards > div:first-child {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #B8987D;
}

.custom-product-list-add-to-bag-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 23px 14px 23px;
    border: 0 !important;
    border-radius: 100px;
    background-color: #B8987D;
    color: #FFFFFF;
}

.custom-product-list-price {
    font-family: 'SuisseIntl-Light';
    font-size: 18px;
    font-weight: 300;
    text-align: right;
    color: #151514;
}

.custom-cart-category-by-category-title {
    margin-bottom: 45px;
    font-family: 'SuisseIntl-LightCondensed';
    font-size: 24px;
    font-weight: 300;
}

.pagination > li > a {
    border: 0 !important;
}

.pagination > .active > a {
    background-color: transparent !important;
    color: #151514;
}

.pagination > .active > a:focus,
.pagination > li:first-child > a,
.pagination > li:last-child > a {
    color: #151514 !important;
}

.custom-cart-category-applied-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.custom-cart-category-applied-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    gap: 6px;
    padding: 14px 23px 14px 23px;
    border-radius: 100px;
    text-transform: uppercase;
    font-family: 'SuisseIntl-Light';
    font-weight: 300;
    font-size: 12px;
    line-height: 15.56px;
    background-color: #F2EFEB;
    color: #939393;
}

.custom-cart-category-applied-filter:hover {
    cursor: pointer;
}

.custom-cart-category-applied-filter-close {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.custom-cart-category-applied-filter-clear-all-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 15px;
    font-family: 'SuisseIntl-Light';
    font-size: 12px;
    font-weight: 300;
    line-height: 15.56px;
    color: #151514;
}

.custom-cart-category-applied-filter-clear-all-button:hover {
    cursor: pointer;
}

.beautysociety-filter-option-checkbox {
    appearance: none !important;
    width: 16px;
    height: 16px;
    margin-top: 0px !important;
    border: 1px solid #B6B6B6;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    transition: all 0.2s ease;
    background-color: white;
    outline: none !important;
}
  
.beautysociety-filter-option-checkbox:checked {
    background-color: white;
    border-color: #151515;
}
  
.beautysociety-filter-option-checkbox:checked::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    border: solid #151515;
    border-width: 0 2px 2px 0;
    top: 1px;
    left: 4px;
    transform: rotate(45deg);
}

.custom-cart-filter.change-view {
    padding: 0 !important;
}

.custom-cart-horizontal-list-view {
    margin-bottom: 53px !important;
}

.custom-cart-filter-select {
    margin-right: 6px;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
}

.custom-select {
    height: 46px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    border: 1px solid #B6B6B6;
    border-radius: 100px;
    padding: 8px 35px 8px 15px;
    font-size: 14px;
    color: #939393;
    cursor: pointer;
    min-width: 155px;
    text-transform: uppercase;
    font-family: 'SuisseIntl-Light' !important;
    font-weight: 300 !important;
    font-size: 12px !important;
}

.custom-select:focus {
    outline: none;
    border-color: #ccc;
}

.custom-select-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
}

.custom-select:hover {
    border-color: #ccc;
}

.custom-select:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.custom-cart-category-applied-filter-name {
    font-family: 'SuisseIntl-Light';
    font-size: 12px;
    font-weight: 300;
    line-height: 100%;
}

.beautysociety-filter-search-wrapper {
    margin-bottom: 19px;
    padding-bottom: 27px;
    border-bottom: 1px solid #B6B6B6;
}

.beautysociety-filter-search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.beautysociety-filter-search-field {
    width: 100%;
    height: 46px;
    padding: 12px 45px 12px 45px;
    border: 1px solid #B6B6B6;
    border-radius: 100px;
    font-family: 'SuisseIntl-Light';
    font-size: 14px;
    color: #151514;
    background-color: white;
    outline: none;
}

.beautysociety-filter-search-field::placeholder {
    color: #939393;
}

.beautysociety-filter-search-field:focus {
    border-color: #151514;
}

.beautysociety-filter-search-icon {
    position: absolute;
    left: 15px;
    z-index: 2;
    pointer-events: none;
}

.beautysociety-filter-search-clear {
    position: absolute;
    right: 15px;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.beautysociety-filter-search-clear:hover {
    opacity: 0.7;
}

.beautysociety-filter-search-clear svg {
    width: 16px;
    height: 16px;
}