﻿@charset "UTF-8";
@font-face {
    font-family: "IRANSansWeb";
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum).eot") format("eot"), url("../fonts/iransans/woff/IRANSansWeb(FaNum).woff") format("woff"), url("../fonts/iransans/ttf/IRANSansWeb(FaNum).ttf") format("truetype"), url("../fonts/iransans/woff2/IRANSansWeb(FaNum).woff2") format("woff2");
}

html, body {
  font-size: 100%;
  font-family: IRANSansWeb;
}

body {
  background-color: #f5f9fd;
}

a {
  text-decoration: none !important;
  -webkit-transition: .3s all;
  transition: .3s all;
}

a:hover {
  color: #15a7ed;
}

h1, h2, h3, h4, h5, h6, div, a {
  color: #2d3e52;
}

li, p, span {
  color: #757575;
  list-style: none;
}

.container-fluid {
  max-width: 95%;
}

.pane-title {
  min-width: 100px;
  width: auto;
  display: inline-block;
  background: #f16672;
  padding: 0.3rem 1.5rem 0.5rem 1.5rem;
  color: #fff;
  font-size: 1rem;
  border-radius: 3px 0 0px 3px;
  /* -webkit-box-shadow: 1.5px 0px 1px 0px #535351; */
  /* box-shadow: -0.5px -1px 1px 0px #535351; */
  margin-right: 0px;
  margin-top: 10px;
  text-align: center;
}

.auto-height {
  height: 0px;
  min-height: 150px;
  overflow: hidden;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #dadada;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #646464;
  border-radius: 10px;
}

.chartJs {
  position: relative;
  height: 30vw;
  width: 60vw;
}

@media only screen and (max-width: 991px) {
  html, body {
    font-size: 87.5%;
  }
}

@media only screen and (max-width: 767px) {
  html, body {
    font-size: 81.25%;
  }
  .container-fluid {
    max-width: 100%;
  }
}

.carousel, .carousel-inner {
  border-radius: 4px;
}

#pv-carousel, #pv-carousel * {
  height: 100%;
}

.datepicker-persian {
  font-family: iransansweb !important;
}

button.detail-popover {
  border: none;
  background: transparent;
  padding: 0;
  outline: none;
  font-size: 13.5px;
  vertical-align: top;
  color: #465051;
  cursor: pointer;
}

.popover {
  max-width: 500px;
  font-family: iransansweb;
}

.popover-label {
  font-size: .75rem;
}

.popover-value {
  font-size: 0.9rem;
  color: #2d3e52;
}

.popover-close {
  cursor: pointer;
}

.popover-chartJs {
  height: 140px !important;
  width: 280px !important;
}

@media only screen and (max-width: 767px) {
  .popover {
    max-width: 300px;
  }
}

.producer {
  font-size: 9px;
  background-color: #39527d;
  color: #fff !important;
  padding: 2px 5px;
  border-radius: 10px 10px;
  margin: 0 2px;
  display: inline-block;
}

.producer::before {
  content: '\f058';
  font-family: faFree;
  margin-left: 3px;
  font-size: 12px;
  vertical-align: middle;
}

div[viewer='true'] {
  border: 1px solid red;
  border-style: dashed;
}

div[viewer='false'] .h-100-ovf {
  height: 100%;
}

.first-show {
  display: none;
}

.my-btn {
  color: #fff;
  background-color: #15a7ed;
  border: none;
  padding: 0.35rem 1rem;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  border-radius: 25px;
  cursor: pointer;
  font-size: 0.9rem;
  display: inline-block;
  font-family: iransansweb;
}

.my-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.my-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.mw-100p {
  min-width: 100px;
  text-align: center;
}

.font-color-dark {
  color: #2d3e52;
}

.flipX {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.my-box-shadow {
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}

.bold {
  font-weight: 900;
}

.mh-400 {
  min-height: 400px;
}

.small-light {
  font-size: .7rem;
  color: #ababab;
}

.color-my-primary {
  color: #15a7ed !important;
}

.my-bg-primary {
  background-color: #15a7ed !important;
}

.my-bg-light {
  background-color: #e6eef5;
}

.footer-bg-light {
  background-color: #e8eef3;
}

.footer-bg-midtone {
  background-color: #dce2e6;
}

.footer-bg-dark {
  background-color: #c8d0d2;
}

.br-left-top {
  border-radius: 5px 0 0 0;
}

.br-right-top {
  border-radius: 0 5px 0 0;
}

.br-right-bottom {
  border-radius: 0 0 5px 0;
}

.br-left-bottom {
  border-radius: 5px 0 0 5px;
}

.pane-more-btn {
  display: block;
  text-align: left;
  padding: 0px 10px 10px;
}

.price-change {
  margin-right: 5px;
  padding: 0 5px;
  border-radius: 13px;
  color: #fff !important;
  min-width: 60px;
  display: inline-block;
  text-align: center;
  position: relative;
  padding-left: 22px;
  margin: 0px 3px;
}

.price-change.increase {
  background-color: #e94b35;
}

.price-change.increase::before {
  font-family: faFree;
  content: '\f35b';
  margin-right: 3px;
  vertical-align: text-top;
  position: absolute;
  left: 4px;
}

.price-change.decrease {
  background-color: #a1c55a;
}

.price-change.decrease::before {
  font-family: faFree;
  content: '\f358';
  margin-right: 3px;
  vertical-align: text-top;
  position: absolute;
  left: 4px;
}

.last-update {
  font-size: 13px;
  text-align: right;
  /******/
  font-weight: 700;
  color: #5c5c5c;
}

.font-color-primary {
  color: #15a7ed !important;
}

.font-color-secound {
  color: #f16672 !important;
}

.dropdown-list {
  border: 1px solid #afbcbf;
  border-radius: 3px;
  color: #757575;
  font-size: 0.8rem;
  padding: 2px;
}

.h-400p {
  height: 400px !important;
  overflow: hidden;
}

.fix-on-bottom-left {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.my-btn-secound {
  background-color: #757575;
}

.my-animate-btn, .my-animate-btn-r {
  display: inline-block;
  position: relative;
  color: #fff;
  border-radius: 5px;
}

.my-animate-btn i[class^='fa'], .my-animate-btn-r i[class^='fa'] {
  display: inline-block;
  width: 45px;
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  color: #fff !important;
}

.my-animate-btn span, .my-animate-btn-r span {
  display: inline-block;
  width: calc(100% - 40px);
  text-align: center;
  position: relative;
  font-size: 0.9rem;
}

.my-animate-btn span::before, .my-animate-btn-r span::before {
  content: '';
  display: inline-block;
  width: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  border: none;
}

.my-animate-btn {
  background-color: #85a841;
}

.my-animate-btn i[class^='fa'] {
  right: 0;
  padding-top: 12px;
}

.my-animate-btn-r {
  background-color: #f16672;
}

.my-animate-btn-r i[class^='fa'] {
  left: 0;
  padding-top: 9px;
}

.my-animate-btn span {
  border-radius: 5px 0px 0px 5px;
  float: left;
  background-color: #a1c55a;
  color: #fff !important;
  padding: 10px 5px;
}

.my-animate-btn span::before {
  right: -1px;
  -webkit-clip-path: polygon(57% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(57% 0, 100% 0%, 100% 100%, 0% 100%);
  background: #85a841;
}

.my-animate-btn-r span {
  border-radius: 0px 4px 4px 0px;
  float: right;
  background-color: #ededed;
  color: #2d3e52 !important;
  padding: 6px 5px;
}

.my-animate-btn-r span::before {
  left: -1px;
  -webkit-clip-path: polygon(0 0, 49% 0, 87% 100%, 0 100%);
  clip-path: polygon(0 0, 49% 0, 87% 100%, 0 100%);
  background: #f16672;
}

.my-animate-btn:hover span {
  color: #fff !important;
}

.my-animate-btn:hover span::before {
  right: -4px;
}

.my-animate-btn:hover i[class^='fa'] {
  color: #fff !important;
}

.my-animate-btn-r:hover span {
  color: #2d3e52 !important;
}

.my-animate-btn-r:hover span::before {
  left: -4px;
}

.my-animate-btn-r:hover i[class^='fa'] {
  color: #fff !important;
}

.mw-100p {
  min-width: 100px;
}

.mw-125p {
  min-width: 125px;
}

.mw-150p {
  min-width: 150px;
}

.mw-175p {
  min-width: 175px;
}

.mw-200p {
  min-width: 200px;
}

.mw-225p {
  min-width: 225px;
}

.mw-250p {
  min-width: 250px;
}

.mw-275p {
  min-width: 275px;
}

.mw-300p {
  min-width: 300px;
}

.mw-325p {
  min-width: 325px;
}

.mw-135p {
  min-width: 135px;
}

header .logo img {
  display: block;
}

header .form-row .form-group .form-control {
  height: 3rem !important;
  font-size: 0.9rem;
}

header .form-row .form-group .form-control:focus, header .form-row .form-group .form-control:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

header .form-row .form-group:nth-child(1) .select2-selection {
  border-radius: 0 7px 7px 0 !important;
}

header .form-row .form-group:nth-child(1) .select2-container--open {
  border-radius: 0 7px 0px 0 !important;
}

header .form-row .form-group:nth-child(1) .select2-container--open .select2-selection {
  border-radius: 0 7px 0px 0 !important;
}

header .form-row .form-group .last {
  border-radius: 7px 0 0 7px !important;
  padding: 0.5rem 2rem;
  line-height: 1.5rem;
  height: 3rem;
}

header .form-row .form-group .select2 {
  border-color: #757575;
}

header .form-row .form-group .select2-container {
  width: 100% !important;
}

header .form-row .form-group .select2-container--focus * {
  outline: none !important;
}

header .form-row .form-group .select2-selection {
  height: 3rem !important;
  border-radius: 0 !important;
  font-size: 0.8rem !important;
  font-weight: normal !important;
}

header .form-row .form-group .select2-selection__rendered {
  height: 3rem !important;
  line-height: 3rem !important;
}

header .form-row .form-group .select2-selection__arrow {
  top: calc(50% - 13px) !important;
}

@media only screen and (max-width: 767px) {
  header .form-row .form-group .form-control {
    height: 2.5rem !important;
  }
  header .form-row .form-group .form-control:focus, header .form-row .form-group .form-control:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  header .form-row .form-group .form-control.first {
    border-radius: 0 25px 0px 0 !important;
  }
  header .form-row .form-group:nth-child(1) .select2-selection {
    border-radius: 0 7px 0 0 !important;
  }
  header .form-row .form-group:nth-child(2) {
    margin-bottom: 1px !important;
  }
  header .form-row .form-group:nth-child(2) .select2-selection {
    border-radius: 7px 0 0 0 !important;
  }
  header .form-row .form-group:nth-child(3) .select2-selection {
    border-radius: 0 0 7px 0 !important;
  }
  header .form-row .form-group .select2-selection {
    height: 2.5rem !important;
  }
  header .form-row .form-group .select2-selection__rendered {
    height: 2.5rem !important;
    line-height: 2.5rem !important;
  }
  header .form-row .form-group .last {
    border-radius: 0px 0 0 7px !important;
    padding: 0.5rem 2rem;
    line-height: 1.5rem;
    height: 2.5rem;
  }
}

.select2-results__options li {
  font-size: 0.9rem !important;
}

.wsmenu {
  height: auto !important;
}

.wsmenu-list {
  margin: 8px 0 !important;
}

.wsmenu-list-item {
  position: relative;
  cursor: default;
  border-bottom: 2px solid transparent;
  padding: 0 5px !important;
}

.wsmenu-list-item:hover {
  border-bottom: 2px solid #15a7ed;
}

.wsmenu-list-item:hover a {
  color: #15a7ed;
}

.wsmenu-list-item .sub-menu li:hover {
  background-color: #eeeeee;
}

.wsmenu-list img.cat-icon {
  border-radius: 5px;
  margin-left: 5px;
}

@media only screen and (min-width: 768px) {
  .wsmenu-list-item ul {
    top: 52px !important;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  label.wsdownopener {
    color: #15a7ed;
    text-align: right;
    border: none;
  }
  .wsmenu-list-item {
    padding: 0 !important;
  }
  .wsmenu-list-item [class^='wsmenu-click'] > i {
    margin-top: 20px;
    margin-left: 10px;
    font-size: 15px;
    float: left !important;
  }
  ul.sub-menu {
    padding: 0 10px !important;
  }
  ul.sub-menu > li span + a {
    padding-right: 10px !important;
  }
  .affix-contact {
    position: absolute;
    left: 0;
    top: 4px;
    max-width: 200px;
  }
}

.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1080;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.15);
}

.affix-logo {
  -webkit-transition: .8s all;
  transition: .8s all;
}

.affix-logo img {
  width: 0;
  position: relative;
  top: calc(50% - 14px);
  -webkit-transition: 1s width;
  transition: 1s width;
}

.affix .affix-logo {
  padding: 0 0 0 1rem !important;
}

.affix .affix-logo img {
  width: 100px;
}

.affix .affix-contact {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: initial;
  padding: inherit;
}

.affix .affix-contact span:nth-child(1) {
  font-size: 1rem;
}

.affix .affix-contact span:nth-child(2) {
  font-size: 0.7rem;
}

.affix .affix-contact img {
  width: 40px;
}

.affix .affix-contact > div {
  padding: 0.25rem !important;
}

.affix .account-icon {
  display: none !important;
}

.affix .wsmenu-list {
  margin: 0 !important;
}

.affix .wsmenu-list li a {
  padding: 0 5px;
  font-size: 0.8rem;
}

@media only screen and (max-width: 991px) {
  .wsmenu-list {
    margin: 0 !important;
  }
  .wsmenu-list li a {
    padding: 0 5px;
    font-size: 0.8rem;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .wsmenu-list > li {
    padding: 0 !important;
  }
  .wsmenu-list > li .sub-menu li {
    height: 38px;
  }
  .wsmenu-list > li .sub-menu li:hover {
    height: auto;
  }
  .wsmenu-list > li .sub-menu li .sub-menu {
    position: static !important;
  }
  .wsmenu-list > li > a {
    padding: 0 5px !important;
  }
}

@media only screen and (min-width: 768px) {
  .affix-contact {
    -webkit-transition: .8s all;
    transition: .8s all;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    padding: 0 !important;
  }
  .affix-contact span {
    -webkit-transition: .8s all;
    transition: .8s all;
    font-size: 0;
  }
  .affix-contact img {
    -webkit-transition: .8s all;
    transition: .8s all;
    width: 0;
  }
  .affix-contact > div {
    -webkit-transition: .8s all;
    transition: .8s all;
    padding: 0 !important;
  }
}

.carousel-control-next, .carousel-control-prev {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.carousel-control-next span, .carousel-control-prev span {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.carousel-control-next:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,4ac9f3+99&0+0,0.5+99 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(229, 229, 229, 0)), color-stop(99%, rgba(74, 201, 243, 0.5)));
  background: linear-gradient(to right, rgba(229, 229, 229, 0) 0%, rgba(74, 201, 243, 0.5) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#804ac9f3',GradientType=1 );
  /* IE6-9 */
}

.carousel-control-next:hover span {
  background-color: #15a7ed;
  padding: 15px;
  background-size: 50%;
  border-radius: 50%;
  opacity: .8;
}

.carousel-control-prev:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4ac9f3+1,e5e5e5+100&0.5+1,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(74, 201, 243, 0.5)), to(rgba(229, 229, 229, 0)));
  background: linear-gradient(to right, rgba(74, 201, 243, 0.5) 1%, rgba(229, 229, 229, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#804ac9f3', endColorstr='#00e5e5e5',GradientType=1 );
  /* IE6-9 */
}

.carousel-control-prev:hover span {
  background-color: #15a7ed;
  padding: 15px;
  background-size: 50%;
  border-radius: 50%;
  opacity: .8;
}

.carousel-caption * {
  color: #fff;
}

.time-line::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 5px;
  bottom: 0px;
  width: 2px;
  background: #cecece;
}

.time-line li {
  position: relative;
  padding: 5px 0;
}

.time-line .date-time {
  font-size: 0.8rem;
  display: block;
  opacity: 0.9;
}

.time-line .date-time.increase::before {
  content: "";
  width: 13px;
  height: 12px;
  display: inline-block;
  margin-left: 15px;
  background-color: #f05562;
  /*ec5e5e*/
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.time-line .date-time.decrease::before {
  content: "";
  width: 13px;
  height: 12px;
  display: inline-block;
  margin-left: 15px;
  background-color: #9dc44d;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.time-line .date-time.unchanged::before {
  content: "";
  width: 13px;
  height: 12px;
  display: inline-block;
  margin-left: 15px;
  background-color: #b7b7b7;
  height: 7px;
}

.time-line .date-time .date {
  font-size: .7rem;
  opacity: 0.9;
}

.time-line .date-time .time {
  font-size: 1rem;
  margin-left: 10px;
}

.time-line .title {
  font-size: 0.9rem;
  margin: 0px 25px;
  line-height: 1.5rem;
  display: block;
}

.time-line .title:hover {
  color: #15a7ed;
}

.nav-pills .nav-link {
  border-radius: 0;
  border-top: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-pills .nav-link:first-child.active {
  border-top: none;
  border-radius: 5px 0 0 0;
}

.nav-pills .nav-link.active {
  background-color: #15a7ed;
  position: relative;
  height: 100%;
  border-color: #15a7ed;
}

.nav-pills .nav-link.active::before {
  content: "";
  width: 5px;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  right: -8px;
  top: 0px;
  background-color: #15a7ed;
  z-index: 1;
}

.nav-pills.right-tabs .nav-link.active::before {
  right: auto;
  left: -8px;
  top: 0px;
  background-color: #15a7ed;
}

@media only screen and (max-width: 767px) {
  .nav-pills .nav-link.active::before {
    display: none;
  }
}

.random-title {
  font-size: 1.1rem;
  position: absolute;
  right: 0;
  top: 10px;
  background-color: #e6eef5;
  padding: 0.5rem 1.5rem;
  margin: 0 !important;
  color: #616161;
  border-radius: 4px 0 0 4px;
}

.random-item {
  font-size: 0.9rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 10px 0 !important;
  cursor: pointer;
}

.random-item span a, .random-item span {
  color: #757575;
}

.random-item:hover {
  background-color: #f8f8f8;
}

.random-item:hover span, .random-item:hover span a {
  color: #15a7ed;
}

.random-item:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.random-item img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  margin-left: 5px;
}

.random-item-price {
  text-align: left;
}

.read-more {
  text-align: left;
  display: block;
  font-size: .8rem;
  color: #ababab;
  margin-top: 10px;
}

.list-head {
  font-size: 0.9rem;
}

.list-head span {
  color: #272727;
}

.list-body {
  overflow: hidden;
  min-height: 420px;
}

.category-btn-container {
  padding-bottom: 40px !important;
}

.category-btn-container #more-change {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 7px 5px;
  background-color: #f16672;
  color: #fff;
  border-radius: 0 0 0 5px;
}

.vendor-products .category-btn-container, .company-products .category-btn-container {
  padding-bottom: 0px !important;
}

.vendor-products .random-item-name {
  color: #2d3e52;
}

.vendor-products .random-item-price {
  color: #757575;
  font-size: 0.9rem;
  text-align: right;
}

.company-products .random-item-name {
  color: #2d3e52;
}

.company-products .random-item-price {
  color: #757575;
  font-size: 0.9rem;
  text-align: right;
}

.last-change {
  border-radius: 5px;
}

.last-change .random-item:nth-child(2n) {
  background-color: rgba(230, 238, 245, 0.4);
}

#last-change-mobile .random-item:nth-child(2n) {
  background-color: #f3f3f3;
}

#last-change-mobile .label {
  font-size: 0.8rem;
}

#last-change-mobile .value {
  font-size: 1rem;
  color: #2d3e52;
}

#last-change-mobile .value * {
  font-size: 1rem;
  color: #2d3e52;
}

#last-change-mobile .value .last-update {
  font-size: 0.8rem;
}

#last-change-mobile .value:first-child a {
  font-size: 1rem;
  font-weight: 900;
}

#last-change-mobile .card:first-child .card-header button {
  border-radius: 3px 3px 0 0;
}

#last-change-mobile .card-header {
  padding: 0;
}

#last-change-mobile .card-header button {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  padding: 0.6rem;
  color: #15a7ed;
  border-radius: 0;
  padding: 13px 0;
}

#last-change-mobile .card-header button[aria-expanded=true] {
  background: #15a7ed;
  color: #fff;
  border-color: #15a7ed;
  pointer-events: none;
}

#last-change-mobile .card-body {
  max-height: 400px;
  overflow: hidden;
}

.icon-hover .icon {
  font-size: 3rem;
  background: #dce2e6;
  width: 80px;
  height: 80px;
  text-align: center;
  padding-top: 14px;
  border-radius: 50%;
  color: #15a7ed;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.icon-hover .icon:hover {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff, 0px 0px 0px 3px #15a7ed;
          box-shadow: inset 0px 0px 0px 2px #fff, 0px 0px 0px 3px #15a7ed;
  color: #fff !important;
  background-color: #15a7ed;
}

.social.icon-hover .icon {
  width: 35px;
  height: 35px;
  padding-top: 7px;
  border: 1px solid #15a7ed;
}

.footer-title {
  font-size: 1.1rem;
  border-bottom: 1px solid #b9b9b9;
  padding: 7px 0px;
  margin: 0;
  position: relative;
}

.footer-title::after {
  content: "";
  width: 30%;
  height: 2px;
  background-color: #15a7ed;
  position: absolute;
  bottom: -1px;
  right: 0;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.footer-content p {
  font-size: 0.9rem;
}

.footer > div:hover .footer-title::after {
  width: 100% !important;
}

.footer .links li {
  display: block;
  padding: 3px 0;
  font-size: .8rem;
}

.footer .links li:hover {
  color: #15a7ed;
}

.footer .links li a {
  font-family: iransansweb;
  color: #757575;
  font-weight: 100;
  font-size: 0.9rem;
  margin-right: 5px;
}

.footer .links li a:hover {
  color: #15a7ed;
}

.footer .contact li {
  padding: 3px 0;
}

.footer .contact li [class^=fa] {
  color: #15a7ed;
  font-size: 1.2rem;
}

.footer .contact li span {
  color: #757575;
  margin-right: 10px;
}

.footer .contact li span a {
  color: #757575;
}

.copyright img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 5px;
  width: 40px;
}

.copyright a:hover img {
  opacity: 0.9;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.pic-swiper {
  opacity: 0.8;
  position: relative;
}

.pic-swiper img {
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .pic-swiper {
    overflow: hidden;
  }
  .pic-swiper img {
    width: 200% !important;
    left: -50%;
  }
}

#light-gallery .gallery-btn {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(21, 167, 237, 0.6);
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
}

#light-gallery .gallery-btn span {
  position: relative;
  top: calc(50% - 24px/2);
  color: #fff;
}

#light-gallery:hover .gallery-btn {
  display: none;
}

.lg-thumb-outer.lg-grab {
  direction: ltr !important;
}

.vp-details .title {
  font-size: 1.5rem;
  margin-right: 10px;
  word-spacing: -2px;
}

.vp-details .logo {
  border: 1px solid #757575;
  width: 6rem;
  height: 6rem;
}

.vp-details .detail-label {
  font-size: 0.85rem;
  color: #807e7e;
}

.vp-details .detail-label i[class^='fa'] {
  color: #b3cc80 !important;
  width: 17px;
  display: inline-block;
}

.vp-details .detail-value {
  font-size: 1rem;
  word-spacing: -2px;
}

.vp-details .detail-value .social li a {
  font-size: 1.2rem;
}

.vp-details .new-price {
  font-size: 2.3rem;
}

.vp-details .last-update {
  font-size: 0.9rem;
  color: #2d3e52;
  font-weight: normal;
}

.vp-about {
  font-size: 1rem;
  line-height: 2rem;
  text-align: justify;
}

@media only screen and (max-width: 575px) {
  .detail-label, .detail-value {
    text-align: center;
  }
}

.nav-pills.active-bottom .nav-link.active {
  background-color: #15a7ed;
  position: relative;
  height: 100%;
  border-color: #15a7ed;
  border-radius: 0;
}

.nav-pills.active-bottom .nav-link.active::before {
  display: none;
}

.nav-pills.active-bottom .nav-link.active::after {
  width: 100%;
  height: 4px;
  border-right: 1px solid #15a7ed;
  border-left: 1px solid #15a7ed;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  right: -1px;
  bottom: -6px;
  background-color: #15a7ed;
}

@media only screen and (max-width: 575px) {
  .nav-item {
    width: 100%;
  }
}

.comment {
  font-size: 1rem;
}

.comment input, .comment button, .comment textarea {
  font-size: 0.9rem;
}

.users-comment .comment-name {
  font-size: 1rem;
}

.users-comment .comment-time {
  font-size: 0.8rem;
}

.users-comment .like {
  color: #15a7ed;
}

.users-comment .dislike {
  color: #f16672;
}

.users-comment .comment-btn span {
  font-size: 0.8rem;
  padding: 0 3px;
}

.users-comment .comment-btn a {
  border: 1px solid #ececec;
  border-radius: 25px;
  padding: 0 10px;
  display: inline-block;
}

/* -------------------------------- 
  
  Main Components 
  
  -------------------------------- */
.cd-compare-container::before {
  /* dark bg layer visible when the compare is open */
  content: '';
  position: fixed;
  z-index: 1;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}

.cd-compare-container.compare-open::before {
  opacity: 1;
  visibility: visible;
}

.cd-compare-trigger,
.cd-compare {
  position: fixed;
  bottom: 20px;
  right: 5%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: transform;
  backface-visibility: hidden;
}

.empty .cd-compare-trigger, .empty
.cd-compare {
  /* hide compare */
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}

@media only screen and (min-width: 1170px) {
  .cd-compare-trigger,
  .cd-compare {
    bottom: 40px;
  }
}

.cd-compare-trigger {
  /* button that triggers the compare content */
  z-index: 3;
  height: 72px;
  width: 72px;
  /* replace text with image */
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

.cd-compare-trigger::after, .cd-compare-trigger::before {
  /* used to create the compare/'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 100%;
  background: url(../images/compare.svg) no-repeat 0 0;
  background-size: 60%;
  background-position: center;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, transform .2s;
  transition: opacity .2s, transform .2s, -webkit-transform .2s;
}

.cd-compare-trigger::after {
  /* 'X' icon */
  background-position: -72px 0;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.compare-open .cd-compare-trigger::before {
  opacity: 0;
  background: url(../images/cancel.svg) no-repeat 0 0;
  background-size: 50%;
  background-position: center;
}

.compare-open .cd-compare-trigger::after {
  opacity: 1;
  background: url(../images/cancel.svg) no-repeat 0 0;
  background-size: 50%;
  background-position: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cd-compare-trigger .count {
  /* number of items indicator */
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 16px;
  background: #e94b35;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50%;
  text-indent: 0;
  -webkit-transition: -webkit-transform .2s .5s;
  transition: -webkit-transform .2s .5s;
  transition: transform .2s .5s;
  transition: transform .2s .5s, -webkit-transform .2s .5s;
}

.count li {
  color: #fff;
}

.cd-compare-trigger .count li {
  /* this is the number of items in the compare */
  position: absolute;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cd-compare-trigger .count li:last-of-type {
  visibility: hidden;
}

.cd-compare-trigger .count.update-count li:last-of-type {
  -webkit-animation: cd-qty-enter .15s;
  animation: cd-qty-enter .15s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
}

.cd-compare-trigger .count.update-count li:first-of-type {
  -webkit-animation: cd-qty-leave .15s;
  animation: cd-qty-leave .15s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
}

.compare-open .cd-compare-trigger .count {
  -webkit-transition: -webkit-transform .2s 0s;
  transition: -webkit-transform .2s 0s;
  transition: transform .2s 0s;
  transition: transform .2s 0s, -webkit-transform .2s 0s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.empty .cd-compare-trigger .count {
  /* fix bug - when compare is empty, do not animate count */
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cd-compare-trigger:hover + div .wrapper {
  -webkit-box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
}

.compare-open .cd-compare-trigger:hover + div .wrapper {
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
}

.cd-compare {
  /* compare content */
  z-index: 2;
  width: 90%;
  max-width: 440px;
  height: 400px;
  max-height: 90%;
  pointer-events: none;
}

.cd-compare .wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  height: 72px;
  width: 72px;
  border-radius: 6px;
  -webkit-transition: height .4s .1s, width  .4s .1s, box-shadow .3s;
  -webkit-transition: height .4s .1s, width  .4s .1s, -webkit-box-shadow .3s;
  transition: height .4s .1s, width  .4s .1s, -webkit-box-shadow .3s;
  transition: height .4s .1s, width  .4s .1s, box-shadow .3s;
  transition: height .4s .1s, width  .4s .1s, box-shadow .3s, -webkit-box-shadow .3s;
  -webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
  transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
  background: #ffffff;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
  pointer-events: auto;
}

.cd-compare header, .cd-compare footer {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
}

.cd-compare header, .cd-compare .body {
  opacity: 0;
}

.cd-compare header {
  top: 0;
  border-radius: 6px 6px 0 0;
  padding: 0 1.4em;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  -webkit-transition: opacity .2s 0s;
  transition: opacity .2s 0s;
  border-bottom: 1px solid #e6e6e6;
}

.cd-compare header::after {
  clear: both;
  content: "";
  display: block;
}

.cd-compare footer {
  bottom: 0;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}

.cd-compare h2 {
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.cd-compare .undo {
  float: right;
  font-size: 1.2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
  color: #808b97;
}

.cd-compare .undo a {
  text-decoration: underline;
  color: #2b3e51;
}

.cd-compare .undo a:hover {
  color: #2c97de;
}

.cd-compare .undo.visible {
  opacity: 1;
  visibility: visible;
}

.cd-compare .compare-btn {
  display: block;
  height: 72px;
  line-height: 65px;
  margin: 0 !important;
  margin-right: 72px !important;
  border-radius: 0;
  background: #2c97de;
  color: rgba(255, 255, 255, 0);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  -webkit-transition: all .2s 0s;
  transition: all .2s 0s;
}

.cd-compare .compare-btn:hover {
  background: #399ee0;
}

.cd-compare .compare-btn em {
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: -webkit-transform 0s .2s;
  transition: -webkit-transform 0s .2s;
  transition: transform 0s .2s;
  transition: transform 0s .2s, -webkit-transform 0s .2s;
}

.cd-compare .body {
  position: relative;
  z-index: 1;
  height: calc(100% - 40px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.cd-compare .body ul {
  overflow: hidden;
  padding: 0 1.4em;
  position: relative;
  padding-bottom: 90px;
}

.cd-compare .body li {
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  -webkit-transition: opacity 0s .2s, -webkit-transform 0s .2s;
  transition: opacity 0s .2s, -webkit-transform 0s .2s;
  transition: opacity 0s .2s, transform 0s .2s;
  transition: opacity 0s .2s, transform 0s .2s, -webkit-transform 0s .2s;
}

.cd-compare .body li::after {
  clear: both;
  content: "";
  display: block;
}

.cd-compare .body li:not(:last-of-type) {
  margin-bottom: 20px;
}

.cd-compare .body li.deleted {
  /* this class is added to an item when it is removed form the compare */
  position: absolute;
  left: 1.4em;
  width: calc(100% - 2.8em);
  opacity: 0;
  -webkit-animation: cd-item-slide-out .3s forwards;
  animation: cd-item-slide-out .3s forwards;
}

.cd-compare .body li.deleted.undo-deleted {
  /* used to reinsert an item deleted from the compare when user clicks 'Undo' */
  -webkit-animation: cd-item-slide-in .3s forwards;
  animation: cd-item-slide-in .3s forwards;
}

.cd-compare .body li.deleted + li {
  -webkit-animation: cd-item-move-up-mobile .3s;
  animation: cd-item-move-up-mobile .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.cd-compare .body li.undo-deleted + li {
  -webkit-animation: cd-item-move-down-mobile .3s;
  animation: cd-item-move-down-mobile .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.cd-compare .product-image {
  display: inline-block;
  float: left;
  /* the image height determines the height of the list item - in this case height = width */
  width: 50px;
}

.cd-compare .product-image img {
  display: block;
}

.cd-compare .product-details {
  position: relative;
  display: inline-block;
  float: right;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cd-compare .product-details::after {
  clear: both;
  content: "";
  display: block;
}

.cd-compare h3, .cd-compare .price {
  font-weight: bold;
}

.cd-compare h3 {
  width: 70%;
  float: left;
  /* truncate title with dots if too long */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cd-compare h3 a {
  color: #2b3e51;
}

.cd-compare h3 a:hover {
  color: #2c97de;
}

.cd-compare .price {
  float: right;
  width: 30%;
  text-align: right;
}

.cd-compare .actions {
  font-size: 1.4rem;
  height: 1.6em;
  line-height: 1.6em;
}

.cd-compare .actions::after {
  clear: both;
  content: "";
  display: block;
}

.cd-compare .delete-item, .cd-compare .quantity {
  float: left;
  color: #808b97;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-compare .delete-item:hover {
  color: #e94b35;
}

.cd-compare .quantity label {
  display: inline-block;
  margin-right: .3em;
}

.cd-compare .select {
  position: relative;
}

.cd-compare .select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/cd-icon-select.svg) no-repeat center center;
  pointer-events: none;
}

.cd-compare select {
  position: relative;
  padding: 0 1em 0 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  margin: 0;
  color: #808b97;
}

.cd-compare select:focus {
  outline: none;
  color: #2b3e51;
  -webkit-box-shadow: 0 1px 0 currentColor;
          box-shadow: 0 1px 0 currentColor;
}

.cd-compare select::-ms-expand {
  /* hide default select arrow on IE */
  display: none;
}

.compare-open .cd-compare .wrapper {
  height: 100%;
  width: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.compare-open .cd-compare header, .compare-open .cd-compare .body {
  opacity: 1;
}

.compare-open .cd-compare header {
  -webkit-transition: opacity .2s .2s;
  transition: opacity .2s .2s;
}

.compare-open .cd-compare .body {
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

.compare-open .cd-compare .body li {
  -webkit-transition: opacity .3s .2s, -webkit-transform .3s .2s;
  transition: opacity .3s .2s, -webkit-transform .3s .2s;
  transition: transform .3s .2s, opacity .3s .2s;
  transition: transform .3s .2s, opacity .3s .2s, -webkit-transform .3s .2s;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.compare-open .cd-compare .body li:nth-of-type(2) {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

.compare-open .cd-compare .body li:nth-of-type(3) {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.compare-open .cd-compare .body li:nth-of-type(4), .compare-open .cd-compare .body li:nth-of-type(5) {
  -webkit-transition-duration: .55s;
  transition-duration: .55s;
}

.compare-open .cd-compare .compare-btn {
  color: #ffffff;
  -webkit-transition: color .2s .3s;
  transition: color .2s .3s;
}

.compare-open .cd-compare .compare-btn em {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: padding .2s 0s, -webkit-transform .2s .3s;
  transition: padding .2s 0s, -webkit-transform .2s .3s;
  transition: transform .2s .3s, padding .2s 0s;
  transition: transform .2s .3s, padding .2s 0s, -webkit-transform .2s .3s;
}

.compare-open .cd-compare .compare-btn:hover em {
  padding-right: 30px;
}

.compare-open .cd-compare .compare-btn:hover em::after {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-compare .body li:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .cd-compare .body li.deleted + li {
    -webkit-animation: cd-item-move-up .3s;
    animation: cd-item-move-up .3s;
  }
  .cd-compare .body li.undo-deleted + li {
    -webkit-animation: cd-item-move-down .3s;
    animation: cd-item-move-down .3s;
  }
  .cd-compare .compare-btn {
    font-size: 1.2rem;
  }
  .cd-compare .product-image {
    width: 90px;
  }
  .cd-compare .product-details {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cd-compare h3, .cd-compare .price {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-qty-enter {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

@keyframes cd-qty-enter {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

@-webkit-keyframes cd-qty-leave {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
  }
}

@keyframes cd-qty-leave {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
  }
}

@-webkit-keyframes cd-item-move-up-mobile {
  0% {
    padding-top: 70px;
  }
  100% {
    padding-top: 0px;
  }
}

@keyframes cd-item-move-up-mobile {
  0% {
    padding-top: 70px;
  }
  100% {
    padding-top: 0px;
  }
}

@-webkit-keyframes cd-item-move-up {
  0% {
    padding-top: 104px;
  }
  100% {
    padding-top: 0px;
  }
}

@keyframes cd-item-move-up {
  0% {
    padding-top: 104px;
  }
  100% {
    padding-top: 0px;
  }
}

@-webkit-keyframes cd-item-move-down-mobile {
  0% {
    padding-top: 0px;
  }
  100% {
    padding-top: 70px;
  }
}

@keyframes cd-item-move-down-mobile {
  0% {
    padding-top: 0px;
  }
  100% {
    padding-top: 70px;
  }
}

@-webkit-keyframes cd-item-move-down {
  0% {
    padding-top: 0px;
  }
  100% {
    padding-top: 104px;
  }
}

@keyframes cd-item-move-down {
  0% {
    padding-top: 0px;
  }
  100% {
    padding-top: 104px;
  }
}

@-webkit-keyframes cd-item-slide-out {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
  }
}

@keyframes cd-item-slide-out {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
  }
}

@-webkit-keyframes cd-item-slide-in {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
  }
}

@keyframes cd-item-slide-in {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
  }
}

/** default and google theme **/
.selectstyle {
  position: relative;
}

.ss_dib {
  display: block;
  width: 100% !important;
  vertical-align: top;
}

.ss_button {
  margin: 0;
  vertical-align: top;
  color: #595959;
  border: 1px solid #cbcbcb;
  border-radius: 0px;
  width: 100% !important;
  cursor: pointer;
  text-decoration: none;
  background: none;
  padding: 10px;
  overflow: hidden;
  clear: both;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
  word-break: break-all;
  height: 3rem;
  line-height: 1.5rem;
}

.ss_text {
  white-space: normal;
  text-overflow: ellipsis;
  text-indent: 0;
  white-space: nowrap;
  overflow: hidden;
}

.ss_image {
  position: absolute;
  position: absolute;
  left: calc(100% - 15px);
  top: calc(50% - 5px);
  height: 11px;
  background: url("../images/google.png") no-repeat;
}

.ss_ul {
  list-style: none;
  padding: 8px 0;
  margin: 0;
  margin-top: -35px;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  display: none;
  overflow: auto;
  z-index: 100;
}

.ss_ulsearch {
  padding: 0;
  margin: 0;
  margin-top: 0;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  z-index: 100;
  display: none;
}

.ss_ulsearch .ss_ul {
  padding: 0;
  display: block;
  position: relative;
  margin-top: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.ss_ulsearch .search {
  border-bottom: 1px solid #ccc;
  padding: 0;
}

.ss_ulsearch .search input {
  background: inherit;
  border: none;
  height: 100%;
  padding: 10px 15px;
  outline: none;
  font-size: 14px;
  width: calc(100% - 30px);
  width: -o-calc(100% - 30px);
  background: url(../images/ful_grid_img.png) no-repeat;
  background-position: center left 5px;
  background-size: 20px;
}

.ss_ulsearch .search input:focus {
  outline: none;
}

.ss_ulsearch .nosearch {
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
  background: #fff;
}

.ss_ul li {
  direction: rtl;
  text-align: right;
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  color: #595959;
  transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  font-size: 14px;
}

.ss_ul li:hover {
  border: none;
  background: #eee;
}

.ss_ul li .ssli_text {
  vertical-align: top;
  display: inline-block;
}

.ss_ul li .ssli_image {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-top: -1px;
  vertical-align: top;
}

.ss_ul li .ssli_image img {
  width: 16px;
  height: 16px;
}

.ss_ul::-webkit-scrollbar {
  width: 10px;
}

.ss_ul::-webkit-scrollbar:horizontal {
  height: 10px;
}

.ss_ul::-webkit-scrollbar-track {
  border-left: 1px solid #D3D3D3;
  background: #F5F5F5;
}

.ss_ul::-webkit-scrollbar-thumb {
  background: #C4C4C4;
}

.ss_dib * {
  width: 100% !important;
  color: #757575;
  font-weight: normal;
}

.ss_dib.ss_image {
  width: 10px !important;
}

.first + .ss_dib .ss_button {
  border-radius: 0 7px 7px 0 !important;
}

.first + .ss_dib .ss_ulsearch {
  width: calc(100% - 6px) !important;
  left: 0;
}

.ss_dib .ss_button:focus {
  border: 1px solid red;
}

.ssli_text, .search input {
  color: #2d3e52;
}

@media only screen and (max-width: 767px) {
  .ss_button {
    height: 2.5rem;
    padding: 6px 10px;
  }
  .first + .ss_dib .ss_button {
    border-radius: 0 7px 0px 0 !important;
  }
  #product + .ss_dib .ss_button {
    border-radius: 7px 0px 0px 0 !important;
  }
  #Destination + .ss_dib .ss_button {
    border-radius: 0px 0px 7px 0 !important;
  }
}

.filter-group-btn {
  width: 100%;
  text-align: right;
  font-size: 1rem;
}

.filter-group-btn:focus, .filter-group-btn:hover {
  text-decoration: none;
}

.filter-group-btn i[class^=fa] {
  font-size: 1.2rem;
  vertical-align: middle;
  color: #15a7ed;
}

.filter-group-btn span {
  color: #2d3e52 !important;
}

.filter-group-btn::after {
  font-family: faFreeS;
  content: '\f139';
  position: absolute;
  left: 14px;
  color: #15a7ed;
}

.filter-group-btn.collapsed::after {
  content: '\f13a';
}

.filter-group .card-header {
  padding: 5px !important;
}

.filter-group .card-body {
  max-height: 100px !important;
  overflow: hidden !important;
}

.filter-group .form-check-label {
  font-size: 0.9rem;
  color: #757575;
  margin-right: 20px;
}

.filter-wraper .filter-group-wraper {
  margin-left: 5px;
}

.filter-wraper .filter-group-wraper label {
  font-size: 0.7rem;
}

.filter-wraper .filter-group-wraper .filter-item {
  background-color: #f16672;
  margin: 0 3px;
  padding: 0 5px;
  border-radius: 3px;
}

.filter-wraper .filter-group-wraper .filter-item span {
  color: #fff;
  margin: 3px;
  font-size: 0.9rem;
  display: inline-block;
}

.filter-wraper .filter-group-wraper .filter-item span:nth-child(1) {
  display: inline-block;
}

.filter-wraper .filter-group-wraper .filter-item span:nth-child(2) {
  cursor: pointer;
  display: inline-block;
  font-size: 0.7rem;
}

.quote-comment img {
  max-width: 200px;
}

.quote-comment i {
  color: #757575;
}

.quote-comment .commentor-name, .quote-comment .commentor-job-title {
  font-size: 1.2rem;
  color: #2d3e52;
  margin-left: 15px;
}

.quote-comment .commentor-job-title {
  font-size: 1.0rem;
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot {
  outline: none;
}

.owl-dots .owl-dot.active span {
  background-color: #15a7ed;
}

.owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: #757575;
  display: inline-block !important;
  border-radius: 50%;
  margin: 0 3px;
}

.list {
  padding: 0.7rem 2rem;
}

.list li {
  padding: 3px 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list li::before {
  font-family: faFrees;
  content: '\f0a8';
  font-size: 0.7rem;
  margin: 3px;
}

.list li:hover {
  color: #15a7ed;
  margin-right: 5px;
}

#thumbnail-slider .slides li {
  width: auto !important;
}

#thumbnail-slider .slides li img {
  width: 80px;
  cursor: pointer;
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 2px solid transparent;
}

#thumbnail-slider .slides li img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#thumbnail-slider .slides li.flex-active-slide img {
  border: 2px solid #15a7ed;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.flex-direction-nav a:before {
  font-size: 15px;
  font-weight: normal;
  padding-top: 4px;
}

a.flex-prev {
  text-align: center;
}

a.flex-next {
  text-align: center !important;
}

.flex-direction-nav a {
  background-color: #0c0c0cd5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.flex-direction-nav a:before {
  text-shadow: none;
  color: rgba(255, 255, 255, 0.651) !important;
}

.flex-direction-nav a.flex-next {
  right: 0;
}

.flex-direction-nav a.flex-prev {
  left: 0;
}

@media only screen and (max-width: 767px) {
  .flex-direction-nav a {
    opacity: 0.8 !important;
  }
  .flex-direction-nav a.flex-next {
    right: 10px;
  }
  .flex-direction-nav a.flex-prev {
    left: 10px;
  }
}

.service div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service div * {
  cursor: pointer;
}

.knowledge-figure {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}

.knowledge-figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.company-details {
  position: relative;
  bottom: 50px;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
}

.company-details .company-logo {
  border-radius: 50%;
  border: 3px solid #2d3e52;
}

.company-details .company-title {
  color: #fff;
  font-size: 1.2rem;
  margin-right: 10px;
  margin-bottom: 0;
}

.company-details .company-contact-details {
  margin: 0 auto 0 0;
}

.company-details .company-contact-details a {
  color: #fff;
  font-size: 1.5rem;
  opacity: 0.8;
  margin: 0 5px;
}

.company-details .company-contact-details a:hover {
  opacity: 1;
}

.company-about {
  font-size: 1rem;
  line-height: 2rem;
  text-align: justify;
}

@media only screen and (max-width: 575px) {
  .company-details {
    bottom: 0;
    height: auto;
    background: transparent;
    display: block;
    padding: 0;
    margin-bottom: 1rem;
  }
  .company-details .company-logo {
    width: 75px;
    height: 75px;
    position: absolute;
    top: calc(-75px/2);
    right: calc(50% - 75px/2);
  }
  .company-details .company-title, .company-details .company-contact-details {
    background: rgba(0, 0, 0, 0.6);
    margin: 0;
    display: block;
    text-align: center;
    padding: 10px 5px;
  }
  .company-details .company-title {
    padding-top: 50px;
    font-weight: 100;
  }
}

.size-container .title {
  font-size: 1.1rem;
  border-bottom: 1px solid #b9b9b9;
  padding: 7px 0px;
  margin: 0;
  position: relative;
}

.size-container .title::after {
  content: "";
  width: 30%;
  height: 2px;
  background-color: #15a7ed;
  position: absolute;
  bottom: -1px;
  right: 0;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.size-container:hover .title::after {
  width: 100% !important;
}

.old-price.increase::before {
  font-family: faFreeS;
  content: "\f0aa";
  color: #d40101;
  text-decoration: none !important;
  display: inline-block;
  margin: 0 5px;
}

.old-price.decrease::before {
  font-family: faFreeS;
  content: "\f0ab";
  color: #32b620;
  text-decoration: none !important;
  display: inline-block;
  margin: 0 5px;
}

.old-price.nochange::before {
  font-family: faFreeS;
  content: "\f056";
  color: #8d8d8d;
  text-decoration: none !important;
  display: inline-block;
  margin: 0 5px;
}

.new-price {
  color: #2d3e52;
}

#user-score {
  width: 150px;
}

#user-score::-moz-range-thumb {
  background: #15a7ed !important;
}

#user-score::-webkit-slider-thumb {
  background: #15a7ed !important;
}

.compare-btn {
  padding: 5px;
  color: #757575;
  margin: 5px 0;
  border-radius: 3px;
  font-size: 0.9rem;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  display: inline-block;
}

.compare-btn i {
  background: #15a7ed;
  color: #fff;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  border-radius: 50%;
}

.be-vendor {
  color: #15a7ed;
  padding-right: 25px;
  background-image: url(../images/tag.svg);
  background-position: right top;
  background-size: 21px;
  background-repeat: no-repeat;
  font-size: 0.85rem;
  border: none;
  border-bottom: 1px solid #15a7ed;
  border-bottom-style: dashed;
  padding-bottom: 3px;
}

#product-detail-tab .nav-item i[class^='fa'] {
  margin-left: 5px;
}

.properties-item .key span, .properties-item .value span {
  display: block;
  background-color: #f8f8f8;
  padding: 10px 15px;
  margin-bottom: 7px;
  font-size: 0.9rem;
  color: #2d3e52;
}

#description {
  text-align: justify;
  line-height: 2rem;
  font-size: 0.9rem;
  padding: 0 10px;
}

#chart .period-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}

#chart input[type='radio']#period:checked + .period-selection {
  opacity: 1;
}

.vendor-list-head {
  background-color: #d8e5e8;
  border-radius: 5px 5px 0 0;
  font-size: 0.85rem;
}

.vendor-list-head * {
  color: #2d3e52;
}

.vendor-list-body .vendor-detail {
  font-size: 0.9rem;
}

.vendor-list-body .vendor-detail .update-date {
  color: #e94b35;
}

.vendor-list-body .vendor-detail:nth-child(2n-1) {
  background-color: #f5f8fb;
}

.vendor-list-body .vendor-detail:last-child {
  border-radius: 0 0 5px 5px;
}

.vendor-list-body .vendor-detail:hover {
  background-color: #f8f8f8;
}

.vendor-list-body .vendor-detail:hover * {
  color: #15a7ed;
}

.vendor-list-body .vendor-detail:hover .my-btn, .vendor-list-body .vendor-detail:hover .my-btn i {
  color: #fff;
}

.vendor-list-body .vendor-detail .vendor-phone {
  min-width: 120px;
  position: absolute;
  text-align: left;
  left: 1rem;
  background-color: #fff;
  border-radius: 4px 3px 3px 4px;
  border: 1px solid #15a7ed;
  border-left: none !important;
}

.vendor-list-body .vendor-detail .vendor-phone i[class^='fa'] {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #15a7ed;
  float: left;
  padding-top: 8px;
  border-radius: 3px 0 0 3px;
  font-size: 0.8rem;
  border: 1px solid #15a7ed;
}

.vendor-list-body .vendor-detail .vendor-phone i[class^='fa']::before {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  display: inline-block;
}

.vendor-list-body .vendor-detail .vendor-phone * {
  color: #fff;
}

.vendor-list-body .vendor-detail .vendor-phone span {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 5px 0px 0px 5px;
  height: 29px;
  display: inline-block;
  background: transparent;
  color: #15a7ed;
  width: calc(100% - 35px);
  text-align: center;
}

.vendor-list-body .vendor-detail .vendor-phone:hover i[class^='fa']::before {
  -webkit-transform: rotate(320deg);
          transform: rotate(320deg);
}

.vendor-list-body .vendor-detail.special-vendor {
  position: relative;
  background-color: #e3e3e3;
}

.vendor-list-body .vendor-detail.special-vendor > div:nth-child(1) {
  padding-right: 35px;
}

.vendor-list-body .vendor-detail.special-vendor::before {
  content: 'فروشنده ویژه';
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: unset;
  background-color: #f16672;
  color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 12px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  width: 25px;
  line-height: 2;
}

.vendor-list-body .vendor-detail.special-vendor .my-animate-btn-r span {
  background-color: #f8f8f8;
}

.vendor-rate-label {
  font-size: 11px;
  color: #757575;
}

.vendor-rate-label::before {
  content: '\f559';
  font-family: faFreeS;
  font-size: 15px;
  margin-left: 3px;
  color: #77943d;
}

.vendor-rate-value {
  color: #39527d;
  font-size: 13px;
}

@media only screen and (max-width: 1250px) {
  .vendor-phone {
    min-width: 0 !important;
  }
  .vendor-phone span {
    font-size: 0.0rem;
    padding: 0px !important;
    height: 0 !important;
    -webkit-transition-delay: 0.2s !important;
            transition-delay: 0.2s !important;
  }
  .vendor-phone:hover {
    min-width: 120px !important;
  }
  .vendor-phone:hover span {
    font-size: 1rem;
    padding: 5px 5px 0px 5px !important;
    height: 29px !important;
    width: calc(100% - 35px) !important;
  }
}

@media only screen and (max-width: 767px) {
  .special-vendor {
    padding-right: 35px;
  }
  .special-vendor > div:nth-child(1) {
    padding-right: 15px !important;
  }
}

.products-list .product {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.products-list .product:hover {
  -webkit-box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.07);
}

.products-list .product-title {
  font-size: 1.1rem;
  color: #2d3e52;
}

.products-list .product-sub-title * {
  font-size: 0.85rem;
  color: #757575;
}

.products-list .product-sub-title .lading-label {
  margin-top: 5px !important;
  font-size: .75rem;
}

.products-list .product-btn {
  display: block;
  padding: 5px;
  color: #757575;
  margin: 5px 0;
  border-radius: 3px;
  font-size: 0.9rem;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
}

.products-list .product-btn i {
  background: #15a7ed;
  color: #fff;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  border-radius: 50%;
}

.products-list .product-btn:hover {
  opacity: 0.8;
}

.products-list .product .toggle-btn {
  font-size: 0.7rem;
  color: #757575;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.products-list .product .toggle-btn::after {
  font-family: faFreeS;
  content: '\f107';
  margin-right: 5px;
}

.products-list .product .toggle-btn.expanded::after {
  font-family: faFreeS;
  content: '\f106';
  margin-right: 5px;
}

.products-list .product .product-vendors-list {
  display: none;
  margin-top: 10px !important;
}

@media only screen and (max-width: 575px) {
  .product-btn {
    display: inline-block !important;
    width: auto;
    margin-top: 10px !important;
  }
}

.content-preloader .product-image {
  background-color: #c6cbcc;
  color: transparent !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: default;
  border-radius: 3px;
  -webkit-animation: blink 1s   infinite;
          animation: blink 1s   infinite;
}

.content-preloader .product-title a {
  max-width: 80%;
  display: block;
  background-color: #c6cbcc;
  color: transparent !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: default;
  border-radius: 3px;
  -webkit-animation: blink 1s   infinite;
          animation: blink 1s   infinite;
}

.content-preloader .product-sub-title * {
  background-color: #c6cbcc;
  color: transparent !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: default;
  border-radius: 3px;
  -webkit-animation: blink 1s   infinite;
          animation: blink 1s   infinite;
}

.content-preloader .product-sub-title .lading-label {
  font-size: .85rem;
  border-radius: 0px 3px 3px 0px;
}

.content-preloader .product-sub-title .lading-location {
  border-radius: 3px 0px 0 3px;
}

.content-preloader .product .price-change::before, .content-preloader .product .price-change {
  background-color: #c6cbcc;
  color: transparent !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: default;
  border-radius: 3px;
  -webkit-animation: blink 1s   infinite;
          animation: blink 1s   infinite;
}

.content-preloader .product-btn {
  background-color: #c6cbcc;
  color: transparent !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: default;
  border-radius: 3px;
  -webkit-animation: blink 1s   infinite;
          animation: blink 1s   infinite;
}

.content-preloader .product-btn i {
  background-color: #c6cbcc;
  color: transparent !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: default;
  border-radius: 3px;
  -webkit-animation: blink 1s   infinite;
          animation: blink 1s   infinite;
}

.content-preloader .product .toggle-btn {
  background-color: #c6cbcc;
  color: transparent !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: default;
  border-radius: 3px;
  -webkit-animation: blink 1s   infinite;
          animation: blink 1s   infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.9;
  }
}

@keyframes blink {
  0% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.9;
  }
}

@media only screen and (max-width: 767px) {
  .products-list .product .vendor-list .vendor-detail .vendor-phone {
    position: static;
  }
  .products-list .product .vendor-list .vendor-detail .vendor-phone span {
    font-size: 1rem;
    padding-left: 5px !important;
  }
}

.filter-pane .filter-search-field {
  width: 100%;
  margin: 3px 7px 0 0;
  border: none;
  border-bottom: 1px solid #efefef;
  padding: 5px 15px;
  font-size: 0.8rem;
  outline: none;
}

article .article-title {
  font-size: 1.3rem;
  color: #2d3e52;
}

article .article-details [class^='fa'] {
  color: #15a7ed;
}

article .article-details .value {
  font-size: 0.8rem;
}

article .article-text {
  font-size: 0.9rem;
  line-height: 1.8rem;
}

article .share-icons li {
  margin: 0 5px;
  color: #757575;
  opacity: 0.8;
}

.news-list article:hover {
  -webkit-box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.07);
}

.content-preloader article figure img {
  background-color: #c6cbcc;
  color: transparent !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: default;
  border-radius: 3px;
  -webkit-animation: blink 1s   infinite;
          animation: blink 1s   infinite;
}

.content-preloader article .article-title a {
  background-color: #c6cbcc;
  color: transparent !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: default;
  border-radius: 3px;
  -webkit-animation: blink 1s   infinite;
          animation: blink 1s   infinite;
}

.content-preloader article .article-excerpt {
  background-color: #c6cbcc;
  color: transparent !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: default;
  border-radius: 3px;
  -webkit-animation: blink 1s   infinite;
          animation: blink 1s   infinite;
}

.content-preloader article .news-item-detail > span {
  background-color: #c6cbcc;
  color: transparent !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: default;
  border-radius: 3px;
  -webkit-animation: blink 1s   infinite;
          animation: blink 1s   infinite;
}

.content-preloader article .news-item-detail > span span {
  background-color: #c6cbcc;
  color: transparent !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: default;
  border-radius: 3px;
  -webkit-animation: blink 1s   infinite;
          animation: blink 1s   infinite;
}

.content-preloader article .my-btn {
  background-color: #c6cbcc;
  color: transparent !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: default;
  border-radius: 3px;
  -webkit-animation: blink 1s   infinite;
          animation: blink 1s   infinite;
}

@keyframes blink {
  0% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.9;
  }
}
/*# sourceMappingURL=style.css.map */