/*-----------------------*/
/**
* 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 > .title_block {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}
.ApColumn .block {
  margin-bottom: 20px;
  clear: both;
}
.ApColumn .block.products_block {
  overflow: hidden;
  margin-bottom: 0;
}
.ApColumn .block .title_block {
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  position: relative;
  text-transform: none;
}
.ApColumn .ApImage img {
  display: inline-block;
}
.ApColumn .tabs-top .block.products_block {
  overflow: inherit;
}

.bg-fullwidth {
  position: relative;
}
.bg-fullwidth:before {
  padding: 0px 1000px;
  width: 100%;
  overflow: hidden;
  box-sizing: content-box;
  position: absolute;
  height: 100%;
  display: inherit;
  top: 0;
  z-index: 0;
  margin-left: -367px;
}
.rtl .bg-fullwidth:before {
  margin-right: -367px;
  margin-left: inherit;
}

.block_carousel {
  position: relative;
  z-index: 2;
}

.group-widget .title_block {
  margin: 0;
  padding: 0 0 20px 15px;
}
.rtl .group-widget .title_block {
  padding: 0 15px 20px 0;
}
.group-widget .ApImage.block {
  margin: 0;
}

/**
* 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%;
}

.tabs-top {
  overflow: hidden;
  background-color: white;
  margin-bottom: 30px;
}
.tabs-top .title_block {
  float: left;
  padding-right: 20px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
}
.rtl .tabs-top .title_block {
  float: right;
}
.rtl .tabs-top .title_block {
  padding-left: 20px;
  padding-right: inherit;
}
.tabs-top .nav-tabs {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}
.tabs-top .nav-tabs > li {
  margin: 0 20px -1px;
  float: none;
  display: inline-block;
}
.tabs-top .nav-tabs > li > a {
  text-transform: uppercase;
  font-size: 14px;
  color: #999;
  text-align: center;
  font-weight: 900;
  font-family: "Work Sans", sans-serif;
  padding: 20px 0 18px;
  margin: 0;
  border-color: transparent transparent transparent transparent;
  border-width: 0 0 2px 0;
  border-style: none none solid none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tabs-top .nav-tabs > li > a:hover {
  color: black;
  background-color: transparent;
  border-color: transparent transparent black transparent;
  border-width: 0 0 2px 0;
  border-style: none none solid none;
}
.tabs-top .nav-tabs > li.active a, .tabs-top .nav-tabs > li.active a:active, .tabs-top .nav-tabs > li.active a:focus {
  color: black;
  border-color: transparent transparent black transparent;
  border-width: 0 0 2px 0;
  border-style: none none solid none;
  background-color: transparent;
}

/**
* Aphtml
*/
.banner-html .ApHtml {
  background-color: #f3f3f3;
  padding: 7em 8em;
  text-align: center;
}
.banner-html .ApHtml .title_block {
  margin-bottom: 28px;
}
.banner-html .ApHtml .btn {
  margin-top: 20px;
}
.banner-html .ApRawHtml {
  padding: 7.1em 6em;
  background-color: #f8956c;
}
.banner-html .ApRawHtml h4 a {
  font-size: 76px;
  font-weight: 100;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  color: white;
}
.banner-html .ApRawHtml p {
  font-size: 25px;
}
.banner-html .ApRawHtml .btn {
  margin-top: 11px;
  background-color: transparent;
  border: 1px solid white;
}
.banner-html .ApRawHtml .btn:hover {
  color: black;
  border: 1px solid white;
  background-color: white;
}
.banner-html .ApRawHtml .icon-box {
  margin-top: 35px;
}
.banner-html .ApRawHtml .icon-box .fa {
  color: #fbb092;
  font-size: 150px;
}
.banner-html .ApRawHtml .media-body {
  color: white;
  text-align: right;
}
.rtl .banner-html .ApRawHtml .media-body {
  text-align: left;
}
.banner-html .btn {
  padding: 10px 30px;
}

.banner-html1 .btn {
  padding: 10px 30px;
}
.banner-html1 .ApHtml {
  background-color: #444040;
  text-align: center;
  padding: 9em 5em;
  color: #aaaaaa;
  position: relative;
}
.banner-html1 .ApHtml:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #777;
  content: '';
  z-index: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: opacity 0.5s, transform 0.1s;
  transition: opacity 0.5s, transform 0.1s;
}
.banner-html1 .ApHtml .banner-des {
  position: relative;
  z-index: 2;
}
.banner-html1 .ApHtml .title_block {
  color: white;
  margin-bottom: 30px;
}
.banner-html1 .ApHtml .btn {
  margin-top: 14px;
  background-color: white;
  color: black;
}
.banner-html1 .ApHtml .btn:hover {
  background-color: #f8956c;
  color: white;
}
.banner-html1 .ApHtml:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.box-service {
  text-align: center;
}
.box-service .icon-box {
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: black;
  margin: 0 auto;
  font-size: 24px;
  background-color: #f3f3f3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.box-service h4 {
  margin: 30px 0 15px;
  font-size: 14px;
  font-weight: 800;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.box-service h4 a {
  color: black;
}
.box-service .media:hover .icon-box {
  color: white;
  background-color: #f8956c;
}
.box-service .media:hover h4 a {
  color: #f8956c;
}

.leo-more-info {
  position: absolute;
  z-index: 4000;
  top: 0;
  left: 0;
  min-height: 380px;
  display: none;
  float: left;
  text-align: left;
  padding: 5px 5px 10px 5px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 46px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 46px 12px rgba(0, 0, 0, 0.1);
}

.leo-more-over {
  position: relative;
  z-index: 0;
}

.leo-more-image {
  opacity: 0;
  left: 0;
  top: 0;
  position: absolute;
}

.leo-preview {
  position: absolute;
  z-index: 4000;
  top: 0;
  left: 0;
  display: none;
  float: left;
  text-align: left;
  padding: 5px 5px 10px 5px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 46px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 46px 12px rgba(0, 0, 0, 0.1);
}

.leo-preview .col-1 {
  width: 75px;
}
.leo-preview .col-2 {
  width: 260px;
}
.leo-preview .big_image {
  text-align: center;
  margin-bottom: 5px;
}
.leo-preview .wrapper-hover {
  padding: 3px 9px 12px;
}

.thumbs_list {
  float: left;
  margin-left: 13px;
  overflow: hidden;
  width: 85px;
  height: 256px;
}
.thumbs_list li {
  cursor: pointer;
  float: left;
  height: 85px;
  width: 85px;
}
.thumbs_list li a {
  border: 1px solid #eaeaea;
  display: block;
  margin: 0 1px;
  text-align: center;
}
.thumbs_list ul.thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
}

.product-tabs .carousel-control,
.product-tabs .owl-theme .owl-controls .owl-buttons div {
  top: 50%;
}
.product-tabs .carousel-control.left, .product-tabs .carousel-control.owl-prev,
.product-tabs .owl-theme .owl-controls .owl-buttons div.left,
.product-tabs .owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: auto;
  left: -12px;
}
.product-tabs .carousel-control.right, .product-tabs .carousel-control.owl-next,
.product-tabs .owl-theme .owl-controls .owl-buttons div.right,
.product-tabs .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -12px;
}

.viewproduct-default {
  margin-top: 40px;
}

.view-productcate .product-block .image {
  margin-bottom: 0;
}
.view-productcate .product-block .name {
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.rtl .view-productcate .product-block .name {
  float: right;
}
.view-productcate .product-block .name a {
  height: 30px;
  overflow: hidden;
}
.view-productcate .product-block .productinfor {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  width: auto;
  left: 20px;
}
.rtl .view-productcate .product-block .productinfor {
  right: 20px;
  left: auto;
}
.view-productcate .product-block .content_price {
  padding: 5px 15px;
  margin-bottom: 0;
  display: inline-block;
  background-color: white;
  border: 1px solid #eaeaea;
  float: left;
}
.rtl .view-productcate .product-block .content_price {
  float: right;
}

.widget-category_image {
  position: relative;
}
.widget-category_image .cate-descrip {
  position: absolute;
  bottom: 35px;
  left: 35px;
  right: 35px;
  background-color: white;
  padding: 40px 20px;
  margin: 0 auto;
  max-width: 450px;
}

.html-reassurances .media {
  padding: 15px 10px 5px 20px;
  margin: 0;
}
.rtl .html-reassurances .media {
  padding: 15px 20px 5px 10px;
}
.html-reassurances .media h5 {
  font-size: 13px;
  margin: 5px 0;
}
.html-reassurances .media.border-bottom {
  border-bottom: 1px solid #eaeaea;
}
.html-reassurances .media:hover {
  cursor: pointer;
}
.html-reassurances .media:hover .fa {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.html-reassurances .media-left {
  float: left;
  margin-right: 10px;
}
.rtl .html-reassurances .media-left {
  float: right;
}
.rtl .html-reassurances .media-left {
  margin-left: 10px;
  margin-right: inherit;
}
.html-reassurances .media-left .fa {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #6b3de5;
  width: 42px;
  height: 42px;
  color: #FFF;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
}
.html-reassurances .media-left .fa.blue {
  background-color: #f8956c;
}
.html-reassurances .media-left .fa.green {
  background-color: #42b47c;
}
.html-reassurances .media-left .fa.yellow {
  background-color: #ebb04e;
}
.html-reassurances .border-bottom:last-child {
  border-bottom: none;
}

.block_carousel .block-carousel-image-container {
  position: relative;
  text-align: center;
}
.block_carousel .block-carousel-image-container .block-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 17em 2em 5em;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  color: white;
  font-family: "Work Sans", sans-serif;
}
.rtl .block_carousel .block-carousel-image-container .block-content {
  right: 0;
  left: auto;
}
.block_carousel .block-carousel-image-container .block-content h3 {
  position: relative;
  margin-bottom: 55px;
}
.block_carousel .block-carousel-image-container .block-content h3:before {
  width: 30px;
  top: inherit;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  content: "";
  border-bottom: 1px solid #FFF;
}
.block_carousel .block-carousel-image-container .block-content h3 a {
  color: white;
  font-size: 24px;
  font-weight: 700;
}
.block_carousel .block-carousel-image-container .block-content h3 a:hover, .block_carousel .block-carousel-image-container .block-content h3 a:focus {
  color: #999999;
}
.block_carousel .block-carousel-image-container .block-content .btn {
  margin-top: 10px;
  padding: 6px 12px;
  color: white;
  border: 1px solid #FFF;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.block_carousel .block-carousel-image-container .block-content .btn:hover {
  color: #444040;
  background: white;
}
.block_carousel .block-carousel-image-container:hover .block-content {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #f8956c;
  background-color: rgba(248, 149, 108, 0.8);
  zoom: 1;
  background-color: transparent\9;
}

#slideshow .block_carousel {
  height: 50px;
  line-height: 50px;
}
#slideshow .block_carousel .descript {
  color: black;
  line-height: 50px;
}
#slideshow .block_carousel .carousel-control {
  top: 14px;
  border: none;
  font-size: 24px;
  background-color: transparent !important;
}
#slideshow .block_carousel .carousel-control.left {
  right: 25px;
}
.rtl #slideshow .block_carousel .carousel-control.left {
  left: 25px;
  right: auto;
}
#slideshow .block_carousel .carousel-control:hover {
  color: #f8956c;
}
#slideshow .block_carousel .carousel-inner .item {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition: all 0.3s ease-out left;
  transition: all 0.3s ease-out left;
}
#slideshow .block_carousel .carousel-inner .active {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* *********************************************************
  Lastest Blog
******************************************************* */
.latest-blogs {
  overflow: hidden;
  padding: 30px 0;
}
.latest-blogs .blog-container {
  margin: 0 200px;
  padding: 30px 0 35px;
  border-top: 1px solid #eaeaea;
}
.latest-blogs .blog-container .blog-image-container {
  margin-bottom: 20px;
}
.latest-blogs .blog-container .blog_img_link {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.latest-blogs .blog-container .blog_img_link img {
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.latest-blogs .blog-container .blog_img_link:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  -ms-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
}
.latest-blogs .blog-container .blog-title {
  margin: 5px 0;
  height: 26px;
  overflow: hidden;
  text-transform: none;
}
.latest-blogs .blog-container .blog-title a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  font-family: "Work Sans", sans-serif;
}
.latest-blogs .blog-container .blog-info {
  font-size: 13px;
  color: #999;
}
.latest-blogs .blog-container .created {
  position: relative;
  padding-right: 10px;
}
.rtl .latest-blogs .blog-container .created {
  padding-left: 10px;
  padding-right: inherit;
}
.latest-blogs .blog-container .created:after {
  position: absolute;
  content: "/";
  right: 0;
}
.rtl .latest-blogs .blog-container .created:after {
  left: 0;
  right: auto;
}
.latest-blogs .blog-container .author {
  padding: 0 10px;
}

.blog-box:before {
  border-bottom: 1px solid #e8e8e8;
}

.contact-us {
  margin-top: 20px;
}
.contact-us li {
  margin-bottom: 5px;
  display: flex;
}
.contact-us a:hover {
  color: #f8956c;
}
.contact-us .fa {
  color: white;
  font-size: 15px;
  line-height: 25px;
  padding-right: 15px;
}
.rtl .contact-us .fa {
  padding-left: 15px;
  padding-right: inherit;
}
.contact-us .phone {
  display: inline-block;
  margin-left: 23px;
}
.rtl .contact-us .phone {
  margin-right: 23px;
  margin-left: inherit;
}

.manufacturers_block {
  text-align: center;
  margin-top: 30px;
}
.manufacturers_block img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.manufacturers_block a {
  display: inline-flex;
}
.manufacturers_block a:hover img {
  -webkit-transition: scale(1);
  transition: scale(1);
}

.ApImage.image-right {
  margin-bottom: 20px;
}

.image-top .ApImage {
  margin-bottom: 0;
}
.image-top .ApImage img {
  border-right: 1px solid #eaeaea;
}
.rtl .image-top .ApImage img {
  border-left: 1px solid #eaeaea;
  border-right: inherit;
}
.image-top .ApImage:first-child {
  border-bottom: 1px solid #eaeaea;
}
