/* background-color: rgba(56, 127, 175, 1); */

@import url("font/vazir.css");

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

body {
	font-family: 'primary-font', 'segoe ui', tahoma;
	font-size: 0.875rem;
	background-color: #FFF;
	color: #252525;
	position: relative;
	direction: rtl;
	box-sizing: border-box;
	overflow-x: hidden !important;
}

body::after {
	width: 250px;
    height: 200px;
    background: url(../img/dots.svg) no-repeat center center;
    background-size: 220px 220px;
    content: "";
    position: absolute;
    top: 70px;
    right: 0px;
    z-index: -1;
    filter: invert(1);
}

body::before {
	width: 250px;
    height: 200px;
    background: url(../img/dots.svg) no-repeat center center;
    background-size: 220px 220px;
    content: "";
    position: absolute;
    bottom: 280px;
    left: 0px;
    z-index: -1;
    filter: invert(1);
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a,
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
	color: inherit;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1.75;
	font-weight: bold;
}

h1,
.h1 {
	font-size: 4.063em;
}

h2,
.h2 {
	font-size: 3rem;
}

h3,
.h3 {
	font-size: 1.5rem;
}

h4,
.h4 {
	font-size: 1.25rem;
}

h5,
.h5 {
	font-size: 1.125rem;
}

h6,
.h6 {
	font-size: 1rem;
}

p {
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 2;
}

p.title {
	font-size: 1rem;
}

.container {
	width: 1100px;
	max-width: 100%;
}

.container,
.container-fluid {
	padding-right: 10px;
	padding-left: 10px;
}

/* Helper Classes & Shorcodes */

.padding {
	padding: 7.5rem 0;
}

.padding_top {
	padding-top: 7.5rem;
}

.padding_bottom {
	padding-bottom: 7.5rem;
}

.padding_half {
	padding: 3.75rem 0;
}

.padding_bottom_half {
	padding-bottom: 3.75rem;
}

.padding_top_half {
	padding-top: 3.75rem;
}

.margin_bottom {
	margin-bottom: 7.5rem;
}

.margin_top {
	margin-top: 7.5rem;
}

.heading_space {
	margin-bottom: 3.75rem;
}

.bottom5 {
	margin-bottom: 5px;
}

.bottom10 {
	margin-bottom: 10px;
}

.top10 {
	margin-top: 10px;
}

.bottom15 {
	margin-bottom: 15px;
}

.top15 {
	margin-top: 15px;
}

.top20 {
	margin-top: 20px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom25 {
	margin-bottom: 25px;
}

.top25 {
	margin-top: 25px;
}

.bottom30 {
	margin-bottom: 30px;
}

.top30 {
	margin-top: 30px;
}

.bottom35 {
	margin-bottom: 35px;
}

.top40 {
	margin-top: 40px;
}

.bottom40 {
	margin-bottom: 40px;
}

.top50 {
	margin-top: 50px;
}

.bottom50 {
	margin-bottom: 50px;
}

.top60 {
	margin-top: 60px;
}

.bottom60 {
	margin-bottom: 60px;
}

.top80 {
	margin-top: 80px;
}

.bottom80 {
	margin-bottom: 80px;
}

.bottom45 {
	margin-bottom: 45px;
}

.bottom0 {
	margin-bottom: 0;
}

.top150 {
	margin-top: 150px;
}

.bottom150 {
	margin-bottom: 150px;
}

.nomargin {
	margin: 0;
}

.bglight {
	background: #f5f5f5;
}

.bgdark {
	background: red !important;
}

.bgdefault {
	background: #515A5F;
}

.whitecolor {
	color: #ffffff;
}

.darkcolor {
	color: #515A5F;
}

.colorblack {
	color: #232323;
}

.content-container {
	min-height: 70vh;
}


.content-wrapper {
	margin: 3rem 0 1rem;
	padding: 1rem;
}

.content-items {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 2rem 0;
}

.content-item > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1rem 1rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background-color: #f8f8f8;
	border-radius: 10px;
	min-width: 200px;
	min-height: 200px;
	transition: all 0.4s;
}

.content-item > a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.content-item i {
	font-size: 4rem;
	margin-bottom: 1rem;
	color: rgb(22, 54, 114);
}

.content-item span {
	font-size: 1.1rem;
	font-weight: 500;
}

#accordion .card {
    background-color: #fff !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    position: relative;
    z-index: 1;
    border-radius: 3px;
    transition: all 0.4s;
    height: auto;
	margin: 5px 0;
	padding: .5rem 2rem 1rem;
}

#accordion button {
	outline: none;
	position: relative;
}

#accordion button::after {
	content: ' + ' ;
	position: absolute;
	right: -2%;
	top: 23%;
}

#accordion .btn-link {
	transition: all 0.4s;
}

#accordion .btn-link:focus, #accordion .btn-link:hover {
    color: #23527c;
    text-decoration: none !important;
}

#accordion .card-header {
	padding-top: 0.5rem;
}

.collapse .card-body {
	background-color: #fff !important;
	border-top: 1px solid rgb(235, 235, 235);
}

#accordion p {
	font-size: .8rem;
	margin-top: 1rem;
}

#accordion ul li {
	font-size: .8rem;
	margin-bottom: 1rem;
	font-weight: bold;
}


/* header */

.header {
	height: 92vh;
	text-align: center;
	position: relative;
	top: 0%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgb(255, 255, 255);
	z-index: 1;
}

.header::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0%;
	width: 42%;
	height: 50%;
	background-color: rgba(247, 3, 3, 0.205);
	border-radius: 0 0 0 230px ;
	z-index: -1;
}

.header::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0%;
	width: 42.5%;
	height: 51%;
	border-left: 1px dashed rgba(247, 3, 3, 0.4);
	border-radius: 0 0 0 230px ;
	z-index: -1;
}

.header-image {
	height: 80vh;
	padding: 4rem;
	position: relative;
}

.images_bg {
	content: '';
	position: absolute;
	top: 25%;
	left: 25%;
	width: 60%;
	height: 60%;
	border-radius: 50%;
	background-color: rgba(180, 0, 0, 0.479);
}

.header-image::after {
	position: absolute;
	content: '';
	bottom: 10%;
	left: 0%;
	width: 2px;
	height: 10%;
	background-color: rgba(250, 0, 0, 0.568);
}

.header-image::before {
	position: absolute;
	content: '';
	bottom: 22%;
	left: 0%;
	width: 2px;
	height: 10%;
	background-color: rgba(255, 0, 0, 0.301);
}

.image-1 {
	position: absolute;
	top: 12%;
	right: 0%;
	width: 40% !important;
	border-radius: 50px 20px 20px 0;
	transition: all .4s;
}

.image-2 {
	position: absolute;
	top: 45%;
	right: 20%;
	width: 45% !important;
	border-radius: 0px 60px 20px 30px;
	transition: all .4s;
}

.image-3 {
	position: absolute;
	top: 5%;
	right: 50%;
	width: 40% !important;
	border-radius: 90px 20px 60px 30px;
	transition: all .4s;
}

.image-1:hover, .image-2:hover, .image-3:hover {
	transform: scale(1.05);
}

.header-content {
  padding-top: 10%;
}

.header-content h1 {
	font-size: 2.3rem;
	text-align: right;
	text-shadow: -.030em .030em #EEEEEE, -.06em .06em #707070;
	color: #46427F;

}

.header-content h4 {
	font-size: 1.7rem;
	font-weight: 500;
	text-align: right;
	margin-top: 1rem;
}

.header-content p {
	font-size: 1.1rem;
	font-weight: 100;
	text-align: right;
}


.menu {
	z-index: 2;
	position: relative;
	width: 100%;
	overflow-x: hidden;
}

.sidebar-header {
	display: none;
}

nav {
	width: 80%;
	margin: auto;
	background-color: transparent;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
	padding: 1rem;
	border-bottom: 1px solid #685F5A;
}

nav ul {
	list-style: none;
}

nav li {
	display: inline-block;
	margin: 0 10px;
}

nav li a {
	color: #000;
	position: relative;
	font-size: 0.8rem;
}

nav li a::after {
	content: '';
	position: absolute;
	bottom: 25%;
	left: 0;
	width: 0%;
	height: 6px;
	background-color: rgba(255, 0, 0, 0.247);
	transition: all .4s;
}

nav li a:hover::after {
	width: 100%;
}

.logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.s-dropdown-menu p {
	text-align: center;
	font-size: .7rem;
	font-weight: bold;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: .3rem 0;
}

.s-dropdown .shop {
	margin-left: 10px;
	color: rgba(56, 127, 175, 1);
	border: none;
	background-color: transparent;
	background-color: rgba(56, 127, 175, .15);
	padding: .3rem .5rem;
	border-radius: 50%;
	transition: all .4s;
}

.s-dropdown .shop:hover {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.s-dropdown .shop i , .user-dropdown .user i {
	font-size: 1rem;
}

.s-dropdown-menu {
	background-color: #fff;
	padding: 0;
	display: none !important;
	padding-bottom: 2.2rem;
}

.s-dropdown-menu.open {
	display: block !important;
    position: absolute;
    width: 280px;
    height: auto;
    background: #fff;
    top: 80%;
    left: 17%;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.login {
	margin-left: 15px;
}

.dropdown-item {
	display: block;
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
	transition: all 0.4s;
}

.dropdown-item:hover {
	background-color: #f1f1f1;
}

.see-shop {
	padding: .5rem 0;
	background-color: rgb(235, 235, 235);
	width: 100%;
	transition: all .4s;
	position: absolute;
	bottom: 0;
}

.see-shop:hover {
	background-color: rgb(224, 224, 224);
}

.shop-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 0;
}

.shop-item-info {
	display: flex;
	align-items: center;
}

.shop-item img {
	width: 50px;
	height: auto;
	margin: 0 10px;
}

.shop-item h1 {
	font-size: .7rem;
	text-align: right; 
}

.shop-item span {
	font-size: .6rem;
	text-align: right;
	color: #999;
}

.shop-item-delete {
	text-align: left;
	color: rgb(0, 0, 0);
	font-size: 1.2rem;
	font-weight: bold;
	padding-left: 20px;
	cursor: pointer;
}

.shop-header {
	background-color: rgb(31, 106, 141);
	padding: .5rem;
	font-size: .7rem;
	text-align: center;
	transition: all 0.4s;
	color: #fff;
}

.shop-header span {
	text-align: center;
	margin: auto;
}

/* .logo-container img {
	width: 100%;
	height: 100%;
} */

.active_link {
	font-weight: bold;
	color: #000;
}


.content {
	color: #E1E1E1;
}

.content h1 {
  font-size: 2.5rem;
  margin-top: 7%;
  line-height: 1.5;
  font-weight: 100;
}

.content h6 {
  font-size: 1.1rem;
  margin-top: 2.5%;
	font-weight: 100 !important;
}

.content p {
  font-size: 0.9rem;
  margin-top: 3.5%;
	font-size: 100 !important;
}

.more-info {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	position: relative;
}

.more-info::after {
	width: 250px;
    height: 200px;
    background: url(../img/dots.svg) no-repeat center center;
    background-size: 220px 220px;
    content: "";
    position: absolute;
    top: 25px;
    right: 0px;
    z-index: -1;
    filter: invert(1);
}

.benefits-container {
	background-color: #f5f5f5;
}

.benefits {
	margin-top: 1rem;
}

.benefits div {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.benefits .benefit-img {
	width: auto; 
	height: 100px;
	position: relative;
}

.benefit-img img {
	width: 100%;
	height: 100%;
	z-index: 1;
}

.benefits .benefit-img::after {
	content: '';
	position: absolute;
}

.benefit-img-1::after {
	bottom: -14%;
	right: -28%;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 0, 0.637);
	z-index: 0;
	border-radius: 50%;
}

.benefit-img-2::after {
	top: -15%;
	right: -10%;
	width: 80%;
	height: 80%;
	background-color: rgba(45, 158, 64, 0.623);
	z-index: 0;
	border-radius: 50%;
}

.benefit-img-3::after {
	top: 10%;
	left: -15%;
	width: 80%;
	height: 80%;
	background-color: rgba(110, 156, 209, 0.486);
	z-index: 0;
	border-radius: 50%;
}

.benefits span {
	margin: 1rem auto;
	font-weight: bold;
	font-size: 1rem;
}

.benefits p {
	font-size: .8rem;
}


/* products */

.products {
	margin: 4rem 0;
	padding: 0;
	position: relative;
}

.products-row:nth-of-type(3) {
	margin-top: 2%;
}

.products h3 {
	margin-bottom: 2%;
	color: #3E3E3E;
	font-weight: bold;
	font-size: 1.3rem;
}

.behind-picture {
	background-color: transparent;
	height: auto;
	padding: 0.4rem;
	border-radius: 6px;
	z-index: 1;
	overflow: visible;
	transition: all 0.4s;
}

.card {
	background-color: #fff !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 3;
	border-radius: 3px;
	transition: all 0.4s;
	height: auto;
	direction: rtl;

}

.card-container:hover .behind-picture {
	background-color: #3161aac7 !important;
}

.card-container:hover .card {
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}

.card-title {
	padding: 1rem 0 0.7rem 0;
	color: #242424;
}

.card-text {
	padding: 1rem 1.2rem 3.5rem 1.2rem;
	font-size: 14px;
}

.card-image {
  transition: all 0.4s;
  width: 80%;
  margin: auto;
  padding-top: 1rem;
}

.card-image img {
	width: 100%;
	height: 100%;
}

.card-footer {
	width: 80%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 10px;
}

.prices {
	display: flex;
	align-items: center;
	justify-content: center;
}

.old-price {
	font-size: 11px;
	margin-left: 5px;
	text-decoration: line-through;
}

.price {
	font-size: 13px;
}

.on {
	color: green;
	font-size: 12px;
}

.off {
	color: red;
	font-size: 12px;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -20%;
    left: 0%;
}

.owl-theme .owl-nav button:hover {
    background-color: transparent !important;
}

.owl-theme .owl-nav span {
    font-size: 2.1rem !important;
	color: #ff00009f;
	opacity: .8 !important;
	transition: all .4s;
}

.owl-theme .owl-nav span:hover {
    font-size: 1.8rem;
	color: #ff0101;
	opacity: 1 !important;
}


/* first-footer */

.first-footer {
	padding: 0rem;
}

.footer-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem;
}

.first-footer h4 {
	color: #443631;
	font-weight: 100;
	margin-bottom: 1rem;
}

.first-footer p {
	line-height: 1.8;
	color: #6D6460;
}

.first-footer li {
	margin: 10px 0;
}

.footer_logo {
	width: 100%;
	text-align: center;
	padding-bottom: 1rem;
	font-size: 1.5rem;
	text-shadow: -.030em .030em #EEEEEE, -.06em .06em #707070;
}

.social-media {
	width: 50%;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: #000;
	font-size: .9rem;
}

.social-media a {
	margin: 5px;
	transition: all .4s;
	display: flex;
	align-items: center;
}

.social-media a:hover {
	color: rgb(196, 41, 41);
}

.social-media i {
	font-size: 1.2rem;
	margin-left: .3rem;
	background-color: rgba(110, 156, 209, 0.486);
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* footer */

footer {
	background-color: #c7c7c7;
	padding: 0.5rem 0;
	box-sizing: border-box;
	overflow: hidden;
}

.copyright {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.copyright span {
  font-size: 13px;
}

.copyright a {
	font-weight: bold;
}

.last_section {
	padding: 3rem 0;
}



@media (max-width: 760px) {
	html {
		overflow-x: hidden;
		width: 99%;
		margin: auto;
	}

	body {
		overflow-x: hidden !important;
		box-sizing: border-box;
		width: 100%;
	}

	.logo-container {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.logo-container div {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	nav {
		width: 90%;
		margin: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		z-index: 2;
		padding: 0.8rem 0.5rem;
	}

	.menu > nav > ul  {
		width: 80vw;
		height: 100vh;
		position: fixed;
		top: 0;
		right: 0px;
		background: linear-gradient(180deg, rgba(26,26,26,1) 0%, rgba(26,26,26,1) 90%, rgba(26,26,26,0.99) 100%);
		transform: translateX(100%);
		z-index: 90;
		transition: all 0.4s;
	}

	.show-menu {
		transform: translateX(0) !important;
	}

	.menu > nav > ul h6 {
		text-align: right;
		color: #fff;
	}

	nav ul {
		list-style: none;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		padding-top: 2rem;
	}

	nav li {
		margin: 15px;
		text-align: right;
		padding-right: 8px;
	}

	nav li a {
		color: #ebebeb;
		position: relative;
	}

	nav li a:hover {
		color: #fff;
	}

	.hamburger-menu {
		width: 22px;
		height: 16px;
		cursor: pointer;
		position: relative;
		display: flex;
		flex-direction: column !important;
		align-items: center;
		justify-content: space-between;
	}

	.hamburger-menu > div {
		width: 100%;
		height: 3px;
		background-color: #000;
		border-radius: 1px;
	}

	.s-dropdown-menu {
		display: none !important;
	}
	
	.s-dropdown-menu.open {
		display: block !important;
		position: absolute;
		width: 250px;
		height: auto;
		background: #fff;
		top: 100%;
		left: 12%;
		border: 1px solid rgba(0, 0, 0, 0.2);
	}

	.dropdown-item {
		display: block;
		width: 100%;
		border-bottom: 1px solid #f5f5f5;
		transition: all 0.4s;
	}

	.shop-item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0.5rem 0;
	}
	
	.shop-item-info {
		display: flex;
		align-items: center;
	}

	.shop-item-info div {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	
	.shop-item img {
		width: 50px;
		height: auto;
		margin: 0 10px;
	}
	
	.shop-item h1 {
		font-size: .7rem;
		text-align: right; 
	}
	
	.shop-item span {
		font-size: .6rem;
		text-align: right;
		color: #999;
	}
	
	.shop-item-delete {
		text-align: left;
		color: rgb(0, 0, 0);
		font-size: 1.3rem;
		font-weight: bold;
		padding-left: 20px;
		cursor: pointer;
	}
	
	.shop-header {
		background-color: rgb(31, 106, 141);
		padding: .5rem;
		font-size: .7rem;
		text-align: center;
		transition: all 0.4s;
		color: #fff;
	}


	.sidebar-header {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding: 0 20px 20px;
		color: #fff;
		border-bottom: 1px solid #999;
		margin-bottom: 1rem;
	}

	.closebtn {
		width: 25px;
		height: 19px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
	}

	.closebtn > div:first-of-type {
		width: 100%;
		height: 3px;
		background-color: #d4d4d4;
		transform-origin: top right;
		transform: rotate(-43deg);
	}

	.closebtn > div:last-of-type {
		width: 100%;
		height: 3px;
		background-color: #d4d4d4;
		transform-origin: bottom right;
		transform: rotate(45deg);
	}
	
	.shop {
		margin-left: 10px;
		color: darkblue;
		border-bottom: 1px solid #000;
	}

	.header {
		overflow: hidden;
	}

	.header::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0%;
		width: 59%;
		height: 44%;
		border-radius: 0 0 0 230px ;
		z-index: -1;
	}
	
	
	.header::before {
		width: 60.5%;
		height: 45%;
	}
	
	.header-image {
		height: 80vh;
		padding: 4rem 0 0;
	}
	
	.header-image::after {
		bottom: 30%;
	}
	
	.header-image::before {
		bottom: 42%;
		left: 0%;
	}
	
	.image-1 {
		top: 6%;
		right: 0%;
		width: 45% !important;
	}
	
	.image-2 {
		top: 30%;
		right: 17%;
		width: 45% !important;
	}
	
	.image-3 {
		top: 11%;
		right: 50%;
		width: 40% !important;
		border-radius: 10px 20px 30px 30px;
	}
	
	.header-content {
	  padding-top: 50%;
	}
	
	.header-content h1 {
		font-size: 1.7rem;
		text-align: right;
	}

	.header-content h4 {
	  font-size: 1.3rem;
	  margin-top: 1vh;
	  margin-bottom: .1vh;
	  font-weight: 500 !important;
	}

	.header-content p {
	  font-size: 0.8rem;
	  margin-top: 2%;
	  font-size: 100;
	}

	.header-image {
		width: 100%;
		margin: auto;
	}

	.products {
		overflow: hidden;
		padding: 1rem 0;
	}

	.products h3 {
		font-size: 17px;
		margin-bottom: 4%;
		font-weight: bold;
	}

	.behind-picture {
		background-color: #fff;
		height: auto;
		padding: 0.4rem;
		border-radius: 3px;
		z-index: 1;
		overflow: visible;
		transition: all 0.4s;
		width: 90%;
		margin: auto;
		margin-bottom: 20px;
	}

	.card {
		background-color: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
		position: relative;
		z-index: 1;
		border-radius: 3px;
		transition: all 0.4s;
		height: auto;
	}

	.card-title {
		padding: 0.8rem 0 0.8rem 0;
		font-size: 12px;
		font-weight: 100;
		color: #272727;
	}

	.card-footer .old-price {
		font-size: 10px;
	}

	.card-footer .price {
		font-size: 13px;
	}

	.card-footer .on , 	.card-footer .off {
		font-size: 11px;
	}

	.card-text {
		padding: 0rem 1.2rem 3rem 1.2rem;
		font-size: 11px;
	}

	.behind-card-image {
		background: transparent;
		border-bottom: 1px solid #544423;
		border-left: 1px solid #544423;
		border-right: 1px solid #544423;
		width: 66px;
		height: 65px;
		border-radius: 50%;
		z-index: 0;
		padding: 0.5rem;
	}

	.card-image {
		transition: all 0.4s;
	}

	.projects {
		padding: 0rem;
		margin-top: 0;
		overflow: hidden;
	}

	.projects h3 {
		margin-bottom: 5%;
		font-size: 17px;
	}

	.project {
		height: 260px;
		width: 90%;
		margin: auto;
	}

	footer {
		background-color: #B8B2A6;
		padding: 1rem 0px;
		box-sizing: border-box;
		overflow-x: hidden;
	}

	.footer-item {
		border-bottom: 1px solid #999;
		margin-bottom: 1rem;
	}

	.first-footer .footer_logo {
		padding: 1rem 0;
	}

	.copyright {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.copyright a {
		width: 16%;
		margin-right: 1%;
	  }
  
	  .copyright span {
		  font-size: 11px;
		  width: 100%;
		  text-align: center;
	  }


}

/* pages */

.page_title {
	padding: 0.5rem 0;
	margin-bottom: 1rem;
	border-bottom: 1px solid rgb(219, 219, 219);
	color: #0956af;
}

/* product-page */

.product-info {
	min-height: 90vh;
	padding-top: 5rem;
}

.product-image img {
	width: 100%;
	height: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.product-content {
	padding-right: 2rem;
	position: relative;
	padding-bottom: 4rem;
}

.product-content h2 {
	font-size: 1.8rem;
	margin-bottom: 2rem;
}

.product-item {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.product-item h6 , .select-box h6 {
	font-weight: 100;
	font-size: .9rem;
}

.select-box {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.select-box select {
	min-width: 180px;
	border: 1px solid #e6e6e6;
	padding: 0.1rem 0.5rem;
	outline: none;
	border-radius: 20px;
	color: #333;
}

.product-content h6 {
	margin-left: 1rem;
	min-width: 100px;
}

.product-content a {
	background-color: seagreen;
	width: 240px !important;
	position: absolute;
	bottom: 0px;
	right: 4%;
	padding: 0.5rem 0;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	transition: all 0.4s;
}

.tab-pane {
	padding-top: 2rem;
}

.product-exp {
	padding: 1rem;
	position: relative;
	margin-bottom: 1rem;
}

.tab-pane li {
	margin: 1rem 0;
	position: relative;
	padding-right: 20px;
	font-weight: bold;
}

.tab-pane li::after {
	content: ' ⚫️ ';
	position: absolute;
	right: 0;
	top: 20%;
	font-size: .7rem;
}

.comments {
	padding-top: 1rem;
    display: flex;
    flex-direction: column;
}

.prev-comments {
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 1rem;
}

.new-comment {
	padding-top: 1rem;
	padding-bottom: 3rem;
	position: relative;
}

.new-comment h6 {
	margin-bottom: 2rem;
}

.new-comment label {
	font-weight: 100;
}

.new-comment a {
	position: absolute;
	bottom: 10px;
	right: 1%;
	color: #fff;
	width: 20%;
	padding: 0.35rem 0;
	text-align: center;
	font-weight: 100;
	transition: all 0.4s;
}

.comment-container {
	background-color: #f5f5f5;
	padding: 1rem;
	border: 1px solid #999;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 1rem;
}

.comment-container img {
	width: 100px;
	height: auto;
}

.comment-header {
	display: flex;
	flex-direction: column;
	text-align: right;
}

.comment-header h6 {
	line-height: 1 !important;
	margin: 5px 0;
	color: #333;
}

.comment-header span {
	font-size: 0.7rem;
	color: #777;
}

.comment-content {
	padding-top: 0.5rem;
}

.comment-content p {
	color: #222;
	font-size: 0.9rem;
	text-align: right;
}

@media (max-width: 770px) {
	.product-info {
		min-height: 100vh;
		padding-top: 2rem;
		overflow: hidden;
	}
	
	.product-content {
		padding-right: 1rem;
		padding-bottom: 4rem;
	}
	
	.product-content h2 {
		font-size: 1.1rem;
		margin-bottom: 1rem;
		text-align: center;
		margin-top: 1.5rem;
	}
	
	.product-item {
		margin-bottom: 1rem;
	}
	
	.select-box {
		margin-bottom: 1rem;
	}

	.select-res {
		position: relative;
		padding-bottom: 1.5rem;
	}

	.select-res small {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	.product-content h6 {
		margin-left: 1rem;
		min-width: 90px;
	}
	
	.product-content a {
		width: 90% !important;
		bottom: 15px;
		right: 5%;
	}

	.tab-pane {
		padding-top: 2rem;
	}

	.product-exp .nav-link {
		font-size: .73rem;
		padding: 5px 5px !important;
	}

	.product-exp .nav-link .badge {
		font-size: .7rem;
	}

	.product-exp {
		padding: 1rem 0;
		margin-bottom: 1rem;
		margin-top: 2rem;
	}

	.product-exp p {
		font-size: .75rem;
	}
	
	.tab-pane li {
		margin: 0.8rem 0;
		font-size: .8rem;
	}

	.tab-pane li::after {
		content: ' ⚫️ ';
		position: absolute;
		right: 0;
		top: 8%;
		font-size: .5rem;
	}

	.table td, .table th {
		font-size: .75rem !important;
		font-weight: 100;
	}
	
	.comments {
		padding-top: 1rem;
		display: flex;
		flex-direction: column;
	}
	
	.comment-container {
		padding: 1rem 0.5rem;
		flex-direction: column;
		margin-bottom: 1rem;
	}
	
	.comment-container img {
		width: 100px;
		height: auto;
	}
	
	.comment-header {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	
	.comment-content {
		padding-top: 1rem 0.5rem;
	}
	
	.comment-content p {
		font-size: 0.75rem;
		margin-top: 0.5rem;
	}

	.new-comment a {
		right: 5%;
		width: 90%;
		padding: 0.4rem 0;
	}
}

/* contact-us page */

@media (max-width: 760px) {
	.content-items {
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	.content-item > a {
		margin: 1rem 0;
	}

	#accordion .card {
		padding: .5rem 1rem 1rem;
	}

	#accordion .btn-link:focus, #accordion .btn-link:hover {
		max-width: 100% !important;
		white-space: inherit !important;
		text-align: right !important;
	}
}


/* shop page */

.basket-item {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 1rem 0;
	padding: .5rem;
	background-color: #fff;
}

.basket-item img {
	width: 20%;
}

.basket-item-info {
	text-align: right;
}

.basket-item-info div, .basket-item-info h6 {
	margin: 5px 0;
}

.basket-item-delete {
	font-size: 3rem;
	text-align: left;
	color: red;
}

#plus, #minus {
	background-color: transparent;
	border: 1px solid #e6e6e6;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	transition: all .4s;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: .8rem;
}

#plus:hover, #minus:hover {
	box-shadow: 0 0 8px rgb(0 0 0 / 10%);
}

.basket-item-color {
	position: relative;
	padding-right: 1.2rem;
}

.basket-item-color::after {
	content: '';
	position: absolute;
	top: 20%;
	right: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #000;
}

.basket-item-size {
	padding-top: .3rem;
}

.basket-item-size i {
	position: relative;
	padding-left: 1rem;
	font-size: 1rem;
}


.shop-item-numbers {
	display: flex;
	align-items: center;
}

.select-shop-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.shop-item-numbers i {
	font-weight: 100 !important;
	color: rgba(56, 127, 175, 1) !important;
	cursor: pointer;
}

.shop-item-numbers span {
	margin: 0 .5rem;
	font-size: 1.1rem;
}

#s_number {
	width: 40px;
	text-align: center;
	margin: 0 5px;
}


.s_basket {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 1rem;
	box-sizing: border-box;
	margin-top: 1rem;
	padding-bottom: 4rem;
	position: relative;
	background-color: #fff;
}

.final--items {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: .5rem;
	margin-bottom: 1rem;
}

#basket_badge {
	margin-right: .5rem;
	background-color: #23527c;
}

.final-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.final-item {
	min-height: 60px;
	border-bottom: 1px solid #f1f1f1;
}

.final-item input {
	width: 260px;
	border: 1px solid #dad9d9;
	border-radius: 5px;
	padding: .3rem .6rem;
	outline: none;
	font-size: .7rem;
}

.final-item textarea {
	width: 260px;
	min-height: 80px;
	margin: .5rem 0;
	border: 1px solid #dad9d9;
	border-radius: 5px;
	padding: .3rem .6rem;
	outline: none;
	font-size: .75rem;
}

.final-item input[type="radio"] {
	width: 100px;
	border: 1px solid #dad9d9;
	border-radius: 5px;
	padding: .3rem .6rem;
	outline: none;
	font-size: .7rem;
}

.final-price span {
	font-weight: bold;
}

.s_basket a {
	position: absolute;
	bottom: 15px;
	left: 5%;
	width: 90%;
	margin: auto;
	background-color: #207547;
	color: #fff;
	text-align: center;
	padding: .5rem 0;
	transition: all .4s;
}

.s_basket a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.payment {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.payment > div {
	width: 150px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 .3rem;
	direction: rtl;
	text-align: right;
	margin: .2rem 0;
}

@media (max-width: 770px) {
	.basket-item {
		flex-direction: column;
		padding: 0rem;
		width: 90%;
		margin: 1rem auto;
	}
	
	.basket-item img {
		width: 100%;
		margin-bottom: .5rem;
		padding: 0;
	}
	
	.basket-item-info {
		text-align: right;
		width: 100%;
	}
	
	.basket-item-info div, .basket-item-info h6 {
		margin: 8px 0;
	}

	.select-shop-item {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		text-align: right;
		width: 100%;
		margin-top: 10px;
	}
	
	.select-shop-item {
		flex-direction: row;
		justify-content: space-between;
	}
	
	.shop-item-numbers span {
		margin: 0 .2rem;
		font-size: 1.1rem;
	}
	
	#s_number {
		width: 40px;
		text-align: center;
		margin: 0 0px;
	}

	.sh-delete {
		margin-top: 1rem;
	}
	
	
	.s_basket {
		width: 90%;
		margin: 2rem auto 0;
	}
	
	.final--items {
		display: flex;
		align-items: center;
		justify-content: center;
		border-bottom: 1px solid #e4e4e4;
		padding-bottom: .5rem;
		margin-bottom: 1rem;
	}
	
	#basket_badge {
		margin-right: .5rem;
		background-color: #23527c;
	}
	
	.final-item {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.final-item {
		min-height: 60px;
		border-bottom: 1px solid #f1f1f1;
	}
	
	.final-price span {
		font-weight: bold;
	}
	
	.s_basket a {
		position: absolute;
		bottom: 15px;
		left: 5%;
		width: 90%;
		margin: auto;
		background-color: #207547;
		color: #fff;
		text-align: center;
		padding: .5rem 0;
		transition: all .4s;
	}
	
	.s_basket a:hover {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
}



/* factor page  */

.factor_items {
	border: 1px solid rgb(197, 197, 197);
	border-radius: 4px;
	padding: .5rem;
}

.factor-item-container {
	padding: .5rem;
}

.factor-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: .5rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}



/* login page */

.login-page {
    min-height: 77vh;
}

.lr-container {
	position: relative;
	margin-top: 4rem;
}

.lr-container h4 {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: .5rem;
	font-weight: 500;
} 

.loginPageLogo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
}

.loginPageLogo img {
	width: 70px;
	height: auto;
}

.login-conatiner {
	background-color: #fff;
	color: #000;
	position: absolute;
	border-radius: 10px;
	padding: 1rem;
	min-height: 60vh;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.register-conatiner {
	background-color: #fff;
	color: #000;
	position: absolute;
	border-radius: 10px;
	padding: 1rem;
	min-height: 60vh;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.lr-container form {
	margin: 3rem auto 1rem;
	padding-bottom: 3rem;
}

.form-group label {
	min-width: 100px !important;
	font-weight: 100;
}

.form-group input {
	border-radius: 20px;
	border: 1px solid #c4c4c4;
	padding: .3rem .6rem;
	outline: none;
	transition: all .4s;
	color: #000 !important;
}

.form-group input:focus {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.lr-container input[type="submit"] {
	width: 40%;
	margin: 1rem auto !important;
	border: none;
	padding: .4rem 0rem;
	border-radius: 15px;
	position: absolute;
	bottom: 0;
	right: 5%;
}

.register-btn , .login-btn {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: .7rem;
}

#register-btn , #login-btn {
	background-color: transparent;
	margin: 1rem auto !important;
	border: none;
	padding: .2rem;
	border-bottom: 1px solid rgba(56, 127, 175, 1);
	font-weight: bold;
	color: rgba(56, 127, 175, 1);
}


@media (max-width: 760px) {
	.lr-container form {
		margin: 3rem auto 1rem;
		padding-bottom: 4rem;
	}

	.login-page {
		min-height: 87vh;
	}

	.lr-container input[type="submit"] {
		width: 90%;
		margin: 1rem auto !important;
		border: none;
		padding: .4rem 0rem;
		border-radius: 15px;
		position: absolute;
		bottom: 8%;
		right: 5%;
	}

	.register-btn , .login-btn {
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 0px;
		left: 0px;
		font-size: .7rem;
	}

	#register-btn , #login-btn {
		background-color: transparent;
		margin: 1rem auto !important;
		border: none;
		padding: .2rem;
		border-bottom: 1px solid #fff;
	}

}