
@font-face {
	font-family: 'IRANSans-web';
        src: url('../font-farsi/IRANSans-Bold-web.eot');
	src: url('../font-farsi/IRANSans-Bold-web.eot?#iefix') format('eot'),  /* IE6–8 */
url('../font-farsi/IRANSans-Bold-web.woff2') format('woff2'),  /* Chrome36+, Opera24+*/
url('../font-farsi/IRANSans-Bold-web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../font-farsi/IRANSans-Bold-web.ttf') format('ttf');  
	font-weight: bold;
}

@font-face {
	font-family: 'IRANSans-web';
        src: url('../font-farsi/IRANSans-Medium-web.eot');
 
	src: url('../font-farsi/IRANSans-Medium-web.eot?#iefix') format('eot'),  /* IE6–8 */
url('../font-farsi/IRANSans-Medium-web.woff2') format('woff2'),  /* Chrome36+, Opera24+*/
url('../font-farsi/IRANSans-Medium-web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../font-farsi/IRANSans-Medium-web.ttf') format('ttf');  
	font-weight: 500;
}


@font-face {
	font-family: 'IRANSans-web';
        src: url('../font-farsi/IRANSans-UltraLight-web.eot');
 
	src: url('../font-farsi/IRANSans-UltraLight-web.eot?#iefix') format('eot'),  /* IE6–8 */
url('../font-farsi/IRANSans-UltraLight-web.woff2') format('woff2'),  /* Chrome36+, Opera24+*/
url('../font-farsi/IRANSans-UltraLight-web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../font-farsi/IRANSans-UltraLight-web.ttf') format('ttf');  
	font-weight: 200;
}


@font-face {
	font-family: 'IRANSans-web';
        src: url('../font-farsi/IRANSans-Light-web.eot');
 
	src: url('../font-farsi/IRANSans-Light-web.eot?#iefix') format('eot'),  /* IE6–8 */
url('../font-farsi/IRANSans-Light-web.woff2') format('woff2'),  /* Chrome36+, Opera24+*/
url('../font-farsi/IRANSans-Light-web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../font-farsi/IRANSans-Light-web.ttf') format('ttf');  
	font-weight: 300;
}


@font-face {
	font-family: 'IRANSans-web';
        src: url('../font-farsi/IRANSans-web.eot');
 
	src: url('../font-farsi/IRANSans-web.eot?#iefix') format('eot'),  /* IE6–8 */
url('../font-farsi/IRANSans-web.woff2') format('woff2'),  /* Chrome36+, Opera24+*/
url('../font-farsi/IRANSans-web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../font-farsi/IRANSans-web.ttf') format('ttf');  
	font-weight: normal;
}



	.a{
		background:red;
	}
	
	.b{
		background:blue;
	}

	.c{
		background:yellow;
	}

	.d{
		background:green;
	}

	.e{
		background:black;
	}

	.f{
		background:#ccc;
	}

	.g{
		background:#f40004;
	}	
	.container{
		/*border:solid 1px #000;*/
	}
	body{
		  background: url(../images/defult-bg-pakage.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: IRANSans-web;
		
	}
	
	



a:hover{
	text-decoration:none;
}


.bg-list-title{
	background:#000;
	border-radius:10px 10px 0 0;
}
.bg-list-title h3{
	color:#fff;
	padding:8px 10px 8px 0;
	margin-bottom:0;
	font-size:20px;
}
.list-aside{
	
	padding:0 0 5px 0;
	border-radius:0 0 10px 10px;
}
.list-aside li{
	background:#fff;
	margin-bottom:2px;
padding:0 0 5px 0;
list-style-type:none;
}

.list-aside li a{
color:#000;
font-size:14px;
padding-right:5px;
display:block;
}
.list-aside li a:hover{
color:#f00;
text-decoration:none;
}

.list-aside .last-list{
background:#000;
padding: 15px;
border-radius: 0 0 10px 10px;
}


.list-aside img{
	border:solid 2px #ccc;
	margin-right:5px;
}


.bg-title{
	background:red;
	border-radius:10px 10px 0 0;
}
.bg-title h2{
	color:#fff;
	padding:8px 10px 8px 0;
	margin-bottom:0;
	font-size:25px;
}

.content{
	background:#fff;
	color:#000;
	text-align:justify;
	padding:5px;
}

.b-content{
	padding:20px;
	background:red;
	border-radius:0 0 10px 10px;
}

footer p{
	text-align:center;
	color:#fff;
	padding:8px;
	
}
footer span{
		text-align:center;
	color:#fff;
}


@media(max-width:767px){
	
	
	

	
	
	
	
	
	
} /* xs */
@media(min-width:768px){} /* sm */
@media(min-width:992px){} /* md */
@media screen and (min-width: 768px) , (min-width: 992px), (min-width: 1200px) {
	
	
	
	
	.navbar-nav li{

		/*margin-right:5px;*/
	}
	
	.navbar-nav > li{

		margin-right:5px;
	}

	.dropdown-menu > li{

		border-bottom:solid 1px #fff;
	}
	.dropdown-menu > li:last-of-type{
		border-bottom:none;
	}	
	

	.navbar-default .navbar-nav li a:hover{
		color:#000;
	}
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	
		background:#000;
		color:#fff;
	}


	
	.navbar-default{
		border:none;
		background:none;
		margin:0;
	}


.navbar{
  min-height:20px;
}	
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;

}
.navbar-nav > li > a {
    padding: 10px 15px;
	background:#000;
	/*
background: rgb(142,255,50);
background: linear-gradient(180deg, rgba(142,255,50,1) 0%, rgba(11,150,0,1) 100%);
*/
	border-radius:20px 20px 0 0;
	
}
.navbar-default .navbar-nav > li > a:hover{
    padding: 10px 15px;
	background:#fff;
	color:#000;
}

.navbar-default .navbar-nav li a{
	color:#fff;
}


.search{
margin-top:100px;
}	



.dropdown-menu{
	background:#000;
}

		
	
} /* lg */


.dot {
  height: 10px;
  width: 10px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  
margin-left: 5px;
}


.portfolio-content{
	text-align:center;
}
.portfolio-area{
	min-height:200px;
	overflow:hidden;
}

.portfolio-area li{
	padding-top:20px;
}

.portfolio-area li,.portfolio-categ li{
list-style-type:none;

}


.portfolio-categ{
	float:none;
	display:inline-block;
}

.portfolio-categ ul{

	}

.portfolio-categ li{
	float:left;
	
	margin:0 10px 10px 0;
	background:green;
	
	border-radius:5px;
}
.portfolio-categ a{
	color:#fff;
	padding:3px 10px;
	min-width:100px;
	display:block;
}

.portfolio-categ a:hover{
	color:#000;
	text-decoration:none;
}

.portfolio-categ a:focus{
	color:#000;
	text-decoration:none;
}

.list-content{
	overflow:hidden;
	padding:10px;
}
.list-content img{
	float:right;
	margin-left:20px;
	border-radius:10px;
}
.list-content a{
	color:#000;
}
.list-content span{
	color:#ccc;
	
}
hr{
	margin:10px 0;
}

.icons{
	margin:10px 0;
}
.icons span{
	color:#ccc;
}

.glyphicon{
	padding-left:3px;
}
.download{
	margin:10px 0;
}

.caption h3 a{
	color:#000;
}
.no-padding{
padding:0;	
}
.clearb{
	clear:both;
	padding-top:10px;
}
.blackk{
color:#000;	
}
.info-article{
	color:#8c7d7d;
}
.info-article span{
	padding-left:3px;
}

ul.pagination li a.active {
    background-color: #4D4D4D;
    color: white;
}

.pages{
	text-align:center;
	clear:both;
}
footer{
	background:#000;
	margin-top:10px;
}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.6;
    position:fixed;
    bottom:50px;
    right:50px;
    display:none;
    text-indent:-9999px;
    background: url('../images/icon_top.png') no-repeat;
}


.lan > li{
	float:left;
	list-style-type:none;
	margin:10px 0 0 2px;
}






/* سبد خرید کشویی */
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    transition: right 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
    direction: ltr;
}

.cart-sidebar.active {
    right: 0;
}


  /* --------- برای Firefox --------- */
  .cart-sidebar {
    scrollbar-width: thin; /* نازک کردن اسکرول‌بار */
    scrollbar-color: #b9b9b9 #eee; /* thumb - track */
  }

.cart-sidebar::-webkit-scrollbar {
    width: 10px; /* عرض اسکرول‌بار */
  }

.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

.cart-header {
    background: #28a745;
    color: white;
    padding: 20px;
    position: relative;
}

.cart-title {
text-align: right;
font-size: 15px;
}

.close-cart {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

.cart-content p {
    text-align: center;
     color: #666;
      padding: 50px 20px;
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.cart-item-image {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: -3px 3px 10px rgba(0,0,0,0.2);
    
}

.cart-item-image img{
width: 100%;
 height: 100%;
  object-fit: cover;
}

.cart-item-info {
    flex: 1;
    text-align: right;
}

.cart-item-name {
    font-size: 14px;
    margin-bottom: 5px;
}

.cart-item-price {
    color: #28a745;
    font-size: 15px;
}

.cart-item-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 3px;
    cursor: pointer;
}

.quantity-input {
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px;
    -moz-appearance: textfield;
    
}
/* مخفی کردن فلش‌ها در Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



.remove-item-btn {
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 4px 10px;
    cursor: pointer;
    font-size: 0.8rem;
}

.cart-total {
    background: #f8f9fa;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}

.cart-total p {
font-size: 20px;

}

.checkout-btn {
    width: 100%;
    background: #28a745;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
    cursor: pointer;
    margin-top: 15px;
}

.cart-badge {
    background: #dc3545;
    color: white;
    border-radius: 50%;
    padding: 5px 8px;
    font-size: 0.8rem;
    margin-right: 5px;
}
 /* سبد خرید کشویی */    








 .order-summary{
flex-grow: 1;
}

.order-item{
display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.items-details{
  flex-grow: 1;
}

.order-item .items-details{
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.order-item img{
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-radius: 5px;
}


.items-details p:nth-last-child(1){
  color:#218838;
}

.summary-details{
  font-size: 14px;
  margin: 30px 0;
}

.summary-row{
  display: flex;
  justify-content: space-around;
  margin-bottom: 5px;
}



.total{
color:#218838;
font-size: 15px;
}
