﻿/*@import "../color.css";*/
/************** variable ***************/
/*var(--color-blue): #354052;
#fff: #fff;
var(--color-brown): #cca776;
var(--color-light-brown): #ffd194;
var(--color-light-blue): #5a555b;
var(--color-blue): #3f495a;
var(--color-blue): #8693a8;*/
/************** Combine ***************/
.clear {
  clear: both;
  display: table;
  content: '';
}
.text-center {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
.text-right {
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
}
.text-left {
  text-align: -moz-left;
  text-align: -webkit-left;
  text-align: left;
}
.text-justify {
  text-align: -moz-justify;
  text-align: -webkit-justify;
  text-align: justify;
}
.limit-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ripplelink {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}
.ripplelink2 {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}
.ripplelink:hover {
  z-index: 999;
}
.ripplelink2:hover {
  z-index: 999;
}
.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.ink2 {
  display: block;
  position: absolute;
  background: rgba(68, 200, 245, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
/************** manibody ***************/
@font-face {
  font-family: iranSans;
  font-style: normal;
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb.eot');
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/GlobalItems/fonts/iranSans/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/GlobalItems/fonts/iranSans/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/GlobalItems/fonts/iranSans/ttf/IRANSansWeb.ttf') format('truetype');
}
@font-face {
  font-family: iranSans2;
  font-style: normal;
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb_Medium.eot');
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/GlobalItems/fonts/iranSans/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/GlobalItems/fonts/iranSans/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/GlobalItems/fonts/iranSans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
.LoginBox {
  position: relative;
  /*margin-top: 10px;*/
}
.LoginBox .Icon {
  display: flex;
  align-items: center;
  height: 40px;
}
.LoginBox .mdi-account {
  font-size: 18pt;
  color: #fff;
}
.LoginBox i {
  color: #fff;
}
.LoginBox ul {
  position: absolute;
  width: 160px;
  right: 0;
  top: 40px;
  border-radius: 5px;
  background: #fff;
  display: none;
  list-style: none;
  padding: 0;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.LoginBox ul li:not(:last-child) {
  border-bottom: 1px solid #f8f8f8;
}
.LoginBox ul li a {
  font-size: 10pt;
  padding: 5px 10px;
  display: flex;
  color: #2c2c2c;
  align-items: center;
}
/******** material-scrolltop  ********/
.material-scrolltop {
  display: block;
  position: absolute;
  width: 108px;
  height: 20px;
  right: 0;
  left: 0;
  border: 0;
  margin: auto;
  cursor: pointer;
  background: url(../../img/Curve2.png) center;
  z-index: 1;
}
.material-scrolltop i {
  font-size: 28pt;
  line-height: 0;
  color: var(--color-blue);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.material-scrolltop i:hover {
  color: var(--color-brown);
}
/************** FOOTER ***************/
footer .footerTop {
  position: relative;
  /*.footerTopBg {
            height: 90px;
            position: relative;
            overflow: hidden;
            margin-top: -50px;

            &:before {
                width: 48%;
                height: 100px;
                content: '';
                background: #e5e5e5;
                position: absolute;
                right: -10px;
                top: 45px;
                .transform(rotateZ(-5deg));
            }

            &:after {
                width: 48%;
                height: 100px;
                content: '';
                background: #e5e5e5;
                position: absolute;
                left: -10px;
                top: 45px;
                .transform(rotateZ(5deg));
            }
        }*/
}
footer .footerTop:before {
  content: '';
  width: 100%;
  height: 80px;
  background: url(../../img/footerTopBg.png) no-repeat bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
footer .footerTop .namad {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  margin: 0 auto 20px;
}
footer .footerTop .namad img {
  margin: auto;
  display: block;
}
footer .footerCenter {
  background: var(--color-blue);
  min-height: 100px;
  position: relative;
  /*margin-top: -8px;*/
}
footer .footerCenter .info {
  padding: 55px 0;
  width: 510px;
  display: block;
  margin: auto;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  color: var(--color-header-hover);
}
footer .footerCenter .info .address {
  margin-bottom: 20px;
}
footer .footerCenter .info .address * {
  font-size: 11pt;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  margin-bottom: 7px;
  color: var(--color-header-hover);
}
footer .footerCenter .info .address span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}
footer .footerCenter .info .address span:last-child {
  position: relative;
}
footer .footerCenter .info .address span:last-child:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: var(--color-brown);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  right: -4px;
  top: 10px;
  position: absolute;
}
footer .footerCenter .info .address:after {
  clear: both;
  display: table;
  content: '';
}
footer .footerCenter .info .social a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  color: var(--color-header);
  font-size: 19pt;
  margin: 0 5px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  position: relative;
}
footer .footerCenter .info .social a:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../../img/social.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
footer .footerCenter .info .social a i {
  line-height: 1;
}
footer .footerCenter .info .social a:hover {
  color: var(--color-header-hover);
}
footer .footerCenter .info .social a:hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
footer .footerCenter .info .social:after {
  clear: both;
  display: table;
  content: '';
}
footer .footerCenter .info:after {
  clear: both;
  display: table;
  content: '';
}
footer .footerBtm {
  background-color: var(--color-dark-blue);
  padding: 50px 0;
}
footer .footerBtm .col-md-2 {
  width: 20%;
}
footer .footerBtm * {
  color: var(--color-footerBtm-text);
}
footer .footerBtm a:hover {
  color: var(--color-brown);
}
footer .footerBtm .title {
  color: var(--color-footerBtm-title);
  font-size: 13.5pt;
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
}
footer .footerBtm .newsLetter {
  width: 100%;
  height: 63px;
  margin: auto;
  border: 1px solid #22262c;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  cursor: pointer;
  padding: 9px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
footer .footerBtm .newsLetter .input-field {
  float: right;
  margin-top: 0;
  background: #40434a;
  height: 43px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  overflow: hidden;
  width: 100%;
}
footer .footerBtm .newsLetter .input-field input {
  margin: 0;
  height: 43px !important;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  color: #fff;
  background: transparent;
}
footer .footerBtm .newsLetter .input-field label {
  color: #bcbdbf;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 11pt;
}
footer .footerBtm .newsLetter .input-field label.active {
  font-size: 8pt;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 0;
}
footer .footerBtm .newsLetter .form-control {
  background-image: -moz-linear-gradient(#40434a, #40434a), -moz-linear-gradient(#40434a, #40434a) !important;
  background-image: -webkit-gradient(#40434a, #40434a), -webkit-gradient(#40434a, #40434a) !important;
  background-image: -webkit-linear-gradient(#40434a, #40434a), -webkit-linear-gradient(#40434a, #40434a) !important;
  background-image: -o-linear-gradient(#40434a, #40434a), -o-linear-gradient(#40434a, #40434a) !important;
  background-image: -ms-linear-gradient(#40434a, #40434a), -ms-linear-gradient(#40434a, #40434a) !important;
  background-image: linear-gradient(#40434a, #40434a), linear-gradient(#40434a, #40434a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40434a', endColorstr='#40434a', GradientType=1);
}
footer .footerBtm .newsLetter button {
  float: right;
  height: 43px;
  background: var(--color-brown);
  border: 0;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  position: absolute;
  left: 9px;
  top: 9px;
  width: 28%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  /*i {
                    font-size: 18pt;
                    line-height: 1;
                    display: inline-block;
                    vertical-align: middle;
                    margin-top: 3px;
                    margin-left: 4px;
                }*/
}
footer .footerBtm .newsLetter button:before {
  content: 'عضویت';
}
footer .footerBtm .newsLetter button:hover {
  background-color: #151920;
  color: #fff;
}
footer .footerBtm .newsLetter button:hover:before {
  content: "\F04D";
  font-family: "Material Design Icons";
  font-size: 16pt;
  line-height: 1.8;
}
footer .footerBtm .newsLetter:hover {
  border-color: #393941;
}
footer .footerBtm .newsLetter.clicked {
  border-color: #414850;
}
footer .footerBtm .newsLetter.clicked .input-field {
  width: 72%;
}
footer .footerBtm .newsLetter.clicked button {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
footer .footerBtm .newsLetterShow {
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
  max-width: 98%;
  background: #fff;
  padding: 100px 25px;
  z-index: 999;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  min-height: 300px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #cdcdcd 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cdcdcd));
  background: -webkit-linear-gradient(top, #ffffff 0%, #cdcdcd 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #cdcdcd 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #cdcdcd 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cdcdcd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cdcdcd', GradientType=0);
  transform: translate(0, -225%);
  -webkit-transform: translate(0, -225%);
  -moz-transform: translate(0, -225%);
  -ms-transform: translate(0, -225%);
  -o-transform: translate(0, -225%);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
footer .footerBtm .newsLetterShow .close {
  float: none;
  font-size: 17pt;
  line-height: 1;
  color: #b3b3b3;
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
footer .footerBtm .newsLetterShow .close:hover {
  color: #4d4d4d;
}
footer .footerBtm .newsLetterShow .g-recaptcha {
  margin-bottom: 10px;
}
footer .footerBtm .newsLetterShow .g-recaptcha > * {
  margin: auto;
}
footer .footerBtm .newsLetterShow .btnCustom {
  border: 0;
  width: 304px;
  margin: auto;
}
footer .footerBtm .newsLetterShow.show {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
footer .footerBtm .horizontal li {
  float: right;
  width: 33.3333%;
}
footer .copyright {
  background-color: #12151b;
  padding: 15px 0;
  color: #444850;
}
footer .copyright * {
  color: #444850;
}
footer .copyright a:hover {
  color: var(--color-brown);
}
/**************** Carousel ***************/
/* clearfix */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
/* display none until init */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
/* mouse grab icon */
.grabbing {
  cursor: url(../../img/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  margin: auto;
}
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: absolute;
  top: 25%;
  z-index: 1;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s;
  color: #bcbdbf;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  font-family: "Material Design Icons";
  font-size: 38pt;
  line-height: 1;
}
.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\F142";
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  content: "\F141";
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 2px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  color: var(--color-brown);
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) no-repeat center center;
}
/****** demo2,demo3 ******/
#owl-demo6,
#owl-demo7 {
  direction: ltr;
}
#owl-demo6:after,
#owl-demo7:after {
  clear: both;
  display: table;
  content: '';
}
#owl-demo6 .owl-next,
#owl-demo7 .owl-next {
  right: -40px;
}
#owl-demo6 .owl-prev,
#owl-demo7 .owl-prev {
  left: -40px;
}
#owl-demo6 .owl-pagination,
#owl-demo7 .owl-pagination {
  display: none;
}
#owl-demo6 .item,
#owl-demo7 .item {
  direction: rtl;
  padding: 5px;
}
.relate {
  margin-top: 50px;
}
.relate .productItem a {
  height: 270px;
}
.relate .productItem img {
  max-height: 270px;
}
.relate .productItem .price .gray strong {
  font-size: 20pt;
  margin-left: 13px;
  color: #797b80;
}
.relate .title {
  font-size: 13.5pt;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
.relate .title span {
  position: relative;
  display: inline-block;
  padding: 0 85px;
  margin-bottom: 20px;
}
.relate .title span:before {
  content: '';
  width: 50px;
  height: 2px;
  background: #858185;
  position: absolute;
  top: 18px;
  right: 0;
}
.relate .title span:after {
  content: '';
  width: 50px;
  height: 2px;
  background: #858185;
  position: absolute;
  top: 18px;
  left: 0;
}
.relate:after {
  clear: both;
  display: table;
  content: '';
}
#owl-demo7 img {
  width: 100%;
  margin-bottom: 35px;
}
.bgDark {
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.95);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
/**************** BROWSER *****************/
/*firefox*/
/*@-moz-document url-prefix() {
}*/
/*safari*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
}*/
/*ie*/
/******************** Responsive *********************/
@media only screen and (max-width: 1300px) {
  .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0 !important;
  }
  .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0 !important;
  }
}
@media only screen and (max-width: 1220px) {
  /************** PRODUCTIN ****************/
  .relate .productItem a {
    height: 263px;
  }
  .relate .productItem img {
    max-height: 263px;
  }
}
@media only screen and (max-width: 1200px) {
  /**************** FOOTER ******************/
  footer .footerBtm .title {
    font-size: 11pt;
  }
  footer .footerBtm .horizontal {
    margin: 0 -5px;
  }
  footer .footerBtm .horizontal li {
    padding: 0 5px;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    font-size: 9pt;
  }
  /************** PRODUCTIN ****************/
  .relate .productItem a {
    height: 213px;
  }
  .relate .productItem img {
    max-height: 213px;
  }
}
@media only screen and (max-width: 992px) {
  /**************** FOOTER ******************/
  footer .footerCenter {
    margin-top: -5px;
  }
  footer .footerBtm .col-md-2,
  footer .footerBtm .col-md-4 {
    width: 50%;
    float: right;
    margin-bottom: 20px;
  }
  /************** PRODUCTIN ****************/
  .relate .productItem a {
    height: 220px;
  }
  .relate .productItem img {
    max-height: 220px;
  }
}
@media only screen and (max-width: 768px) {
  /**************** FOOTER ******************/
  footer .footerTop:before {
    display: none;
  }
  footer .footerCenter {
    margin-top: 0;
  }
  footer .footerCenter .info {
    width: 100%;
    padding: 33px 0 20px;
  }
  footer .footerCenter .info .address {
    margin-bottom: 10px;
  }
  footer .footerCenter .info .address * {
    font-size: 10pt;
  }
  footer .footerBtm {
    padding: 15px 0 0;
  }
  footer .footerBtm .newsLetter .input-field label {
    font-size: 8pt;
    top: 1.3rem;
  }
  /************** PRODUCTIN ****************/
  .relate .productItem a {
    height: auto;
  }
  .relate .productItem img {
    max-height: inherit;
  }
  .material-scrolltop {
    display: none;
  }
}
@media only screen and (max-width: 520px) {
  /**************** FOOTER ******************/
  footer .footerBtm .col-md-2,
  footer .footerBtm .col-md-4 {
    width: 100%;
    margin-bottom: 35px;
  }
  footer .footerBtm ul {
    padding-right: 20px;
  }
  footer .footerBtm .horizontal {
    padding: 0;
  }
  footer .footerBtm .horizontal li {
    font-size: 9pt;
  }
  footer .footerBtm .newsLetter {
    border: 0;
    margin-bottom: 0;
    padding: 0;
    height: auto;
    margin-bottom: 7px;
  }
  footer .footerBtm .newsLetter .input-field label {
    font-size: 10pt;
    top: 10px;
  }
  footer .footerBtm .newsLetter button {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    position: relative;
    margin-top: 7px;
  }
  footer .footerBtm .newsLetter.clicked .input-field {
    width: 100%;
  }
  .relate {
    margin-top: 20px;
  }
  .owl-theme .owl-controls {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  /**************** FOOTER ******************/
  footer .footerCenter .info .social a {
    width: 35px;
    height: 35px;
    margin: 0;
    font-size: 16pt;
  }
  footer .footerCenter .info .social a:before {
    width: 35px;
    height: 35px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  footer .footerBtm .horizontal li {
    width: 100%;
  }
}
/***************** دکمه درخواست تماس *******************/
.action-buttons-root.tada {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #98cb00;
  color: #ffffff;
  font-size: 25px;
  line-height: 64px;
  bottom: 110px;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper {
  display: flex;
  z-index: 1050;
  align-items: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper.directionUp {
  flex-direction: column-reverse;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root {
  display: block;
  position: relative;
  text-align: center;
  border-radius: 50%;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root .icon {
  display: inline-block;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root .label {
  display: inline-block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 0 5px;
  line-height: 25px;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  bottom: auto;
  left: auto;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root i.icon {
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media (pointer: coarse) {
  .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root.active + .action-buttons-inner-wrapper {
    pointer-events: auto;
  }
}
@media (pointer: coarse) {
  .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root.active + .action-buttons-inner-wrapper {
    pointer-events: auto;
  }
  .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root.active + .action-buttons-inner-wrapper .action-button {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.8s, height 0s linear 0s, margin 0s linear 0s;
  }
}
@media (pointer: fine) {
  .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root:hover + .action-buttons-inner-wrapper {
    pointer-events: auto;
  }
  .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root:hover + .action-buttons-inner-wrapper .action-button {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.8s, height 0s linear 0s, margin 0s linear 0s;
  }
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper {
  pointer-events: none;
  display: flex;
  display: -webkit-flex;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex-direction: column;
  padding-bottom: 48px;
  margin-bottom: 80px;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper:hover {
  pointer-events: auto;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper:hover .action-button {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.8s, height 0s linear 0s, margin 0s linear 0s;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button {
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0.54);
  margin: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  padding: 0;
  font-size: 20px;
  min-width: 0;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.8s;
  background-color: #fff;
  opacity: 0;
  transform: scale(0);
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button .icon {
  display: inline-block;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button .label {
  display: inline-block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 0 5px;
  line-height: 25px;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  bottom: auto;
  left: auto;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button i.icon {
  color: rgba(0, 0, 0, 0.54);
  background: 0 0;
  line-height: 40px;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper:hover .action-buttons-root {
  animation: none;
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}