html,
body {
	padding: 0;
	margin: 0;
	box-sizing: border-box
}
p,
h1,
h2,
h3,
a,
ul {
	margin: 0
}
a {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
.text-right {
	text-align: right
}
.row {
	margin: 0
}
.border-none {
	border: none!important
}
.text-white {
	color: white
}
.text-dark {
	color: #000
}
.text-success {
	color: #71ee95 !important
}
.bold {
	font-weight: bold
}
header .top-header {
	background-color: #111;
	padding: 10px 37px;
	color: #E3B65A
}
header .top-header .nav-description {
	display: flex;
	justify-content: flex-start
}
header .top-header .nav-description:nth-child(4) {
	justify-content: flex-end
}
header .bottom-header {
	display: none;
	padding: 0
}
header .bottom-header .brand {
	font-size: 22px;
	color: #585858
}
header .top-header .top-nav-items {
	display: flex;
	align-items: center;
	justify-content: center
}
header .top-header .top-nav-items img {
	height: 25px
}
header .top-header .top-nav-items p {
	font-size: 15px;
	padding-left: 10px
}
header .responsive-header {
	display: none
}
header .header {
	color: #963;
	padding: 0 37px 0 40px;
	align-items: center;
	box-shadow: 20px -8px 17px -5px #963;
	height: 72px;
	background-color: #a6a6a6
}
header .header .header-item-content:nth-child(1) {
	width: 11%;
	text-align: left;
	padding-left: 15px;
	float: right
}
header .header .header-item-content:nth-child(2) {
	width: 40%;
	text-align: left
}
header .header .header-item-content:nth-child(3) {
	width: 8%;
	display: flex;
	justify-content: center
}
header .header .header-item-content:nth-child(4) {
	width: 16%;
	display: flex;
	justify-content: center
}
header .header .header-item-content:nth-child(5) {
	width: 10%;
	display: flex;
	justify-content: center
}
header .header .header-item-content:nth-child(6) {
	width: 20%;
	display: flex;
	justify-content: flex-end
}
.brand img {
	width: 100px
}
.logo img {
	width: 150px
}
.logo {
	text-align: right;
	justify-content: right;
	direction: rtl
}
header .header .brand p {
	font-size: 24px
}
header .header .navbar-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 0;
	height: 100%
}
header .header .navbar-links li {
	list-style: none;
	margin: 0 15px
}
header .header .navbar-links li a {
	font-size: 20px;
	color: #963
}
header .header .search {
	padding: 16px 0;
	border-right: 2px solid #963;
	border-left: 2px solid #963;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}
header .header .language .language-name {
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px #0000001c;
	width: 160px;
	border-radius: 4px;
	position: absolute;
	top: 99%;
	z-index: 9;
	display: none
}
header .header .language .language-select {
	cursor: pointer;
	display: flex;
	align-items: center
}
header .header .language .language-select img {
	height: 15px;
	transition: all 0.5s
}
header .header .language .language-name label {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0
}
header .header .language .language-name label span {
	padding: 8px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #c7c7c7;
	cursor: pointer
}
header .header .language .language-name label span:hover {
	background-color: #E3B65A;
	transition: all 0.3s
}
header .header .language .language-name label:last-child span {
	border: none
}
header .header .language .language-name input {
	display: none
}
header .header .language .language-name input:checked+span {
	background-color: #E3B65A
}
header .header .language,
header .header .account,
header .header .shopping {
	padding: 16px 10px;
	border-left: 2px solid #963;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #963
}
header .header .language {
	border: none;
	height: auto
}
header .header .language select {
	background: transparent;
	font-size: 16px;
	border: none;
	cursor: pointer;
	color: #585858
}
header .header .search img,
header .header .language img,
header .header .account img,
header .header .shopping img {
	height: 25px;
	padding-right: 10px;
	padding-left: 7px
}
.responsive-side {
	padding: 15px
}
.responsive-side a {
	color: #585858;
	display: block;
	margin-top: 20px;
	font-size: 17px
}
.responsive-side .close-responsive-header {
	cursor: pointer;
	height: 30px;
	border: 1px solid #585858;
	border-radius: 50%;
	padding: 4px
}
.site-search .site-search-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #f5f5f5;
	padding: 10px 20px
}
.site-search .site-search-header p {
	font-size: 20px;
	color: #585858;
	font-weight: bold
}
.site-search .site-search-header img {
	background-color: #f5f5f5;
	padding: 13px;
	border-radius: 50%;
	height: 45px;
	cursor: pointer
}
.site-search .site-search-body {
	padding: 10px 20px;
	position: relative;
	margin-top: 20px
}
.site-search .site-search-body input {
	padding: 19px 13px 19px 50px;
	width: 100%;
	border-radius: 4px;
	color: #585858;
	font-size: 13px;
	border: 1px solid #E3B65A
}
.site-search .site-search-body input::placeholder {
	color: #c7c7c7
}
.site-search .site-search-body input+img {
	height: 25px;
	position: absolute;
	top: 25px;
	left: 30px
}
.site-search .site-search-result {
	padding: 10px 20px;
	text-align: left;
	color: #585858
}
.site-search .site-search-body .account-body {
	padding: 10px 20px
}
.site-search .site-search-body .account-body .top {
	border-bottom: 2px solid #f5f5f5;
	display: block
}
.site-search .site-search-body .account-body .top p,
.site-search .site-search-body .account-body .middle p {
	color: #585858
}
.site-search .site-search-body .account-body .middle {
	margin-top: 20px;
	border-bottom: 1px solid #c7c7c7
}
.site-search .site-search-body .account-body .bottom {
	position: relative
}
.site-search .site-search-body .account-body .bottom button {
	display: flex;
	justify-content: space-evenly;
	background-color: #EF7172!important;
	padding: 11px 0
}
.site-search .site-search-body .account-body .bottom button img {
	height: 20px
}
.site-search .site-search-body .account-body .bottom .or {
	display: block;
	background-color: #fff;
	position: absolute;
	width: 13%;
	text-align: center;
	top: -26px;
	left: 44%
}
.site-search .site-search-body .account-body .middle input {
	border: 1px solid #c7c7c7!important;
	padding: 10px!important;
	width: 70%!important;
	display: inline-block!important
}
.site-search .site-search-body .account-body .middle label {
	color: #585858;
	margin-bottom: 4px!important;
	display: block
}
.site-search .site-search-body .account-body button {
	padding: 11px 22px;
	background-color: #22576d;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	border: none;
	width: 60%;
	cursor: pointer
}
.hero-image {
	padding: 0 !important;
	margin: 0;
	height: 60vh;
	position: relative
}
.hero-image img {
	width: 100%;
	height: 100%;
	filter: brightness(30%)
}
.hero-image h2 {
	position: absolute;
	top: 45%;
	z-index: 9;
	right: 48%;
	color: #E3B65A;
	font-weight: bold
}
.about-us-content {
	margin-top: 40px;
	padding: 0 40px
}
.about-us-content .info span {
	font-size: 22px;
	font-weight: bold;
	color: #212d44
}
.about-us-content .info span h2 {
	color: #E3B65A;
	display: inline-block;
	font-weight: bold;
	font-size: 26px
}
.about-us-content .info {
	font-size: 18px;
	color: #585858
}
.responsive-image-slider {
	display: none;
	margin-top: 20px;
	text-align: center
}
.responsive-image-slider .slider {
	min-height: 200px;
	width: 100%
}
.responsive-image-slider .slider img {
	height: 200px;
	width: 100%;
	border-radius: 4px
}
.responsive-image-slider .slider-content {
	display: none
}
.responsive-image-slider .active {
	display: block !important
}
.responsive-image-slider .slider-next,
.responsive-image-slider .slider-prev {
	padding: 7px;
	border-radius: 4px;
	border: 1px solid #E3B65A;
	height: 35px;
	margin: 20px 10px
}
.meet-team {
	margin-top: 40px;
	padding: 40px 70px;
	box-shadow: 0px 0px 20px 0px #0000001c
}
.meet-team .heading {
	margin-bottom: 40px;
	color: #585858;
	text-align: center
}
.meet-team .items {
	margin-bottom: 20px
}
.meet-team .items .header {
	text-align: center
}
.meet-team .items .header img {
	height: 70px;
	width: 70px;
	margin: auto;
	border-radius: 50%;
	box-shadow: 0 4px 4px 0 #0000001c
}
.meet-team .items .title {
	margin-top: 20px
}
.meet-team .items .title p:nth-child(1) {
	font-size: 20px;
	font-weight: bold;
	color: #585858;
	text-align: center
}
.meet-team .items .title p:nth-child(2) {
	color: #E3B65A;
	text-align: center
}
.meet-team .items .body {
	margin-top: 10px;
	color: #585858;
	padding: 10px 30px
}
.meet-team .items .footer {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center
}
.meet-team .items .footer a {
	height: 30px;
	width: 30px;
	background-color: #1a2d53;
	padding: 7px;
	border-radius: 50%;
	margin: 0 5px
}
.meet-team .items .footer a img {
	height: 100%;
	width: 100%;
	display: flex
}
footer {
	position: relative;
	margin-top: 180px
}
footer .padding {
	padding: 40px 40px
}
footer .end-padding {
	padding: 20px 40px
}
footer .footer .footer-items {
	margin-top: 15px
}
footer .footer .footer-items .footer-title p {
	color: #E2C88F;
	font-size: 22px;
	font-weight: bold
}
footer .footer .footer-items .footer-links {
	padding: 0;
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: start
}
footer .footer .footer-items .footer-links li {
	list-style: none;
	margin-top: 15px
}
footer .footer .footer-items .footer-links li a {
	color: #963;
	font-size: 18px;
	text-align: left
}
footer .footer .footer-items .company-info:nth-child(1) {
	margin-top: 15px !important
}
footer .footer .footer-items .company-info {
	display: flex;
	align-items: center;
	justify-content: left;
	width: 100%
}
footer .footer .footer-items .company-info img {
	height: 30px;
	padding-right: 10px
}
footer .footer .footer-items .company-info p {
	color: #963
}
footer .footer .footer-items .company-info .info-links {
	display: flex;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-color: #e2c88f;
	padding: 5px;
	margin-right: 15px
}
footer .footer .footer-items .company-info .info-links img {
	height: 100%
}
footer .footer .footer-items .visa:nth-child(1) {
	margin: 0
}
footer .footer .footer-items .visa img {
	height: 60px
}
footer .footer .footer-ending {
	border-top: 2px solid #e2c88f
}
footer .footer .footer-ending .responsive-logo {
	display: none
}
footer .footer .responsive-logo .sedigh-logo {
	font-size: 28px;
	color: #f7efdc
}
footer .footer .footer-ending .sedigh-logo {
	font-size: 23px;
	color: #f7f7f7
}
.footer .footer-responsive {
	display: none
}
footer .footer .navs {
	display: flex;
	justify-content: flex-end
}
footer .footer .navs:nth-child(1) {
	justify-content: flex-start
}
footer .footer-top-triangle {
      width: 100%;
      height: 100px;
      position: unset !important;
      top: 53px;
      background: linear-gradient(to bottom left, transparent 48.5%, #A6A6A6 50%),
        linear-gradient(to bottom right, transparent 48.5%, #a6a6a642 50%);
}
footer .footer-top-triangle .back-to-top {
	display: inline-block;
	position: absolute;
	right: 54px;
	cursor: pointer;
	top: 30px
}
footer .footer-top-triangle .back-to-top img {
	height: 30px
}
.basket-content {
	padding: 58px 40px
}
.nav-pills .nav-link {
	color: #585858;
	background: none;
	font-weight: bold
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	border-bottom: 3px solid #22576d;
	background: none;
	color: #585858;
	border-radius: 0
}
.basket-content .baskets {
	width: 100%;
	padding: 15px;
	box-shadow: 2px 7px 16px 3px #0000001c;
	min-height: 170px;
	border-radius: 8px;
	margin-top: 20px
}
.order-box {
	width: 100%;
	padding: 15px;
	min-height: 170px;
	border-radius: 8px;
	margin-top: 20px
}
.basket-content .baskets .baskets-image {
	height: 100%;
	width: 100%
}
.basket-content .baskets .baskets-image img {
	height: 170px;
	border-radius: 8px
}
.basket-content .baskets .heading {
	font-size: 22px;
	color: #585858
}
.basket-content .baskets .size {
	color: #585858;
	margin-top: 5px
}
.price {
	min-height: 35px;
	background-color: #6fee95;
	padding: 5px;
	margin-top: 10px;
	width: 70px;
	border-radius: 4px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center
}
.container .register .info .signUP .creatForger {
	margin: 36px auto 19px;
	padding: 0
}
.container .register .info .signUP .creatForger button {
	color: white;
	font-size: 18px;
	padding: 13px 0;
	border-radius: 4px;
	background-color: #06586e;
	width: 100%;
	border: none;
	display: block;
	cursor: pointer
}
.container .creatForgerResponsive {
	margin: 36px auto 19px;
	padding: 0 38px;
	display: none
}
.container .creatForgerResponsive button {
	color: white;
	font-size: 18px;
	padding: 13px 0;
	border-radius: 4px;
	background-color: #06586e;
	width: 100%;
	border: none;
	display: block;
	cursor: pointer
}
.basket-content .baskets .numbers {
	margin-top: 30px;
	bottom: 0
}
.basket-content .baskets .responsive-numbers {
	display: none
}
.basket-content .baskets .numbers input {
	width: 70px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #22576d
}
.basket-content .baskets .numbers span {
	font-size: 20px;
	cursor: pointer;
	color: #22576d
}
.basket-content .order-box .title {
	color: #963;
	text-align: left;
	border-bottom: 2px solid #E3B65A
}
.basket-content .order-box .content {
	color: #963;
	font-size: 20px;
	margin-top: 15px
}
.basket-content .order-box .content .content-text {
	margin-top: 25px
}
.basket-content .order-box .content .content-text select {
	background: transparent;
	padding: 5px 15px;
	margin-left: 20px;
	border: 1px solid #E3B65A;
	font-size: 17px;
	border-radius: 4px;
	color: #585858
}
.basket-content .order-box .content .content-text .title-bold {
	font-weight: bold
}
.basket-content .order-box .content-footer {
	margin-top: 15px;
	border-top: 2px solid #E3B65A;
	padding: 10px 0
}
.basket-content .order-box .content-footer .btnModals {
	width: 100%;
	padding: 20px 0;
	color: #fff;
	background-color: #22576d;
	border: none;
	margin-top: 30px;
	border-radius: 4px;
	font-size: 18px
}
.modal-content {
	box-shadow: 2px 7px 16px 3px #0000001c
}
.modal-content .modal-header1 .alert {
	text-align: center
}
.modal-content .modal-header1 .alert img {
	height: 50px;
	background-color: #f1e2c3;
	border-radius: 50%;
	padding: 10px
}
.modal-content .modal-alert {
	background-color: #f5f5f5!important
}
.modal-content .modal-alert .alert {
	text-align: center
}
.modal-content .modal-alert p {
	color: #585858
}
.modal-content .modal-body .btn-content {
	padding: 20px 100px;
	display: flex;
	justify-content: space-between
}
.modal-content .modal-body .btn-content .accept {
	border: 2px solid #22576d;
	padding: 7px 55px;
	color: #22576d;
	border-radius: 4px;
	background-color: #fff
}
.modal-content .modal-body .btn-content .decline {
	background-color: #22576d;
	padding: 7px 55px;
	color: #fff;
	border: none;
	border-radius: 4px
}
.modal-content .modal-alert .alert img {
	height: 50px;
	background-color: #f1e2c3;
	border-radius: 50%;
	padding: 10px
}
.order .mainTop {
	border-bottom: 2px solid #f7efdc;
	padding-bottom: 24px;
	padding-right: 40px;
	padding-left: 40px
}
.order .mainTop .ContentTop .dlt {
	margin-top: 45px
}
.order .mainTop .ContentTop .dlt p {
	font-weight: bold;
	color: #585858;
	border-bottom: 2px solid #f7efdc;
	display: block;
	height: 100%
}
.order .mainTop .ContentTop .dlt button {
	border: 2px solid #036f8a;
	padding: 8px;
	color: #c1c1c1;
	background-color: white;
	border-radius: 4px
}
.order .mainTop .ContentTop .dlt button img {
	width: 10%
}
.order .mainTop .ContentTop ul {
	padding: 0
}
.order .mainTop .ContentTop ul li {
	list-style: none;
	margin-top: 14px
}
.order .mainTop .ContentTop ul li .title span {
	font-weight: bold;
	background-color: #f7efdc;
	font-size: 16px;
	text-align: left;
	padding: 3px 11px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	width: 91%;
	color: #585858
}
.order .mainTop .infoRess {
	border-radius: 10px;
	box-shadow: 0px 1px 6px 0px #dcd8db;
	text-align: left;
	margin-top: 35px;
	color: #a1a4aa;
	padding: 7px 0;
	display: none
}
.order .mainTop .infoRess .like {
	display: block;
	margin-top: 5px
}
.order .mainTop .infoRess .like span {
	font-size: 18px
}
.order .mainTop .infoRess .like img {
	width: 23px;
	float: right
}
.order .mainTop .infoRess .showPoint {
	display: block;
	margin-top: 5px
}
.order .mainTop .infoRess .showPoint .star {
	display: inline-block
}
.order .mainTop .infoRess .showPoint .star img {
	width: 15px
}
.order .mainTop .infoRess .showPoint .point {
	font-size: 14px
}
.order .mainTop .infoRess .size {
	display: block;
	margin-top: 5px
}
.order .mainTop .infoRess .category {
	display: block;
	margin-top: 5px
}
.order .mainTop .infoRess .category span {
	color: #4e48fc
}
.order .orderItem {
	padding: 0 40px
}
.order .orderItem p {
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0;
	color: #585858
}
.order .orderItem table {
	border-collapse: collapse
}
.order .orderItem tr:nth-child(1) td {
	border-top: 1px solid #D4D4D4
}
.order .orderItem td {
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4
}
.order .orderItem tr td:nth-child(4n) {
	border-right: 1px solid #D4D4D4
}
.order .orderItem table tr td .tdSize .name {
	display: block;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	color: #585858
}
.order .orderItem table tr td .tdSize .size {
	display: block;
	font-size: 11px;
	text-align: center;
	margin: 4px;
	color: #585858
}
.order .orderItem table tr td .tdSize .divSold {
	text-align: center
}
.order .orderItem table tr td .tdSize .sold {
	font-size: 11px;
	padding: 7px 15px;
	background-color: #f1e2c3;
	text-align: center;
	border-radius: 4px;
	color: #585858
}
.order .orderItem table tr td .tdSize button {
	display: block;
	background-color: #036f8a;
	color: white;
	text-align: center;
	margin: auto;
	margin-bottom: 15px;
	font-size: 14px;
	margin-top: 12px;
	border: none;
	border-radius: 4px;
	padding: 4px;
	z-index: 9
}
.order .orderItem table tr td .tdSize button img {
	width: 20px
}
.order .orderItem table tr td .tdSize .img1 {
	margin: auto;
	display: block;
	margin-top: 14px
}
.order .orderItem table tr td .tdSize .img2 {}.order .orderItem table tr td .offer {
	position: absolute;
	z-index: 1;
	color: white;
	background-color: #fc7271;
	top: 10px;
	left: 0;
	padding: 6px 25px;
	border-radius: 0 4px 4px 0;
	font-size: 11px
}
.order .mainTop .infoRess .size .num {
	display: inline-block;
	float: right;
	background-color: #6fed94;
	color: white;
	padding: 2px 11px;
	font-size: 11px;
	border-radius: 3px
}
.container {
	display: block;
	margin: auto
}
.container .register,
.container .forget-pass {
	border-radius: 15px;
	box-shadow: 0px 1px 6px 0px #dcd8db;
	margin: auto;
	padding: 0;
	margin-top: 48px;
	min-height: 580px
}
.container .forget-pass {
	min-height: 320px!important
}
.container .forget-pass .img {
	height: 366px!important
}
.container .register .info {
	display: inline-block;
	padding: 0
}
.container .register .info .signUP {
	text-align: left;
	margin: auto;
	padding: 40px 70px
}
.container .register .reponsive-photo {
	border-radius: 15px;
	display: none;
	height: 100px;
	width: 100%;
	position: relative
}
.container .register .reponsive-photo img {
	border-radius: 15px;
	filter: brightness(0.5);
	width: 100%;
	height: 100%
}
.container .register .reponsive-photo p {
	font-size: 22px;
	text-align: center;
	position: absolute;
	top: 33%;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 0 40px
}
.container .register .info .signUP .pForget {
	color: #6f6d6d;
	margin: 19px 0
}
.container .register .info .signUP .titleForget {
	font-weight: bold;
	font-size: 20px;
	color: #585858;
	border-bottom: 2px solid #f1e2c3;
	padding: 0;
	padding-bottom: 2px
}
.container .register .info .signUP .backForget {
	text-align: center;
	cursor: pointer
}
.container .register .info .signUP .backForget p {
	color: #06586e;
	font-size: 15px;
	text-align: center;
	display: inline-block
}
.container .register .info .signUP .backForget img {
	width: 26px;
	padding-right: 6px
}
.container .backForgetREs {
	text-align: center;
	cursor: pointer;
	display: none
}
.container .backForgetREs p {
	color: #06586e;
	font-size: 15px;
	text-align: center;
	display: inline-block
}
.container .backForgetREs img {
	width: 26px;
	padding-right: 6px
}
.container .register .info .signUP .title {
	font-weight: bold;
	font-size: 16px;
	color: #585858;
	border-bottom: 2px solid #f1e2c3;
	padding: 0;
	padding-bottom: 2px
}
.container .register .info .signUP label {
	margin-top: 20px;
	padding: 0;
	color: #585858
}
.container .register .info .signUP label input {
	border: 1px solid #c7c7c7;
	border-radius: 4px;
	padding: 8px 6px;
	color: #585858
}
.container .register .info .signUP label input.has-error {
	border: 1px solid #fc7271
}
.container .register .info .signUP span.has-error {
	text-align: right;
	display: inline-block;
	color: #fc7271
}
.container .register .info .signUP label input::placeholder {
	font-size: 10px;
	color: #c7c7c7
}
.container .register .info .signUP label span {
	font-size: 13px;
	margin-bottom: 2px
}
.container .register .img {
	float: right;
	display: inline-block;
	height: 613px;
	padding: 0;
	border-radius: 0 15px 15px 0
}
.container .register .img img {
	width: 100%;
	height: 100%;
	border-radius: 0 15px 15px 0;
	filter: brightness(0.5)
}
.container .register .img p {
	position: absolute;
	font-size: 47px;
	color: white;
	top: 58px;
	padding: 20px;
	left: 12px
}
.container .register .info .signUP .conf .pConf {
	display: inline-block;
	font-size: 14px
}
.container .register .info .signUP .conf .pConf a {
	color: #017de2
}
.container .register .info .signUP .creat {
	margin: 14px auto 0;
	padding: 0
}
.container .register .info .signUP .creat button {
	color: white;
	font-size: 15px;
	padding: 7px 0;
	border-radius: 3px;
	background-color: #06586e;
	width: 100%;
	border: none;
	display: block;
	cursor: pointer
}
.content .map {
	padding: 0
}
.content .map img {
	width: 100%;
	height: 400px;
	filter: brightness(0.5)
}
.content .container .p1 {
	font-weight: bold;
	font-size: 23px;
	color: #ebc162
}
.content .container .p2 {
	color: white;
	margin: 30px 0
}
.content .container .msg {
	box-shadow: 0px 1px 1px 0px #dcd8db;
	border-radius: 15px;
	padding: 0;
	background-color: white
}
.content .container .msg .infoMe .titleME {
	font-size: 18px;
	font-weight: bold;
	color: #9a9a9a;
	padding: 0;
	margin: 18px 0 6px 0
}
.content .container .msg .infoMe .rows {
	margin: 15px 0;
	padding: 0
}
.content .container .msg .infoMe .msgINp input {
	height: 25px
}
.content .container .msg .infoMe .msgINp button {
	border-radius: 50%;
	background-color: #06586e;
	padding: 8px;
	width: 50px;
	height: 38px;
	border: none;
	float: right;
	margin-top: 32px
}
.content .container .msg .infoMe .msgINp button span {
	display: none
}
.content .container .msg .infoMe .msgINp button img {
	width: 100%
}
.content .container .msg .infoMe .rows input {
	border: none;
	border-bottom: 2px solid darkgrey;
	width: 87%
}
.content .container .msg .infoMe .rows span {
	font-size: 13px;
	color: #b2b2b2;
	margin-bottom: 5px
}
.content .container .msg .infoWeb img {
	width: 28px;
	padding: 0
}
.content .container .msg .infoWeb .loc {
	padding-left: 16px;
	display: flex;
	align-items: center
}
.content .container .msg .infoWeb .loc p {
	display: inline-block;
	font-size: 13px;
	color: white;
	padding-left: 10px
}
.content .container .msg .infoWeb .phone {
	padding-left: 16px;
	display: flex;
	align-items: center
}
.content .container .msg .infoWeb .phone p {
	display: inline-block;
	font-size: 13px;
	color: white;
	padding-left: 10px
}
#w3review {
	resize: none;
	border: none;
	width: 100%;
	border-bottom: 2px solid darkgrey
}
.content .container .msg .infoWeb .email {
	padding-left: 16px;
	display: flex;
	align-items: center
}
.content .container .msg .infoWeb .email p {
	display: inline-block;
	font-size: 13px;
	color: white;
	padding-left: 10px
}
.content .container .msg .infoWeb .webs {
	padding: 0
}
.content .container .msg .infoWeb .webs ul {
	padding: 5px 0;
	background-color: #e3c788
}
.content .container .msg .infoWeb .webs ul li {
	list-style: none;
	padding: 0;
	text-align: center
}
.content .container .msg .infoWeb .webs ul li img {
	width: 23px
}
.content .container .msg .infoWeb {
	padding: 0
}
.content .container .msg .infoWeb .info-background {
	padding: 0;
	border-radius: 0 15px 15px 0;
	height: 100%;
	width: 101%;
	background-image: url("../images/rBVaVV79i32ARg8NAARuT7AjHLI691.jpg");
	position: absolute;
	filter: brightness(0.3)
}
.content .container .msg .infoWeb .title p {
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 17px;
	margin: 19px 0
}
.modal-header .img1 {
	width: 55px;
	margin: auto;
	display: block;
	margin-bottom: 10px
}
.modal-header .close1 {
	margin: -1rem 0px -1rem 0px;
	display: none
}
.order .addItem {
	margin: 50px auto;
	display: block;
	background-color: #06586e;
	padding: 10px 50px;
	border: none;
	color: white;
	border-radius: 3px;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer
}
.order .addItem img {
	width: 23px;
	margin-left: 2px
}
.modal-header .close {
	position: absolute;
	right: 17px
}
.modal-footer {
	border: 0;
	padding: 0 0 20px 0
}
.modal.show .modal-dialog .btn1 {
	margin: auto;
	padding: 8px 44px;
	color: white;
	background-color: #22576d
}
.col-form-label {
	font-size: 15px;
	color: #696969
}
.col-form-label input::placeholder {
	font-size: 13px;
	color: #acb0b6
}
.form-control {
	font-size: 13px
}
.modal-header1 {
	background-color: #f6f6f6
}
.modal-header1 p {
	text-align: center;
	display: block;
	color: #999
}
.modal-content {
	border-radius: 12px;
	border: none
}
.modal-header {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px
}
#exampleModa2 .modal-dialog2 {
	max-width: 670px
}
#exampleModal3 .modal-header {
	background-color: #e8faea
}
#exampleModal3 .modal-body {
	padding-left: 34px
}
#exampleModal3 .modal-body p {
	background-color: #f5f5f5;
	padding: 5px 15px;
	color: #797979
}
#exampleModal3 .modal-body .spnTitle {
	font-size: 14px;
	color: #797979
}
#exampleModal3 .modal-body .spnGold {
	color: #dea428;
	font-size: 14px
}
#exampleModal3 .modal-body .and {
	font-size: 14px
}
#exampleModal3 .modal-body .infoSpn {
	font-size: 14px;
	padding: 0 6px
}
#exampleModal3 .modal-body .parntDiv {
	margin: 11px 0
}
#exampleModal3 .modal-body .pModl3 {
	margin: 15px 0
}
#exampleModal3 .modal-body .img2 {
	width: 16px;
	cursor: pointer
}
#exampleModal3 .modal-body a {
	color: #215865;
	font-size: 14px
}
.orders {}.orders li {
	list-style: none
}
.orders .select {
	margin-top: 45px;
	padding: 5px 0
}
.orders .select .selectAll {
	display: inline-block;
	float: right;
	font-size: 19px;
	color: #8b8b8b
}
.orders .select .selectAll input {
	border: none;
	border: 1px solid #f6eedb;
	width: 27px;
	height: 19px
}
.orders .select .deletAll {
	display: inline-block;
	float: right;
	padding-right: 34px
}
.orders .select .deletAll button {
	border: 2px solid #036f8a;
	padding: 3px 8px;
	color: #8b8b8b;
	background-color: white;
	border-radius: 4px;
	float: right
}
.orders .select .deletAll button img {
	width: 10%
}
.orders .rows {
	display: block;
	margin: auto
}
.orders .rows ul {
	margin-top: 20px
}
.orders .rows ul li {}.orders .rows ul li .row {
	width: 100%;
	border-radius: 20px;
	padding: 9px 14px;
	box-shadow: 0px 1px 6px 0px #dcd8db;
	margin-bottom: 28px
}
.orders .rows ul li .row .imgOrder {
	border-radius: 7px
}
.orders .rows ul li .row .imgOrder img {
	max-width: 100%;
	border-radius: 11px;
	height: 135px
}
.orders .rows ul li .row .imgOrder span {
	color: white;
	padding: 18px 16px;
	font-size: 28px;
	position: absolute;
	left: 0;
	top: 28px;
	background-color: #000000a3;
	border-radius: 0 5px 5px 0
}
.orders .rows ul li .row .orderSts {}.orders .rows ul li .row .orderSts .id {
	display: block;
	margin: 20px 0;
	font-size: 19px
}
.orders .rows ul li .row .orderSts .id .infoID {
	color: #575757
}
.orders .rows ul li .row .orderSts .id .titel {
	color: #474747;
	margin: 20px;
	margin-right: 5px
}
.orders .rows ul li .row .orderSts .status {
	font-size: 17px;
	margin: 20px 0
}
.orders .rows ul li .row .orderSts .status .title {
	color: #575757;
	margin: 20px;
	margin-right: 5px
}
.orders .rows ul li .row .orderSts .status .infoSt {
	color: #575757;
	background-color: #f6eedb;
	border-radius: 5px;
	padding: 9px 8px
}
.orders .rows ul li .row .date {
	color: #bbb4b4;
	font-size: 13px;
	text-align: right
}
.orders .rows ul li .row .date .days {}.orders .rows ul li .row .date .clck {}.orders .rows ul li .row .date input {
	width: 20px;
	height: 20px;
	margin: 12px 0;
	border: 1px solid #f6eedb
}
.orders .rows .orders-responsive {
	display: none
}
.product-slider-container {
	box-shadow: 0px 1px 6px 0px #dcd8db;
	border-radius: 10px;
	height: 320px
}
.product-info {
	box-shadow: 0px 1px 6px 0px #dcd8db;
	border-radius: 10px;
	min-height: 230px;
	padding: 20px
}
.product-info .product-name {
	display: flex;
	justify-content: space-between
}
.product-info .product-name img {
	height: 25px
}
.product-info .product-name p {
	font-size: 20px;
	color: #585858
}
.product-info .product-rank {
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
	color: #585858
}
.product-detail {
	border-top: 2px solid #f1e2c3;
	border-bottom: 2px solid #f1e2c3;
	padding: 0 30px
}
.add-to-cart {
	display: flex;
	justify-content: center;
	padding: 10px 0;
	width: 100%;
	color: #fff;
	margin-top: 35px;
	border: none;
	background-color: #22576d;
	border-radius: 4px
}
.add-to-cart img {
	height: 20px;
	padding-left: 5px
}
.describe p {
	margin-bottom: 20px;
	color: #585858
}
.horizontal-slider {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}
.horizontal-slider .top img {
	height: 25px;
	cursor: pointer
}
.horizontal-slider .body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}
.horizontal-slider .body img {
	width: 60%;
	border-radius: 4px;
	height: 60px;
	margin: 10px 0;
	box-shadow: 0px 1px 6px 0px #dcd8db
}
.order .order-slider {
	height: 30px;
	background-color: #f5f5f5
}
.order #prev {
	position: absolute;
	top: 50%
}
.order #next {
	position: absolute;
	top: 50%;
	right: 18px
}
.hide-bullets {
	list-style: none;
	margin-left: -40px;
	margin-top: 20px
}
.thumbnail {
	padding: 0
}
.home-image {
	text-align: center;
	margin-top: 5px;
	width: 100px;
	height: 160px;
	background-size: 100% 100%
}
.home-image img {
	border-radius: 10px
}
.master-image {
	text-align: center;
	margin-top: 5px;
	background-size: 100% 100%;
	background-repeat: no-repeat
}
.percent-float2 {
	width: 150px;
	height: 32px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
	background-color: #cd5253;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	position: absolute;
	top: 35px;
	left: 0px;
	display: flex;
	justify-content: space-between;
	padding: 4px 8px;
	font-family: noah;
	font-size: 18px;
	font-weight: bold
}
.steps-checkout li {
	float: left;
	padding-left: 20px
}
.steps-checkout {
	float: left;
	padding-left: 20px
}
.shadowbox-4 {
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.24);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.24);
	background-color: #f0efef6e
}
.shadowbox-radius {
	padding: 20px 20px 15px 15px;
	align-item: center;
	justify-center: center;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
	border-radius: 20px
}
.shippig-header {
	padding: 0 37px 0 40px
}
.error-block {
	color: red
}
.help-block {
	color: blue
}
.basket-number {
	display: inline-block;
	width: 32px;
	text-align: center;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	top: -20%;
	border-radius: 3px;
	margin-left: 5px;
	background-color: #963
}
.product-detail-card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box
}
.sedigh-devider-line {
	border-top: 3px solid #f0e2c7;
	margin-top: 10px !important;
	margin-button: 10px !important
}
.product-detail-card ul li.active {
	border-bottom: 3px solid #22576d;
	background: none;
	color: #585858
}
.sedigh-product-text-color {
	color: #585858
}
.order-content-se {
	margin-left: 2rem;
	margin-right: 2rem
}
.details-title span {
	font-weight: bold;
	background-color: #f7efdc;
	font-size: 16px;
	text-align: left;
	padding: 3px 11px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	width: 91%;
	color: #585858
}
.login-form-wrapper {
	margin-top: 50px !important
}
.details-description {
	font-weight: bold;
	font-size: 16px;
	background-color: #f7f7f7;
	color: #585858;
	border-radius: 4px;
	padding: 3px 11px
}
.product-details div {
	margin-top: 10px
}
.product-detail-title span {
	display: inline-block;
	width: 8px;
	height: 28px;
	background-color: #red !important;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-right: 15px
}
.btn-add {
	display: block;
	background-color: #036f8a;
	color: white;
	text-align: center;
	margin: auto;
	margin-bottom: 15px;
	font-size: 14px;
	margin-top: 12px;
	border: none;
	border-radius: 4px;
	padding: 4px;
	z-index: 9;
	cursor: pointer
}
.btn-add:hover {
	background-color: #098dae
}
.btn-create-account-sedigh {
	margin: 0 auto;
	border: none;
	width: 311px;
	height: 56px;
	background-color: #044557;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	border-radius: 7px;
	cursor: pointer
}
.signup-header {
	background: url("../images/rBVaVV79i32ARg8NAARuT7AjHLI691.jpg");
	background-size: cover;
	border-radius: 10px;
	text-align: center
}
.login-container {
	margin-top: 10%;
	border: 1px solid #CCD1D1;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	max-width: 50%
}
.ads {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat, repeat;
	color: #fff;
	padding: 15px;
	text-align: center
}
.ads h1 {
	margin-top: 20%
}
#fl {
	font-weight: 600
}
#sl {
	font-weight: 100 !important
}
.profile-img {
	text-align: center
}
.profile-img img {
	border-radius: 50%
}
@keyframes mymove {
	from {
		border: 1px solid #F2F3F4
	}
	to {
		border: 8px solid #F2F3F4
	}
}
.login-form {
	padding: 15px
}
.login-form h3 {
	text-align: left;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px
}
#lang {
	background-color: #963;
	font-size: 14px;
	border: 0;
	color: white
}
.forget-password a {
	font-weight: 500;
	text-decoration: none;
	font-size: 14px
}
.signup {
	border-radius: 10px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	width: 80%;
	margin: 1rem auto 4rem auto;
	display: container
}
.signup-main {
	border-radius: 10px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	width: 80%;
	margin: 1rem auto 4rem auto;
	display: contents
}
.table th,
.table td {
	border-top: 1px solid #fff !important
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s
}
.sidenav a:hover {
	color: #f1f1f1
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px
}
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px
	}
	.sidenav a {
		font-size: 18px
	}
}
#filter-product {
	width: 100%;
	background-color: #fafafa
}
.product-title {
	display: flex;
	align-items: center;
	margin: 47px auto 20px auto
}
.product-title h3 {
	font-size: 24px;
	font-weight: bold;
	color: #444;
	padding-top: 5px
}
.product-title span {
	display: inline-block;
	width: 8px;
	height: 28px;
	background-color: #ff9448;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-right: 15px
}
.filter {
	display: flex;
	justify-content: space-between
}
.filter-price {
	width: 329px
}
.price-title {
	position: relative;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #585858
}
.price-field {
	position: relative;
	width: 100%;
	height: 36px;
	box-sizing: border-box;
	padding-top: 15px;
	padding-left: 0px
}
.price-field input[type="range"] {
	position: absolute
}
.price-field input[type="range"] {
	width: 100%;
	height: 3px;
	outline: 0;
	box-sizing: border-box;
	border-radius: 5px;
	pointer-events: none;
	-webkit-appearance: none;
	background-color: #ceaf96
}
.price-field input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none
}
.price-field input[type="range"]:active,
.price-field input[type="range"]:focus {
	outline: 0
}
.price-field input[type="range"]::-ms-track {
	width: 188px;
	height: 2px;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	border-radius: 5px;
	pointer-events: none;
	background: transparent;
	border-color: transparent;
	border-radius: 5px
}
.price-field input[type="range"]::-webkit-slider-thumb {
	position: relative;
	-webkit-appearance: none;
	margin: 0;
	border: 0;
	outline: 0;
	border-radius: 50%;
	height: 20px;
	width: 9px;
	cursor: pointer;
	cursor: pointer;
	pointer-events: all;
	background: url("../images/point.svg") no-repeat center center;
	margin-top: -20px
}
.price-field input[type="range"]:first-child::-webkit-slider-thumb {}.price-field input[type="range"]:last-child::-webkit-slider-thumb {}.price-field input[type="range"]::-moz-range-thumb {
	position: relative;
	-webkit-appearance: none;
	margin: 0;
	border: 0;
	outline: 0;
	height: 20px;
	width: 9px;
	cursor: pointer;
	cursor: pointer;
	pointer-events: all;
	z-index: 10;
	background: url("../images/point.svg") no-repeat center center;
	margin-top: -40px
}
.price-field input[type="range"]:first-child::-moz-range-thumb {
	margin-left: -8px;
	z-index: 10
}
.price-field input[type="range"]:last-child::-moz-range-thumb {
	margin-left: 8px;
	z-index: 12
}
.price-field input[type="range"]::-ms-thumb {
	position: relative;
	appearance: none;
	margin: 0;
	border: 0;
	outline: 0;
	height: 20px;
	width: 9px;
	margin-top: -5px;
	background-color: #242424;
	cursor: pointer;
	cursor: pointer;
	pointer-events: all;
	z-index: 100
}
.price-field input[type="range"]::-webkit-slider-runnable-track {
	width: 180px;
	height: 3px;
	cursor: pointer;
	background: #ceaf96;
	border-radius: 5px
}
.price-field input[type="range"]::-moz-range-track {
	width: 188px;
	height: 2px;
	cursor: pointer;
	background: #ceaf96;
	border-radius: 5px
}
.price-field input[type="range"]::-ms-track {
	width: 188px;
	height: 2px;
	cursor: pointer;
	background: #242424;
	border-radius: 5px
}
.price-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #242424;
	margin-bottom: 0px;
	font-family: gilroy;
	font-size: 16px;
	color: #585858
}
.price-wrap-1,
.price-wrap-2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 0px
}
.price-wrap-1 input,
.price-wrap-2 input {
	font-family: gilroy;
	font-size: 16px;
	color: #585858
}
.price-title {
	margin-right: 5px
}
.price-wrap_line {
	margin: 6px 0px 5px 5px
}
.price-wrap .one {
	width: 30px;
	margin: 0;
	padding: 0;
	background: 0;
	border: 0;
	outline: 0;
	letter-spacing: 0.16px
}
.price-wrap span {
	margin-bottom: 0
}
.price-field input[type="range"]:hover::-webkit-slider-thumb {
	transition-duration: 0.3s
}
.price-field input[type="range"]:active::-webkit-slider-thumb {
	transition-duration: 0.3s
}
#six,
#five,
#fourteen,
#Thirteen {
	width: 50px !important
}
.filter-color {
	display: block;
	justify-content: space-between;
	margin-top: 3rem;
	align-items: flex-end
}
.filter-btn {
	display: block;
	justify-content: space-between;
	margin-top: 3rem;
	align-items: flex-end;
	text-align: center
}
.filter-color a {
	display: inline-block;
	padding: 2px;
	border-radius: 5px;
	border: none;
	margin-right: 12px
}
.filter-colors a:hover,
.filter-colors a:active,
.filter-colors a:focus {
	border: solid 1px #57aae5 !important
}
.filter-shape {
	display: flex;
	align-items: flex-end;
	width: 15%
}
.square {
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background-color: #adadad
}
.circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #adadad;
	margin: 0 17px
}
.rectangle {
	width: 20px;
	height: 40px;
	border-radius: 2px;
	background-color: #adadad;
	margin-left: 15px
}
.filter-modal {
	display: inline-block;
	width: 40px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden
}
.filter-product .mybtn-filter {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border: none
}
.filter-shape a:last-child {}.filter-shape a:hover {
	background-color: #57aae5
}
.filter-shape a:focus {
	background-color: #57aae5
}
#card-carpte {
	margin: 4rem auto 1rem auto;
	text-align: center
}
.show-card {
	height: auto;
	position: relative;
	margin: 0 auto 10px auto
}
.show-card .title {
	display: flex;
	justify-content: space-around;
	margin: 15px 0 12px 0
}
.show-card .title:first-child {
	font-size: 24px;
	font-weight: bold;
	color: #444
}
.verticalLine1 {
	border-left: solid 1px #adadad
}
.show-card .title:last-child {
	font-size: 16px;
	font-weight: bold;
	color: #444;
	padding-top: 8px
}
.percent-off {
	position: relative;
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between
}
.percent-off .off1 {
	font-size: 24px;
	margin-right: 18px;
	font-weight: bold;
	color: #1973b4
}
.percent-off .off2 {
	font-size: 24px;
	font-weight: bold;
	color: #ef0000
}
.line-red {
	background-color: red;
	width: 80px;
	height: 2px;
	-webkit-transform: translateY(20px) translateX(5px) rotate(-20deg);
	position: absolute;
	top: -3px;
	left: -10px
}
.percent-float {
	width: 150px;
	height: 32px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
	background-color: #ff9448;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	position: absolute;
	top: 35px;
	left: -15px;
	display: flex;
	justify-content: space-between;
	padding: 4px 8px;
	font-family: noah;
	font-size: 18px;
	font-weight: bold
}
.percent-float:first-child {
	color: #fff
}
.percent-float:last-child {
	color: #e8e8e8
}
.verticalLine2 {
	border-left: 1px solid #e8e8e8
}
.solid {
	width: 78px;
	height: 32px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
	background-color: #adadad;
	position: absolute;
	top: 35px;
	left: -15px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-family: Noah;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center
}
.reserved {
	width: 120px;
	height: 32px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
	background-color: #57aae5;
	position: absolute;
	top: 35px;
	left: -15px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-family: Noah;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center
}
.show-more {
	width: 100%;
	text-align: center
}
.show-more a,
.show-more button {
	display: block;
	width: 200px;
	padding: 15px 0;
	border: solid 1px #ff9448;
	background-color: #fff;
	font-size: 20px;
	font-weight: bold;
	color: #444;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	margin: 1rem auto
}
.change-language {
	position: relative
}
#sort-language {
	width: 142px;
	height: 44px;
	padding: 0 5px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	margin: 1rem 0;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold
}
#sort-language button {
	font-size: 16px;
	font-weight: bold
}
.change-language-next {
	position: absolute;
	width: 24px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	top: 0;
	right: 0;
	background-color: #ceaf96;
	height: 100%;
	text-align: center;
	opacity: 0.5
}
.change-language-next img {
	display: inline-block;
	margin: 20px 0
}
.btn-select3 {
	border: none;
	width: 90%;
	padding: 8px 0;
	background-color: transparent
}
.filter-price {
	margin: 0 15px;
	padding: 15px 0 0 0;
	font-size: 12px
}
.price-wrap {
	font-family: gilroy;
	font-size: 12px;
	font-weight: bold;
	color: #57aae5
}
.price-field input[type="range"]::-webkit-slider-runnable-track {
	width: 180px;
	height: 3px;
	cursor: pointer;
	border-radius: 19px;
	background-color: #adadad
}
.price-field input[type="range"]::-moz-range-track {
	width: 188px;
	height: 2px;
	cursor: pointer;
	border-radius: 19px;
	background-color: #adadad
}
.price-wrap-1 input,
.price-wrap-2 input {
	font-family: gilroy;
	font-size: 12px;
	font-weight: bold;
	color: #57aae5
}
.filter-price1 {
	width: 80%;
	margin: 0 auto
}
#form-language,
#test3 {
	cursor: pointer
}
.main-product {
	padding-right: 0 !important;
	padding-left: 0 !important;
	flex-wrap: wrap;
	flex: initial
}
.main-product-card {
	border-radius: 0 !important
}
.btn-previous {
	border: solid 2px #e5b373;
	background-color: #f7f7f7
}
.btn-next {
	border: solid 2px #e5b373;
	background-color: #f7f7f7
}
.slider {
	width: 100% !important
}
.slick-slide {
	border: 1px solid #e4e4e4
}
.slick-prev:before,
.slick-next:before {
	color: black
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2
}
.slick-active {
	opacity: .5
}
.slick-current {
	opacity: 1
}
.br-nav .owl-nav .owl-prev,
.br-nav .owl-nav .owl-next {
	width: 36px;
	height: 36px;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(212, 212, 212, 0.2);
	background-color: #f8f8f8 !important;
	border: 1px solid #d1a369 !important;
	color: #d1a369 !important;
	transition: .4s;
	margin: 0 10px
}
.br-nav .owl-nav {
	margin-top: 30px
}
.br-nav .owl-nav .owl-prev:hover,
.br-nav .owl-nav .owl-next:hover {
	background-color: #d1a369 !important;
	color: white !important
}
@font-face{font-family:'icomoon';src:url('/static/sedigh/fonts/icomoon.eot?h2dcjp');src:url('/static/sedigh/fonts/icomoon.eot?h2dcjp#iefix') format('embedded-opentype'),
url('/static/sedigh/fonts/icomoon.ttf?h2dcjp') format('truetype'),
url('/static/sedigh/fonts/icomoon.woff?h2dcjp') format('woff'),
url('/static/sedigh/fonts/icomoon.svg?h2dcjp#icomoon') format('svg');
font-weight:normal;
font-style:normal;
font-display:block
}
.icon-next-1:before {
	content: "e901"
}
.icon-next:before {
	content: "e906"
}
.icon-down-arrow:before {
	content: "e904"
}
*,
*:after,
*::before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
a {
	text-decoration: none;
	color: inherit
}
li {
	list-style-type: none
}
[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-address:before {
	content: "e900";
	color: #db1c23
}
.icon-arrow:before {
	content: "e901"
}
.icon-arrow-left-red1:before {
	content: "e902";
	color: #fffde4
}
.icon-arrow-left-red2:before {
	content: "e903";
	color: #fffde4
}
.icon-Basket:before {
	content: "e904";
	color: #db1c23
}
.icon-facebook .path1:before {
	content: "e905";
	color: rgb(18, 132, 128)
}
.icon-facebook .path2:before {
	content: "e906";
	margin-left: -1em;
	color: none
}
.icon-facebook .path3:before {
	content: "e907";
	margin-left: -1em;
	color: rgb(255, 255, 255)
}
.icon-Flag20 .path1:before {
	content: "e908";
	color: rgb(51, 51, 51)
}
.icon-Flag20 .path2:before {
	content: "e909";
	margin-left: -1em;
	color: rgb(65, 64, 66)
}
.icon-Flag20 .path3:before {
	content: "e90a";
	margin-left: -1em;
	color: rgb(255, 177, 50)
}
.icon-Flag20 .path4:before {
	content: "e90b";
	margin-left: -1em;
	color: rgb(65, 64, 66)
}
.icon-Flag20 .path5:before {
	content: "e90c";
	margin-left: -1em;
	color: rgb(211, 74, 75)
}
.icon-Flag20 .path6:before {
	content: "e90d";
	margin-left: -1em;
	color: rgb(65, 64, 66)
}
.icon-Icon-feather-shopping-cart:before {
	content: "e90e"
}
.icon-instagram .path1:before {
	content: "e90f";
	color: rgb(255, 255, 255)
}
.icon-instagram .path2:before {
	content: "e910";
	margin-left: -1em;
	color: none
}
.icon-instagram .path3:before {
	content: "e911";
	margin-left: -1em;
	color: rgb(18, 132, 128)
}
.icon-instagram .path4:before {
	content: "e912";
	margin-left: -1em;
	color: rgb(18, 132, 128)
}
.icon-instagram .path5:before {
	content: "e913";
	margin-left: -1em;
	color: rgb(18, 132, 128)
}
.icon-mail:before {
	content: "e914";
	color: #db1c23
}
.icon-phone:before {
	content: "e915";
	color: #db1c23
}
.icon-point .path1:before {
	content: "e916";
	color: rgb(219, 28, 35);
	opacity: 0.4
}
.icon-point .path2:before {
	content: "e917";
	margin-left: -1em;
	color: rgb(219, 28, 35);
	opacity: 0.78
}
.icon-return:before {
	content: "e918";
	color: #fff
}
.icon-search:before {
	content: "e919";
	color: #fff
}
.icon-signup .path1:before {
	content: "e91a";
	color: rgb(255, 255, 255)
}
.icon-signup .path2:before {
	content: "e91b";
	margin-left: -1em;
	color: rgb(17, 17, 17)
}
.icon-signup .path3:before {
	content: "e91c";
	margin-left: -1em;
	color: none
}
.icon-signup .path4:before {
	content: "e91d";
	margin-left: -1em;
	color: rgb(255, 255, 255)
}
.icon-signup .path5:before {
	content: "e91e";
	margin-left: -1em;
	color: none
}
.icon-signup .path6:before {
	content: "e91f";
	margin-left: -1em;
	color: rgb(255, 255, 255)
}
.icon-signup .path7:before {
	content: "e920";
	margin-left: -1em;
	color: none
}
.icon-trasmission:before {
	content: "e921"
}
.icon-twitter .path1:before {
	content: "e922";
	color: rgb(255, 255, 255)
}
.icon-twitter .path2:before {
	content: "e923";
	margin-left: -1em;
	color: none
}
.icon-twitter .path3:before {
	content: "e924";
	margin-left: -1em;
	color: rgb(18, 132, 128)
}
.icon-user:before {
	content: "e925";
	color: #fff
}
.icon-warranty:before {
	content: "e926";
	color: #fff
}
.icon-youtube .path1:before {
	content: "e927";
	color: rgb(255, 255, 255)
}
.icon-youtube .path2:before {
	content: "e928";
	margin-left: -1em;
	color: none
}
.icon-youtube .path3:before {
	content: "e929";
	margin-left: -1em;
	color: rgb(18, 132, 128)
}
.icon-youtube .path4:before {
	content: "e92a";
	margin-left: -1em;
	color: rgb(18, 132, 128)
}
@media (min-width: 1200px) {
	.container {
		max-width: 1280px
	}
	.master-image {
		min-height: 300px
	}
}
.lang {
	width: 32px;
	height: 32px;
	margin-right: 10px
}
.irs--round .irs-handle {
	width: 0px;
	border: 4px solid #05586e
}
.irs--round .irs-bar {
	background-color: #e3c889
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
	background-color: #05586e
}
.irs-input-custom {
	padding: 4px;
	border-radius: 4px
}
.btn-sd {
	width: 250px
}
.card-title {
	font-family: gilory-bold
}
.btn-primary {
	background-color: #046f8b;
	border-color: #046f8b
}
.btn-primary:hover {
	background-color: #024758;
	border-color: #024758
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #024758;
	border-color: #024758
}
.btn-success {
	background-color: #e3c889;
	border-color: #e3c889
}
.btn-success:hover {
	background-color: #b59f6c;
	border-color: #b59f6c
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #b59f6c;
	border-color: #b59f6c
}
.product-name {
	font-family: gilory-bold
}
.btn-wide {
	width: 100%;
	/*font-family: 'gilory-bold';*/
	padding: 15px
}
.slider-image {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto
}
.pd-15 {
	padding: 15px !important
}
.slick-active {
	opacity: 1
}
.slick-slide {
	opacity: 1
}
.category-box {
	padding: 15px 0 0 0;
	margin-top: 15px;
	min-height: auto
}
.category-image {
	width: 100%;
	margin-top: 15px
}
.category-title {
	text-align: center;
	font-family: gilory-bold
}
.category-count {
	text-align: center;
	font-family: gilory-light;
	padding: 5px
}
.hide {
	display: none
}
.cat-show-more {
	margin: 30px auto;
	width: 220px
}
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.image-container {
	position: relative;
	text-align: center;
	color: white
}
.fs-36 {
	font-size: 36px
}
.fs-48 {
	font-size: 48px
}
.nav-item {
	display: inherit;
	padding: 17px 7px
}
.stick-right {
	position: absolute;
	right: 0
}
.relative {
	position: relative
}
.slick-prev {
	left: -18px;
	z-index: 2
}
.slick-next {
	right: 18px
}
.img-box {
	height: 310px;
	padding-top: 3rem !important
}
.header-image {
	height: 350px;
	object-fit: cover
}
.second-primary-color {
	color: #e2c88f
}
.top-30 {
	top: 30%
}
.alt-color {
	color: #963
}
.hidden-radio-buttons[type='radio'] {
	display: none
}
.colorBtnGroup {
	max-width: 800px;
	margin: auto
}
.colorBtnGroup .color-filter {
	padding: 20px;
	box-shadow: none;
	position: relative
}
.colorBtnGroup .color-filter.active {
	outline: none !important
}
.colorBtnGroup .color-filter.active .color {
	border-color: #17a2b8;
	outline: none !important;
	box-shadow: 0px 0px 10px 3px #17a2b8
}
.colorBtnGroup .color-filter .color {
	position: absolute;
	right: 3px;
	top: 3px;
	bottom: 3px;
	left: 3px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid transparent;
	transition: all 0.5s
}
.colorBtnGroup .color-filter .light-red {
	background-image: url("/static/sedigh/images/color-filters1.svg");
	width: 54px;
	height: 54px
}
.colorBtnGroup .color-filter .red {
	background-image: url("/static/sedigh/images/color-filters2.svg");
	width: 54px;
	height: 54px
}
.colorBtnGroup .color-filter .brown {
	background-image: url("/static/sedigh/images/color-filters2.svg");
	width: 54px;
	height: 54px
}
.colorBtnGroup .color-filter .red {
	background-image: url("/static/sedigh/images/color-filters3.svg");
	width: 54px;
	height: 54px
}
.colorBtnGroup .color-filter .yellow {
	background-image: url("/static/sedigh/images/color-filters4.svg");
	width: 54px;
	height: 54px
}
.colorBtnGroup .color-filter .green {
	background-image: url("/static/sedigh/images/color-filters5.svg");
	width: 54px;
	height: 54px
}
.colorBtnGroup .color-filter .blue {
	background-image: url("/static/sedigh/images/color-filters6.svg");
	width: 54px;
	height: 54px
}
.colorBtnGroup .color-filter .light-blue {
	background-image: url("/static/sedigh/images/color-filters7.svg");
	width: 54px;
	height: 54px
}
.colorBtnGroup .color-filter .purple {
	background-image: url("/static/sedigh/images/color-filters8.svg");
	width: 54px;
	height: 54px
}
.colorBtnGroup .color-filter .black {
	background-image: url("/static/sedigh/images/color-filters9.svg");
	width: 54px;
	height: 54px
}
.colorBtnGroup .color-filter .light-brown {
	background-image: url("/static/sedigh/images/color-filters10.svg");
	width: 54px;
	height: 54px
}
.colorBtnGroup .color-filter .gray {
	background-image: url("/static/sedigh/images/color-filters11.svg");
	width: 54px;
	height: 54px
}
.colorBtnGroup .color-filter .color:hover {
	border-color: #17a2b8;
	box-shadow: 0px 0px 1px 1px #17a2b8;
	outline: none !important
}
.shapeBtnGroup {
	max-width: 800px;
	margin: auto
}
.shapeBtnGroup .shape-filter {
	padding: 22px;
	box-shadow: none;
	position: relative
}
.shapeBtnGroup .shape-filter.active {
	outline: none !important
}
.shapeBtnGroup .shape-filter.active .shape {
	border-color: #17a2b8;
	outline: none !important;
	box-shadow: 0px 0px 10px 3px #17a2b8
}
.shapeBtnGroup .shape-filter .shape {
	position: absolute;
	right: 3px;
	top: 3px;
	bottom: 3px;
	left: 3px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid transparent;
	transition: all 0.5s
}
.shapeBtnGroup .shape-filter .shape:hover {
	border-color: #17a2b8;
	box-shadow: 0px 0px 1px 1px #17a2b8;
	outline: none !important
}
.headerNav {
	color: #963;
	align-items: center;
	background-color: #a6a6a6
}
.wrapper {
	margin: 0 auto;
	max-width: 1280px;
	color: #963
}
li {
	list-style: none
}
nav ul li {
	margin: 0 16px;
	list-style: none
}
a {
	text-decoration: none;
	font-size: 20px
}
a:hover {
	text-decoration: none;
	color: #963
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	text-decoration: none
}
nav ul.rightnav li a {
	font-size: 16px !important
}
nav ul li img:not(#lang_dropdown) {
    margin: 8px;
    width: 24px;
    height: 24px;
}
.basket-number {
	padding: 1px 12px;
	text-align: center;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	top: -20%;
	border-radius: 3px;
	margin-left: 5px;
	background-color: #963
}
#lang {
	font-size: 14px;
	border: 0;
	color: white
}
.lang_dropdown button {
	background-color: #963 !important;
	color: #fff
}
.dropdown-menu {
	left: 820px;
	top: 55px
}
.dropdown-menu li {
	cursor: pointer;
	padding: 0 !important
}
@media screen and (min-width: 769px) {
	.headerNav {
		padding: 0 24px
	}
	nav ul.rightnav li:not(#lang_dropdown) {
		border-left: 2px solid #963;
		padding: 16px 8px;
		height: 100%;
		margin: 0;
		font-size: 16px !important
	}
	nav ul {
		align-items: center
	}
}
@media screen and (max-width: 768px) {
	nav ul.rightnav li {
		border-left: none !important;
		font-size: 16px !important
	}
	nav ul li img {
		margin-left: 0px !important
	}
}
@media screen and (max-width: 1024px) {
	a {
		font-size: 16px !important
	}
}
.site-search {
	transform: translateX(500px);
	transition: all 0.3s;
	position: fixed;
	right: 0;
	top: 0;
	max-width: 300px;
	height: 100%;
	background-color: #fff;
	overflow: auto;
	z-index: 99;
	box-shadow: 0px 0px 20px 0px #0000001c
}
footer .footer {
	background-color: #a6a6a6;
	min-height: 400px;
	padding: 48px 0
}
footer .footer-top-triangle .back-to-top {
	display: inline-block;
	position: relative;
	right: -90%;
	cursor: pointer;
	top: 30px
}
footer .footer .footer-items .footer-title p {
	color: #e2c88f;
	font-size: 22px;
	font-weight: bold
}
footer .footer .footer-ending {
	border-top: 2px solid #e2c88f;
	padding: 20px 40px;
	color: #963
}
.banner_slider {
	width: 100%
}
.headerNav {
	color: #963;
	align-items: center;
	background-color: #a6a6a6
}
.wrapper {
	margin: 0 auto;
	max-width: 1280px;
	color: #000
}
li {
	list-style: none
}
nav ul li {
	margin: 0 16px;
	list-style: none
}
a {
	text-decoration: none;
	color: #000;
	font-size: 18px
}
a:hover {
	text-decoration: none;
	color: #963
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	text-decoration: none
}
nav ul.rightnav li a {
	font-size: 16px !important
}
.basket-number {
	padding: 1px 12px;
	text-align: center;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	top: -20%;
	border-radius: 3px;
	margin-left: 5px;
	background-color: #963
}
#lang {
	font-size: 14px;
	border: 0;
	color: white
}
.lang_dropdown {
	width: 110px
}
.lang_dropdown button {
	background-color: #963 !important;
	color: #fff
}
.dropdown-menu {
	left: 820px;
	top: 55px
}
.dropdown-menu li {
	cursor: pointer;
	padding: 0 !important
}
@media screen and (min-width: 769px) {
	.headerNav {
		padding: 0 24px
	}
	nav ul.rightnav li:not(#lang_dropdown) {
		border-left: 2px solid #963;
		padding: 16px 8px;
		height: 100%;
		margin: 0;
		font-size: 16px !important
	}
	nav ul {
		align-items: center
	}
}
@media screen and (max-width: 768px) {
	nav ul.rightnav li {
		border-left: none !important;
		font-size: 16px !important
	}
	nav ul li img {
		margin-left: 0px !important
	}
}
@media screen and (max-width: 999px) {
	.navbar-toggler:hover {
		text-decoration: none;
		outline: none
	}
	.navbar-brand {
		order: -1
	}
	.navbar-brand img {
		width: 60px
	}
	.rightnav {
		order: -1;
		flex-direction: row
	}
	.rightnav li {
		margin: 0px 4px
	}
	.rightnav li img {
		width: 20px;
		height: 20px
	}
	.rightnav li .basket-number {
        position: absolute;
        top: 2%;
        left: 30%;
        border-radius: 50%;
        padding: 0.5% 18%;
        font-size: 10px !important;
        width: auto !important;
        background-color: #A6A6A6;
      }
	.rightnav li .shopping {
		position: relative
	}
	.leftnav li {
		padding-top: 2px;
		padding-bottom: 2px
	}
	.border-top {
		border-top: 1px solid #963
	}
}
@media screen and (max-width: 1024px) {
	a {
		font-size: 16px !important
	}
}
footer .footer {
	background-color: #a6a6a6;
	min-height: 400px;
	padding: 48px 0
}
footer .footer-top-triangle .back-to-top {
	display: inline-block;
	position: relative;
	right: -90%;
	cursor: pointer;
	top: 30px
}
footer .footer .footer-items .footer-title p {
	color: #e2c88f;
	font-size: 22px;
	font-weight: bold
}
footer .footer .footer-ending {
	border-top: 2px solid #e2c88f;
	padding: 20px 40px;
	color: #963
}
.banner_slider {
	width: 100%;
	margin-top: 86px
}
.banner_slider .owl-prev img {
	width: 22px;
	height: 24px;
	position: absolute;
	top: 40%;
	margin-left: -52%;
	display: block !important;
	border: 0px solid black
}
.banner_slider .owl-next img {
	width: 22px;
	height: 24px;
	position: absolute;
	top: 40%;
	right: -25px;
	display: block !important;
	border: 0px solid black
}

.banner_slider .owl-carousel .owl-item img{
width: 100%;
  height: 480px !important;
}
.headerNav  a {
  color: #996633 !important;
}

.filters{
  background-color: #EBEBEB;
  border-radius: 16px;
  padding: 24px 0;
  margin: 24px 0;
}
.alert {
    margin-top: 1rem;
}

@media(max-width: 767px) {
.banner_slider {
        margin-top: 0px !important;
}
.banner_slider .owl-carousel .owl-item img {
    height: 100% !important;
}
}