/***************************************************
  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 */
.ApRow > .title_block {
  color: #18191c;
  font-size: 1.6rem;
  text-transform: capitalize;
  margin: 4.375rem 0rem 1.875rem 0.9375rem; }
  .rtl .ApRow > .title_block {
    margin: 4.375rem 0.9375rem 1.875rem 0rem; }
  @media (max-width: 991px) {
    .ApRow > .title_block {
      margin: 3.125rem 0rem 1.25rem 0.9375rem; }
      .rtl .ApRow > .title_block {
        margin: 3.125rem 0.9375rem 1.25rem 0rem; } }

.ApColumn .title_block {
  color: #fff;
  font-size: 1.125rem;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 3.125rem; }

.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;
  margin-top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 0.75rem; }
@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(24, 25, 28, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(24, 25, 28, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(24, 25, 28, 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 #e5e5e5; }
  .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: #e5e5e5;
        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 #e5e5e5 #e5e5e5 #e5e5e5; }

.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 #e5e5e5; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #e5e5e5;
    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 #e5e5e5 #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #e5e5e5 transparent #e5e5e5 #e5e5e5;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #e5e5e5; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #e5e5e5;
    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 #e5e5e5; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #e5e5e5 #e5e5e5 #e5e5e5 transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #e33d3d; }
  .widget-tabs li.active {
    border: 1px solid #b7001d; }
    .widget-tabs li.active a {
      color: #b7001d; }

.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: #b7001d;
    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 {
    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: #18191c; }

.ApTabs .title_block {
  margin-bottom: 0; }
.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); }

.box-product-tap .title_block {
  margin-bottom: 50px;
  margin-top: 40px; }
  @media (max-width: 575px) {
    .box-product-tap .title_block {
      margin-bottom: 25px; } }
.box-product-tap .tabs-top .nav-tabs, .box-product-tap .tabs-left .nav-tabs, .box-product-tap .tabs-below .nav-tabs, .box-product-tap .tabs-right .nav-tabs {
  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;
  padding: 0; }
  @media (min-width: 992px) {
    .box-product-tap .tabs-top .nav-tabs, .box-product-tap .tabs-left .nav-tabs, .box-product-tap .tabs-below .nav-tabs, .box-product-tap .tabs-right .nav-tabs {
      position: absolute;
      right: 0;
      top: -56px;
      bottom: auto; }
      .rtl .box-product-tap .tabs-top .nav-tabs, .rtl .box-product-tap .tabs-left .nav-tabs, .rtl .box-product-tap .tabs-below .nav-tabs, .rtl .box-product-tap .tabs-right .nav-tabs {
        left: 0;
        right: auto; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .box-product-tap .tabs-top .nav-tabs, .box-product-tap .tabs-left .nav-tabs, .box-product-tap .tabs-below .nav-tabs, .box-product-tap .tabs-right .nav-tabs {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  @media (max-width: 767px) {
    .box-product-tap .tabs-top .nav-tabs, .box-product-tap .tabs-left .nav-tabs, .box-product-tap .tabs-below .nav-tabs, .box-product-tap .tabs-right .nav-tabs {
      display: none; } }
  .box-product-tap .tabs-top .nav-tabs > li, .box-product-tap .tabs-left .nav-tabs > li, .box-product-tap .tabs-below .nav-tabs > li, .box-product-tap .tabs-right .nav-tabs > li {
    width: auto; }
    .box-product-tap .tabs-top .nav-tabs > li a:hover, .box-product-tap .tabs-left .nav-tabs > li a:hover, .box-product-tap .tabs-below .nav-tabs > li a:hover, .box-product-tap .tabs-right .nav-tabs > li a:hover {
      border: none;
      color: #e33d3d; }
    .box-product-tap .tabs-top .nav-tabs > li a.active, .box-product-tap .tabs-left .nav-tabs > li a.active, .box-product-tap .tabs-below .nav-tabs > li a.active, .box-product-tap .tabs-right .nav-tabs > li a.active {
      border: none;
      color: #e33d3d; }
.box-product-tap .tabs-top .product-tab-option, .box-product-tap .tabs-left .product-tab-option, .box-product-tap .tabs-below .product-tab-option, .box-product-tap .tabs-right .product-tab-option {
  background: #FFFFFF;
  color: #18191c;
  font-weight: bold;
  padding: 10px;
  height: auto; }
  .box-product-tap .tabs-top .product-tab-option:focus, .box-product-tap .tabs-left .product-tab-option:focus, .box-product-tap .tabs-below .product-tab-option:focus, .box-product-tap .tabs-right .product-tab-option:focus {
    border-color: #18191c; }

@media (min-width: 768px) {
  .ApTabs .box-select {
    display: none; } }
.ApTabs .box-select .product-tap-option {
  background: #18191c;
  color: #FFFFFF; }

/**
* 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(24, 25, 28, 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: #18191c;
    border-bottom: 1px solid rgba(24, 25, 28, 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: 0.8125rem;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #b7001d; }
  .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
*/
@media (max-width: 767px) and (min-width: 481px) {
  .box-banner-top {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .box-banner-top .block:first-child {
      margin: 30px 15px 30px 0px; }
      .rtl .box-banner-top .block:first-child {
        margin: 30px 0px 30px 15px; }
    .box-banner-top .block:last-child {
      margin: 30px 0px 30px 15px; }
      .rtl .box-banner-top .block:last-child {
        margin: 30px 15px 30px 0px; } }
.box-banner-top .banner-cate {
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .box-banner-top .banner-cate {
      margin-top: 20px; }
      .box-banner-top .banner-cate:last-child {
        margin-bottom: 20px; } }

.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    filter: alpha(opacity=100); }

.ApImage {
  display: inline-block; }
  .ApImage:hover h5.support-heading a {
    color: #b7001d; }

.box-banner .ApColumn {
  margin-top: 50px;
  text-align: center; }
  @media (min-width: 1200px) {
    .box-banner .ApColumn {
      margin-top: 70px; } }
  @media (max-width: 575px) {
    .box-banner .ApColumn {
      margin-top: 30px; } }
.box-banner img {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
.box-banner .banner-cate:hover img {
  transform: scale(1.1); }

.banner-cate a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  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 #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    transform-origin: center; }
  .banner-cate a:after {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: scale(1, 0);
    -ms-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);
  -ms-transform: scale(1);
  transform: scale(1); }

.box-banner-product {
  margin-top: 50px; }
  @media (min-width: 1200px) {
    .box-banner-product {
      margin-top: 70px; } }
  @media (max-width: 575px) {
    .box-banner-product {
      margin-top: 30px; } }
  @media (max-width: 480px) {
    .box-banner-product .hidden-sp-down {
      display: none; } }
  .box-banner-product .title_block {
    font-size: 1.5rem;
    margin-bottom: 10px;
    display: none; }
    @media (max-width: 480px) {
      .box-banner-product .title_block {
        display: block; } }

.product-banner {
  position: relative; }
  .product-banner .image_description {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: auto; }
  .product-banner .block-title {
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 50px;
    font-weight: bold; }
    .product-banner .block-title a {
      color: #fff;
      line-height: 28px;
      letter-spacing: 0.25px; }
    .product-banner .block-title:before {
      content: "";
      height: 0;
      width: 22px;
      border-top: 4px solid #b7001d;
      position: absolute;
      bottom: -20px; }

/**
* 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 #e5e5e5; }
  .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 #e5e5e5;
  -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 #b7001d;
    -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 {
  border: 1px solid #e5e5e5;
  margin-top: 40px; }
  .manufacturers_block img {
    padding: 1.25rem;
    margin: 0.625rem; }
    .manufacturers_block img:hover {
      -moz-box-shadow: 0px 0px 6px #ccc;
      -webkit-box-shadow: 0px 0px 6px #ccc;
      -o-box-shadow: 0px 0px 6px #ccc;
      -ms-box-shadow: 0px 0px 6px #ccc;
      box-shadow: 0px 0px 6px #ccc;
      border-radius: 5px; }

/*
  Widget Category Image
*/
.widget-category_image .cover-img img {
  width: 60px;
  height: 60px;
  float: right; }
  .rtl .widget-category_image .cover-img img {
    float: left; }

.box-search-trending .block_content ul {
  width: 20%;
  float: left;
  margin: 0;
  padding: 15px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box-search-trending .block_content ul {
      width: 25%; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .box-search-trending .block_content ul {
      width: 33.333333%; } }
  @media (max-width: 767px) and (min-width: 576px) {
    .box-search-trending .block_content ul {
      width: 50%; } }
  @media (max-width: 575px) {
    .box-search-trending .block_content ul {
      width: 100%;
      margin-bottom: 20px; } }
  .rtl .box-search-trending .block_content ul {
    float: right; }
  .box-search-trending .block_content ul .box-category-meta {
    float: left;
    font-size: 0.875rem;
    text-transform: capitalize; }
    .rtl .box-search-trending .block_content ul .box-category-meta {
      float: right; }
    .box-search-trending .block_content ul .box-category-meta .title-category {
      display: block;
      font-weight: 700;
      color: #18191c;
      margin-bottom: 18px; }
      @media (min-width: 768px) {
        .box-search-trending .block_content ul .box-category-meta .title-category {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: block;
          max-width: 140px; } }
    .box-search-trending .block_content ul .box-category-meta .leo-qty {
      color: #999999; }
  .box-search-trending .block_content ul .cover-img img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .box-search-trending .block_content ul:hover .title-category {
    color: #b7001d; }
  .box-search-trending .block_content ul:hover .cover-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

/* Widget Lastest blogs */
.blog-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  .blog-container:hover .blog_button_link i {
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    transform: translate(15px, 0); }

.blog-meta .author {
  color: #e33d3d; }

.blog_button_link {
  color: #b7001d;
  letter-spacing: 0.5px;
  position: relative;
  font-weight: 500; }
  .blog_button_link .icon-arrow-right {
    position: absolute;
    top: 1px;
    -webkit-transform: translate(4px, 0);
    -ms-transform: translate(4px, 0);
    transform: translate(4px, 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.latest-blogs {
  margin-bottom: 0;
  padding-bottom: 2.5rem; }
  @media (max-width: 575px) {
    .latest-blogs {
      padding-bottom: 0; } }
  .latest-blogs .right-block {
    text-align: left; }
    .rtl .latest-blogs .right-block {
      text-align: right; }
  .latest-blogs .blog-image-container {
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.9375rem; }
    .rtl .latest-blogs .blog-image-container {
      float: right; }
  .latest-blogs .blog-title {
    text-transform: capitalize;
    font-size: 1.25rem;
    line-height: 20px;
    margin: 20px 0px 25px 0px; }
    .rtl .latest-blogs .blog-title {
      margin: 20px 0px 25px 0px; }
    @media (max-width: 1199px) {
      .latest-blogs .blog-title {
        font-size: 1rem; } }
  .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; }

.header-nav-top {
  font-size: 0.8125rem;
  color: #666666;
  letter-spacing: 0.25px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .header-nav-top .ship span {
    color: #b7001d; }

.check-order, .store-local {
  padding: 16.5px 20px;
  border-right: 1px solid rgba(102, 102, 102, 0.35); }
  .rtl .check-order, .rtl .store-local {
    border-left: 1px solid rgba(102, 102, 102, 0.35);
    border-right: inherit; }
  .check-order ul, .store-local ul {
    margin: 0; }
    .check-order ul a, .store-local ul a {
      font-size: 0.8125rem;
      color: #666666;
      letter-spacing: 0.25px; }

.header-button-add {
  padding-right: 24px; }
  .rtl .header-button-add {
    padding-left: 24px;
    padding-right: inherit; }
  .header-button-add a {
    position: relative;
    padding: 15px 0;
    display: block; }
    .header-button-add a span {
      background: #b7001d;
      border-radius: 100%;
      color: white;
      position: absolute;
      top: 6px;
      font-size: 10px;
      font-weight: 700;
      right: -13px;
      text-align: center;
      width: 18px;
      height: 18px;
      line-height: 18px; }
      .rtl .header-button-add a span {
        left: -13px;
        right: auto; }
    .header-button-add a:hover i {
      color: #b7001d; }

@media (min-width: 768px) {
  .box-dptop {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; } }
@media (max-width: 767px) {
  .box-dptop .box_logo {
    padding: 20px 0;
    text-align: center; } }

.block_content .phone {
  font-size: 0.8125rem;
  color: #666666;
  padding: 1.1rem 0; }
  .block_content .phone span {
    color: #ffcd00;
    letter-spacing: 0.25px;
    font-weight: bold; }

.box-service .service {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 30px 0px 30px 0px;
  border: 1px solid #e5e5e5; }
  .rtl .box-service .service {
    padding: 30px 0px 30px 0px; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .box-service .service {
      margin-top: 20px; } }
  @media (max-width: 991px) {
    .box-service .service {
      display: inline-block; } }
.box-service .sv-col {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  border-right: 1px solid #8caece; }
  .rtl .box-service .sv-col {
    border-left: 1px solid #8caece;
    border-right: inherit; }
  .box-service .sv-col:nth-child(4) {
    border: unset; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box-service .sv-col {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      text-align: center; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .box-service .sv-col {
      padding: 15px; } }
  @media (max-width: 767px) {
    .box-service .sv-col {
      display: block;
      border: none;
      text-align: center;
      padding: 15px; } }
@media (max-width: 991px) {
  .box-service .payment {
    border: unset; } }
.box-service i {
  font-size: 35px;
  color: #b7001d;
  margin: 0 20px 0 15px; }
  .rtl .box-service i {
    margin: 0 15px 0 20px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box-service i {
      margin: 0;
      margin-bottom: 10px; } }
.box-service .sv-text p {
  margin-bottom: 0px; }

.box-logo-footer {
  padding: 140px 0 70px 0; }
  @media (max-width: 991px) {
    .box-logo-footer {
      padding: 40px 0; } }

@media (max-width: 767px) {
  .logo-footer {
    margin-bottom: 20px;
    text-align: center; } }

.logo-second {
  padding-bottom: 30px; }

.wr-app > .wr-text {
  margin-bottom: 30px;
  font-weight: 500; }
.wr-app .block_app {
  display: inline-grid; }
  @media (max-width: 767px) and (min-width: 400px) {
    .wr-app .block_app {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center; } }
.wr-app a {
  display: flex;
  align-items: center;
  float: left;
  padding: 5px 15px 5px 15px;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px; }
  .rtl .wr-app a {
    float: right; }
  .rtl .wr-app a {
    padding: 5px 15px 5px 15px; }
  @media (max-width: 767px) {
    .wr-app a {
      margin-right: 10px; }
      .rtl .wr-app a {
        margin-left: 10px;
        margin-right: inherit; } }
  .wr-app a i {
    font-size: 25px;
    color: #acacac;
    margin-right: 20px; }
    .rtl .wr-app a i {
      margin-left: 20px;
      margin-right: inherit; }
    .wr-app a i.icon-apple {
      margin-right: 30px; }
      .rtl .wr-app a i.icon-apple {
        margin-left: 30px;
        margin-right: inherit; }
  .wr-app a .wr-text {
    color: #acacac; }
    .wr-app a .wr-text .text-bold {
      color: #18191c;
      font-weight: 700;
      letter-spacing: -0.5px; }

.footer-contact .wr-support-info p {
  margin: 0;
  font-weight: 500;
  color: #666666; }
.footer-contact .wr-phone-info {
  display: flex;
  align-items: center;
  padding: 35px 0;
  color: #b7001d; }
  .footer-contact .wr-phone-info i {
    font-size: 40px;
    margin-right: 10px; }
    .rtl .footer-contact .wr-phone-info i {
      margin-left: 10px;
      margin-right: inherit; }
  .footer-contact .wr-phone-info p {
    margin-bottom: 8px;
    font-weight: 500;
    color: #666666; }
  .footer-contact .wr-phone-info div {
    font-size: 24px; }
    @media (max-width: 1199px) {
      .footer-contact .wr-phone-info div {
        font-size: 21px; } }
.footer-contact .contact_mail {
  font-weight: 500; }

.box-copyright {
  padding: 40px 0;
  position: relative; }
  @media (max-width: 767px) {
    .box-copyright {
      padding: 20px 20px;
      text-align: center; } }
  .box-copyright .block p {
    margin: 0;
    line-height: 25.75px;
    color: #666666; }
  .box-copyright .pay-img {
    float: right; }
    .rtl .box-copyright .pay-img {
      float: left; }
    @media (max-width: 767px) {
      .box-copyright .pay-img {
        float: none !important;
        margin-top: 15px; } }
  .box-copyright .theme-name {
    color: #e33d3d; }

/*# sourceMappingURL=styles.css.map */
