body {
  direction: rtl;
  text-align: right;
  background: #f5f5f5;
  font-family: IRANSans;
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/eot/IRANSansWeb_Bold.eot');
  src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
  url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
  url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

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

.submenu {
  position: relative;
}

.submenu #shopping-cart{
  display: none;
}
.submenu:hover #shopping-cart{
  display: block;
  position: absolute;
  right: -80%;
  top:110%;
  z-index: 1;
  background-color: white;
  border-radius: 3px;
  box-shadow: 7.071px 7.071px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  min-height: 400px;
  min-width: 300px;
}

.toparea {
  color: #424242;
  margin: 15px 0;
}

.socialtop {
  float: left;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

.socialtop:hover {
  background: #ccc;
}

.socialtop a {
  color: #424242;
  padding: 5px 10px;
  display: block;
}

.socialtop:hover a {
  color: #fff;
}

.instatop:hover {
  background: #c13584;
}

.telegramtop:hover {
  background: #0088cc;
}

.maincontent {
  background: #fff;
  border-radius: 3px;
  box-shadow: 7.071px 7.071px 25px 0px rgba(0, 0, 0, 0.1);
}

.logoarea {
  text-align: left;
  margin: 27px 0;
}

.logoarea img {
  float: right
}

.logoarea h1 {
  font-weight: bold;
  font-size: 24px;
  padding: 15px 0 6px 0;
}

.logoarea h3 {
  font-size: 18px
}

.searcharea {
  margin: 30px 0;
}

.searcharea ul {
  list-style: none;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}

.searcharea ul li {
  display: inline-block;
}

.searcharea ul li a {
  color: #212121;
  font-size: 13px;
  padding: 3px 8px;
  border-radius: 3px;
}

.searcharea ul li a:hover {
  background: #212121;
  color: #fff;
  text-decoration: none;
}

.searcharea form {
  border: 2px solid #8bc34a;
  border-radius: 3px;
}

.searcharea input {
  border: none;
  padding: 5px;
  outline: none;
  width: 90%
}

.searcharea button {
  background: none;
  border: none;
  color: #8bc34a;
  font-size: 18px;
  outline: none;
  cursor: pointer;
}

.mainmenuarea {
  background: #fafafa;
  width: 100%;
  margin: 20px 0;
  box-shadow: 0px 1px 0px #e7e7e7
}

.mainmenuarea ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
}

.mainmenuarea ul li {
  display: inline-block;
  position: relative;
}

.mainmenuarea ul li a {
  padding: 10px 15px;
  display: block;
  color: #000;
}

.mainmenuarea ul li:hover>a {
  background: #f1f8e9;
  color: #639443;
  box-shadow: 0px 1px 0px #639443;
  text-decoration: none;
}

.mainmenuarea ul li ul {
  display: none;
  position: absolute;
  top: 45px;
  right: 0px;
  background: #fff;
  box-shadow: 7.071px 7.071px 25px 0px rgba(0, 0, 0, 0.1);
  width: 200px;
  z-index: 2;
}

.mainmenuarea ul li:hover>ul {
  display: block
}

.mainmenuarea ul li ul li {
  display: block;
}

.mainmenuarea ul li ul li a {}

.mainmenuarea ul li ul li:hover a {
  box-shadow: none;
}

.mainmenuarea ul li ul li ul {
  display: none;
  top: 0px;
  right: 200px;
}

.mainmenuarea ul li ul li:hover>ul {
  display: block
}

ul.speciallink {
  float: left;
}

ul.speciallink li a {
  background: #ffebee;
  color: #f44336;
  box-shadow: 0px 1px 0px #f44336;
  text-decoration: none;
}

ul.speciallink li:hover a {
  background: #f44336;
  color: #fff;
  box-shadow: 0px 1px 0px #f44336;
  text-decoration: none;
}

.singleslide {
  position: relative;
  width: 805px;
  height: 227px;
}

.singleslide img {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  border-radius: 3px;
}

.singleslide h2, .singleslide .callta {
  position: absolute;
  z-index: 2;
}

.singleslide h2 {
  top: 70px;
  left: 500px;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 3px;
}

.singleslide .callta {
  top: 120px;
  left: 500px;
  font-size: 18px;
  color: #fff;
  background: #8bc34a;
  padding: 5px 7px;
  border-radius: 3px;
}

.titlearea {
  padding: 15px 0;
  display: block;
}

.titlearea h3 {
  font-size: 18px;
  float: right;
  padding: 5px 0;
}

.titlearea a {
  color: #8bc34a;
  border: 1px solid #8bc34a;
  padding: 5px 10px;
  border-radius: 3px;
  float: left;
  margin: 5px 0;
}

.titlearea a:hover {
  color: #fff;
  background: #8bc34a;
  text-decoration: none;
}

.filter {
  margin: 5px 0 20px 0;
}
.filter input[name="filter"] {
	accent-color: green;
  margin-right: 15px;
}

.filter input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: 0px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.filter input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: 0px;
  position: relative;
  background-color: #8bc34a;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.filter ul {
  margin: 0;
  padding: 0px;
}

.filter ul li {
  list-style: none;
  margin: 0 0 0 0;
  display: inline-block;
}


.filter ul li {
  color: #000;
  font-size: 16px;
}


.filter span {
  font-weight:bold;
  font-size: 16px;
  padding: 25px 0 15px 0;
  color: #000;
}


.contentbox {
  border-radius: 3px;
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.1);
  float: right;
  width: 100%;
  padding: 15px;
  margin: 15px 0;
  transition: all 0.3s
}

.contentbox:hover {
  box-shadow: 1px 5px 20px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}

.contentbox header img {
  width: 200px;
  height: auto;
  margin: 10px auto;
  max-width: 100%;
}

.contentbox header a {
  color: #000;
  text-decoration: none;
}

.contentbox header h2 {
  font-size: 16px;
  margin-top: 15px;
}

.contentbox .pricebox {
  font-size: 16px;
  color: #8bc34a;
  float: right;
}

.contentbox a.add-to-cart {
  color: #8bc34a;
  border: 1px solid #8bc34a;
  padding: 10px 10px;
  border-radius: 3px;
  float: left;
  margin: 5px 0;
}

.contentbox a.add-to-cart:hover {
  color: #fff;
  background: #8bc34a;
  text-decoration: none;
}

.contentbox header.articlebox img {
  border-radius: 3px;
  width: 215px;
}

.contentbox .datebox {
  color: #757575;
  font-size: 16px;
  margin: 10px 0 0 0;
}

.sidebox {
  border-radius: 3px;
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.1);
  float: right;
  width: 100%;
  margin-bottom: 20px;
}

.sidebox header {
  background: #eeeeee;
}

.sidebox header h4 {
  font-size: 16px;
  padding: 15px;
}

.sidebox section {
  padding: 15px;
}

.sidebox ul.postsideseri {
  margin: 0px;
  padding: 0px;
}

.sidebox ul.postsideseri li {
  list-style: none;
  float: right;
  width: 100%;
  margin: 0 0 10px 0;
}

.sidebox ul.postsideseri li img {
  width: 70px;
  height: auto;
  border-radius: 3px;
  margin: 0 0 5px 10px;
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.1);
  float: right;
}

.sidebox ul.postsideseri li:before {
  content: none;
}

.sidebox ul.postsideseri li a h3 {
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

.sidebox ul.postsideseri li:hover a {
  text-decoration: none;
}

.sidebox ul.postsideseri li:hover a h3 {
  color: #03a9f4;
}

.sidebox a.cta {
  color: #03a9f4;
  border: 1px solid #03a9f4;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 0 0 10px 0;
  width: 100%;
  float: right;
  text-align: center;
}

.sidebox a.cta:hover {
  color: #fff;
  background: #03a9f4;
  text-decoration: none;
}

.sidebox ul {
  margin: 0;
  padding: 0px;
}

.sidebox ul li {
  list-style: none;
  margin: 0 0 5px 0;
}

.sidebox ul li:before {
  content: "\f10c";
  margin: 0 0 0 10px;
  font-family: FontAwesome;
}

.sidebox ul li:hover:before {
  color: #8bc34a;
}

.sidebox ul li a {
  color: #000;
}

.sidebox ul li:hover a {
  text-decoration: none;
}

footer.bodddi {
  width: 100%;
}

footer .calltabar {
  background: #fafafa;
  border-bottom: 1px solid #e7e7e7;
  float: left;
  width: 100%;
  padding: 15px 0;
}

footer .calltabar .phonecall {
  float: left;
}

footer .calltabar .phonecall i {
  float: left;
  margin: 0px 10px 0 0;
}

.footbox {
  margin: 5px 0 20px 0;
}

.footbox ul {
  margin: 0;
  padding: 0px;
}

.footbox ul li {
  list-style: none;
  margin: 0 0 5px 0;
}

.footbox ul li:before {
  content: "\f10c";
  margin: 0 0 0 10px;
  font-family: FontAwesome;
}

.footbox ul li:hover:before {
  color: #8bc34a;
}

.footbox ul li a {
  color: #000;
  font-size: 16px;
}

.footbox ul li:hover a {
  text-decoration: none;
}

.footbox header h4 {
  font-size: 16px;
  padding: 25px 0 15px 0;
}

.footbox form {
  border: 2px solid #8bc34a;
  border-radius: 3px;
  padding: 5px;
  margin: 15px 0;
}

.footbox input {
  border: none;
  padding: 5px;
  outline: none;
  width: 84%;
  text-align: left;
}

.footbox button {
  background: none;
  border: none;
  color: #8bc34a;
  font-size: 16px;
  outline: none;
  cursor: pointer;
  float: right;
  margin-top: 2px;
  padding: 2px 16px;
}

.footbox button:hover {
  color: #8bc34a;
  background: #e1f2ce;
}

.footbox button:active {
  color: #fff;
  background: #8bc34a;
}

.footbox .applinks a {
  background: #8e8e93;
  color: #fff;
  margin: 5px 15px;
  padding: 5px 20px;
  border-radius: 3px;
  display: inline-block;
}

.footbox .applinks a:hover {
  text-decoration: none;
  background: #5c5c5f
}

.footbox .applinks a.androidapp {
  background: #a4c639;
}

.footbox .applinks a.androidapp:hover {
  background: #93b133;
}

.footbox .applinks a i {
  float: left;
  margin: 0 8px;
}

.footercopy {
  color: #9e9e9e;
  font-size: 16px;
  margin: 20px 0;
  float: right;
}

.footercopy ul {
  list-style: none;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}

.footercopy ul li {
  display: inline-block;
}

.footercopy ul li a {
  color: #212121;
  font-size: 13px;
  padding: 3px 8px;
  border-radius: 3px;
}

.footercopy ul li a:hover {
  background: #212121;
  color: #fff;
  text-decoration: none;
}

.nemads {
  float: left;
}

.sidebox section img {
  max-width: 100%
}

.sidemenuv {
  text-align: left;
  padding: 15px 30px;
  display: block;
  color: #212121;
  font-size: 25px;
}

.sidemenumobile {
  background: #fff;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.1)
}

.sidemenumobile ul {
  width: 100%;
  float: none;
}

.sidemenumobile ul li {
  display: block;
}

.sidemenumobile ul li ul {
  width: 100%;
  position: unset;
}

.titlebarpub {
  background: #eeeeee;
  padding: 20px;
  width: 100%;
  font-size: 16px;
  color: #616161;
  margin-bottom: 20px;
  margin-top: -20px;
}

.titlebarpub a {
  color: #3a3a3a;
}

.titlebarpub h1 {
  font-size: 24px;
  padding: 20px 0 0 0;
  color: #000;
}

.pagenumbers {
  width: 320px;
  margin: 40px auto;
  text-align: center;
}

.pagenumbers a {
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 7.071px 7.071px 25px 0px rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  color: #000;
  padding: 10px 20px;
  margin: 5px;
}

.pagenumbers a.active, .pagenumbers a:hover {
  background: #89c149;
  color: #fff;
  text-decoration: none;
}

.nfstyle {
  text-align: center;
  padding: 40px 0;
}

.nfstyle img {
  max-width: 100%
}

.singlecntentt {
  border-radius: 3px;
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  float: right;
  line-height: 30px;
  width: 100%;
  margin-bottom: 20px;
}

.singlecntentt img {
  margin: 20px auto;
  display: block; max-width: 100%;
}

.singlecntentt p {
  line-height: 30px;
}

.singlecntentt h2 {
  font-size: 18px;
  padding: 20px 0 10px 0;
  font-weight: bold;
}

.authorboxs {
  border-radius: 3px;
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 10px;
  line-height: 30px;
}

.authorboxs img {
  float: right;
  margin: 0 0 10px 10px;
}

.metainfos {
  color: #7f7f7f;
  float: right;
  font-size: 16px;
  padding: 10px;
  margin-left: 15px;
}

.metainfos a {
  color: #525252
}

.metainfos a:hover {
  text-decoration: none;
}

.commtnsentar textarea {
  width: 100%;
  padding: 10px;
  line-height: 30px;
  border-radius: 3px;
  border: 2px solid #8bc34a;
  height: 230px;
}

.commtnsentar label {
  display: block;
}

.commtnsentar input {
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: 2px solid #8bc34a;
  margin-bottom: 12px;
}

.commtnsentar input:focus , .commtnsentar textarea:focus {
  outline: none;
}

.commtnsentar button {
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  background: #8bc34a;
  color: #fff;
  border: none;
  cursor: pointer;
}
.commtnsentar button:hover {
  background: #75b22e
}
.lcomments { margin: 20px 0; line-height: 30px; position: relative;}
.lcomments img { float: right;  margin: 0 0 10px 10px;}
.lcomments a.replyb {
top:10px;
left: 20px;
position: absolute; color: #8bc34a ;padding: 4px 10px 0px 10px;
    border-radius: 100%; transition: all 0.3s;

}
.lcomments a.replyb:hover { color:#fff ; background: #8bc34a }
.lcomments a.replyb span { opacity: 0;
    position: absolute;
    top: -26px;
    left: -8px;
    width: 50px;
    background: rgba(0,0,0,0.3);
    border-radius: 3px; text-align: center; ; color: #fff ; transition: all 0.3s}
.lcomments a.replyb:hover span { opacity: 1 ;    top: -33px; }

.progall { width:356px  ; float: left; margin: 0 25px 15px 0;}
.progall img { float: left; margin: 7px;box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.1); border-radius: 3px;}
p.someptext { border-bottom: 1px solid rgba(0,0,0,0.3) ; width: 50%}
span.instockst { color:#8bc34a}
.prdsingle form { margin: 10px 0 ;}
.prdsingle input { border-radius: 3px ; border:1px solid #9e9e9e ; border-radius: 3px ; padding: 5px}
.prdsingle input[type=submit] { background: #8bc34a ; color: #fff ; padding: 5px 15px ; cursor: pointer; border: none;}
.prdsingle input:focus { outline: none}
.nav {
  padding-right: 0px;

}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border:none;
    color: #8bc34a;
        box-shadow: 0px 1px 0px #8bc34a;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border:none;
}
.nav-tabs .nav-item {
  margin-bottom: 0px;
}
.nav-tabs .nav-link { color: #000; border:none}
.nav-tabs {
    box-shadow: 0px 1px 0px #ddd;
    border:none;
}
.singlecntentt h3 { font-size: 18px ; font-weight: bold; margin: 15px 0 5px 0}
