/*
Theme Name:Eshop
Text Domain: eshop
Version: 1.0
Author: pagenovin.ir*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "vazir";
  src: url("fonts/Vazir-Medium-FD-WOL.woff") format("woff");
}
body {
  font-family: "vazir";
  direction: rtl;
  font-size: 13px;
  background-color: #faf4f4;
  overflow-x: hidden;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
header .logo-box {
  padding: 0px;
  
}
header .logo-box img{
  width: 70px !important;
  height: 70px;
  object-fit: contain;
}



h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: inherit;
  line-height: inherit;
}
header .top-access a {
  font-size: 17px;
  padding: 20px 7px;
}
header .top-access a i{
  font-size: 17px;
 color: #87bab5 !important;
}

header .top-menu {
  position: relative;
  height: 57px;
  z-index: 100 !important;
}
header .main-menu ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

header .main-menu ul li {
  display: inline-block;
  margin: 4px;
  position: relative;
}
header .main-menu ul li a {
  display: inline-block;
  padding: 15px 5px;
  color: #eee;
  position: relative;
}

header .main-menu ul li > ul > li > a {
  position: relative;
  right: 0;
}

header .main-menu ul li > ul > li > a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  top: 13px;
  right: 0;
  background-color: #888;
  transition: all 0.3s ease;
}

header .main-menu ul li > ul > li > a:hover:before {
  position: absolute;
  content: "";
  width: 5px;
  background-color: #888;
  transition: all 0.3s ease;
}
header .main-menu ul li > ul > li > a:hover {
  right: 8px;
}

header .main-menu ul li ul {
  position: absolute;
  width: 180px;
  background-color: #fff;
  right: 0;
  top: 52px;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
}
header .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  padding: 8px;
}

header .main-menu ul li ul li {
  display: block;
}
header .main-menu ul li ul li a {
  color: #717171;
  padding: 5px 10px;
  display: block;
}

header .main-menu ul li > ul > li > ul {
  right: 100%;
  top: -12px;
}
header .slider-box,
header .page-title-box {
  margin-top: -57px;
  position: relative;
}
header .page-title-box {
  padding-top: 100px;
  background-image: url("img/bg2.jpg");
  background-position: center center;
  background-size: 290px auto;
  /* background-repeat: repeat; */
}
header .slider-box::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #00000073;
}
header .slider-box .carousel-caption {
  top: 40%;
  z-index: 1;
}

.index-services .item i {
  font-size: 20px;
  color: #87bab5;
}
.index-services .item span.title {
  color: #717171;
  position: relative;
}
.index-services .item span.title::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #87bab5;
  bottom: -4px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: rotate(45deg);
}
.index-services .item p {
  color: #999;
  line-height: 1.8;
  font-size: 12px;
}
.m-height{
  min-height: 450px;
}
.product-item-border {
  border: 1px solid #eee;
}
.product-item span.off-badge{
width: 50px;
height: 50px;
line-height: 50px;
color:#fff;
background-image: url(img/svg/star.svg);
background-position: center center;
background-repeat: no-repeat;  
top: -25px;
left: 0;
z-index: 10;
text-align: center;
}

.product-item span.off-badge sub{
position: absolute;
display: inline-block;
width: 32px;
height: 32px;
top: 9px;
right: 9px;
line-height: 32px;
background-color: #e91e63;
font-size: 14px;

} 


.product-item-vertical{
  min-height: 420px;
}
.product-item-horizontal{
  min-height: 238px;
}
.product-item figure {
  height: 210px;
}
.product-item figure figcaption {
  top: 0;
  right: 0;
  background-color: #e4e1e185;
  padding-top: 80px;
  opacity: 0;
  transition: all 0.3s ease;
}
.product-item figure:hover figcaption {
  opacity: 1;
  transition: all 0.3s ease;
}

.product-item figure figcaption ul li a {
  width: 40px;
  height: 40px;
  line-height: 44px;
  font-size: 14px;
  color: #212121;
  background-color: #fff;
  transition: all 0.3s ease;
}
.product-item figure figcaption ul li a:hover {
  background-color: rgb(57, 182, 113);
  transition: all 0.3s ease;
}
.product-item figure img {
  height: 210px;
  object-fit: contain;
}
.product-item h5 {
  line-height: 1.7;
  font-size: 14px;
  height: 63px;
  color: #414141;
}
.product-item p {
  color: #717171;
  font-size: 12px;
  height: 40px;
}
.product-item .product-rate i {
  font-size: 10px;
}
.product-item .product-price {
  font-size: 12px;
}
.tooltip-inner {
  font-family: "vazir";
}

.index-products .nav-pills .nav-link.active,
.index-products .nav-pills .show > .nav-link {
  color: #222;
  background-color: transparent;
}
.index-products .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #999;
}

.product-view .timer-box {
  flex-direction: row-reverse;
}
.product-view .timer-box div {
  width: 50px;
  height: 50px;
  background-color: #515151;
  text-align: center;
  line-height: 50px;
  color: #eee;
  font-size: 20px;
  margin: 3px;
  border-radius: 4px;
}
.product-view .timer-box div:last-child {
  display: none;
}

.product-view .text-item {
  margin-top: 30px;
}

.product-view .text-item h3 {
  color: #87bab5;
}
.product-view .text-item h5::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #87bab5;
  bottom: -7px;
  right: 0;
  left: auto;
  transform: rotate(45deg);
}
.product-view .text-item p {
  line-height: 1.9;
  color: #888;
  text-align: justify;
}

a.site-btn {
  background-color: #87bab5;
  color: #eee;
  display: inline-block;
  padding: 8px 15px;
  font-size: 12px;
  transition: all 0.3s ease;
}
a.site-btn i {
  position: relative;
  top: 2px;
  right: 0;
  transition: all 0.3s ease;
}
a.site-btn:hover i {
  right: 4px;
  transition: all 0.3s ease;
}

footer {
  background-image: url("img/bg2.jpg");
  /* background-color: #87bab5; */
  background-position: center center;
  background-size: 290px auto;
  /* background-repeat: repeat; */
  color: #f5f0f0;
  font-size: 12px;
}
footer span.scroltop {
  right: 0;
  left: 0;
  top: -20px;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 10;
  cursor: pointer;
}
footer::before {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  top: -20px;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  transform: rotate(45deg);
  background-color: #87bab5;
}
footer::after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  top: -20px;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  transform: rotate(135deg);
  background-color: transparent;
  background-image: url("img/arrow-down-left-square.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
footer .footer-menu li {
  display: inline-block;
  margin: 4px;
}
footer .footer-menu li a {
  color: #87bab5;
  padding: 5px;
}
footer li {
  line-height: 1.8;
  text-align: justify;
}

footer .footer-box span.title {
  font-size: 14px;
  color: #87bab5;
}
footer .footer-box span.title::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #87bab5;
  bottom: 8px;
  right: 10px;
  left: auto;
  transform: rotate(45deg);
}
footer .footer-box span.title-center::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #87bab5;
  bottom: 8px;
  right: 10px;
  left: 0;
  margin: 0 auto;
  transform: rotate(45deg);
}

footer .social-ul li {
  display: inline-block;
  margin: 4px;

}
footer .social-ul li a {
  display: inline-block;
  color: #87bab5;
  font-size: 17px;
  padding: 8px;

}

.site-title-box span {
  color: #717171;
}
.site-title-box span a {
  color: #717171;
  font-size: 12px;
}
.site-title-box span i {
  position: relative;
  top: 2px;
  right: 0;
  transition: all 0.3s ease;
}

.site-title-box span a:hover i {
  right: 5px;
  transition: all 0.3s ease;
}
.page-title-box .bread-crumb-box ol {
  padding: 0;
}
.page-title-box .bread-crumb-box li {
  display: inline-block;
}
.page-title-box .bread-crumb-box a,
.page-title-box .bread-crumb-box li span {
  display: inline-block;
  padding: 3px 10px;
  color: #e6eff3;
  position: relative;
  font-size: 11px;
}
.page-title-box .bread-crumb-box li span {
  color: #b7bdc2fa;
  font-size: 13px !important;
}
.page-title-box .bread-crumb-box a::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #fff;
  top: 11px;
  right: 100%;
}
.product-img .product-gallery img {
  height: 80px;
  object-fit: contain;
}
.product-img .product-gallery figure figcaption {
  top: 0;
  right: 0;
  background-color: #00000017;
  font-size: 20px;
  padding-top: 30px;
  opacity: 0;
  transition: all 0.3s ease;
}

.product-img .product-gallery figure:hover figcaption {
  opacity: 1;
  transition: all 0.3s ease;
}
.product-detail h1 {
  font-size: 20px;
  color: #888;
}
.product-detail .product-rating i {
  font-size: 11px;
}
.product-detail .product-rating span {
  color: #717171;
  font-size: 12px;
  padding-right: 20px;
}
.product-detail .product-price span {
  font-size: 17px;
}

.product-detail .color-picker-product input{
  display: none;
}

.product-detail .color-picker-product label{
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}

.add-to-cart button {
  display: inline-block;
  border: 0;
  outline: 0;
  background-color: #87bab5;
  padding: 5px 15px;
  color: #fff;
}
.add-to-cart input[type="number"] {
  width: 40px;
  height: 29px;
  padding-left: 5px;
  border: 1px solid #87bab5;
  outline: 0;
  color: #333;
}
.add-to-wish {
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.cat-sku {
  font-size: 12px;
  color: #515151;
}
.product-excerpt p {
  line-height: 1.8;
  font-size: 12px;
  color: #888;
  text-align: justify;
}
.product-content .nav-pills .nav-link.active,
.product-content .nav-pills .show > .nav-link {
  color: #111111;
  border-bottom: 1px solid #111111;
  background-color: transparent;
  cursor: pointer !important;
}
.product-content .nav-link {
  color: #717171;
}

.product-content .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0;
  margin: 0 1px;
  padding: 5px 10px;
  font-size: 12px;
}
.product-content .tab-content p {
  line-height: 1.9;
  color: #818181;
  margin: 10px 0;
}

.product-content .tab-content .review-parent i {
  font-size: 10px;
}

.product-content .tab-content h1,
.product-content .tab-content h2,
.product-content .tab-content h3,
.product-content .tab-content h4,
.product-content .tab-content h5,
.product-content .tab-content h6 {
  margin: 15px 0;
  padding: 0;
  color: #414141;
}
.product-content .tab-content img {
  display: table;
  margin: 0 auto;
}
.review-item-box img {
  height: 40px;
  object-fit: contain;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"] {
  width: 100%;
  height: 45px;
  background-color: #eee;
  padding: 0 8px;
  border: 0;
  margin: 5px 0;
  outline: 0;
}
form input[type="textarea"],
form textarea {
  width: 100%;
  height: 150px;
  resize: none;
  background-color: #eee;
  padding: 8px;
  margin: 5px 0;
  outline: 0;
  border: 0;
}

form button,
form input[type="submit"] {
  width: 100%;
  height: 45px;
  background-color: #87bab5;
  color: #fff;
  border: 0;
  outline: 0;
  padding: 8px;
  margin: 5px 0;
}

.product-review-form div.set-rate {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #eee;
  padding: 0 8px;
  border: 0;
  margin: 5px 0;
  outline: 0;
  color: #999;
}

.product-review-form div.set-rate .box-rate {
  position: relative;
  top: -25px;
  left: 10px;
}

::placeholder {
  color: #999;
  font-size: 12px;
}

.product-review-form input[type="radio"] {
  display: none;
}
.product-review-form input[type="radio"] + label {
  position: relative;
  width: 1em;
  color: #333;
  cursor: pointer;
}
.product-review-form input[type="radio"] + label::before {
  position: absolute;
  content: "\f588";
  font-family: bootstrap-icons !important;
}
.product-review-form input[type="radio"] + label:hover::before {
  color: rgb(255, 215, 0);
}

.product-review-form input[type="radio"] + label:hover ~ label::before {
  color: rgb(255, 215, 0);
}
.product-review-form input[type="radio"]:checked ~ label::before {
  color: rgb(255, 215, 0);
}

.blog-post-item img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.blog-post-item p {
  height: 60px;
  line-height: 1.9;
  color: #818181;
  overflow: hidden;
  font-size: 12px;
  text-align: justify;
  padding-left: 10px;
}
.blog-post-item h5 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-post-item span {
  font-size: 11px;
  color: #999;
}
.pagination-box a,
.pagination-box span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  background-color: #87bab5;
  color: #fff;
  margin: 0 1px;
  text-align: center;
}



.pagination-box li{
  display: inline-block;
}


.pagination-box ul.page-numbers span.current {
    background-color: #fff;
    color: #313131;
}
.pagination-box  a, .pagination-box span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background-color: #87bab5;
    color: #fff;
    margin: 0 1px;
    text-align: center;

}

.pagination-box a.next , .pagination-box a.prev{
  background-color: transparent;
  background-image: none;
  color: #222;
}
 

.blog-sidebar{
  position: relative;
  height: auto;
}

.blog-sidebar span.title::after {
  position: absolute;
  content: "";
  width: 60px;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #dee2e6;
}
.blog-sidebar ul {
  padding: 0;
  margin: 0;
}
.blog-sidebar ul li {
  margin: 3px;
  border-bottom: 1px dotted #eee;
  padding-bottom: 5px;
}
.blog-sidebar ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* .blog-sidebar ul li a {
  display: block;
  color: #717171;
  padding: 4px 0;
  padding-right: 10px;
  position: relative;
  transition: all 0.3s ease;
} */

.blog-sidebar ul li a {
    display: inline-block;
    color: #717171;
    padding: 4px 32px;
    padding-right: 10px;
    position: relative;
    transition: all 0.3s ease;}



.blog-sidebar ul li a:hover {
  color: #414141;
  transition: all 0.3s ease;
}
.blog-sidebar ul li a::before {
  position: absolute;
  content: "\f284";
  font-family: bootstrap-icons !important;
  top: 7px;
  right: 0;
  font-size: 8px;
}

.blog-post-content .post-meta li {
  display: inline-block;
  position: relative;
  margin: 5px 15px;
  font-size: 12px;
  color: #999;
}

.blog-post-content .post-meta li a {
  display: inline-block;
  position: relative;
  margin: 5px 5px;
  font-size: 12px;
  color: #999;
}

.blog-post-content .post-meta li::after {
  position: absolute;
  content: "";
  right: auto;
  left: -17px;
  top: 7px;
  margin: 0 auto;
  width: 5px;
  height: 5px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  transform: rotate(45deg);
  background-color: #87bab5;
}
.blog-post-content .post-meta li:last-child:after {
  background-color: transparent;
}
.blog-post-content .post-meta li a {
padding: 0;
margin: 0;
}


.blog-post-content .post-text h1,
.page-body h1 {
  font-size: 18px;
}
.blog-post-content .post-text img,
.page-body img {
  display: table;
  margin: 0 auto;
  border-radius: 4px;
}

.blog-post-content .post-text p,
.page-body p {
  line-height: 1.9;
  text-align: justify;
  color: #717171;
  margin: 15px 0;
}
.post-review-form button,
.post-review-form input[type="button"] {
  width: auto;
  height: 35px;
  margin: 0;
}
/* single */
.post-review-form .post-comment-box .review-item-box p {
  line-height: 2;
  color: #818181;
  margin: 15px 0;
}
/* shop */
.product-filter-sidebar {
  color: #919191;
}
.product-filter-sidebar label {
  cursor: pointer;
}
.form-check-input:checked {
  background-color: #87bab5;
  border-color: #87bab5;
}
.form-check-input:focus {
  border-color: #779e9a;
  outline: 0;
  box-shadow: none;
}
/* login-register */
.login-register-div .form-check label {
  position: relative;
  top: 2px;
  font-size: 12px;
  cursor: pointer;
}

.login-register-div .form-check .form-check-input[type="checkbox"],
.purchase-note .form-check-input[type="checkbox"] {
  float: right;
  margin-left: 6px;
}
/* contact */
.page-body .contact-text span {
  font-size: 12px;
  color: #999;
}
.page-body .contact-text span.title {
  font-size: 12px;
  color: #414141;
  position: relative;
}
.page-body .contact-text span.title::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 4px;
  background-color: #87bab5;
  bottom: -16px;
  right: 0;
  transform: rotate(45deg);
}
/* cart */
.purchase-table table img {
  height: 60px;
  object-fit: contain;
}
.purchase-table table td {
  text-align: center;
  vertical-align: middle;
}


#responsive_Menu_Btn{
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 21px; /* for mobile*/
  right: 15px;
  background-color: #87bab5;
  border: 1px solid transparent;
  text-align: center;
  padding: 4px;
  border-radius: 2px;
  cursor: pointer;
  z-index:100;
  display: none;
}

.close_responsive_Menu{
  right: auto !important;
  left: 1.5rem !important;
  /* background-color: #87bab5; */
}
.close_responsive_Menu span:nth-child(1){
  transform: rotate(45deg);
top: 7px;
position: relative;
}
.close_responsive_Menu span:nth-child(2){
  transform: rotate(-45deg);
top:0;
position: relative;
}



#responsive_Menu_Btn span{
  width: 30px;
  height: 2px;
  background-color: #ffffffc2;
  margin: 6px 0;
  display: block;
}

.responsive-menu-container {
  height: 100vh;
  position: fixed;
  top: 0;
  right:102%;
  z-index: 100;
  overflow-y: scroll;
  transition: all 0.3s ease;
}
.responsive-menu-container > ul {
  padding-right: 0;
  padding-top: 80px;
}
.responsive-menu-container > ul > li {
  border-bottom: 1px solid #eee;
}
.responsive-menu-container ul li {
  position: relative;
  /* responsive-menu */
}

.responsive-menu-container > ul > li:last-child {
  border-bottom: 0;
}
.responsive-menu-container > ul > li > a {
  display: block;
  padding: 5px 0;
  color: #464444;
}
.responsive-menu-container ul > li > ul {
  padding-right: 35px; 
  display: none;
}

.responsive-menu-container ul > li > ul li a {
  display: block;
  padding: 5px 0;
  color: #717171;
  border-bottom: 1px dotted #dee2e6;
}

.responsive-menu-container ul > li > ul li:last-child a {
  border-bottom: 0;
}
.responsive-menu-container ul li span.resp-menu-ul-show {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #eee;
  text-align: center;
  line-height: 25px;
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 30;
}
.responsive-menu-show{
  right: 0;
  transition: all 0.5s ease;
}
.brands-slider img{
  height: 70px;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
}
.landing-body{
  z-index: 10;
}
.landing-body::before{
  position: absolute;
  content: "";
  width: 200%;
  top: 0;
  right: 0;
  height: 200%;background-color: #87bab5;
  z-index: -1;
  transform:rotate(45deg) ;
}
.hide_avatars .avatars{
  display: none;
}

/* comment-container-tmp1 */

.comment-container-tmp1 ul.comments-body,
.comment-container-tmp1 ul.child-items {
	padding-right: 10px;
	border-right: 1px solid #ddd;
}

.comment-container-tmp1 img {
	width: 40px;
	object-fit: contain;
}

.comment-container-tmp1 p {
	line-height: 2;
	text-align: justify;
}

.comment-container-tmp1 p.bg-primary::before {
	content: "";
	position: absolute;
	right: -13px;
	bottom: 13px;
	border-right: 7px solid transparent;
	border-left: 7px solid #0d6efd;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

.comment-container-tmp1 .comment-meta {
	font-size: 11px;
}

nav.test{
    display: inline-block !important;
    padding-left: 10px;
    padding: 10px !important;
}
nav.test a.page-numbers{
padding-left: 10px !important;
}
#seo90-form{
  position: relative !important;
}
p.logged-in-as{
  margin: 15px 0;
}
#comment {
    height: 40px;
    padding-top: 10px;
}
.comment-respond form.comment-form button.submit{
position: absolute !important;
bottom: 11px !important;
left: 0 !important;
width: 45px !important;
height: 40px;
vertical-align: middle !important;
display: flex;
justify-content: center;
align-items: center;


} 
.comment-respond form.comment-form button.submit i{
position: absolute;
font-size: 13px;
transform: scaleX(-1) !important;
text-align: center !important;
}
/*bread-crump */

@media screen and (max-width: 768px) {
  .single-product-reverse {
    flex-direction: column-reverse;
  }
      
}

@media screen and (max-width: 767px) {
  #responsive_Menu_Btn {
    display: block;
    /*margin-top: -18px !important;*/
  }
  header .logo-box {
    
    left: 5px !important;
    text-align: left;
  }

  header .logo-box img {
    width: 80px !important;
    height: 80px;
    object-fit: contain;

}
}
