@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&display=swap');
body {
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 15px;
  font-weight: normal;
}
button:focus {
  outline: none !important;
}
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
#content, #column-left, #column-right {
  padding-bottom: 7px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 10px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
.header-slim{
  width: 100%;
  height: auto;
  background: #000000;
}
#top {
  border-bottom: 1px solid #333;
  position: relative;
}
#top ul.list-inline {
  margin-bottom: 0;
}

.iforgold{
  color:rgba(199, 161, 122, 1);
}
.iforred{
  color:rgb(255, 0, 0);
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 14px;
  color:#fff;
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
.navbar{
  padding: 0px;
}
.navbar-toggler {
    border: none !important;    
    box-shadow: none !important;  
    padding: 0;                   
}
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    font-size: 24px;
}
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}
.nav-tabs .nav-link {
  color: #333333;  
}

.nav-tabs .nav-link:hover {
  color: #000000; 
}

.nav-tabs .nav-link.active {
  color: #000000; 
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
footer {
  position: absolute;
  width: 100%;
  background-color: #000000;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h3 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.breadcrumb-box{
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  overflow: hidden;
}
.breadcrumb {
 width: 100%;
 margin-bottom: 0px;
 line-height: 1.9;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
@media (max-width: 767.98px) {
  .breadcrumb-box {
    overflow: visible;
  }

  .breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .breadcrumb > li.breadcrumb-item {
    white-space: normal;
    padding: 0;
    flex-shrink: 1;
  }

  .breadcrumb > li.breadcrumb-item:not(:first-child):not(:last-child) {
    display: none;
  }

  .breadcrumb > li.breadcrumb-item::after {
    display: none;
  }

  .breadcrumb > li.breadcrumb-item:first-child {
    flex-shrink: 0;
  }

  .breadcrumb > li.breadcrumb-item:first-child::after {
    content: '>';
    display: inline-block;
    padding: 0 10px;
    color: var(--bs-gray-500);
    transform: none;
    border: none;
    width: auto;
    height: auto;
    position: static;
    top: auto;
    right: auto;
  }
  
  .breadcrumb > li.breadcrumb-item:last-child {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 10px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
.price {
  color: #b12704;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
.foot-about{
  width: 100%;
  text-align: center;
  padding: 20px 0px;
}
.foot-logo{
  width: 170px;
  height: auto;
}
.social-icons-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.social-icon {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color:rgba(199, 161, 122, 1);
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.social-icon:hover {
  background-color: #b7a593;
  color: #fff;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.footer-payment-methods {
  text-align: center;
  padding: 6px 0 20px 0;
}
.payment-icons-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.payment-icons-list li {
  line-height: 0;
}
.payment-icons-list img {
  background-color: #ffffff;
  height: 32px;
  padding: 6px 10px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.payment-icons-list img:hover {
  transform: scale(1.05) translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
#tab-description{
  max-width: 1296px;
  height: auto;
  overflow: hidden;
}
#tab-description img{
  width: 100%;
  height: auto;
}
.section {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #eaeaea;
}
.section_image {
	flex: 1;
	max-width: 50%;
  overflow: hidden;
}
.section_image img{
  width: 100%;
  height: auto;
}
.section_text {
	flex: 1;
	max-width: 50%;
	padding: 0 15px;
	line-height: 1.8;
}
.section-reverse {
	flex-direction: row-reverse;
	background-color: #ffffff;
}
@media screen and (max-width:767px) {
	.section {
		flex-direction: column;
		margin-bottom: 20px
	}
	.section_image,.section_text {
		max-width: 100%;
	}
	.section_image {
		margin-bottom: 16px
	}
}
.footer-contact-info {
  background-color: #242424;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.footer-contact-info h2 {
  font-size: 42px;
  font-weight: 200;
  color: #f5f5f5;
  letter-spacing: 0.5px;
}
.contact-item a {
  color: #e0e0e0;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.contact-item a:hover {
  transform: translateY(-5px);
  color: #fff;
}
.contact-icon {
  font-size: 40px;
}
.contact-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #d0d0d0;
}
.contact-text strong {
  font-weight: 400;
  color: #fff;
  display: block;
  margin-top: 4px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .footer-contact-info h2 {
    font-size: 32px;
  }
  .contact-icon {
    font-size: 36px;
  }
  .contact-text, .contact-text strong {
    font-size: 15px;
  }
}
.product-benefits-wrapper {
  padding:20px 0;
  background-color: #fbfbfb;
}
.benefits-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #1a1a1a;
}
.benefit-item {
  display: flex;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid #e5e5e5;
  height: 100%;
}
.benefit-icon {
  font-size: 20px;
  color: #333;
  margin-right: 20px;
  margin-top: 2px;
  min-width: 20px;
}
.benefit-text a {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: underline;
  text-decoration-color: #ccc;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: all 0.2s ease;
}
.benefit-text a:hover {
  color: #000;
  text-decoration-color: #000;
}
.benefit-text p {
  font-size: 15px;
  color: #595959;
  margin-top: 6px;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .product-benefits-wrapper {
    padding: 20px 0;
  }
  .benefit-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }
  .benefit-icon {
    margin-right: 0;
    margin-top: 0;
  }
  .benefit-text a{
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .footer-title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #444;
  }
  .footer-title .arrow {
    transition: transform 0.3s ease;
  }
  .footer-title:not(.collapsed) .arrow {
    transform: rotate(-180deg);
  }
  .collapse.show {
    padding-bottom: 15px;
    border-bottom: 1px solid #444;
  }
}
@media (min-width: 768px) {
  footer .collapse {
    display: block !important;
    visibility: visible !important;
  }
  .footer-title .arrow {
    display: none;
  }
}
#main-nav.navbar-dark {
    background-color: #000 !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #333;
}
#main-nav #logo .navbar-brand img {
    max-height: 40px;
}
#main-nav .nav-link {
    color: #e0e0e0 !important;
    transition: color 0.2s;
}
#main-nav .nav-link:hover {
    color: #fff !important;
}
#main-nav .dropdown-menu {
    background-color: #1a1a1a;
    border-color: #444;
}
#main-nav .dropdown-item {
    color: #ccc;
}
#main-nav .dropdown-item:hover {
    color: #fff;
    background-color: #333;
}
#main-nav .dropdown-divider {
    border-top: 1px solid #444;
}
#mobileMenuContent {
    background-color: #000;
    border-bottom: 1px solid #333;
}
#mobileMenuContent .nav-link {
    padding: 0.75rem 0;
    color: #e0e0e0;
}
#mobileMenuContent .nav-link:hover {
    color: #fff;
}
#mobileMenuContent .dropdown-menu {
    padding-left: 1rem;
    background-color: transparent;
    border: none;
}
#mobileMenuContent .dropdown-item {
    padding: 0.5rem 0;
    color: #ccc;
}
#mobileMenuContent .dropdown-item:hover {
    color: #fff;
    background: none;
}
#mobileMenuContent .dropdown-divider {
    display: none;
}
html[dir="rtl"] #mobileMenuContent .nav-link {
  text-align: right;
}
html[dir="rtl"] #mobileMenuContent .dropdown-menu {
    text-align: right;
    padding-left: 0;
    padding-right: 1rem;
}
#search .search-container {
    position: relative;
    display: inline-block;
}
#search .search-toggle-btn {
    background: none !important;
    border: none !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 22px;
    padding: 0;
}
#search .search-form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    align-items: center;
    width: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: width 0.4s ease, opacity 0.4s ease;
    z-index: 10;
    background-color: #1a1a1a;
    border: 1px solid #444;
    border-radius: .375rem;
}
#search .search-container.active .search-form {
    width: 300px;
    opacity: 1;
    visibility: visible;
}
#search .search-container.active .search-toggle-btn {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
#search .search-input {
    background-color: transparent;
    color: #fff;
    border: none;
}
#search .search-input::placeholder { color: #888; }
#search .search-input:focus {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
}
#search .search-submit-btn {
    color: #fff;
    background: transparent;
    border: none;
}
#cart .cart-icon-button {
    position: relative;
    background: none !important;
    border: none !important;
    color: #fff !important;
    font-size: 24px;
    padding: 0 !important;
    line-height: 1;
}
#cart .cart-icon-button::after {
    display: none;
}
#cart #cart-total {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #e52e46;
    color: white;
    font-size: 11px;
    font-weight: bold;
    min-width: 18px;
    height: 18px;
    padding: 3px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cart .dropdown-menu {
  width: 350px;
  background: #1a1a1a;
  border-color: #444;
}
#cart .dropdown-menu li > div, #cart .dropdown-menu li {
    color: #000;
}
#cart .dropdown-menu .table {
  color: #ccc;
}
#cart .dropdown-menu a {
  color: #fff;
  font-weight: normal;
}
#cart .dropdown-menu a:hover {
  color: #e0e0e0;
}
#cart .dropdown-menu p a strong {
    font-weight: bold;
}
#cart .dropdown-menu .btn-danger {
  background-color: #552222;
  border-color: #883333;
}
.sticky-widget-wrapper {
    position: static; 
}
@media (max-width: 767.98px) {
     .footer-payment-methods {
        padding-bottom: 150px; 
     }

    .sticky-widget-wrapper {
        position: fixed;       
        bottom: 0;            
        left: 0;               
        right: 0;              
        z-index: 1030;         
        background-color: #fff;
        padding: 12px 6px;    
        box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1); 
        margin-bottom: 0 !important; 
        border-top: 1px solid #eee; 
     }
     
    .sticky-widget-wrapper .custom-buy-widget-v2 {
         box-shadow: none; 
         width: 100%; 
     }
      .sticky-widget-wrapper #error-quantity {
         text-align: center;
         font-size: 0.8em;
      }
}
@media (max-width: 360px) {
    .custom-buy-widget-v2 .btn-action span {
        display: none; 
    }
     .custom-buy-widget-v2 .btn-action i {
        margin-right: 0; 
     }
     .custom-buy-widget-v2 #input-quantity {
        width: 45px;
     }
}
.custom-buy-widget-v2 {
  display: flex;
  align-items: stretch;
  height: 50px; 
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  border-radius: 6px; 
}

.custom-buy-widget-v2 #input-quantity {
  width: 65px; 
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
  border: 1px solid #e0e0e0;
  border-right: none; 
  border-radius: 6px 0 0 6px; 
  flex-shrink: 0;
  color: #333;
}

.custom-buy-widget-v2 #input-quantity:focus {
  outline: none;
  box-shadow: none;
}

.custom-buy-widget-v2 .btn-action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1; 
  border: none;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.custom-buy-widget-v2 .btn-action i {
  margin-right: 8px;
  font-size: 1.1em;
}

.custom-buy-widget-v2 .btn-cart {
  background-color: #2c3e50; 
  flex-grow: 3; 
  border-radius: 0; 
}

.custom-buy-widget-v2 .btn-cart:hover {
  background-color: #34495e;
}

.custom-buy-widget-v2 .btn-buy-now {
  background-color: #000000; 
  flex-grow: 1.5; 
  border-radius: 0 6px 6px 0; 
}

.custom-buy-widget-v2 .btn-buy-now:hover {
  background-color: #333;
}
#buyonamazon {
	width: 100%;
	margin: 10px auto;
	background-color: #ffa41c;
	border: 1px solid #ffa41c;
	border-radius: 99px;
	text-align: center;
	padding: 10px 0px;
}
#buyonamazon a {
	color: #000;
	width: 100%;
	display: block;
	font-size: 15px;
}

#buyonnoon {
	width: 100%;
	margin: 10px auto;
	background-color: #2B4CD7;
	border: 1px solid #2B4CD7;
	border-radius: 99px;
	text-align: center;
	padding: 10px 0px;
}

#buyonnoon a {
	color: #ffffff;
	width: 100%;
	display: block;
	font-size: 15px;
}
html[dir="rtl"] body {
    font-family: 'IBM Plex Sans Arabic', sans-serif !important;
    line-height: 1.7 !important;
    font-size: 1em !important;
    font-weight: 400 !important;
}
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6 {
    font-family: 'IBM Plex Sans Arabic', sans-serif !important;
}
html[dir="rtl"] p,
html[dir="rtl"] a,
html[dir="rtl"] span,
html[dir="rtl"] li,
html[dir="rtl"] button,
html[dir="rtl"] label,
html[dir="rtl"] .form-control,
html[dir="rtl"] .btn {
    font-family: 'IBM Plex Sans Arabic', sans-serif !important;
}
html[dir="rtl"] #cart .dropdown-menu-end {
    right: auto;
    left: 0;
}

html[dir="rtl"] #search .search-form {
    right: auto;
    left: 0;
}
#top .top-center-group {
  text-align: center;
  color: #fff;
}

html[dir="rtl"] #top .top-right-group .list-inline {
    flex-direction: row-reverse;
}
html[dir="rtl"] .benefit-icon{
margin: 2px 0 0 10px;
}
html[dir="rtl"] footer h5{
  padding-right: 38px;
}
@media (max-width: 767.98px) {
  #top .top-center-group {
    display: none;
  }
  #top .top-right-group {
    margin-left: auto;
  }
html[dir="rtl"] .top-left-group .list-inline {
    flex-direction: row-reverse !important;
}
  html[dir="rtl"] #top .top-right-group {
    margin-left: 0;
  }
  html[dir="rtl"] footer h5{
  padding-right: 0px;
}
}
html[dir="rtl"] .btn-group > .btn:first-child {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

html[dir="rtl"] .btn-group > .btn:last-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir="rtl"] .btn-group > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
html[dir="rtl"] .custom-buy-widget-v2 .form-control {
  order: 3; 
}
html[dir="rtl"] .custom-buy-widget-v2 .btn-cart {
  order: 2; 
}
html[dir="rtl"] .custom-buy-widget-v2 .btn-buy-now {
  order: 1; 
}
.cart-dropdown-light-theme {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  color: #000 !important;
  box-sizing: border-box;
}

.cart-dropdown-light-theme a.text-dark {
  color: #000 !important;
}

.cart-dropdown-light-theme .border-bottom {
  border-color: #dee2e6 !important;
}

@media (max-width: 767.98px) {
  #cart .dropdown-menu {
    position: fixed !important;
    top: 100px !important; 
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 95vw !important;
    max-width: 95vw !important;
    z-index: 1050 !important;
    box-sizing: border-box;
  }
}
.thumbnt{
  width: 100%;
  line-height: 40px;
  border: none;
  border-top: 1px solid #ddd;
}
.thumbname{
  width: 100%;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.baner-home{
  width: 100%;
  max-height: 800px;
  overflow: hidden;
  margin-bottom: 15px;
}
.baner-home img{
  width: 100%;
  height: auto;
}