/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/**********************************************
STYLE GLOBAL
**********************************************/
.ApColumn .block {
  margin-bottom: 10px;
}

.columns-container .ApColumn .title_block {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0 45px;
  padding: 0px 0px 12px;
  color: #333333;
  letter-spacing: 1px;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
.columns-container .ApColumn .title_block:before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 7px;
  width: 41px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../../../../../img/default/icon-default.png") no-repeat 0 0 transparent;
}

.bg-fullwidth {
  position: relative;
}
.bg-fullwidth:before {
  padding: 0px 1000px;
  margin-left: -1000px;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  height: 100%;
  display: block !important;
  top: 0;
}
.rtl .bg-fullwidth:before {
  margin-right: -1000px;
  margin-left: inherit;
}

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative;
}

div[id^="gmap-stores-list"] {
  overflow: auto!important;
}

div[id^="gmap-stores-list"] > ul {
  margin: 30px;
}

.display-list-store {
  background-color: #6cabd5;
  float: left;
}

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%;
}

.gmap-cover {
  width: 100%;
}

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.item-gmap-store:hover {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item-gmap-store .icon-map-marker {
  margin-right: 6px;
  font-size: 120%;
}
.item-gmap-store text {
  font-size: 85%;
}

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more {
  border-bottom: 1px solid #d6d4d4;
  padding-bottom: 5px;
  text-align: center;
  display: none;
}
.box-show-more .open {
  display: block;
}

/* Start for module ap_image */
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0);
}

.ap_image .has-animation.animated {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* End for module ApFullSlider */
.full-slider {
  margin-top: 20px;
}
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent;
}
.full-slider .carousel-inner .item {
  width: 100%;
  height: 100%;
}

.full_slide_detail .full-slider {
  margin-top: 50px;
}
.full_slide_detail .full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../img/background_image_gallery.jpg);
}
.full_slide_detail .full-slider .carousel-inner .item {
  padding: 15px 20px;
  width: 100%;
  height: 100%;
}

/* Start for module ApFullSlider */
.cover-live-edit {
  width: 100%;
  border-top: 1px dashed #bdbdbd;
}
.cover-live-edit .link-to-back-end {
  text-decoration: none;
  color: #fff;
  z-index: 9999;
  background-color: rgba(204, 153, 0, 0.5);
  padding: 5px;
  position: relative;
  -webkit-box-shadow: 0 0 5px #bdbdbd;
  box-shadow: 0 0 5px #bdbdbd;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cover-live-edit .link-to-back-end:hover {
  background-color: #00e676;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ap-cover-hook {
  border: 1px dashed #bdbdbd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ap-cover-hook:hover {
  border: 1px dashed #333;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/**
* ApVideo
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-responsive iframe,
.embed-responsive object,
.embed-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Instagram Block */
.instagram-block a {
  display: inline-block;
  margin: 0 3px;
  overflow: hidden;
  position: relative;
}
.instagram-block a img {
  width: 85px;
  height: 85px;
}
.instagram-block .link-instagram {
  display: none;
}
.instagram-block .link-instagram a {
  margin: 10px 0 0;
}

#instafeed {
  margin: 0 -3px;
}

/* Tabs Top */
.tabs-top.product-tabs .nav-tabs {
  margin-bottom: 25px;
  border: none;
}
.tabs-top.product-tabs .nav-tabs > li {
  border: none;
  margin: 0;
  float: left;
}
.rtl .tabs-top.product-tabs .nav-tabs > li {
  float: right;
}
@media (max-width: 480px) {
  .tabs-top.product-tabs .nav-tabs > li {
    width: 100%;
  }
}
.tabs-top.product-tabs .nav-tabs > li > a {
  color: #cccccc;
  font-family: "Modern";
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 15px 0 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: transparent;
  margin: 0;
  border: none;
  letter-spacing: 1px;
  border-left: 1px solid #cccccc;
}
.rtl .tabs-top.product-tabs .nav-tabs > li > a {
  padding: 0 15px 0 15px;
}
.rtl .tabs-top.product-tabs .nav-tabs > li > a {
  border-right: 1px solid #cccccc;
  border-left: inherit;
}
@media (max-width: 480px) {
  .tabs-top.product-tabs .nav-tabs > li > a {
    padding: 10px 15px 10px 0;
    border-left: none;
  }
  .rtl .tabs-top.product-tabs .nav-tabs > li > a {
    padding: 10px 0 10px 15px;
  }
  .rtl .tabs-top.product-tabs .nav-tabs > li > a {
    border-right: none;
    border-left: inherit;
  }
}
.tabs-top.product-tabs .nav-tabs > li > a:hover {
  color: #9bc53d;
  border: none;
  border-left: 1px solid #cccccc;
}
.rtl .tabs-top.product-tabs .nav-tabs > li > a:hover {
  border-right: 1px solid #cccccc;
  border-left: inherit;
}
@media (max-width: 480px) {
  .tabs-top.product-tabs .nav-tabs > li > a:hover {
    border-left: none;
  }
  .rtl .tabs-top.product-tabs .nav-tabs > li > a:hover {
    border-right: none;
    border-left: inherit;
  }
}
.tabs-top.product-tabs .nav-tabs > li.active > a, .tabs-top.product-tabs .nav-tabs > li.active > a:hover, .tabs-top.product-tabs .nav-tabs > li.active a:focus {
  color: #9bc53d;
  border: none;
  border-left: 1px solid #cccccc;
}
.rtl .tabs-top.product-tabs .nav-tabs > li.active > a, .rtl .tabs-top.product-tabs .nav-tabs > li.active > a:hover, .rtl .tabs-top.product-tabs .nav-tabs > li.active a:focus {
  border-right: 1px solid #cccccc;
  border-left: inherit;
}
@media (max-width: 480px) {
  .tabs-top.product-tabs .nav-tabs > li.active > a, .tabs-top.product-tabs .nav-tabs > li.active > a:hover, .tabs-top.product-tabs .nav-tabs > li.active a:focus {
    border-left: none;
  }
  .rtl .tabs-top.product-tabs .nav-tabs > li.active > a, .rtl .tabs-top.product-tabs .nav-tabs > li.active > a:hover, .rtl .tabs-top.product-tabs .nav-tabs > li.active a:focus {
    border-right: none;
    border-left: inherit;
  }
}
.tabs-top.product-tabs .nav-tabs > li:first-child > a {
  padding: 0 15px 0 0px;
  border-left: none;
}
.rtl .tabs-top.product-tabs .nav-tabs > li:first-child > a {
  padding: 0 0px 0 15px;
}
.rtl .tabs-top.product-tabs .nav-tabs > li:first-child > a {
  border-right: none;
  border-left: inherit;
}
@media (max-width: 480px) {
  .tabs-top.product-tabs .nav-tabs > li:first-child > a {
    padding: 10px 15px 10px 0;
  }
  .rtl .tabs-top.product-tabs .nav-tabs > li:first-child > a {
    padding: 10px 0 10px 15px;
  }
}

/* Product Carousel */
/* Raw HTML */
.servicetop {
  text-align: center;
  font-size: 14px;
  padding: 25px 15px;
  min-height: 90px;
  font-weight: 500;
  margin-top: 20px;
  background-color: #dbfef8;
  color: #333333;
}
.servicetop.yellow {
  background-color: #fcedda;
}
.servicetop.pink {
  background-color: #ffece8;
}
.servicetop .icon-m {
  font-weight: normal;
  position: relative;
  top: 5px;
  font-size: 30px;
  margin-right: 25px;
}
.rtl .servicetop .icon-m {
  margin-left: 25px;
  margin-right: inherit;
}

/* ApHTML */
.htmltext {
  background-color: white;
  padding: 45px 40px;
}
.htmltext .htmltext--left {
  float: left;
}
.rtl .htmltext .htmltext--left {
  float: right;
}
.htmltext .htmltext--left .htmltext--title {
  font-size: 24px;
  margin: 0 0 25px;
}
.htmltext .htmltext--left .htmltext--des {
  margin-bottom: 0;
  line-height: 24px;
  color: #333333;
}
.htmltext .btn-html {
  float: right;
  margin-top: 25px;
  line-height: 50px;
  padding: 0 45px;
}
.rtl .htmltext .btn-html {
  float: left;
}

.alert-seller .ApHtml {
  margin-bottom: 0px;
  padding: 11px 0 10px;
  line-height: 28px;
  background-color: #dfebed;
}
.alert-seller .ApHtml .text__seller a {
  color: #5f84b7;
  font-size: 14px;
}
.alert-seller .ApHtml .text__seller a:hover {
  text-decoration: underline;
}

.aboutfooter {
  background-color: white;
  padding: 35px;
  min-height: 267px;
}
@media (max-width: 1024px) {
  .aboutfooter {
    padding: 20px;
    min-height: 267px;
  }
}
.aboutfooter .aboutfooter--title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 30px;
}
@media (max-width: 1024px) {
  .aboutfooter .aboutfooter--title {
    margin-bottom: 20px;
  }
}
.aboutfooter .aboutfooter--des {
  color: #333333;
  margin-bottom: 38px;
}
.aboutfooter .list-contact li {
  display: block;
  min-width: 100%;
  margin-bottom: 8px;
  line-height: 20px;
}
@media screen and (min-width: 991px) {
  .aboutfooter .list-contact li {
    min-width: 32.3333%;
    display: inline-block;
  }
}
.aboutfooter .list-contact li .icon-m {
  font-size: 18px;
  margin-right: 15px;
  float: left;
}
.rtl .aboutfooter .list-contact li .icon-m {
  margin-left: 15px;
  margin-right: inherit;
}
.rtl .aboutfooter .list-contact li .icon-m {
  float: right;
}

.html-home2 {
  background: white;
}
.html-home2 .block_homehtml {
  background-color: #fff;
}
@media (min-width: 991px) {
  .html-home2 .block_homehtml {
    padding: 42px 30px 30px 55px;
    border-right: 1px solid #f8f8f8;
    min-height: 380px;
  }
  .rtl .html-home2 .block_homehtml {
    padding: 42px 55px 30px 30px;
  }
  .rtl .html-home2 .block_homehtml {
    border-left: 1px solid #f8f8f8;
    border-right: inherit;
  }
}
@media (max-width: 1024px) {
  .html-home2 .block_homehtml {
    min-height: 317px;
    padding: 25px 25px 20px 25px;
  }
  .rtl .html-home2 .block_homehtml {
    padding: 25px 25px 20px 25px;
  }
}
.html-home2 .block_homehtml .homehtml-title {
  margin: 0 0 45px 0;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .html-home2 .block_homehtml .homehtml-title {
    margin-bottom: 20px;
  }
}
.html-home2 .block_homehtml .homehtml-desc {
  color: #666;
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .html-home2 .block_homehtml .homehtml-desc {
    margin-bottom: 25px;
  }
}
.html-home2 .block_homehtml .btn {
  height: 40px;
  line-height: 38px;
  padding: 0 32px;
  font-weight: 700;
  border: 2px solid #333333;
}
.html-home2 .block_homehtml .btn:hover {
  background-color: #333333;
  color: white;
}
.html-home2 .banner-home2 img {
  border: 10px solid white;
}
@media (max-width: 960px) {
  .html-home2 .banner-home2 {
    background: white;
    text-align: center;
  }
  .html-home2 .banner-home2 img {
    display: inline-block;
  }
}

/* ApImage */
@media (max-width: 767px) {
  .img-right .ApImage {
    text-align: center;
  }
  .img-right .ApImage img {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .img-margin-20 .ApImage {
    margin-bottom: 20px;
  }
}
.ApImage .block--text {
  padding-top: 35px;
  position: absolute;
  top: 0;
  width: 45%;
  color: #333333;
  line-height: 24px;
  right: 0;
  text-align: left;
}
.rtl .ApImage .block--text {
  left: 0;
  right: auto;
}
.rtl .ApImage .block--text {
  text-align: right;
}
@media (min-width: 1025px) {
  .ApImage .block--text {
    padding-top: 70px;
  }
}
@media (min-width: 1024px) {
  .ApImage .block--text {
    padding-top: 20px;
    width: 55%;
  }
}
@media (max-width: 600px) {
  .ApImage .block--text {
    padding-top: 20px;
    right: 10px;
  }
  .rtl .ApImage .block--text {
    left: 10px;
    right: auto;
  }
}
.ApImage .block--text .title_text {
  font-size: 24px;
  color: #333333;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ApImage .block--text .title_text {
    font-size: 18px;
  }
}
.ApImage .block--text .des_text {
  margin-bottom: 50px;
}
.ApImage .block--text .btn {
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 500;
  height: 42px;
}
@media (max-width: 600px) {
  .ApImage .block--text .btn {
    height: 37px;
    font-size: 12px;
  }
}

.image-box {
  position: relative;
}
.image-box .image_description {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  text-align: center;
}
.image-box .title-banner {
  padding: 0 10px;
  min-height: 50px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  zoom: 1;
  background-color: transparent\9;
  font-weight: 700;
  line-height: 50px;
  display: inline-block;
  position: relative;
  min-width: 174px;
  color: #333333;
  text-transform: uppercase;
}
.image-box .title-banner:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #333333;
  left: 0;
  bottom: 0;
  -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);
}
.image-box .title-banner:hover:before {
  width: 100%;
}

/* Widget Category Image */
.widget-category_image a .cate_content {
  display: inline-block;
  position: relative;
  text-align: center;
}
.widget-category_image a .cover-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.widget-category_image a .cover-img:before {
  position: absolute;
  width: 90%;
  content: "";
  left: 5%;
  top: 15%;
  bottom: 15%;
  height: 70%;
  right: 5%;
  background-color: rgba(255, 255, 255, 0.3);
  zoom: 1;
  background-color: transparent\9;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -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);
}
.widget-category_image a .cover-img:after {
  position: absolute;
  width: 70%;
  content: "";
  left: 15%;
  right: 15%;
  top: 5%;
  bottom: 5%;
  height: 90%;
  background-color: rgba(255, 255, 255, 0.3);
  zoom: 1;
  background-color: transparent\9;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -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);
}
.widget-category_image a .nbproducts {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 70px;
  padding: 22px 0 18px;
  margin: auto auto;
  text-align: center;
  background-color: white;
  width: 215px;
}
.widget-category_image a .cate-name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  vertical-align: middle;
  display: block;
  color: #333333;
  -webkit-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
.widget-category_image a .leo-qty {
  color: #888888;
}
.widget-category_image a .leo-qty > span {
  margin-left: 3px;
}
.rtl .widget-category_image a .leo-qty > span {
  margin-right: 3px;
  margin-left: inherit;
}
.widget-category_image a:hover .cate-name {
  color: black;
}
.widget-category_image a:hover .cover-img:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.widget-category_image a:hover .cover-img:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}

/* Count Down */
.leo-more-cdown {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 40px;
  margin-bottom: 0px;
  z-index: 12;
  text-align: center;
  line-height: 12px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.leo-more-cdown ul li {
  min-width: 62px;
  padding: 10px 0;
}
.leo-more-cdown ul li:nth-child(odd) {
  background-color: #ebebeb;
}
.leo-more-cdown ul li:nth-child(even) {
  background-color: #e1e1e1;
}
@media (max-width: 990px) {
  .leo-more-cdown ul li {
    min-width: 52px;
    padding: 5px 0px;
  }
}
.leo-more-cdown ul span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  text-transform: capitalize;
}
.leo-more-cdown ul b {
  color: #333333;
  font-weight: 500;
  line-height: 30px;
}

/* Latest Blog */
.ApColumn .latest-blogs {
  margin-bottom: 0;
}

.block_blog {
  margin-bottom: 45px;
}

.latest-blogs .right-block {
  background-color: rgba(255, 255, 255, 0.7);
  background-color: transparent\9;
  zoom: 1;
  position: absolute;
  z-index: 10;
  bottom: 9px;
  padding: 10px 30px 15px;
  margin: 0 9px;
  left: 10px;
  right: 10px;
}
@media (max-width: 990px) {
  .latest-blogs .right-block {
    padding: 10px;
  }
}
.latest-blogs .blog-title {
  min-height: 46px;
  line-height: 24px;
  overflow: hidden;
  text-transform: uppercase;
}
.latest-blogs .blog-title a {
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
}
.latest-blogs .blog-title a:hover {
  color: black;
}
.latest-blogs .blog-meta {
  font-weight: 400;
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
}
.latest-blogs .blog-meta > span {
  margin-right: 15px;
  text-transform: uppercase;
  color: #333333;
}
.rtl .latest-blogs .blog-meta > span {
  margin-left: 15px;
  margin-right: inherit;
}
.latest-blogs .blog-meta > span .fa, .latest-blogs .blog-meta > span .icon-m {
  font-size: 14px;
  margin-right: 3px;
}
.rtl .latest-blogs .blog-meta > span .fa, .rtl .latest-blogs .blog-meta > span .icon-m {
  margin-left: 3px;
  margin-right: inherit;
}
.latest-blogs .blog-meta > span.cat a {
  color: #333333;
}
.latest-blogs .blog-meta > span.cat a:hover {
  color: black;
}
.latest-blogs .blog-meta > span.nbcomment span {
  position: relative;
  padding: 0 5px;
}
.latest-blogs .blog-meta > span.nbcomment span:before {
  content: "(";
  position: absolute;
  left: 0;
  top: -5px;
}
.rtl .latest-blogs .blog-meta > span.nbcomment span:before {
  right: 0;
  left: auto;
}
.latest-blogs .blog-meta > span.nbcomment span:after {
  content: ")";
  position: absolute;
  right: 0;
  top: -5px;
}
.rtl .latest-blogs .blog-meta > span.nbcomment span:after {
  left: 0;
  right: auto;
}
.latest-blogs .blog-desc {
  margin: 0px;
  display: block;
  position: relative;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
}
.latest-blogs .blog-readmore {
  margin-top: 20px;
  display: none;
}

.blog_special .latest-blogs {
  padding: 35px 0;
  color: #949494;
}
.blog_special .latest-blogs .blog-container {
  text-align: left;
  position: relative;
}
.rtl .blog_special .latest-blogs .blog-container {
  text-align: right;
}
.blog_special .latest-blogs .right-block {
  position: inherit;
  margin: 0;
  padding: 0;
  bottom: inherit;
  background: transparent;
}
@media (min-width: 991px) {
  .blog_special .latest-blogs .left-block {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    zoom: 1;
    width: 43%;
  }
  .rtl .blog_special .latest-blogs .left-block {
    float: right;
  }
  .rtl .blog_special .latest-blogs .left-block {
    margin-left: 20px;
    margin-right: inherit;
  }
  .blog_special .latest-blogs .right-block {
    overflow: hidden;
    zoom: 1;
  }
}
.blog_special .latest-blogs .image {
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .blog_special .latest-blogs .bock-title {
    margin: 0 0 25px;
  }
}
@media (min-width: 991px) {
  .blog_special .latest-blogs .blog-meta {
    margin-bottom: 35px;
  }
}
@media (max-width: 990px) {
  .blog_special .latest-blogs .blog-meta {
    margin-bottom: 15px;
  }
}

/* Manufactures Block */
/* Block Carsouel */
.testimonial-block .block_carousel {
  margin-top: 35px;
}
.testimonial-block .block_content {
  background: url("../../../../../img/default/testimonial.jpg") repeat top left;
}
@media (min-width: 991px) {
  .testimonial-block .block_content {
    background-repeat: no-repeat;
    padding: 110px 100px 35px 100px;
    min-height: 378px;
  }
}
@media (max-width: 1024px) {
  .testimonial-block .block_content {
    min-height: 312px;
    padding: 70px 50px 20px 50px;
  }
}
@media (max-width: 990px) {
  .testimonial-block .block_content {
    padding: 30px;
  }
}
@media (max-width: 568px) {
  .testimonial-block .block_content {
    padding: 10px;
  }
}
.testimonial-block .title {
  margin: 18px 0;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  text-transform: none;
  text-align: center;
}
.testimonial-block .descript {
  overflow: hidden;
  zoom: 1;
}
.testimonial-block .testimmonial_des {
  line-height: 30px;
  font-size: 14px;
  margin-top: 10px;
  color: #555555;
}
.testimonial-block .left-block {
  margin-right: 20px;
}
.rtl .testimonial-block .left-block {
  margin-left: 20px;
  margin-right: inherit;
}
@media (min-width: 991px) {
  .testimonial-block .left-block {
    margin-right: 30px;
    float: left;
  }
  .rtl .testimonial-block .left-block {
    margin-left: 30px;
    margin-right: inherit;
  }
  .rtl .testimonial-block .left-block {
    float: right;
  }
}
@media (max-width: 990px) {
  .testimonial-block .left-block {
    text-align: center;
    margin-right: 0px;
  }
  .rtl .testimonial-block .left-block {
    margin-left: 0px;
    margin-right: inherit;
  }
  .testimonial-block .left-block img {
    display: inline-block;
  }
}

.block-service {
  position: relative;
  background-color: #e7f2ee;
  min-height: 274px;
}
@media (max-width: 1024px) {
  .block-service {
    min-height: 268px;
  }
}
@media (max-width: 773px) {
  .block-service {
    min-height: 304px;
  }
}
.block-service .item-service {
  padding-top: 35px;
  text-align: center;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .block-service .item-service {
    padding-top: 30px;
  }
}
@media (max-width: 773px) {
  .block-service .item-service {
    padding-top: 50px;
  }
}
.block-service .item-service .icon-m {
  margin-bottom: 5px;
  font-size: 120px;
  display: block;
  font-weight: normal;
  padding-top: 10px;
}

/* Widget Gallery Image */
.widget-gallery .image-item {
  padding-left: 0px;
  padding-right: 13px;
  margin-bottom: 13px;
}
.widget-gallery .images-list .row {
  margin-left: 0;
  margin-right: -13px;
}

/* Widget Product carousel */
@media (min-width: 1025px) {
  .products_block.special-products .product_block.first_item {
    width: 50%;
  }
  .products_block.special-products .product_block.first_item .product-block {
    background: white;
  }
  .products_block.special-products .product_block.first_item .left-block {
    overflow: hidden;
    background: none;
    float: left;
    padding: 20px 10px 20px 20px;
  }
  .rtl .products_block.special-products .product_block.first_item .left-block {
    float: right;
  }
  .rtl .products_block.special-products .product_block.first_item .left-block {
    padding: 20px 20px 20px 10px;
  }
  .products_block.special-products .product_block.first_item .right-block {
    overflow: hidden;
    zoom: 1;
    background: none;
  }
  .products_block.special-products .product_block.first_item .product-meta {
    padding: 20px 20px 25px 20px;
  }
  .rtl .products_block.special-products .product_block.first_item .product-meta {
    padding: 20px 20px 25px 20px;
  }
  .products_block.special-products .product_block.first_item .product-info .content_price {
    float: none;
    width: 100%;
  }
  .products_block.special-products .product_block.first_item .product-info .hook-reviews {
    float: none;
    margin-bottom: 30px;
  }
  .products_block.special-products .product_block.first_item .name {
    margin-bottom: 30px;
  }
  .products_block.special-products .product_block.first_item .product-desc {
    display: block;
    margin-bottom: 30px;
    padding: 0;
    font-size: 14px;
    height: 100px;
  }
  .products_block.special-products .product_block.first_item .cart {
    height: auto;
    bottom: 0;
    top: auto;
    position: static;
    visibility: visible;
    margin: 40% 0 15%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    text-align: left;
  }
  .rtl .products_block.special-products .product_block.first_item .cart {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .products_block.special-products .product_block {
    width: 33.33333%;
  }
}
