
a {
    cursor: pointer;
    text-decoration: none !important;
}

.required::after {
    content: '*';
    color: red;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
	box-shadow: unset !important;
}

.label-optional{
    color: #435ebe;
    font-size: 12px;
}

.toast-success {
    background-color: #51A351 !important;
}

.toast-error {
    background-color: #BD362F !important;
}

.toast-info {
    background-color: #2F96B4 !important;
}

.toast-warning {
    background-color: #F89406 !important;
}

.featured__item__text a:hover,
.featured__item__text a:focus {
    color: unset !important;
}

.featured__item__text a,
.product__item__text a {
    color: unset !important;
}

.modal-content {
    border-radius: 0px !important;
}

.modal-header .modal-close {
    background: #d5d4d4;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.modal-header .modal-close span {
    margin-bottom: 5px;
}

.product-review-btn {
    font-weight: 600;
}

.product-review-btn.focus,
.product-review-btn:focus {
    box-shadow: none !important;
}


/* Product Review Css Start  */

#reviewCreateForm .rate {
    height: 46px;
    padding: 0 0px;
}

#reviewCreateForm .rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

#reviewCreateForm .rate:not(:checked)>label {
    float: right;
    width: 1.5rem;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 24px;
    color: #ccc;
}

#reviewCreateForm .rate:not(:checked)>label:before {
    content: '★ ';
}

#reviewCreateForm .rate>input:checked~label {
    color: #ffc700 !important;
}

#reviewCreateForm .rate:not(:checked)>label:hover,
#reviewCreateForm .rate:not(:checked)>label:hover~label {
    color: #deb217 !important;
}

#reviewCreateForm .rate>input:checked+label:hover,
#reviewCreateForm .rate>input:checked+label:hover~label,
#reviewCreateForm .rate>input:checked~label:hover,
#reviewCreateForm .rate>input:checked~label:hover~label,
#reviewCreateForm .rate>label:hover~input:checked~label {
    color: #c59b08 !important;
}

.product-reviews-wapper .review-card {
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
}

.product-reviews-wapper .avatar {
    width: 52px;
    height: 52px;
    object-fit: cover;
    background: #f1f3f5;
}

.product-reviews-wapper .review-name {
    font-weight: 600;
}

.product-reviews-wapper .review-text {
    line-height: 1.7;
}

#product-review-image-wapper .item {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    margin-right: 10px;
}

#product-review-image-wapper .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.product__paginations a:hover,
a:focus {
    color: var(--primary-app-color);
}

.product__paginations a {
    color: var(--primary-app-color);
}

.page-item.active .page-link {
	background-color: var(--primary-app-color) !important;
	border-color: var(--primary-app-color) !important;
}


#showSearchProducts ul , #showSearchProductsSmall ul{
	max-height: 60vh;
	padding: 15px;
	overflow-y: scroll;
	position: absolute;
	z-index: 999;
	background: white;
	width: 100%;
	box-shadow: 0 9px 6px 8px rgba(0, 0, 0, 0.05);
	list-style: none;
	scroll-behavior: smooth;
	scrollbar-color: var(--primary-app-color) #fff ;
	scrollbar-width: thin;
}

#showSearchProducts ul li , #showSearchProductsSmall ul li{
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
}

#showSearchProducts ul li img, #showSearchProductsSmall ul li img {
    margin-right: 8px;
    width: 40px;
    height: 35px;
    border-radius: 6px;
}

#showSearchProducts .product_search_price h4 ,#showSearchProductsSmall .product_search_price h4{
    font-size: 13px;
    font-weight: 400;
}

#showSearchProducts .product_search_price p span , #showSearchProductsSmall .product_search_price p span {
    color: var(--primary-app-color);
    font-weight: 500;
    margin-right: 4px;
}

.pro-qty-single .qtybtnsingle {
    width: 35px;
    font-size: 16px;
    color: #6f6f6f;
    cursor: pointer;
    display: inline-block;
}

.pro-qty-single {
    width: 140px;
    height: 50px;
    display: inline-block;
    position: relative;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 5px;
}

.pro-qty-single input {
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: #6f6f6f;
    width: 50px;
    border: none;
    background: #f5f5f5;
    text-align: center;
}

.pro-qty-view-cart .qtybtnview-cart {
    width: 35px;
    font-size: 16px;
    color: #6f6f6f;
    cursor: pointer;
    display: inline-block;
}

.pro-qty-view-cart {
    width: 140px;
    height: 50px;
    display: inline-block;
    position: relative;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 5px;
    cursor: pointer;
}

.pro-qty-view-cart input {
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: #6f6f6f;
    width: 50px;
    border: none;
    background: #f5f5f5;
    text-align: center;
}


.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty-view-cart {
    width: 120px;
    height: 40px;
}

.shoping__cart__quantity .pro-qty-view-cart {
    width: 140px;
    height: 50px;
    display: inline-block;
    position: relative;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 5px;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty-view-cart .qtybtnviewcart {
    width: 15px;
}

.variation-name-from-offcanvas {
    font-size: 11px;
    white-space: nowrap;
    color: #416807;
}

.shoping__cart__table .shoping__cart__item .cart-image {
    width: 200px;
    display: flex;
    align-items: center;
}

.shoping__cart__table .shoping__cart__item .cart-image a {
    color: unset !important;
    white-space: nowrap;
}

.shoping__cart__table .shoping__cart__item .cart-image img {
    width: 50%;
    object-fit: cover;
}

.shoping__cart__table table tbody tr td.shoping__cart__item {
    width: 450px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#drop_down_cart_product a {
    color: unset !important;
}

.shoping__discount .coupon input {
    width: 255px;
    height: 46px;
    border: 1px solid #cccccc;
    font-size: 16px;
    color: #b2b2b2;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
}


#order-succes-page {
    margin: 0 auto;
    background: white;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    animation: slideUp 0.8s ease-out;
    margin-bottom: 1rem;
}

#order-succes-page .success-header {
	background: linear-gradient(135deg, var(--primary-app-color) 0%, var( --secondary-app-color) 100%);
	color: white;
	padding: 0rem 0rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-top: 1rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#order-succes-page .success-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(45deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.05) 2px,
            rgba(255, 255, 255, 0.05) 4px);
    animation: shimmer 20s linear infinite;
}

#order-succes-page .success-icon {
    position: relative;
    z-index: 2;
    font-size: 4rem;
}

#order-succes-page .success-title {
	position: relative;
	z-index: 2;
	font-size: 2.5rem;
	font-weight: 700;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	color: white;
}
#order-succes-page .success-subtitle {
	position: relative;
	z-index: 2;
	font-size: 1.5rem;
	opacity: 0.9;
	color: white;
}
#order-succes-page .order-details {
    padding: 1rem 1rem;
}

#order-succes-page .order-number-card {
	background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
	border: 2px solid #e5e7eb;
	border-radius: 4px;
	padding: 1rem;
	margin-bottom: 1rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#order-succes-page .order-number-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: slideIn 2s ease-in-out infinite;
}

#order-succes-page .order-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-success-color);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

#order-succes-page .order-number-invoice {
	font-size: 1.3rem;
	font-weight: 600;
	color: var(--primary-app-color);
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

#order-succes-page .order-date {
    color: #6b7280;
    margin-bottom: 1rem;
}

#order-succes-page .status-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.55rem 1.5rem;
	color: white;
	border-radius: 50px;
	font-weight: 600;
	font-size: 0.9rem;
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
	animation: pulse 2s infinite;
}

#order-succes-page .section-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

#order-succes-page .section-title i {
    color: var(--primary-app-color);
    font-size: 1.1rem;
}
#order-succes-page .order-success-image {
    width: 90px;
    height: 90px;
    border: 1px solid #ddd;
}
#order-succes-page .order-success-image img{
    width: 100%;
    height: 100%;
}

#order-succes-page .order-item {
	display: flex;
	align-items: center;
	padding: 0rem 0;
	border-bottom: 1px solid #e5e7eb;
	transition: all 0.3s ease;
	margin-bottom: 0.5rem;
}

#order-succes-page .order-item:hover {
    background: #f9fafb;
    padding-left: 1rem;
    padding-right: 1rem;
    transform: translateX(-1px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

#order-succes-page .product-image {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #e5e7eb;
	transition: transform 0.3s ease;
	object-fit: cover;
}

#order-succes-page .order-item:hover .product-image {
    transform: scale(1.05);
}

#order-succes-page .product-details {
    flex-grow: 1;
    padding: 20px;
}

#order-succes-page .product-name {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

#order-succes-page .quantity {
    color: #6b7280;
    font-size: 0.95rem;
}

#order-succes-page .price {
    font-weight: 700;
    color: var(--primary-app-color);
    font-size: 1.1rem;
}

#order-succes-page .total-section {
	background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
	border-radius: 4px;
	padding: 1rem;
	margin-top: 1rem;
	border: 1px solid #e5e7eb;
}

#order-succes-page .total-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.35rem 0;
	font-size: 1rem;
}

#order-succes-page .total-row.discount {
    color: var(--primary-success-color);
    font-weight: 600;
}

#order-succes-page .total-row.final {
    border-top: 2px solid #e5e7eb;
    padding-top: 1rem;
    margin-top: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
}

#order-succes-page .total-row.final .amount {
    color: var(--primary-app-color);
}

#order-succes-page .info-card {
	background: white;
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	padding: 1rem;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	margin-bottom: 2rem;
	transition: transform 0.3s ease;
}

#order-succes-page .info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

#order-succes-page .info-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#order-succes-page .delivery-date {
    background: linear-gradient(135deg, var(--primary-success-color), var(--primary-success-color));
    color: white;
    padding: 1rem;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px var(--primary-success-color);
}

#order-succes-page .address-info {
    background: #f9fafb;
    padding: 1.5rem;
    border-radius: 12px;
    border-left: 4px solid var(--primary-app-color);
}

#order-succes-page .address-info p {
    margin-bottom: 0.5rem;
    color: #1f2937;
}

#order-succes-page .download-btn {
    background: linear-gradient(135deg, var(--primary-app-color) 0%, var(--secondary-app-color) 100%);
    border: none;
    border-radius: 50px;
    padding: 1rem 3rem;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px var(--secondary-app-color);
}

#order-succes-page .download-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px var(--secondary-app-color);
    color: white;
}

#order-succes-page .btn-container {
    text-align: center;
    padding-top: 2rem;
}

/* Animations */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes slideIn {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 768px) {
    #order-succes-page {
        border-radius: 16px;
    }

    #order-succes-page .success-header {
        padding: 2rem 1rem;
    }

    #order-succes-page .success-title {
        font-size: 2rem;
    }

    #order-succes-page .order-details {
        padding: 2rem 1rem;
    }

    #order-succes-page .product-image {
        width: 60px;
        height: 60px;
    }

    #order-succes-page .total-section {
        padding: 1.5rem;
    }

    #order-succes-page .info-card {
        padding: 1.5rem;
    }
}



#authWithAjaxModal .nav-tabs .nav-item.show .nav-link, #authWithAjaxModal .nav-tabs .nav-link {
	color: #495057;
	border-bottom: 3px solid transparent;
	font-weight: 900;
	font-size: 20px;
}

#authWithAjaxModal .nav-tabs .nav-item.show .nav-link, #authWithAjaxModal .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #fff;
	border-bottom: 3px solid var(--primary-app-color);
	font-weight: 900;
	font-size: 20px;
}

#authWithAjaxModal .nav-tabs .nav-link:focus, #authWithAjaxModal .nav-tabs .nav-link:hover {
	border-color: #fff #fff var(--primary-app-color);
}

.blog__sidebar .blog__sidebar__recent__item__pic {
	width: 55px;
	height: 50px;
}
.blog__sidebar .blog__sidebar__recent__item__pic img{
    width: 100%;
	height: 100%;
    object-fit: cover;
}
.from-blog.spad .blog__item__pic {
	width: 100%;
	height: 250px;
}
.from-blog.spad .blog__item__pic img{
	width: 100%;
	height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.blog-details.spad .blog__details__text img {
	width: 100%;
}

.related-blog.spad .blog__item__pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}


.related-blog.spad .blog__item__pic {
	width: 100%;
	height: 250px;
}

.blog.spad .blog__item__pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}


.blog.spad .blog__item__pic {
	width: 100%;
	height: 250px;
}

.blog__sidebar__search form input {
	border-radius: 4px !important;
}

.blog__sidebar__search {
    position: relative;
}
.blog__sidebar {
	padding-top: 0px !important;
}

.blog__sidebar__search #showDynamicSearchBlogs .lists {
	position: absolute;
	width: 100%;
	border-radius: 4px;
	padding: 15px 15px;
	margin-top: 4px;
	border: 1px solid #e1e1e1;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background: white;
}

.blog__sidebar__search #showDynamicSearchBlogs .lists ul li  {
	list-style: none;
    margin-bottom: 10px;
}
.blog__sidebar__search #showDynamicSearchBlogs .lists ul li a {
	color: #6f6f6f;
	font-size: 16px;
	display: flex;
}


.blog__sidebar__search #showDynamicSearchBlogs .lists ul li a img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	margin-right: 8px;
	border-radius: 4px;
	border: 1px solid #fff;
}

.hero__categories ul {
	border: 1px solid #ebebeb;
	padding-left: unset !important;
	padding-top: unset !important;
	padding-bottom: 12px;
}

.hero__categories ul li a {
	padding-left: 40px;
    transition: 0.3s;
}

.hero__categories ul li a:hover {
	color: #fff !important;
    background: var(--primary-app-color);
    transition: 0.3s;
    border-radius: 4px;
}

.sidebar__item ul li a  {
    padding: 0 10px;
}
.sidebar__item ul li a:hover  {
	color: #fff !important;
    padding: 0 10px;
    background: var(--primary-app-color);
    transition: 0.3s;
    border-radius: 4px;
}

.sidebar__item ul li a.activeClass {
	color: #fff !important;
	padding: 0 10px;
	background: var(--primary-app-color);
	transition: 0.3s;
	border-radius: 4px;
}

.blog__sidebar__item ul li {
    padding: 0 10px;
}
.blog__sidebar__item ul li:hover {
    padding: 0 10px;
    background: var(--primary-app-color);
    transition: 0.3s;
    border-radius: 4px;
}
.blog__sidebar__item ul li:hover a{
	color: #fff !important;
}

.blog__sidebar__search #showDynamicSearchBlogs .lists ul li a span{
	padding: 0px 7px;
}
.blog__sidebar__search #showDynamicSearchBlogs .lists ul li:hover a span{
	color: #fff !important;
    background: var(--primary-app-color);
    transition: 0.3s;
    border-radius: 4px;
}


.section-title-dynamic h2 {
	color: #1c1c1c;
	font-weight: 700;
}



/* Category CSS Start  */
#all-categories .all-categories-breadcumb {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    overflow: hidden;
}

#all-categories .all-categories-breadcumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

#all-categories .all-categories-breadcumb .content {
    position: relative;
    z-index: 2;
}


#all-categories .all-categories-wapper .card {
    border: none;
    border-radius: 10px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 30px 0px;
}

#all-categories .all-categories-wapper .category-image {
    text-align: center;
}

#all-categories .all-categories-wapper .category-image img {
    width: 50px;
    background: var(--primary-app-color);
    border-radius: 50%;
    padding: 2px;
    height: 50px;
}

#all-categories .all-categories-wapper .card .content h5 {
    font-weight: 700;
    font-size: 17px;
}

#all-categories .all-categories-wapper .card .content p {
    text-align: center;
}


/* Category CSS End  */



/* Brand CSS Start  */
#all-brand .all-brand-breadcumb {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    overflow: hidden;
}

#all-brand .all-brand-breadcumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

#all-brand .all-brand-breadcumb .content {
    position: relative;
    z-index: 2;
}


#all-brand .all-brand-wapper .category-image {
    text-align: center;
}

#all-brand .all-brand-wapper .category-image img {
    width: 50px;
    background: var(--primary-app-color);
    border-radius: 50%;
    padding: 2px;
    height: 50px;
}

#all-brand .all-brand-wapper .card .content h5 {
    font-weight: 700;
    font-size: 17px;
}

#all-brand .all-brand-wapper .card .content p {
    text-align: center;
}


#all-brand .all-brand-wapper .card {
    border-left: 5px solid var(--primary-app-color);
    border-radius: 10px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 30px 0px;
}

#all-brand .all-brand-wapper .card:hover {
    border-left: 5px solid var(--secondary-app-color);
    transition: 0.6s;
}

#all-brand .all-brand-wapper .card:hover .category-image img {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: 0.6s;
}

#all-brand .all-brand-wapper .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(var(--primary-app-color-rgb), 0.03), rgba(var(--secondary-app-color-rgb), 0.03));
    opacity: 0;
    transition: 0.6s;
}

#all-brand .all-brand-wapper .card:hover .content p {
    background: var(--primary-app-color);
    color: #fff;
    transition: 0.6s;
}

#all-brand .all-brand-wapper .card .content p {
    text-align: center;
    font-size: 14px;
    color: #718096;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    background: #f7fafc;
    padding: 6px 16px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

/* Brand CSS End  */










/*

.featured__item {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.featured__item__pic__hover li a {
	background: var( --primary-app-color);
	border-color: var( --primary-app-color);
    color: #fff !important;
}

.featured__item__pic__hover {
	position: absolute;
	left: 38%;
	top: 10px;
	width: 100%;
	text-align: center;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}




 */

