
/* General */
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');

body {
	color: #757575;
	font-weight: 500;
	font-family: "Noto Kufi Arabic", sans-serif;
	background-color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #212529;
	font-family: "Noto Kufi Arabic", sans-serif;
}
p{
	font-size: 14px;
	font-family: "Noto Kufi Arabic", sans-serif;
} 

p, h1, h2, h3, h4, h5, h6, span {
    letter-spacing: 0 !important;
}

input::placeholder {
	color: rgb(0, 0, 0)!important;
	opacity: .3!important
}
a {
	text-decoration: none
}
.wrapper {
	width: 100%;
	position: relative
}


/* Header */

.top-menu {
	background-color: #212529;
	padding: 10px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1000;
  }
  
  .ad-close-btn {
	position: absolute;
	top: -3px;
	left: 15px;
	background-color: #1231ce; 
	color: #fff; 
	font-size: 20px;
	border: none;
	cursor: pointer;
	z-index: 10;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	padding: 0;
  }
  .ad-close-btn:hover {
	background-color: #0d25a5; 
  }
  
  .ad-close-btn:hover {
	color: #bb2d3b;
	transform: scale(1.2);
  }
  
  .marquee-wrapper {
	overflow: hidden;
	width: 100%;
  }
  
  .marquee-text {
	display: inline-block;
	color: white;
	font-size: 16px;
	white-space: nowrap;
	animation: scroll-left 20s linear infinite;
  }
  

  html[lang="ar"] .marquee-text {
	animation: scroll-right 20s linear infinite;
  }
  
  html[lang="en"] .marquee-text {
	animation: scroll-left 20s linear infinite;
  }
  
  /* Keyframes */
  @keyframes scroll-left {
	0% { transform: translateX(100%); }
	100% { transform: translateX(-100%); }
  }
  
  @keyframes scroll-right {
	0% { transform: translateX(-100%); }
	100% { transform: translateX(100%); }
  }
  
  @media (max-width: 576px) {
	.marquee-text {
	  font-size: 14px;
	}
  
	.ad-close-btn {
	  top: -5px;
	  left: 2px;
	  font-size: 20px;
	}
  }
  

.my-account, .about p {
	direction: rtl;
}
.header-wrapper .top-menu {	
	background-color: #212529;
}

.header-wrapper .shiping-title,
.header-wrapper .top-menu .nav-link {
    color: #dfdfdf;
}

.header-wrapper .top-menu .social-link .nav-link {
	font-size: 15px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(255 255 255 / 0%);
	border: 1px solid rgb(255 255 255 / 0%);
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
	margin: 0 3px;
}
.header-wrapper .top-menu .social-link .nav-link:hover {
	background: rgb(255 255 255 / 15%);
	border: 1px solid rgb(255 255 255 / 15%);
}
.logo-icon {
	width: 80px
}
@media (max-width: 767px) {
    .logo-icon {
        width: 50px; 
        height: auto; 
    }
}
.bg-header{
	background-color: #10181c;
}
.top-cart-icons ul.navbar-nav .nav-item a.cart-link {
	font-size: 30px;
	color: #292929;
}
.blog-sharing a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: rgb(255 255 255 / 12%);
	border: 1px solid rgb(255 255 255 / 20%);
	color: #fff;
	font-size: 24px;
}
.blog-sharing a:hover {
	background-color: rgb(255 255 255 / 20%);
	color: #fff;
}

/* Navigation */
.primary-menu .navbar-nav a.nav-link {
    color: #030638;
	font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: auto;
    display: flex;
    align-items: center;
    padding-right: 1rem;
    padding-left: 1rem;
    /* border-bottom: 1px solid #e1e1e1; */
  }
  @media (max-width: 768px) {
	.primary-menu .navbar-nav a.nav-link {
		color: #ffffff;
	
	  }
}

  .primary-menu .navbar-nav a.nav-link:hover,
  .primary-menu .navbar-nav a.nav-link:focus,
  .primary-menu .nav-link.active,
  .primary-menu .show>.nav-link {
	color: #ffffff;
    background-color: #ffffff;
  }
  
  .primary-menu .dropdown-menu .dropdown-item.active,
  .primary-menu .dropdown-menu .dropdown-item:active {
    color: #343434;
    text-decoration: none;
    background-color: #e80f0f
  }
  
  .secondary-menu.navbar-nav a.nav-link {
    color: #212529;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 0.6rem;
    padding-left: 0.6rem
  }
  
  .navbar .dropdown-menu {
    border: 0;
    border-radius: 0;
  }

  .primary-menu .navbar .dropdown-menu .dropdown-item {
	color: #212529;
    font-size: 14px;
    font-weight: 600;
	text-transform: uppercase;
  }
  
  .secondary-menu .cart-badge {
    position: absolute;
    top: 6px;
    right: 0px;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff2c2c;
  }
  
  @-webkit-keyframes animdropdown {
    from {
      -webkit-transform: translate3d(0, 6px, 0);
      transform: translate3d(0, 6px, 0);
      opacity: 0
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
    }
  }
  
  @keyframes animdropdown {
    from {
      -webkit-transform: translate3d(0, 6px, 0);
      transform: translate3d(0, 6px, 0);
      opacity: 0
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
    }
  }
  
  .primary-menu {
    background-color: #030303;
  }
  
  .primary-menu.offcanvas-body {
    padding: 0rem 0rem;
  }
  
  .offcanvas-header {
    height: 65px;
    border-bottom: 1px solid #e1e1e1;
	background-color: #202527;
  }
  
  .offcanvas-start {
    width: 280px;
  }
  .offcanvas-start {
    width: 280px;
  }
  .offcanvas {
    width: 80%;
  }

  .start-20 {
	left: 20% !important;
  }

  .slider-content {
	left: 20%
  }

  .primary-menu .dropdown-large-menu {
    width: auto;
    padding: 0.5rem;
  }
  
  .primary-menu .dropdown-large-menu .large-menu-title {
    font-size: 15px;
    font-weight: 600;
    padding: 0.25rem 1rem;
	text-transform: uppercase;
  }
  
  .primary-menu .dropdown-large-menu ul li a {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 600;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
	border-radius: 0.25rem;
	text-transform: uppercase;
  }

  .primary-menu .dropdown-large-menu ul li a:hover {
    background-color: #ebebeb;
  }

  @media all and (min-width: 1200px) {
  
    .primary-menu .dropdown-large-menu {
      width: 630px;
      padding: 0.5rem;
    }
  
    .primary-menu .navbar-nav a.nav-link {
      padding-right: 0.6rem;
      padding-left: 0.6rem;
      height: 65px;
      border-bottom: 0px solid #e1e1e1;
    }
  
    .primary-menu .navbar-nav a.nav-link:hover,
    .primary-menu .navbar-nav a.nav-link:focus,
    .primary-menu .nav-link.active,
    .primary-menu .show>.nav-link {
      background-color: #3b3e3f;
    }
  
    .primary-menu {
      background-color: rgba(33, 37, 41, 0);
    }
  
    .primary-menu .navbar-nav .nav-item .dropdown-menu {
      display: none;
      position: absolute;
      top: 100%;
      box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
      -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
      animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
    }

    .primary-menu .navbar-nav .nav-item:hover>.dropdown-menu {
		display: block;
	  }


	.primary-menu .navbar-nav .nav-item .dropdown-menu .submenu {
		display: none;
		position: absolute;
		top: 0%;
		left: 100%;
		box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
		-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
		animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
	}

	.primary-menu .navbar-nav .nav-item:hover>.submenu {
		display: block;
	}

  }
  
  .dropdown-toggle-nocaret:after {
    display: none
  }
  
  .mobile-menu-btn,
  .mobile-menu-btn:hover {
    color: #464444;
    font-size: 1.5rem;
  }
  

/* Product Effect */
.product-detail-body{
	direction: rtl;
}
.seo a{
	text-decoration: underline;
	color: #464444;
	font-size: 12px; 
	padding: 5px;
}

.fixed-section {
    position: fixed;
    bottom: 0px; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: flex;
    gap: 10px;
    margin-top: 15px;
    width: 100%;
    justify-content: center;
}

@media (max-width: 768px) {
    .fixed-section {
        bottom: px; 
    }
}
@media (max-width: 768px) {
    .img-right,
	.buton-shop .price {
        display: none !important;
    }
}
.image-fair{
	width: 40px;
	height: auto;
}
.share-container {
    position: relative;
    display: inline-block;
}

.share-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px;
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
	width: 40px;
	height: 40px;
}

.share-menu {
    position: absolute;
	
    top: 50px;
    left: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: none; 
    flex-direction: column;
    gap: 10px;
}

.share-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    border-radius: 50%;
    text-decoration: none;
}

.fb { background: #1877F2; }
.wa { background: #25D366; }
.tw { background: #1DA1F2; }
.x { background: black; color: white; } 
.mail { background: #D44638; }
.link { background: gray; } 


.rating-icone-right{
	width: 30px;
}
.rating-icone-right-digital{
	width: 60px;
}

@media (max-width: 768px) {
    .review-user img {
        width: 45px;
        height: 45px;
    }

    .review-content h6 {
        font-size: 14px;
    }

    .review-content p,
    .review-time {
        font-size: 8px;
    }

    .rates i {
        font-size: 20px;
    }

    .rating-icone-right {
        width: 20px;
    }
    .rating-icone-right-digital {
        width: 45px;
    }
}

.border{
	border-radius: 10px;
}

.img-bar{
	width: 50px;
	margin: 3px;
}
.product-grid .card {
	border: 2px solid #c1c1c1;
	border-radius: 10px;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: none;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
  }
  .images-like{
    width: 13px !important; 
    height: auto !important;
}
  .images-like-small{
    width: 10px !important; 
    height: auto !important;
}

 .logo-product,
 .logo-product-cart {
	width: 14px;
  }
  .logo-product-larg{
	width: 21px;
  }
  .logo-product-small{
	width: 14px;
  }
  .product-ar{
	direction: rtl;

  }
  .support .suport-qualty{
	height: 300px;
	border: 1px solid #063d8f;
	border-radius: 20px;
}
  @media (max-width: 576px) {
	.support .suport-qualty{
		height: 250px;

	}
}

.fixed-image {
    position: sticky;
    top: 20px; 
    align-self: flex-start; 
}

@media (max-width: 768px) { 
    .sharing {
        display: none;
    }
}

.icon-tiktok i{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.icon-tiktok{
	border: 1px solid #FFF;
	border-radius: 50px;
}
/* 

  .product-grid .card:hover {
	box-shadow: 0 2px 6px 0 rgb(218 218 253 / 55%), 0 2px 6px 0 rgb(206 206 238 / 44%);
  } */

  .product-grid .card img {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	border-radius: 0;
  }


.add-cart a{
	color: rgb(25, 22, 22);
	font-size: 20px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #d7d7d7;
}

.add-cart {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 300ms, opacity 300ms;
	z-index: 5;
}


.quick-view {
	padding: 10px;
	/* opacity: ; */
	transition: visibility 0s linear 300ms, opacity 300ms;
	z-index: 5;
	background-color: #04386d;
  }

  .product-grid .card:hover .add-cart ,
  .product-grid .card:hover .quick-view {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity 300ms;
  }

  .quick-view a {
    font-size: 14px;
	text-transform: uppercase;
    border-radius: 0%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }
  
  .icon-wishlist a{
	color: #212529;
	font-size: 20px;
  }

  .color-indigator-item {
	width: 1.5rem;
	height: 1.5rem;
	background-color: #e6e0e0;
	border-radius: 50%;
	cursor: pointer
}

.product-price {
	color: #212529;
}
.product-price .small-price{
	font-size: 12px;
}

.page-link {
	color: #212529;
}

.page-link:hover {
	color: #212529;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 3;
	color: #212529;
	background-color: #fff;
	border-color: #212529;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, 0.385)
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.height-1 {
    position: relative;
    scrollbar-width: thin;
    height: 260px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.product-sharing .btn-social {
	width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 0px solid #dee2e6;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 600;
    background-color: #ffffff;
    cursor: pointer;
}

.product-more-info .nav-link {
	color: #212529;
	font-weight: 600;
}

.z-index-1 {
	z-index: 10;
}

.nav-link,
.nav-link:hover {
	color:#212529
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #212529;
}

.filter-sidebar ::-webkit-scrollbar {
	width: 7px;
  }
  
  .filter-sidebar ::-webkit-scrollbar-track {
	background: #e9e9e9;
  }
  
  .filter-sidebar ::-webkit-scrollbar-thumb {
	background: #c1c1c1;
  }
  
  .filter-sidebar ::-webkit-scrollbar-thumb:hover {
	background: #555;
  }
  
  .filter-column .offcanvas-start {
	width: 320px;
  }
  
  .filter-column .offcanvas {
	z-index: 21;
  }

@media (min-width: 1200px) {
	.filter-column .offcanvas {
	  z-index: 19;
	}
  }
  
  .filter-column .offcanvas-backdrop {
	z-index: 20;
  }
  
  .btn-filter-mobile {
	position: fixed;
	top: 30%;
	left: 0;
	background-color: #212529;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	z-index: 2;
  }

.product-wishlist {
	width: 2.2rem;
	height: 2.2rem;
	font-size: 20px;
	background-color: #e9ecef;
    color: #212529;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%
}

.product-compare, .product-catergory {
	color: #212529;
}

/* Blog */

.news-date {
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 3.0rem;
	padding: .6rem .6rem;
	color: #fff;
	background: #212529;
	text-align: center;
	text-transform: uppercase;
}
.date-number {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}
.date-month {
	display: block;
	font-size: 12px;
	line-height: 1;
	opacity: .7;
}
.tags-box .tag-link {
	padding: .3rem;
	background-color: #212529;
    border: 1px solid rgb(33 37 41);
    color: rgb(255 255 255);
	font-size: 13px;
	margin: 4px;
	display: inline-block;
}
.tags-box .tag-link:hover {
	color: #ffffff;
	border: 1px solid rgb(33 37 41);
}
.tags-box {
    margin-bottom: 0px; 
    gap: px; 
	height: 45px;
}
.payment-icon img {
	width: auto;
	height: 38px;
	padding: 8px;
	border-radius: 4px;
	border: 1px solid #dadcde;
	background-color: #f1f1f1;
}
@media (max-width: 767px) {
    .payment-icon .row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        justify-content: center;
        gap: 5px;
        padding-bottom: 10px;
    }

    .payment-icon .col img {
        width: auto;
        height: 35px;
        object-fit: contain;
    }

    .footer-strip .d-flex {
        flex-direction: column;
        text-align: center;
    }

    .footer-strip p {
        order: 2;
    }

    .payment-icon {
        order: 1;
    }
}

/* Extra Css */

.product-discount {
    color: #ffffff;
    background-color: #ff4254;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.discount-alert {
	background-color: #fff;
}

.header-wrapper {
	background-color: #fff;
}

.footer-section2 ul li a {
	color: #616569;
    font-size: 15px;
	
}

/* owl carasoul */

.owl-thumbs .owl-thumb-item {
	width: 80px;
	height: 80px;
	margin: 0 4px;
	padding: 2px;
	background-color: transparent;
	border: 1px solid rgb(0 0 0 / 12%);
	border-radius: 0%;
}
.owl-thumbs .owl-thumb-item:focus {
	border-radius: 0%;
}
.owl-thumbs .owl-thumb-item img {
	width: 100%;
}

.owl-carousel .owl-nav {
    font-size: 40px;
    line-height: 0;
    background-color: none;
	color: #000;
}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 25%;
	left: -40px;
	opacity: 0;
	visibility: hidden;
}

.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 25%;
	right: -40px;
	opacity: 0;
	visibility: hidden;
}

.owl-carousel:hover button.owl-prev,
.owl-carousel:hover button.owl-next {
	opacity: 1;
	visibility: visible;
}

.owl-carousel:hover button.owl-prev.disabled,
.owl-carousel:hover button.owl-next.disabled {
	opacity: 0.4;
}

.banner-slider.owl-carousel .owl-nav {
    font-size: 40px;
    line-height: 0;
	opacity: 0.6;
	color: #000;
}

.banner-slider.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	width: 60px;
    height: 50px;
    background-color: #fff;
}

.banner-slider.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	right: 0px;
	opacity: 0;
	visibility: hidden;
	width: 60px;
    height: 50px;
    background-color: #fff;
}

.banner-slider.owl-carousel:hover button.owl-prev,
.banner-slider.owl-carousel:hover button.owl-next {
	opacity: 1;
	visibility: visible;
}

.banner-slider.owl-carousel:hover button.owl-prev.disabled,
.banner-slider.owl-carousel:hover button.owl-next.disabled {
	opacity: 0.4;
}

ul.categories-list li {
	font-size: 14px;
	margin-bottom: 8px;
}
.color-indigator {
	width: 25px;
	height: 25px;
	background-color: rgb(255 255 255 / 12%);
}
.page-link>i {
	vertical-align: middle;
	font-size: 1.3rem;
	margin-top: -1em;
	margin-bottom: -1em;
	margin-right: 5px;
}
.btn-mobile-filter {
	width: 45px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #262323;
	background-color: #ffffff;
	cursor: pointer;
	position: fixed;
	left: 0;
	top: 55%;
	z-index: 5;
}
/* Responsive */



/* Order Tracking */

.steps {
	display: flex;
	width: 100%;
}
.steps-light .step-item {
	color: #888a8c
}
.step-item {
	flex-basis: 0;
	flex-grow: 1;
	transition: color 0.25s ease-in-out;
	text-align: center;
	text-decoration: none !important;
}
.steps-light .step-item.active .step-count, .steps-light .step-item.active .step-progress {
	color: #ffffff;
    background-color: #30384a;
}
.step-item:first-child .step-progress {
	border-radius: .125rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.steps-light .step-count, .steps-light .step-progress {
	color: #2e323e;
    background-color: #eaf0f5;
}
.step-progress {
	position: relative;
	width: 100%;
	height: .25rem;
}
.step-count {
	position: absolute;
	top: -.75rem;
	left: 50%;
	width: 1.625rem;
	height: 1.625rem;
	margin-left: -.8125rem;
	border-radius: 50%;
	font-size: .875rem;
	line-height: 1.625rem;
}
.step-label {
	padding-top: 1.5625rem;
}
.step-label>i {
	margin-top: -.25rem;
	margin-right: .425rem;
	font-size: 1.5em;
	vertical-align: middle;
}
.steps-light .step-item.active.current {
	color: #30384a;
}

/* Page Wrapper */

.page-wrapper {
	height: 100%;
	margin-bottom: 0px;
	margin-left: 0px;
}
.page-content {
	padding: 0;
}
.policy{
	direction: rtl;
}
.page-footer {
	background: rgb(0 0 0 / 20%);
	position: absolute;
	left: 0px;
	right: 0;
	text-align: center;
	padding: 7px;
	color: #fff;
	font-size: 14px;
	border-top: 1px solid rgb(255 255 255 / 15%);
	z-index: 3
}

/* Back to Top Button */

.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	position: fixed;
	border-radius: 10px;
	bottom: 20px;
	right: 12px;
	background-color: #023365;
	z-index: 5
}
.back-to-top:hover {
	color: #fff;
	background-color: #000;
	transition: all .5s
}

/* Breadcrumb */

.breadcrumb-title {
	font-size: 24px;
	border-right: 1.5px solid rgb(255 255 255 / 34%);
	color: #282424;
	margin-bottom: 0;
}
.page-breadcrumb .breadcrumb li.breadcrumb-item {
	font-size: 16px
}
.page-breadcrumb .breadcrumb li.breadcrumb-item a{
	color: #282424;
}

/* Extra CSS */

.badge{
    position: absolute;
    top: 0;
	margin-top: 7px;
}

.icon-badge {
	width: 45px;
	height: 45px;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%
}
.widgets-icons {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: rgb(255 255 255 / 15%);
	font-size: 26px;
	border-radius: 10px
}

/* Components */

.form-control {
	border-radius: 0px
}

.btn {
	border-radius: 0px
}

/* Utilities */

.text-content {
	color: #212529;
}

.pro-price {
	color: #212529;
}

.separator {
    display: flex;
    align-items: start;
	direction: rtl;
}

.separator .line {
    height: 1px;
    flex: 1;
    background-color: #dee2e6;
}

.separator .separator-title {
    /* padding: 0 1rem; */
	text-transform: uppercase;
	
}

.right-15 {
	right: 15px!important
}
.font-12 {
	font-size: 12px
}
.font-13 {
	font-size: 13px
}
.font-14 {
	font-size: 14px
}
.font-18 {
	font-size: 18px
}
.font-20 {
	font-size: 20px
}
.font-22 {
	font-size: 22px
}
.font-24 {
	font-size: 24px
}
.font-30 {
	font-size: 30px
}
.font-35 {
	font-size: 35px
}
.font-50 {
	font-size: 50px
}
.font-60 {
	font-size: 60px
}
.fw-500 {
	font-weight: 500
}
.radius-30 {
	border-radius: 30px
}
.radius-10 {
	border-radius: 10px
}
.radius-15 {
	border-radius: 15px
}
.row.row-group>div {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.row.row-group>div:last-child {
	border-right: none;
}
.cursor-pointer {
	cursor: pointer
}
/* Chip */

.chip {
	display: inline-block;
	height: 32px;
	padding: 0 12px;
	margin-right: 1rem;
	margin-bottom: 1rem;
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
	color: rgba(0, 0, 0, .7);
	cursor: pointer;
	background-color: #f1f1f1;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 16px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	box-shadow: none
}
.chip img {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 8px 0 -12px;
	border-radius: 50%
}
.chip .closebtn {
	padding-left: 10px;
	font-weight: 700;
	float: right;
	font-size: 16px;
	cursor: pointer
}
.chip.chip-md {
	height: 42px;
	line-height: 42px;
	border-radius: 21px
}
.chip.chip-md img {
	height: 42px;
	width: 42px
}
/* Invoice */

#invoice {
	padding: 0
}
.invoice {
	position: relative;
	background-color: rgb(255 255 255 / 12%);
	min-height: 680px;
	padding: 15px
}
.invoice header {
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(255 255 255 / 12%);
}
.invoice .company-details {
	text-align: right
}
.invoice .company-details .name {
	margin-top: 0;
	margin-bottom: 0
}
.invoice .contacts {
	margin-bottom: 20px
}
.invoice .invoice-to {
	text-align: left
}
.invoice .invoice-to .to {
	margin-top: 0;
	margin-bottom: 0
}
.invoice .invoice-details {
	text-align: right
}
.invoice .invoice-details .invoice-id {
	margin-top: 0;
	color: #ffffff
}
.invoice main {
	padding-bottom: 50px
}
.invoice main .thanks {
	margin-top: -100px;
	font-size: 2em;
	margin-bottom: 50px
}
.invoice main .notices {
	padding-left: 6px;
	border-left: 6px solid #ffffff;
	background: rgb(255 255 255 / 15%);
	padding: 10px;
	color: #fff;
}
.invoice main .notices .notice {
	font-size: 1.2em
}
.invoice table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px
}
.invoice table td, .invoice table th {
	padding: 15px;
	background: rgb(0 0 0 / 15%);
	border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.invoice table th {
	white-space: nowrap;
	font-weight: 400;
	font-size: 16px
}
.invoice table td h3 {
	margin: 0;
	font-weight: 400;
	color: #ffffff;
	font-size: 1.2em
}
.invoice table .qty, .invoice table .total, .invoice table .unit {
	text-align: right;
	font-size: 1.2em
}
.invoice table .no {
	color: #fff;
	font-size: 1.6em;
	background: rgb(255 255 255 / 15%);
}
.invoice table .unit {
	background: rgb(255 255 255 / 15%);
}
.invoice table .total {
	background: rgb(255 255 255 / 15%);
	color: #fff
}
.invoice table tbody tr:last-child td {
	border: none
}
.invoice table tfoot td {
	background: 0 0;
	border-bottom: none;
	white-space: nowrap;
	text-align: right;
	padding: 10px 20px;
	font-size: 1.2em;
	border-top: 1px solid #aaa
}
.invoice table tfoot tr:first-child td {
	border-top: none
}
.invoice table tfoot tr:last-child td {
	color: #ffffff;
	font-size: 1.4em;
	border-top: 1px solid rgb(255 255 255 / 15%);
}
.invoice table tfoot tr td:first-child {
	border: none
}
.invoice footer {
	width: 100%;
	text-align: center;
	color: #fff;
	border-top: 1px solid rgb(255 255 255 / 15%);
	padding: 8px 0
}
@media print {
	.invoice {
		font-size: 11px!important;
		overflow: hidden!important
	}
	.invoice footer {
		position: absolute;
		bottom: 10px;
		page-break-after: always
	}
	.invoice>div:last-child {
		page-break-before: always
	}
}
.main-row {
	height: 100vh
}
.main-col {
	max-width: 500px;
	min-height: 300px
}
.todo-done {
	text-decoration: line-through
}
/* Nav Tabs */

.nav-primary.nav-tabs .nav-link.active {
	color: #0d6efd;
	border-color: #0d6efd #0d6efd #fff
}
.nav-danger.nav-tabs .nav-link.active {
	color: #f41127;
	border-color: #f41127 #f41127 #fff
}
.nav-success.nav-tabs .nav-link.active {
	color: #17a00e;
	border-color: #17a00e #17a00e #fff
}
.nav-warning.nav-tabs .nav-link.active {
	color: #ffc107;
	border-color: #ffc107 #ffc107 #fff
}
.nav-pills-danger.nav-pills .nav-link.active {
	color: #fff;
	background-color: #f41127
}
.nav-pills-success.nav-pills .nav-link.active {
	color: #fff;
	background-color: #17a00e
}
.nav-pills-warning.nav-pills .nav-link.active {
	color: #000;
	background-color: #ffc107
}
.nav-search input.form-control {
	background-color: rgb(255 255 255 / 20%);
	border: 1px solid rgb(255 255 255 / 45%);
	color: #fff
}
.nav-search button[type=submit] {
	background-color: rgb(255 255 255 / 20%);
	border: 1px solid rgb(255 255 255 / 32%);
	color: #fff
}
.nav-search input.form-control::placeholder {
	opacity: .5!important;
	color: #fff!important
}
.nav-search input.form-control::-ms-input-placeholder {
	color: #fff!important
}
/* Pagination */

.round-pagination.pagination .page-item:first-child .page-link {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px
}
.round-pagination.pagination .page-item:last-child .page-link {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px
}
/* Background Colors */

.bg-light-primary {
	background-color: rgb(13 110 253 / .11)!important
}
.bg-light-success {
	background-color: rgb(23 160 14 / .11)!important
}
.bg-light-danger {
	background-color: rgb(244 17 39 / .11)!important
}
.bg-light-warning {
	background-color: rgb(255 193 7 / .11)!important
}
.bg-light-info {
	background-color: rgb(13 202 240 / 18%)!important
}
.bg-light-white-2 {
	background-color: rgba(255, 255, 255, 0.70)!important
}
.bg-light-white-3 {
	background-color: rgba(255, 255, 255, 0.55)!important
}
.bg-light-white-4 {
	background-color: rgba(255, 255, 255, 0.25)!important
}
.bg-black {
	background-color: #000!important;
}
.bg-dark-1 {
	background-color: rgb(0 0 0 / 15%)!important;
}
.bg-dark-2 {
	background-color: rgb(0 0 0 / 35%)!important;
}
.bg-dark-3 {
	background-color: rgb(0 0 0 / 65%)!important;
}
.bg-dark-4 {
	background-color: rgb(0 0 0 / 85%)!important;
}
.bg-dark-gery {
	background-color: #e7e7e7!important;
}
.bg-gradient-cosmic {
	background: linear-gradient(to right, #8e2de2, #4a00e0)!important
}
.bg-gradient-burning {
	background: linear-gradient(to right, #ff416c, #ff4b2b)!important
}
.bg-gradient-lush {
	background: linear-gradient(to right, #56ab2f, #a8e063)!important
}
.bg-gradient-kyoto {
	background: linear-gradient(to right, #f7971e, #ffd200)!important
}
.bg-gradient-blues {
	background: linear-gradient(to right, #56ccf2, #2f80ed)!important
}
.bg-gradient-moonlit {
	background: linear-gradient(to right, #0f2027, #203a43, #2c5364)!important
}
.split-bg-primary {
	background-color: #0c62e0;
	border-color: #0c62e0
}
.split-bg-secondary {
	background-color: #515a62;
	border-color: #515a62
}
.split-bg-success {
	background-color: #128e0a;
	border-color: #128e0a
}
.split-bg-info {
	background-color: #0bb2d3;
	border-color: #0bb2d3
}
.split-bg-warning {
	background-color: #e4ad07;
	border-color: #e4ad07
}
.split-bg-danger {
	background-color: #e20e22;
	border-color: #e20e22
}
.bg-facebook {
	background-color: #3b5998!important
}
.bg-twitter {
	background-color: #55acee!important
}
.bg-google {
	background-color: #e52d27!important
}
.bg-linkedin {
	background-color: #0976b4!important
}
.bg-youtube {
    background-color: #e2251f !important;
}
.bg-pinterest {
    background-color: #c8232c !important;
}
/* Authentication */


.error-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin: 5px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}
.bg-login {
	background-image: url();
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed
}
.bg-forgot {
	background-image: url();
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed
}
.bg-lock-screen {
	background-image: url();
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed
}
.login-separater span {
	position: relative;
	top: 26px;
	margin-top: -10px;
	background: rgb(255 255 255);
	padding: 5px;
	font-size: 12px;
	color: #adb5bd;
	z-index: 1;
	border-radius: 4px;
}

.blog-right-sidebar .list-inline a {
	color: #868686;
}

.recent-post-title {
	color: #1a1f2c;
	font-weight: 500;
}

/* Buttons */

.btn i {
	vertical-align: middle;
	font-size: 1.3rem;
	margin-top: -1em;
	margin-bottom: -1em;
	margin-right: 5px
}
.btn-ecomm {
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	text-transform: uppercase;
	width: 300px;

}
.btn-ecomme {
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	text-transform: uppercase;
	width: 90px;

}
.cart-action{
	border: none;
}

.btn-facebook {
	box-shadow: 0 2px 2px 0 rgba(59, 89, 152, .14), 0 3px 1px -2px rgba(59, 89, 152, .2), 0 1px 5px 0 rgba(59, 89, 152, .12);
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff
}
.btn-facebook:hover {
	color: #fff
}
.btn-white {
	background-color: #fff;
	border-color: #e7eaf3
}
/* Card */

.card {
	border:none
}

.card-group {
	margin-bottom: 1.5rem
}
.card-body{
	padding: 5px;
	border: none;
}
/* Dropdown */

.dropdown-toggle-nocaret:after {
	display: none
}
.alert-count {
	position: absolute;
	top: 10px;
	left: 26px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	background: #282424;
}
.dropdown-large {
	position: relative
}
.dropdown-large .dropdown-menu {
	width: 340px;
	border: 0;
	padding: 0 0;
	margin: 0 0 0;
	border-radius: 0px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}
.header-content .top-cart-icons .dropdown-large .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #1e1e1e;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #767676;
	border-left: 1px solid #767676
}
.topbar .navbar .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #1e1e1e;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #767676;
	border-left: 1px solid #767676
}
.dropdown-large .cart-header {
	padding: 1rem 1rem;
	border-bottom: 1px solid rgb(237 237 237 / 20%);
	background-clip: border-box;
	background: #1e1e1e;
	text-align: left;
	display: flex;
	align-items: center;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.dropdown-large .cart-header {
	font-size: 14px;
	color: rgb(255 255 255 / 85%);
	margin-bottom: 0;
	font-weight: 500;
}
.dropdown-large .cart-footer {
	padding: 1rem 1rem;
	color: rgb(0 0 0 / 85%);
    border-top: 1px solid rgb(0 0 0 / 10%);
	background-clip: border-box;
	background: 0 0;
	font-size: 14px;
	font-weight: 500;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.dropdown-large .user-online {
	position: relative
}
.dropdown-large .cart-product-title {
	font-size: 16px;
    margin-bottom: 8px;
}
.dropdown-large .cart-product-price {
	font-size: 14px;
	margin-bottom: 0;
}
.dropdown-large .cart-product {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	border-radius: 0px;
	border: 1px solid rgb(231 231 231);
    padding: 4px;
    background-color: rgb(255 255 255);
}
.dropdown-large .cart-product img {
	width: 100%;
}
.dropdown-large .cart-product-cancel {
	right: -7px;
	top: -5px;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #eee;
    width: 1.4rem;
    height: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.dropdown-large .cart-time {
	font-size: 12px;
	margin-bottom: 0;
	color: rgb(255 255 255 / 50%);
}
.dropdown-large .user-online:after {
	content: '';
	position: absolute;
	bottom: 1px;
	right: 17px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	background: #16e15e
}
.dropdown-large .dropdown-menu .dropdown-item {
	color: #212529;
	padding: .5rem 1.3rem;
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.dropdown-large .dropdown-menu .dropdown-item:focus,
.dropdown-large .dropdown-menu .dropdown-item:hover {
	background-color: #fff;
}

.cart-list {
	position: relative;
	height: 310px
}
.header-notifications-list {
	position: relative;
	height: 360px
}
.dropdown-large .notify {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 22px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background-color: rgb(255 255 255 / 15%);
	margin-right: 15px
}
.app-box {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	font-size: 26px;
	justify-content: center;
	cursor: pointer;
	border-radius: 10px;
	color: #fff;
	background-color: rgb(255 255 255 / 15%)
}
.app-title {
	font-size: 14px
}
.user-box .dropdown-menu i {
	vertical-align: middle;
	margin-right: 10px
}
.dropdown-menu {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	border: 0 solid #e9ecef;
	font-size: 14px;
}
.header-content .top-cart-icons .dropdown-menu {
	-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
	animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
}
@-webkit-keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
@keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
.mobile-toggle-menu {
	font-size: 26px;
	color: #282424;
	cursor: pointer
}

/* Theme Switcher */

.switcher-wrapper {
	width: 280px;
	height: 100%;
	position: fixed;
	right: -280px;
	top: 0;
	bottom: 0;
	z-index: 1030;
	background: #111314;
	border-left: 0 solid #d2d2d2;
	box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .13);
	transition: all .2s ease-out
}
.switcher-btn {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	background: rgb(255 255 255 / 15%);
	box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .13);
	color: #fff;
	text-align: center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: absolute;
	top: 40%;
	right: 100%;
	cursor: pointer
}
.switcher-wrapper.switcher-toggled {
	right: 0
}
.switcher-body {
	padding: 1.25rem
}
.switcher {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-left: 20px;
}
.switcher li {
	float: left;
	width: 55px;
	height: 55px;
	margin: 0 15px 15px 0px;
	border-radius: 10px;
	border: 0px solid black;
}
.bg-theme {
	background-size: 100% 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	transition: background .2s;
}

/* Responsive */

@media screen and (max-width: 1280px) {
	.page-wrapper {
		margin-top: 0px;
	}
}
@media only screen and (max-width: 1199px) {
	.row.row-group>div {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}
	.row.row-group>div:last-child {
		border-right: none;
		border-bottom: 0;
	}
}
@media screen and (max-width: 1024px) {
	.top-cart-icons ul.navbar-nav .nav-item a.cart-link {
		font-size: 26px;
	}
	.page-wrapper {
		margin-left: 0
	}
	.page-footer {
		left: 0
	}
	.search-bar {
		display: none
	}
	.error-404 {
		height: auto;
		padding: 6rem 1rem
	}
}

@media screen and (max-width: 767px) {
	.slider-content {
		left: 30%
	  }
}

/* footer */
.foter-ar{
	direction: rtl;
}
.bg-footer{
	background-color: #10181C;
}
 .top-footer{
border-top: 1px solid #2a2828;
}

/* btn animation */
.animated-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    max-width: 100%;
    padding: 6px 25px;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
    color: white;
    background: linear-gradient(90deg, #00000080, #007bff, #00000068);
    background-size: 300% 300%;
    transition: all 0.6s ease-in-out;
    position: relative;
    overflow: hidden;
    animation: colorShift 9s infinite alternate ease-in-out;
}
.animated-btn-price-shop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    max-width: 100%;
    padding: 10px 25px;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
    color: white;
    background: linear-gradient(90deg, #00000080, #007bff, #00000068);
    background-size: 300% 300%;
    transition: all 0.6s ease-in-out;
    position: relative;
    overflow: hidden;
    animation: colorShift 9s infinite alternate ease-in-out;
}
.animated-btn-price {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    max-width: 100%;
    padding: 10px 25px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-transform: uppercase;
    color: rgb(11, 2, 2);
    background:white;
    background-size: 300% 300%;
    transition: all 0.6s ease-in-out;
    position: relative;
    overflow: hidden;
    animation: colorShift 9s infinite alternate ease-in-out;
}

.animated-btn-clint, .animated-btn-price-more{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    max-width: 100%;
    padding: 6px 25px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
    color: white;
    background: linear-gradient(90deg, #000000ac, #007bff, #0000008e);
    background-size: 300% 300%;
    transition: all 0.12s ease-in-out;
    position: relative;
    overflow: hidden;
    animation: colorShift 9s infinite alternate ease-in-out;
}
.animated-btn-clint::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 70%);
    transform: skewX(-25deg);
    transition: opacity 0.3s ease-in-out;
    animation: shine 6s infinite linear;
}
.animated-btn-price-shop::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 70%);
    transform: skewX(-25deg);
    transition: opacity 0.3s ease-in-out;
    animation: shine 6s infinite linear;
}

.animated-btn-clint a {
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 14px;
}
.text-clint{
	direction: rtl;
}
.item-client{
	height: 220px;
	direction: ltr;
}
.name-rate{
	text-align: end;
}
.animated-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 70%);
    transform: skewX(-25deg);
    transition: opacity 0.3s ease-in-out;
    animation: shine 6s infinite linear;
}

.animated-btn a {
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 14px;
}

@keyframes colorShift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

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

@media (max-width: 767px) {
    .animated-btn {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .cart-mobile { order: 2; } 
    .account-mobile { order: 3; } 
}

@media (min-width: 768px) { 
    .cart-mobile { order: 3; } 
    .account-mobile { order: 2; }
    #search-toggle-mobile { display: none; }
}


/* user icone */
.user-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-img-modal {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.modal-header {
   
	display: flex;
    align-items: center;
    justify-content: flex-start; 
    gap: 10px; 
    padding: 15px;
}

.modal-header .welcome-text {
    display: flex;
    flex-direction: column;
}

.modal-header .welcome-text div {
    font-size: 16px;
    font-weight: bold;
}

.modal-body  {
	direction: rtl;
}
.modal-body ul {
    padding: 10px;
}

.modal-body ul li {
    padding: 10px 0;
}

.modal-body ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.modal-body ul li a i {
    font-size: 20px;
    color: #007bff;
}

.modal-content {
    direction: rtl;
}

@media (min-width: 768px) {
    #profileIconMobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #welcomeMessage {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-left: 10px;
    }

    #welcomeMessage .fs-6 {
        font-size: 16px;
    }

    #userDropdown {
        display: none !important;
    }
}


@media (max-width: 768px) {
    #welcomeMessage {
        display: none;
    }

    #profileIconMobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #profileIconDesktop {
        display: none;
    }

    #userDropdown {
        display: none;
    }
}

@media (max-width: 768px) {
    .user-modal .modal-dialog {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0 15px; 
    }

    .user-modal .modal-content {
        border-radius: 15px 15px 0 0;
        overflow: hidden;
        box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
        background: white;
    }
}

.modal-header .btn-close {
    position: absolute;
    left: 10px; 
	color: #0976b4;
}

#closeAdBtn {
    background: #db0d0d;
    border: none;
    font-size: 30px; 
    color: white; 
    cursor: pointer;
    padding: 0;
    margin-right: 10px; 
}

#search-input::placeholder {
    text-align: right;
}

.input-group-text i {
    font-size: 20px;
    color: #007bff;
}

#search-input:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

.input-group-text {
    border: none;
    background: transparent;
}
#search-input::placeholder {
	text-align: right;
}
.input-group-text i {
	font-size: 20px;
	color: #007bff;
}
#search-input:focus {
	outline: none;
	box-shadow: none;
	border-color: transparent;
}
.input-group-text {
	border: none;
	background: transparent;
}
.search-loading {
	animation: spin 1s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}#search-input::placeholder {
    text-align: right;
}

#search-input:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
	background-color: #007bff;
}

.input-group-text {
    border: none;
    background: transparent;
}
#search-input {
	background-color: white !important;
}
.input-group-text {
	background-color: white !important;
	border: none;
}

/* otp */
.otp-container {
    display: flex;
    flex-direction: row-reverse; 
    justify-content: center;
    gap: 5px;
}


.otp-container {
    display: flex;
    flex-direction: row; 
    justify-content: center;
    gap: 5px;
}

.otp-input {
    direction: ltr; 
    text-align: center;
    font-size: 24px;
    width: 50px;
    height: 50px;
}

 .purecounter {
  color: #0f2027;
  font-size: 20px;
  display: block;
  font-weight: 700;
  line-height: 40px;
}

/* notification */
.notification{
	direction: rtl;
}
.alerts{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.alerts i{
	display: flex;
	justify-content: center;
	align-items: center;

}
.image-acount{
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	margin: auto;
	border-radius: 50%;
}

/* order */

	.modal {
		z-index: 1055 !important;
	}

	.stars {
		font-size: 24px;
		cursor: pointer;
		color: #ccc;
	}

	.stars span.active {
		color: gold;
	}

	/* check cart */
	
	.option input {
		width: 25px;  
		height: 25px;
		border-radius: 10px;
		margin-right: 10px;
		cursor: pointer;
	
	}
	.option {
		display: inline-flex; 
		align-items: center;  
	  }
	  
	  .option input[type="checkbox"] {
		margin-left: 8px;  
	  }
	  
	  .option {
		display: inline-flex;  
		align-items: center; 
		margin-bottom: 20px;  
	  }
	  
	  .option input[type="checkbox"] {
		margin-right: 8px;  
	  }
	  
	.sticky-container {
		position: -webkit-sticky; 
		position: sticky;
		top: 20px; 
		z-index: 10; 
		overflow-y: auto; 
	}
	
	@media (min-width: 992px) {
		.sticky-container {
			height: 100vh; 
		}
	}
	
	@media (max-width: 991px) {
		.sticky-container {
			height: auto; 
			max-height: 80vh; 
		}
	}
	
	@media (max-width: 767px) {
        .cart-img, .cart-detail {
            text-align: ; 
        }
        .cart-img {
            order: 1; 
        }
        .cart-detail {
            order: 2; 
        }
    }

	   .image-check{
		width: 16px;
	   }

	 
	    .logo-price{
		width: 20px;
	   }

	 
	   /*  starts modals */
	   .star {
		font-size: 2rem;
		cursor: pointer;
		color: gray;
		transition: color 0.3s;
	  }
	  
	  .star.active {
		color: gold;
	  }
	  
	  .star:hover,
	  .star:hover ~ .star {
		color: gold;
	  }
	  
	  .modal {
		z-index: 1050;
	  }
	  
	  .modal-backdrop {
		z-index: 1040;
	  }
	  .star {
		font-size: 2rem;
		cursor: pointer;
		color: gray;
		transition: color 0.3s;
	  }
	  
	 .small-box{
		width: 90px;
		font-size: 12px;
		padding-left: 10px;
	 }