::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #94A3B8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 170, 183, 0.6);
}

/* ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
} */


/* ====================================================== */
/* ================= MODIFY CONFIG ===================== */
/* ==================================================== */
.ui-widget.ui-widget-content{
    z-index: 9999999 !important;
    /* position: fixed; */
}

/* ====================================================== */
/* ======================= CONFIG ====================== */
/* ==================================================== */
.hp_header{
    height: 80px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}
.cursor-not-allowed {
    cursor: not-allowed !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.color-grey-900 {
    color: #0F172A !important
}

.color-grey-800 {
    color: #1E293B !important
}

.color-grey-700 {
    color: #334155 !important
}

.color-grey-500 {
    color: #64748B !important
}

.color-primary {
    color: #033663 !important;
}

.color-href {
    color: #00AAB7 !important;
}

.slick-slide>div {
    height: 100%;
}

.bg-gray-f6 {
    background: #F6F6F6 !important;
}
.bg-navy{
    background: #033663;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 180px !important;
}

.text-non-underline {
    text-decoration: none !important;
}
/* ========= CONFIG MODAL FOR GEAR FIRST */
.modal-content{
    border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    -ms-border-radius: 16px !important;
    -o-border-radius: 16px !important;
}

.popup-btn-hover{
    padding: 5px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid transparent;
}
.popup-btn-hover:hover{
    border-color: #E2E8F0;
    background: #F1F5F9;
}
/* ======================================================= */
.header-page {
    z-index: 9999999;
    width: 100vw;
    position: relative;
    max-width: 100%;
    position: sticky !important;
    top: 0;
    max-height: 80px;
}

#header-shark + .header-page #cartItems.show:before,
#header-shark + .header-page #cartItems.show:after {
    top: 55px;
}

#header-shark + .header-page .fixed-top-header.hp_header + #cartItems.show:before,
#header-shark + .header-page .fixed-top-header.hp_header + #cartItems.show:after {
    top: 33px;
}

.fixed-gearFirst.fixed-top-header ~ #cartItems::before,
.fixed-gearFirst.fixed-top-header ~ #cartItems::after {
    top: 23px !important;
}

#recommendItem {
    z-index: 9999;
}

.item-active .gear-desc {
    text-decoration: underline;
}

#list-partner-item .slick-list {
    height: fit-content;
    margin-right: 0px;
}

.category-close-btn {
    display: none;
}

.modal {
    z-index: 11111;
}

.popup-provider .provider-title {
    font-size: 16px;
}

.popup-provider .provider-title-review {
    font-size: 20px;
}

.btn-back {
    padding: 5px;
    border-radius: 50%;
}

.btn-back:hover {
    border-color: #E2E8F0;
    background: #F1F5F9;
}

.breadcrumbs-gearfirst a {
    color: #7A7A7A !important;
    cursor: pointer;
    font-size: 14px !important;
}
.breadcrumbs-gearfirst  .category-selected {
    font-size: 14px !important;
    text-decoration: underline;
}
.product-item.btn-viewAll {
    display: flex !important;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.product-item.btn-view-all {
    display: flex !important;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.title-qp-gated h3 {
    font-size: 24px;
    font-weight: 700;
    color: #304458;
}

.title-qp-gated p,
.title-qp-gated a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #304458;
    margin: 0;
}

.title-qp-gated p {
    margin-left: 14px;
    padding-left: 10px;
    cursor: pointer;
}

.title-qp-gated p:before {
    content: '';
    width: 1px;
    height: 65%;
    top: 5px;
    left: -1px;
    background-color: #304458;
    position: absolute;
}

.step-boxs {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 1px 4px 3px #00000014;
    gap: 1rem;
    position: relative;
}

.step-box {
    width: calc((100% - 40px) / 3);
}

.step-circle {
    width: 37px;
    height: 37px;
    background-color: #e4f8f8;
    color: #00aab7;
    font-size: 20px;
    line-height: 37px;
    border-radius: 50%;
    font-weight: bold;
    border: 1px solid #00aab7;
}

.step-title {
    font-weight: 700;
    font-size: 16px;
}

.step-text {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 0;
}

.text-desc {
    font-size: 16px;
}

.category-title {
    font-weight: 600;
    margin-bottom: 20px;
}

#recommendItem .product-recommend-feature .product-item{
    padding: 9px 3px;
}

.product-item {
    padding: 9px 6px;
}

.product-image {
    width: 175px;
    height: 175px;
    position: relative;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 10px;
    background: #fdfdfd
}

.product-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-detail {
    height: auto;
    text-align: left;
}

.product-name {
    font-size: 16px;
    margin-bottom: 12px;
    color: #333;
    max-height: 48px;
    height: 48px;
    width: 173px;
    overflow: hidden;
}

.price {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#qualityProviderShop .select-btn{
    border-radius: 25px;
    text-align: left;
}
#qualityProviderShop .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:  35px !important;
}
#qualityProviderShop .select2-container--default .select2-selection--single{
    height: 35px !important;
}
.select-btn {
    background-color: #00aab7;
    color: white;
    border: none;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 17px;
    cursor: pointer;
    /* width: 100%; */
    width: 70px;
    font-size: 14px;
    line-height: 16px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    white-space: nowrap;
}
.select-btn .ck-content p{
    margin-bottom: 0;
}
#gears {
    position: relative;
    z-index: 1;
}

.list-provider.product-slider .slick-next {
    right: -15px !important;
}

.list-provider.product-slider .slick-prev {
    left: -15px !important;
}

.list-provider.product-slider .slick-track {
    margin-left: unset;
}

/* .list-provider .slick-slide {
    width: 180px !important;
  } */

.product-slider.un-slick {
    display: flex;
    flex-wrap: wrap;
}

.product-slider .slick-prev,
.product-slider .slick-next {
    border: 1px solid #888888;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    box-shadow: 0px 1px 4px 3px #00000014;
    background-color: #ffffff;
    z-index: 2;
}

.product-slider .slick-prev:before,
.product-slider .slick-next:before {
    content: "";
    background-image: url('../img/arrow-icon.png');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    display: block;
    height: 28px;
}

.product-slider .slick-prev:before {
    transform: rotate(180deg);
}

.product-slider .slick-arrow.slick-disabled {
    display: none !important;
}

.product-slider .slick-next {
    right: -35px !important;
}

.product-slider .slick-prev {
    left: -35px !important;
}

.gear-img {
    padding-top: calc(100% - 2px);
    position: relative;
    border: 1px solid #aaaaaa;
    border-radius: 50%;
    margin-bottom: 1.2vw;
    overflow: hidden;
}

.gear-desc {
    color: #033663;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

.slider-gear {
    text-align: center;
}

.slick-track:before,
.slick-track:after {
    display: none;
}

.slider-gear img {
    position: absolute;
    max-width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slider-gear .slick-slide {
    margin: 10px;
    cursor: pointer;
    height: 100% !important;
}

.slider-gear .slick-prev {
    left: -15px;
    top: 80px;
    height: 30px;
    width: 30px;
    z-index: 11;
}

.slider-gear .slick-next {
    right: -15px;
    top: 80px;
    height: 30px;
    width: 30px;
    z-index: 11;
}

.slider-gear .slick-disabled {
    opacity: 0;
    z-index: -1 !important;
}

.btn-desc {
    background-color: #fff;
    height: 36px;
    color: #033663;
    font-size: 14px;
    line-height: 18px;
}

.btn-img {
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #aaaaaa;
    padding-top: calc(100% - 2px);
    position: relative;
}

.btn-img:hover {
    background-color: #e4f8f8;
}

.slider-gear .slick-prev .btn-img img {
    transform: translate(-50%, -50%) rotate(180deg);
}

.btn-img img {
    width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    font-size: 20px;
}

.slider-gear .slick-arrow:after,
.slider-gear .slick-arrow:before {
    display: none;
}

.item-active .gear-img {
    border: 5px solid #4aa4b2;
    padding-top: calc(100% - 10px);
}

.bar-menu {
    display: flex;
    border: 1px solid #e4e4e4;
    padding: 20px 0;
    justify-content: space-between;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    width: 100%;
}

.left-column {
    width: 100%;
    /* overflow: hidden; */
}

.right-column {
    padding-right: 20px;
}

.category-nav {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
}

.category-nav .nav-item {
    white-space: nowrap;
}

.category-nav .nav-link {
    font-size: 14px;
    color: #304458;
    font-weight: 500;
}

.category-nav .nav-link:hover {
    color: #00aab7;
    text-decoration: none;
}

.search-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 280px;
    position: relative;
}

.search-bar .form-control {
    border-radius: 25px;
    width: 100%;
    padding: 11px .75rem 11px 50px;
}

.search-bar .form-control::placeholder {
    color: #888888;
}

.search-bar .form-control {
    font-size: 14px;
}

.search-icon {
    background: none;
    border: none;
    color: #304458;
    position: absolute;
    left: 0;
}

.gr-quantity {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.gr-quantity input[type="number"] {
    width: 100%;
    position: relative;
    border: 2px solid #00aab7;
    border-radius: 7px;
    padding: 5px;
    text-align: center;
    color: #00aab7;
}

.gr-quantity input[type="number"]::-webkit-inner-spin-button,
.gr-quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.gr-quantity input[type="number"] {
    -moz-appearance: textfield;
}

.gr-quantity .add-qty {
    position: absolute;
    right: 10px;
    z-index: 9999;
    top: 0;
    background: none;
    border: none;
    font-size: 24px;
    color: #00aab7;
}

.gr-quantity .minus-qty {
    position: absolute;
    left: 10px;
    z-index: 9999;
    top: -1px;
    background: none;
    border: none;
    font-size: 24px;
    color: #00aab7;
}

.gr-quantity .trash-item ,
.gr-quantity .trash-qty {
    position: absolute;
    left: 10px;
    z-index: 9999;
    top: 50%;
    background: none;
    border: none;
    font-size: 24px;
    color: #00aab7;
    display: flex;
    height: auto;
    transform: translateY(-50%);
}
#qualityProviderShop .gr-quantity .trash-qty img,
.gr-quantity .trash-item img ,
.gr-quantity .trash-qty img {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    width: 21px;
    height: 20px;
}

#btn-filterCate {
    padding: 0 1rem 0 1rem;
    width: 50px;
    height: 37px;
}

#btn-filterCate img {
    width: 23px;
    height: 14px;
    object-fit: cover;
}

.tooltip-provider {
    position: absolute;
    right: 0;
    width: 273px;
    top: 25px;
    background: #ffffff;
    padding: 20px 12px;
    z-index: 99;
    border: 1px solid #e4e4e4;
}

.tooltip-item:not(:last-child) {
    margin-bottom: 10px;
}

.title-tooltip {
    text-wrap: wrap;
    text-align: left;
    width: 80%;
}

.title-tooltip h4,
.price-tooltip {
    font-size: 12px;
    font-weight: 700;
    color: #033663;
    margin: 0;
}

.sub-tooltip-content {
    font-size: 12px;
    color: #033663;
    margin: 0;
}

.sub-tooltip-item {
    padding: 0;
}

.sub-tooltip-item:last-child {
    margin-bottom: 10px;
}


.title-tooltip p,
.title-tooltip p a,
.title-tooltip ul li {
    font-size: 12px;
    font-weight: 400;
    color: #033663;
    margin: 0;
}

.title-tooltip ul {
    margin-left: 20px;
    margin-bottom: 0;
}

.title-tooltip ul li {
    list-style: disc;
}

.underline {
    position: relative;
    text-decoration: none;
}

.underline:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #033663;
}

.modal-review-partner .modal-dialog {
    max-height: 841px;
    overflow-y: scroll;
}

.provider-close-btn {
    position: absolute;
    right: 2rem;
    top: 2rem;
    cursor: pointer;
    z-index: 2;
}

.provider-detail:not(:last-child) {
    margin-right: 1%;
}

.provider-detail-items {
    padding-left: 2rem;
}

.provider-detail-items li {
    list-style: disc;
}

.provider-detail-content {
    width: calc(100% - 80px);
}

.provider-list-image {
    width: 80px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    min-width: 80px;
}

.provider-list-image>div {
    border-radius: 10px;
    border: 4px solid #fff;
    padding-top: calc(100% - 8px);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.provider-list-image>div.active {
    border-color: #033663;
}

.provider-list-image img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#providerModalContent .description-item--desktop p>a,
#providerModalContent .description-item--mobile p>a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
}

.provider-toggle {
    background: #ebebeb;
    border-radius: 100px;
    padding: 6px 12px;
}

.provider-toggle .provider-btn-toggle {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
}

.provider-toggle span.active {
    background: #fff;
    font-weight: bold;
}

.provider-toggle span b {
    opacity: 0;
    white-space: nowrap;
}

.provider-toggle span span {
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
}

.box-caption {
    background: #ebebeb;
    font-size: 20px;
    font-weight: bold;
    padding: 1rem;
    border-radius: 10px;
}

.provider-missing {
    color: #f2827f;
    font-weight: 500;
    font-size: 16px;
}

.provider-caption {
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    height: 45px;
    width: 115px;
    color: #3b4559;
}

.provider-img {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 147px;
    height: 147px;
    border: 1px solid #C4C4C4;
}

.provider-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.provider-img--hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: rgba(217, 217, 217, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all ease-in-out .3s;
}

.provider-img--hover a {
    font-size: 12px;
    color: #033663;
    background: #ffffff;
    position: relative;
    padding: 4px 10px 4px 25px;
}

.provider-img--hover a:before {
    content: '';
    width: 16px;
    height: 16px;
    top: 50%;
    left: 6px;
    background: url('../img/icon-quick-view.png') no-repeat;
    background-size: auto;
    position: absolute;
    background-size: cover;
    transform: translateY(-50%);
}

.provider-img:hover .provider-img--hover {
    display: flex;
    opacity: 1;
    height: 100%;
    transition: all ease-in-out .3s;
}

.provider-rent-quantity {
    width: 70%;
}

img {
    max-width: 100%;
}

.provider-title {
    font-size: 32px;
    font-weight: bold;
    color: #033663;
    position: relative;
}

.provider-text {
    font-size: 16px;
    font-weight: 500;
    color: #033663;
}

.provider-box {
    border: 1px solid #e4e4e4;
    padding: 1rem;
    color: #033663;
    border-radius: 5px;
}
.provider-box:last-child{
    margin-bottom: 0 !important;
}
.provider-box.provider-selected{
    border: 2px solid #00AAB7;
}
.provider-box.provider-modified{
    border: 2px solid #00AAB7;
}
.provider-box:hover,
.provider-box.select-options {
    background: #F6F6F6;
}
.provider-box .btn-provider-selected{
    background: #3D607E4F;
}
.provider-name {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    cursor: pointer;
}

.provider-info h4{
    cursor: auto;
}

.provider-info h4,
.provider-info p {
    color: #033663;
    font-size: 16px;
    margin: 0
}

.provider__rent--price {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

.provider__rent--days {
    position: relative;
    color: #a0a0a0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    gap: 6px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.provider-image img {
    width: 65px;
    height: 65px;
    min-width: 65px;
    border-radius: 50%;
    object-fit: cover;
}

.provider-button {
    border: 2px solid #c8c8c8;
    border-radius: 100px;
    width: 130px;
    height: 53px;
    font-weight: bold;
    font-size: 16px;
    background: #ffffff;
    line-height: 49px;
    text-align: center;
    cursor: pointer;
}

.link-underline {
    color: #00aab7;
}

.provider-filter,
.provider-sort {
    display: flex;
    border: 2px solid #c8c8c8;
    border-radius: 100px;
    width: fit-content;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    align-items: center;
    gap: 6px;
    justify-content: center;
    cursor: pointer;
    padding: 0 10px;
}

.provider-sort {
    position: relative;
    cursor: pointer;
}

.provider-sort .option-sort {
    position: absolute;
    width: 272px;
    top: 48px;
    left: 0;
    background: #ffffff;
    box-shadow: 0px 0px 4px 2px #0000001A;
    line-height: 1;
    padding: 16px 13px;
    z-index: 9;
}

.provider-sort .option-sort .option-sort--header h4 {
    font-size: 12px;
    font-weight: 400px;
    color: #033663;
}

.provider-sort .option-sort .option-sort--header a {
    font-size: 12px;
    font-weight: 700;
    color: #00aab7;
}

.provider-sort .option-sort .option-sort--select label {
    display: flex;
    font-size: 12px;
    font-weight: 400;
    color: #033663;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.provider-sort .option-sort .option-sort--select label input {
    margin-right: 10px;
}

.option-sort--done .btn-done {
    background-color: #00aab7;
    color: white;
    border: none;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
}
#providerModal {
    z-index: 11111;
}
#providerModal .modal-dialog {
    width: 820px;
    max-width: 100%;
}

.cake-error {
    white-space: pre-wrap;
}

#providerModal .select2-container {
    max-width: 100px;
}

.provider-row {
    position: relative;
}

.provider-col-left,
.provider-col-right {
    padding-left: 30px;
    padding-right: 30px;
}

footer {
    position: relative;
    z-index: 2;
}

/* ===================== POPUP FILTER ============== */
#providerFilter {
    z-index: 999999;
}

#providerFilterContent h4 {
    color: #033663;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

#providerFilterContent h5 {
    color: #033663;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

#providerFilterContent .list-selections {
    min-height: 64px;
}

#providerFilterContent .list-selections .item-select {
    position: relative;
    padding: 8px 40px 8px 13px;
    border-radius: 100px;
    border: 1px solid #033663;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #033663;
    margin-bottom: 15px;
}

#providerFilterContent .list-selections .item-select:not(:last-child) {
    margin-right: 13px;
}

#providerFilterContent .list-selections .item-select:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/closer.svg);
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#providerFilterContent .wrap-search-item {
    margin-top: 40px;
}

#providerFilterContent form.form-search-item {
    position: relative;
}

#providerFilterContent form.form-search-item input {
    width: 100%;
    border: 1px solid #033663;
    border-radius: 100px;
    font-size: 16px;
    color: #033663;
    font-weight: 400;
    position: relative;
    padding: 14px 15px 14px 50px;
}

#providerFilterContent form.form-search-item button {
    background: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#providerFilter .modal-content {
    border-radius: 20px;
    border: 0;
}

.wrap-list-category {
    max-height: 470px;
    overflow-y: scroll;
    margin-bottom: 30px;
    margin-top: 15px;
}

.wrap-list-category > div:nth-child(1) {
    margin-top: 0 !important;
}

.list-cate-generic {
    max-height: 270px;
    overflow-y: scroll;
}

.categories-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 0.5px solid #afafaf;
}

.sub-category-name {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #033663;
}

.sub-category-name:before {
    content: '';
    width: 14px;
    height: 14px;
    top: 5px;
    right: 0;
    background: url('../img/arrow-icon.png') no-repeat;
    background-size: cover;
    position: absolute;
    transition: all ease-in-out .3s;
}

.sub-category-name.rotate:before {
    transform: rotate(90deg);
}

.list-sugguestion-item {
    max-height: 460px;
    overflow-y: scroll;
}

.list-sugguestion-item li p {
    margin-bottom: 0;
}

.category-gear {
    font-size: 16px;
    font-weight: 400;
    color: #033663;
    cursor: pointer;
}

.category-gear ul {
    margin-bottom: 0;
}

a.see-more-gear {
    font-size: 16px;
    font-weight: 400;
    color: #00aab7;
}

a.clearAll {
    font-size: 15px;
    font-weight: 400;
    color: #00aab7;
    text-decoration: underline;
}

a.applyFilter {
    background: #00aab7;
    border-radius: 94px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    padding: 8px 21px;
}

#cartItems {
    height: 100vh;
    width: 0%;
    right: 0;
    top: 0;
    border: 1px solid #c4c4c4;
    z-index: 11111;
    transition: width ease-in-out 0.3s;
    visibility: hidden;
    opacity: 0;
}

#cartItems.show {
    width: 160px;
    max-width: 160px;
    transition: width ease-in-out 0.3s;
    visibility: visible;
    opacity: 1;
    z-index: 99999;
}

#cartItems.show:before {
    content: '';
    position: absolute;
    top: 24px;
    left: -22px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 23px solid #c4c4c4;
}

#cartItems.show:after {
    content: '';
    position: absolute;
    top: 25px;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 22px solid #f6f6f6;
}

#cartItems .wrap-cart-item {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    padding: 10px;
}

#cartItems .wrap-cart-item:before {
    content: '';
    width: 33px;
    height: 33px;
    transform: rotate(-90deg);
    fill: #f6f6f6;
    stroke-width: 1px;
    stroke: #c4c4c4;
    top: 40px;
    left: -33px;
    position: absolute;
}

#cartItems .wrap-cart-item #btn-select-provider,
#cartItems .wrap-cart-item #cart-add-more-item {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
    line-height: 40px;
    height: auto;
    min-width: unset;
}
#cartItems .wrap-cart-item #cart-add-more-item{
    font-size: 13px;
}

#cartItems .item-detail p,
#cartItems .item-detail span {
    color: #033663;
    font-weight: bold;
}
#cartItems .item-detail span.min-day-mobile,
#cartItemsMobile .item-detail span.min-day-mobile{
    font-weight: normal;
    font-size: 12px;
}

#cartItems .list-carts .item-cart .item-img-wrapper {
    background: #fdfdfd;
}

.order-reservation-detail::after {
    display: none;
}

.font-medium {
    font-weight: 500;
}

/*  WHEN CLICK OPEN CART ITEM */
body {
    transition: width ease-in-out 0.3s;
}

#headerGearFirst .hp_header.fixed-gearFirst {
    position: fixed;
    width: calc(100% - 160px);
    top: 0;
    min-width: calc(100% - 160px);
}

.bar-menu.fixed-nav.has-cart-item.fixed-top-header,
.bar-menu.has-cart-item.fixed-nav {
    width: calc(100% - 160px);
    top: 110px;
    min-width: calc(100% - 160px);
    z-index: 9;
}

.input-search-item {
    position: relative;
}

#box-sugguest {
    width: 478px;
    max-height: 324px;
    height: auto;
    overflow-y: scroll;
    position: absolute;
    right: 0px;
    top: 50px;
    background: #fff;
    z-index: 99;
    padding: 26px 26px 16px 26px;
    box-shadow: 0px 0px 4px 2px #0000001A;
}

.title-sugguest {
    color: #033663;
    font-size: 12px;
    font-weight: 700;
}

a.clear-trending {
    color: #00aab7;
    font-size: 12px;
    font-weight: 700;
}

.list-trending {
    margin-top: 20px;
}

.list-trending a {
    border: 1px solid #033663;
    border-radius: 100px;
    width: auto;
    padding: 9px 16px;
    font-size: 12px;
    margin-right: 7px;
    margin-bottom: 10px;
}

ul.list-recent {
    margin-top: 1rem;
}

ul.list-recent li {
    width: 100%;
    display: flex;
    margin-bottom: 1rem;
}

ul.list-recent li a {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaaaaa;
    font-size: 12px;
    color: #033663;
    position: relative;
}

ul.list-recent li a:before {
    content: '';
    width: 12px;
    height: 15px;
    top: 0;
    right: 10px;
    position: absolute;
    background: url('../img/icon-link-sugguest.png') no-repeat;
    background-size: cover;
}

#item-suggestion .item-detail {
    display: flex;
    width: 100%;
    flex-direction: column;
}

#item-suggestion .item-detail a.sugguest-name {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #033663;
    margin-bottom: 6px;
}

#item-suggestion .item-detail a span {
    font-weight: 400 !important;
}

#item-suggestion .item-detail a.sugguest-name:before {
    content: '';
    width: 12px;
    height: 15px;
    top: 5;
    right: 0px;
    position: absolute;
    background: url('../img/icon-link-sugguest.png') no-repeat;
    background-size: cover;
}

ul.sugguest-info {
    margin-left: 25px;
}

ul.sugguest-info li {
    position: relative;
}

ul.sugguest-info li a {
    font-size: 14px;
    color: #033663;
}

ul.sugguest-info li:before {
    content: '';
    width: 11px;
    height: 13px;
    top: 5px;
    left: -18px;
    position: absolute;
    background: url('../img/icon-sugguest-li.png') no-repeat;
    background-size: 100%;
}

.more-option-modal .modal-content {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.more-option-modal .modal-header {
    border-bottom: none;
    padding: 20px 20px 0;
}

.more-option-modal .modal-body {
    padding: 0 20px 20px;
    height: 500px;
    overflow-y: scroll;
}

.more-option-modal .modal-title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-top: 30px;
}

.more-option-modal .options-item {
    position: relative;
    width: 670px;
    height: auto;
    margin: 0 auto 15px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 15px;
    cursor: pointer;
}

.more-option-modal .options-item .option-item--image {
    width: 17%;
}

.more-option-modal .options-item .option-item--content {
    width: 80%;
}

.more-option-modal .options-item.selected {
    border-color: #00aab7;
    border: 3px solid #00aab7;
    border-radius: 5px;
}

.more-option-modal .options-item.moving {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: white;
}

.more-option-modal .options-item.selected:before {
    content: '';
    width: 26px;
    height: 26px;
    background-color: #00aab7;
    background: url('../img/icon-tick-white.png')no-repeat;
    background-size: 18px 18px;
    background-position: 50%;
    background-color: #00aab7;
    top: 0;
    right: 0;
    position: absolute;
}

.more-option-modal .options-img {
    width: 103px;
    height: 95px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #c4c4c4;
}

.more-option-modal .options-name {
    font-weight: 400;
    margin-bottom: 5px;
    color: #033663;
}

.more-option-modal .options-price {
    font-weight: bold;
    margin-bottom: 5px;
    color: #033663;
}

.more-option-modal .qty-select {
    width: 80px;
    height: 40px;
    background: #fff;
    border: 1px solid;
    padding: 0 5px;
}

.more-option-modal .continue-btn {
    width: 675px;
    height: 65px;
    background-color: #00aab7;
    border-color: #00aab7;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    margin: 20px auto;
    display: block;
}

.more-option-modal .continue-btn:hover {
    background-color: #008a95;
    border-color: #008a95;
}

.more-option-modal .modal-footer {
    border-top: none;
    padding: 0 20px 20px;
}

#itemsAdded {
    overflow-y: scroll;
}

.wrap-relation-item {
    background: #f6f6f6;
    padding: 26px 61px;
    margin: 0 -15px;
}

.relation-item {
    margin-right: 1%;
    margin-bottom: 2rem;
    width: 13%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.relation-item img {
    width: 100%;
    height: 150px;
    border: 1px solid #d9d9d9;
    object-fit: contain;
    border-radius: 5px;
    padding: 5px;
}

.relation-item p.font-size-16 {
    overflow: hidden;
    height: 45px;
}

.item-cart-img img {
    width: 113px;
    height: 95px;
    border: 1px solid #d9d9d9;
    object-fit: cover;
    border-radius: 5px;
}

.item-cart-info {
    width: 100%;
}

.list-provider.slick-initialized .slick-slide {
    padding: 0 10px;
}

#navFilter {
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
    visibility: hidden;
    width: 0;
    top: 0;
    z-index: 99999;
    left: -100vh;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

#navFilter.expanded {
    background: rgba(79, 79, 79, 0.7);
    visibility: visible;
    opacity: 1;
    width: 100%;
    left: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

#navFilter a {
    color: #00aab7;
    font-size: 15px;
    font-weight: 400;
}

#navFilter #providerFilterContent {
    background: #ffffff;
    width: 21.5%;
    height: 100vh;
    padding: 13px 32px;
    overflow-y: scroll;
    position: relative;
}

#navFilter h5 {
    font-size: 16px;
    font-weight: 700;
    color: #033663;
    margin-bottom: 10px;
}

#navFilter .list-selected-gear {
    margin-bottom: 37px;
    border-bottom: 1px solid #033663;
    padding-bottom: 30px;
}

#navFilter .history-searched {
    margin-top: 26px;
}

#navFilter .history-searched ul li {
    border-radius: 100px;
    font-size: 14px;
    color: #304458;
    font-weight: 400;
    background: #f6f6f6;
    padding: 9px 16px;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

#navFilter .btn-filter-nav button {
    background: #00aab7;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 0;
    text-align: center;
    border-radius: 7px;
    border: 0;
    width: 100%;
}

#navFilter .btn-filter-nav {
    position: fixed;
    bottom: 20px;
    width: 220px;
    left: 30px;
}

#navCate {
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
    visibility: hidden;
    width: 0;
    top: 0;
    z-index: 9999;
    left: -100vh;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

#navCate.expanded {
    background: rgba(79, 79, 79, 0.7);
    visibility: visible;
    opacity: 1;
    width: 100%;
    left: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

#navCate .wrap-navCate {
    background: #ffffff;
    width: 28.5%;
    height: 100vh;
    padding: 30px;
    overflow-y: scroll;
}

#navCate .wrap-navCate ul li a:hover {
    color: #00aab7;
}

.bar-menu.fixed-nav {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.bar-menu.fixed-nav.scroll-nav {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

label.custom-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-left: 2px;
}

label.custom-checkbox input {
    position: absolute;
    width: 0;
    left: 50px;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

label.custom-checkbox .checkmark {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 3px;
    outline: 1px solid #acacac;
    transition: all 0.2s ease;
}

label.custom-checkbox:hover .checkmark {
    background: #f4f4f5;
    transition: all 0.2s ease;
}

label.custom-checkbox .checkmark::after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    top: 40%;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}

label.custom-checkbox input:checked~.checkmark::after {
    opacity: 1;
    transition: all 0.2s ease;
}

label.custom-checkbox .checkmark.checked {
    background: #00aab7;
    outline: 1px solid #00aab7;
}

label.custom-checkbox .checkmark.checked::after {
    opacity: 1;
}

/* ========= POPUP LOADING FIND PROVIDER - GEAER FIRST =========== */
#loadingFindProvider {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 9999999;
    display: none;
}

.find-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 100%;
}

.find-content__info {
    text-align: center;
}

.find-content__info img {
    width: 183px;
    height: 195px;
}

.find-content__info p {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
}

.find-content__question {
    margin-top: 4rem;
    max-width: 600px;
}

.find-content__question h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 3rem;
}

.find-content__question ul {
    margin: 0;
}

.find-content__question ul li {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    padding-left: 4rem;
    margin-bottom: 3rem;
}

.find-content__question ul li img {
    width: 30px;
    height: 30px;
    top: 5px;
    left: 0;
    position: absolute;
}


.product-slider .slick-track {
    margin-left: 0;
    display: flex;
}

.product-type-title p strong {
    text-transform: capitalize;
}

.category-nav .nav-item.sub_item {
    position: relative;
}
@media (min-width: 577px) {
    .category-nav .nav-item.sub_item:hover .sub_menu_link {
        display: block;
    }
}
.category-nav .nav-item.sub_item .sub_menu_link {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    box-shadow: 0px 1px 4px 0px #00000026;
    background-color: #fff;
    z-index: 12;
    min-width: 600px;
    padding: 20px;
}

.category-nav .nav-item.sub_item .section-title {
    font-weight: bold;
    margin-bottom: 1rem;
}
.cate-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 40px;
    text-wrap: auto;
}

.category-nav .nav-item.sub_item ul li a:hover{
   color: #00AAB7;
}

.fixed-top-header .search-header-qp {
    display: block !important;
}

/* ============================================== */
/* =============== PROVIDER SHOP =============== */
/* ============================================ */
.custom-container {
    max-width: 85%;
    margin: 0 auto;
    padding: 50px 0;
}

.wrap-breadcrumb {
    margin-bottom: 30px;
}

.wrap-breadcrumb ul {
    margin: 0;
}

.wrap-breadcrumb ul li {
    position: relative;
    padding-right: 30px;
}

.wrap-breadcrumb ul li a {
    color: #00AAB7;
    font-size: 16px;
    font-weight: 500;
}

.wrap-breadcrumb ul li:last-child a {
    font-weight: 700;
}

.wrap-breadcrumb ul li:not(:first-child):before {
    content: '>';
    width: 10px;
    height: auto;
    top: 0;
    left: -18px;
    color: #00AAB7;
    position: absolute;
}

h4.provider-info__name {
    font-size: 30px;
    font-weight: 700;
    color: #033663;
}

.provider-info__rent a {
    font-size: 16px;
    font-weight: 400;
    color: #033663;
    position: relative;
}

.info-rent a {
    padding-left: 40px;
}

.info-rent a:before {
    content: '';
    width: 1px;
    height: 80%;
    top: 10%;
    left: 22px;
    background: #033663;
    position: absolute;

}

.info-provider__address p {
    font-size: 16px;
}

.notification-alert {
    box-shadow: 0px 1px 4px 3px #00000014;
    padding: 14px 30px;
    margin-top: 3rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.notification-alert--success {
    background: #F1F5F9;
}

.notification-alert--error {
    background: #f7d0cd;
}

.notification-alert img {
    width: 30px;
    height: 24px;
    object-fit: cover;
    margin-right: 20px;
}

.notification-alert p {
    font-size: 16px;
    margin-bottom: 0;
}

.category-search {
    margin-top: 40px;
    justify-content: space-between;
}

.category-search .category-search__tab {
    /* width: 80%; change to 100 cause the category-search__form is removed -> bugherd 2835 */
    width: 100%;
}

.category-search .category-search__form {
    width: 17%;
}

.category-search .category-search__tab ul {
    width: 100%;
    flex-wrap: nowrap;
}

.category-search__tab ul li {
    padding-right: 20px;
    display: flex;
    width: fit-content;
    padding-bottom: 10px;
}

.category-search__tab ul li a {
    padding-bottom: 5px;
    width: max-content;
    font-size: 14px;
    border-bottom: 4px solid transparent;
}

.category-search__tab ul li a.active,
.category-search__tab--mobile ul li a.active,
.category-search__tab ul li a:hover {
    border-bottom: 4px solid #304458;
    text-decoration: none;
}

.list-product-item {
    margin-top: 40px;
}

.product-item__list {
    width: 70%;
    padding-right: 40px;
}

.product-item__list .tab-content .step-boxs:last-child{
    margin-bottom: 0 !important;
}

.product-item__reservation {
    width: 30%;
    position: sticky;
    top: 0;
    height: 100%;
    z-index: 99;
}

/* CHOOSE PROVIDER PAGE */
.container-provider{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
}
#choose-provider-page {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

#actionProviders{
    padding: 0 30px 10px;
}
#subFilter{
    padding: 0 30px 20px;
    border-bottom: 1px solid #E4E4E4;
    gap: 10px;
    overflow-x: auto;
}
#subFilter .sub-filter {
    background-color: #EBEBEB;
    border-radius: 100px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 16px;
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 10px;
}

#subFilter .sub-filter span:last-child {
   position: relative;
}

#subFilter .sub-filter span:last-child:before{
    content: '';
    width: 1px;
    height: 200%;
    top: -10px;
    left: -5px;
    background: #C8C8C8;
    position: absolute;
}

#subFilter .sub-filter::after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../img/closer.svg);
    background-size: cover;
    display: inline-block;
}
#actionProviders div:not(:last-child) {
    margin-right: 20px;
}

#choose-provider-page .wrap-breadcrumb{
    margin-bottom: 0;
}

#choose-provider-page .info-provider .provider-info .count-reservation .count-reservation-devider {
    padding: 0 10px;
}

#choose-provider-page #list-partner-item .info-provider .wrap-provider-detail {
    width: 100%;
}

#choose-provider-page #list-partner-item .info-provider .provider-info {
    width: calc(100% - 89px);
}

#choose-provider-page #list-partner-item .info-provider .provider-info .wrapper-rating {
    white-space: nowrap;
}

#choose-provider-page #list-partner-item .info-provider .provider-info .provider-name {
    text-align: left;
}

#provider-shop .product-recommend .slick-prev:before,
#provider-shop .product-recommend .slick-next:before {
    content: "";
    background-image: url('../img/arrow-icon.png');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    display: block;
    height: 28px;
}

#provider-shop .product-recommend .slick-prev:before {
    transform: rotate(180deg);
}

#provider-shop .product-recommend .slick-prev,
#provider-shop .product-recommend .slick-next {
    border: 1px solid #888888;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    box-shadow: 0px 1px 4px 3px #00000014;
    background-color: #ffffff;
}

#provider-shop .product-recommend .slick-arrow.slick-disabled {
    display: none !important;
}

#provider-shop .product-recommend .slick-prev {
    left: -34px;
}

#provider-shop .product-recommend .slick-next {
    right: -34px;
}

#popupProvider{
    left: 0;
    box-shadow: 0px 0px 4px 2px #0000001A;
    background: #ffffff;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    max-width: 330px;
    position: absolute;
    top: 100%;
    z-index: 2;
    padding: 15px;
}

.box-shadow-gear {
    padding: 15px 20px;
    box-shadow: 0px 1px 4px 3px #00000014;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.abs-input {
    position: relative;
    margin-bottom: 12px;
    padding: 5px 24px;
    border: 1px solid #C4C4C4;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.abs-input p {
    font-size: 12px;
    font-weight: 700;
    color: #033663;
}

.abs-input input {
    border: 0;
    color: #033663;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: clamp(10px, 3vw, 15px);
}

.abs-input .pickup-window,
.pickup-location.diff-address {
    position: relative;
}

.abs-input .pickup-window:before,
.abs-input .pickup-unit-number-input:before,
.pickup-location.diff-address:before {
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    left: -15px;
    background: #C8C8C8;
    position: absolute;
}

.abs-input .delivery-unit-number-input:not(.diff-unit-number) {
    width: 100% !important;
    position: relative;
}
.abs-input .delivery-unit-number-input:not(.diff-unit-number) .clear-text-delivery-unit-number {
    right: -9px;
}
.abs-input .pickup-unit-number-input,
.abs-input .delivery-window,
.abs-input .pickup-window {
    width: 46%;
    position: relative;
}

#reservation_detail .time-windows-container, .product-item__reservation .time-windows-container, #cart-reservation-detail .time-windows-container {
    z-index: 1;
    flex-direction: column;
    width: 140%;
    margin-left: 0;
    margin-top: 10px;
    position: absolute;
    padding: 20px 15px;
    display: flex;
    background: #ffffff;
}

.product-item__reservation #mapProviderMobileDesktop  .time-windows-container,
#mapProviderMobileDesktop #reservation--edit_info .time-windows-container{
    max-height: 140px;
    width: 110%;
    overflow-y: scroll;
}

#reservation_detail .time-windows-container a, .product-item__reservation .time-windows-container a, #cart-reservation-detail .time-windows-container a {
    padding: 5px
}

#reservation_detail .time-windows-container a:not(:last-child), .product-item__reservation .time-windows-container a:not(:last-child), #cart-reservation-detail .time-windows-container a:not(:last-child) {
    margin-bottom: 3px;
}

#reservation_detail .time-windows-container a:hover, .product-item__reservation .time-windows-container a:hover,
#reservation_detail .time-windows-container a.active, .product-item__reservation .time-windows-container a.active,
#cart-reservation-detail .time-windows-container a:hover, #cart-reservation-detail .time-windows-container a.active {
    background: #e8e8e8;
}

#same-pickup-address .delivery-location {
    width: 100%;
    position: relative;
}
.clear-text-delivery-unit-number,
.clear-text-address{
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    display: flex;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.clear-text-delivery-unit-number {
    right: 0px;
}
.clear-text-pickup-unit-number img,
.clear-text-delivery-unit-number img,
.clear-text-pickup-location img,
.clear-text-address img{
    width: 10px;
    height: 10px;
    object-fit: cover;
}
#unit-number-input .delivery-unit-number-input.diff-unit-number ~ .clear-text-delivery-unit-number,
#same-pickup-address .delivery-location.diff-address ~ .clear-text-address{
    right: 53%;
}
.clear-text-pickup-unit-number,
.clear-text-pickup-location{
    position: absolute;
    right: -15px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    display: flex;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#unit-number-input .pickup-unit-number-input.diff-unit-number ~ .clear-text-pickup-unit-number,
#same-pickup-address .pickup-location.diff-address ~ .clear-text-pickup-location{
    display: flex !important;
}

#unit-number-input .delivery-unit-number-input.diff-unit-number,
#unit-number-input .pickup-unit-number-input.diff-unit-number,
#same-pickup-address .delivery-location.diff-address,
#same-pickup-address .pickup-location.diff-address {
    width: 46%;
    position: relative;
}
#reservation--edit_info{
    margin-bottom: 14px;
}
.reservation--ul ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #C8C8C8;
}
/* Remove border from last item */
.reservation--ul ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.reservation--ul ul li a{
    font-size: 15px;
}
.reservation--ul ul li img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 10px;
}

#cart-item .list-item-cart{
    max-height: 340px;
    overflow-y: scroll;
}

#cart-item .list-item-cart ul{
    padding-right: 10px;
    margin-bottom: 0;
}

#cart-item .list-item-cart ul li {
    margin-bottom: 17px;
}

.info-item .info-item__img {
    border: 1px solid #D9D9D9;
    padding: 7px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-right: 20px;

}

.info-item .info-item__img img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.reservation-summary ul li {
    font-size: 16px;
    color: #033663;
    font-weight: 400;
    margin-bottom: 10px;
}

.reservation__promocode input {
    width: 75%;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 13px;
    color: #033663;
    font-size: 16px;
    font-weight: 400;
}

.reservation__promocode button {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    padding: 15px 30px;
    border: 0;
    cursor: pointer;
    background: #00aab7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.reservation__promocode button.disable {
    background: #c4c4c4;
    cursor: not-allowed;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.intro-provider {
    border-top: 1px solid #D9D9D9;
    margin-top: 40px;
    padding-top: 30px;
}

.intro-provider__ava img {
    width: 172px;
    height: 172px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header-category #subCateGearTree.sub_block {
    display: flex !important;
}

#subCateGearTree {
    gap: 5%
}

#subCateGearTree li {
    width: 30%;
}

#subCateGearTree a {
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.provider-col-right {
    z-index: 99;
}
.provider-col-right #mapChooseProvider{
    position: sticky;
    top: 195px;
}
.provider-col-right #mapChooseProvider.has-subFilter{
    top: 235px;
}
#choose-provider-page .mapview{
    height: 79vh !important;
}
#choose-provider-page .mapview.has-subFilter{
    height: 74.5vh !important;
}
#subCateGearTree a p {
    text-wrap: auto;
}
@media only screen and (max-width: 1560px){
    #choose-provider-page .mapview{
        height: 72vh !important;
    }
    #choose-provider-page .mapview.has-subFilter {
        height: 67vh !important;
    }
}
#subCateGearTree a.item-active .name-cate {
    color: #00AAB7;
}
#subCateGearTree .imgCate {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #aaaaaa;
    padding: 10px;
    overflow: hidden;
}

#subCateGearTree .imgCate img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#list-gears .item-image {
    width: 100%;
    height: 110px;
    padding: 10px;
    background: #fdfdfd;
    border: 1px solid #a4a4a4;
    border-radius: 5px;
}

#list-gears .item-image a {
    display: flex;
    width: 100%;
    height: 100%;

}

#list-gears .item-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#list-gears .item-detail .item-name {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0.5rem;
    color: #033663;
}

#list-gears .item-detail .item-day-fee{
    font-size: 14px;
    font-weight: 700;
    color: #033663;
}
#list-gears .select2-container{
    font-size: 14px ;
}
#list-gears .select2-container--default .select2-selection--single{
    height: 35px !important;
}
#moreOptionPopup .select2-container--default .select2-selection--single .select2-selection__arrow b,
#list-gears .select2-container--default .select2-selection--single .select2-selection__arrow b,
#cart-item .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-size: 13px 6px !important;
    right: 5px !important;
}
#list-gears .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px !important;
}

#list-gears a.btn-remove {
    display: flex;
    text-decoration: underline;
    color: #a4a4a4;
    cursor: pointer;
    width: 18px;
    height: 20px;
    margin-left: 20px;
}

#list-gears .item-cart {
    flex-direction: column;
}
#popupConfirmProvider{
    z-index: 9999999;
    padding-right: 0 !important;
}
#popupConfirmProvider .ck-content p{
    margin-bottom: 0;
}
#popupConfirmProvider .modal-dialog{
    max-width: 73%;
}
#popupConfirmProvider .item-reservation--left{
    max-height: 500px;
    overflow-y: scroll;
}
#popupConfirmProvider .select2-container--default .select2-selection--single{
    height: 35px !important;
}
#popupConfirmProvider .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px !important;
}
#popupConfirmProvider .select2-container--default .select2-selection--single .select2-selection__arrow b{
    background-size: 14px 7px !important;
}
#popupConfirmProviderContent .avatar-provider {
    width: 65px;
    height: 65px;
    margin-right: 10px !important;
}

#popupConfirmProviderContent .avatar-provider img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.list-item-reservation{
    padding: 0 46px;
}
.list-item-reservation h4 {
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.wrap-list-items,
.order-summary-money {
    margin-top: 20px;
}

.product-item__reservation .modal{
    overflow: unset !important;
    background: unset !important;
}
.product-item__reservation br{
    display: none;
}
#moreOptionPopup{
    z-index: 9999999;
}
.delivery-address-error p,
.delivery-rental-date p{
    position: relative;
    padding-left: 25px;
    margin-top: 0px;
    margin-bottom: 0;
}

.delivery-address-error p:before,
.rental-date-error p:before{
    content: '';
    width: 16px;
    height: 16px;
    top: 4px;
    left: 5px;
    background: url(../img/icon-notice-error.png);
    position: absolute;
    background-size: cover;
}
#same-pickup-address input#input_pick_up_location,
#same-pickup-address input#input_delivery_location {
    -moz-user-select: all;
    -webkit-user-select: all;
    -ms-user-select: all;
    user-select: all;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#same-pickup-address input#input_pick_up_location::selection,
#same-pickup-address input#input_delivery_location::selection {
    background-color: #DEF1FF;
    color: #888888;
}
#recommendItem{
    z-index: 9999;
}
/* ============================================== */
/* ======== POPUP QP PROFILE PREVIEW =============*/
/* ============================================= */
.popup-provider,
.modal-review-partner {
    z-index: 11111;
}

.same-day-btn {
    color: #17687A;
    background-color: #E8F8F9;
    width: 86px;
    border-radius: 32px;
    line-height: 1;
    white-space: nowrap;
    font-size: 8px;
    padding: 5px 6px;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 500;
}

.popup-provider-image {
    width: 120px;
    margin: 0 auto 12px auto;
}

.popup-provider-image>div {
    padding-top: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    max-width: 100%;
}

.popup-provider-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.text-grey-500 {
    color: #64748B
}

.btn-view-shop,
.popup-provider .btn-show-more {
    color: #029DB1;
    /* font-size: calc(13em / 14); */
    font-size: 13px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 16px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 300px;
    border: 1px solid #029DB1;
    background: #ffffff;
    display: inline-block;
}

.btn-view-shop:hover {
    background-color: #E8F8F9;
    color: #029DB1;
}

.popup-provider .stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.popup-provider .stats>div {
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
}

.text-quality {
    /* font-size: calc(11em / 14); */
    font-size: 11px;
    font-weight: 500;
}

.text-grey-700 {
    color: #334155;
}

.text-grey-800 {
    color: #1E293B;
}

.stats-top {
    display: flex;
    align-items: center;
    /* font-size: calc(16em / 14); */
    font-size: 16px;
    font-weight: bold;
    gap: 4px;
    justify-content: center;
}

.popup-provider .tab-content {
    border-radius: 16px;
    padding: 16px;
}

.popup-provider #review-1{
    margin-right: -15px;
}

.fw-500 {
    font-weight: 500 !important;
}

.sticky {
    position: sticky;
    top: 0
}

.wrapper-sticky {
    overflow-y: auto;
    max-height: 80vh;
    position: relative;
    padding: 0 16px;
}
.wrapper-review.ping-review-top{
    position: sticky;
    top: 0;
    background: #ffffff;
}
.popup-provider .text-title {
    font-weight: bold;
    /* font-size: calc(16em / 14); */
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
    width: 100%;
}

.popup-provider .text-desc {
    font-weight: normal;
    /* font-size: calc(12em / 14); */
    font-size: 12px;
    line-height: 1.2;
    width: 100%;
}

.popup-provider .text-name {
    font-weight: bold;
    font-size: 13px;
    /* font-size: calc(13em / 14); */
    line-height: 1.2;
}

.popup-provider .text-address {
    font-size: 11px;
    /* font-size: calc(11em / 14); */
    line-height: 1.2;
}

.text-grey-800 {
    color: #1E293B;
}

.popup-provider .text-date {
    /* font-size: calc(11em / 14); */
    font-size: 11px;
    line-height: 1.2;
}

.popup-provider .text-content-top {
    /* font-size: calc(13em / 14); */
    font-size: 13px;
    line-height: 1.2;
    font-weight: bold
}

.popup-provider .text-content {
    /* font-size: calc(13em / 14); */
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
}

.popup-provider .show-more {
    color: #1AB9CB;
    font-weight: bold;
    /* font-size: calc(13em / 14); */
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}


.btn-show-more:hover {
    background-color: #E8F8F9
}

.warpper-proud {
    width: 100px;
    text-align: center;
    font-size: calc(8em / 14);
}
.wrapper-review{
    margin-right: 16px;
}

.wrapper-review:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #F1F5F9;
    margin-bottom: 10px;
}

.text-content-review {
    /* font-size: calc(12em / 14); */
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}
.review-count-1 > div,
.review-count-3 > div:first-child {
    max-width: 100% !important;
    flex: 0 0 100%;
}


#list-partner-item .provider-img.first-load{
    width: 99px !important;
    height: 99px !important;
    padding-top: 0 !important;
}

#list-partner-item .provider-img {
    width: 100% !important;
    height: auto !important;
    padding-top: 100%;
}

 #list-partner-item .provider-img img{
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

#list-partner-item .provider-caption {
    width: 100% !important;
}

.wrapper-slider {
    width: 100%;
}

.wrapper-slider .slick-prev,
.wrapper-slider .slick-next {
    top: 31% !important;
}
.text-star {
    /* font-size: calc(12em / 14); */
    font-size: 12px;
}
.stats-bottom {
    /* font-size: calc(11em / 14); */
    font-size: 11px;
}
#popup-provider .modal-dialog {
    max-width: 800px !important
}
.btn-close-info-price {
    padding: 11px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid transparent;
    position: absolute;
    top: 8px;
    right: 16px;
}
.btn-close-info-price:hover {
    border-color: #E2E8F0;
    background: #F1F5F9;
}

.text-note-red {
    color: red;
    display: block;
    text-align: left!important;
}

.icon-share-provider > a{
    width: 38px;
    height: 38px;
    padding: 8px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-share-provider > a:hover{
    border: 1px solid #E2E8F0;
    background: #F1F5F9;
}
.icon-social-provider{
    border-radius: 8px;
    border: 1px solid #CBD4E6;
    box-shadow: 0px 2px 4px 0px rgba(7, 4, 146, 0.10), 0px 24px 60px 0px rgba(6, 47, 125, 0.05), 0px 12px 24px 0px rgba(27, 59, 119, 0.05);
    background: #ffffff;
    z-index: 2;
    width: max-content;
    margin-top: 10px;
    right: 0;
}
.icon-social-provider .icon-social{
    padding: 8px 14px;
}

.icon-social-provider .icon-social a{
    font-weight: 500;
    color: #334155;
}
.icon-social-provider .icon-social:hover{
    background: #E8F8F9;
}

@media (max-width: 767px) {
    /* .wrapper-slider {
        width: calc(100% - 100px)
    } */
    #GearFistMainPage .slick-arrow {
        display: none !important;
    }
    .product-item__list {
        max-width: 100% !important;
    }
}

/* ======================================================================================================== */
/* ========================                         RESPONSIVE                           ================= */
/* ====================================================================================================== */
@media only screen and (max-width:1900px) {

    #cartItems .wrap-cart-item #btn-select-provider {
        font-size: 12px;
        min-width: unset;
        height: auto;
        line-height: 40px;
    }

    #cartItems .wrap-cart-item .list-carts .item-cart .item-info .item-detail .item-name {
        font-size: 16px;
        padding-right: 0;
        margin-bottom: 0;
    }

    #cartItems .item-detail p,
    #cartItems .item-detail span {
        font-size: 14px;
    }

    #cartItems .wrap-cart-item .info-cart-item p.font-size-14 {
        font-size: 10px !important;
    }
    #cartItems .wrap-cart-item #btn-select-provider, #cartItems .wrap-cart-item #cart-add-more-item{
        font-size: 11px;
    }

}

@media only screen and (max-width: 1560px){
    .abs-input{
        padding: 5px 10px;
    }
    .product-item__reservation  #mapProviderMobileDesktop  .time-windows-container a,
    #mapProviderMobileDesktop #cart-reservation-detail .time-windows-container a{
        font-size: 14px;
    }
    .product-item__reservation #mapProviderMobileDesktop  .time-windows-container,
    #mapProviderMobileDesktop #reservation--edit_info .time-windows-container{
        padding: 10px 5px;
    }
}

@media only screen and (max-width: 1441px) {
    .custom-container{
        width: 90%;
    }

    #list-partner-item .provider-img {
        width: 100% !important;
        height: 100% !important;
        padding-top: 100%;
    }

    .reservation-detail .reservation-price {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin-top: 1rem;
    }

    .search-bar {
        width: 100%;
    }

    .reservation-detail .reservation-price span {
        margin-right: 10px;
    }

    .category-search .category-search__tab {
        /* width: 70%; change to 100 cause the category-search__form is removed -> bugherd 2835 */
        width: 100%;
    }

    .category-search .category-search__form {
        width: 25%;
    }

    .select-btn {
        font-size: 12px;
        padding: 10px 0;
    }

    .reservation__promocode input {
        width: 67%;
        padding: 10px;
    }
}

@media only screen and (max-width:1440px) {
    #actionProviders{
        padding: 0 15px 10px;
    }
    #subFilter{
        padding: 0 15px 20px;
    }
    .box-caption {
        font-size: 18px;
    }

    .provider-toggle {
        padding: 6px;
    }

    .provider-toggle .provider-btn-toggle {
        padding: 9px 18px;
    }

    .provider-filter,
    .provider-sort {
        width: fit-content;
    }

    .provider-name,
    .provider__rent--price {
        font-size: 18px;
    }

    .provider-img--hover a {
        font-size: 10px;
    }

    .provider-button {
        width: 110px;
        height: 40px;
        line-height: 30px;
    }

    .relation-item p.font-size-16 {
        font-size: 14px !important;
    }

    #cartItems .wrap-cart-item #btn-select-provider {
        padding: 0 5px
    }

    .slider-gear .slick-next{
        top: 65px;
    }

    #popupConfirmProvider .modal-dialog{
        max-width: 90%;
    }
    #cart-item .list-item-cart{
        max-height: 100px;
    }
    .list-provider .slick-slide {
        width: 165px !important;
    }
}
@media only screen and (max-width: 1024px){
    .list-provider .slick-slide {
        width: 128px !important;
    }

    #popupConfirmProvider .box-btn-add-cart .btn-common {
        padding: 0;
    }
}

@media only screen and (max-width: 991px){
    .list-provider .slick-slide {
        width: 180px !important;
    }
    .step-desktop{
        flex-wrap: wrap;
    }
    .step-desktop .step-box{
        width: 100%;
    }
    /* CHOOSE PROVIDER */
    .container-provider{
        max-width: 100%;
        margin: 0 15px;
        padding-left: 0;
        padding-right: 0;
        overflow: unset;
    }
    #actionProviders {
        padding: 0 15px 1.5rem;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .provider-title{
        font-size: 28px;
    }
    .box-caption{
        font-size: 15px;
    }

    #popupConfirmProvider .box-btn-add-cart .btn-common {
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .list-item-reservation {
        padding: 0;
    }
    /* .wrapper-slider {
        width: calc(100% - 95px);
      } */
    .more-option-modal .options-item{
        width: 100%;
        height: auto;
    }
    .product-item__list {
        padding-right: 0px !important;
        max-width: 100% !important;
        width: 100%;
    }
    .category-search__tab--mobile{
        width: 100%;
    }
    .nav-cate-mobile .category-search__tab--mobile ul {
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
    .nav-cate-mobile .category-search__tab--mobile ul li a {
        width: max-content;
        display: flex;
        padding-right: 0;
        margin-right: 20px;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width:768px) {

    .more-option-modal .modal-dialog {
        max-width: 90%;
        margin: 0 auto;
    }

    .more-option-modal .modal-content {
        height: 100%;
    }

    .slider-gear .slick-prev{
        left: -10px;
        top: 60px;
    }

    .slider-gear .slick-next {
        right: -10px;
        top: 60px;
    }

    .step-boxs {
        flex-wrap: wrap;
    }

    .step-box {
        width: 100%;
    }

    #navFilter #providerFilterContent {
        width: 80%;
    }

    .title-qp-gated {
        flex-wrap: wrap;
    }

    .text-desc {
        width: 80%;
        font-size: 15px;
    }

    .find-content {
        padding: 0 2rem;
    }

    .find-content__info img {
        width: 140px;
        height: 150px;
        object-fit: cover;
    }

    .find-content__info p {
        font-size: 20px;
    }

    .find-content__question {
        margin-top: 1rem;
    }

    .find-content__question h5 {
        margin-bottom: 2rem;
    }

    .find-content__question ul li {
        padding-left: 3rem;
        margin-bottom: 2rem;
        font-size: 16px;
    }

    .category-nav .nav-item.sub_item .sub_menu_link{
        width: 99vw;
        z-index: 12;
        height: 80vh;
        overflow-y: scroll;
        min-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    /* ============== SLICK SLIDER ============== */
    .slider-gear .slick-arrow {
        width: calc(round(up, 100% / 7, 1px) - 20px);
    }
    body {
        width: 100% !important;
    }
    .provider-col-right {
        z-index: 99999;
    }
    #choose-provider-page {
        padding-top: 0;
        position: relative;
        z-index: 999999;
    }
    #choose-provider-page .container-provider .filter-sticky {
        padding-top: 10px;
    }

    #choose-provider-page .wrap-breadcrumb {
        margin-bottom: 0;
    }

    #choose-provider-page .box-caption {
        font-size: 15px;
    }

    .provider-info h4,
    .provider-info p {
        font-size: 14px;
    }

    /* LOCATION SEARCH */
    .left-column{
        width: 100%;
    }
    #headers-categories.category-nav{
        overflow-x: scroll;
    }

    /* CART ITEMS ON MOBILE */
    #cartItemsMobile {
        height: 100dvh;
        width: 0;
        right: 0;
        top: 0;
        border: 1px solid #c4c4c4;
        z-index: 11111;
        transition: width ease-in-out 0.5s;
        -webkit-transition: width ease-in-out 0.5s;
        -moz-transition: width ease-in-out 0.5s;
        -ms-transition: width ease-in-out 0.5s;
        -o-transition: width ease-in-out 0.5s;
        z-index: 99999;
        background: #fff;
    }

    #cartItemsMobile.show {
        width: 101%;
        transition: width ease-in-out 0.5s;
        visibility: visible;
        opacity: 1;
        -webkit-transition: width ease-in-out 0.5s;
        -moz-transition: width ease-in-out 0.5s;
        -ms-transition: width ease-in-out 0.5s;
        -o-transition: width ease-in-out 0.5s;
        z-index: 99999999;
        background: #515151DB;
    }

    #cartItemsMobile .wrap-cart-mobile {
        padding: 10px 15px;
        background: #fff;
        width: calc(100% - 50px);
        margin-left: auto;
        overflow-y: auto;
        height: 100dvh;
        padding-top: 0;
    }
    
    #header-shark + .header-page #cartItemsMobile.show.full-cart .wrap-cart-mobile {
        padding-bottom: 232px;
    }

    #cartItemsMobile.show.full-cart .wrap-cart-mobile {
        padding-bottom: 200px;
    }

    #cartItemsMobile .header-cart {
        padding: 10px 15px;
        border-bottom: 1px solid #aaaaaa;
        position: sticky;
        top: 0;
        z-index: 1;
        background: #fff;
        margin: 0 -15px;
        margin-bottom: 0;
    }

    /* #cartItemsMobile #list-gears {
        height: calc(100dvh - 568px);
        overflow-y: auto;
    } */

    #cartItemsMobile #list-gears .item-cart {
        display: flex;
        flex-direction: row;
    }

    #cartItemsMobile #list-gears .item-image {
        min-width: 130px;
        width: 130px;
        height: 110px;
        padding: 5px;
        display: flex;
        margin-right: 1rem !important;
    }
    #btn-actionCartMobile{
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    #contentCate .list-selections{
        max-height: 150px;
        overflow-y: scroll;
    }
    /* POPUP FILTER ON MOBILE */
    #subFilter{
        margin-top: 10px;
        padding: 0;
        border-bottom: none;
    }
    #subFilter .sub-filter{
        font-size: 13px;
        padding: 10px;
        min-width: max-content;
    }

    #sortFilterMobile #subFilter {
        margin-top: 0;
        padding-bottom: 10px;
    }

    #sortFilterMobile #subFilter .sub-filter {
        font-size: 11px;
        padding: 5px 11px;
    }

    .row-breadcrumb{
        display: none;
    }

    .nav-cate-mobile .category-search__tab--mobile ul li a{
        width: max-content;
        display: flex;
        padding-right: 0;
        margin-right: 20px;
        padding-bottom: 5px;
    }

    .header-page .hp_header.fixed-gearFirst {
        width: 100% !important;
    }

    .bar-menu.has-cart-item.fixed-nav{
        width: 100%;
    }
    /* POPUP MORE OPTION PROVIDER */
    #popupConfirmProvider .modal-dialog{
        max-width: 100%;
    }
    .list-item-reservation{
        padding: 0;
    }
    .wrap-relation-item{
        padding: 26px 0;
        margin: 0;
    }

    .nav-cate-mobile .category-search__tab--mobile ul{
        overflow-x: scroll;
        flex-wrap: nowrap;
    }

    .nav-cate-mobile .category-search__tab--mobile{
        width: 100%;
    }

    .bar-menu {
        border: none;
    }

    .bar-menu  {
        position: relative;
    }

    .left-column {
        width: calc(100% - 20px);
        margin-left: auto;
    }
    #headers-categories-mobile {
        overflow-x: auto;
        width: 100%;
        margin: 0 auto;
        border-left: none;
        border-right: none;
        margin-right: auto;
    }

    #headers-categories-mobile .nav-item.sub_item{
        position: absolute;
        left: 0;
    }
    #headers-categories-mobile .nav-item:nth-child(2) .nav-link {
        padding-left: 0;
    }

    #sortFilterMobile .provider-filter,
    #sortFilterMobile .provider-sort,
    #sortFilterMobile .provider-map,
    #sortFilterMobile .btn-AddMoreGear {
        width: fit-content;
        height: 34px;
        margin-bottom: 0;
        font-size: 11px;
        display: flex;
        line-height: 34px;
        font-weight: bold;
        text-align: center;
        align-items: center;
        gap: 6px;
        justify-content: center;
        cursor: pointer;
        border: 1.5px solid #3D4558;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        overflow: hidden;
        padding: 0 12px;
        min-width: fit-content;
    }

    #sortFilterMobile > div {
        padding-bottom: 10px;
        gap: 10px;
        overflow-y: auto;
        flex-wrap: nowrap !important;
    }

    #sortFilterMobile > div.justify-content-between {
        justify-content: initial !important;
    }

    #sortFilterMobile #btnProviderFilter img,
    #sortFilterMobile #btnProviderSortMobile img,
    #sortFilterMobile #btnProviderMap img {
        width: 15px;
    }

    .product-item__reservation{
        z-index: 9999;
        position: static !important;
    }
    .provider-toggle {
        padding: 9px;
        width: fit-content;
    }

    #sortFilterMobile .provider-toggle span,
    #sortFilterMobile .provider-toggle span b {
        font-size: 11px;
    }

    .renting-container {
        display: flex;
        gap: 20px;
        text-align: left;
        align-items: center;
    }
    .renting-container > div {
        margin-top:  0 !important;
    }

    .renting-container > div > div:last-child {
        margin-bottom: 20px;
    }
    .info-provider--mobile{
        background:  #FAFAFA;
        padding: 16px 15px 20px;
        border-radius: 12px;
        margin-bottom: 25px;
        box-shadow: 0px 4px 8px 3px #94A3B826;
    }

    .info-provider--mobile .provider--image img{
        width: 55px;
        height: 55px;
        min-width: 55px;
        object-fit: cover;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .info-provider--mobile .notification-alert {
        padding: 20px 10px;
        margin-top: 20px;
    }

    .info-provider--mobile .notification-alert p{
        font-size: 14px;
    }

    .info-provider--mobile .notification-alert img{
        margin-right: 15px;
    }

    .info-provider--mobile .provider--name{
        font-size: 13px;
        color: #304458;
        font-weight: 700;
        margin: 5px 0;
    }
    .info-provider--mobile .item-rent-reservation > div{
        gap:10px;
    }
    .info-provider--mobile .item-rent-reservation a{
        font-size: 13px;
        font-weight: 400;
        color: #304458;
        position: relative;
    }
    .custom-container {
        padding-top: 20px;
    }

    /** Custom CSS for Choose Provider Title in  Choose Provider page **/
    #choose-provider-page .row-breadcrumb--mobile .wrap-breadcrumb--mobile .breadcrumb {
        row-gap: 5px;
        gap: 30px;
        margin-bottom: 10px !important;
    }

    #choose-provider-page .row-breadcrumb--mobile .wrap-breadcrumb--mobile .font-size-18.back-to-gear {
        font-size: 14px !important;
        color: #304458;
    }

    #choose-provider-page .row-breadcrumb--mobile .wrap-breadcrumb--mobile #openToolTipProvider {
        font-size: 12px !important;
        padding-bottom: 0;
        line-height: 24.38px;
    }

    /** Custom CSS For Main Provider in Choose Provider page **/
    #choose-provider-page .filter-sticky+.provider-row .provider-col-left {
        padding-left: 16px;
        padding-right: 16px;
    }
    .nav-cate-mobile .category-search__tab--mobile ul::-webkit-scrollbar {
        height: 0;
    }
    .category-search__tab--mobile ul li a.active {
        border-color: #D9D9D9;
    }
}

@media only screen and (max-width: 576px) {
    .ellipsis{
        width: 100px !important;
    }
    .wrap-breadcrumb ul li:nth-child(3):before{
        left: 0;
    }
    .wrap-breadcrumb ul li:nth-child(3){
        padding-left: 20px;
    }
    /* CART MOBILE */
    #list-gears .item-detail .item-name{
        margin-bottom: 0;
        padding-right: 0;
        margin-top: 0;
    }
    #list-gears .select2-container{
        width: 40% !important;
    }

     #list-gears .select2-container--default .select2-selection--single {
        height: 40px !important;
    }

     #list-gears .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px !important;
    }

    /* location search */
    .product-name{
        width: 100px;
    }
    #category-btn-all{
        margin-bottom: 1rem;
    }
    .category-nav .nav-item.sub_item .sub_menu_link{
        min-width: 100%;
        z-index: 12;
        height: 300px;
        overflow-y: scroll;
    }
    .cate-grid{
        grid-template-columns: repeat(1, 1fr);
    }

    .product-image{
        width: 130px;
        height: 110px;
    }

    #navFilter #providerFilterContent{
        padding: 12px 15px;
    }

    #navFilter .btn-filter-nav {
        position: fixed;
        bottom: 10px;
        width: 100%;
        left: 20px;
        right: 0;
        border: 0;
        display: flex;
        background: #ffffff;
    }

    #navFilter .btn-filter-nav button {
        background: #00aab7;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        padding: 8px 0;
        text-align: center;
        border-radius: 7px;
        border: 0;
        width: 220px;
    }

    /* PROVIDER */
    .custom-container{
        padding: 20px 0 20px;
        max-width: 93.4%;
    }

    .custom-container .row{
        margin: 0;
    }

    .product-item__list{
        max-width: 100%;
        width: 100%;
        padding-right: 0;
    }

    .title-qp-gated h3 {
        font-size: 20px;
        line-height: 1.5;
    }

    #navFilter #providerFilterContent {
        width: 100%;
    }

    .more-option-modal .options-img {
        width: 100%;
        height: 100%;
    }

    .bar-menu {
        flex-wrap: wrap;
        padding: 8px 0px;
    }

    .bar-menu .right-column {
        padding: 0 10px 0 0;
        width: 80%;
    }

    .bar-menu .right-column .search-bar {
        width: 100%;
    }

    #box-sugguest {
        width: 390px;
    }

    .how-this-work-mobile a {
        background: #FBFBFB;
        box-shadow: 0px 1px 4px 3px #00000014;
        font-size: 16px;
        font-weight: 400;
        padding: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #how-this-work .step-circle {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #how-this-work .step-text {
        font-size: 14px;
    }

    #mapProviderMobileDesktop #reservation--edit_info .time-windows-container a{
        font-size: 13px;
    }

    /* PAGE CHOOSE PROVIDER */
    .provider-image img {
        width: 47px;
        height: 47px;
        min-width: 47px;
    }

    .provider-box {
        padding: 10px;
    }

    .provider-info h4,
    .provider-info p,
    .provider__rent--price,
    .provider-caption,
    .wrap-breadcrumb ul li a {
        font-size: 12px;
    }

    #choose-provider-page #list-partner-item .info-provider .provider-info {
        width: calc(100% - 60px - 0.5rem);
    }

    #choose-provider-page #list-partner-item .info-provider .provider-info .provider-name {
        font-size: 14px;
        width: auto;
    }

    #choose-provider-page #list-partner-item .info-provider .rating-value {
        font-size: 12px;
    }

    .count-reservation {
        font-size: 12px;
    }

    .provider-caption {
        min-height: 20px;
        max-height: 40px;
        height: 36px;
        margin-bottom: 0 !important;
    }

    /* CHOOSE PROVIDER */
    #choose-provider-page .select2-container--default .select2-selection--single {
        height: 35px !important;
    }

    #choose-provider-page .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 35px !important;
    }

    #choose-provider-page .provider-missing,
    #choose-provider-page .provider-button {
        font-size: 14px;
    }

    #qualityProviderShop .product-image{
        width: 128px;
        height: 101px;
    }
    .provider-col-left, .provider-col-right {
        padding-left: 15px;
        padding-right: 15px;
    }
    .provider-col-left {
        height: 100%;
        overflow-y: unset;
    }

    #sortFilterMobile > div,
    #sortFilterMobile #subFilter {
        padding-bottom: 10px;
    }

    #sortFilterMobile .provider-filter span {
        white-space: nowrap;
    }
    .provider__rent--price {
        position: relative;
        top: -8px;
    }

    .provider-rent-price {
        font-size: 13px;
    }

    #providerModal .modal-dialog {
        width: auto;
    }

    #moreOptionPopupContent p.text-muted {
        color: #033663 !important;
    }

    .provider-detail .btn-more-options {
        font-size: 12px;
    }

    .more-option-modal .modal-title {
        font-size: 16px;
        margin-top: 10px;
    }

    .more-option-modal .options-name {
        font-size: 14px;
    }

    .more-option-modal .options-item .option-item--image {
        width: 35%;
    }

    .more-option-modal .options-item .option-item--content {
        width: 60%;
    }

    .more-option-modal .select2-container--default .select2-selection--single {
        height: 38px !important;
    }

    .more-option-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 37px !important;
    }

    .more-option-modal .options-item.selected:before {
        width: 18px;
        height: 18px;
        background-size: 10px 10px;
    }

    .more-option-modal .continue-btn {
        width: 100%;
        height: 45px;
        font-size: 14px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    #providerFilterContent h4 {
        padding: 20px 15px;
        border-bottom: 1px solid #D4D4D4;
        font-size: 20px;
    }
    .provider-close-btn{
        top: 20px;
        right: 1rem;
        z-index: 2;
    }
    #providerFilterContent h4.category-item-title{
        padding: 20px 0;
        margin-bottom: 0 !important;
    }
    #contentItem.show .modal-body{
        padding: 20px 15px;
    }
    #contentItem .footer-apply{
        padding: 0 15px;
    }

    .provider-button {
        width: 90px;
    }

    .wrap-search-selection {
        padding: 0 15px;
    }

    .option-sort-mobile {
        position: fixed;
        width: 100vw;
        height: 100dvh;
        top: 0;
        right: 0;
        background: #fff;
        z-index: 9999999;
    }

    .option-sort-mobile .option-sort--select {
        padding: 10px 20px;
    }

    .option-sort-mobile .option-sort--select label {
        display: flex;
        font-size: 18px;
        font-weight: 400;
        color: #033663;
        align-items: center;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .option-sort-mobile .option-sort--select label input {
        margin-right: 7px;
    }

    .option-sort-mobile .option-sort--header {
        border-bottom: 1px solid #aaaaaa;
        color: #3B4559;
        padding: 10px 20px;
        text-align: left;
    }

    .option-sort-mobile .option-sort--button {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 20px;
    }

    .option-sort-mobile .option-sort--button a {
        border: 1px solid #00A7B5;
        color: #00A7B5;
        border-radius: 4px;
        padding: 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        font-size: 16px;
        font-weight: 700;
        width: 48%;
    }

    .option-sort-mobile .option-sort--button button {
        background: #4AA4B3;
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        width: 48%;
        border: 0;
        border-radius: 4px;
        padding: 10px;
    }

    #providerFilterContent .list-selections .item-select {
        font-size: 14px;
        padding: 10px 45px 10px 12px;
    }

    #providerFilterContent .current-selection {
        order: 2;
    }

    #providerFilterContent .wrap-search-item {
        margin-top: 20px;
    }

    #providerFilterContent .modal-body {
        padding: 0;
    }

    .delivery-mobile {
        padding: 20px 15px;
        border-bottom: 1px solid #D4D4D4;
        border-top: 1px solid #D4D4D4;
    }

    #providerFilterContent .list-selections .item-select:before {
        width: 13px;
        height: 13px;
        background-size: contain;
    }

    #providerFilterContent .delivery-mobile h4 {
        border-bottom: 0;
        font-size: 16px;
        padding: 0;
        font-weight: 600;
        margin-bottom: 20px;
    }

    #qualityProviderShop .provider-toggle .provider-btn-toggle:nth-child(2) {
        max-width: calc(100% - 80px);
        text-align: left;
        overflow: hidden;
    }
    #qualityProviderShop .provider-toggle .provider-btn-toggle:nth-child(2) > span {
        width: calc(100% - 20px);
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #qualityProviderShop .provider-toggle .provider-btn-toggle:nth-child(2) > b {
        display: block;
    }
    .checkbox-offer {
        margin-top: 20px;
    }

    .additional-delivery {
        position: relative;
        left: 22px;
        top: -10px;
        font-size: 11px;
        color: #7A7A7A;
    }

    .question-deliver a:not(:last-child) {
        margin-bottom: 5px;
    }

    .wrap-list-category {
        padding: 0 15px 20px;
        margin-bottom: 20px;
    }

    .wrap--filter-content {
        padding: 0 !important;
    }

    #providerFilterContent form.form-search-item input {
        border: 1px solid #d9d9d9;
        padding: 10px 12px 10px 37px;
        font-size: 14px;
    }

    #providerFilterContent h5 {
        font-weight: 600;
    }

    #providerFilterContent form.form-search-item button i {
        color: #d9d9d9;
    }

    .footer-filter-gear {
        padding: 20px !important;
    }

    .action-filter a {
        width: 48%;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none !important;
        text-align: center;
    }

    .action-filter a.clearAll {
        border: 1px solid #00A7B5;
        border-radius: 4px;
        padding: 10px;
        color: #4AA4B3;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    .action-filter a.applyFilter {
        background: #4AA4B3;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        color: #ffffff;
        padding: 11px 20px;
    }

    #popupConfirmProvider #popupConfirmProviderContent .wrapper p {
        font-size: 16px !important;
    }

    #popupConfirmProvider #popupConfirmProviderContent .wrapper p img {
        width: 25px;
    }

    .item-reservation--left h4 {
        font-size: 16px !important;
        font-weight: 400 !important;
        border: 0;
    }

    .info-quality-provider span {
        margin: 5px 5px 0 !important;
    }

    .item-cart-info .select2-container {
        width: 30% !important;
    }

    #popupConfirmProvider .item-reservation--left{
        padding: 0;
    }

    #popupConfirmProvider .btn-add-cart-mobile .box-btn-add-cart a{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        line-height: 45px;
        height: 45px;
    }

    #popupConfirmProviderContent .item-cart-img {
        width: 200px;
    }

    #popupConfirmProviderContent .item-cart-img a {
        width: 100%;
        display: flex;
    }

    #popupConfirmProviderContent .item-cart-img img {
        width: 130px;
        height: 110px;
        padding: 5px;
    }

    #popupConfirmProviderContent .item-cart-info a {
        font-weight: 400 !important;
    }

    .list-relation-items .relation-item {
        width: 31%;
        margin-right: 2%;
        margin-bottom: 0;
        width: 130px !important;
        min-width: 130px;
    }
    #popupConfirmProvider .wrap-relation-item{
        background: #ffffff;
        padding: 5px 0;
    }
    #popupConfirmProviderContent .avatar-provider{
        width: 93px;
    }
    .item-reservation--right{
        background: #f6f6f6;
        padding: 20px 15px 10px;
        margin-bottom: 15px;
    }
    .list-item-reservation h4{
        border-bottom: 0;
        padding-bottom: 0;
    }
    .list-relation-items .relation-item .btn-common {
        width: auto;
        height: auto;
        line-height: normal;
        padding: 12px 20px;
        border-radius: 100px;
    }

    .list-relation-items .slick-slide {
        margin-right: 20px;
    }

    .list-relation-items .relation-item img {
        width: 130px;
        height: 110px;
    }

    .list-relation-items .relation-item .ellipsis {
        width: 100px !important;
    }

    .btn-add-cart-mobile {
        margin-top: 15px;
        padding: 10px;
        background: #f6f6f6;
    }
    .btn-add-cart-mobile .box-btn-add-cart{
        display: flex !important;
        margin-bottom: 0 !important;

    }
    .btn-add-cart-mobile a {
        margin-bottom: 0 !important;
    }

    /** Custom CSS in Choose Provider page **/
    #choose-provider-page .row-breadcrumb--mobile .wrap-breadcrumb--mobile .font-size-18.back-to-gear {
        font-size: 12px !important;
    }

    #choose-provider-page #list-partner-item .provider-box .provider-rent .provider__rent--price,
    #choose-provider-page #list-partner-item .provider-box .provider-rent .before-tax,
    #choose-provider-page #list-partner-item .provider-box .btn-select-quaility-provider {
        display: none !important;
    }

    #choose-provider-page #list-partner-item .list-provider {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        display: flex;
    }

    #choose-provider-page #list-partner-item .list-provider::-webkit-scrollbar {
        display: none;
    }

    #choose-provider-page #list-partner-item .list-provider .provider-detail {
        scroll-snap-align: start;
        flex: 0 0 30%;
        margin-right: 10px;
    }

    #choose-provider-page #list-partner-item .list-provider .provider-detail .provider-img {
        padding-top: 0;
        width: 130px !important;
        height: 130px !important;
        background-color: #FFF;
    }

    #choose-provider-page #list-partner-item .list-provider .provider-detail .provider-img img {
        padding: 10px;
    }

    #choose-provider-page #list-partner-item .provider-box:is(:hover) {
        border: 1px solid #FFF;
        background-color: #FAFAFA;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    }

    #choose-provider-page #list-partner-item .provider-box .mobile-wrapper-total-btax {
        padding-top: 22px;
        padding-bottom: 10px;
        font-size: 12px;
        line-height: 17.28px;
        text-decoration: underline;
        color: #304458;
        position: initial;
        font-weight: 400;
    }

    /* QUAILITY PROVIDER SHOP */
    .nav-cate-mobile{
        margin-bottom: 10px !important;
    }
    .nav-cate-mobile a.icon-search-mobile{
        width: 6%;
    }
    .nav-cate-mobile .category-search__tab--mobile{
        width: 100%;
    }
    .nav-cate-mobile .category-search__tab--mobile ul{
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
    .product-item__reservation{
        z-index: 9999;
    }
    #qualityProviderShop .review-chart.hidden-pc{
        display: none !important;
    }
    #qualityProviderShop #testimonial-review,
    #qualityProviderShop .col-md-3.col-12.my-5,
    #qualityProviderShop .review-chart.mb-5{
        margin-bottom: 0 !important;
    }
    #send-message-provider .intro-provider__ava{
        display: flex;
        align-items: flex-start;
        margin-bottom: 0;
        justify-content: space-evenly;
        flex-direction: column;
    }
    .intro-provider__ava img{
        width: 113px;
        height: 113px;
    }

    /* BH #3203 */
    .fixed-top-header a.logo-bbq-providerShop{
        display: none !important;
    }
    a.logo-bbq-providerShop{
        display: block !important;
        order: 3 !important;
        padding: 10px 0 12px !important;
        margin: 0 !important;
    }
    a.logo-bbq-providerShop img{
        width: 55% !important;
    }

    /* SLIDER CATEGORY */
    .product-slider .slick-prev{
        left: -30px !important;
    }
    .product-slider .slick-next {
        right: -30px !important;
    }

    .open-modal-category {
        position: fixed !important;
        top: 0 !important;
        height: 100vh !important;
        left: 0 !important;
        width: 100vw !important;
        display: block !important;
        z-index: 11111 !important;
    }

    .category-close-btn {
        position: absolute;
        right: 20px;
        top: 20px;
        display: block !important;
        cursor: pointer;
        z-index: 1;
    }
    .mobile {
        position: relative;
        z-index: 1111111;
    }


    .provider-box > div:nth-child(2){
        flex-wrap: wrap;

    }
    .provider-box > div:nth-child(2) .wrapper-slider {
        width: 100% !important;
    }
    .provider-box > div:nth-child(2) .btn-select-quaility-provider {
        margin-top: 10px;
        padding-top: 11px;
        width: 100% !important;
        position: relative;
    }
    .provider-box > div:nth-child(2) .btn-select-quaility-provider::before {
        content: '';
        width: calc(100% + 22px);
        border-top: 1px solid #ccc;
        position: absolute;
        top: 0px;
        left: -11px;
    }
    #GearFistMainPage .product-slider .slick-list {
        width: calc(100% + 20px);
        margin-right: -60px;
        padding-right: 60px;
    }
}

@media only screen and (max-width: 480px) {
    /** Custom CSS form List items in Choose Provider page **/
    #choose-provider-page #list-partner-item .list-provider .provider-detail {
        flex: 0 0 37%;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 414px){
    .provider-info h4{
        width: 100px;
        text-align: left;
    }

    /** Custom CSS form List items in Choose Provider page **/
    #choose-provider-page #list-partner-item .list-provider .provider-detail {
        flex: 0 0 37%;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .provider-info h4{
        width: 75px;
    }
    #box-sugguest {
        width: 350px;
    }

    /** Custom CSS form List items in Choose Provider page **/
    #choose-provider-page #list-partner-item .list-provider .provider-detail {
        flex: 0 0 20%;
        margin-right: 9px;
    }

    #choose-provider-page #list-partner-item .list-provider .provider-detail .provider-img {
        width: 116px !important;
        height: 116px !important;
    }
}

#mapProviderMobileDesktop {
    display: block;
    position: relative;
    opacity: 1;
    z-index: 999;
}

#mapProviderMobileDesktop .modal-dialog {
    display: block;
    margin: 0;
    width: 100%;
    transform: unset;
    max-width: 100%;

}

#mapProviderMobileDesktop .modal-content {
    border: 0;
}

#mapProviderMobileDesktop .px-4,
#mapProviderMobileDesktop .py-5 {
    padding: 0 !important;
}

@media (max-width: 767px) {
    #mapProviderMobileDesktop {
        display: none;
    }

    #mapProviderMobileDesktop.show {
        display: block;
        z-index: 1100;
    }

    #mapProviderMobileDesktop .modal-dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.5);
        overflow-y: scroll;
    }
    .product-item__reservation .time-windows-container{
        width: max-content;
    }

    #mapProviderMobileDesktop .modal-content {
        background: white;
        width: 90%;
        max-width: 500px;
        margin: 0 auto;
    }

    #mapProviderMobileDesktop .provider-close-btn {
        cursor: pointer;
        right: 0rem;
        top: -25px;
        z-index: 9999;
    }
    .mapview {
        max-height: calc(90vh - 90px);
    }
    .category-nav .nav-item.sub_item .sub_menu_link > .row > div:first-child {
        border: none;
    }
    #list-partner-item .provider-img {
        width: 100% !important;
        height: auto !important;
        padding-top: 100%;
    }
    .gear-desc {
        font-size: 11px;
    }
}

.select2-container--open, 
.modal, 
.daterangepicker,
.search-trip-mobile-popup {
    z-index: 9999999 !important;
}
.modal-backdrop {
    z-index: 9999998 !important;
}
@media (min-width: 768px) {
    #cartItems.show ~ .fixed-top-header {
        width: calc(100% - 160px);
    }
    #cartItems.show {
        z-index: 99999999;
    }
}

.header-shark {
    position: sticky;
    top: 0;
    background-color: #304458;
    color: #ffffff !important;
    height: 50px !important;
}

.header-shark + .header-page,
.header-shark + .header-page .hp_header.fixed-top-header {
    top: 50px !important;
}

.header-shark ~ #hubPage .bar-menu.fixed-nav {
    top: 110px !important;
}

#hubPage #gears .product-image{
    border: none !important;
    max-width: 100%;
    padding: 0;
    max-height: 100%;
}

.header-shark p.item  {
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
}

.header-shark p.item svg {
    margin-right: 2px;
    margin-bottom: -2px;
}

.header-category .navbar-collapse.navbar-collapse-custom .nav-menu li {
    width: 100%;
}

.header-category .navbar-collapse-custom {
    top: 80px;
}

.product-slider.un-slick .btn-viewAll {
    display: none !important;
}

#dvLoading {
    z-index: 999999999;
}

.color-navy {
    color: #304458
}
#reservation_detail .provider-toggle{
    padding: 8px 10px;
}
#reservation_detail .provider-btn-toggle{
    padding: 0 10px;
}

@media only screen and (max-width: 450px) {
    #cart-view-list-recommend .product-price {
        flex-direction: column;
    }
    #cart-view-list-recommend .product-price .select-btn-add {
        width: fit-content;
    }
  }
@media (max-width: 767px) {
    .search-mobile-range-date .single-datepicker .daterangepicker {
        height: auto;
    }
    
    #qualityProviderShop .product-item__list .slick-arrow {
        display: none !important;
    }
} 

.list-carts .gr-quantity {
    width: 25%;
}

@media only screen and (max-width: 1000px) {
    .list-carts .gr-quantity {
        width: 50%;
    }
}

@media (min-width: 768px) {
    #cart-item .list-item-cart {
        max-height: auto !important;
    }
    .product-item__reservation {
        padding: 5px;
        overflow-y: auto;
        max-height: calc(100vh - 120px);
        top: 120px;
    }
    #header-shark ~ #qualityProviderShop .product-item__reservation {
        top: 120px;
        max-height: calc(100vh - 120px);
    }
    .product-item__list {
        padding-top: 5px;
    }
    #list-partner-item .info-provider {
        flex-wrap: wrap;
    }
    #choose-provider-page #list-partner-item .info-provider .wrap-provider-detail {
        max-width: fit-content;
    }
    #choose-provider-page #list-partner-item .info-provider .count-reservation span {
        white-space: nowrap;
    }
}

.img-cta {
    min-width: 54px;
}

.title-qp-gated .subCate-name {
    font-size: 14px;
}

.hp_header a.shop-icon {
    min-width: 26px;
}
.hp_header a.user-icon {
    min-width: 19px;
}
