/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
#wrapper .ApColumn .title_block {
  margin-bottom: 0px;
  background: #FDFDFD;
  padding: 20px;
  color: #6e6e6e;
  position: relative;
  border-bottom: 1px solid #F2F5F8;
  font-size: 18px; }

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

.block-toggler .title, .footer-container .links .title {
  position: relative; }
  .block-toggler .title .collapse-icons .remove, .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add, .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove, .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block; }
.block-toggler .navbar-toggler, .footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  width: 20px;
  height: 20px; }
  @media (min-width: 768px) {
    .block-toggler .navbar-toggler, .footer-container .links .navbar-toggler {
      display: none; } }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 1.25rem; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert:before {
  font-family: "Material Icons";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 7px;
  float: left; }
  .rtl .alert:before {
    padding-left: 7px;
    padding-right: inherit; }
  .rtl .alert:before {
    float: right; }
.alert.alert-success:before {
  content: "\E5CA"; }
.alert.alert-warning {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
  .alert.alert-warning:before {
    content: "\E002"; }
.alert.alert-info {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
  .alert.alert-info:before {
    content: "\E88E"; }
.alert.alert-danger {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
  .alert.alert-danger:before {
    content: "\E5CD"; }

/* Css Accordion */
.ap-accordion .in {
  display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 13px; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: 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 a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 25px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 25px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

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

.tabs-below .nav-tabs {
  border-top: 1px solid #eaeaea; }
  .tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below .nav-tabs > li > a {
      -moz-border-radius: 0px 0px 4px 4px;
      -webkit-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px; }
      .rtl .tabs-below .nav-tabs > li > a {
        -moz-border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px; }
      .tabs-below .nav-tabs > li > a:hover, .tabs-below .nav-tabs > li > a:focus {
        border-top-color: #eaeaea;
        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 #eaeaea #eaeaea #eaeaea; }

.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-bottom: 3px;
    margin-right: 0; }
    .rtl .tabs-left .nav-tabs > li > a, .rtl .tabs-right .nav-tabs > li > a {
      margin-left: 0;
      margin-right: inherit; }

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #eaeaea; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #eaeaea;
    border-right: inherit; }
  .tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px; }
    .rtl .tabs-left .nav-tabs > li > a {
      margin-left: -1px;
      margin-right: inherit; }
    .rtl .tabs-left .nav-tabs > li > a {
      -moz-border-radius: 0px 4px 4px 0px;
      -webkit-border-radius: 0px 4px 4px 0px;
      border-radius: 0px 4px 4px 0px; }
    .tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
      border-color: #eeeeee #eaeaea #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #eaeaea transparent #eaeaea #eaeaea;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #eaeaea; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #eaeaea;
    border-left: inherit; }
  .tabs-right .nav-tabs > li > a {
    margin-left: -1px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px; }
    .rtl .tabs-right .nav-tabs > li > a {
      margin-right: -1px;
      margin-left: inherit; }
    .rtl .tabs-right .nav-tabs > li > a {
      -moz-border-radius: 4px 0px 0px 4px;
      -webkit-border-radius: 4px 0px 0px 4px;
      border-radius: 4px 0px 0px 4px; }
    .tabs-right .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #eaeaea; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #eaeaea #eaeaea #eaeaea transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #272727; }
  .widget-tabs li.active {
    border: 1px solid #008BD2; }
    .widget-tabs li.active a {
      color: #008BD2; }

.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;
    font-family: "FontAwesome";
    color: #008BD2;
    font-size: 19px;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 20px; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    border-bottom: 2px solid #c0c700;
    color: #000000; }

/**
* 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; }
  .rtl .display-list-store {
    float: right; }

.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: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -o-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%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: #282d35;
  clear: both;
  text-align: center;
  width: 100%;
  height: 55px;
  line-height: 55px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #008BD2; }
  .box-show-more a .fa {
    margin-left: 5px; }
    .rtl .box-show-more a .fa {
      margin-right: 5px;
      margin-left: inherit; }
.box-show-more.open a {
  display: block; }

/**
* End for module ap_product_list
*/
/**
* 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 ap_image
*/
/**
* End for module ApFullSlider
*/
.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 .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  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: 16px; }
.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1;
  background-color: transparent\9; }
  .full-slider .carousel-control.left {
    left: 10px; }
    .rtl .full-slider .carousel-control.left {
      right: 10px;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 10px; }
    .rtl .full-slider .carousel-control.right {
      left: 10px;
      right: auto; }

/**
* Widget Video
*/
.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;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #eaeaea; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -o-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;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ap-cover-hook:hover {
    border: 1px dashed #008BD2;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.manufacturers_block {
  background: #FFFFFF; }
  .manufacturers_block img {
    padding: 20px 10px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .manufacturers_block img:hover {
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3); }

/*
  Widget Category Image
*/
.widget-category_image .cover-img {
  float: left;
  padding-right: 20px; }
  .rtl .widget-category_image .cover-img {
    float: right; }
  .rtl .widget-category_image .cover-img {
    padding-left: 20px;
    padding-right: inherit; }
  .widget-category_image .cover-img img {
    width: 100px;
    height: 100px; }
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }

/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 0px;
  padding-bottom: 40px; }
  .latest-blogs .right-block {
    text-align: left; }
    .rtl .latest-blogs .right-block {
      text-align: right; }
  .latest-blogs .blog-image-container {
    float: left;
    padding-right: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px; }
    .rtl .latest-blogs .blog-image-container {
      float: right; }
    .rtl .latest-blogs .blog-image-container {
      padding-left: 10px;
      padding-right: inherit; }
  .latest-blogs .blog-title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px; }
  .latest-blogs .blog-desc {
    padding-top: 15px;
    text-align: justify;
    line-height: 25px; }

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  min-height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0); }
  .rtl .leo-more-info {
    left: 0px;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .leo-more-info .thumbs_list {
    margin: auto;
    overflow: hidden;
    width: 80px;
    height: 240px; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      margin-bottom: 0px;
      list-style-type: none;
      padding-left: 0; }
      .rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      width: 80px;
      height: 80px; }
      .leo-more-info .thumbs_list li a {
        display: block;
        text-align: center; }
      .leo-more-info .thumbs_list li .leo-hover-image {
        max-width: 100%; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 15px;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 5px; }
  .leo-more-info .view_scroll_left {
    margin-top: 5px; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.instagram-block .owl-item {
  padding-left: 5px;
  padding-right: 5px; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 118px;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 10px 0 0; }

#instafeed {
  margin: -5px; }

.service {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 20px 10px 10px 20px;
  position: relative; }
  .rtl .service {
    padding: 20px 20px 10px 10px; }
  .service:before {
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 200%;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    right: 200%;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s; }
    .rtl .service:before {
      left: 200%;
      right: auto; }
  .service:hover:before {
    right: -300%; }
    .rtl .service:hover:before {
      left: -300%;
      right: auto; }
  .service .left-block {
    float: left;
    margin-right: 10px; }
    .rtl .service .left-block {
      float: right; }
    .rtl .service .left-block {
      margin-left: 10px;
      margin-right: inherit; }
    .service .left-block img {
      max-width: 100%; }
  .service .right-block {
    overflow: hidden;
    zoom: 1;
    color: #FFFFFF; }
    .service .right-block .media-heading {
      color: #FFFFFF;
      font-size: 21px;
      font-weight: normal;
      font-family: "proximanovalight", sans-serif;
      text-transform: uppercase; }
  .service.red {
    background-color: #008BD2; }
  .service.green {
    background-color: #95BB7A; }
  .service.blue {
    background-color: #57A6B9; }
  .service.dark {
    background-color: #7F7F7F; }

.banner-text {
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #FEFEFE;
  padding: 20px 10px 10px 20px;
  position: relative; }
  .rtl .banner-text {
    padding: 20px 20px 10px 10px; }
  @media (max-width: 575px) {
    .banner-text {
      text-align: center; } }
  .banner-text:before {
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 200%;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    right: 200%;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s; }
    .rtl .banner-text:before {
      left: 200%;
      right: auto; }
  .banner-text:hover > :before {
    right: -300%; }
    .rtl .banner-text:hover > :before {
      left: -300%;
      right: auto; }
  @media (min-width: 576px) {
    .banner-text .left-block {
      max-width: 40%;
      float: right;
      margin-left: 10px; }
      .rtl .banner-text .left-block {
        float: left; }
      .rtl .banner-text .left-block {
        margin-right: 10px;
        margin-left: inherit; } }
  .banner-text .left-block img {
    max-width: 100%; }
  @media (min-width: 576px) {
    .banner-text .right-block {
      overflow: hidden;
      zoom: 1; } }
  .banner-text .right-block .media-heading {
    color: #282b2f;
    font-size: 24px;
    font-weight: normal;
    font-family: "proximanovasemibold", sans-serif;
    margin-bottom: 15px; }
    .banner-text .right-block .media-heading a {
      color: #282b2f; }
      .banner-text .right-block .media-heading a:hover {
        color: #008BD2; }
      .banner-text .right-block .media-heading a span {
        font-family: "proximanovalight", sans-serif; }
  .banner-text .right-block .btn-more {
    color: #008BD2; }
    .banner-text .right-block .btn-more:hover {
      text-decoration: underline; }

.products_block {
  background: #FFFFFF; }
  .products_block .item .product-miniature:first-child .thumbnail-container {
    border-top: none; }
  .products_block .thumbnail-container:before {
    content: "";
    height: 100%;
    position: absolute;
    left: -10px;
    top: 0;
    width: 1px;
    z-index: 9;
    background: #e3e3e3;
    background: -moz-linear-gradient(top, white 16%, #e3e3e3 53%, white 83%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, white), color-stop(53%, #e3e3e3), color-stop(83%, white));
    background: -webkit-linear-gradient(top, white 16%, #e3e3e3 53%, white 83%);
    background: -o-linear-gradient(top, white 16%, #e3e3e3 53%, white 83%);
    background: -ms-linear-gradient(top, white 16%, #e3e3e3 53%, white 83%);
    background: linear-gradient(to bottom, #ffffff 16%, #e3e3e3 53%, #ffffff 83%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$white', endColorstr='$white',GradientType=0 ); }
    .rtl .products_block .thumbnail-container:before {
      right: -10px;
      left: auto; }

.product-tab {
  border-radius: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important; }
  .product-tab > .block_content {
    overflow: hidden;
    background: #FFFFFF;
    -moz-box-shadow: 0 1px 2px #D9DADB;
    -webkit-box-shadow: 0 1px 2px #D9DADB;
    -o-box-shadow: 0 1px 2px #D9DADB;
    -ms-box-shadow: 0 1px 2px #D9DADB;
    box-shadow: 0 1px 2px #D9DADB;
    border-radius: 5px; }
  @media (min-width: 768px) {
    .product-tab .box-select {
      display: none; } }
  @media (max-width: 767px) {
    .product-tab .box-select {
      margin-bottom: 20px; } }
  .product-tab .box-select select {
    min-width: 150px; }
  .product-tab .nav-tabs {
    border: none;
    overflow: hidden;
    padding-bottom: 20px;
    -moz-box-shadow: 0 1px 2px #D9DADB;
    -webkit-box-shadow: 0 1px 2px #D9DADB;
    -o-box-shadow: 0 1px 2px #D9DADB;
    -ms-box-shadow: 0 1px 2px #D9DADB;
    box-shadow: 0 1px 2px #D9DADB;
    border-radius: 5px; }
    @media (max-width: 767px) {
      .product-tab .nav-tabs {
        display: none; } }
    .product-tab .nav-tabs > li {
      padding: 0;
      margin-bottom: 0; }
      .product-tab .nav-tabs > li > a {
        width: 100%;
        background: #FFFFFF;
        padding: 15px;
        border-style: solid;
        border-color: #eeeeee;
        display: table;
        color: #282b2f;
        font-size: 19px;
        min-height: 90px;
        text-transform: none;
        border-width: 0 1px 0 0;
        border-radius: 0px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .product-tab .nav-tabs > li > a::after {
          content: "";
          display: table;
          clear: both; }
        .rtl .product-tab .nav-tabs > li > a {
          border-width: 0 0 0 1px; }
        @media (max-width: 991px) {
          .product-tab .nav-tabs > li > a {
            font-size: 16px;
            padding: 10px; } }
        .product-tab .nav-tabs > li > a span {
          display: block;
          margin-top: 3px;
          font-size: 13px;
          font-weight: normal;
          color: #6e6e6e;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .product-tab .nav-tabs > li > a:before {
          width: 7px;
          height: 7px;
          border-width: 7px;
          border-style: solid;
          border-top-color: transparent;
          border-left-color: transparent;
          border-right-color: transparent;
          border-bottom-color: transparent;
          content: "";
          left: 0;
          right: 0;
          top: 100%;
          margin: auto;
          position: absolute;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .product-tab .nav-tabs > li > a:hover, .product-tab .nav-tabs > li > a:focus {
          color: #008BD2; }
          .product-tab .nav-tabs > li > a:hover span, .product-tab .nav-tabs > li > a:focus span {
            color: #008BD2; }
        .product-tab .nav-tabs > li > a.active {
          position: relative;
          color: #FFFFFF;
          background: #008BD2; }
          .product-tab .nav-tabs > li > a.active span {
            color: #FFFFFF; }
          .product-tab .nav-tabs > li > a.active:before {
            border-top-color: #008BD2; }
          .product-tab .nav-tabs > li > a.active:hover, .product-tab .nav-tabs > li > a.active:focus {
            color: #FFFFFF;
            background: #008BD2; }
            .product-tab .nav-tabs > li > a.active:hover span, .product-tab .nav-tabs > li > a.active:focus span {
              color: #FFFFFF; }
        .product-tab .nav-tabs > li > a .left-block {
          width: 90px;
          display: table-cell;
          vertical-align: middle;
          padding-right: 10px; }
          .rtl .product-tab .nav-tabs > li > a .left-block {
            padding-left: 10px;
            padding-right: inherit; }
          @media (max-width: 1199px) {
            .product-tab .nav-tabs > li > a .left-block {
              width: 80px; } }
          @media (max-width: 991px) {
            .product-tab .nav-tabs > li > a .left-block {
              width: 70px; } }
        .product-tab .nav-tabs > li > a .right-block {
          display: table-cell;
          vertical-align: middle; }
      .product-tab .nav-tabs > li:last-child > a {
        border: none !important; }
      .product-tab .nav-tabs > li + .nav-item {
        margin-left: 0; }
        .rtl .product-tab .nav-tabs > li + .nav-item {
          margin-right: 0;
          margin-left: inherit; }

/*# sourceMappingURL=styles.css.map */
