/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
.custom_slide a:first-child img {
  margin-bottom: 20px;
}

/* Eff */
.view-fifth {
  position: relative;
  overflow: hidden;
}

.view-fifth .mask {
  position: absolute;
  background-color: #333333;
  top: 0;
  height: 100%;
  color: #fff;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.view-fifth .mask > div {
  padding: 0 10px;
}

.view a.info {
  background: #000;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 4px 15px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 10px;
}

.view a.info:hover {
  background-color: #57AFDA;
}

.view-fifth img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.view-fifth:hover img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.view-fifth:hover .mask {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.block .nav-pills > li.active > a {
  position: relative;
}
.block .nav-pills > li.active > a:before {
  content: "\f0d7";
  position: absolute;
  bottom: -7px;
  height: 10px;
  line-height: 10px;
  right: 50%;
  margin-right: -4px;
  font-family: "FontAwesome";
  color: #428bca;
  font-size: 19px;
  z-index: 9;
}
.block .panel-group {
  margin-bottom: 0;
}

.block-tool {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 0px;
  width: auto !important;
}

.rtl .block-tool {
  position: absolute;
  display: inline-block;
  left: 15px;
  right: auto;
  top: 0px;
  width: auto !important;
}

.widget-video {
  margin-bottom: 15px;
}

/* .logo-page{
  @include rtl-padding-left(15px);
} */
.logo-page a {
  display: inline-block;
}

@-webkit-keyframes hover-img {
  0% {
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes hover-img {
  0% {
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes hover-img {
  0% {
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

@keyframes hover-img {
  0% {
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

.block-service {
  overflow: hidden;
}
.block-service h4 {
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 20px;
  margin: 18px 0;
}
.block-service:hover .icon-box img {
  -webkit-animation: hover-img 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  -moz-animation: hover-img 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  -o-animation: hover-img 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  animation: hover-img 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
}

.top-new-product {
  padding-top: 48px;
  padding-bottom: 74px;
}
.top-new-product:before {
  background: #3895b1 url(../img/bg-new-product.png) top center no-repeat;
}
.top-new-product .block {
  background-color: #fff;
}
.top-new-product .block-html {
  padding-right: 0;
  padding-left: 15px;
}
.rtl .top-new-product .block-html {
  padding-left: 0;
  padding-right: inherit;
}
.rtl .top-new-product .block-html {
  padding-right: 15px;
  padding-left: inherit;
}
.top-new-product .block-product-new {
  padding-left: 0;
  padding-right: 15px;
  border-left: 1px solid #eeeeee;
}
.rtl .top-new-product .block-product-new {
  padding-right: 0;
  padding-left: inherit;
}
.rtl .top-new-product .block-product-new {
  padding-left: 15px;
  padding-right: inherit;
}
.rtl .top-new-product .block-product-new {
  border-right: 1px solid #eeeeee;
  border-left: inherit;
}
.top-new-product .product-block {
  border-bottom: none;
  border-right: none;
}
.rtl .top-new-product .product-block {
  border-left: none;
  border-right: inherit;
}

@-webkit-keyframes hover-imgsale {
  0% {
    -webkit-transform: translate3d(70px, 0, 0);
    -moz-transform: translate3d(70px, 0, 0);
    -ms-transform: translate3d(70px, 0, 0);
    -o-transform: translate3d(70px, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-moz-keyframes hover-imgsale {
  0% {
    -webkit-transform: translate3d(70px, 0, 0);
    -moz-transform: translate3d(70px, 0, 0);
    -ms-transform: translate3d(70px, 0, 0);
    -o-transform: translate3d(70px, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-o-keyframes hover-imgsale {
  0% {
    -webkit-transform: translate3d(70px, 0, 0);
    -moz-transform: translate3d(70px, 0, 0);
    -ms-transform: translate3d(70px, 0, 0);
    -o-transform: translate3d(70px, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes hover-imgsale {
  0% {
    -webkit-transform: translate3d(70px, 0, 0);
    -moz-transform: translate3d(70px, 0, 0);
    -ms-transform: translate3d(70px, 0, 0);
    -o-transform: translate3d(70px, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.block-sale {
  background-color: white;
  min-height: 304px;
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
  text-align: left;
}
.block-sale .group-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  padding: 0 25px;
}
.block-sale .group-title h3 {
  font-weight: 800;
  font-size: 12px;
  color: #000000;
  letter-spacing: 2px;
  margin-top: 30px;
}
.block-sale .group-title .sale-off {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  color: #383838;
  letter-spacing: -0.75px;
  line-height: 32px;
}
.block-sale .group-title .sale-off > em {
  color: #ff771c;
  font-style: normal;
  display: inline-block;
}
.block-sale .group-title .sale-off > em.center-sale {
  color: #1686cc;
  display: block;
}
.block-sale .group-title ul li {
  display: block;
}
.block-sale .group-title ul li a {
  line-height: 24px;
  text-transform: uppercase;
  color: #8e8e8e;
  font-size: 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.block-sale .group-title ul li a:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 11px;
}
.rtl .block-sale .group-title ul li a:after {
  margin-right: 11px;
  margin-left: inherit;
}
.block-sale .group-title ul li a:hover {
  color: #f9b002;
}
.block-sale .group-title ul li a:hover:after {
  color: #f9b002;
}
.block-sale img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  z-index: 5;
}
.block-sale:hover img {
  -webkit-animation: hover-imgsale 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  -moz-animation: hover-imgsale 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  -o-animation: hover-imgsale 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  animation: hover-imgsale 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
}

.new-product {
  position: relative;
  min-height: 327px;
}
.new-product img {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  max-width: 100%;
}

.block-text {
  position: absolute;
  padding: 26px;
  top: 0;
  left: 0;
}

.title-cate, .top-best-seller .title_block {
  margin: 0 0 40px;
  font-size: 26px;
  font-weight: 800;
  position: relative;
}
.title-cate em, .top-best-seller .title_block em {
  font-style: normal;
  display: block;
}
.title-cate:before, .top-best-seller .title_block:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  -webkit-transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #69b024;
  bottom: -22px;
  left: 0;
}
.rtl .title-cate:before, .rtl .top-best-seller .title_block:before, .top-best-seller .rtl .title_block:before {
  right: 0;
  left: auto;
}

.new-product:hover .title-cate:before, .new-product:hover .top-best-seller .title_block:before, .top-best-seller .new-product:hover .title_block:before {
  width: 100%;
}

.top-best-seller {
  padding-top: 40px;
  padding-bottom: 82px;
}
.top-best-seller:before {
  background: #eeeeee url(../img/bg-best-sell.png) top center no-repeat;
}
.top-best-seller .title_block {
  margin-bottom: 30px;
}
.top-best-seller .title_block:before {
  display: none;
}
.top-best-seller .owl-carousel .owl-item.first.last .product-block {
  border-right: 1px solid #eeeeee;
}
.rtl .top-best-seller .owl-carousel .owl-item.first.last .product-block {
  border-left: 1px solid #eeeeee;
  border-right: inherit;
}
.top-best-seller .tab-content {
  background-color: #fff;
}
.top-best-seller .widget-tabs {
  margin: 10px 0 29px;
  text-align: right;
}
.rtl .top-best-seller .widget-tabs {
  text-align: left;
}
.top-best-seller .widget-tabs li {
  padding-left: 12px;
  padding-right: 12px;
  /* &:last-child{
    a{
      display: inline-block;
      padding: 0 5px;
      font-weight: 800;
      @include border-radius(15px);
      border: 1px solid #383838;
      @include transition(all 0.4s $ease-out-quad);
      line-height: 17px;
      &:hover{
        color: #fff;
        background-color: $theme-color-default;
        border-color: $theme-color-default;
      }
    }
  } */
}
.top-best-seller .widget-tabs li a {
  color: #8a8a8a;
  font-size: 13px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.top-best-seller .widget-tabs li a:hover {
  color: #383838;
  font-weight: 700;
}
.top-best-seller .widget-tabs li.active a {
  color: #383838;
  font-weight: 700;
}

@-webkit-keyframes hover-adv {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes hover-adv {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes hover-adv {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

@keyframes hover-adv {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

.block-adv-product {
  padding-top: 53px;
  padding-bottom: 70px;
}
.block-adv-product .product-block {
  border-right: none;
}
.block-adv-product:before {
  background: #ecb956 url(../img/bg-list-product.png) top center no-repeat;
}
.block-adv-product .block-adv {
  border-right: 1px solid #eeeeee;
  padding-left: 30px;
  background-color: #fff;
  overflow: hidden;
}
.block-adv-product .block-adv:before, .block-adv-product .block-adv:after {
  content: " ";
  display: table;
}
.block-adv-product .block-adv:after {
  clear: both;
}
.rtl .block-adv-product .block-adv {
  padding-right: 30px;
  padding-left: inherit;
}
.block-adv-product .block-adv h4 {
  font-weight: 700;
  font-size: 22px;
  text-transform: lowercase;
  letter-spacing: -0.75px;
  margin: 32px 0 10px;
  line-height: 24px;
  -webkit-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.block-adv-product .block-adv:hover h4 {
  color: #f9b002;
}
.block-adv-product .block-adv:hover .icon-box {
  -webkit-animation: hover-adv 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  -moz-animation: hover-adv 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  -o-animation: hover-adv 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  animation: hover-adv 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
}
.block-adv-product .widget-heading {
  font-weight: 800;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 15px;
  color: white;
}
.block-adv-product .widget-heading em {
  margin-right: 13px;
}
.rtl .block-adv-product .widget-heading em {
  margin-left: 13px;
  margin-right: inherit;
}
.block-adv-product li:nth-child(odd) .product-block {
  background-color: #f9edd6;
}
.block-adv-product li:nth-child(even) .product-block {
  background-color: #fdfcfa;
}
.block-adv-product .product-block {
  padding: 20px 30px;
}
.block-adv-product .product-block .image {
  text-align: left;
}
.rtl .block-adv-product .product-block .image {
  text-align: right;
}
.block-adv-product .product-block .image .icon-box {
  width: 110px;
  margin-right: 20px;
}
.rtl .block-adv-product .product-block .image .icon-box {
  margin-left: 20px;
  margin-right: inherit;
}
.block-adv-product .product-block .name a {
  padding: 0;
  text-transform: capitalize;
  font-weight: 500;
}
.block-adv-product .product-block .content_price {
  margin: 5px 0;
}
.block-adv-product .product-block .Buttons {
  margin-top: 15px;
}

.block-manu {
  padding: 40px 0;
}
.block-manu:before {
  background-color: #fff;
  border-top: 1px solid #eeeeee;
}

.widget-manufacture .logo-manu a {
  display: block;
}
.widget-manufacture .logo-manu a img {
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.widget-manufacture .logo-manu a img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  filter: alpha(opacity=100);
}

.block-aboutus {
  padding: 30px 0;
}
.block-aboutus:before {
  background-color: #69b024;
}
.block-aboutus .block-about .icon-box {
  margin-top: 15px;
  margin-right: 30px;
}
.rtl .block-aboutus .block-about .icon-box {
  margin-left: 30px;
  margin-right: inherit;
}
.block-aboutus .block-about .text-about {
  color: #fff;
  line-height: 19px;
  margin-bottom: 0;
}

.block-footer-info {
  border-bottom: 1px solid #404040;
  overflow: hidden;
  margin: 0;
}
.block-footer-info .widget {
  border-right: 1px solid #404040;
  padding-top: 50px;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
.block-footer-info .widget:last-child {
  border-right: none;
}
.block-footer-info .widget .block {
  margin-bottom: 50px;
}
.block-footer-info .widget .footer-block, .block-footer-info .widget .widget-html {
  padding-left: 7px;
}
.rtl .block-footer-info .widget .footer-block, .rtl .block-footer-info .widget .widget-html {
  padding-right: 7px;
  padding-left: inherit;
}

#footer .blog-item .blog-tittle {
  text-transform: none;
  font-weight: 600;
  line-height: 18px;
}
#footer .blog-item .blog-shortinfo {
  font-weight: 300;
  color: #888888;
  line-height: 20px;
}
#footer .blog-item .blog-meta .read-more {
  font-size: 12px;
  color: #f9b002;
  position: relative;
  text-transform: lowercase;
  margin: 10px 0;
  display: inline-block;
}
#footer .blog-item .blog-meta .read-more:before {
  position: absolute;
  bottom: -5px;
  border-bottom: 1px solid #4c4c4c;
  content: "";
  left: 0;
  width: 100%;
}
#footer .blog-item .blog-meta .read-more:hover {
  color: #69b024;
}
#footer .blog-item .blog-meta .read-more:hover:before {
  border-color: #69b024;
}
#footer .toggle-footer li {
  padding: 0;
  width: 100%;
}
#footer .toggle-footer li > a {
  font-size: 13px;
  font-weight: 300;
  line-height: 28px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#footer .toggle-footer li > a:before {
  display: none;
}
#footer .toggle-footer li > a:hover {
  padding-left: 10px;
}
.rtl #footer .toggle-footer li > a:hover {
  padding-right: 10px;
  padding-left: inherit;
}

@-webkit-keyframes hover-icon-footer {
  0% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }

  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

@-moz-keyframes hover-icon-footer {
  0% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }

  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

@-o-keyframes hover-icon-footer {
  0% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }

  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

@keyframes hover-icon-footer {
  0% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }

  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

.about-us li {
  margin: 27px 0;
  font-size: 13px;
}
.about-us li:last-child, .about-us li p {
  margin-bottom: 0;
}
.about-us li:last-child .icon-box, .about-us li p .icon-box {
  margin-top: 0;
}
.about-us li .icon-box {
  margin-top: 6px;
  font-size: 14px;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  margin-right: 15px;
  text-align: center;
  line-height: 26px;
}
.rtl .about-us li .icon-box {
  margin-left: 15px;
  margin-right: inherit;
}
.about-us li .icon-box em {
  margin-left: 2px;
}
.rtl .about-us li .icon-box em {
  margin-right: 2px;
  margin-left: inherit;
}
.about-us li:hover .icon-box {
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #f9b002;
  border-color: #f9b002;
}
.about-us li:hover .icon-box em {
  -webkit-animation: hover-icon-footer 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  -moz-animation: hover-icon-footer 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  -o-animation: hover-icon-footer 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  animation: hover-icon-footer 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  color: #fff;
}

.block-letter {
  padding-top: 40px;
  padding-bottom: 76px;
}

.block-footer-bottom {
  padding: 45px 0;
}
.block-footer-bottom:before {
  background-color: #3e3e3e;
}
.block-footer-bottom .list-link li {
  text-transform: uppercase;
  padding: 0 18px;
  line-height: 12px;
  border-right: 1px solid #707070;
}
.rtl .block-footer-bottom .list-link li {
  border-left: 1px solid #707070;
  border-right: inherit;
}
.block-footer-bottom .list-link li:last-child {
  border-right: none;
}
.rtl .block-footer-bottom .list-link li:last-child {
  border-left: none;
  border-right: inherit;
}
.block-footer-bottom .list-link li a {
  color: #9d9d9d !important;
}
.block-footer-bottom .list-link li a:hover {
  color: #f9b002 !important;
}
.block-footer-bottom .list-pay {
  text-align: right;
}
.rtl .block-footer-bottom .list-pay {
  text-align: left;
}
.block-footer-bottom .list-pay li a:hover {
  -webkit-animation: hover-icon-footer 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  -moz-animation: hover-icon-footer 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  -o-animation: hover-icon-footer 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  animation: hover-icon-footer 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
}
.block-footer-bottom .copy-right {
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 0;
}
.rtl .block-footer-bottom .copy-right {
  padding-right: 15px;
  padding-left: inherit;
}
.block-footer-bottom .copy-right a {
  color: #f9b002 !important;
}
.block-footer-bottom .copy-right a:hover {
  color: #69b024 !important;
}

#back-top {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  zoom: 1;
  background-color: transparent\9;
  position: fixed;
  bottom: 100px;
  right: 30px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  background-color: #f9b002;
  font-size: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  color: #fff;
  text-shadow: 0px 0px rgba(0, 0, 0, 0.1), 1px 1px rgba(0, 0, 0, 0.1), 2px 2px rgba(0, 0, 0, 0.1), 3px 3px rgba(0, 0, 0, 0.1), 4px 4px rgba(0, 0, 0, 0.1), 5px 5px rgba(0, 0, 0, 0.1);
}
.rtl #back-top {
  left: 30px;
  right: auto;
}

.blog-detail .image {
  margin: 15px 0;
}
