a{
	text-decoration: none;
}
.post-thumbnail{
	float: inherit;
	object-fit: cover;
	object-position: center center;
	width: 80px;
	height: 80px;
}

.featured-image{
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 30px;
}
h1{
	font-size: 2rem;
	font-weight: bolder;
}
.border-yellow{
	border-color: #d4af37 !important;
}
html {
	scroll-behavior: smooth;
}
body{
	font-family: Vazirmatn;
	overflow-x: hidden;
}

::selection {
    background-color: #171717;
    color: #fff;
}

.logo-img {
		width: auto;
		height: 35px;
	}

/*Sale*/
.onsale {
	position: absolute;
	width:100%;
	padding:5px;	
}

.onsale p {
	background:#ff003c;
	color:white;
	padding: 1px 10px;
	font-size: 12px;
}
.checked {
	color: #ffc700; 
}
/* ------4 Start Images ------ */
.img {
	width: 100%;
	height: 100%;
}

/*Images Hover*/
.image-all-together{
  position: relative;
}
.image-all-together .cover{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.image-all-together span{
  position: absolute;
  background-color: white;
  transition: .5s
}
.image-all-together .one{
  height: 0;
  width: 4px;
  top: 0;
  left: 0;
}
.image-all-together .two{
  height: 4px;
  width: 0;
  bottom: 0;
  left: 0;
}
.image-all-together .three{
  height: 0;
  width: 4px;
  bottom:0;
  right:0
}
.image-all-together .four{
  height: 4px;
  width: 0;
  top: 0;
  right: 0;
}
.image-all-together:hover .one,
.image-all-together:hover .three{
  height: 100%;
}
.image-all-together:hover .two,
.image-all-together:hover .four{
  width: 100%;
}
.image-all-together:hover img{
  transition-duration: .5s;
  transition-delay: .2s;
  opacity: .5;
}


@media (max-width: 480px) {
	footer {
		background-image: none;
	}
	.article{
		padding: 15px;
	}
	.card{
		max-width: 100% !important;
	}
}

#comments .ms-1{
	margin-inline-start: 2rem !important;
}
#comments .ms-2{
	margin-inline-start: 4rem !important;
}
#comments .ms-3{
	margin-inline-start: 6rem !important;
}
#comments .ms-4{
	margin-inline-start: 8rem !important;
}
#comments .ms-5{
	margin-inline-start: 10rem !important;
}
.text-truncate{
  max-width: 150px;
}
.table-primary {
  --bs-table-bg: #cfe2ff40;
  --bs-table-border-color: #a6b5cc40;
  --bs-table-striped-bg: #c5d7f240;
}
.text-decoration-dotted {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
    text-decoration-color: rgba(255, 255, 255, 0.5);
    text-decoration-thickness: 2px;
}
.list-inline-item:last-child {
    margin-left: .5rem;
}