.box {
    background-color: #fff;
    border: 1px #dcdcdc solid;
    border-radius: 20px;
    position: relative;
}

.discount-full {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    border-radius: 18px 18px 0px 0px;
    color: #ffffff;
    font-size: 14px;
    background: #233462;
}

tbody {
    td {
        border-bottom: 1px solid #dcdcdc;
    }

    tr:hover {
        background-color: #fafafa;
    }

}

.table-h {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 7px;
}

.pst {
    position: relative;
    margin: 5px;
    padding: 10px;
}

.vertical_text_content {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    left: 0px;
    top: 30px;
    position: absolute;
    color: #fff;
}

.discount-full-2 {
    position: absolute;
    height: 32px;
    top: 0;
    text-align: center;
    line-height: 20px;
    border-radius: 10px 10px 0px 0px;
    color: #ffffff;
    font-size: 14px;
    background: #d90268;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

table.rounded-corners {
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 10px;
}

.sales-info {
    padding: 15px;
    border-radius: 10px;
    background: #f1f1f1;
}

.sales-info .color-product {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.sales-info .color-product .title {
    margin-bottom: 12px;
    font-weight: 200;
    margin-left: 10px;
    font-size: 14px;
}

.sales-info .varanty-product .title {
    margin-bottom: 12px;
    font-weight: 200;
    margin-left: 10px;
    font-size: 14px;
}

.sales-info .varanty-product .varanty-box div {
    border: 1px #dcdcdc solid;
    padding: 4px 6px 4px 6px;
    border-radius: 4px;
    margin-bottom: 4px;
    width: 100%;
}

.sales-info .varanty-product .varanty-box label {
    font-weight: 200;
    margin-left: 10px;
    font-size: 14px;
}

.sales-info .color-product .color-box .color {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin: 6px;
    border-radius: 5px;
    text-align: center;
    background: #2f2f2f;
    cursor: pointer;
}

.sales-info .color-product .color-box button {
    background: transparent;
    margin: 0;
    padding: 0;
}

.sales-info .color-product .color-box .color.green {
    background: #1cbbb4;
}

.sales-info .color-product .color-box .color.blue {
    background: #00bff3;
}

.sales-info .color-product .color-box .color.pink {
    background: #f06eaa;
}

.sales-info .color-product .color-box .color.orange {
    background: #f26c4f;
}

.sales-info .color-product .color-box .color i {
    display: none;
    font-size: 20px;
    line-height: 30px;
}

.sales-info .color-product .color-box .color:before {
    content: "";
    position: absolute;
    display: block;
    top: -4px;
    right: -4px;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.sales-info .color-product .color-box .color.green:before {
    border-color: #1cbbb4;
}

.sales-info .color-product .color-box .color.blue:before {
    border-color: #00bff3;
}

.sales-info .color-product .color-box .color.pink:before {
    border-color: #f06eaa;
}

.sales-info .color-product .color-box .color.orange:before {
    border-color: #f26c4f;
}

.sales-info .color-product .color-box .color:hover:before {
    border-color: #2f2f2f;
}

.sales-info .color-product .color-box .color.active i {
    display: block;
    text-shadow: 0px 2px 0px #FFF;
}

.sales-info .color-product .color-box .color.active:before {
    border-color: #2f2f2f;
    border-width: 2px;
    border-style: solid;
}

.sales-info .quantity-product {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-items: center;
}

.sales-info .quantity-product p {
    padding-left: 15px;
}

.sales-info .quantity-product .title {
    font-weight: 600;
    margin-left: 10px;
    padding-right: 10px;
}

.sales-info .quantity-product .quantity {
    position: relative;
    float: left;
    font-size: 18px;
    border: 1px #dcdcdc solid;
    border-radius: 5px;
}

.sales-info .quantity-product .quantity .qty {
    width: 80px;
    height: 40px;
    padding: 5px 25px 5px 25px;
    border-radius: 5px;
    text-align: center;
}

.sales-info .quantity-product .quantity .qtyminus {
    right: 0;
}

.sales-info .quantity-product .quantity .qtyplus {
    left: 0;
}

.sales-info .quantity-product .quantity .button {
    position: absolute;
    top: 50%;
    padding: 8px;
    background: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.sales-info .quantity-product .quantity .button:hover {
    color: #d90268;
}

.sales-info .price-product {
    padding: 10px 0;
    display: flex;
}

.sales-info .price-product .title {
    margin-bottom: 15px;
    font-weight: 600;
}

.sales-info .price-product .price {
    text-align: left;
    padding-right: 10px;
}

.sales-info .price-product .price del {
    display: block;
    font-size: 16px;
    color: #a4a4a4;
    text-decoration: line-through;
}

.sales-info .price-product .price ins {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #2f2f2f;
}

.sales-info .price-product-v {
    padding: 10px 0;
    display: flex;
    justify-content: end;
}

.sales-info .price-product-v .title {
    margin-bottom: 15px;
    font-weight: 600;
}

.sales-info .price-product-v .price {
    text-align: left;
}

.sales-info .price-product-v .price del {
    display: block;
    font-size: 16px;
    color: #a4a4a4;
    text-decoration: line-through;
}

.sales-info .price-product-v .price ins {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #d90268;
}

.sales-info .sales-original {
    padding: 15px 0;
}

.sales-info .sales-original .original-box {
    display: block;
    margin-bottom: 3px;
}

.sales-info .sales-original .original-box p {
    display: block;
    font-size: 12px;
    color: #4f4f4f;
}

.sales-info .sales-original .original-box i {
    color: #d90268;
}

.sales-info .sale-button a {
    display: block;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
    background: #233462;
}

.sales-info .sale-button a:hover {
    background: #d90268;
}

.sales-info .sale-button-bas {
    display: none;
}

.sales-info .sale-button-bas a {
    display: block;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
    color: #455a64;
}

.sales-info .sale-button-bas i {
    margin-left: 5px;
    color: #455a64;
}

.sales-info .sale-button-bas a:hover {
    color: #d90268;
}

.est {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
}

.est .info-box {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.est .info-box .item {
    flex: 50%;
    margin: 4px;
}

@media (max-width: 800px) {
    .est .info-box {
        flex-direction: column;
    }
}

.prc {
    color: #d90268;
    font-size: 16px;
}

.ttl {
    font-weight: 600;
}

.ttlMobile {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ttlDes {
    font-size: small;
}

.ttlPriceDel {
    font-size: 13px;
    color: #e11919;
    text-decoration: line-through;
}

.ttlPriceIns {
    font-size: 13px;
    padding-right: 5px;
    color: #2f2f2f;
}

.est .info-box form .item {
    position: relative;
    margin-bottom: 20px;
}

.est .info-box label {
    display: block;
    margin-bottom: 5px;
    padding-right: 10px;
    font-size: 12px;
    color: #455a64;
}

.est .info-box span {
    display: block;
    margin-bottom: 5px;
    padding-right: 10px;
    color: #233462;
    font-size: 10px;
}

.est .info-box a:hover {
    color: #233462;
}

.est .info-box input {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    border-color: #455a64;
    background: #f1f1f1;
}

.est .info-box input:focus {
    border-color: #233462;
    box-shadow: none;
}

.est .info-box select {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    background: #f1f1f1;
    cursor: pointer;
}

.est .info-box select:focus {
    border-color: #233462;
    box-shadow: none;
}

.est .info-box .item .state-box {
    position: relative;
    color: #233462;
}

.est .info-box .item .state-box i {
    position: absolute;
    left: 20px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.est .info-box .item .city {
    width: 50%;
    float: left;
    padding-right: 3px;
}

.est .edit-box .item .city {
    width: 100%;
    float: left;
    padding-right: 3px;
}

.est .info-box .item .state {
    width: 50%;
    float: left;
    padding-left: 5px;
}

.est .info-box .item .state-right {
    width: 50%;
    float: right;
    padding-left: 5px;
}

.est .info-box .item textarea {
    width: 100%;
    padding: 15px;
    border-radius: 10px 10px 10px 0;
    font-size: 14px;
    border: 1px #455a64 solid;
    background: #f1f1f1;
}

.est .info-box .line {
    border-bottom: 1px #dcdcdc solid;
    margin-bottom: 10px;
}

.est .info-box .alert {
    background: #dacddc;
    height: auto;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.est .info-box .alert span {
    color: #233462;
    font-size: 14px;
    margin-right: 10px;
}

.est .info-box .form-control option {
    font-size: 16px;
    font-weight: 500;
}

.tdabtn {
    display: block;
    padding: 16px;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    background: #1bb76f !important;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
}

.tdjbtn {
    display: block;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    background: #d90268 !important;
}

.tdjbtn:hover {
    background: #233462 !important;
}

/*----------sabad Products----------*/

.sabad-products {
    margin-top: 20px;
}

.sabad-products .owl-carousel .owl-stage {
    padding: 20px 0;
}

.sabad-products .holder-products .products .holder-item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px #dcdcdc solid;
    min-height: 300px;
}

.sabad-products .holder-products h5 {
    border-bottom: 2px #233462 solid;
    padding-bottom: 8px;
    width: fit-content;
}

.sabad-products .holder-item .product-pic {
    margin-top: 40px;
}

.sabad-products .holder-item .product-pic .holder-pic {
    display: block;
}

.sabad-products .holder-item .product-pic .holder-pic img {
    max-width: 200px;
}

.sabad-products .holder-item .product-info {
    position: relative;
    padding: 10px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.sabad-products .holder-item .product-info .title {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sabad-products .holder-item .product-info .title a {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.sabad-products .holder-item .product-info .listDevice {
    display: block;
    font-size: 12px;
    color: #000;
}

.sabad-products .holder-item .product-info ul {
    margin-right: 10px;
}

.sabad-products .holder-item .product-info li {
    display: flex;
    font-size: 14px;
    color: #777;
}

.sabad-products .holder-item .product-info .product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 0;
}

.sabad-products .holder-item .product-info .product-bottom .rate {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 8px;
}

.sabad-products .holder-item .product-info .product-bottom .rate i {
    font-size: 14px;
    color: #ffc300;
}

.sabad-products .holder-item .product-info .product-bottom .pric {
    float: right;
    text-align: right;
    width: 100%;
}

.sabad-products .holder-item .product-info .product-bottom .pric del {
    display: block;
    font-size: 13px;
    color: #a4a4a4;
    text-decoration: line-through;
}

.sabad-products .holder-item .product-info .product-bottom .pric ins {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #d90268;
}

.sabad-products .holder-item .product-info .product-bottom .count {
    float: left;
    text-align: left;
    font-size: 12px;
    padding: 4px;
}

.sabad-products .holder-item .product-info .product-bottom .mainBtn {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    padding-left: 10px;
}

.sabad-products .holder-item .product-info .product-bottom .btn {
    float: left;
    text-align: center;
    background: #233462;
    color: aliceblue;
    border-radius: 5px;
    font-size: 12px;
    padding: 4px 8px 4px 8px;
    width: 100%;
    margin-top: 4px;
}

.sabad-products .holder-item .product-info .product-bottom .btn:hover {
    background: #d90268;
}

.sabad-products .products .holder-item .product-info .product-actions {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 5px;
    border-radius: 10px;
    background: rgb(255 255 255 / 80%);
}

.sabad-products .products .holder-item:hover .product-info .product-actions {
    opacity: 1;
    visibility: visible;
}

.sabad-products .products .holder-item .product-info .product-actions .action-holder {
    text-align: center;
}

.sabad-products .products .holder-item .product-info .product-actions .action-holder .action-item {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.sabad-products .products .holder-item .product-info .product-actions .action-holder .action-item a {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 22px;
    border-radius: 12px;
    background: #e8e8e8;
}

.sabad-products .products .holder-item .product-info .product-actions .action-holder .action-item a:hover {
    color: #d90268;
}

.sabad-products .products .holder-item .product-info .product-actions .action-holder .action-item a i {
    line-height: 45px;
}

.sabad-products .products .holder-item .onsale {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 8px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 0px 10px;
    color: #ffffff;
    background: #d90268;
}

/*----------   countdown ----------*/

.countdown-main {
    background: #233462;
    position: absolute;
    width: 100%;
    top: 0;
    border-radius: 10px 10px 0 0;
    margin: -1px;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.countdown {
    text-transform: uppercase;
    display: flex;
}

.countdown div {
    display: inline-block;
}

.countdown div span {
    display: block;
    text-align: center;
}

.countdown-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin: 0 3px;
}

.countdown-container .seconds-bottom {
    color: #c00;
}

.countdown-container .countdown-heading {
    font-size: 12px;
    font-weight: bold;
    margin: 3px;
    color: #fff;
}

.countdown-container .countdown-value {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 30px;
    height: auto;
    color: #233462;
    border-radius: 5px;
    font-weight: bold;
}

/*----------sabad Products----------*/

.sabad-productsOne {
    margin-top: 20px;
}

.sabad-productsOne .owl-carousel .owl-stage {
    padding: 20px 0;
}

.sabad-productsOne .holder-products .products .holder-item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px #dcdcdc solid;
    min-height: 300px;
}

.sabad-productsOne .holder-products h5 {
    border-bottom: 2px #233462 solid;
    padding-bottom: 8px;
    width: fit-content;
}

.sabad-productsOne .holder-item .product-pic {
    margin-top: 40px;
}

.sabad-productsOne .holder-item .product-pic .holder-pic {
    display: block;
}

.sabad-productsOne .holder-item .product-pic .holder-pic img {
    max-width: 200px;
}

.sabad-productsOne .holder-item .product-info {
    position: relative;
    padding: 10px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.sabad-productsOne .holder-item .product-info .title {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sabad-productsOne .holder-item .product-info .title a {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.sabad-productsOne .holder-item .product-info .listDevice {
    display: block;
    font-size: 12px;
    color: #000;
}

.sabad-productsOne .holder-item .product-info ul {
    margin-right: 10px;
}

.sabad-productsOne .holder-item .product-info li {
    display: flex;
    font-size: 14px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sabad-productsOne .holder-item .product-info .product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 0;
}

.sabad-productsOne .holder-item .product-info .product-bottom .rate {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 8px;
}

.sabad-productsOne .holder-item .product-info .product-bottom .rate i {
    font-size: 14px;
    color: #ffc300;
}

.sabad-productsOne .holder-item .product-info .product-bottom .pric {
    float: right;
    text-align: right;
    width: 100%;
}

.sabad-productsOne .holder-item .product-info .product-bottom .pric del {
    display: block;
    font-size: 13px;
    color: #a4a4a4;
    text-decoration: line-through;
}

.sabad-productsOne .holder-item .product-info .product-bottom .pric ins {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #d90268;
}

.sabad-productsOne .holder-item .product-info .product-bottom .count {
    float: left;
    text-align: left;
    font-size: 12px;
    padding: 4px;
}

.sabad-productsOne .holder-item .product-info .product-bottom .mainBtn {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    padding-left: 10px;
}

.sabad-productsOne .holder-item .product-info .product-bottom .btn {
    float: left;
    text-align: center;
    background: #233462;
    color: aliceblue;
    border-radius: 5px;
    font-size: 12px;
    padding: 4px 8px 4px 8px;
    width: 100%;
    margin-top: 4px;
}

.sabad-productsOne .holder-item .product-info .product-bottom .btn:hover {
    background: #d90268;
}

.sabad-productsOne .products .holder-item .product-info .product-actions {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 5px;
    border-radius: 10px;
    background: rgb(255 255 255 / 80%);
}

.sabad-productsOne .products .holder-item:hover .product-info .product-actions {
    opacity: 1;
    visibility: visible;
}

.sabad-productsOne .products .holder-item .product-info .product-actions .action-holder {
    text-align: center;
}

.sabad-productsOne .products .holder-item .product-info .product-actions .action-holder .action-item {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.sabad-productsOne .products .holder-item .product-info .product-actions .action-holder .action-item a {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 22px;
    border-radius: 12px;
    background: #e8e8e8;
}

.sabad-productsOne .products .holder-item .product-info .product-actions .action-holder .action-item a:hover {
    color: #d90268;
}

.sabad-productsOne .products .holder-item .product-info .product-actions .action-holder .action-item a i {
    line-height: 45px;
}

.sabad-productsOne .products .holder-item .onsale {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 8px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 0px 10px;
    color: #ffffff;
    background: #d90268;
}

.state-box i {
    pointer-events: none;
}

.card-title {
    font-size: 16px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 72px;
}

.special-offer-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.special-offer-actions {
    display: flex;
    gap: 4px;
    flex: 2;
    width: 100%;
    margin-top: 4px;
}

.special-offer-actions button {
    flex: 1 1 0;
    /* flex-grow: 1, flex-shrink: 1, flex-basis: 0 */
    width: auto !important;
}

.special-offer-actions .tdjbtn:hover {
    background: #c1055f !important;
    color: #CCC;
}

.special-offer-item {
    position: relative;
}

.special-offer-item .tdabtn {
    position: absolute;
    bottom: 8px;
    left: 8px;
}

.special-offer-item .card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-clamp: 2;
    height: 42px;
}

.special-offer-item img {
    width: 100px!important;
    height: 100px!important;
    object-fit: cover;
}

.special-offer-item-inner {
    display: flex;
}

.special-offer-item .card-body {
    padding: 0.5rem;
}

.special-offer-item .card-body .row {
    height: 100%;
    margin: 0;
}

.special-offer-item .card-body .row > [class*="col-"] {
    padding: 0 6px;
}

.special-offer-item .card-body .card-title {
    min-height: auto;
    font-size: 14px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.special-offer-item .special-offer-footer {
    align-items: flex-start;
}

.special-offer-item img {
    max-height: 120px;
    object-fit: contain;
}

.flex {
    display: flex;
}

.gap-1 {
    gap: 4px;
}

.gap-2 {
    gap: 8px;
}

.spec-pill {
    background: #c7c7c7;
    padding: 1px 10px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    direction: ltr;
    white-space: nowrap;
}

.flex-col {
    flex-direction: column;
}

/* ---------- Colleauge page styles ---------- */

.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.splash-screen img {
    width: 150px;
    height: auto;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease;
}

@media (max-width: 768px) {
    .modal-overlay.show {
        visibility: visible;
        opacity: 1;
        z-index: 99;
    }
}

#install-modal svg {
    position: inherit !important;
    top: 0 !important;
    left: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    min-width: 300px;
}

.install-btn {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
}

.install-btn:hover {
    background-color: #0056b3;
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: transparent;
    color: #888;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.close-btn:hover {
    color: #333;
}

.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.install-icon {
    background: #f8f9fa;
    width: 100%;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.btn-install {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #212529;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-pills-wrapper {
    width: 100%;
    padding: 12px 0;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
    overflow: hidden;
}

.filter-pills-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    overflow: hidden;
}

.filter-pills-label {
    font-size: 13px;
    font-weight: 600;
    color: #233462;
    white-space: nowrap;
    min-width: 70px;
    flex-shrink: 0;
}

.filter-pills-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    flex: 1 1 0;
    padding: 0 36px;
}

.filter-pills-carousel .owl-stage {
    display: flex;
    align-items: center;
    width: auto !important;
}

.filter-pills-carousel .owl-item {
    height: auto;
    width: auto !important;
}

.filter-pills-carousel .owl-item .item {
    display: flex;
    width: auto !important;
    padding: 0;
}

.filter-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 50px;
    border: 1px solid #dcdcdc;
    background: #f5f5f5;
    color: #455a64;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.25s ease;
    margin: 4px 2px;
}

.filter-pill:hover {
    border-color: #233462;
    color: #233462;
    background: #e8edf5;
}

.filter-pill.active {
    background: #233462;
    color: #ffffff;
    border-color: #233462;
}

.filter-pills-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    margin: 0;
}

.filter-pills-carousel .owl-nav button {
    pointer-events: all;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #233462;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    padding: 0;
    line-height: 1;
    z-index: 10;
}

.filter-pills-carousel .owl-nav button.owl-prev {
    right: 4px;
}

.filter-pills-carousel .owl-nav button.owl-next {
    left: 4px;
}

.filter-pills-carousel .owl-nav button:hover {
    background: #d90268;
}

.filter-pills-carousel .owl-dots {
    display: none !important;
}

@media (max-width: 800px) {
    .filter-pills-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        min-height: 60px;
    }

    .filter-pills-label {
        min-width: auto;
    }
}

.mobile-product-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 8px 0;
}

.mobile-product-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
}

.mobile-product-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 14px 14px 10px;
    gap: 10px;
}

.mobile-product-info {
    flex: 1;
    min-width: 0;
}

.mobile-product-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    line-height: 1.5;
    margin-bottom: 8px;
}

.mobile-product-title:hover {
    color: #233462;
}

.mobile-product-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.mobile-product-thumb {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #f5f5f5;
}

.mobile-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobile-product-bottom {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px 14px;
    border-top: 1px solid #f0f0f0;
}

.mobile-add-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #00bfa5;
    background: #fff;
    color: #00bfa5;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.2s;
}

.mobile-add-btn:hover {
    background: #00bfa5;
    color: #fff;
}

.mobile-product-pricing {
    flex: 1;
    min-width: 0;
}

.mobile-product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 6px;
}

.mobile-product-badges .badge-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #666;
    background: #f5f5f5;
    padding: 3px 8px;
    border-radius: 6px;
}

.mobile-product-badges .badge-item i {
    font-size: 10px;
    color: #00bfa5;
}

.mobile-product-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.mobile-product-price del {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}

.mobile-product-price ins {
    font-size: 15px;
    font-weight: 700;
    color: #233462;
    text-decoration: none;
}

.order-content .owl-carousel .owl-stage {
    display: flex;
}

.order-content .owl-carousel .owl-item {
    height: auto;
}

.order-content .owl-carousel .item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.order-content .owl-carousel .item .card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.order-content .owl-carousel .item .card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.buyModalBody__part2--title {
    text-align: right;
}

.max-qty-message {
    font-size: 14px;
    text-align: right;
    color: #d33;
}

.hamkar-plp-product-title {
    font-size: 14px;
}

.colleague-description {
    position: relative;
    margin-block: 2rem;
    padding: 2rem 1rem;
    border-radius: 16px;
    border: 1px solid #DDD;
}

.colleague-description .colleague-description-inner.collapsed {
    max-height: 225px;
    overflow: hidden;
    position: relative;
}

.colleague-description .colleague-description-inner.collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
}

.colleague-description .colleague-description-inner.expanded {
    max-height: none;
    overflow: visible;
}

.colleague-description .colleague-description-show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 12px auto 0;
    padding: 8px 24px;
    border: none;
    border-radius: 6px;
    background-color: #f0f0f0;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-top: 2rem;
}

.colleague-description .colleague-description-show-more:hover {
    background-color: #e0e0e0;
}

.colleague-description .colleague-description-show-more i {
    transition: transform 0.3s ease;
}

.colleague-description .colleague-description-show-more.active i {
    transform: rotate(180deg);
}

.colleague-description .wholesaleHero__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1rem !important;
}

.colleague-description .wholesaleContent {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.colleague-description .wholesaleContent h2 {
    font-size: 22px !important;
    font-weight: 600;
    margin-bottom: 0.75rem !important;
    margin-top: 1.5rem;
}

.colleague-description .wholesaleContent h3 {
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 0.5rem !important;
    margin-top: 1.25rem;
}

.colleague-description .wholesaleContent p {
    font-size: 16px !important;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.colleague-description .wholesaleContent span {
    font-size: 16px !important;
    font-family: inherit !important;
}

.colleague-description .wholesaleContent img {
    max-width: 100%;
    height: auto;
}

.special-offers-wrapper h4 {
    color: #d90268;
}

@media (max-width: 728px) {
    .special-offers-wrapper {
        gap: 0 !important;
        border: 1px solid #DDD;
        border-radius: 10px;
        margin-bottom: 16px !important;
    }

    .special-offers-wrapper h4 {
        color: #FFFFFF;
        width: 100%;
        position: relative;
        background: #d90268;
        padding: 8px 10px;
        border-radius: 10px 10px 0 0;
        font-size: 1.2rem;
        text-align: center;
        top: 16px;
        margin-top: -45px !important;
    }

    .special-offers-view-all {
        display: none!important;
    }

    .special-offers-view-all-mobile {
        display: flex!important;
    }
}

.special-offers-view-all {
    display: flex;
    color: #d90268;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
    gap: .5rem;
}

.special-offers-view-all-mobile {
    display: none;
    color: #d90268;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
    gap: .5rem;
    text-align: center;
    width: 100%;
    flex-grow: 1;
    justify-content: center;
    padding-bottom: 10px;
}

.special-offers-view-all:hover {
    color: #b00154;
    text-decoration: underline;
}

.owl-carousel.special-offers .item {
    display: flex;
    height: 100%;
}

.owl-carousel.special-offers .item .card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.owl-carousel.special-offers .item .card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.special-offer-footer ins {
    color: #1bb76f;
    font-weight: 700;
}

.special-offer-footer ins.out-of-stock {
    color: #d33;
}

.special-offer-item {
    height: 100%;
}