.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0;
}

.tab-content .tab-pane,
.pill-content .pill-pane {
  display: none;
}

.tab-content .active,
.pill-content .active {
    display: block;
    border-left: 1px solid #f3f3f3;
    margin-top: 30px;
    text-align: center;
    padding: 0 15px;
}
.tabs-below .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tabs-below .nav-tabs > li > a:hover,
.tabs-below .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below .nav-tabs > .active > a,
.tabs-below .nav-tabs > .active > a:hover,
.tabs-below .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none;
}

.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #ddd;
}

.tabs-left .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left .nav-tabs > li > a:hover,
.tabs-left .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left .nav-tabs .active > a,
.tabs-left .nav-tabs .active > a:hover,
.tabs-left .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #ddd;
}

.tabs-right .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right .nav-tabs > li > a:hover,
.tabs-right .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right .nav-tabs .active > a,
.tabs-right .nav-tabs .active > a:hover,
.tabs-right .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  /*width: 100%;*/
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-inner:hover {
  overflow: inherit;
}

#index .carousel-inner:hover {
  overflow: hidden;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.right {
    left: auto;
    right: -18px;
}

.carousel-control:hover, .carousel-control:focus {
  outline: none;
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #554740 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.carousel-control {
  z-index: 99;
  top: -50px;
  right: 20px;
  position: absolute;
  background: #eeeeee;
  font-size: 14px;
  width: 30px;
  height: 30px;
  left: inherit;
  line-height: 29px;
  border-radius: 8px;
  color: #3a3d41;
  text-shadow: none;
  opacity: 1;
}

.carousel-control:hover, .carousel-control:focus {
  color: #554740;
}

.carousel-control.left {
position: absolute;
    top: 38%;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #b6c4b67d !important;
    color: #fefcfa;
    -webkit-transition: all .3s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: all .3s cubic-bezier(0.25,0.46,0.45,0.94);
    line-height: 38px;
    font-size: 30px;
}

.carousel-control.right {
position: absolute;
    top: 38%;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    text-align: center;
    background-color: #b6c4b67d !important;
    color: #fefcfa;
    -webkit-transition: all .3s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: all .3s cubic-bezier(0.25,0.46,0.45,0.94);
    line-height: 38px;
    font-size: 30px;
}

.custom_slide a:first-child img {
  margin-bottom: 20px;
}

.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: #554740;
  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_content .contact-us li {
  line-height: 35px;
}

.block_content .contact-us li em {
  border-radius: 2px;
  color: #D4D4D4;
  display: inline-block;
  font-size: 22px;
  margin-right: 10px;
  text-align: center;
  width: 28px;
  padding: 3px 0 3px 4px;
}

.rtl .block_content .contact-us li em {
  margin-left: 10px;
  margin-right: inherit;
}

.rtl .block_content .contact-us li em {
  padding: 3px 4px 3px 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;
}

.effect {
  margin-bottom: 10px;
}

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.widget-tabs li.active {
  border: 1px solid #aaa;
}

.widget-tabs li.active a {
  color: #333;
}

.widget-tabs li a {
  color: #999;
}

/**
* 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;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.item-gmap-store:hover {
  color: #554740;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-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%;
}

.box-show-more {
  border-bottom: 1px solid #d6d4d4;
  padding-bottom: 5px;
  text-align: center;
  display: none;
}

.box-show-more.open {
  display: block;
}

.ap_image .has-animation {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.ap_image .has-animation.animated {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#block_top_menu {
  padding-bottom: 10px!important;
}

.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent;
}

.full-slider .carousel-inner .item {
  width: 100%;
  height: 100%;
}

.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  background: rgba(18, 18, 18, 0.52);
}

.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
}

.full-slider .content-slider h3 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 600;
}

.full-slider .content-slider p {
  margin-top: 30px;
  background: #c70005;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
}

.full-slider .carousel-control.left {
  left: 10px;
}

.full-slider .carousel-control.right {
  right: 10px;
}

.full-slider .carousel-control .glyphicon {
  color: #B0B0B0;
}

.full-slider .right.carousel-control .glyphicon {
  right: 4px;
}

.carousel-control .glyphicon {
  top: 18px;
  color: #fff;
}

.right.carousel-control .glyphicon {
  right: 0;
}

.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);
  box-shadow: 0 0 5px #bdbdbd;
  padding: 5px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-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;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-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;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-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;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/**
* End for module ApFullSlider
*/
.manufacturers_block {
  clear: both!important;
}

.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%;
}

.lnk-hook {
  background-color: #e5e5e5;
  left: 0;
  padding: 2px 5px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.block {
  clear: both!important;
}

#top_column .wrapper .topcolumn {
  color: #fff;
  text-align: center;
  line-height: 22px;
}

#top_column .wrapper .icon_holder {
  padding-bottom: 15px;
}

#top_column .wrapper .title_top_column {
  padding-bottom: 12px;
}

#top_column .wrapper .title_top_column a {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
}

#top_column .wrapper .ApImage {
  text-align: center;
  padding: 30px 0px;
}

#top_column .wrapper .ApImage img {
  margin-bottom: 20px;
}

.ApColumn .normal {
  border: 1px solid #ccc;
  padding: 15px 20px 15px 20px;
  cursor: pointer;
  margin-bottom: 5px;
  width: 62px;
  text-align: center;
}

.ApColumn .normal:hover {
  color: red;
}

.block-carousel-container .text-centered {
  padding-top: 20px;
}

#top_column .wrapper .banner-home-3 {
  padding: 0px;
}

.popup-html .ApRawHtml {
  width: 800px;
}

.content-padding {
  padding: 0px 30px 20px 30px;
}
.rtl .content-padding {
  padding: 0px 30px 20px 30px;
}

.widget-category_image li > a {
  position: relative;
  display: block;
  text-align: center;
}
.widget-category_image li > a:before {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.widget-category_image li > a img {
  margin: 0 auto;
}
.widget-category_image li:hover > a .nbproducts {
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-category_image li:hover > a:before {
  background: rgba(255, 255, 255, 0.9);
  top: 20px;
  right: 20px;
  left: 20px;
  bottom: 20px;
}
.widget-category_image li .categoryname {
  position: absolute;
  width: 100%;
  height: 135px;
  margin: auto auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.widget-category_image li .categoryname .categoryname--title {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}
.widget-category_image li .categoryname .btn-cate {
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: white;
  padding: 5px 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.widget-category_image li .categoryname .btn-cate:hover {
  color: black;
  border-color: black;
}
.widget-category_image .nbproducts {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.widget-category_image .nbproducts h3 {
  font-size: 13px;
  letter-spacing: 1px;
}
.widget-category_image .nbproducts h3:hover {
  color: #f37351;
}
.widget-category_image .nbproducts .badge {
  background: transparent;
  color: #999;
  font-family: "Playfair Display", serif;
  font-style: italic;
}

#home_page {
  position: relative;
}

#home_page:before {
  padding: 0 2000px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  z-index: 0;
  display: inline-block !important;
  top: 0;
  left: -2000px;
}

#page {
  overflow: hidden;
}

#home_page .title_home_page {
  padding-top: 20px;
  color: #554740;
  text-transform: uppercase;
  font-weight: 800;
}

#home_page .ApImage {
  border: 1px solid #dbdbdb;
  padding: 4px;
}

#home_page .ApHtml {
  color: #554740;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 30px 0px;
  margin-top: 20px;
}

.alert.alert-success:before {
  float: left;
}

.alert.alert-info {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.alert.alert-info:before {
  font-family: "FontAwesome";
  content: "\f058";
  font-size: 16px;
  vertical-align: -2px;
  padding-right: 7px;
}

.alert.alert-info {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.alert.alert-info:before {
  font-family: "FontAwesome";
  content: "\f040";
  font-size: 16px;
  vertical-align: -2px;
  padding-right: 7px;
  float: left;
}

ul, ol {
  margin-bottom: 0px;
}

#block_links .ApBlockLink a {
  display: block;
  line-height: 24px;
}

#block_links .ApBlockLink {
  padding-bottom: 20px;
}

#block_links {
  background: #f7f7f9;
  padding: 0px;
  margin: 0px;
}

#block_links .title-demo {
  border: none!important;
  color: #428bca!important;
}

#block_links .title_links {
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 10px;
}

.ApRawHtml .title_button {
  color: #3276b1;
  text-transform: none;
  font-weight: bold;
  padding-bottom: 10px;
}

#center_column .ApRow .ApColumn .ApRawHtml .title-demo {
  font-size: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #333;
  position: relative;
  border-radius: 4px;
  font-weight: 800;
  text-transform: uppercase;
}

#image_single .ApImage {
  border: 1px solid #eee;
  padding: 8px;
}

.tabs-top .tab-content {
  border: 1px solid #ddd;
  margin-top: -1px !important;
  padding: 10px 0px 0px 0px;
}

.effect a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.effect a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.effect a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.effect a:hover:before, .effect a:hover:after {
  width: 100%;
  height: 100%;
}

.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 13px;
}

.ap-accordion .panel-default {
  border: none;
  box-shadow: none;
}

.ap-accordion .panel-default .panel-title {
  text-transform: none;
  background: #f0f0f0;
  position: relative;
  font-weight: normal;
}

.ap-accordion .panel-default .panel-title .collapsed {
  display: block;
  font-weight: normal;
}

.ap-accordion .panel-default .panel-title a:before {
  background: none;
  content: "\f102";
  cursor: pointer;
  display: block;
  font-family: "FontAwesome";
  font-size: 24px;
  left: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  font-style: normal;
  font-weight: normal;
}
.rtl .ap-accordion .panel-default .panel-title a:before {
  right: auto;
  left: auto;
}
.rtl .ap-accordion .panel-default .panel-title a:before {
  left: 0px;
  right: auto;
}

.ap-accordion .panel-default .panel-title .collapsed:before {
  background: none;
  content: "\f103";
  cursor: pointer;
  display: block;
  font-family: "FontAwesome";
  font-size: 24px;
  left: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  font-style: normal;
  font-weight: normal;
}
.rtl .ap-accordion .panel-default .panel-title .collapsed:before {
  right: auto;
  left: auto;
}
.rtl .ap-accordion .panel-default .panel-title .collapsed:before {
  left: 0px;
  right: auto;
}

.ap-accordion .panel-default .panel-heading {
  background: #f0f0f0;
}

.ap-accordion .in {
  display: block;
}

.latest-blogs .left-block .blog-image-container img :hover {
  background: rgba(255, 255, 255, 0.6);
  opacity: 0.6;
  transition: all 250ms ease-in-out 0s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 250ms ease-in-out 0s;
  position: absolute;
  z-index: 9999;
}

.latest-blogs .right-block {
    text-align: left;
    padding: 8px 15px;
}

.latest-blogs .right-block .blog-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 12px;
    padding-top: 12px;
}

.latest-blogs .right-block .blog-desc {
font-size: 13px;
    line-height: 21px;
    color: #595959;
    font-family: 'Montserrat';
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    padding-bottom: 0;
}

.latest-blogs .created, .cat, .author, .nbcomment, .hits {
    font-size: 12px;
    padding-top: 14px;
}

.latest-blogs .created {
  font-family: "Playfair Display", serif;
  color: #999999;
  letter-spacing: 1px;
}

.blog_topcolumn .latest-blogs .blog-container {
  position: relative;
}
.blog_topcolumn .latest-blogs .blog-container:hover .right-block {
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog_topcolumn .latest-blogs .blog-container:hover .blog-image-container:after {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog_topcolumn .latest-blogs .blog-container .right-block {
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog_topcolumn .latest-blogs .blog-container .right-block .blog-title a {
  color: white;
}
.blog_topcolumn .latest-blogs .blog-container .right-block .blog-title a:hover {
  border-bottom: 1px dotted #fff;
}
.blog_topcolumn .latest-blogs .blog-container .blog-image-container {
  position: relative;
}
.blog_topcolumn .latest-blogs .blog-container .blog-image-container:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog_topcolumn .owl-carousel .owl-item {
  padding: 0px;
}

/* *********************************************************

	Css block carousel

******************************************************* */
.block_carousel .carousel-inner .item {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.block_carousel .carousel-inner .active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.block_carousel .carousel-inner .active.left, .block_carousel .carousel-inner .active.right {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
}

#topbar .block_carousel, #slideshow .block_carousel {
  clear: none !important;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
}
#topbar .block_carousel .descript, #slideshow .block_carousel .descript {
  color: white;
  font-size: 11px;
  text-align: center;
}
#topbar .block_carousel .descript > span, #slideshow .block_carousel .descript > span {
  text-transform: uppercase;
  color: black;
  border-bottom: 1px dotted #222222;
}
#topbar .block_carousel .carousel-control, #slideshow .block_carousel .carousel-control {
  top: 0px;
  font-size: 0;
  right: 0px;
  width: inherit;
  height: inherit;
  color: white;
}
.rtl #topbar .block_carousel .carousel-control, .rtl #slideshow .block_carousel .carousel-control {
  left: 0px;
  right: auto;
}
#topbar .block_carousel .carousel-control:before, #slideshow .block_carousel .carousel-control:before {
  font-size: 14px;
  line-height: 29px;
}
#topbar .block_carousel .carousel-control.left, #slideshow .block_carousel .carousel-control.left {
  border: none;
}
#topbar .block_carousel .carousel-control.left:before, #slideshow .block_carousel .carousel-control.left:before {
  content: "\f106";
}
#topbar .block_carousel .carousel-control.left:hover:before, #slideshow .block_carousel .carousel-control.left:hover:before {
  color: white;
}
#topbar .block_carousel .carousel-control.right:before, #slideshow .block_carousel .carousel-control.right:before {
  content: "\f107";
  top: 6px;
}
#topbar .block_carousel .carousel-control.right:hover:before, #slideshow .block_carousel .carousel-control.right:hover:before {
  color: white;
}

#slideshow .block_carousel {
  float: none;
  width: inherit;
  padding: 0;
}
#slideshow .block_carousel .descript {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#slideshow .block_carousel .carousel-control {
  right: 5px;
}
#slideshow .block_carousel .carousel-control.left:before, #slideshow .block_carousel .carousel-control.right:before {
  color: white;
}
#slideshow .block_carousel .carousel-control.left:hover:before, #slideshow .block_carousel .carousel-control.right:hover:before {
  color: #222222;
}

/*********************************************************
Block carousel 2

**********************************************************/
.block_carousel_2 .owl-carousel .content_name {
  bottom: 0;
  color: #cdcdcd;
}

.block_carousel_2 .owl-carousel .content_name h5 {
  color: #554740;
}

.block_carousel_2 .owl-carousel .content-slider {
  color: #858585;
}

.block_carousel_2 .owl-carousel {
  padding: 20px 0;
}

.block_carousel_1 .title-demo {
  color: #fff!important;
  border: 1px solid transparent!important;
  padding: 25px 0px 0px 30px!important;
}

.Custome_bottom {
  position: relative;
  padding: 40px 0px;
}

.Custome_bottom:before {
  padding: 0 2000px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #eeeeee;
  z-index: 0;
  display: inline-block !important;
  top: 0;
  left: -2000px;
}

.Custome_bottom .icon_custom {
  background: #fafafa;
  border: 1px solid #ddd;
  text-align: center;
  padding: 20px;
  height: 137px;
  color: #202020;
  text-transform: uppercase;
  margin-bottom: 37px;
  box-shadow: 0px 0px 6px #ccc;
}

.Custome_bottom .icon_custom:hover {
  box-shadow: 6px 10px 6px 0px #ccc;
  height: 137px;
  padding: 20px;
  background: #d02c2c;
  color: #fff;
  cursor: pointer;
}

.Custome_bottom .icon_custom .icon-name {
  font-size: 24px;
  line-height: 47px;
}

.producttabs .tabs-top .tab-content {
  border: 1px solid transparent;
}

ul.product_list.grid > li .product-container h5 {
  display: inline-block;
  width: 100%;
}

.ApProductCarousel .product-container .comments_note .nb-comments {
}

.ApProductCarousel .product-container .comments_note .star_content {
    line-height: 22px;
}

.ApProductCarousel .product-container .tab-pane .block {
  margin-bottom: 0px;
}

.ApProductCarousel .product-container .price-percent-reduction {
  font-size: 13px;
}

.producttabs .tabs-top .tab-content {
  border: 1px solid transparent;
}

.star {
  font-size: 12px;
}

@media (max-width: 490px) {
.star {
    font-size: 9px;
    width: 9px;
}
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #554740;
  border: none;
  background-color: transparent;
}

.nav nav-tabs tab-info page-product-heading li.active a:after  {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -4px;
    background: #fff;
    box-shadow: inset 2px 2px rgba(0,0,0,0.5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-tabs > li {
  padding: 5px 0;
}

.nav-tabs > li > a {
  font-weight: 700;
  color: white;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}

/******************************************************
Css New and Sale

*****************************************************/
.new-label,
.sale-label {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  left: 10px;
  top: 10px;
  transform: none;
  padding: 20px 0 7px;
  text-shadow: none;
}

.sale-label {
  right: 10px;
}

.sale-label:before {
  display: none;
}

.sale-label:after {
  display: none;
}

.new-label:before {
  display: none;
}

.new-label:after {
  display: none;
}

.bg-fullwidth, .bg-fullwidth-container {
  position: relative;
}

.bg-fullwidth:before, .bg-fullwidth-container:before {
    padding: 0px 1000px;
    margin-left: -1000px;
    width: 100%;
    overflow: hidden;
    box-sizing: content-box;
    position: absolute;
    height: 100%;
    display: inherit !important;
    top: 0;
}
.rtl .bg-fullwidth:before, .rtl .bg-fullwidth-container:before {
  margin-right: -1000px;
  margin-left: inherit;
}

.leo-more-info {
  position: absolute;
  z-index: 4000;
  top: 0;
  left: 0;
  min-height: 380px;
  display: none;
  /*overflow: hidden;*/
  float: left;
  text-align: left;
  padding: 5px 5px 10px 5px;
  border-radius: 8px;
  background-color: #fff;
  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;
  /*overflow: hidden;*/
  float: left;
  text-align: left;
  padding: 5px 5px 10px 5px;
  border-radius: 8px;
  background-color: #fff;
  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;
}

.leo-preview .big_image {
  padding-bottom: 5px;
}

.leo-preview .wrapper-hover {
  padding: 3px 9px 12px;
}

.leo-preview li {
  list-style-type: none;
}

.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 #EDEDED !important;
  display: block;
  margin: 0 1px;
  text-align: center;
}

.thumbs_list ul.thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
}

/* Effect */
.product-additional {
  left: 0;
  position: absolute;
  bottom: -500px;
  width: 100%;
  transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
}

.product-container .center_block:hover .product-additional {
  bottom: 0;
  transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
}

/**********************************************
Homepage2
***********************************************/
.custom_home_2 {
  background: #f0f0f0;
  padding: 30px 10px;
  line-height: 23px;
  text-align: center;
}

.custom_home_2 .title_custom {
  color: #424242;
  font-family: "Gotham-Bold", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 10px;
}

.custom_home_2 .icon-name {
  font-size: 30px;
  padding: 20px 0px;
}

.custom_home_2 .description {
  color: #767676;
}

/*************************************************************
Module Newletter
*************************************************************/
.content_bottom_home2 #newsletter_block_left .form-group {
  margin-bottom: 0;
}

.content_bottom_home2 #newsletter_block_left .form-group .form-control {
  max-width: 222px;
  display: inline-block;
  margin-right: 6px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .content_bottom_home2 #newsletter_block_left .form-group .form-control {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.content_bottom_home2 #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
  text-align: left;
  padding: 1px 0 0 0;
  margin-bottom: -19px;
}

.content_bottom_home2 #newsletter_block_left .success_inline {
  color: #418B19;
}

.content_bottom_home2 #newsletter_block_left .warning_inline {
  color: #f13340;
}

/* block newsletter */
.content_bottom_home2 #newsletter_block_left {
  background: #eeeeee;
  text-align: center;
  padding: 65px 20px;
  letter-spacing: 2px;
  margin-top: 18px;
}

.content_bottom_home2 #newsletter_block_left h4 {
  background: none;
  border: 1px solid transparent;
}

.content_bottom_home2 #newsletter_block_left p {
  font-size: 14px;
  line-height: 24px;
}

.content_bottom_home2 #newsletter_block_left .button-small {
  text-shadow: none;
  border: 1px solid transparent;
}

.content_bottom_home2 #newsletter_block_left .button-small span {
  background: #222222;
  border: 1px solid transparent;
  padding: 6px 16px;
}

.content_bottom_home2#newsletter_block_left .form-group {
  padding-top: 20px;
}

.content_bottom_home2 #newsletter_block_left .form-group .form-control {
  min-width: 296px;
  height: 34px;
  background: #fff;
  border: 1px solid transparent;
}

/*******************************************************
home page
********************************************************/
#group_page {
  padding-top: 40px;
}

#group_page .ApColumn .ApImage {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 6px #ccc;
  padding: 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

#group_page .ApColumn .ApImage:hover {
  box-shadow: 0px 0px 6px 2px #ccc;
  transform: scale(1.02);
}

#group_page .ApColumn .ApRawHtml {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 14px;
  color: #554740;
  font-weight: 600;
}

#group_page .ApColumn .ApRawHtml a {
  color: #554740;
  font-weight: 600;
}

#group_page .ApColumn .ApRawHtml a:hover {
  color: #1E49CF;
}

.text_description .ApHtml {
  border-bottom: 3px solid #ddd;
  padding-bottom: 26px;
  color: #554740;
}

.text_description {
  line-height: 30px;
  padding-top: 20px;
}

.blockadv {
  position: relative;
}

#center_column .blockadv--left, #center_column .blockadv--right {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: inline-block;
  width: inherit !important;
}
.rtl #center_column .blockadv--left, .rtl #center_column .blockadv--right {
  right: 0;
  left: auto;
}
#center_column .blockadv--right {
  left: auto;
  right: 0;
}
.rtl #center_column .blockadv--right {
  left: 0;
  right: auto;
}

.col-product {
  z-index: 10;
}

.productlistdeal {
  padding: 80px 0;
}
.productlistdeal .products_block .title_block {
  background: transparent;
  color: white;
  text-align: center;
  font-size: 48px;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 50px;
}
.productlistdeal .products_block .block_content {
  padding: 0;
  min-height: inherit;
}

.product-deal .product-block .name a {
  color: white;
}
.product-deal .product-block .price-old, .product-deal .product-block .old-price, .product-deal .product-block .price {
  color: white;
}
.product-deal .leo-more-cdown {
  position: relative;
  background: transparent;
  border: none;
  margin-top: 40px;
}
.product-deal .leo-more-cdown ul li {
  border: 1px solid #c5cae9;
  margin: 0  15px;
}
.product-deal .leo-more-cdown ul li span {
  display: none;
}
.product-deal .leo-more-cdown ul li b {
  display: block;
  position: relative;
  width: 46px;
  height: 46px;
  line-height: 44px;
  font-size: 14px;
  color: white;
  text-align: center;
}
.product-deal .leo-more-cdown ul li b:before {
  content: ":";
  position: absolute;
  right: -20px;
}
.product-deal .leo-more-cdown ul li:last-child b:before {
  display: none;
}

.manufacturers_block {
  padding: 42px 40px;
  background: url(../img/default/background_manufacture.jpg) no-repeat center 0 transparent;
}
.manufacturers_block .title_block {
  padding: 10px 0px;
  color: white;
}
.manufacturers_block .title_block span {
  border-color: white;
}
.manufacturers_block .block_content .owl-theme .owl-controls .owl-buttons div.owl-next, .manufacturers_block .block_content .owl-theme .owl-controls .owl-buttons div.owl-prev {
  opacity: 1;
  filter: alpha(opacity=100);
}
.manufacturers_block .block_content .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -30px;
}
.manufacturers_block .block_content .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -30px;
}

.block_support {
  text-align: center;
  padding-top: 62px;
}
.block_support .block_support--title {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 22px 0;
  color: black;
  text-transform: uppercase;
}
.block_support .block_support--title span {
  color: #ff8a65;
}
.block_support .block_support--list {
  margin-bottom: 62px;
}
.block_support .block_support--list li {
  font-style: italic;
  color: black;
  padding: 0 15px;
  position: relative;
}
.block_support .block_support--list li:before {
  content: "";
  position: absolute;
  right: -5px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ff8a65;
  top: 7px;
}
.block_support .block_support--list li:last-child:before {
  display: none;
}
.block_support .block_support--list li span {
  color: #ff8a65;
}

.letter-social.fs-style {
  padding-top: 0;
  padding-bottom: 0;
}
.letter-social.fs-style:before {
  background-color: #ffab91;
  z-index: 0;
  left: auto;
  right: 0;
}
.rtl .letter-social.fs-style:before {
  left: 0;
  right: auto;
}

.bg-social {
  background-color: #fa9d81;
}


.rtl #footer .block .title_block {
  text-align: right;
}
#footer .block .title_block a {
  color: white;
}
#footer .block .title_block a:hover {
  color: #f37351;
}

.toggle-footer {
  padding: 5px 0px;
  margin-bottom: 0;
}
.toggle-footer li {
  line-height: 28px;
  position: relative;
  padding: 0;
}
.toggle-footer li a {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: block;
  color: white;
  position: relative;
}
.toggle-footer li a:before {
  display: none;
}
.toggle-footer li a:hover {
  color: #222222;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.index .columns-container {
  margin-top: 0;
}
.columns-container #center_column {
background-color: #fefcfa;
}

.index .columns-container #center_column {
  background-color: transparent;
}

.show-left-column .columns-container > .container > .row, .show-right-column .columns-container > .container > .row {
  background-color: #fff;
}
.show-left-column .columns-container #left_column, .show-left-column .columns-container #center_column, .show-left-column .columns-container #right_column, .show-right-column .columns-container #left_column, .show-right-column .columns-container #center_column, .show-right-column .columns-container #right_column {
  background-color: #fefcfa;
}


.blockproductscategory {
  padding-bottom: 40px;
}

.blockproductscategory .product-block .product_img_link img {
  width: 100%;
}

.myaccount-column ul li {
  line-height: 24px;
  padding: 5px 0;
}

#leo_block_top .popup-title:before {
  display: none;
}
#leo_block_top .popup-title span {
  display: none;
}
#leo_block_top .fa {
  display: block;
  color: #222222;
}
@media (max-width: 767px) {
  #leo_block_top .fa {
    display: inline-block;
  }
  #leo_block_top .popup-title > span {
    display: none;
  }
}

.product-list-sale, .product-list-rate {
  padding: 0;
  border: none;
}
.product-list-sale .product_block, .product-list-rate .product_block {
  padding: 0;
}
.product-list-sale .product-block, .product-list-rate .product-block {
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px dotted #f3f3f3;
}
.product-list-sale .product-block .left-block, .product-list-rate .product-block .left-block {
  width: 70px;
  margin-right: 25px;
  float: left;
}
.rtl .product-list-sale .product-block .left-block, .rtl .product-list-rate .product-block .left-block {
  margin-left: 25px;
  margin-right: inherit;
}
.rtl .product-list-sale .product-block .left-block, .rtl .product-list-rate .product-block .left-block {
  float: right;
}
.product-list-sale .product-block .sale-box, .product-list-rate .product-block .sale-box, .product-list-sale .product-block .new-box, .product-list-rate .product-block .new-box {
  display: none;
}
.product-list-sale .product-block .product-meta, .product-list-rate .product-block .product-meta {
  padding-top: 0;
  text-align: left;
}
.rtl .product-list-sale .product-block .product-meta, .rtl .product-list-rate .product-block .product-meta {
  text-align: right;
}
.product-list-sale.product_list.grid > li .product-container h5, .product_list.grid.product-list-rate > li .product-container h5 {
  width: inherit;
}

.box-show-more {
  text-align: left;
  padding: 25px 0;
  border: none;
}
.rtl .box-show-more {
  text-align: right;
}
.box-show-more .btn {
  border: none;
  border-bottom: 2px solid black;
  padding: 3px 0px;
  color: black;
  text-transform: uppercase;
  font-size: 12px;
  margin-left: 95px;
}
.rtl .box-show-more .btn {
  margin-right: 95px;
  margin-left: inherit;
}
.box-show-more .btn:hover {
  color: #222222;
  border-bottom-color: #222222;
  background-color: transparent;
}

.block__care {
  text-align: center;
  margin: 35px 0 0;
  position: relative;
}
.block__care:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #f3f3f3;
  top: 0px;
  left: 0px;
}
.block__care:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #f3f3f3;
  top: -4px;
  left: 4px;
}
.block__care .block__care--service {
  border-right: 1px solid #f3f3f3;
  padding: 20px 0;
}
.rtl .block__care .block__care--service {
  border-left: 1px solid #f3f3f3;
  border-right: inherit;
}
.block__care .block__care--service .block__care--title {
  font-size: 14px;
}
.block__care .block__care--service .block__care--des {
  font-style: italic;
}

.no-border {
  border: none !important;
}

.block_carousel {
color: #546d54;
    line-height: 30px;
    text-align: center;
}
.block_carousel .block_content .owl-theme .owl-controls .owl-buttons div {
    top: 35%;
    z-index: 100;
    opacity: 1;
    filter: alpha(opacity = 100);
    visibility: visible;
    background-color: #b6c4b67d;
}
.rtl .block_carousel .block_content .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: auto;
  right: 15px;
}
.rtl .block_carousel .block_content .owl-theme .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: 50px;
}

.blockcarousel__customer h4 {
  color: white;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  padding: 0;
}
.blockcarousel__customer span {
  font-style: italic;
  font-size: 13px;
}
.blockcarousel__customer .rate {
  padding-bottom: 20px;
  border-bottom: 1px dotted #fff;
}
.blockcarousel__customer .rate .fa {
font-size: 12px; margin-right: 3px;
}
.blockcarousel__customer .des {
padding-top: 25px; font-style: italic;
}

#center_column .advspecial {
display: table; height: 300px;
}
#center_column .advspecial .ApImage {
display: table-cell; vertical-align: middle;
}
#center_column .advspecial .ApImage img {
margin-bottom: 15px;
}
#center_column .advspecial .ApImage .intro--titlle {
font-size: 24px;
}
#center_column .advspecial .ApImage .intro--des {
color: white;
}
#center_column .advspecial .ApImage .btn-border-bot {
margin-top: 10px;
}
#center_column .adv--hot .ApImage {
position: relative; text-align: left;
}
.rtl #center_column .adv--hot .ApImage {
text-align: right;
}
#center_column .adv--hot .ApImage .image_description {
position: absolute; top: 0; right: 60px; height: 300px; display: table;
}
#center_column .adv--hot .ApImage .image_description .hot-item {
display: table-cell; vertical-align: middle; color: #fff;
}
#center_column .adv--hot .ApImage .image_description .hot-item .title-hot-item {
color: #fff; margin-top: 15px; font-size: 24px; margin-bottom: 6px; padding-bottom: 0;
}
#center_column .adv--hot .ApImage .image_description .hot-item .price-hot-item {
font-size: 18px; font-weight: 700;
}
#center_column .adv--hot .ApImage .image_description .hot-item .des-hot-item {
text-transform: uppercase; margin-top: 10px;
}
#center_column .adv--hot .ApImage .image_description .hot-item .btn-border-bot {
margin-top: 20px;
}

.btn-border-bot {
text-transform: uppercase;
border-bottom: 2px solid black;
font-weight: 700;
font-size: 12px;
padding: 5px 0;
display: inline-block;
color: black;
}
.btn-border-bot:hover {
border-color: #222222; color: #222222;
}

.footer-blue .media-object {
padding-bottom: 40px;
}
.footer-blue .media-body {
position: relative; padding: 20px 0px;
}
.footer-blue .media-body:before {
position: absolute;
content: "";
width: 82px;
height: 3px;
border-top: 2px dotted #444444;
padding-bottom: 10px;
top: 0px;
}
.footer-blue .media-body:after {
position: absolute;
content: "";
width: 82px;
height: 3px;
border-bottom: 2px dotted #444444;
bottom: 4px;
left: 0;
}
.footer-blue .media-body address {
line-height: 30px;
padding: 20px 0px;
}
.footer-buytheme p {
padding-bottom: 20px;
}
.footer-buytheme strong {
color: #f37351; letter-spacing: 2px; border-bottom: 1px dotted #f37351;
}
.footer-buytheme strong i {
font-size: 12px;
}
.instagram-block {
text-align: center; margin-bottom: 60px;
}
.instagram-block .title_block {
font-size: 28px;
font-weight: 300;
padding:60px 0;
margin: 0;
text-align: center;
letter-spacing: 1px;
color: #554740;
}
.instagram-block #instafeed img {
border: 1px solid #DCD7D6; margin: 0px 5px; width: 19%; border-radius: 4px;
}
.footer-image .ApImage {
position: relative;
}
.footer-image .image_description {
position: absolute;
top: 50%;
text-align: center;
display: inline-block;
left: 0;
right: 0;
}
.footer-image .image_description a {
color: #222222 !important; font-weight: bold; letter-spacing: 4px;
background: white; padding: 20px 50px 20px 50px;
}
.rtl .footer-image .image_description a {
  padding: 20px 50px 20px 50px;
}
.footer-image .image_description a:hover {
color: white !important; background: #222222;
}
.show_by_look .panel-body {
padding: 80px 0px;
}
.show_by_look .panel-group .panel + .panel {
margin-top: 0px;
}
.show_by_look .panel-default > .panel-heading {
background: transparent; padding: 0; background-position: 0px 100px; -webkit-transition: all 0.35s ease-in-out 0s; transition: all 0.35s ease-in-out 0s;
}
.show_by_look .ap-accordion .panel-default:nth-child(2).active .panel-heading, .show_by_look .ap-accordion .panel-default:nth-child(2) .selected .panel-heading {
background: url(../img/default/bg_accor2.jpg) no-repeat transparent;
}
.show_by_look .ap-accordion .panel-default:nth-child(3).active .panel-heading, .show_by_look .ap-accordion .panel-default:nth-child(3) .selected .panel-heading {
background: url(../img/default/bg_accor3.jpg) no-repeat transparent;
}
.show_by_look .ap-accordion .panel-default:nth-child(4).active .panel-heading, .show_by_look .ap-accordion .panel-default:nth-child(4) .selected .panel-heading {
background: url(../img/default/bg_accor4.jpg) no-repeat transparent;
}
.show_by_look .ap-accordion .panel-default:nth-child(5).active .panel-heading, .show_by_look .ap-accordion .panel-default:nth-child(5) .selected .panel-heading {
background: url(../img/default/bg_accor5.jpg) no-repeat transparent;
}
.show_by_look .panel-default {
position: relative;
margin-top: 0px;
}
.show_by_look .panel-default.active .panel-heading, .show_by_look .panel-default .selected .panel-heading {
background: url(../img/default/bg_accor1.jpg) no-repeat transparent;
background-position: 0 0;
opacity: 0.5;
filter: alpha(opacity=50);
}
.show_by_look .panel-default.active .panel-title a, .show_by_look .panel-default .selected .panel-title a {
color: white;
}
.show_by_look .panel-default .panel-heading {
border-top: 1px solid #f0f0f0;
padding: 0px 20px;
}
.show_by_look .panel-default .panel-title {
position: relative;
height: 100px;
background: transparent;
margin: 72px auto 0px auto;
  /*
  &:after{
    position: absolute;
    content: "";
   
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }*/
}
@media (min-width: 768px) {
  .show_by_look .panel-default .panel-title {
width: 750px;
  }
}
@media (min-width: 992px) {
  .show_by_look .panel-default .panel-title {
width: 970px;
  }
}
@media (min-width: 1200px) {
  .show_by_look .panel-default .panel-title {
width: 1200px;
  }
}
.show_by_look .panel-default .panel-title a {
font-size: 28px;
font-family: "Playfair Display", serif;
font-style: italic;
color: black;
position: relative;
z-index: 9;
display: block;
font-weight: bold;
}
.show_by_look .panel-default .panel-title .collapsed {
font-weight: bold;
}

.product-list-home3 .product-block {
display: table; clear: both; margin: 8px 0px; width: 100%; text-align: left;
}
.rtl .product-list-home3 .product-block {
text-align: right;
}
.product-list-home3 .product-block .product-meta {
text-align: left; padding: 0px;
}
.rtl .product-list-home3 .product-block .product-meta {
text-align: right;
}
.product-list-home3 .product-block .left-block {
float: left; width: 32%; margin-right: 3%;
}
.rtl .product-list-home3 .product-block .left-block {
float: right;
}
.rtl .product-list-home3 .product-block .left-block {
margin-left: 3%; margin-right: inherit;
}
.product-list-home3 .product-block .left-block .new-box {
display: none;
}
.product-list-home3 .product-block .left-block .sale-box {
display: none;
}
.product-list-home3 .product-block .right-block {
float: left; width: 65%;
}
.rtl .product-list-home3 .product-block .right-block {
float: right;
}
.product-list-home3 .product-block .name {
margin: 0px 0 15px 0;
}
.product-list-home3 .owl-item .product-block:last-child {
border-bottom: 0 none;
}

.product-list-bottom .title_block {
text-align: left; padding: 40px 0px;
}
.rtl .product-list-bottom .title_block {
text-align: right;
}

.testimonials .block_carousel {
background: #ed7150; padding: 42px 40px;
}
.testimonials .block_carousel .owl-wrapper-outer {
padding: 10px 0px;
}
.testimonials .block_carousel .owl-wrapper-outer .content_carousel {
text-align: center; padding: 8px 0px;
}
.testimonials .block_carousel .owl-wrapper-outer .content_carousel p {
font-family: "Playfair Display", serif; font-style: italic; font-size: 14px;
}
.testimonials .block_carousel .owl-wrapper-outer .content_carousel h4 {
padding: 20px 0px; color: white; font-size: 14px; font-weight: 400;
}
.testimonials .title_block {
padding: 10px 0px; color: white;
}
.testimonials .title_block span {
border-bottom: 2px dotted white;
}
.testimonials .owl-theme .owl-controls .owl-pagination {
padding: 0px;
}

.html-shipping {
padding: 41px 20px 25px 20px;
}
.rtl .html-shipping {
padding: 41px 20px 25px 20px;
}
.html-shipping .media-body {
padding-left: 10px; padding-right: 0px; border-right: 1px dotted #222222;
}
.rtl .html-shipping .media-body {
padding-right: 10px; padding-left: inherit;
}
.rtl .html-shipping .media-body {
padding-left: 0px; padding-right: inherit;
}
.rtl .html-shipping .media-body {
border-left: 1px dotted #222222; border-right: inherit;
}
.html-shipping .media-body .media-heading {
font-size: 13px; letter-spacing: 2px; padding: 0px 0px 5px 0px;
}
.html-shipping .media-body p {
  color: #a0a0a0;
}