/***************************************************
  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 */
.ApColumn .block {
  margin-bottom: 2.5rem; }
  .ApColumn .block.product-block {
    margin-bottom: 35px; }
  .ApColumn .block.ApImage {
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .ApColumn .block.ApImage.effect {
        text-align: center; } }
    .ApColumn .block.ApImage.service {
      width: 100%; }
.ApColumn .title_block {
  color: #222;
  display: inline-block;
  margin-top: 56px;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 11px;
  position: relative;
  text-transform: uppercase; }

.product-vertical .title_block {
  color: #4d7df0;
  margin-top: 0px;
  margin-bottom: 13px; }

.today-deals .products_block {
  background: #FFFFFF;
  border: 2px solid #4d7df0;
  padding: 0 17px;
  margin-bottom: 0; }

.ap-popup {
  display: none; }

.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 {
  cursor: pointer; }
  .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: 1.25rem;
  height: 1.25rem; }
.block-toggler.ApBlockLink ul li:hover, .footer-container .links.ApBlockLink ul li:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px); }
  [dir="rtl"] .block-toggler.ApBlockLink ul li:hover, [dir="rtl"] .footer-container .links.ApBlockLink ul li:hover {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  .block-toggler.ApBlockLink ul li:hover a, .footer-container .links.ApBlockLink ul li:hover a {
    color: #4d7df0; }
@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; }
  @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 {
  text-align: left;
  margin-top: 15px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      content: "\f00d"; }

/* 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: 0.8125rem; }
  .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: 1.5625rem;
      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: 1.5625rem;
      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 #e9e9e9; }
  .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: #e9e9e9;
        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 #e9e9e9 #e9e9e9 #e9e9e9; }

.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 #e9e9e9; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #e9e9e9;
    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 #e9e9e9 #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #e9e9e9 transparent #e9e9e9 #e9e9e9;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #e9e9e9; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #e9e9e9;
    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 #e9e9e9; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #e9e9e9 #e9e9e9 #e9e9e9 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 #4d7df0; }
    .widget-tabs li.active a {
      color: #4d7df0; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 0.625rem;
    line-height: 0.625rem;
    font-family: "FontAwesome";
    color: #4d7df0;
    font-size: 1.1875rem;
    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: 1.25rem; }
  .nav-tabs > li > a {
    text-transform: capitalize; }
  .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; }

.ApTabs .tab-content {
  position: relative; }
  .ApTabs .tab-content > .tab-pane {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
    .ApTabs .tab-content > .tab-pane.active {
      position: static;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }

/**
* 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: 0.625rem 0.9375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-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;
    -moz-transition: all 0.3s ease-in-out;
    -ms-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: 3.4375rem;
  line-height: 3.4375rem;
  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: #4d7df0; }
  .box-show-more a .fa {
    margin-left: 0.3125rem; }
    .rtl .box-show-more a .fa {
      margin-right: 0.3125rem;
      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: 3.75rem;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 1.875rem;
    background: #c70005;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem; }
.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: 0.625rem; }
    .rtl .full-slider .carousel-control.left {
      right: 0.625rem;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 0.625rem; }
    .rtl .full-slider .carousel-control.right {
      left: 0.625rem;
      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 #e9e9e9; }
  .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;
    -moz-transition: all 0.4s ease-in-out;
    -ms-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;
      -moz-transition: all 0.2s ease-in-out;
      -ms-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 #e9e9e9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-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 #4d7df0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-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 .manufacturer-image-container {
  max-width: 249px;
  width: 100%; }
.manufacturers_block span {
  display: none; }
.manufacturers_block img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media (min-width: 768px) {
    .manufacturers_block img:hover {
      -moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
      -o-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
      -ms-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3); } }

/*
  Widget Category Image
*/
.widget-category_image {
  text-align: center; }
  .widget-category_image .block_content {
    position: relative;
    overflow: hidden; }
  .widget-category_image .cate_content {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase; }
    .widget-category_image .cate_content:hover label {
      color: #3276b1;
      cursor: pointer; }
    @media (max-width: 767px) {
      .widget-category_image .cate_content {
        font-size: 9px; } }

.trending-content {
  padding-top: 60px;
  padding-bottom: 22px; }

/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 0;
  padding-bottom: 7px; }
  .latest-blogs:before {
    position: absolute;
    content: '';
    height: 2px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    top: 44px;
    height: 3px;
    left: 15px;
    right: 15px;
    bottom: auto;
    background: #f8f8f8; }
  .latest-blogs .title_block {
    display: inline-block;
    margin-bottom: 33px;
    margin-top: 16px;
    border-bottom: 2px solid #4d7df0; }
  .latest-blogs .read_more {
    color: #4d7df0;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600; }
    .latest-blogs .read_more:hover {
      color: #2856c4; }
  .latest-blogs .right-block {
    text-align: left;
    font-size: 10px;
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 26px; }
    .rtl .latest-blogs .right-block {
      text-align: right; }
  .latest-blogs .author, .latest-blogs .created {
    position: relative;
    display: inline-block; }
    .latest-blogs .author:after, .latest-blogs .created:after {
      background: #999999;
      content: " ";
      display: inline-block;
      height: 10px;
      width: 2px;
      position: absolute;
      top: 4px;
      right: 0; }
      [dir="rtl"] .latest-blogs .author:after, [dir="rtl"] .latest-blogs .created:after {
        left: 0px;
        right: auto; }
  .latest-blogs .created {
    padding: 0 15px; }
    .latest-blogs .created .icon-calendar {
      display: none; }
  .latest-blogs .nbcomment {
    padding-left: 15px; }
    .rtl .latest-blogs .nbcomment {
      padding-right: 15px;
      padding-left: inherit; }
@media (min-width: 992px) and (max-width: 1199px) {
  .latest-blogs .nbcomment {
    padding-left: 0px; }
    .rtl .latest-blogs .nbcomment {
      padding-right: 0px;
      padding-left: inherit; } }

  .latest-blogs .author {
    padding-right: 15px; }
    [dir="rtl"] .latest-blogs .author {
      padding-left: 15px;
      padding-right: 0; }
    .latest-blogs .author span {
      display: none; }
  .latest-blogs .blog-image-container {
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 28px;
    background: #222;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .rtl .latest-blogs .blog-image-container {
      float: right; }
    .latest-blogs .blog-image-container:hover img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0.7;
      filter: alpha(opacity=70); }
    @media (min-width: 992px) {
      .latest-blogs .blog-image-container .blog_img_link img {
        margin-left: 0;
        margin-top: 0;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; } }
  .latest-blogs .blog-title {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 27px;
    margin-top: 8px; }
    .latest-blogs .blog-title a {
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .latest-blogs .blog-title a:hover {
        color: #4d7df0; }
  .latest-blogs .blog-desc {
    padding-top: 0.9375rem;
    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;
  -moz-transition: all 0.4s ease 0s;
  -ms-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: 0.3125rem; }
  .leo-more-info .view_scroll_left {
    margin-top: 0.3125rem; }

.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; }

.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: 0.3125rem;
  padding-right: 0.3125rem; }
.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: 0.625rem 0 0; }

#instafeed {
  margin: -0.3125rem; }

.service {
  display: inline-flex;
  cursor: pointer;
  padding: 34px 48px 29px 33px; }
  .rtl .service {
    padding: 34px 33px 29px 48px; }
  .service img {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    margin-top: 6px; }
  .service:hover img {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }

.image_description {
  margin-left: 25px; }
  .rtl .image_description {
    margin-right: 25px;
    margin-left: inherit; }
  .image_description .support-heading {
    margin-bottom: 12px; }
    .image_description .support-heading a {
      text-transform: uppercase;
      color: #000000;
      font-weight: 700;
      font-size: 13px; }
  .image_description p {
    color: #999999;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 20px; }
    @media (min-width: 1200px) {
      .image_description p {
        width: 200px; } }

.leo-more-cdown .deal-clock, .ApCountdown .deal-clock {
  color: #4d7df0;
  font-size: 14px;
  font-weight: 500;
  padding-right: 0; }
  .leo-more-cdown .deal-clock li, .ApCountdown .deal-clock li {
    position: relative;
    padding: 0 5px; }
    .leo-more-cdown .deal-clock li span, .ApCountdown .deal-clock li span {
      display: none; }
    .leo-more-cdown .deal-clock li:after, .ApCountdown .deal-clock li:after {
      content: ":";
      position: absolute;
      top: -1px;
      right: -7px;
      padding: 0 5px; }
      .rtl .leo-more-cdown .deal-clock li:after, .rtl .ApCountdown .deal-clock li:after {
        left: -7px;
        right: auto; }
    .leo-more-cdown .deal-clock li:last-child, .ApCountdown .deal-clock li:last-child {
      padding-right: 0; }
      [dir="rtl"] .leo-more-cdown .deal-clock li:last-child, [dir="rtl"] .ApCountdown .deal-clock li:last-child {
        padding-left: 0;
        padding-right: 5px; }
      .leo-more-cdown .deal-clock li:last-child:after, .ApCountdown .deal-clock li:last-child:after {
        content: " "; }

.ApCountdown {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0; }
  .ApCountdown .title_block {
    margin: 0;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    color: #666666;
    font-size: 12px; }
    .ApCountdown .title_block:before {
      content: "";
      background-image: url(../img/icons.png);
      background-repeat: no-repeat;
      border-radius: 0;
      top: 0px;
      position: absolute;
      display: inline-block;
      left: auto;
      margin: 0;
      width: 22px;
      height: 22px;
      background-image: url(../../../../../img/modules/appagebuilder/img/icons.png);
      background-position: 0 -42px;
      top: 0;
      right: 0;
      left: -26px; }
      .rtl .ApCountdown .title_block:before {
        right: auto;
        left: auto; }
      .rtl .ApCountdown .title_block:before {
        left: 0;
        right: auto; }
      .rtl .ApCountdown .title_block:before {
        right: -26px;
        left: auto; }
  .ApCountdown .deal-clock {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.title_border .title_block {
  display: inline-block;
  position: relative;
  margin: 25px 0px 29px;
  text-transform: uppercase; }
  .title_border .title_block:before {
    position: absolute;
    content: '';
    height: 2px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    top: 28px;
    right: 0;
    left: 0;
    background: #4d7df0;
    width: 100%; }
.title_border:before {
  position: absolute;
  content: '';
  height: 2px;
  right: 0;
  left: 0;
  top: auto;
  bottom: 0;
  top: 53px;
  height: 2px;
  bottom: 0;
  right: 15px;
  left: 15px;
  background: #f8f8f8; }
.title_border.block {
  margin-bottom: 0; }
.title_border.computer .title_block {
  margin: 19px 0px 29px; }
.title_border.computer:before {
  top: 47px; }

.cate_content .category_tabs {
  margin-bottom: 0px;
  margin-top: 15px; }
  .cate_content .category_tabs:before {
    position: absolute;
    content: '';
    height: 2px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    bottom: 4px;
    right: 15px;
    left: 15px; }
  .cate_content .category_tabs .title_block {
    line-height: 17px;
    margin-bottom: 0px;
    margin-top: 0;
    padding-bottom: 8px;
    position: relative; }
    .cate_content .category_tabs .title_block:before {
      position: absolute;
      content: '';
      height: 2px;
      right: 0;
      left: 0;
      top: auto;
      bottom: 0;
      top: 25px;
      background: #4d7df0; }
  .cate_content .category_tabs ul {
    margin-bottom: 11px;
    text-align: right; }
    .rtl .cate_content .category_tabs ul {
      text-align: left; }
    .cate_content .category_tabs ul li {
      display: inline-block;
      font-weight: 500;
      padding-left: 17px;
      padding-right: 21px;
      text-transform: capitalize; }
      .cate_content .category_tabs ul li a {
        padding: 10px 0;
        color: #444; }
        .cate_content .category_tabs ul li a:hover {
          color: #4d7df0; }
      .cate_content .category_tabs ul li:last-child {
        padding-right: 0; }
  @media (min-width: 992px) {
    .cate_content .category_tabs .title_block {
      float: left; }
      .rtl .cate_content .category_tabs .title_block {
        float: right; }
    .cate_content .category_tabs .block_content {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end; } }
  @media (max-width: 991px) {
    .cate_content .category_tabs ul {
      display: none; }
    .cate_content .category_tabs:before {
      bottom: -3px; }
    .cate_content .category_tabs .title_block:before {
      top: 26px; } }

.cat_content .category_tabs {
  text-align: left;
  padding: 65px 30px 42px;
  background: #333;
  margin: 0; }
  .rtl .cat_content .category_tabs {
    text-align: right; }
  .cat_content .category_tabs a {
    text-transform: capitalize;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .cat_content .category_tabs a:hover {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #4d7df0; }
  .cat_content .category_tabs ul {
    margin-bottom: 0; }
  .cat_content .category_tabs li {
    padding-bottom: 18px; }
    .cat_content .category_tabs li:before {
      content: "\f111";
      font-family: "FontAwesome";
      font-size: 6px;
      color: #424242;
      position: relative;
      top: -2px;
      padding-left: 17px;
      padding-right: 10px; }
      .rtl .cat_content .category_tabs li:before {
        padding-right: 17px;
        padding-left: inherit; }
      .rtl .cat_content .category_tabs li:before {
        padding-left: 10px;
        padding-right: inherit; }
  .cat_content .category_tabs .view-all-link {
    background: transparent;
    color: #FFFFFF;
    border: none; }
  .cat_content .category_tabs .hidden_link {
    display: none; }
  .cat_content .category_tabs .btn-viewall {
    list-style: none; }

.trending-content .widget-category_image a {
  text-transform: uppercase;
  color: #222;
  position: relative;
  display: block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
.trending-content .widget-category_image .cover-img {
  display: block;
  overflow: hidden;
  max-height: 278px;
  height: 100%; }
  .trending-content .widget-category_image .cover-img img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block; }
.trending-content .widget-category_image ul {
  margin-bottom: 0;
  max-width: 208px;
  width: 100%;
  background: #444; }
.trending-content .widget-category_image .block_content {
  position: relative; }
  .trending-content .widget-category_image .block_content .leo-qty {
    position: absolute;
    top: 45%;
    color: white;
    visibility: hidden;
    padding: 0 10px;
    right: 50%;
    border: 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 99; }
    .trending-content .widget-category_image .block_content .leo-qty span {
      padding-left: 5px; }
      .rtl .trending-content .widget-category_image .block_content .leo-qty span {
        padding-right: 5px;
        padding-left: inherit; }
    @media (max-width: 1199px) {
      .trending-content .widget-category_image .block_content .leo-qty {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100); } }
  .trending-content .widget-category_image .block_content .cat_name {
    background: #FFFFFF;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block; }
.trending-content .widget-category_image:hover .block_content .leo-qty {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }
.trending-content .widget-category_image:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }
.trending-content .widget-category_image:hover a {
  color: #4d7df0; }

.banner-cate {
  position: relative; }
  .banner-cate img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    filter: alpha(opacity=100); }
  .banner-cate a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%; }
    .banner-cate a:before, .banner-cate a:after {
      content: "";
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      position: absolute;
      z-index: 9;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -ms-transition: all 0.5s ease-in;
      -o-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
    .banner-cate a:before {
      border-top: 1px solid #FFFFFF;
      border-bottom: 1px solid #FFFFFF;
      -webkit-transform: scale(0, 1);
      -moz-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      -o-transform: scale(0, 1);
      transform: scale(0, 1);
      transform-origin: center; }
    .banner-cate a:after {
      border-left: 1px solid #FFFFFF;
      border-right: 1px solid #FFFFFF;
      -webkit-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
      transform-origin: center; }
  .banner-cate:hover a:before, .banner-cate:hover a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  @media (max-width: 767px) {
    .banner-cate {
      text-align: center;
      margin: auto; } }

.ApColumn .image-gallery {
  text-align: center; }
  .ApColumn .image-gallery .image-item {
    margin-bottom: 30px; }
  .ApColumn .image-gallery .title_block {
    font-size: 25px;
    position: relative;
    padding-bottom: 0.5rem;
    text-transform: capitalize;
    text-align: center;
    font-weight: 700; }
  .ApColumn .image-gallery .sub-title-widget {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 50px;
    padding-bottom: 0.9375rem; }
.ApColumn .block.manu-cate {
  margin-bottom: 20px; }
  .ApColumn .block.manu-cate .slick-slide, .ApColumn .block.manu-cate .owl-item {
    padding-top: 10px;
    padding-bottom: 10px; }

.video-responsive .video {
  margin-top: 20px;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: none; }

.fixwidth1 {
  max-width: 327px;
  width: 100%; }

.fixwidth2 {
  max-width: 685px;
  width: 100%; }

@media (max-width: 991px) {
  .fix_margin, .contact_info {
    margin-bottom: 30px; } }

.time, .phone {
  font-size: 13px;
  padding: 15px 0; }

.time {
  margin-left: 55px; }
  .rtl .time {
    margin-right: 55px;
    margin-left: inherit; }

.ship {
  font-size: 12px;
  color: #FFFFFF;
  padding: 20px 0;
  text-align: right; }
  .rtl .ship {
    text-align: left; }

.header-top .ApColumn .block {
  margin-bottom: 0;
  float: right; }
  .rtl .header-top .ApColumn .block {
    float: left; }

@media (max-width: 767px) {
  .time {
    margin-left: 0px; }
    .rtl .time {
      margin-right: 0px;
      margin-left: inherit; } }

/*# sourceMappingURL=styles.css.map */
