.slider-shopping-icon {
    width: 20px;
}
.slider-background-shape {
    /* height: 538px; */
    border-radius: 30px;
    background-size: cover;
    background-position: right bottom;
}
.action-btn i {
    color: #0f2041;
}
.slider-amount {
    font-size: 20px;
    color: #0f2041;
}
.tag-title {
    font-size: 15px;
    font-weight: 500;
}
.coupon-percent {
    background-color: #0f2041;
    padding: 0 10px;
    font-size: 2.15rem;
    white-space: nowrap;
}
.coupon {
    font-size: 1.15rem;
}
.valid-until {
    color: #0f2041;
    font-weight: 500;
}
.shop-banner {
  top: 30% !important;
}
.shop-banner span{
  color: #ff4035 !important;
}
.card-dropdown-products ul li {
    border: 1px solid #d6e0f5;
    border-radius: 10px;
    background: #fff;
}
.footer-main-logo img {
    width: 50% !important;
}
.new, .sale {
    display: none !important;
}
.slider-left-content {
    flex-basis: 50%;
}
.slider-right-content {
    flex-basis: 50%;
}
.item-left-side {
    flex-basis: 55%;
}
.item-right-side {
    flex-basis: 45%;
}
.loader-icon-gif {
    width: 70px;
}
.cart-rate{
    color: #ff4035 !important;
}
.cart-rate span{
    color: #7c7c7c !important;
}

/* add to cart  */


.cart-table.cart-table-2 {
    background-color: rgba(0, 0, 0, 0);
    padding: 0
}

.cart-table.cart-table-2 table {
    margin-bottom: 0
}

.cart-table.cart-table-2 table thead tr th {
    font-size: 20px;
    font-weight: 500;
    color: #4a5568;
    padding: 0 22px 16px
}

.cart-table.cart-table-2 table tbody {
    border-top: 1px solid #ececec
}

.cart-table.cart-table-2 table tbody tr td {
    vertical-align: middle
}

.cart-table.cart-table-2 table tbody tr:first-child td {
    padding: 22px 16px
}

.cart-table table {
    margin-bottom: 0
}

.cart-table table tbody tr:last-child td {
    border: none;
    padding-bottom: 0px;
}

.cart-table table tbody tr:first-child td {
    padding-top: 5px;
    padding-right: 15px;
}

.product-box-contain:last-child td{
    border: 0px;
}

.cart-table table tbody tr td {
    min-width: calc(135px + 35*(100vw - 320px)/1600)
}

.cart-table table tbody tr td .table-title {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600
}

.product-box-contain{
    border: 0px !important;
    border-bottom: 1px solid #ddd !important;
}

.cart-table table tbody tr td.product-detail:hover .product .product-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.cart-table table tbody tr td.product-detail .product {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

@media(max-width: 1366px) {
    .cart-table table tbody tr td.product-detail .product {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.cart-table table tbody tr td.product-detail .product .product-image {
    width: 70px
}

@media(max-width: 1366px) {
    .cart-table table tbody tr td.product-detail .product .product-image {
        width: 80px
    }
}

@media(max-width: 575px) {
    .cart-table table tbody tr td.product-detail .product .product-image {
        width: 90px
    }
}

@media(max-width: 480px) {
    .cart-table table tbody tr td.product-detail .product .product-image {
        width: 100px
    }
}

@media(max-width: 360px) {
    .cart-table table tbody tr td.product-detail .product .product-image {
        width: 70px
    }
}

.cart-table table tbody tr td.product-detail .product .product-image img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cart-table table tbody tr td.product-detail .product .product-detail {
    margin-left: calc(16px + 9*(100vw - 320px)/1600);
    margin-top: 0
}

[dir=rtl] .cart-table table tbody tr td.product-detail .product .product-detail {
    margin-left: unset;
    margin-right: calc(16px + 9*(100vw - 320px)/1600)
}

[dir=rtl] .cart-table table tbody tr td.product-detail .product .product-detail ul {
    padding-right: 0
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li {
    display: block;
    white-space: nowrap;
    margin-bottom: 8px;
    font-size: 14px
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li+li {
    margin-bottom: calc(0px + 2*(100vw - 320px)/1600)
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li .saving {
    font-weight: 500
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li span {
    font-weight: 500
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li.name a {
    font-weight: 600;
    font-size: 18px;
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li.name a:hover {
    color: #222
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li:nth-child(n+4) {
    display: none
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li .price h6 {
    margin-left: 8px;
    text-decoration: line-through
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box {
    border: 1px solid #ececec;
    border-radius: 5px;
    width: 62%
}

@media(max-width: 575px) {
    .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box {
        width: 80%
    }
}

@media(max-width: 360px) {
    .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box {
        width: 90%
    }
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box .cart_qty button {
    padding: calc(3px + 7*(100vw - 320px)/1600) calc(10px + 8*(100vw - 320px)/1600);
    border: none
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity-price-box .cart_qty button input {
    padding: 10px 18px;
    border: none;
    text-align: center
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity {
    margin: 6px 0
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price {
    width: 50%
}

@media(max-width: 480px) {
    .cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price {
        width: 60%
    }
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty button {
    width: calc(26px + 9*(100vw - 320px)/1600);
    height: calc(26px + 9*(100vw - 320px)/1600);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    background-color: #e3e0e0;
    border-radius: 100% !important;
    padding: 0
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty button i {
    margin-top: 2px
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li.quantity .quantity-price .cart_qty input {
    padding: 0;
    border: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0)
}

.cart-table table tbody tr td.price h5 {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FF4035;
}

.cart-table table tbody tr td.price h5 del {
    font-size: calc(13px + 3*(100vw - 320px)/1600);
    margin-left: 4px
}

[dir=rtl] .cart-table table tbody tr td.price h5 del {
    margin-left: unset;
    margin-right: 4px
}

.cart-table table tbody tr td.price h6 {
    margin-top: 5px;
    white-space: nowrap;
    font-size: calc(15px + 1*(100vw - 320px)/1600);
    font-weight: 500;
    color: #24cd24;
}

.cart-table table tbody tr td.saving {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color)
}

.cart-table table tbody tr td.quantity {
    width: 20%
}

.cart-table table tbody tr td .quantity-price {
    width: 62%
}

@media(max-width: 1460px) {
    .cart-table table tbody tr td .quantity-price {
        width: 80%
    }
}

@media(max-width: 1199px) {
    .cart-table table tbody tr td .quantity-price {
        width: 90%
    }
}

@media(max-width: 991px) {
    .cart-table table tbody tr td .quantity-price {
        width: 100%
    }
}

.cart-table table tbody tr td .quantity-price .cart_qty button {
    width: calc(29px + 6*(100vw - 320px)/1600);
    height: calc(29px + 6*(100vw - 320px)/1600);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    background-color: #e3e0e0;
    border-radius: 100% !important;
    padding: 0
}

.cart-table table tbody tr td .quantity-price .cart_qty button i {
    font-size: 14px;
    padding-top: 3px;
    color: #0f2041;
}

.cart-table table tbody tr td .quantity-price .cart_qty input {
    padding: 0;
    border: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0)
}

.cart-table table tbody tr td.subtotal h5 {
    font-weight: 500;
    display: inline-block;
    color: #ff4035;
}

.cart-table table tbody tr td.subtotal .btn-close {
    margin-left: 50px
}

.cart-table table tbody tr td.save-remove .save {
    font-weight: 400;
    white-space: nowrap;
    font-size: 16px;
    display: block;
    text-decoration: underline
}

.cart-table table tbody tr td.save-remove .save:hover {
    color: #0f2041;
}

.cart-table table tbody tr td.save-remove .remove {
    font-weight: 400;
    font-size: 15px;
    color: #bf2020;
}

.cart-table table tfoot {
    border-top: 1px solid #ececec
}

.cart-table table tfoot tr td:first-child {
    border: none
}

.cart-table table tfoot tr td:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    padding: 16px;
    border-left: 1px solid #ececec
}

.cart-table table tfoot tr td:last-child {
    font-size: 16px;
    font-weight: 500;
    border-right: 1px solid #ececec
}
.summery-box {
    border-radius: 5px;
    background-color: #f8f8f8
}

.summery-box .summery-header {
    padding: calc(12px + 4*(100vw - 320px)/1600) calc(16px + 6*(100vw - 320px)/1600);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ececec
}

.summery-box .summery-header h3 {
    font-weight: 600
}

.summery-box .summery-header a {
    font-weight: 500;
    margin-left: auto;
    font-size: calc(14px + 2*(100vw - 320px)/1600)
}

.summery-box .summery-header a:hover {
    color: #0f2041;
}

[dir=rtl] .summery-box .summery-header a {
    margin-left: unset;
    margin-right: auto
}

.summery-box .summery-contain {
    padding: 16px calc(16px + 6*(100vw - 320px)/1600);
    border-bottom: 1px solid #ececec
}

.summery-box .summery-contain::-webkit-scrollbar-track {
    background-color: #4a5568
}

.summery-box .summery-contain::-webkit-scrollbar {
    width: 3px
}

.summery-box .summery-contain::-webkit-scrollbar-thumb {
    background-color: #0f2041;
    border-radius: 4px
}

.summery-box .summery-contain .coupon-cart .coupon-box {
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.summery-box .summery-contain .coupon-cart .coupon-box .btn-apply {
    background:#0f2041;
    color: #fff;
    padding: 0 calc(16px + 14*(100vw - 320px)/1600);
    font-weight: 700;
    border: none
}

.summery-box .summery-contain .coupon-cart .coupon-box .btn-apply:hover{
    background:#FF4035;
    color: #fff;
    padding: 0 calc(16px + 14*(100vw - 320px)/1600);
    font-weight: 700;
    border: none
}

.summery-box .summery-contain .coupon-cart .coupon-box .form-control {
    border: 2px solid #0f2041;
    padding: 10px
}

.coupon-box:hover input {
    border: 2px solid #FF4035 !important;
}


[dir=rtl] .summery-box .summery-contain ul {
    padding-right: 0
}

.summery-box .summery-contain ul li {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.summery-box .summery-contain ul li:last-child {
    border-bottom: none
}

.summery-box .summery-contain ul li h4 {
    font-size: 15px;
    color: #4a5568
}

.summery-box .summery-contain ul li h4.price {
    color: #4a5568;
    margin-left: auto
}

[dir=rtl] .summery-box .summery-contain ul li h4.price {
    margin-left: unset;
    margin-right: auto
}

.summery-box .summery-contain ul li h4.price .shpping-contain {
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin-top: 3px
}

.summery-box .summery-contain ul li h4 span {
    font-weight: 600
}

.summery-box .summery-contain {
    padding: calc(11px + 5*(100vw - 320px)/1600) calc(11px + 11*(100vw - 320px)/1600);
    border-bottom: 1px solid #ececec
}

.summery-box .summery-contain::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0)
}

.summery-box .summery-contain::-webkit-scrollbar {
    width: 3px
}

.summery-box .summery-contain::-webkit-scrollbar-thumb {
    background-color: #0f2041;
    border-radius: 4px
}

.summery-box .summery-contain li {
    padding: calc(6px + 4*(100vw - 320px)/1600) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.summery-box .summery-contain li:last-child {
    border-bottom: none
}

.summery-box .summery-contain li p {
    font-size: calc(14px + 1*(100vw - 320px)/1600);
    line-height: 1.6;
    margin: 0
}

.summery-box .summery-contain li h4 {
    font-size: 15px;
    color: #4a5568
}

.summery-box .summery-contain li h4.price {
    color: #4a5568;
    margin-left: auto
}

[dir=rtl] .summery-box .summery-contain li h4.price {
    margin-left: unset;
    margin-right: auto
}

.summery-box .summery-contain li h4.price .shpping-contain {
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin-top: 3px
}

.summery-box .summery-contain li h4 span {
    font-weight: 600
}

.summery-box .summery-total {
    padding: 0 calc(16px + 6*(100vw - 320px)/1600)
}

.summery-box .summery-total li {
    padding-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.summery-box .summery-total li h4 {
    font-size: 17px;
    color: #222
}

.summery-box .summery-total li h4.price {
    margin-left: auto
}

[dir=rtl] .summery-box .summery-total li h4.price {
    margin-left: unset;
    margin-right: auto
}

.summery-box .summery-total li h4 span {
    font-size: calc(14px + 2*(100vw - 320px)/1600);
    font-weight: 600
}

.summery-box .summery-total li:nth-child(4) {
    padding: calc(12px + 4*(100vw - 320px)/1600) 0
}

.summery-box .summery-total li:nth-child(4) h4 {
    font-weight: 600;
    color: #0f2041;
}

.summery-box .summery-total li:last-child {
    border-top: 1px solid #ececec;
    padding: calc(12px + 4*(100vw - 320px)/1600) 0
}

.summery-box .summery-total li:last-child h4 {
    font-weight: 700;
    font-size: calc(14px + 4*(100vw - 320px)/1600);
}
.button-group {
    text-align: right;
    margin-top: calc(14px + 6*(100vw - 320px)/1600)
}

.button-group.cart-button {
    margin-top: 0;
    padding: 0 calc(16px + 6*(100vw - 320px)/1600) calc(14px + 6*(100vw - 320px)/1600)
}

[dir=rtl] .button-group.cart-button ul {
    padding-right: 0
}

.button-group.cart-button ul li {
    width: 100%
}

.button-group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(7px + 9*(100vw - 320px)/1600)
}

[dir=rtl] .button-group ul {
    padding-right: 0
}

.button-group ul.button-group-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: calc(26px + 19*(100vw - 320px)/1600)
}

.button-group ul li button {
    width: 100%;
    padding: calc(8px + 4*(100vw - 320px)/1600) calc(14px + 6*(100vw - 320px)/1600);
    font-size: 16px;
}

.button-group ul li button.shopping-button {
    font-size: calc(13px + 1*(100vw - 320px)/1600);
    background-color: #ececec;
    color: #000
}

.button-group ul li button.shopping-button i {
    margin-right: 8px
}

[dir=rtl] .button-group ul li button.shopping-button i {
    margin-right: unset;
    margin-left: 8px !important
}
.shopping-summery table tbody tr img {
    max-width: 100px;
    border: none;
    padding: 10px 0px 0px 10px;
}
.cart_qty_group {
    display: flex;
    align-items: center;
}

.cart-table-wrapper{
    background-color: #f8f8f8;
    padding: calc(18px + 17*(100vw - 320px) / 1600) calc(12px + 13*(100vw - 320px) / 1600);
}

.product-details-area .name a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
            line-clamp: 1; 
    -webkit-box-orient: vertical;
    white-space: break-spaces;
}

.cart_qty button {
    width: calc(29px + 6*(100vw - 320px)/1600);
    height: calc(29px + 6*(100vw - 320px)/1600);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    background-color: #e3e0e0;
    border-radius: 100% !important;
    padding: 10px;
    color: #0f2041;
}
.cart-table {
    flex-basis: 100%;
    background: #fff;
    margin-bottom: 5px;
}
.shop-cart-td:nth-child(1) {
    flex-basis: 45%;
}
.shop-cart-td:nth-child(2) {
    flex-basis: 20%;
}
.shop-cart-td:nth-child(3) {
    flex-basis: 15%;
}
.shop-cart-td:nth-child(4) {
    flex-basis: 10%;
}
.shop-cart-td:nth-child(5) {
    flex-basis: 10%;
}

.product-detail.product-details-area .name a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #0f2041;
}

.input-number.qty-input {
    border: 0px;
    text-align: center;
    padding: 10px 10px;
}
.save-price {
    color: #159515;
}

.main-price {
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-black);
}

.main-total-price {
    font-size: 20px;
    font-weight: 700;
    color: #FF4035;
}

.table-title.text-content.cart-total-amount {
    margin-top: -14px;
    margin-bottom: 12px;
}

.table-title.cart-action {
    margin-top: -12px;
    margin-bottom: 12px;
}

.product-image {
    flex-basis: 20%;
}

.product-detail.product-details-area {
    flex-basis: 80%;
}

.cart-table-wrapper .cart-table:last-child {
    margin-bottom: 0;
}

.cart-table-wrapper .cart-table {
    margin-bottom: 20px;
    border-radius: 10px;
}

.payment-logo img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.payment {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 20px;
    box-shadow: 3px 6px 7px #ddd;
}
.product-detail.product-details-area ul li {
    color: #555;
}
.text-muted {
    color: #555 !important;
}
.clear_cart {
    font-weight: 500;
    font-size: 14px;
}

.product-detail.product-details-area .name a:hover {
    color: #FF4035;
}
/* add to cart  */

.price {
    color: #ff4035;
    font-weight: 500;
}

/* wishlist product list */
.wishlist-product-name {
    overflow: hidden;
   display: -webkit-box;
   line-clamp: 2; 
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.remove-wishlist {
    position: absolute;
    top: 5px;
    right: 5px;
}
.remove-wishlist i {
    box-shadow: 1px 5px 4px #ddd;
    border-radius: 50%;
    font-size: 17px;
    padding: 3px 5px;
    cursor: pointer;
    transition: all linear 0.3s;
    background-color: #fff;
    opacity: 0;
}
.product-cart-wrap:hover .remove-wishlist i {
    opacity: 1;
}
.remove-wishlist i:hover {
    color: #fff;
    background-color: #bf2020;
}
.header-action-icon-2 i {
    color: #000000;
    font-size: 13px;
    margin-right: 3px;
}
.menu-bar-icon i {
    color: #fff;
    font-size: 16px;
    margin-right: 3px;
}
.shopping-cart-delete i {
    color: #000000;
    font-size: 13px;
    margin-right: 3px;
}.shopping-cart-delete i:hover {
    color: red;
    font-size: 13px;
    margin-right: 3px;
}
.header-action-2 .header-action-icon-2 > a span.pro-count.blue {
    margin-right: 5px;
}

.header-action-2 .header-action-icon-2 > a svg {
    width: 22px !important;
    color: #253d4e;
}
.topbar-menu-account {
    line-height: 1.4 !important;
}
.account {
    color: #222 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.hello {
    color: #4a5568 !important;
    font-size: 14px;
    font-weight: 400;
}
.select2-container--default {
    color: #0f2041;
    font-weight: 500;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #eaf0fa;
}

.view-product-qty-minus {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ddd;
    text-align: center;
    border-radius: 5px;
}

.view-product-qty-plus {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ddd;
    text-align: center;
    border-radius: 5px;
}

.view-product-detail-qty input {
    width: 40px;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
}

.view-product-qty-up i {
    color: #0f2041;
}

.view-product-qty-down i {
    color: #0f2041;
}

.view-product-detail-qty {
    border-radius: 5px;
    padding: 7px 0px;
}

.quick-view-add-to-cart button {
    height: 39px !important;
    line-height: 39px !important;
}
/* wishlist product list */
.content h6 a {
    color: #0f2041;
    font-weight: 500;
}
.content h6 a:hover {
    color: #ff4035;
    font-weight: 500;
}
/* account dashboard start */
.profile-img {
    top: 14%;
    left: 38%;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 100px;
    height: 100px;
}
.profile-bg-image {
    height: 155px;
    border-radius: 5px 5px 0px 0px;
}
.divider-profile {
    border-bottom: 1px solid #ddd;
}

.dashboard-card-icon{
    padding: 15px;
}

.dashboard-contact-information {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
/* account dashboard end*/

/* dashboard account table */
.order-table-wrapper {
    padding: 25px;
    box-shadow: 0px 1px 5px #ddd;
    border-radius: 5px;
}
.order-table-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 5px;
    font-weight: 600;
    padding: 0px 20px;
}
.order-table-body {
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 18px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
    box-shadow: 1px 1px 5px #ddd;
    transition: all linear 0.1s;
}
.order-table-body:hover {
    box-shadow: 1px 1px 4px 5px #ddd;
    cursor: pointer;
}
.order-table-th:nth-child(1) {
    flex-basis: 10%;
}
.order-table-th:nth-child(2) {
    flex-basis: 40%;
}
.order-table-th:nth-child(3) {
    flex-basis: 10%;
}
.order-table-th:nth-child(4) {
    flex-basis: 10%;
    text-align: center;
}
.order-table-th:nth-child(4) {
    flex-basis: 10%;
}
.order-table-th:nth-child(5) {
    flex-basis: 15%;
    text-align: center;
}
.order-table-th:nth-child(6) {
    flex-basis: 15%;
    text-align: end;
}

.order-table-tb:nth-child(1) {
    flex-basis: 10%;
    font-size: 14px;
    color: rgb(15, 32, 65);
    line-height: normal;
    font-weight: 400;
}
.order-table-tb:nth-child(2) {
    flex-basis: 40%;
    display: flex;
    align-items: center;
    gap: 5px;
}
.order-table-tb:nth-child(3) {
    flex-basis: 10%;
    font-weight: 500;
}
.order-table-tb:nth-child(4) {
    flex-basis: 10%;
    text-align: center;
}
.order-table-tb:nth-child(5) {
    flex-basis: 15%;
    text-align: center;
}
.order-table-tb:nth-child(6) {
    flex-basis: 15%;
    text-align: end;
}
.order-status-cancelled {
    font-size: 12px;
    background: #ff000014;
    border-radius: 15px;
    padding: 5px 8px;
    text-align: center;
    color: #ff0000;
}
.order-status-delivered {
    font-size: 12px;
    background: #1595151c;
    border-radius: 15px;
    padding: 5px 8px;
    text-align: center;
    color: #159515;
}
.order-status-shipped {
    font-size: 12px;
    background: #1815951c;
    border-radius: 15px;
    padding: 5px 8px;
    text-align: center;
    color: #0087ff;
}
.order-status-pending {
    font-size: 12px;
    background: #0000001c;
    border-radius: 15px;
    padding: 5px 8px;
    text-align: center;
    color: #494a49;
}

.order-table-tb img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 4px;
}
.order-table-product-details {
    line-height: 1.5;
    font-weight: 500;
    color: #0f2041;
}
.order-table-brand-wrap {
    color: #787878;
}
.order_product_image {
    flex-basis: 20%;
}
.order_product_name {
    flex-basis: 60%;
    line-height: 1.2;
}
.order_product_price {
    flex-basis: 20%;
}
.order_product_image img{
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 5px;
}
.order_show_modal_close button{
    width: 100px;
    height: 40px;
    line-height: 1.2;
    border-radius: 20px;
}
.order-product-main-wrapper {
    border: 1px dashed #ddd;
    border-radius: 5px;
    padding: 5px;
    line-height: 1.2;
}
.my-order-wrap img {
    width: 90px;
    height: 90px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px;
}
.my-order-wrap:nth-child(1) {
    flex-basis: 70%;
}
.my-order-wrap:nth-child(2) {
    flex-basis: 30%;
}
.order_item_li:nth-child(1) {
    flex-basis: 40%;
}
.order_item_li:nth-child(2) {
    flex-basis: 10%;
    text-align: end;
}
.order_item_li:nth-child(3) {
    flex-basis: 50%;
    text-align: end;
    font-weight: 500;
}
.order_price_details_wrap {
    flex-basis: 100%;
}
.total_price_calculate {
    font-size: 18px;
    font-weight: 500;
}
.my-order-card-body {
    font-weight: 400;
    padding: 11px 18px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
    box-shadow: 1px 1px 5px #ddd;
    transition: all linear 0.1s;
}
/* dashboard account table */

/* time line css  */
.timeline-steps {
    display: flex;
    justify-content: center;
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

.timeline-steps .timeline-step:not(:last-child):after {
    content: "";
    display: block;
    border-top: .25rem solid #ff4035;
    width: 9.46rem;
    position: absolute;
    left: 7.5rem;
    top: 0.3125rem;
}
.timeline-steps .timeline-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: 0.25rem solid #ff4035;
    width: 147px;
    position: absolute;
    right: 7.5rem;
    top: .3125rem;
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem solid #ff4035;
        width: 9.46rem;
        position: absolute;
        left: 7.5rem;
        top: 0.3125rem;
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: 0.25rem solid #ff4035;
        width: 147px;
        position: absolute;
        right: 7.5rem;
        top: .3125rem;
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 0.5rem;
    height: 10px;
    width: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0f2041;
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #ff4035;
    display: inline-block;
    height: 20px;
    width: 20px;
    min-width: 20px;
    border-radius: 6.25rem;
    opacity: .5;
}
.delivery_truck {
    top: -27px;
    left: 64px;
    font-size: 25px;
}
.order-card-body-wrap {
    box-shadow: 1px 1px 5px #ddd;
    transition: all linear 0.1s;
    border-radius: 5px;
}
.order-card-body {
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 18px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
}
.wishlist_cart {
    border-radius: 10px;
}
/* time line css  */

.color-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.line_limit_one {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1; 
    -webkit-box-orient: vertical;
}

.line_limit_two {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.detail-qty.canvas-product-qty {
    max-width: 50px;
    padding: 5px 0px;
}
.canvas-product-price {
    font-size: 18px;
    font-weight: bold;
    color: var(--secondary-color);
}
.canvas-product-img {
    width: 100%;
    height: 90px;
    object-fit: contain;
    margin-top: 9px;
}
.canvas-remove-product-btn {
    width: 25px;
    border: 1px solid #ddd;
    height: 25px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    opacity: 0;
    transition: all linear 0.1s;
}
.canvas-product-wrapper:hover .canvas-remove-product-btn {
    opacity: 1;
}
.canvas-remove-product-btn:hover {
    background-color: #FF4035;
    color: #fff;    
}
.canvas-card .qty-minus {
    padding: 10px 15px;
    border-radius: 3px;
    cursor: pointer;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.canvas-card input.qty-val {
    border-radius: 5px;
    background: none;
    font-size: 12px;
}
.canvas-card .detail-qty {
    padding: 0px;
}
.canvas-card .qty-plus {
    padding: 10px 15px;
    border-radius: 3px;
    cursor: pointer;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.canvas-card {
    border: 1px dashed #ddd;
    padding: 0px 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #ddd;
}
.canvas-card .card-body {
    padding: 10px;
}
.side-card {
    position: fixed;
    top: 50%;
    right: 0;
    cursor: pointer;
    z-index: 999;
}
.bag-wrap {
    background-color: #ffffff;
    border-radius: 2px 0px 0px 0px;
    border: 1px solid #ddd;
    border-right: none;
}
.bag-price-wrap {
    color: #fff;
    background-color: var(--primary-color);
    font-weight: 600;
    border-radius: 0px 0px 0px 2px;
    padding: 1px 3px;
}

.side-card-item-text {
    color: var(--title-color);
    font-size: 13px;
    font-weight: 600;
}
.side-card i {
    color: var(--secondary-color);
    font-size: 25px;
}
.form-check-input:checked::after {
    content: "✔";
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -5px;
    left: -1px;
    background: var(--secondary-color);
    border-radius: 50%;
    padding: 0px 2px;
}
.checkout-product-wrap {
    border: 1px dashed var(--secondary-color);
    padding: 10px;
    border-radius: 5px;
    background: #fafafa;
}
.checkout-product-wrap span {
    font-size: 17px;
    padding: 0px 5px;
    color: var(--secondary-color);
    font-weight: var(--secondary-title-font-weight);
}
.checkout-product-wrap:hover .remove-cart-item{
    opacity: 1;
}
.remove-cart-item {
    font-weight: 600;
    margin: 4px;
    padding: 0px 6px;
    opacity: 0;
    transition: all linear 0.1s;
}
.toast-message {
    font-weight: 600;
}
.form-check-input:checked {
    background-color: #ff4035;
    border-color: #ff4035;
}
.customer-update-form {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}
a.track-order {
    font-size: 14px;
    text-decoration: underline;
}
.timeline-content.active {
    border: 1px dashed #ff9900;
}
.spinner-grow {
    width: 15px;
    height: 15px;
    text-align: center;
    color: #ff9900;
}
.toast.toast-success {
    background: green;
}
#toast-container>div {
    opacity: 1;
}
.toast.toast-error {
    background: #e63535;
}
.splide__arrow--prev, .splide__arrow--next {
  background-color: #ffffff70;
}
.splide__arrow svg {
    fill: var(--secondary-color) !important;
}
.slick-initialized .slick-slide {
    margin: 0px 10px;
}
.minus-btn {
    background: #efefef00;
    padding: 6px 15px;
    border-radius: 6px 0px 0px 6px;
}
.plus-btn {
    background: #efefef00;
    padding: 6px 15px;
    border-radius: 0px 6px 6px 0px;
}
.sign-up-txt {
    font-size: 14px;
    border: 1px dashed #87d300;
    border-radius: 5px;
    padding: 5px;
    color: green;
    background: #f8fff8;
}
.from-wrapper-order {
    padding: 15px;
    border: 1px dashed #ddd;
    margin-top: 15px;
    border-radius: 5px;
}
.from-wrapper-order input {
    height: 40px;
    font-size: 12px;
    padding-left: 10px;
}
.vatlidation-success {
    position: absolute;
    top: 57%;
    right: 0px;
    transform: translate(-50%, -50%);
}
.vatlidation-success img {
    width: 20px;
}
.accordion-button:not(.collapsed) {
    color: #1f1f1f;
    background-color: #fff;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    border-radius: 0px;
}
.accordion {
    border-radius: 0px;
}
.accordion-item {
    border-radius: 0px;
}
.accordion-item:first-of-type {
    border-radius: 0px;
}
.float-end.product-count-shop-page {
    color: #ffffff;
    background: var(--secondary-color);
    border-radius: 50%;
    font-size: 10px;
    float: right;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-cart-wrap {
    position: relative;
}
.wishlist-btn {
    position: absolute;
    display: inline-block;
    padding: 5px 10px;
    border-radius: var(--button-border-radius);
    color: var(--button-text-color);
    background-color: var(--secondary-color);
    top: 5px;
    right: 5px;
    z-index: 1;
    opacity: 0;
    transition: all linear 0.3s;
}
.product-cart-wrap:hover .wishlist-btn {
    opacity: 1;
    z-index: 9;
}
.wishlist-btn:hover {
    color: var(--primary-color);
}
li#splide-main-slide01 img {
    padding: 0px;
}
img.img-fluid.product_variation_image {
    border-radius: 10px;
}
button.active {
    background: #be8620;
    color: #fff;
}

.dashboard-menu ul {
    background: #fff;
    padding: 13px;
    border-radius: 10px;
    box-shadow: 4px 4px 10px #b68d4024;
}
.nav-link {
    color: var(--primary-color);
}
.brand_wrapper {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}
img.brand_image {
    border-radius: 5px;
}
.header-action-icon-2 i {
    font-size: 18px;
}
.wishlist-icon {
    font-size: 22px;
}
.wishlist-icon a {
    color: var(--primary-color);
}
.filter-price-btn {
    border: none;
    font-weight: 500;
    border-radius: 3px;
}
.filter-price-btn:hover {
    background-color: var(--secondary-color);
    color: #ffffff;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-thumb {
  background: var(--secondary-color); 
}
img.brand_image {
    width: 100% !important;
    min-width: 100% !important;
}
.brand_search_button {
    cursor: pointer;
    color: #ffffff;
    background: var(--primary);
    border: 1px solid var(--primary);
}
.shop-breadcrumb {
    border: 1px dashed #ddd;
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 15px;
}
.brand_wrapper-list:hover {
    box-shadow: 1px 1px 4px #ddd;
}