@font-face {
    font-family: iranSans;
    src: url('../fonts/iransansweb.woff2');
    src: url('../fonts/iransans.woff');
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/iransansweb.ttf');
}

h1, h2, h3, h4, h5, h6, p, a {
    font-family: iranSans;
}

a {
    text-decoration: none;
    color: #ff6f61;
}

body {
    font-size: 15px;
    font-weight: 300;
}
span {
    font-family: iransans;
}
.text-default {
    color: #ff6f61;
}
input {
    font-family: iransans;
}
.btn-default {
    background-color: #ff6f61;
    border: 1px solid #ff6f61;
    color: #ffffff !important;
}

.btn-default_2 {
    background-color: #fff;
    border: 1px solid #ff6f61;
    color: #747474;
}

.btn-default_2:hover {
    border: 1px solid #ff6f61;
    color: #fff;
    background-color: #ff6f61;
}

.btn-default:hover {
    background-color: #ffffff;
    border: 1px solid #ff6f61;
    color: #2b2b2b !important;
}

.logo-mobile {
    width: 60px;
    align-items: center;
}

.nav-link {
    color: #ffffff;
}
.nav-link:hover {
    color: #eee;
}

.navbar-brand {
    font-size: 18px;
    font-weight: 600;
}

.img-toggle {
    width: 28px;
    border: none;
    outline: none;
    background: none;
}

.img-mobile-header {
    width: 32px;
    
}

.top-mobile-user ul li a {
    font-size: 13px;
}

h1 {
    font-size:20px;
    font-weight: 600;
}

h3 {
    font-size: 18px;
    font-weight: 400;
}

h4 {
    font-size: 17px;
    font-weight: 400;
}

h5 {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

.btn {
    font-size: 14px;
    font-family: iranSans !important;
}

.float-left {
    float: left;
}

.icons {
    width: 20px;
    display: inline;
    padding-right: 5px;
}

.top-header a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: iranSans;
}

.bg-default {
    background-color: #ff6f61;
    color: white;
}

.bg-default:hover {
    background-color: #ff8074;
}
.logo {
    width: 60px;
    height: auto;
}

.top-search {
    vertical-align: middle;
    width: 100%;
    border: 1px solid #ff6f61;
    padding: 8px;
    color: #696969;
    font-family: iranSans;
    font-size: 14px;
    border-radius: 8px;
}

.search-top button {
    background: none;
    border: none;
    position: absolute;
}
.btn-bar {
    position: absolute;
    width: 25px;
    padding: 0;
    margin-top: 6px;
    margin-right: -40px;
}
input.top-search:focus {
    border: 2px solid #ff8074;
    outline: none;
}

.btn-outline-default {
    padding: 2px 3px;
    border-radius: 25px;
    float: left;
    margin-right: 24px;
    background-color: #f5f5f5;
}

.btn-outline-default:hover {
    background-color: #e6e6e6;
    color: white;
}



/* main menu items style */

.dropdown-mega_content a {
    text-decoration: none;
    color: #696969;
}

.dropdown-mega_content a:hover {
    text-decoration: none;
    color: #2b2b2b;
}

nav a {
    font-family: iranSans;
    font-size: 14px;
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

.dropdown-menu{
    &.show{
        -webkit-animation: fadeIn 0.3s alternate; /* Safari 4.0 - 8.0 */
         animation: fadeIn 0.3s alternate;
    }
}

.nav-item.dropdown.dropdown-mega{
    position: static;
    .dropdown-menu{
        width: 100%;
        top: auto;
        left: 0;
        right: 0;
        margin-top: 10px;
    }
}

nav .dropdown-toggle::after {
    display: none;
    content: none; 
}

.dropdown:hover>.dropdown-menu {
    display: block;
  }
  
  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
      pointer-events: none;
  }

  /* mobile sidebar */
  .sidebar li .submenu{ 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	padding-left: 1rem; 
	padding-right: 1rem;
}

.sidebar li a {
    color: #2b2b2b;
}

.sidebar li a:hover {
    color: #ff6f61;
}

.has-submenu .nav-link:first::after {
    content: ">";
    width: 18px !important;
    
}

/* slick slider  */

.slider {
    width: 100%;
    margin: auto;
}

.slick-slide {
  margin: 0;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: palevioletred;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 0.9;
}

.slick-active {
  opacity: 0.9;
}

.slick-current {
  opacity: 0.9;
}
.slick-dots li {
  width: 10px;
}

/* end of slick slider  */

.top-badges span {
    font-size: 8px !important;
    background-color: #ff6f61 !important;
}

.brand {
    font-size: 12px;
    padding: 8px;
    background-color: white;
}

.price {
    font-size: 12px;    
    color: rgb(61, 61, 61);
}

.price-del {
    font-size: 12px;
    color: #ff6f61;
    margin-left: 15px;
}

.border-default {
    border: 1px solid white;
}

.product-brand {
    font-size: 14px;
    font-weight: 300;
    font-family: iranSans;
}

.single-slide .bg-dark {
    background-color: #d3d3d3 !important;
}
.single-slide a {
    text-decoration: none;
    color: #747474;
}

.about-us {
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}

/* breadcrumb */
.breadcrumb li, label {
    font-family: iransans;
}

/* sidebar brands chechbox list */

.form-check-input:checked {
    background-color: #ff6f61;
    border-color: #ff6f61;
}

.brands ul li a {
    color: #3b3b3b;
}

.brands ul li:hover a {
    color: #ff6f61;
}

.product-discount {
    font-size: 13px;
}

.filters {
    font-family: iransans;
    font-size: 12px;
}

.modal-body ul li a {
    color: #2b2b2b;
}

.modal-body ul li:hover a {
    color: #2b2b2b;
}

.carousel-control-prev-icon {
    background-image: url(img/icons_prev.svg);
}

.product-title {
    font-size: 16px;
    font-weight: 400;
}

.single-brand {
    font-size: 16px;
}

.single-price-del, .single-price {
    font-size: 16px;
    font-weight: 600;
}

.single-price-del {
    color: #ff6f61;

}

.single-up span {
    font-size: 12px;
}

.btn-size {
    border: 1px solid #747474;
    padding: 4px 8px;
    border-radius: 0;
}

.btn-size:hover {
    background-color: #747474;
    color: #ffffff;
}

.table td {
    font-family: iransans;
}

.comment-item span {
    font-size: 12px;
    color: #747474;
}

.btn-comment {
    padding: 8px 16px;
    border: 1px solid #747474;
    border-radius: 0;
}

.btn-comment:hover {
    border: 1px solid #747474;
    background-color: #747474;
    color: #ffffff;
}

.btn-less {
    color: #ff6f61;
}
.star-rating {
    direction: rtl;
    display: inline-block;
    cursor: pointer;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ddd;
    font-size: 24px;
    padding: 0 2px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input:checked~label {
    color: #ffc107;
}

/* cart page stepbar */

.steps-horizontal {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 800px;
    position: relative;
    padding: 0;
}

.steps-horizontal::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e9ecef;
    z-index: 1;
}

.step-horizontal {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}

.step-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 20px;
    color: #6c757d;
    transition: all 0.3s ease;
}

.step-title {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
    font-family: iransans;
}

.step-description {
    font-size: 12px;
    color: #adb5bd;
    max-width: 150px;
    margin: 0 auto;
}

.step-horizontal.active .step-icon {
    background: #ff6f61;
    border-color: #ff6f61;
    color: white;
    box-shadow: 0 0 0 5px rgba(67, 97, 238, 0.2);
}

.step-horizontal.complete .step-icon {
    background: #2ecc71;
    border-color: #2ecc71;
    color: white;
}

.cart-wrapper {
    background-color: #f8f9fa;
    min-height: 100vh;
    padding: 40px 0;
}

.product-card {
    background: white;
    border-radius: 12px;
    transition: transform 0.2s;
}

.product-card:hover {
    transform: translateY(-2px);
}

.quantity-input {
    width: 60px;
    text-align: center;
    border: 1px solid #dee2e6;
    border-radius: 6px;
}

.product-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.summary-card {
    background: white;
    border-radius: 12px;
    position: sticky;
    top: 20px;
}

.checkout-btn {
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    border: none;
    transition: transform 0.2s;
}

.checkout-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #4f46e5, #4338ca);
}

.remove-btn {
    color: #dc2626;
    cursor: pointer;
    transition: all 0.2s;
}

.remove-btn:hover {
    color: #991b1b;
}

.quantity-btn {
    width: 28px;
    height: 28px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #f3f4f6;
    border: none;
    transition: all 0.2s;
}

.quantity-btn:hover {
    background: #e5e7eb;
}

.discount-badge {
    background: #dcfce7;
    color: #166534;
    font-size: 0.875rem;
    padding: 4px 8px;
    border-radius: 6px;
}

.text-muted {
    font-family: iransans;
}
.profile-sidebar {
    background: linear-gradient(135deg, #4158D0 0%, #C850C0 100%);
}

.nav-pills .nav-link {
    color: #6c757d;
    border-radius: 10px;
    padding: 12px 20px;
    margin: 4px 0;
    transition: all 0.3s ease;
}

.nav-pills .nav-link:hover {
    background-color: #f8f9fa;
}

.nav-pills .nav-link.active {
    background-color: #fff;
    color: #ff6f61;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}



.profile-pic {
    width: 120px;
    height: 120px;
    border: 4px solid #fff;
    margin-top: 12px;
    background-color: #fff;
}

.settings-card {
    border-radius: 15px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.settings-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.form-switch .form-check-input {
    width: 3em;
    height: 1.5em;
    margin-left: -3.5em;
}

.activity-item {
    border-left: 2px solid #e9ecef;
    padding-left: 20px;
    position: relative;
}

.activity-item::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff6f61;
    position: absolute;
    left: -7px;
    top: 5px;
}

.address:hover {
    color: #ff6f61;
}

selected, select, select option {
    font-family: iransans;
    font-size: 14px;
}

.brands-section img {
    width: 100%;
}
.categories-list img {
    border-radius: 50%;
}

.cat-item:hover {
    background-color: #fdefed;
}

/* search form */
.search-bar {
    max-width: 500px;
    margin: auto auto;
}

.search-bar .input-group {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.search-bar .form-control {
    border: none;
    padding-left: 20px;
}

.search-bar .btn {
    border: none;
    padding: 10px 20px;
}

.search-bar .btn:hover {
    background-color: #ffd9d6;
}

.search-bar .btn img {
    width: 18px;
}