@import "normalize.css";
@import "bootstrap.min.css";
@import "bootstrap-icon/bootstrap-icons.min.css";
@import "default-style.css";
@import "color.css";
@import "mega-menu.css";
/*========================== start header style ==========================*/
.header {
    background-color: #fff;
    padding: 20px 0;
    z-index: 100;
    position: sticky;
    top: 0;
}

.top-header-logo img {
    max-width: 170px;
    max-height: 62px;
}

.top-header-link {
    display: flex;
    align-items: center;
    justify-content: end;
}

.top-header-link-login {
    border: 1px solid #bbb;
    padding: 10px 30px;
    position: relative;
}

.top-header-link-login::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -5px;
    background-color: var(--main-color-one);
    width: 12px;
    height: 7px;
    border-radius: 25px;
    box-shadow: 0 0 5px 3px var(--main-color-one-shadow);
    transform: translateY(-50%);
}

.top-header-link-login:hover {
    border: 1px solid #bbb;
}

.top-header-link-register {
    padding: 10px 30px;
}

.top-header-link-register span {
    color: #fff;
}

.search-filed {
    position: relative;
}

.search-filed .search-input {
    border-radius: 30px;
    background-color: #f4f4f4;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    border-color: #ddd;
}

.search-filed .search-input:focus {
    border: 1px solid #aaa;
    box-shadow: var(--shadow-sm);
}

.search-filed .search-btn {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}

.search-filed .search-btn i {
    color: #fff;
}

.top-menu-mini-menu li:not(:last-child) a {
    margin-left: 10px;
}

.btn-primary-cm {
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    border-radius: 10px;
    color: #fff;
    border: 0;
    outline: 0;
    background-color: var(--main-color-one);
    overflow: hidden;
}

.btn-primary-cm:hover {
    color: #fff;
}

.btn-primary-cm.btn-with-icon {
    padding-right: 50px;
}

.btn-primary-cm.btn-with-icon.w-100 {
    padding-right: 0;
}

.btn-primary-cm.btn-with-icon::before {
    content: '';
    width: 44px;
    height: 140%;
    position: absolute;
    right: 0;
    top: -10px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 60px 0 0 60px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-primary-cm.btn-with-icon:hover::before {
    width: 100%;
}

.btn-primary-cm.btn-with-icon img {
    width: 24px;
    position: absolute;
    right: 10px;
}

.btn-primary-cm.btn-with-icon i {
    position: absolute;
    right: 10px;
    font-size: 23px;
    top: 7px;
}

.top-header-call-icon {
    background-color: var(--main-color-two);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #7a3801;
}

.btn-favorite-items {
    background-color: var(--main-color-one);
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    transition: 0.3s;
}

.btn-favorite-items:hover {
    background-color: var(--main-color-one-light);
    color: var(--color-site);
}

.btn-favorite-items i {
    font-size: 25px;
}

.btn-favorite-items span {
    position: absolute;
    top: 0;
    right: -15px;
    display: block;
    background-color: var(--main-color-two-light);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 2px solid #fff;
    font-size: 12px;
    color: #fff;
}

.btn-cart-counter {
    background-color: var(--main-color-one);
    padding: 10px 15px;
    color: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.btn-cart-counter:hover {
    background-color: var(--main-color-one-hover);
}

.btn-cart-counter i, .btn-cart-counter span {
    background-color: #768dff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
}

.btn-cart-counter span {
    font-size: 18px;
}

.auth-dropdown .arrow-auth::before {
    transition: 0.3s all linear;
}

.auth-dropdown.show .arrow-auth::before {
    transition: 0.3s all linear;
}

.auth-dropdown.show .arrow-auth::before {
    transform: rotate(180deg);
}

/*========================== end header style ==========================*/
/*========================== start section main-slider ==========================*/
.home-slider {
    position: relative;
}

.slider-svg {
    position: absolute;
    top: 0;
    z-index: 100;
}

.home-slider {
    height: 350px;
    border-radius: 10px;
}

.home-slider .swiper {
    height: 100%;
    border-radius: 10px;
}

.home-slider .swiper-wrapper {
    height: 100%;
}

.home-slider .swiper-slide {
    height: 100%;
    border-radius: 10px;
    padding: 0 !important;
}

.home-slider .swiper-slide img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home-slider .swiper-button-prev {
    border-radius: 50%;
    padding: 5px 22px;
    background: #fff;
}

.home-slider .swiper-button-prev::after {
    color: #333333 !important;
}

.home-slider .swiper-button-next {
    right: 57px;
    border-radius: 50%;
    padding: 5px 22px;
    background: #fff;
}

.home-slider .swiper-button-next::after {
    color: #333333 !important
}

.home-slider .swiper-button-next, .home-slider .swiper-button-prev {
    top: 90%;
}

.home-slider .swiper-pagination {
    top: 0;
    right: 0;
    left: 0;
    width: 100px;
}

.home-slider .swiper-pagination {
    margin: auto;
    width: 85px !important;
    top: 32px !important;
    right: 0 !important;
    left: 0 !important;
}

.swiper-pagination-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.home-slider .swiper-pagination-bullet {
    width: 5px !important;
    height: 13px !important;
    margin: 0 3px !important;
    border-radius: 30% !important;
    background-color: var(--main-color-one) !important;
}

.home-slider .swiper-pagination-bullet-active {
    height: 20px !important;
}

.home-slider .slider__layer--bottom {
    opacity: .3;
    z-index: -2;
    width: 12px;
    right: -25px;
}

/*========================== end section main-slider ==========================*/
/*========================== start section shop feature ==========================*/
.shop-feature-item {
    text-align: center;
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 25px;
}

.shadow-bottom {
    box-shadow: 0 19px 50px -31px rgba(0, 0, 0, 0.3);
}

.shadow-top {
    box-shadow: 0 -19px 50px -31px rgba(0, 0, 0, 0.3);
}

.shop-feature .shop-feature-item img {
    width: 50px;
}

/*========================== end section shop feature ==========================*/
/*========================== start site category ==========================*/
.site-categories {
    margin-top: 30px;
}

.site-category-items {
    background-color: #fff;
    transition: 0.4s;
    border: 1px solid transparent;;
}

.site-category-items:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    border-color: var(--main-color-one);
}

.site-category-items-icon {
    width: 120px;
    margin: auto auto 7px;
}

.section-title {
    padding-bottom: 15px;
    text-align: center;
}

.site-categories .col-lg-2:nth-child(even) {
    margin-top: 65px;
}

.line-image {
    height: 50px;
}

/*========================== end site category ==========================*/
/*========================== start amazing section ==========================*/
.amazing {
    position: relative;
    border-radius: 20px;
    padding: 20px 30px;
    min-height: 400px;
}

.amazing::before {
    content: '';
    position: absolute;
    bottom: -70px;
    right: 0;
    left: 0;
    height: 400px;
    background: var(--main-color-two) url('../images/patterns.png');
    border-top-right-radius: 60px;
}

.amazing-slider .swiper-slide {
    width: auto;
}

.amazing-slider .product-box {
    width: 270px;
    box-shadow: var(--shadow-2xl);
}

.amazing .product-box-image img {
    width: 150px;
}

.sw-title-image {
    padding-top: 50px;
}

.free-sw {
    overflow-x: hidden;
}

.free-sw .swiper {
    overflow: unset;
    position: unset;
}

.amazing-slider-parent {
    position: relative;
}

.sw-title-image {
    position: relative;
}

.sw-title-image::before {
    content: '';
    position: absolute;
    top: 36px;
    right: 35px;
    background-color: var(--bg-site);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 2;
}

.sw-title-image::after {
    content: '';
    position: absolute;
    bottom: -73%;
    right: 35px;
    background-color: var(--bg-site);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 2;
}

/* start product box */
.cart-canvas-parent li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.cart-canvas-delete a {
    background-color: #FF001122;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 15px;
    padding: 0;
}

.cart-canvas-delete a i {
    color: #f54b12;
}

.cart-canvas-delete a:hover {
    background-color: #FF00111F;
}

.cart-canvas-foots {
    border-top: 1px solid #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}

/* product box */
.product-box .parent {
    background: #fff;
    padding: 20px;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
}

.product-box .content-title {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.product-box .content-title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, var(--main-color-one) 0%, rgba(236, 236, 236, 0) 100%);
    z-index: 1;
}

.product-box .content-title .item {
    background: #fff;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.product-box .content-title .item:nth-last-child(1) {
    padding-left: 0;
    padding-right: 20px;
}

.product-box .content-title .item:nth-last-child(1) i {
    margin-left: 5px;
}

.product-box .content-title .item .title {
    font-size: 16px;
    font-weight: bold;
}

.product-box .content-title .item svg {
    margin-left: 5px;
    color: var(--main-color-one);
}

.product-box-item {
    width: 250px;
    box-shadow: var(--shadow-box);
    margin: 10px 0;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

.product-box-item::before {
    content: '';
    width: 160px;
    height: 150px;
    position: absolute;
    bottom: -30%;
    right: -20%;
    background-color: #0562f744;
    border: 6px solid #e6e4e476;
    border-radius: 50%;
    z-index: -1;
}

.product-box-item .image img {
    display: block;
    margin: auto;
    width: 100%;
    height: 170px;
    object-fit: contain;
    border-radius: 10px;
    transition: 0.3s;
}

.product-box-item.w-100 .image img {
    height: 200px;
}

.product-box-item.w-100 .desc .title .title-fa {
    font-size: 16px;
    text-align: center;
}

.product-box-item.w-100::before {
    bottom: -23%;
}

.category-page label {
    display: block;
}

.ItemBoxColor label {
    display: inline-block;
}

.product-box-item .two-image {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.product-box-item:hover .one-image {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.product-box-item:hover .two-image {
    visibility: visible;
    opacity: 1;
    display: block;
    transition: 0.3s;
}

.product-box-item .desc {
    padding: 10px;
}

.product-box-item .desc .title .title-fa {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-align: center;
}

.product-box-item .desc .title .title-en {
    font-size: 12px;
    margin-bottom: 10px;
    height: 30px;
    overflow: hidden;
}

.product-box-item .foot .add,
.product-box-item .foot .see-fast {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: var(--shadow-md);
    color: var(--color-site);
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 30px;
    padding: 7px 10px;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
    border: 1px solid var(--bs-gray-400);
}

.product-box-item .foot .add:hover,
.product-box-item .foot .see-fast:hover {
    background-color: var(--main-color-two);
    color: #fff;
}

.product-box-item .title {
    text-align: right;
    height: 55px;
    margin-bottom: 20px;
}

.product-box-item:hover .hover {
    opacity: 1;
    visibility: visible;
}

.product-box-item .hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    transition: 0.3s all ease-in-out;
}

.product-box-item .hover .hover-btn {
    order: 2;
    display: flex;
    flex-direction: column;
}

.product-box-item .hover .hover-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    background: white;
    color: var(--color-site);
    padding: 5px 10px;
    box-shadow: var(--shadow-md);
    border-radius: 5px;
}

.product-box-item .hover .hover-btn a i {
    font-size: 14px;
}

.product-box-item .hover .hover-color {
    display: flex;
    flex-direction: column;
    order: 1;
}

.product-box-item .hover .hover-color span {
    border: 1px solid #aaa;
    margin-bottom: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

/* end product box */
/* pro var */
.pro-var-responsive ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 10px 0;
    margin-bottom: 0;
}

.pro-var-responsive ul li {
    margin-left: 10px;
    margin-bottom: 10px;
}

.pro-var-responsive ul li a {
    font-size: 14px;
    display: block;
    border: 1px solid #ddd;
    padding: 4px 7px;
}

.pro-var-responsive ul li a.active {
    background-color: var(--main-color-one);
    color: #fff;
}

.product-feature {
    border-top: 2px solid #eee;
}

/* end pro var */
/* color box */
.color-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 10px;
    position: absolute;
    top: -20px;
    left: -17px;
    flex-direction: column;
}

.color-box-item {
    width: 20px;
    height: 20px;
    padding: 2px;
    background: #fff;
    border-radius: 50%;
}

.color-box-item.active span {
    position: relative;
}

.color-box-item .color {
    cursor: pointer;
    display: block;
    background: red;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* end color box */
.product-box-suggest {
    background-color: #fff;
    padding: 10px;
    margin: 65px 30px 30px 30px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.product-box-suggest-image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: block;
    margin: auto;
}

.product-box-suggest-title {
    margin: 10px auto;
    text-align: center;
}

.product-box-suggest-price {
    margin: 15px 0 0 0;
    text-align: center;
}

.product-box-suggest-price del {
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: var(--bs-danger);
    font-size: 18px;
}

.product-box-suggest-price del::before {
    content: '';
    position: absolute;
    top: 25%;
    right: -40%;
    background-color: #c00;
    width: 100%;
    height: 1px;
    transform: rotate(-8deg) translateX(-50%);
}

.product-box-suggest-price ins {
    text-decoration: none;
    margin-right: 15px;
    font-size: 18px;
    color: var(--main-color-green);
    font-weight: bold;
    display: flex;
    align-items: center;
}

.product-box-suggest-price ins span {
    font-size: 12px;
    color: var(--text-muted);
    margin: 0 5px;
}

.swiper-progress-bar {
    position: absolute;
    top: 12.5%;
    width: 100%;
    display: block;
    z-index: 1;
    height: 2px;
}

.swiper-progress-bar .slide_progress-bar {
    position: absolute;
    height: 2px;
    background: rgba(199, 199, 199, 0.3);
    width: auto;
    clear: both;
    opacity: 0;
    top: 7px;
    left: 10px;
    right: 10px;
}

.swiper-progress-bar .slide_progress-bar:after {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
    width: 0;
    content: "";
}

.swiper-progress-bar.active .slide_progress-bar {
    opacity: 1;
}

.swiper-progress-bar.animate .slide_progress-bar:after {
    transition: width linear;
    transition-delay: unset;
    width: 100%;
    transition-duration: 3s;
}

/* end product box */
/* start swiper btn  */
.site-slider .swiper {
    padding-bottom: 100px;
}

.site-slider .swiper-button-next, .site-slider .swiper-button-prev {
    background-color: #fff;
    padding: 3px 20px;
    border-radius: 5px;
    top: 88%;
    right: 51% !important;
}

.site-slider .swiper-button-prev {
    right: 47.5% !important;
}

.site-slider .swiper-button-next::after, .site-slider .swiper-button-prev::after {
    color: var(--color-site);
}

/* end swiper btn */
/*========================== end amazing section ==========================*/
/*========================== start section product slider ==========================*/
.pro-slider {
    position: relative;
    border-radius: 20px;
    padding: 20px 5px;
    min-height: 420px;
}

.pro-slider::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    height: 270px;
    background: var(--main-color-two);
    border-radius: 30px 30px 5px 5px;
}

.pro-slider .swiper-wrapper {
    padding-top: 60px;
}

.pro-slider .swiper-slide {
    padding: 0 10px;
}

.sw-title-image {
    padding-top: 50px;
}

.product-slider .swiper-slide {
    width: 100%;
}

.site-slider .swiper {
    padding-bottom: 100px;
}

.site-slider .swiper-button-next, .site-slider .swiper-button-prev {
    background-color: #fff;
    padding: 3px 20px;
    border-radius: 5px;
    top: 88%;
    right: 51% !important;
    border: 1px solid var(--bs-gray-500);
}

.site-slider .swiper-button-prev {
    right: 47.5% !important;
}

.site-slider .swiper-button-next::after, .site-slider .swiper-button-prev::after {
    color: var(--color-site);
}

/* slider title */
.slider-title-desc {
    display: flex;
    flex-direction: column;
}

.slider-title-icon-parent {
    background-color: var(--main-color-one-shadow);
    display: inline-block;
    padding: 2px 6px;
    margin-bottom: 10px;
    border-radius: 25px;
    font-size: 14px !important;
    box-shadow: var(--shadow-box);
}

.slider-title-icon-parent div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-title-icon-parent div i {
    color: var(--main-color-two);
}

.slider-title-icon-parent div h6 {
    color: var(--main-color-one);
}

.slider-title-link {
    text-align: left;
}

.slider-title-desc h2 {
    position: relative;
    padding-bottom: 10px;
}

.slider-title-desc h2::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--main-color-two);
    position: absolute;
    bottom: 5px;
    right: 0;
}

.slider-title-desc h2::after {
    content: '';
    width: 100px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--main-color-two);
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.slider-title-desc-center h2 {
    position: relative;
    padding-bottom: 10px;
}

.slider-title-desc-center h2::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--main-color-two);
    position: absolute;
    bottom: 5px;
    right: 36%;
    transform: translateX(-50%);
}

.slider-title-desc-center h2::after {
    content: '';
    width: 100px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--main-color-two);
    position: absolute;
    bottom: 5px;
    right: 27%;
    transform: translateX(-50%);
}

/* end slider title */
/*========================== end section product slider ==========================*/
/*========================== start product row section ==========================*/
.products-row .item {
    border-bottom: 1px solid var(--bs-gray-400);
}

.products-row .item .number {
    padding-left: 5px;
    border-left: 2px solid var(--bs-gray-400);
}

.products-row .item .title {
    height: 55px;
    overflow-y: hidden;
}

.products-row .item .title h6 {
    line-height: 27px;
    font-size: 13px !important;
    font-weight: normal;
}

/*========================== end product row section ==========================*/
/*========================== start shopping app ==========================*/
.shopping-app {
    padding: 80px 0 25px 0 !important;
}

.shopping-app-parent {
    position: relative;
}

.shopping-app-image {
    position: absolute;
    top: -50%;
    right: 11%;
    transform: translateX(50%);
}

.shopping-app-image img {
    width: 200px;
}

.shopping-app-qr {
    text-align: center;
}

.shopping-app-qr img {
    width: 170px;
}

/*========================== end shopping app ==========================*/
/*========================== start section about us ==========================*/
.time-work {
    line-height: 35px;
    margin-left: 20px;
    background-color: var(--main-color-two-shadow);
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 10px;
    border: 1px solid #bfbebe;
}

.time-work i {
    margin-left: 10px;
}

.about-us-image {
    text-align: center;
}

/*========================== end section about us ==========================*/
/*========================== start section blog slider ==========================*/
.blog-slider-item-stand {
    border-radius: 25px;
    position: relative;
    transition: 0.3s;
    margin-bottom: 10px;
}

.blog-slider-item-stand:hover {
    transform: translateY(-10px);
}

.blog-slider-overlay {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    border-radius: 25px;
    box-shadow: var(--shadow-box);
}

.blog-slider-item-stand-text {
    padding: 15px;
}

.blog-slider-item-stand-image img {
    border-radius: 25px;
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.blog-slider-item-row-image {
    position: relative;
    transition: 0.5s;
}

.blog-slider-item-row:hover .blog-slider-item-row-image::before, .blog-slider-item-row:hover .blog-slider-item-row-image::after {
    opacity: 1;
    visibility: visible;
}

.blog-slider-item-row-image::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(#0003ff59 0%, #45147e 100%);
    border-radius: 25px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.blog-slider-item-row-image::after {
    content: '\F12A';
    font-family: "bootstrap-icons", serif;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 45px;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.blog-slider-item-row-image img {
    border-radius: 25px;
    height: 190px;
    object-fit: cover;
    width: 100%;
}

.blog-slider-item-stand-title p {
    height: 60px;
}

.blog-slider-item-stand-title h6 {
    margin: 15px 0;
}

.blog-slider-item-row:not(:last-child) {
    margin-bottom: 25px;
}

/*========================== end section blog slider ==========================*/
/*========================== start footer  ==========================*/
.footer {
    background: linear-gradient(333.67deg, #f6f8fb 68%, #ebedf0 113.46%);
}

.footer-service {
    background: #eef1f4;
    padding: 10px 0;
}

.footer-namad-item a img {
    height: 120px;
}

.footer-menu {
    background-color: #fff;
}

.footer-social nav {
    justify-content: center;
}

.footer-social li {
    background-color: var(--main-color-one);
    margin-left: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
}

.footer-social li:hover {
    transform: translateY(-10px);
}

.footer-social a {
    padding: 0;
}

.footer-social li:nth-last-child(1) {
    margin-left: 0;
}

.footer-col-item .nav-link:hover {
    color: var(--main-color-one);
}

/*========================== end footer  ==========================*/
/*========================== start product page  ==========================*/
/* start product gallery */
.product-gallery.not-found img, .pro-gallery-thumb.not-found img {
    filter: grayscale(100%);
}

.product-gallery img {
    max-width: 80%;
    display: block;
    margin: auto;
}

.product-gallery .swiper-pagination {
    bottom: 20px;
}

.product-gallery .swiper-slide {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 10px 60px;
    background-color: #fff;
    box-shadow: var(--shadow-lg);
}

.product-gallery .swiper-slide .swiper-zoom-container {
    padding: 10px;
}

.product-gallery .swiper-button-next,
.product-gallery .swiper-button-prev {
    background-color: #eee;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}

.product-gallery .swiper-button-next::after,
.product-gallery .swiper-button-prev::after {
    color: var(--color-site);
}

.product-gallery-thumb img {
    display: block;
    max-width: 80%;
    margin: auto;
    opacity: 0.6;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}

.product-gallery-thumb img:hover {
    opacity: 1;
}

.product-gallery-thumb .swiper-slide {
    border: 1px solid #eee;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
    padding: 10px;
}

.product-gallery-thumb .swiper-slide-thumb-active {
    border-color: var(--main-color-one);
}

.product-gallery-thumb .swiper-slide-thumb-active img {
    opacity: 1;
}

/* icon product box */
.icon-product-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 20px 0;
}

.icon-product-box-item {
    cursor: pointer;
    flex: 0 0 calc(25% - 3px);
    max-width: calc(25% - 3px);
    padding: 5px;
    min-height: 100px;
    border-radius: 5px;
    margin-left: 5px;
    background: #ebeaea;
    display: flex;
    flex-direction: column;
    transition: 0.2s all ease-in-out;
    align-items: center;
    justify-content: center;
}

.icon-product-box-item:hover {
    background: var(--main-color-two);
    color: #fff;
}

.icon-product-box-item:nth-last-child(1) {
    margin-left: 0;
}

.icon-product-box-item i {
    font-size: 25px;
}

.icon-product-box-item span {
    display: block;
    text-align: center;
    font-size: 14px;
}

.social-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.social-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    transition: 0.3s all ease-in-out;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.social-link a.bi-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-link a.bi-twitter {
    background: #098ecc;
}

.social-link a.bi-whatsapp {
    background: #04ac12;
}

.social-link a.bi-youtube {
    background: #ce0909;
}

.social-link a.bi-telegram {
    background: #0d80c8;
}

.social-link a.bi-linkedin {
    background: #0766a2;
}

.social-link a:hover {
    color: #fff;
    transform: translateY(-7px);
}

.summary .swiper-button-next,
.summary .swiper-button-prev {
    top: 70% !important;
}

.pro_gallery {
    position: relative;
    height: 100%;
}

.pro-gallery-parent {
    /*background-color: var(--main-color-one);*/
    margin-bottom: 10px;
    border-radius: 15px;
    height: 400px;
    padding: 20px 15px 33px;
}

.special-label {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 500;
}

.special-label img {
    width: 80px;
}

.product-gallery-thumb {
    margin-top: 50px;
}

.product-gallery img {
    max-width: 80%;
    height: 300px;
    object-fit: cover;
    display: block;
    margin: auto;
}

.product-gallery-thumb {
    padding: 2px;
}

.product-gallery .swiper-pagination {
    bottom: 20px;
}

.product-gallery .swiper-slide {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 10px 60px 10px;
}

.product-gallery .swiper-slide .swiper-zoom-container {
    padding: 10px;
}

.product-gallery .swiper-button-next,
.product-gallery .swiper-button-prev {
    background-color: #eee;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
}

.product-gallery .swiper-button-next::after,
.product-gallery .swiper-button-prev::after {
    color: var(--color-site);
}

.product-gallery-thumb img {
    display: block;
    max-width: 80%;
    height: 100px;
    object-fit: cover;
    margin: auto;
    opacity: 0.6;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}

.product-gallery-thumb img:hover {
    opacity: 1;
}

.product-gallery-thumb .swiper-slide {
    border: 1px solid #eee;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
    padding: 10px;
}

.product-gallery-thumb .swiper-slide-thumb-active {
    border-color: var(--main-color-one);
}

.product-gallery-thumb .swiper-slide-thumb-active img {
    opacity: 1;
}

.product-meta-info {
    background-color: #f4f4f4;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: var(--shadow-md);
    margin-bottom: 10px;
}

.product-meta-price .old-price {
    display: inline-block;
    font-size: 14px;
    color: #7d7d7d;
    text-decoration: line-through;
}

.product-meta-price .new-price {
    display: block;
    font-size: 30px;
    color: var(--main-color-green);
}

.product-meta-info-item:not(:last-child) {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.product-meta-title {
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.product-meta-title img {
    max-width: 100px;
}

.product-meta-feature {
    margin-top: 20px;
}

.product-meta-feature-items ul {
    margin-top: 15px;
    position: relative;
    padding-right: 20px;
}

.product-meta-feature-items ul::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: var(--bs-gray-200);
    border-radius: 10px;
}

.product-meta-feature-items ul::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 25px;
    background-color: var(--bs-gray-600);
    border-radius: 10px;
}

.product-meta-feature-items ul li {
    color: var(--text-muted);
}

.product-meta-feature-items ul li:not(:last-child) {
    margin-bottom: 10px;
}

.product-meta-feature-items ul li span {
    color: var(--text-muted-two);
}

.product-meta-feature-items ul li strong {
    margin-right: 7px;
    color: var(--text-muted);
    font-weight: normal;
}

.product-meta-rating .count-comment {
    margin-left: 7px;
    padding-left: 5px;
    border-left: 2px solid #ddd;
}

.product-meta-rating .count-rating {
    display: flex;
    align-items: center;
}

.product-meta-rating .count-rating i {
    line-height: 1;
    font-size: 16px;
    color: var(--bs-warning);
    margin-right: 5px;
}

.product-meta-garanty {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
}

.product-meta-garanty i {
    margin-left: 7px;
}

.product-meta-color {
    margin-top: 20px;
}

.product-meta-color h5 {
    margin-bottom: 15px;
}

.product-meta-color-items {
    margin-top: 10px;
}

.product-meta-color-items label {
    background-color: #eee;
    font-size: 14px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
}

.product-meta-color-items label:hover {
    background-color: #e2e2e2 !important;
}

.product-meta-color-items .btn-check:checked + .btn {
    border-color: var(--main-color-three) !important;
}

.product-meta-color-items .btn-check:checked + .btn:hover {
    background-color: transparent !important;
}

.product-meta-color-items label span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 7px;
    position: relative;
}

.product-meta-color-items .btn-check:checked + .btn span::before {
    content: '\F26E';
    color: #fff;
    font-size: 22px;
    font-family: 'bootstrap-icons', serif !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-meta-count {
    margin-top: 15px;
}

.product-meta-action {
    margin-top: 30px;
    padding: 20px 10px;
}

.product-meta-action p.old-price {
    border-left: 2px solid #aaa;
    padding-left: 10px;
}

.product-float-brand img {
    max-width: 100px;
}

.counter .input-group {
    justify-content: center;
}

/* end icon product box */
/* product meta title */
.bottom-border {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.label-site {
    display: inline-block;
    padding: 5px 12px;
    margin: 5px 0;
    background-color: #F8F9FB;
}

.label-success {
    background-color: #EDF5E6;
    color: #00867D;
}

.label-waring {
    background-color: #FFF3F0;
}

.product-meta-rating-rating-count-text {
    color: #EF9A3D;
}

.product-meta-feature-items ul {
    margin-top: 15px;
}

.product-meta-feature-items ul li {
    color: var(--text-muted);
}

.product-meta-feature-items ul li:not(:last-child) {
    margin-bottom: 10px;
}

.product-meta-feature-items ul li span {
    color: var(--color-site);
}

.product-meta-feature-items ul li strong {
    margin-right: 7px;
    color: var(--text-muted);
    font-weight: 700;
}

.product-meta-action .counter .input-group {
    justify-content: end;
}

.product-meta-add-to-cart-btn {
    padding: 15px 200px;
}

.product-meta-color {
    margin-top: 20px;
}

.product-meta-color h5 {
    margin-bottom: 15px;
}

.product-meta-color-items {
    margin-top: 10px;
}

.product-meta-color-items label {
    background-color: #eee;
    font-size: 14px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
}

.product-meta-color-items label:hover {
    background-color: #e2e2e2 !important;
}

.product-meta-color-items .btn-check:checked + .btn {
    border-color: var(--main-color-two) !important;
    box-shadow: 0 5px 5px #ffa41b31 !important;
}

.product-meta-color-items .btn-check:checked + .btn:hover {
    background-color: transparent !important;
}

.product-meta-color-items label span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 7px;
    position: relative;
}

.product-meta-color-items .btn-check:checked + .btn span::before {
    content: '\F26E';
    color: #fff;
    font-size: 22px;
    font-family: 'bootstrap-icons', serif !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* end product meta title */
/* end product gallery */
/* start multi seller */
.title-panel {
    margin-bottom: 30px;
    padding-bottom: 5px;
    position: relative;
}

.title-panel::before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    height: 3px;
    background-color: var(--main-color-one);
    width: 70px;
    z-index: 2;
}

.title-panel::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    height: 3px;
    background-color: #eee;
    width: 100%;
    z-index: 1;
}

.responsive-table > table {
    width: 100%;
    border-collapse: collapse;
    -webkit-overflow-scrolling: touch;
}

.responsive-table {
    overflow-x: auto;
    padding: 5px;
}

.main-table {
    margin-bottom: 0;
    padding: 10px;
    border-collapse: collapse;
    border-radius: 10px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #ddd;
    z-index: 100;
}

.main-table th {
    padding: 20px 0;
    font-size: 14px;
    vertical-align: middle;
}

.main-table tr {
    vertical-align: middle;
}

.main-table tr td.title {
    max-width: 280px;
    min-width: 280px;
}

.main-table tr td.counter {
    max-width: 180px;
    min-width: 180px;
}

/* end multi seller */
/* start product-descs */
.product-desc {
    position: relative;
}

.product-desc-tab {
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    margin-bottom: 30px;
}

.product-desc-content p {
    line-height: 35px;
}

.product-desc-tab::-webkit-scrollbar {
    display: none;
}

.product-desc-tab ul {
    min-width: 450px;
    flex-wrap: nowrap;
    justify-content: center;
}

.product-desc-tab ul li {
    margin-left: 20px;
    margin-bottom: 10px;
}

.product-desc-tab ul li button {
    border: 2px solid transparent;
    height: 100%;
    outline: none;
    background: var(--bs-gray-200);
    padding: 20px 70px;
    box-shadow: var(--shadow-md);
    border-radius: 12px;
    display: block;
    position: relative;
}

.product-desc-tab ul li button.active {
    background-color: var(--main-color-two);
    color: #fff;
    border-bottom: 0;
    font-weight: bold;
}

.product-desc-tab ul li button i {
    margin-left: 5px;
}

.product-desc-tab-content {
    padding: 20px 0;
}

.product-desc-tab-content table tr th {
    width: 200px;
}

.product-desc-tab-content table tr td {
    padding: 12px 0;
}

.tab-title {
    font-size: 18px;
    color: #505050;
    text-align: center;
    font-weight: 600;
    line-height: 1.7;
}

.product-desc-content img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.table-product {
    --bs-table-striped-bg: rgb(0 0 0 / 3%);
}

.comment {
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    background-color: #fff;
}

.comment .title {
    background-color: #f8f9fb;
    padding: 10px;
    border-radius: 30px;
    box-shadow: var(--shadow-sm);
}

.comment-replay .title {
    background-color: #fff !important;
}

.comment .avatar-img img {
    width: 40px;
    height: 40px;
}

.star i.bi-star {
    color: #ccc;
}

.star i.bi-star-fill {
    color: #f7ad0d;
}

.star i.bi-star-half {
    color: #f7ad0d;
}

.positive-nav ul li {
    position: relative;
    padding-right: 10px;
}

.comment .comment-rates .positive {
    padding: 10px 0;
}

.positive-nav ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #0d9a00;
    border-radius: 50%;
}

.negitive-nav ul li {
    position: relative;
    padding-right: 10px;
}

.comment .comment-rates .negitive {
    padding: 10px 0;
}

.negitive-nav ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #d03404;
    border-radius: 50%;
}

.comment-reply {
    padding: 20px 0;
}

/* read more */
.read-more-state {
    display: none;
}

.read-more-target {
    display: none;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
    -webkit-transition: .25s ease;
    -moz-transition: .25s ease;
    -ms-transition: .25s ease;
    -o-transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
    visibility: visible;
    display: block;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'بیشتر +';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'بستن _';
}

.read-more-trigger {
    margin-top: 10px;
    cursor: pointer;
    display: inline-block !important;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 10px;
    background-color: var(--bs-gray-400);
}

/* end read more */
.product-desc-tab-content {
    padding-right: 60px;
    position: relative;
}

.product-desc-tab-content::before {
    content: '\F431';
    position: absolute;
    top: 10px;
    right: 0;
    color: #ddd;
    font-family: 'bootstrap-icons', serif;
    font-size: 35px;
}

.product-desc-tab-content::after {
    content: "";
    position: absolute;
    top: 70px;
    right: 0;
    width: 40px;
    height: 134px;
    background-image: radial-gradient(rgb(97 78 78 / 29%) 1px, transparent 1px);
    background-size: 10px 10px;
    border-radius: 0;
}

/* end product-descs */
/* start content product */
.box-tabs ul li a {
    color: #6f6f6f;
}

.box-tabs ul li i {
    vertical-align: -8px;
    color: #ccc;
    padding: 3px;
}

.box-tabs .nav-tabs .nav-link {
    border: 0 solid transparent;
}

.box-tabs .nav-tabs .nav-link.active {
    border-top: 5px solid #00bfd6;
    border-radius: 0;
}

.box-content h4 {
    color: #6f6f6f;
}

.box-content span {
    color: #6f6f6f;
    font-size: 15px;
}

.box_list svg {
    margin-left: 5px;
}

.box-content .box_list .title {
    color: #4d4d4d;
}

.box-content .box_list i {
    vertical-align: -7px;
    color: #00bfd6;
}

.block {
    display: block;
}

.box_params_list p {
    display: block;
    padding: 14px 18px 12px;
    font-size: 13px;
    line-height: 1.692;
    color: #4d4d4d;
    min-height: 47px;
    position: relative;
    margin-bottom: 15px;
}

.border_right_custom1 {
    border-right: 3px solid var(--main-color-one-shadow);
    background: #fff;
}

.border_right_custom2 {
    background-color: rgb(248, 249, 251);
    border-radius: 10px;
    border: 1px solid var(--bs-gray-400);
}

.nav-tabs-custom {
    background: #F5F5F5;
}

.box_comment .bc1 {
    padding: 10px 33px 33px 60px;
}

.bc1 .row {
    background: #fcfcfc;
    border-radius: 5px;
}

.box_comment .progress_title,
.box_comment .progress_title2 {
    font-size: 14px !important;
}

.box_list p.title {
    font-weight: bold;
}

/* end content product */
/* start comment */
.comment-item {
    position: relative;
}

.comment-item label.label-float {
    position: absolute;
    top: -14px;
    background-color: #fff;
    right: 25px;
    padding: 5px;
}

.comment-item input.form-control, .comment-item select {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    border-radius: 25px;
    font-size: 14px;
}

.tags.tagify.commentTags {
    border-radius: 30px;
    background: #f8f8f8;
}

.btn-comment {
    padding: 15px 150px;
    border-radius: 30px;
}

.tags.tagify.commentTags {
    border-radius: 30px;
    background: #f8f8f8;
}

.btn-comment {
    padding: 15px 150px;
    border-radius: 30px;
}

.tag-pos .tagify__tag > div::before {
    inset: unset;
}

.tag-pos .tag.tagify__tag {
    background-color: #afffb2e1;
    border-radius: 10px;
}

.tag-neg .tagify__tag > div::before {
    inset: unset;
}

.tag-neg .tag.tagify__tag {
    background-color: #ffaeaedf;
    border-radius: 10px;
}

.tag-neg .tagify__tag-text {
    color: #480303;
}

.tag-pos .tagify__tag-text {
    color: #428e30;
}

/* end comment */
/* rating */
.rating {
    border: none;
}

.rating:not(:checked) > input {
    position: absolute;
    /* top:-9999px; */
    clip: rect(0, 0, 0, 0);
}

.rating:not(:checked) > label {
    float: right;
    width: 1em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #ddd;
}

.rating:not(:checked) > label:before {
    /* content: '★ '; */
    content: "\f586";
    font-family: 'bootstrap-icons', serif;
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: #fff;
}

.rating > input:checked ~ label {
    color: #f7ad0d;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #f7ad0d;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #f7ad0d;
}

.rating > label:active {
    position: relative;
}

/* end rating */
/* share modal */
#shareModal a.btn.rounded-circle {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

#shareModal a.btn.rounded-circle i {
    color: #fff;
}

/* end share modal */
/* start procut rating */
.product-rateing .title {
    padding-bottom: 20px;
}

.product-rateing .number {
    text-align: center;
    padding: 20px 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.product-rateing .number h2 {
    margin: 30px 0;
    color: #333;
    font-size: 40px;
}

.product-rateing .number .star {
    padding: 5px;
    background: #dddddd5b;
    border-radius: 10px;
}

.product-rateing .number .star .bi-star {
    color: #bbb;
}

.product-rateing .number .star .bi-star-fill {
    color: rgb(246, 130, 5);
}

.product-rateing .prog-rating {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.product-rateing .prog-rating .right {
    flex: 0 0 calc(10% - 10px);
    max-width: calc(10% - 10px);
}

.product-rateing .prog-rating .center {
    flex: 0 0 calc(80% - 10px);
    max-width: calc(80% - 10px);
}

.product-rateing .prog-rating .left {
    flex: 0 0 calc(10% - 10px);
    max-width: calc(10% - 10px);
}

.product-rateing .prog-rating .center .progress {
    margin-bottom: 3px;
}

/* end procut rating */
/*========================== end product page  ==========================*/
/*========================== start cart page  ==========================*/
.new-price {
    font-weight: bold;
    margin-bottom: 5px;
}

.old-price {
    text-decoration: line-through;
    color: #aaa;
    margin-bottom: 0;
    font-weight: normal;
}

.remove.danger-label {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.remove.danger-label i {
    font-size: 18px !important;
    color: var(--bs-red) !important;
}

.cart-item-feature .item {
    margin-left: 25px;
    padding-left: 10px;
    position: relative;
}

.cart-item-feature .item::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #ddd;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.cart-item-feature .item:last-child::before {
    display: none;
}

.cart-product-item:not(:last-child) {
    margin-bottom: 10px;
}

.cart-product-item .remove i {
    color: #f21919;
    font-size: 20px;
}

.cart__order-total {
    position: relative;
    padding: 90px 35px 35px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 4px 30px #edf0f5;
}

.cart__order-total .box__shaped-title {
    top: -10px;
    right: 0;
    left: 0;
    margin: auto;
}

.box__shaped-title {
    position: absolute;
    top: -1px;
    right: 45px;
    display: inline-block;
    width: 230px;
    height: 75px;
    z-index: 0;
}

.box__shaped-title > svg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.cart__order-total .box__shaped-title__icon {
    position: absolute;
    top: -5px;
    right: 0;
    left: 0;
    width: 73px;
    height: 73px;
    margin: auto;
    background: url('../images/cart/billIcon.svg') no-repeat 0 0 transparent;
}

.cart__order-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 0;
}

.order-total-row__col-right {
    font-size: 14px;
    white-space: nowrap;
}

.order-total-row__col-left {
    font-weight: 800;
    font-size: 22px;
    white-space: nowrap;
}

.order-total-row__col-left > span:not(.product-card__currency) {
    display: inline-block;
    direction: ltr;
}

.order-total-row__col-left .product-card__price__Thin {
    font-size: 22px;
}

.order-total-row__col-left .product-card__currency {
    font-weight: bold;
    font-size: 12px;
}

.order-total-row__col-right {
    font-size: 14px;
    white-space: nowrap;
}

.cart__order-total-row--benefit span {
    color: #e14f4f;
}

.cart__order-total-box {
    position: relative;
}

.cart__order-total-box::before {
    right: -48px;
    background: url('../images/cart/bill-punch-right.svg') repeat-x 0 0 transparent;
}

.cart__order-total-box::before, .cart__order-total-box::after {
    content: '';
    position: absolute;
    top: -16px;
    width: 28px;
    height: 34px;
}

.cart__order-total-box::before, .cart__order-total-box::after {
    content: '';
    position: absolute;
    top: -16px;
    width: 28px;
    height: 34px;
}

.cart__order-total-box::after {
    left: -48px;
    background: url('../images/cart/bill-punch-left.svg') repeat-x 0 0 transparent;
}

.cart__order-total-box > div:first-child {
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
}

.cart__order-total-box > div:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: url('../images/cart/dashed-line.svg') repeat-x 0 0 transparent;
}

.cart__order-total-row--text {
    font-weight: 100;
    font-size: 12px;
    color: #0e1935;
    line-height: 22px;
}

.cart__order-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 0;
}

.cart__order-total-row--total .order-total-row__col-right {
    font-weight: bold;
}

.cart-items .image {
    text-align: center;
}

.cart-items .image img {
    height: 120px;
}

.cart-items:not(:last-child) {
    margin-bottom: 20px;
}

/* start cart time line */
.payment_navigtions {
    margin-bottom: 30px;
}

.line-headers ul li {
    position: relative;
    padding-left: 50px;
}

.line-headers ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #ccc;
    width: 50px;
    height: 3px;
}

.line-headers ul li:last-child {
    padding-left: 0;
}

.line-headers ul li:last-child::before {
    background-color: transparent !important;
}

.line-headers ul li.active::before {
    background-color: var(--main-color-two);
}

.line-headers ul li a {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.line-headers ul li a p {
    margin-bottom: 0;
    color: #8c8888;
}

.line-headers ul li a span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #ccc;
    color: #fff;
    text-align: center;
    margin-left: 7px;
}

.line-headers ul li.active a span {
    background-color: var(--main-color-one);
}

.line-headers ul li.active a p {
    font-weight: 900;
    color: var(--color-site);
}

/* end cart time line */
/*========================== end cart page  ==========================*/
/*========================== start category page  ==========================*/
.free-mode .swiper-slide {
    width: auto;
}

.item-box-color label {
    display: inline-block;
}

.filter-item-select {
    background-color: #EBEDF07A;
    padding: 5px 10px;
    border-radius: 15px;
}

.filter-item-select select {
    background-color: transparent;
    border: none;
    position: relative;
}

.item-boxs .item-box {
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}

.item-boxs .item-box:not(:last-child) {
    margin-bottom: 10px;
}

.item-boxs .item-box a[data-bs-toggle="collapse"].collapsed i::before {
    transition: 0.3s;
}

.item-boxs .item-box a[data-bs-toggle="collapse"] i::before {
    transition: 0.3s;
}

.item-boxs .item-box a i {
    transition: 0.3s;
    font-size: 16px;
}

.item-boxs .item-box a[data-bs-toggle="collapse"].collapsed i::before {
    transform: rotate(-180deg);
}

.item-boxs .item-box .title {
    padding: 5px 10px;
    background-color: var(--bs-gray-200);
    border-radius: 10px;
    margin-bottom: 10px;
}

.item-boxs .item-box .title h6 {
    font-weight: 600;
    font-size: 16px;
}

.category .site-category-items:hover {
    box-shadow: var(--shadow-md) !important;
}

.input-range-filter {
    direction: rtl;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f4f4f4;
}

.item-box .desc {
    padding: 0 10px;
}

.item-boxs {
    background-color: #fff;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
}

.item-box:last-child {
    padding-bottom: 2px;
}

.header-form {
    position: relative;
}

.header-form .input-search {
    background-color: rgba(235, 237, 240, 0.48);
    padding: 8px 10px;
    border-radius: 15px;
}

.header-form .input-search::placeholder {
    font-size: 12px;
}

.header-form .input-btn-search {
    position: absolute;
    top: 4px;
    left: 5px;
}

.header-form .input-btn-search i {
    font-size: 16px;
}

/* start paginatae */
.my-paginate ul {
    flex-wrap: wrap;
    align-items: center;
}

.my-paginate li {
    margin-left: 5px;
    margin-bottom: 5px;
}

.my-paginate li.disabled a {
    background: #fff;
}

.my-paginate li.active a {
    background: var(--main-color-one);
    border-color: var(--main-color-one);
}

.my-paginate li.disabled a i {
    color: #a0a0a096;
}

.my-paginate li a i::before {
    line-height: 1 !important;
}

.my-paginate li a {
    box-shadow: var(--shadow-md);
    font-weight: normal;
    padding: 5px 15px;
    color: #515151;
    background: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}

.my-paginate li a i {
    color: #515151;
    line-height: 1;
}

/* end paginate */
.main-category .item {
    border: 1px solid var(--bs-gray-400);
    transition: 0.3s all ease-in-out;
    text-align: center;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: var(--shadow-box);
}

.main-category .item .image img {
    height: 55px;
}

.main-category .item:hover {
    box-shadow: var(--shadow-box);
    border: 1px solid #ccc;
}

.main-category .item:hover .hover span {
    background: var(--main-color-green) !important;
}

.main-category .item .hover {
    position: absolute;
    top: 5px;
    right: 5px;
}

.main-category .item .title {
    margin-top: 20px !important;
}

/*========================== end category page  ==========================*/
/*========================== start page 404 ==========================*/
.not-found {
    background-image: url('../images/404.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    text-align: center;
}

.not-found .title h1 {
    font-size: 50px;
    font-weight: bold;
    margin: 10px 0;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

/*========================== end page 404 ==========================*/
/*========================== start blog page ==========================*/
.blog-heeader .header-form .input-btn-search {
    background-color: #3a3b9c;
    color: #fff;
    top: 0;
    left: 0;
    height: 100%;
}

.blog-heeader .header-form .input-search {
    padding: 10px 10px;
}

.parent-blog-menu-level-2 {
    position: relative;
}

.parent-blog-menu-level-2:hover .blog-menu-level-2 {
    display: flex;
}

.blog-menu-level-2 a {
    transition: 0.3s;
}

.blog-menu-level-2 a:hover {
    color: var(--main-color-one);
}

.blog-menu-level-2 a i {
    float: left;
}

.blog-menu-level-2 {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    width: 200px;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    padding: 10px;
    z-index: 19;
}

.parent-blog-menu-level-3 {
    position: relative;
}

.parent-blog-menu-level-3:hover .blog-menu-level-3 {
    display: flex;
}

.blog-menu-level-3 {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #fff;
    width: 200px;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    padding: 10px;
    z-index: 20;
}

.blog-post-card {
    padding: 20px 20px 15px 20px;
    border: 1px solid var(--bs-gray-400);
}

.blog-post-card:hover {
    border: 1px solid var(--main-color-two);
}

.blog-post-card-title {
    height: 30px;
}

.blog-post-card-description {
    height: 80px;
}

.blog-post-card-description p {
    line-height: 40px;
    font-size: 14px;
}

.blog-post-card-thumbnail img {
    height: 190px;
    width: 100%;
    object-fit: cover;
}

.box-ui-title .icon-circle::before {
    transform: translateY(-90%);
}

.mini-blog-item {
    display: flex;
    align-items: flex-start;
    justify-content: start;
}

.mini-blog-item .desc {
    margin-right: 10px;
}

.mini-blog-item .title {
    margin-bottom: 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mini-blog-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.mini-blog-item .image {
    position: relative;
    margin-bottom: 10px;
}

.mini-blog-item:not(:last-child) {
    margin-bottom: 10px;
}

/*========================== end page blog ==========================*/
/*========================== start page single blog ==========================*/
.blog-single-title {
    background-color: var(--main-color-one-light);
}

.blog-single-title-thumbnail img {
    height: 300px;
    object-fit: cover;
}

.blog-content-meta-detail {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.blog-content-meta-detail-item {
    display: flex;
    align-items: center;
}

.blog-content-meta-detail-item h6 {
    margin: 0 10px;
}

.blog-single-content {
    margin-top: 30px;
    line-height: 36px;
}

.blog-single-content p {
    line-height: 42px;
    font-size: 16px;
    text-align: justify;
}

.blog-single-content h1,
.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6 {
    line-height: 40px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.blog-card-items li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.blog-card-items ul li:last-child {
    border-bottom: none;
}

.blog-single-content img {
    display: block;
    margin: 10px auto;
}

.blog-card .card-body {
    padding: 0 15px;
}

.blog-card-items ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.blog-card-items ul li a span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: var(--main-color-two);
    text-align: center;
    color: #fff;
}

.tv-blog-item {
    position: relative;
}

.showplay .tv-blog-item::before {
    content: '\f4f2';
    font-size: 60px;
    font-family: 'bootstrap-icons', serif !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: var(--main-color-two);
}

.tv-blog-item .desc {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
}

.tv-blog-item .desc .date span, .tv-blog-item .desc .date i {
    color: #fff;
}

.tv-blog-item .desc .title {
    margin-bottom: 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
}

.tv-blog-item img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    /*filter: grayscale(100%);*/
}
.fix-img-height .tv-blog-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    /*filter: grayscale(100%);*/
}

.blog-news-item {
    position: relative;
}

.blog-news-item img {
    width: 100%;
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
    box-shadow: var(--shadow-box);
}

.blog-news-item .desc {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.8);
    border-radius: 15px;
    padding: 5px;
}

.blog-news-item .desc .title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
}

.blog-news-item .desc .date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
}

.blog-news-item .desc .date .text-date {
    font-size: 12px;
    color: #fff;
}

.blog-news-item .desc .date i {
    color: var(--main-color-one);
    margin-right: 5px;
}

.blog-news-item-custom img {
    height: 134px;
    object-fit: cover;
}

/*========================== end blog page ==========================*/
/*========================== start blog single page ==========================*/
.blog-single-content-meta {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px 10px;
    position: relative;
    margin-bottom: 60px;
}

.blog-content-meta-detail {
    background-color: var(--main-color-one);
    padding: 10px 5px;
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    bottom: -40px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.blog-content-meta-detail-item {
    display: flex;
    align-items: center;
}

.blog-content-meta-detail-item h6 {
    margin: 0 7px;
    color: #fff;
}

.blog-content-meta-detail-item span, .blog-content-meta-detail-item a, .blog-content-meta-detail-item i {
    color: #fff;
}

.blog-single-content {
    margin-top: 30px;
    line-height: 36px;
}

.blog-single-thumb img {
    height: 300px;
    object-fit: cover;
}

.blog-single-content p {
    line-height: 40px;
    font-size: 16px;
    text-align: justify;
}

.blog-single-content h1,
.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6 {
    line-height: 40px;
    margin-bottom: 25px;
}

.blog-single-content img {
    margin: auto;
    display: block;
    object-fit: contain;
}

.blog-card {
    border-radius: 20px;
}

.blog-card .card-header {
    background-color: var(--main-color-one);
}

.blog-card .card-header h5 {
    color: #fff;
}

/*========================== end blog single page ==========================*/
/*========================== start compare page ==========================*/
.compare-title {
    padding: 10px 0;
    margin-bottom: 15px;
    display: flex;
}

.compare-title i {
    margin-left: 10px;
}

.compare-title h6 {
    font-weight: bold;
    font-size: 20px;
}

.compare table {
    border: 1px double #d7d7d7;
}

.compare table tr {
    width: 100%;
}

.compare table tr th, .compare table tr td {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    min-width: 220px;
    max-width: 320px;
    border: 1px double #d7d7d7;
    padding: 10px 20px;
}

.compare table td i {
    margin-left: 10px;
}

.compare table tr td:nth-child(1) {
    font-weight: bold;
}

.td-head {
    font-size: 14px;
    text-align: right !important;
    background-color: rgba(238, 239, 241, 0.63) !important;
}

.compare-box {
    position: relative;
    padding: 15px 0;
}

.compare-box .compare-delete {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.compare-delete i {
    cursor: pointer;
    font-size: 20px;
    transition: .2s all ease;
}

.compare-delete span i:hover {
    color: #d12714;
}

.compare-add {
    display: flex;
    justify-content: center;
}

.compare-add-product {
    width: 220px;
    border: 1px dashed #cdcaca;
    height: 100%;
    padding: 30px 0;
}

.cap-title {
    margin: 10px 0;
}

.cap-icon i {
    font-size: 30px;
    color: #666;
}

.empty-cell {
    position: relative;
    text-align: center;
}

.empty-cell:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background: #ccc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.compare-product-box {
    min-width: 300px;
    box-shadow: none;
}

/*========================== end compare page ==========================*/
/*========================== start page about us ==========================*/
.feature-item {
    transition: 0.2s all ease-in-out;
    cursor: pointer;
    border: 1px solid var(--bs-gray-400);
}

.feature-item:hover {
    background-color: var(--main-color-one) !important;
}

.feature-item:hover .feature-item-title h6, .feature-item:hover .feature-item-desc p {
    color: #fff;
}

.feature-item:hover svg path {
    fill: #fff !important;
}

.color-gradient {
    background: var(--main-color-one);
}

.application {
    position: relative;
    margin: 130px 0;
}

.google-play-icon {
    height: 30px;
}

.application-image {
    position: absolute;
    top: -70px;
}

/*========================== end page about us ==========================*/
/*========================== start contact page ==========================*/
.contact-map iframe {
    height: 500px;
    width: 100%;
    border-radius: 10px;
}

.panel-meta-item {
    background-color: #fff;
    box-shadow: var(--shadow-box);
    padding: 15px;
    border-radius: 10px;
}

.panel-meta-item-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--bs-green);
    border-radius: 20px;
    box-shadow: inset -1px 0 8px 4px rgb(255 254 254 / 28%);
    margin-left: 10px;
}

.panel-meta-item-icon i {
    font-size: 30px;
    color: #fff;
}

.title-font {
    font-weight: bold;
}

/*========================== end contact page ==========================*/
/*========================== start accordion faq ==========================*/
.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-bottom: 15px;
    margin-top: 0 !important;
    border: none;
}

.accordion-style .card:last-child {
    margin-bottom: 0;
}

.accordion-style .card-header {
    border: 0;
    background: none;
    padding: 0;
    border-bottom: none;
}

.accordion-style .btn-link {
    position: relative;
    background: #ecf0ff;
    border: 1px solid #ccc !important;
    display: block;
    width: 100%;
    font-size: 18px;
    border-radius: 10px 10px 0 0;
    text-align: right;
    white-space: normal;
    box-shadow: none;
    text-decoration: none;
    color: #333;
    padding: 30px 60px;
}

.accordion-style .btn-link:hover {
    text-decoration: none;
}

.accordion-style .btn-link.collapsed {
    background: var(--bs-gray-100) !important;
    color: var(--color-site);
    border-radius: 15px;
    border: 1px solid #ccc;
}

.accordion-style .btn-link.collapsed:after {
    border-radius: 3px;
    content: "\F282";
    font-family: 'bootstrap-icons', serif;
    left: inherit;
    right: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    height: 26px;
    width: 26px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-style .btn-link:after {
    background: transparent;
    border: none;
    border-radius: 3px;
    content: "\F286";
    font-family: 'bootstrap-icons', serif;
    left: inherit;
    right: 16px;
    font-size: 16px;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    width: 26px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: var(--main-color-one);
    text-align: center;
}

.accordion-style .card-body {
    padding: 20px;
    border-left: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    line-height: 50px;
    font-size: 16px;
    border-radius: 0 0 10px 10px;
    color: #807ca4;
    background-color: #fff;
}

.card-style1 {
    box-shadow: 0 0 10px 0 rgb(89 75 128 / 9%);
}

.border-0 {
    border: 0 !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}

.mb-2-3, .my-2-3 {
    margin-bottom: 2.3rem;
}

/*========================== end accordion faq ==========================*/
/*========================== start page delivery address ==========================*/
.da-parent {
    text-align: center;
}

.da-title {
    margin: 30px 0;
}

.da-image img {
    width: 170px;
}

/*========================== end page delivery address ==========================*/
/* start payment */
/* image select with radio */
.image-selector ul {
    list-style-type: none;
    flex-wrap: wrap;
}

.image-selector li {
    display: inline-block;
}

.image-selector input[type="radio"][id^="cb"] {
    display: none;
}

.image-selector label {
    border: 2px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.image-selector label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 2px solid var(--bs-gray-400);
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.image-selector label img {
    height: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.image-selector :checked + label {
    border-color: var(--bs-gray-400);
}

.image-selector :checked + label:before {
    content: "✓";
    background-color: var(--main-color-one);
    transform: scale(1);
}

.image-selector :checked + label img {
    transform: scale(0.9);
    z-index: -1;
    border-radius: 5px;
}

.send-item {
    padding: 10px 100px;
}

/* end image select with radio */
/*========================== end page shipping address ==========================*/
/*========================== start payment page ==========================*/
._failed {
    border-bottom: solid 4px red !important;
}

._failed i {
    color: red !important;
}

.message-box {
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid var(--bs-gray-400);
}

._success {
    box-shadow: 0 15px 25px #00000019;
    padding: 45px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    border-bottom: solid 4px #28a745;
}

._success i {
    font-size: 80px;
    color: #28a745;
}

._success p {
    margin-bottom: 0;
    font-size: 18px;
    color: #495057;
    font-weight: 500;
}

/*========================== end payment page ==========================*/
/*========================== start login page ==========================*/
.bg-auth {
    background: url('../images/auth-bg.jpg') no-repeat;
    background-size: cover;
}

.comment-item {
    position: relative;
}

.comment-item label.label-float {
    position: absolute;
    top: -14px;
    background-color: #fff;
    right: 25px;
    padding: 5px;
}

.comment-item input.form-control, .comment-item select {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    border-radius: 5px;
    font-size: 14px;
}

.auth-form {
    padding: 15px;
}

.auth-form-title h2 {
    color: var(--color-site) !important;
}

.btn-login {
    padding: 12px 5px;
    background-color: var(--main-color-three);
    border-color: var(--main-color-three);
    font-size: 15px;
    border-radius: 0;
}

.btn-login:hover {
    background-color: var(--main-color-three);
    border-color: var(--main-color-three);
}

.loginTermsDesc {
    font-size: 14px;
    text-align: center;
    color: #333;
    direction: rtl;
    width: 90%;
    display: block;
    margin: auto;
}

a.underlined {
    position: relative;
    padding-bottom: 4px;
    text-decoration: none;
}

a.underlined:after {
    position: absolute;
    border-bottom: 1px solid #929292;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
}

.inline-btn-text {
    position: absolute;
    top: 10Px;
    left: 5px;
}

.modal-content, .modal-title {
    border-radius: 0;
}

.step-username span, .step-passwd span {
    margin: 10px 0;
    display: block;
    color: var(--bs-danger);
}

/* otp sms */
#otp-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    column-gap: 8px;
}

#otp-input input {
    text-align: center;
    padding: 10px 8px 10px 8px;
    border: 1px solid #adadad;
    border-radius: 4px;
    outline: none;
    height: 64px;
    width: 50px;
}

#otp-input input:focus {
    border: 1px solid #497e76;
}

#otp-input input:focus::placeholder {
    color: transparent;
}

#otp-input input::-webkit-outer-spin-button,
#otp-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#otp-input input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

/* end otp sms */
/* Countdown-bar General */
.countDownContainer {
    display: flex;
    justify-content: center;
}

div.countdown-bar {
    width: 0;
    height: 20px;
    margin: 40px 0;
    background-color: #aaa;
    border-radius: 5px;
}

/* Loader */
div.countdown-bar div:nth-of-type(1) {
    width: 0;
    height: 100%;
    border-radius: 5px;
}

/* Timer */
div.countdown-bar div:nth-of-type(2) {
    width: 100%;
    height: 100%;
}

div.countdown-bar div:nth-of-type(2) span {
    font-family: var(--font-site), serif !important;
}

div.countdown-bar span {
    display: block;
    text-align: center;
}

div.countdown-bar span a {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: normal;
    background: transparent;
    font-family: var(--font-site), serif;
}

div.countdown-bar div:nth-of-type(2) span {
    margin-top: 10px;
    display: block;
    text-align: center;
    font-weight: normal;
}

/* end otp loader */
/*========================== end login page ==========================*/
/*========================== start amazing section ==========================*/
.product-boxs {
    position: relative;
}

div#product-slider .swiper-slide {
    padding: 10px;
}

.slider-parent {
    background-color: #fff;
    margin-top: 40px;
    border-radius: 35px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 20px;
}

.slider-parent::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    transform: scaleX(0.9);
    background-color: rgba(33, 35, 65, 0.04);
    width: 100%;
    height: 100%;
    z-index: -2;
    border-radius: 25px;
}

.slider-parent::after {
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    transform: scaleX(0.95);
    background-color: rgba(33, 35, 65, 0.04);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 25px;
}

.amazing-offer-btn {
    border: none;
    height: 41px;
    width: 215px;
    margin: 0 auto;
    background: url("../images/amazing-offer-scroll-bottom.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

/*========================== end amazing section ==========================*/
/*========================== start panel page ==========================*/
.img-profile-panel {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.profile-box-nav .nav-item i {
    background-color: var(--main-color-one);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
}

.profile-box-nav .nav-item.active i {
    background-color: var(--main-color-two);
}

.profile-box-nav .nav-item.active .nav-link {
    font-weight: bold;
}

.profile-box-nav .nav-link {
    transition: 0.3s all ease-in-out;
}

.profile-box-nav .nav-link:hover {
    color: var(--main-color-two);
}

.panel-box {
    position: relative;
    overflow: hidden;
}

.panel-box::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -33px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--main-color-one);
}

.panel-mini-card {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: rgba(234, 234, 234, 0.3);
    padding: 30px;
    box-shadow: var(--shadow-sm);
}

.panel-two-full-info-item .content {
    background-color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.02);
    padding: 37px 17px;
    border: 1px solid var(--bs-gray-400);
}

.icon-card {
    width: 54px;
    height: 54px;
    background-color: var(--main-color-two);
    border-radius: 11px;
    box-shadow: 0 37px 50px rgba(255, 131, 83, 0.25);
    margin-left: 13px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-card i {
    color: #fff;
    font-size: 25px;
}

.table-custom table {
    position: relative;
    margin-bottom: 0;
}

.table-custom table td {
    min-width: 200px;
}

.table-custom table::before {
    content: '';
    background-color: var(--main-color-two);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
}

.slider-parent {
    background-color: #fff;
    margin-top: 7px;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 20px;
}

.slider-parent::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    -ms-transform: scaleX(0.9);
    transform: scaleX(0.9);
    background-color: rgba(33, 35, 65, 0.04);
    width: 100%;
    height: 100%;
    z-index: -2;
    border-radius: 10px;
}

.slider-parent::after {
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    -ms-transform: scaleX(0.95);
    transform: scaleX(0.95);
    background-color: rgba(33, 35, 65, 0.04);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
}

/* start main table */
.responsive-table > table {
    width: 100%;
    border-collapse: collapse;
    -webkit-overflow-scrolling: touch;
}

.responsive-table {
    overflow-x: auto;
    padding: 5px;
}

.main-table {
    margin-bottom: 0;
    padding: 10px;
    border-collapse: collapse;
    border-radius: 10px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #ddd;
}

.main-table th {
    padding: 20px 0;
    font-size: 14px;
    vertical-align: middle;
}

.main-table tr {
    vertical-align: middle;
}

.main-table tr td.title {
    max-width: 280px;
    min-width: 280px;
}

.main-table tr td.counter {
    max-width: 180px;
    min-width: 180px;
}

/* end main table */
/* avatar */
.avatar {
    position: relative;
    width: 2.375rem;
    height: 2.375rem;
    cursor: pointer;
}

.avatar img {
    width: 100%;
    height: 100%;
}

.avatar .avatar-initial {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #69809a;
    font-weight: 600;
}

.avatar.avatar-online:after, .avatar.avatar-offline:after, .avatar.avatar-away:after, .avatar.avatar-busy:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #fff;
}

.avatar.avatar-online:after {
    background-color: #39da8a;
}

.avatar.avatar-offline:after {
    background-color: #69809a;
}

.avatar.avatar-away:after {
    background-color: #fdac41;
}

.avatar.avatar-busy:after {
    background-color: #ff5b5c;
}

.pull-up {
    transition: all 0.25s ease;
}

.pull-up:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
    z-index: 30;
    border-radius: 50%;
}

.avatar-xs {
    width: 1.625rem;
    height: 1.625rem;
}

.avatar-xs .avatar-initial {
    font-size: 0.625rem;
}

.avatar-xs.avatar-online:after, .avatar-xs.avatar-offline:after, .avatar-xs.avatar-away:after, .avatar-xs.avatar-busy:after {
    width: 0.325rem;
    height: 0.325rem;
    right: 1px;
}

.avatar-sm {
    width: 2rem;
    height: 2rem;
}

.avatar-sm .avatar-initial {
    font-size: 0.75rem;
}

.avatar-sm.avatar-online:after, .avatar-sm.avatar-offline:after, .avatar-sm.avatar-away:after, .avatar-sm.avatar-busy:after {
    width: 0.4rem;
    height: 0.4rem;
    right: 2px;
}

.avatar-md {
    width: 3rem;
    height: 3rem;
}

.avatar-md .avatar-initial {
    font-size: 1.125rem;
}

.avatar-md.avatar-online:after, .avatar-md.avatar-offline:after, .avatar-md.avatar-away:after, .avatar-md.avatar-busy:after {
    width: 0.6rem;
    height: 0.6rem;
    right: 4px;
}

.avatar-lg {
    width: 4rem;
    height: 4rem;
}

.avatar-lg .avatar-initial {
    font-size: 1.5rem;
}

.avatar-lg.avatar-online:after, .avatar-lg.avatar-offline:after, .avatar-lg.avatar-away:after, .avatar-lg.avatar-busy:after {
    width: 0.8rem;
    height: 0.8rem;
    right: 5px;
}

.avatar-xl {
    width: 4.5rem;
    height: 4.5rem;
}

.avatar-xl .avatar-initial {
    font-size: 1.875rem;
}

.avatar-xl.avatar-online:after, .avatar-xl.avatar-offline:after, .avatar-xl.avatar-away:after, .avatar-xl.avatar-busy:after {
    width: 0.9rem;
    height: 0.9rem;
    right: 6px;
}

.avatar-group .avatar {
    transition: all 0.25s ease;
}

.avatar-group .avatar img,
.avatar-group .avatar .avatar-initial {
    border: 2px solid #fff;
}

.avatar-group .avatar .avatar-initial {
    background-color: #8799ae;
}

.avatar-group .avatar:hover {
    z-index: 30;
    transition: all 0.25s ease;
}

.avatar-group .avatar {
    margin-left: -0.8rem;
}

.avatar-group .avatar:first-child {
    margin-left: 0;
}

.avatar-group .avatar-xs {
    margin-left: -0.65rem;
}

.avatar-group .avatar-sm {
    margin-left: -0.75rem;
}

.avatar-group .avatar-md {
    margin-left: -0.9rem;
}

.avatar-group .avatar-lg {
    margin-left: -1.5rem;
}

.avatar-group .avatar-xl {
    margin-left: -1.75rem;
}

.avatar-group .avatar {
    margin-right: -0.8rem;
    margin-left: 0;
}

.avatar-group .avatar-xs {
    margin-right: -0.65rem;
}

.avatar-group .avatar-sm {
    margin-right: -0.75rem;
}

.avatar-group .avatar-md {
    margin-right: -0.9rem;
}

.avatar-group .avatar-lg {
    margin-right: -1.5rem;
}

.avatar-group .avatar-xl {
    margin-right: -1.75rem;
}

/* end avatar */
/* start orders-item */
.ui-boxs {
    padding-bottom: 20px;
    border-radius: 10px;
}

.ui-box {
    margin-bottom: 20px;
}

.ui-box-white .ui-box-item-desc {
    background-color: #fff;
}

.ui-box-white .ui-box-item-title {
    background-color: #f7f7f7;
}

.ui-box-item {
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px 0 !important;
}

.ui-box-item-title {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.ui-box-item-title h4 {
    font-size: 18px;
}

.ui-box-item-desc {
    background: #f7f7f7;
    padding: 10px;
}

/* end dashboard */
/*========================== end panel page ==========================*/
/*========================== start order page ==========================*/
.orders {
    padding: 10px 0;
}

.order-item-detail {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.order-item-detail:last-child {
    padding-bottom: 0;
    border-color: transparent;
}

.order-item-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 15px 0;
}

.order-item-status-item p {
    font-weight: bold;
}

.order-item-status-item i {
    font-size: 25px;
    color: #009500;
}

.order-item-status-item span {
    margin-right: 5px;
}

.order-item-detail {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.order-item-detail ul li {
    margin-left: 20px;
    padding-bottom: 10px;
    font-size: 14px;
}

.order-item-detail ul li:nth-last-child(1) {
    padding-bottom: 0;
}

.order-item-detail ul li span {
    margin-left: 7px;
}

.steps {
    border: 1px solid #e7e7e7
}

.steps-header {
    padding: .375rem;
    border-bottom: 1px solid #e7e7e7
}

.steps-header .progress {
    height: .25rem
}

.steps-body {
    display: table;
    table-layout: fixed;
    width: 100%
}

.step {
    display: table-cell;
    position: relative;
    padding: 1rem .75rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-right: 1px dashed #dfdfdf;
    color: rgba(0, 0, 0, 0.65);
    font-weight: normal;
    text-align: center;
    text-decoration: none
}

.step:last-child {
    border-right: 0
}

.step-indicator {
    display: block;
    position: absolute;
    top: .75rem;
    left: .75rem;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    background-color: #fff;
    font-size: .875rem;
    line-height: 1.375rem
}

.has-indicator {
    padding-right: 1.5rem;
    padding-left: 2.375rem
}

.has-indicator .step-indicator {
    top: 50%;
    margin-top: -.75rem
}

.step-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto .75rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #888
}

.step:hover {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none
}

.step:hover .step-indicator {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-color: transparent;
    background-color: #f4f4f4
}

.step:hover .step-icon {
    color: rgba(0, 0, 0, 0.9)
}

.step-active,
.step-active:hover {
    color: rgba(0, 0, 0, 0.9);
    pointer-events: none;
    cursor: default
}

.step-active {
    font-weight: bold;
}

.step-active .step-indicator,
.step-active:hover .step-indicator {
    border-color: transparent;
    background-color: #5c77fc;
    color: #fff
}

.step-active .step-icon,
.step-active:hover .step-icon {
    color: var(--main-color-two)
}

.step-completed .step-indicator, .step-completed:hover .step-indicator {
    border-color: transparent;
    background-color: var(--main-color-one);
    color: #fff;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-completed .step-indicator .feather,
.step-completed:hover .step-indicator .feather {
    width: .875rem;
    height: .875rem
}

/*========================== end order page ==========================*/
/*========================== start ticket page ==========================*/
.ticket-single .comment {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-left: 66px
}

.comment .comment-author-ava {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 50px;
    border-radius: 50%;
    overflow: hidden
}

.comment .comment-author-ava > img {
    display: block;
    width: 100%
}

.comment .comment-body {
    position: relative;
    padding: 24px;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    background-color: #fff
}

.comment.active .comment-body {
    background-color: #CEEFB5C9;
}

.comment.active .comment-author-ava {
    left: unset;
    right: 0;
}

.comment.active {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 60px;
}

.comment.active .comment-body::after, .comment.active .comment-body::before {
    left: 100%;
    right: -20px;
    border-left-color: #e1e7ec;
    border-right-color: transparent;
}

.comment.active .comment-body::after {
    border-right-color: var(--main-color-two-shadow);
    display: none;
}

.comment .comment-body::after,
.comment .comment-body::before {
    position: absolute;
    top: 12px;
    right: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none
}

.comment .comment-body::after {
    border-width: 9px;
    border-color: transparent;
    border-right-color: #fff
}

.comment .comment-body::before {
    margin-top: -1px;
    border-width: 10px;
    border-color: transparent;
    border-right-color: #e1e7ec
}

.comment .comment-title {
    margin-bottom: 8px;
    color: #606975;
    font-size: 14px;
    font-weight: 500
}

.comment .comment-text {
    margin-bottom: 12px;
    line-height: 40px;
}

.comment .comment-footer {
    display: table;
    width: 100%
}

.comment .comment-footer > .column {
    display: table-cell;
    vertical-align: middle
}

.comment .comment-footer > .column:last-child {
    text-align: right
}

.comment .comment-meta {
    color: #333;
    font-size: 13px
}

.comment .reply-link {
    transition: color .3s;
    color: #606975;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none
}

.comment .reply-link > i {
    display: inline-block;
    margin-top: -3px;
    margin-right: 4px;
    vertical-align: middle
}

.comment .reply-link:hover {
    color: #0da9ef
}

.comment.comment-reply {
    margin-top: 30px;
    margin-bottom: 0
}

/*========================== end ticket page ==========================*/

/* Page Loader------------------------ */

.P-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background-color: rgba(250, 250, 250, 0.97);
}

    .P-loader .P-loader-content .logo-loader {
        width: auto;
        margin-bottom: 10px;
        display: block;
    }

/* Page Loader------------------------ */

/* Style the form to have a max height of 400px and scroll if content exceeds */
.filters-holder {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 10px; /* Optional: for better visibility of the scrollbar */
    box-sizing: border-box;
}

/* Ensure the container has dynamic height but no overflow when content is small */
.filters-fixdyna {
    overflow: hidden;
    display: block;
    height: auto;
}