/***************************************************
  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 .title_block {
  color: #212121;
  font-size: 28px;
  letter-spacing: -0.28px;
  padding-bottom: 15px;
  margin-bottom: 0;
  position: relative;
  font-weight: 300;
  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; }
  .ApColumn .title_block:before {
    content: '';
    width: 5px;
    height: 30px;
    background-color: #0163d2;
    display: block;
    float: left;
    margin-right: 15px; }
    .rtl .ApColumn .title_block:before {
      float: right; }
    [dir="rtl"] .ApColumn .title_block:before {
      margin-left: 15px;
      margin-right: 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;
    background-size: cover; }
    .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: 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; }
  @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 #e1e1e1; }
  .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: #e1e1e1;
        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 #e1e1e1 #e1e1e1 #e1e1e1; }

.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 #e1e1e1; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #e1e1e1;
    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 #e1e1e1 #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #e1e1e1 transparent #e1e1e1 #e1e1e1;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #e1e1e1; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #e1e1e1;
    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 #e1e1e1; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #e1e1e1 #e1e1e1 #e1e1e1 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 #0163d2; }
    .widget-tabs li.active a {
      color: #0163d2; }

.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: #0163d2;
    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: #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;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-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;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-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: 0.875rem;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #0163d2; }
  .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;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-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 #e1e1e1; }
  .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 #e1e1e1;
  -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 #0163d2;
    -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
*/
/* Multi Image Product List */
.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;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-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;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-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; }

/* List product size */
.product_attr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .product_attr li a {
    margin-bottom: 5px;
    display: block; }
  .product_attr li.Sold-Out a {
    color: #969696;
    text-decoration: line-through; }

.product_attr li:not(:last-child) {
  margin-right: 10px;
  margin-left: 0; }
  .rtl .product_attr li:not(:last-child) {
    margin-left: 10px;
    margin-right: inherit; }
  .rtl .product_attr li:not(:last-child) {
    margin-right: 0;
    margin-left: inherit; }

#header {
  background-color: #fff; }

/* style header mobile */
@media (max-width: 991px) {
  .header-top {
    padding: 50px 0;
    position: relative; }
    .header-top .box-menu {
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 10px;
      right: 10px; }
    .header-top .inner {
      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; }
      .header-top .inner > div:nth-child(1) {
        order: 3; } }
.dptop-mobile .logo-mobile {
  max-width: 120px; }
.dptop-mobile .nqt-icon {
  font-size: 20px;
  color: #999999; }
.dptop-mobile #_desktop_cart {
  position: relative; }
  .dptop-mobile #_desktop_cart .cart-products-count {
    font-size: 10px;
    width: 17px;
    height: 17px;
    background: #0163d2;
    display: block;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: -6px;
    right: -7px; }
.dptop-mobile .ApColumn:nth-child(1) {
  border-bottom: 1px solid #e1e1e1;
  position: fixed;
  z-index: 1039;
  top: 0;
  background: #fff;
  left: 0;
  right: 0; }
.dptop-mobile .ApColumn:nth-child(2) {
  text-align: center;
  padding: 20px 0 20px; }
.dptop-mobile .ApColumn > div {
  width: 25%;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -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;
  height: 50px;
  border-right: 1px solid #e1e1e1; }
  .rtl .dptop-mobile .ApColumn > div {
    float: right; }
  .rtl .dptop-mobile .ApColumn > div {
    border-left: 1px solid #e1e1e1;
    border-right: inherit; }
  .dptop-mobile .ApColumn > div#leo_search_block_top {
    border-right: 1px solid #e1e1e1; }
    .rtl .dptop-mobile .ApColumn > div#leo_search_block_top {
      border-left: 1px solid #e1e1e1;
      border-right: inherit; }
  .dptop-mobile .ApColumn > div:last-child {
    border-right: none; }
    .rtl .dptop-mobile .ApColumn > div:last-child {
      border-left: none;
      border-right: inherit; }

.bg-over-lay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

.show-over-lay {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

.group-nav {
  padding: 0;
  width: 300px;
  height: 100%;
  z-index: 9999999;
  background: #fff !important;
  left: 0;
  text-align: center;
  -webkit-transform: translate(300px, 0);
  -moz-transform: translate(300px, 0);
  -ms-transform: translate(300px, 0);
  -o-transform: translate(300px, 0);
  transform: translate(300px, 0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  overflow: auto; }
  [dir="rtl"] .group-nav {
    right: auto;
    left: 0;
    -webkit-transform: translate(-300px, 0);
    -moz-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    -o-transform: translate(-300px, 0);
    transform: translate(-300px, 0); }
  .group-nav.active-menu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .group-nav > div {
    padding-right: 20px; }
    [dir="rtl"] .group-nav > div {
      padding-left: 20px;
      padding-right: 10px; }

.closemenu {
  display: block; }
  .closemenu:hover i:before, .closemenu:hover i:after {
    cursor: pointer;
    background: #0163d2; }
  .closemenu i {
    width: 45px;
    height: 45px;
    float: right;
    position: relative; }
    .closemenu i:before, .closemenu i:after {
      content: '';
      background: #666666;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 18px;
      height: 2px; }
    .closemenu i:before {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      -o-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    .closemenu i:after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      -o-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }

.dp-nav2 {
  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; }
  .dp-nav2 p {
    font-size: 13px;
    margin-bottom: 0; }

.popup-over a.popup-title {
  padding: 15px;
  position: relative;
  display: block; }
  .popup-over a.popup-title:after {
    content: '';
    width: 1px;
    height: 13px;
    display: block;
    background: #e1e1e1;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .rtl .popup-over a.popup-title:after {
      left: 0;
      right: auto; }
  .popup-over a.popup-title img {
    margin-right: 5px; }
    .rtl .popup-over a.popup-title img {
      margin-left: 5px;
      margin-right: inherit; }
  .popup-over a.popup-title i {
    font-size: 0;
    width: 10px;
    height: 10px;
    vertical-align: -1px; }
    .popup-over a.popup-title i:before {
      content: '\f107';
      font-family: "FontAwesome";
      font-size: 14px; }
.popup-over .popup-content {
  border-radius: 3px;
  margin-top: 0;
  right: 0;
  left: auto;
  text-align: left; }
  .rtl .popup-over .popup-content {
    text-align: right; }
  [dir="rtl"] .popup-over .popup-content {
    right: auto;
    left: 0; }
  .popup-over .popup-content li.current a {
    color: #0163d2; }
  .popup-over .popup-content li a {
    font-size: 13px; }
    .popup-over .popup-content li a:hover {
      color: #0163d2; }
    .popup-over .popup-content li a:before {
      margin-right: 5px;
      font-family: "FontAwesome"; }
      .rtl .popup-over .popup-content li a:before {
        margin-left: 5px;
        margin-right: inherit; }
    .popup-over .popup-content li a.account:before {
      content: '\f2c0'; }
    .popup-over .popup-content li a.logout:before {
      content: "\f08b"; }
    .popup-over .popup-content li a.signin:before {
      content: '\f090'; }
    .popup-over .popup-content li a.myacount:before {
      content: '\f2c0'; }
    .popup-over .popup-content li a.ap-btn-wishlist:before {
      content: '\f08a'; }
    .popup-over .popup-content li a.ap-btn-compare:before {
      content: '\f24d'; }
    .popup-over .popup-content li a.checkout:before {
      content: '\f046'; }

.language-selector-wrapper a.popup-title {
  padding-right: 0; }
  .rtl .language-selector-wrapper a.popup-title {
    padding-left: 0;
    padding-right: inherit; }
  .language-selector-wrapper a.popup-title:after {
    display: none; }

.dp-top {
  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; }
  .dp-top .ApColumn:nth-child(2) {
    padding: 0; }
  .dp-top .header-button {
    padding: 30px 0; }
  .dp-top .nqt-icon {
    font-size: 30px; }
  .dp-top .ap-total-wishlist, .dp-top .cart-products-count {
    width: 20px;
    height: 20px;
    background: #0163d2;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    line-height: 20px;
    bottom: 27px;
    right: -4px; }
    .rtl .dp-top .ap-total-wishlist, .rtl .dp-top .cart-products-count {
      left: -4px;
      right: auto; }

@media (max-width: 1199px) and (min-width: 992px) {
  .box-menu {
    position: relative; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .box-menu > div:nth-child(2) {
    position: static; } }

@media (max-width: 991px) {
  #leo_block_top {
    width: 100%;
    margin: 0; }
    #leo_block_top .popup-title {
      display: none; }
    #leo_block_top .popup-content {
      width: 100%;
      display: block;
      position: static;
      border: 0;
      padding: 20px 0 50px 0; }
      #leo_block_top .popup-content .row > div {
        width: 50%;
        float: left; }
        .rtl #leo_block_top .popup-content .row > div {
          float: right; }
        #leo_block_top .popup-content .row > div:last-child {
          border-left: 1px solid #e1e1e1; }
          .rtl #leo_block_top .popup-content .row > div:last-child {
            border-right: 1px solid #e1e1e1;
            border-left: inherit; }
      #leo_block_top .popup-content .language-selector, #leo_block_top .popup-content .currency-selector {
        display: inline-block;
        width: 100%; }
        #leo_block_top .popup-content .language-selector span.title, #leo_block_top .popup-content .currency-selector span.title {
          font-size: 14px;
          display: block;
          margin-bottom: 10px; }
        #leo_block_top .popup-content .language-selector ul, #leo_block_top .popup-content .currency-selector ul {
          display: inline-block;
          margin-bottom: 7px; }
        #leo_block_top .popup-content .language-selector li, #leo_block_top .popup-content .currency-selector li {
          float: left;
          border: 1px solid transparent; }
          #leo_block_top .popup-content .language-selector li:nth-child(3n+1), #leo_block_top .popup-content .currency-selector li:nth-child(3n+1) {
            clear: both; }
      #leo_block_top .popup-content .language-selector li {
        padding: 2px 4px; }
        #leo_block_top .popup-content .language-selector li.current {
          border-color: #0163d2; }
        #leo_block_top .popup-content .language-selector li a {
          display: block;
          line-height: 0; }
      #leo_block_top .popup-content .currency-selector span.title {
        margin-bottom: 5px; }
      #leo_block_top .popup-content .currency-selector ul {
        margin-bottom: 0; }
      #leo_block_top .popup-content .currency-selector li {
        padding: 0 5px; }
        #leo_block_top .popup-content .currency-selector li.current a {
          color: #0163d2; }
      #leo_block_top .popup-content .user-info {
        margin-bottom: 0; }
        #leo_block_top .popup-content .user-info li {
          margin-bottom: 6px; }
          #leo_block_top .popup-content .user-info li:last-child {
            margin-bottom: 0; } }
@media (min-width: 992px) {
  .btn-wl, #_desktop_cart, .wr-quicklogin {
    float: right;
    position: relative; }
    .rtl .btn-wl, .rtl #_desktop_cart, .rtl .wr-quicklogin {
      float: left; } }

@media (min-width: 992px) {
  #_desktop_cart {
    margin: 0 35px; } }
@media (max-width: 1199px) and (min-width: 992px) {
  #_desktop_cart {
    margin: 0 30px; } }

/*css module quick login*/
.wr-quicklogin {
  z-index: 9; }
  @media (max-width: 991px) {
    .wr-quicklogin {
      display: inline-block;
      width: 100%; } }
  .wr-quicklogin hr {
    display: none; }
  .wr-quicklogin .lql-social-login {
    margin: 20px 0 0;
    display: inline-block;
    width: 100%; }
    @media (max-width: 991px) {
      .wr-quicklogin .lql-social-login {
        margin: 20px 0 30px 0; } }
    .wr-quicklogin .lql-social-login .lql-social-login-title {
      font-size: 16px;
      text-align: left;
      color: #0163d2;
      width: 100%; }
      .rtl .wr-quicklogin .lql-social-login .lql-social-login-title {
        text-align: right; }
  .wr-quicklogin .social-login-bt {
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
    margin-right: 4px; }
    .rtl .wr-quicklogin .social-login-bt {
      float: right; }
    .rtl .wr-quicklogin .social-login-bt {
      margin-left: 4px;
      margin-right: inherit; }
    .wr-quicklogin .social-login-bt:last-child {
      margin-right: 0; }
      .rtl .wr-quicklogin .social-login-bt:last-child {
        margin-left: 0;
        margin-right: inherit; }
    .wr-quicklogin .social-login-bt:hover {
      background: transparent; }
    .wr-quicklogin .social-login-bt.facebook-login-bt {
      border: 1px solid #4C68A2; }
      .wr-quicklogin .social-login-bt.facebook-login-bt:hover {
        color: #4C68A2; }
    .wr-quicklogin .social-login-bt.google-login-bt {
      border: 1px solid #4285f4; }
      .wr-quicklogin .social-login-bt.google-login-bt:hover {
        color: #4285f4; }
    .wr-quicklogin .social-login-bt.twitter-login-bt {
      border: 1px solid #53d1f8; }
      .wr-quicklogin .social-login-bt.twitter-login-bt:hover {
        color: #53d1f8; }
  .wr-quicklogin .header-button {
    display: block; }
  .wr-quicklogin:hover {
    cursor: pointer; }
    .wr-quicklogin:hover .header-button i, .wr-quicklogin:hover .header-button span {
      color: #0163d2; }
  @media (max-width: 991px) {
    .wr-quicklogin .header-button {
      display: none; } }
  .wr-quicklogin .header-button .icon-login {
    float: left; }
    .rtl .wr-quicklogin .header-button .icon-login {
      float: right; }
  .wr-quicklogin .header-button span {
    float: right;
    padding-left: 10px;
    color: #212121; }
    .rtl .wr-quicklogin .header-button span {
      float: left; }
    .rtl .wr-quicklogin .header-button span {
      padding-right: 10px;
      padding-left: inherit; }
  .wr-quicklogin .content {
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    z-index: 1;
    border: 1px solid #e1e1e1;
    border-radius: 3px; }
    .rtl .wr-quicklogin .content {
      left: 0;
      right: auto; }
    @media (max-width: 991px) {
      .wr-quicklogin .content {
        position: static;
        opacity: 1;
        visibility: visible;
        width: 100%;
        margin: 0;
        border: 0;
        padding: 0; } }
    .wr-quicklogin .content > .row {
      margin: 0; }
    .wr-quicklogin .content.out {
      width: 600px;
      display: block;
      background: #fff;
      max-width: inherit;
      padding-top: 29px;
      z-index: 1;
      display: block;
      padding: 30px 0 15px 0; }
      @media (max-width: 991px) {
        .wr-quicklogin .content.out {
          width: 100%; }
          .wr-quicklogin .content.out > .row > div {
            width: 100%;
            padding: 0; } }
    .wr-quicklogin .content.in {
      padding: 20px;
      min-width: 200px; }
      @media (max-width: 991px) {
        .wr-quicklogin .content.in {
          padding: 0; } }
      .wr-quicklogin .content.in a {
        display: inline-block;
        width: 100%;
        padding: 5px 0;
        font-size: 13px;
        text-align: left; }
        .rtl .wr-quicklogin .content.in a {
          text-align: right; }
  .wr-quicklogin .leo-login-title, .wr-quicklogin .leo-register-title {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #0163d2; }
    .rtl .wr-quicklogin .leo-login-title, .rtl .wr-quicklogin .leo-register-title {
      text-align: right; }
  .wr-quicklogin .lql-form-content input {
    border: 1px solid #e1e1e1; }
    .wr-quicklogin .lql-form-content input:focus {
      border: 1px solid #0163d2; }
  .wr-quicklogin .lql-form-content-element > .col-xs-6 {
    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; }
    .wr-quicklogin .lql-form-content-element > .col-xs-6 .form-control-label {
      font-size: 12px;
      padding: 0 0 0 7px;
      margin: 0; }
      .rtl .wr-quicklogin .lql-form-content-element > .col-xs-6 .form-control-label {
        padding: 0 7px 0 0; }
    .wr-quicklogin .lql-form-content-element > .col-xs-6 .leoquicklogin-forgotpass {
      font-size: 12px; }
  .wr-quicklogin .lql-form-content-element.leo-form-chk {
    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; }
    .wr-quicklogin .lql-form-content-element.leo-form-chk .form-control-label {
      padding: 0 0 0 7px;
      margin: 0;
      font-size: 12px; }
      .rtl .wr-quicklogin .lql-form-content-element.leo-form-chk .form-control-label {
        padding: 0 7px 0 0; }
  .wr-quicklogin .lql-form-bt {
    font-size: 12px; }
  .wr-quicklogin .lql-pass-login, .wr-quicklogin .lql-register-pass {
    background-repeat: no-repeat;
    background-position: right center;
    padding: 9px 30px 9px 15px;
    background-size: 27px 27px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PHBhdGggZD0ibTI1NS44NjIgMzBjLTE2LjU0MiAwLTMwIDEzLjQ1OC0zMCAzMHMxMy40NTggMzAgMzAgMzAgMzAtMTMuNDU4IDMwLTMwLTEzLjQ1OC0zMC0zMC0zMHptMCA0NWMtOC4yNzEgMC0xNS02LjcyOS0xNS0xNXM2LjcyOS0xNSAxNS0xNSAxNSA2LjcyOSAxNSAxNS02LjcyOSAxNS0xNSAxNXoiLz48cGF0aCBkPSJtMjY5Ljg0IDIxMy4zMDctNi40NTguOTA2djg4LjE4N2gxNXYtNzUuMzM0YzI0LjYwNC00LjkxMSA0Ny4wMzUtMTcuODU0IDYzLjcyNi0zNi44OTQgMTguMzEzLTIwLjg5MyAyOC4zOTgtNDcuNzE2IDI4LjM5OC03NS41MjggMC0yNy42NDktOS45ODItNTQuMzU0LTI4LjEwOS03NS4xOTdsLTExLjMxOCA5Ljg0NGMxNS43NTIgMTguMTEyIDI0LjQyOCA0MS4zMjIgMjQuNDI4IDY1LjM1NC0uMDAxIDQ5LjM5NC0zNi44MjkgOTEuODEtODUuNjY3IDk4LjY2MnoiLz48cGF0aCBkPSJtMjU1Ljg2MiAxNWMyNC4wMzMgMCA0Ny4yNDMgOC42NzYgNjUuMzU1IDI0LjQyOGw5Ljg0NC0xMS4zMThjLTIwLjg0My0xOC4xMjgtNDcuNTQ5LTI4LjExLTc1LjE5OS0yOC4xMS0yOS4yMjQgMC01Ny4wNTcgMTEtNzguMzcgMzAuOTc0LTIxLjIxMSAxOS44NzctMzMuOTkzIDQ2Ljc0Ni0zNS45OTEgNzUuNjU3bDE0Ljk2NSAxLjAzNWMzLjU5MS01MS45NjMgNDcuMjUxLTkyLjY2NiA5OS4zOTYtOTIuNjY2eiIvPjxwYXRoIGQ9Im0zMjAuNjg5IDQyMi4wMDFoLTI3LjMwOHYtMTUuODU0aDI3LjE0YzEyLjQwNiAwIDIyLjUtMTAuMDk0IDIyLjUtMjIuNXMtMTAuMDk0LTIyLjUtMjIuNS0yMi41aC00Mi4xNHYtNDMuNzQ3aC0xNXY1OC43NDZoNTcuMTRjNC4xMzYgMCA3LjUgMy4zNjQgNy41IDcuNXMtMy4zNjQgNy41LTcuNSA3LjVoLTQyLjE0djQ1Ljg1NGg0Mi4zMDhjNC4xMzYgMCA3LjUgMy4zNjQgNy41IDcuNSAwIDQuMTM1LTMuMzY0IDcuNDk5LTcuNSA3LjQ5OWgtNTcuMzA4djM3LjVjMCA0LjEzNi0zLjM2NCA3LjUtNy41IDcuNXMtNy41MS0zLjM3My03LjUyLTcuNTAxbC0uMDA1LTY3LjkyNi0xNSAuMDAyLjAwNSA2Ny45NDNjLjAzIDEyLjM5NiAxMC4xMzIgMjIuNDgxIDIyLjUyIDIyLjQ4MSAxMi40MDcgMCAyMi41LTEwLjA5NCAyMi41LTIyLjV2LTIyLjQ5OGg0Mi4zMDhjMTIuNDA2IDAgMjIuNS0xMC4wOTMgMjIuNS0yMi40OTlzLTEwLjA5My0yMi41LTIyLjUtMjIuNXoiLz48cGF0aCBkPSJtMjQ4LjM0MSAyMTQuMjEzLTYuNDU4LS45MDZjLTQ2LjI3Ni02LjQ5Mi04Mi4yMDItNDUuMDUxLTg1LjQyNS05MS42ODVsLTE0Ljk2NSAxLjAzNGMxLjgwNyAyNi4xNDYgMTIuNjg4IDUxLjExIDMwLjYzOCA3MC4yOTMgMTYuMzYzIDE3LjQ4NyAzNy45MDEgMjkuNDQ4IDYxLjIxIDM0LjExNGwuMDE0IDE3OS41MTEgMTUtLjAwMnoiLz48cGF0aCBkPSJtMjc4LjU4NyAxODAuNTA1IDQuODc3IDE0LjE4NmMzMS4yMTYtMTAuNzM0IDUzLjQ0OS0zOC45MyA1Ni42NDMtNzEuODMxbC0xNC45My0xLjQ0OWMtMi42MjcgMjcuMDY5LTIwLjkxNSA1MC4yNjYtNDYuNTkgNTkuMDk0eiIvPjxwYXRoIGQ9Im0zNDAuMTEyIDEwNi40MzRjLS41NDMtNS42MzQtMS42NTUtMTEuMjI1LTMuMzA3LTE2LjYxN2wtMTQuMzQyIDQuMzkzYzEuMzU2IDQuNDMyIDIuMjcxIDkuMDI4IDIuNzE3IDEzLjY2MnoiLz48L2c+PC9zdmc+"); }
    .rtl .wr-quicklogin .lql-pass-login, .rtl .wr-quicklogin .lql-register-pass {
      padding: 9px 15px 9px 30px; }
    [dir="rtl"] .wr-quicklogin .lql-pass-login, [dir="rtl"] .wr-quicklogin .lql-register-pass {
      background-position: left center; }
  .wr-quicklogin:hover .content {
    opacity: 1;
    visibility: visible; }

/*css display content*/
.padding-box {
  padding: 60px 0; }
  @media (max-width: 375px) {
    .padding-box {
      padding: 30px 0; } }

#index .footer-center {
  border-top: none; }

.footer-center {
  border-top: 1px solid #e1e1e1; }

.box-service.for-inpage {
  position: relative; }
  .box-service.for-inpage:before {
    content: "";
    padding: 0px 1010px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 1px;
    display: block !important;
    bottom: 0;
    background: #e1e1e1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1010px; }
    .rtl .box-service.for-inpage:before {
      margin-right: -1010px;
      margin-left: inherit; }
.box-service .ApImage img {
  width: 47px;
  float: left; }
  .rtl .box-service .ApImage img {
    float: right; }
.box-service .ApImage .image_description {
  width: calc(100% - 47px);
  float: left;
  padding-left: 20px; }
  .rtl .box-service .ApImage .image_description {
    float: right; }
  .rtl .box-service .ApImage .image_description {
    padding-right: 20px;
    padding-left: inherit; }
  .box-service .ApImage .image_description h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px; }
  .box-service .ApImage .image_description p {
    margin-bottom: 0; }
@media (max-width: 1199px) {
  .box-service > div:nth-child(1), .box-service > div:nth-child(2) {
    margin-bottom: 30px; } }
@media (max-width: 575px) {
  .box-service > div:nth-child(3) {
    margin-bottom: 30px; } }
@media (max-width: 575px) {
  .box-service {
    max-width: 320px;
    margin: auto; } }

.link-bn {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 3px; }
  .link-bn:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .link-bn:hover {
    color: #0163d2; }
    .link-bn:hover:after {
      background: #0163d2; }

.box-bn {
  padding-bottom: 50px; }
  @media (max-width: 479px) {
    .box-bn {
      padding-bottom: 30px; } }
  .box-bn .ApImage {
    position: relative; }
    @media (max-width: 479px) {
      .box-bn .ApImage img {
        height: 200px !important;
        object-fit: cover; } }
    .box-bn .ApImage .image_description {
      position: absolute;
      top: 50%;
      left: 48px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 2; }
      .rtl .box-bn .ApImage .image_description {
        right: 48px;
        left: auto; }
      .box-bn .ApImage .image_description p {
        color: #fff; }
        .box-bn .ApImage .image_description p:first-child {
          font-size: 14px;
          font-weight: 600;
          letter-spacing: 1.4px;
          margin-bottom: 15px;
          text-transform: uppercase; }
        .box-bn .ApImage .image_description p:last-child {
          margin-bottom: 0; }
      .box-bn .ApImage .image_description h4 {
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 25px; }
        @media (max-width: 1199px) {
          .box-bn .ApImage .image_description h4 {
            font-size: 23px; } }
  .box-bn > div:last-child .ApImage .image_description p {
    color: #0163d2; }
  .box-bn > div:last-child .ApImage .image_description h4 {
    color: #212121; }
  .box-bn > div:last-child .ApImage .image_description a {
    color: #212121; }
    .box-bn > div:last-child .ApImage .image_description a:after {
      background: #212121; }
    .box-bn > div:last-child .ApImage .image_description a:hover {
      color: #0163d2; }
      .box-bn > div:last-child .ApImage .image_description a:hover:after {
        background: #0163d2; }
  @media (max-width: 991px) {
    .box-bn > div:first-child {
      margin-bottom: 30px; } }

.box-product {
  padding-bottom: 50px; }
  .box-product .thumbnail-container {
    margin-bottom: 0; }
  .box-product .ApCountdown {
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .box-product .ApCountdown {
        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; } }
    .box-product .ApCountdown > p {
      margin-bottom: 0; }
    .box-product .ApCountdown .title_block {
      padding-bottom: 0; }
      @media (min-width: 768px) {
        .box-product .ApCountdown .title_block {
          float: left; }
          .rtl .box-product .ApCountdown .title_block {
            float: right; } }
      @media (max-width: 767px) {
        .box-product .ApCountdown .title_block {
          padding-bottom: 20px; } }
    .box-product .ApCountdown ul {
      margin: 0 0 0 15px; }
      .rtl .box-product .ApCountdown ul {
        margin: 0 15px 0 0; }
      @media (max-width: 767px) {
        .box-product .ApCountdown ul {
          display: inline-block;
          width: 100%; } }
      .box-product .ApCountdown ul:before {
        content: '\f017';
        font-family: "FontAwesome";
        font-size: 18px;
        color: #f62424;
        float: left;
        margin: 1px 7px 0 0; }
        .rtl .box-product .ApCountdown ul:before {
          float: right; }
        .rtl .box-product .ApCountdown ul:before {
          margin: 1px 0 0 7px; }
      .box-product .ApCountdown ul li {
        float: left;
        font-size: 18px;
        color: #f62424;
        padding-right: 10px; }
        .rtl .box-product .ApCountdown ul li {
          float: right; }
        .rtl .box-product .ApCountdown ul li {
          padding-left: 10px;
          padding-right: inherit; }
        .box-product .ApCountdown ul li:after {
          content: ':';
          padding-left: 10px; }
          .rtl .box-product .ApCountdown ul li:after {
            padding-right: 10px;
            padding-left: inherit; }
        .box-product .ApCountdown ul li:last-child {
          padding-right: 0; }
          .rtl .box-product .ApCountdown ul li:last-child {
            padding-left: 0;
            padding-right: inherit; }
          .box-product .ApCountdown ul li:last-child:after {
            display: none; }
        .box-product .ApCountdown ul li b {
          font-weight: 500; }
  .box-product .products_block .block_content {
    padding-top: 15px;
    border-top: 1px solid #e1e1e1; }

.box-img-cate {
  padding: 20px 0;
  background: #fff;
  position: relative; }
  .box-img-cate.have-text-black .ApImage .image_description h4 {
    color: #0163d2; }
  .box-img-cate.have-text-black .ApImage .image_description h3 {
    color: #212121; }
  .box-img-cate.have-text-black .ApImage .image_description .link-bn {
    color: #212121; }
    .box-img-cate.have-text-black .ApImage .image_description .link-bn:after {
      background-color: #212121; }
    .box-img-cate.have-text-black .ApImage .image_description .link-bn:hover {
      color: #f62424; }
      .box-img-cate.have-text-black .ApImage .image_description .link-bn:hover:after {
        background-color: #f62424; }
  .box-img-cate .ApColumn .title_block {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: end;
    -moz-align-items: end;
    -ms-align-items: end;
    -o-align-items: end;
    align-items: end;
    -ms-flex-align: end;
    margin: 0 0 35px -30px;
    padding: 0;
    line-height: 36px; }
    .rtl .box-img-cate .ApColumn .title_block {
      margin: 0 -30px 35px 0; }
    @media (max-width: 1199px) {
      .box-img-cate .ApColumn .title_block {
        max-width: 60%; } }
  .box-img-cate .ApBlockLink ul {
    margin-bottom: 0; }
    .box-img-cate .ApBlockLink ul li {
      margin-bottom: 22.23px; }
      .box-img-cate .ApBlockLink ul li:last-child {
        margin-bottom: 0; }
      .box-img-cate .ApBlockLink ul li a {
        color: #a3a5a7; }
        .box-img-cate .ApBlockLink ul li a:hover {
          color: #212121;
          padding-left: 5px; }
          .rtl .box-img-cate .ApBlockLink ul li a:hover {
            padding-right: 5px;
            padding-left: inherit; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box-img-cate .ApImage img {
      height: 530px !important;
      object-fit: cover; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .box-img-cate .ApImage img {
      height: 390px !important;
      object-fit: cover; } }
  @media (max-width: 767px) {
    .box-img-cate .ApImage img {
      height: 335px !important;
      object-fit: cover; } }
  .box-img-cate .ApImage .image_description {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2; }
    .box-img-cate .ApImage .image_description h4 {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1.4px;
      color: #fff;
      margin-bottom: 20px; }
    .box-img-cate .ApImage .image_description h3 {
      font-size: 30px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 40px; }
    .box-img-cate .ApImage .image_description a:hover {
      color: #f62424; }
      .box-img-cate .ApImage .image_description a:hover:after {
        background-color: #f62424; }
  .box-img-cate .ApRawHtml {
    position: absolute; }
    @media (min-width: 1200px) {
      .box-img-cate .ApRawHtml {
        left: 30px;
        bottom: 30px; }
        .rtl .box-img-cate .ApRawHtml {
          right: 30px;
          left: auto; } }
    @media (max-width: 1199px) {
      .box-img-cate .ApRawHtml {
        top: 25px;
        right: 25px; }
        .rtl .box-img-cate .ApRawHtml {
          left: 25px;
          right: auto; } }
    .box-img-cate .ApRawHtml .view-all-cate a {
      color: #a3a5a7;
      font-style: italic; }
      .box-img-cate .ApRawHtml .view-all-cate a i {
        margin-left: 7px;
        float: right; }
        .rtl .box-img-cate .ApRawHtml .view-all-cate a i {
          margin-right: 7px;
          margin-left: inherit; }
        .rtl .box-img-cate .ApRawHtml .view-all-cate a i {
          float: left; }
        [dir="rtl"] .box-img-cate .ApRawHtml .view-all-cate a i:before {
          content: "\f100"; }
      .box-img-cate .ApRawHtml .view-all-cate a:hover {
        padding-left: 5px;
        color: #212121; }
        .rtl .box-img-cate .ApRawHtml .view-all-cate a:hover {
          padding-right: 5px;
          padding-left: inherit; }
  .box-img-cate > div:first-child {
    padding-left: 30px;
    position: static; }
    .rtl .box-img-cate > div:first-child {
      padding-right: 30px;
      padding-left: inherit; }
    @media (max-width: 1199px) {
      .box-img-cate > div:first-child {
        margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .box-img-cate > div:last-child {
      padding: 0 10px 0 0; }
      .rtl .box-img-cate > div:last-child {
        padding: 0 0 0 10px; } }
  @media (max-width: 767px) {
    .box-img-cate > div:last-child {
      margin-top: 20px;
      padding: 0; } }
  .box-img-cate > div:last-child > div {
    text-align: center;
    padding: 0 10px; }
    @media (min-width: 376px) {
      .box-img-cate > div:last-child > div {
        width: 50%;
        float: left; }
        .rtl .box-img-cate > div:last-child > div {
          float: right; } }
    @media (max-width: 375px) {
      .box-img-cate > div:last-child > div {
        width: 100%; } }
  .box-img-cate .ApCategoryImage.cate-bottom ul {
    margin-bottom: 0; }
  @media (max-width: 375px) {
    .box-img-cate .ApCategoryImage.last ul {
      margin-top: 20px; } }
  .box-img-cate .ApCategoryImage ul {
    margin-bottom: 20px; }
  .box-img-cate .ApCategoryImage .cate_content {
    position: relative;
    display: block;
    position: relative;
    max-width: 100%;
    overflow: hidden; }
    .box-img-cate .ApCategoryImage .cate_content img {
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }
      @media (max-width: 375px) {
        .box-img-cate .ApCategoryImage .cate_content img {
          width: 100%; } }
    .box-img-cate .ApCategoryImage .cate_content:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      margin: auto;
      background-color: rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s;
      z-index: 1; }
    .box-img-cate .ApCategoryImage .cate_content:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      background-color: rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s;
      z-index: 1; }
    .box-img-cate .ApCategoryImage .cate_content:hover:before, .box-img-cate .ApCategoryImage .cate_content:hover:after {
      width: 100%;
      height: 100%; }
    .box-img-cate .ApCategoryImage .cate_content:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .box-img-cate .ApCategoryImage .cate_content:hover .cate-text > span:first-child, .box-img-cate .ApCategoryImage .cate_content:hover .cate-text > span:last-child {
      color: #0163d2; }
    .box-img-cate .ApCategoryImage .cate_content .cate-text {
      position: absolute;
      top: 30px;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      z-index: 2;
      padding: 0 15px; }
      .box-img-cate .ApCategoryImage .cate_content .cate-text > span {
        display: block; }
        .box-img-cate .ApCategoryImage .cate_content .cate-text > span:first-child {
          margin-bottom: 15px;
          font-size: 16px;
          font-weight: 600;
          color: #212121; }
        .box-img-cate .ApCategoryImage .cate_content .cate-text > span:last-child {
          font-size: 14px;
          font-weight: 400;
          color: #999; }
          .box-img-cate .ApCategoryImage .cate_content .cate-text > span:last-child span {
            margin-left: 5px; }
            .rtl .box-img-cate .ApCategoryImage .cate_content .cate-text > span:last-child span {
              margin-right: 5px;
              margin-left: inherit; }

.box-blog {
  padding: 30px 10px 50px 10px;
  background: #fff; }
  .box-blog .ApColumn .title_block {
    margin-left: -20px;
    max-width: calc(100% - 80px); }
    .rtl .box-blog .ApColumn .title_block {
      margin-right: -20px;
      margin-left: inherit; }
  .box-blog .ApBlog .block_content {
    padding-top: 30px;
    border-top: 1px solid #e1e1e1; }
  @media (min-width: 992px) {
    .box-blog .ApBlog .blog-container .left-block {
      width: 50%;
      float: left;
      padding-right: 25px; }
      .rtl .box-blog .ApBlog .blog-container .left-block {
        float: right; }
      .rtl .box-blog .ApBlog .blog-container .left-block {
        padding-left: 25px;
        padding-right: inherit; } }
  @media (max-width: 991px) {
    .box-blog .ApBlog .blog-container .left-block {
      width: 100%;
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .box-blog .ApBlog .blog-container .right-block {
      width: 50%;
      float: left; }
      .rtl .box-blog .ApBlog .blog-container .right-block {
        float: right; } }
  @media (max-width: 991px) {
    .box-blog .ApBlog .blog-container .right-block {
      width: 100%; } }
  .box-blog .ApBlog .blog-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px; }
  .box-blog .ApBlog .blog-meta {
    font-size: 12px;
    margin-bottom: 20px;
    color: #999; }
    .box-blog .ApBlog .blog-meta i {
      color: #0163d2; }
  .box-blog .ApBlog .blog-desc {
    line-height: 24px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .box-blog .ApBlog .nqt-more {
    font-size: 14px;
    line-height: 14px;
    color: #0163d2;
    padding-bottom: 0; }
    .box-blog .ApBlog .nqt-more:after {
      background: #0163d2; }
    .box-blog .ApBlog .nqt-more:hover {
      color: #f62424; }
      .box-blog .ApBlog .nqt-more:hover:after {
        background: #f62424; }
  .box-blog .owl-theme .owl-buttons {
    top: -73px; }

#index .box-manufacture {
  display: block; }
#index .for-inpage {
  display: none; }

.box-manufacture {
  display: none; }
  .box-manufacture .manufacturers_block .block_content {
    border-bottom: 1px solid #e1e1e1; }
    @media (min-width: 992px) {
      .box-manufacture .manufacturers_block .block_content:hover .owl-theme .owl-buttons {
        opacity: 1;
        visibility: visible; } }
  .box-manufacture .manufacturers_block .owl-theme .owl-buttons {
    position: static; }
    @media (min-width: 992px) {
      .box-manufacture .manufacturers_block .owl-theme .owl-buttons {
        opacity: 0;
        visibility: hidden; } }
    .box-manufacture .manufacturers_block .owl-theme .owl-buttons > div {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .box-manufacture .manufacturers_block .owl-theme .owl-buttons > div.owl-prev {
        left: 0; }
        .rtl .box-manufacture .manufacturers_block .owl-theme .owl-buttons > div.owl-prev {
          right: 0;
          left: auto; }
      .box-manufacture .manufacturers_block .owl-theme .owl-buttons > div.owl-next {
        right: 0; }
        .rtl .box-manufacture .manufacturers_block .owl-theme .owl-buttons > div.owl-next {
          left: 0;
          right: auto; }
  .box-manufacture .manufacturer-image-container {
    padding: 40px 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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; }
    .box-manufacture .manufacturer-image-container img {
      opacity: 0.75;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .box-manufacture .manufacturer-image-container:hover img {
      opacity: 1; }
  .box-manufacture .owl-item {
    border-right: 1px solid #e1e1e1; }
    .rtl .box-manufacture .owl-item {
      border-left: 1px solid #e1e1e1;
      border-right: inherit; }
    .box-manufacture .owl-item.last {
      border-right: none; }
      .rtl .box-manufacture .owl-item.last {
        border-left: none;
        border-right: inherit; }

@media (max-width: 767px) {
  .box-main-footer > div {
    margin-top: 30px; }
    .box-main-footer > div:last-child {
      margin-bottom: 0; } }
@media (max-width: 1199px) and (min-width: 768px) {
  .box-main-footer > div:nth-child(3) {
    clear: both;
    margin-top: 30px; } }
@media (max-width: 1199px) and (min-width: 768px) {
  .box-main-footer > div:nth-child(4) {
    margin-top: 30px; } }
.box-main-footer .info-footer {
  max-width: 340px; }
  .box-main-footer .info-footer p:nth-child(2) {
    margin-bottom: 15px; }
  .box-main-footer .info-footer p:nth-child(3) {
    margin-bottom: 30px; }
    .box-main-footer .info-footer p:nth-child(3) a {
      color: #0163d2;
      font-size: 26px;
      font-weight: 700;
      letter-spacing: -0.26px; }
  .box-main-footer .info-footer p:nth-child(4) {
    line-height: 24px;
    margin-bottom: 30px; }
  .box-main-footer .info-footer p:nth-child(5) {
    margin-bottom: 0; }

.box-copyright {
  padding: 30px 0;
  border-top: 1px solid #e1e1e1; }
  @media (min-width: 768px) {
    .box-copyright {
      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: 1199px) {
    .box-copyright {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .box-copyright {
      text-align: center; } }
  .box-copyright .copyright p {
    margin-bottom: 0;
    color: #212121;
    line-height: 24px; }
    .box-copyright .copyright p span {
      color: #0163d2; }
  @media (max-width: 767px) {
    .box-copyright .copyright {
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .box-copyright .ApImage {
      text-align: right; }
      .rtl .box-copyright .ApImage {
        text-align: left; } }
  @media (max-width: 375px) {
    .box-copyright .ApImage img {
      width: 100% !important; } }

/* Ap marketplace */
#_desktop_apmarketplace .apmarketplace-infor {
  margin: 0; }
  #_desktop_apmarketplace .apmarketplace-infor > a, #_desktop_apmarketplace .apmarketplace-infor .btn-unstyle {
    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;
    padding: 13.5px 0; }
    #_desktop_apmarketplace .apmarketplace-infor > a i, #_desktop_apmarketplace .apmarketplace-infor .btn-unstyle i {
      font-size: 20px;
      margin-right: 5px; }
      .rtl #_desktop_apmarketplace .apmarketplace-infor > a i, .rtl #_desktop_apmarketplace .apmarketplace-infor .btn-unstyle i {
        margin-left: 5px;
        margin-right: inherit; }
  #_desktop_apmarketplace .apmarketplace-infor .btn-unstyle i.expand-more {
    font-size: 0;
    width: 10px;
    height: 10px;
    height: 14px;
    margin-left: 5px; }
    .rtl #_desktop_apmarketplace .apmarketplace-infor .btn-unstyle i.expand-more {
      margin-right: 5px;
      margin-left: inherit; }
    #_desktop_apmarketplace .apmarketplace-infor .btn-unstyle i.expand-more:before {
      content: '\f107';
      font-family: "FontAwesome";
      font-size: 14px; }
  #_desktop_apmarketplace .apmarketplace-infor .dropdown-item {
    left: 0; }
    .rtl #_desktop_apmarketplace .apmarketplace-infor .dropdown-item {
      right: 0;
      left: auto; }
    #_desktop_apmarketplace .apmarketplace-infor .dropdown-item a {
      font-size: 13px; }

#apmarketplace .menu-top {
  display: inline-block;
  width: 100%; }
  #apmarketplace .menu-top ul {
    display: inline-block;
    width: 100%; }
    #apmarketplace .menu-top ul li {
      width: 12.5%;
      float: left; }
      .rtl #apmarketplace .menu-top ul li {
        float: right; }
      @media (max-width: 1199px) {
        #apmarketplace .menu-top ul li {
          width: 25%; } }
      @media (max-width: 575px) {
        #apmarketplace .menu-top ul li {
          width: 100%; } }

#product_catalog_add .tab-dashboard, #product_catalog_add .leo-basic {
  padding: 20px 5px;
  border-radius: 3px;
  background: #ebebeb;
  margin: 0 15px 30px;
  width: calc(100% - 30px) !important; }
  #product_catalog_add .tab-dashboard > h3, #product_catalog_add .leo-basic > h3 {
    margin: 0 0 15px 10px; }
    .rtl #product_catalog_add .tab-dashboard > h3, .rtl #product_catalog_add .leo-basic > h3 {
      margin: 0 10px 15px 0; }
  #product_catalog_add .tab-dashboard h4, #product_catalog_add .leo-basic h4 {
    margin: 0 0 15px 10px;
    font-size: 16px;
    font-weight: 500; }
    .rtl #product_catalog_add .tab-dashboard h4, .rtl #product_catalog_add .leo-basic h4 {
      margin: 0 10px 15px 0; }
#product_catalog_add .input-group > input[type="checkbox"] {
  float: left;
  margin-bottom: 15px; }
  .rtl #product_catalog_add .input-group > input[type="checkbox"] {
    float: right; }
  #product_catalog_add .input-group > input[type="checkbox"] + label {
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-left: 7px; }
    .rtl #product_catalog_add .input-group > input[type="checkbox"] + label {
      margin-right: 7px;
      margin-left: inherit; }
#product_catalog_add .leo-lang {
  width: 100%;
  max-width: 200px; }
#product_catalog_add .tab-dashboard > h3 {
  margin: 0 0 10px 5px; }
  .rtl #product_catalog_add .tab-dashboard > h3 {
    margin: 0 5px 10px 0; }
#product_catalog_add .add_image, #product_catalog_add .leo-copy {
  font-size: 12px;
  text-transform: inherit;
  font-weight: 400;
  padding: 10.5px 15px; }
#product_catalog_add .form-control-label {
  text-align: left !important; }

#product_catalog_add > .row > div:last-child {
  background: transparent;
  padding: 0; }

#leo-combinations .multi-collapse {
  padding: 20px 10px; }
  #leo-combinations .multi-collapse > .row {
    margin-bottom: 7px;
    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; }
    #leo-combinations .multi-collapse > .row label {
      margin-bottom: 0;
      font-size: 13px; }
    #leo-combinations .multi-collapse > .row input.leo_atrtibute {
      width: 13px;
      height: 13px; }
    #leo-combinations .multi-collapse > .row > div:first-child {
      width: 24px;
      padding-right: 0px; }
      .rtl #leo-combinations .multi-collapse > .row > div:first-child {
        padding-left: 0px;
        padding-right: inherit; }
    #leo-combinations .multi-collapse > .row > div:last-child {
      width: calc(100% - 24px); }

.leo-vendor-chat .chat-input {
  height: auto; }

@media (min-width: 1200px) {
  .padding-left {
    padding-left: 30px; }
    .rtl .padding-left {
      padding-right: 30px;
      padding-left: inherit; } }

.list-questions .header-infor {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline; }
  .list-questions .header-infor .name {
    width: calc(100% - 100px); }
  .list-questions .header-infor .date {
    width: 100px;
    text-align: right; }
    .rtl .list-questions .header-infor .date {
      text-align: left; }

.dp-nav2.home-2 #_desktop_apmarketplace .apmarketplace-infor > a, .dp-nav2.home-2 #_desktop_apmarketplace .apmarketplace-infor .btn-unstyle {
  padding: 9px 0; }
.dp-nav2.home-2 .popup-over a.popup-title {
  padding: 10.5px 15px; }

.h2-box-menu {
  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;
  position: relative; }
  .h2-box-menu:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 1px;
    display: block !important;
    bottom: 0;
    box-sizing: content-box;
    margin-left: -1000px;
    background-size: cover;
    background-color: #e5e5e5; }
  .h2-box-menu > div:first-child {
    position: relative; }
    .h2-box-menu > div:first-child:before {
      content: "";
      padding: 0px 1161px;
      width: 100%;
      overflow: hidden;
      position: absolute;
      height: 1px;
      display: block !important;
      top: 0;
      box-sizing: content-box;
      margin-left: -1000px;
      background-size: cover;
      background-color: #e5e5e5; }
  .h2-box-menu > div:last-child .ApRawHtml {
    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;
    font-size: 14px;
    font-weight: 400; }
    .h2-box-menu > div:last-child .ApRawHtml i {
      font-size: 17px;
      font-weight: 700;
      margin-right: 10px; }
      .rtl .h2-box-menu > div:last-child .ApRawHtml i {
        margin-left: 10px;
        margin-right: inherit; }
    .h2-box-menu > div:last-child .ApRawHtml a {
      font-size: 15px;
      font-weight: 500;
      color: #54ae3f;
      margin-left: 3px; }
      .rtl .h2-box-menu > div:last-child .ApRawHtml a {
        margin-right: 3px;
        margin-left: inherit; }

@media (min-width: 992px) {
  .h2-box-bn1 {
    padding-top: 20px; } }
@media (max-width: 767px) {
  .h2-box-bn1 img {
    height: 270px !important;
    object-fit: cover; } }
.h2-box-bn1 > div:first-child .image_description {
  position: absolute;
  top: 60px;
  left: 50px; }
  .rtl .h2-box-bn1 > div:first-child .image_description {
    right: 50px;
    left: auto; }
  @media (max-width: 767px) {
    .h2-box-bn1 > div:first-child .image_description {
      top: 40px;
      left: 30px; }
      .rtl .h2-box-bn1 > div:first-child .image_description {
        right: 30px;
        left: auto; } }
.h2-box-bn1 > div:first-child h4 {
  font-size: 16px;
  font-weight: 600;
  color: #ffd200;
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .h2-box-bn1 > div:first-child h4 {
      font-size: 14px;
      margin-bottom: 10px; } }
.h2-box-bn1 > div:first-child h2 {
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -1.05px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .h2-box-bn1 > div:first-child h2 {
      font-size: 32px;
      line-height: 38px;
      margin-bottom: 10px; } }
.h2-box-bn1 > div:first-child p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 60px;
  color: #fff; }
  @media (max-width: 767px) {
    .h2-box-bn1 > div:first-child p {
      font-size: 20px;
      margin-bottom: 30px; } }
  .h2-box-bn1 > div:first-child p:last-child {
    margin-bottom: 0; }
  .h2-box-bn1 > div:first-child p span {
    font-weight: 500; }
.h2-box-bn1 > div:first-child a {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  background-color: #54ae3f;
  padding: 16.5px 36.5px;
  border-radius: 3px;
  font-weight: 600;
  color: #fff; }
  @media (max-width: 767px) {
    .h2-box-bn1 > div:first-child a {
      padding: 10px 25px; } }
  .h2-box-bn1 > div:first-child a:hover {
    color: #54ae3f;
    background-color: #fff; }
@media (max-width: 1199px) and (min-width: 768px) {
  .h2-box-bn1 > div:last-child {
    padding: 0; } }
.h2-box-bn1 > div:last-child .ApImage {
  position: relative; }
  @media (min-width: 1200px) {
    .h2-box-bn1 > div:last-child .ApImage:first-child {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    .h2-box-bn1 > div:last-child .ApImage {
      margin-top: 20px; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .h2-box-bn1 > div:last-child .ApImage {
      padding: 0 10px;
      width: 50%;
      float: left; }
      .rtl .h2-box-bn1 > div:last-child .ApImage {
        float: right; } }
  @media (max-width: 479px) {
    .h2-box-bn1 > div:last-child .ApImage {
      margin-top: 10px; } }
.h2-box-bn1 > div:last-child .image_description {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .rtl .h2-box-bn1 > div:last-child .image_description {
    right: 40px;
    left: auto; }
.h2-box-bn1 > div:last-child h3 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 30px; }
.h2-box-bn1 > div:last-child p {
  margin-bottom: 0; }
  .h2-box-bn1 > div:last-child p a {
    font-weight: 500;
    color: #212121; }
    .h2-box-bn1 > div:last-child p a:after {
      height: 2px;
      background-color: #212121; }
    .h2-box-bn1 > div:last-child p a:hover {
      color: #54ae3f; }
      .h2-box-bn1 > div:last-child p a:hover:after {
        background-color: #54ae3f; }

.h2-box-list-cate {
  padding: 50px 0 40px 0;
  position: relative; }
  .h2-box-list-cate:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    background: #f1f3f6;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .h2-box-list-cate:before {
      margin-right: -1000px;
      margin-left: inherit; }
  .h2-box-list-cate > div {
    padding: 0; }
  .h2-box-list-cate .ApImage {
    width: 33.33333%;
    float: left;
    padding: 10px; }
    .rtl .h2-box-list-cate .ApImage {
      float: right; }
    @media (max-width: 1199px) {
      .h2-box-list-cate .ApImage {
        width: 50%; } }
    @media (max-width: 991px) {
      .h2-box-list-cate .ApImage {
        width: 100%; } }
    .h2-box-list-cate .ApImage .ApImage-inner {
      background-color: #fff; }
      @media (min-width: 480px) {
        .h2-box-list-cate .ApImage .ApImage-inner {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex; } }
      @media (max-width: 479px) {
        .h2-box-list-cate .ApImage .ApImage-inner {
          text-align: center; } }
    .h2-box-list-cate .ApImage img {
      max-width: 200px; }
    .h2-box-list-cate .ApImage .image_description {
      width: calc(100% - 200px);
      padding: 30px 0; }
      @media (max-width: 479px) {
        .h2-box-list-cate .ApImage .image_description {
          width: 100%;
          padding-top: 0; } }
      .h2-box-list-cate .ApImage .image_description .title-cate {
        margin-bottom: 20px; }
        .h2-box-list-cate .ApImage .image_description .title-cate a {
          font-size: 16px;
          color: #212121;
          font-weight: 600; }
      .h2-box-list-cate .ApImage .image_description ul {
        margin-bottom: 0; }
        .h2-box-list-cate .ApImage .image_description ul li {
          margin-bottom: 10px; }
          .h2-box-list-cate .ApImage .image_description ul li a {
            color: #999999; }
            .h2-box-list-cate .ApImage .image_description ul li a:hover {
              color: #54ae3f; }

.box-product.home-2 {
  padding: 50px 0; }

@media (max-width: 767px) {
  .h2-box-bn-2 > div:nth-child(1), .h2-box-bn-2 > div:nth-child(2) {
    margin-bottom: 20px; } }
@media (max-width: 1199px) {
  .h2-box-bn-2 .ApImage img {
    height: 250px !important;
    object-fit: cover; } }
.h2-box-bn-2 .ApImage .image_description {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .rtl .h2-box-bn-2 .ApImage .image_description {
    right: 40px;
    left: auto; }
  .h2-box-bn-2 .ApImage .image_description h4 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #fff; }
  .h2-box-bn-2 .ApImage .image_description h3 {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px; }
  .h2-box-bn-2 .ApImage .image_description p.start-at {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400; }
  .h2-box-bn-2 .ApImage .image_description p {
    margin-bottom: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600; }

.h2-box-product-tab {
  padding: 50px 0; }
  .h2-box-product-tab .thumbnail-container {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .h2-box-product-tab .tabs-dropdown-menu {
      width: calc(100% - 90px); }
      .h2-box-product-tab .tabs-dropdown-menu button {
        width: 100%;
        max-width: 250px;
        text-align: left;
        text-transform: inherit; }
        .rtl .h2-box-product-tab .tabs-dropdown-menu button {
          text-align: right; }
        .h2-box-product-tab .tabs-dropdown-menu button:after {
          content: '\f107';
          font-family: "FontAwesome";
          font-size: 14px;
          border: 0;
          width: 11px;
          height: 12px;
          line-height: 14px;
          float: right; }
      .h2-box-product-tab .tabs-dropdown-menu .dropdown-menu {
        width: 100%;
        max-width: 250px;
        max-height: 155px;
        overflow-y: scroll; }
        .h2-box-product-tab .tabs-dropdown-menu .dropdown-menu .dropdown-item {
          padding: 5px 15px;
          font-size: 12px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .h2-box-product-tab .tabs-dropdown-menu .dropdown-menu .dropdown-item:after {
            content: '\f00c';
            font-family: "FontAwesome";
            opacity: 0;
            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; }
          .h2-box-product-tab .tabs-dropdown-menu .dropdown-menu .dropdown-item:hover, .h2-box-product-tab .tabs-dropdown-menu .dropdown-menu .dropdown-item.active {
            background: none;
            color: #54ae3f; }
            .h2-box-product-tab .tabs-dropdown-menu .dropdown-menu .dropdown-item:hover:after, .h2-box-product-tab .tabs-dropdown-menu .dropdown-menu .dropdown-item.active:after {
              opacity: 1;
              visibility: visible; } }
  @media (max-width: 767px) {
    .h2-box-product-tab .owl-theme .owl-buttons {
      top: -71px; } }
  .h2-box-product-tab .products_block .block_content {
    padding-top: 15px;
    border-top: 1px solid #e1e1e1; }
    @media (max-width: 1199px) {
      .h2-box-product-tab .products_block .block_content {
        margin-top: 43px; } }
    @media (max-width: 767px) {
      .h2-box-product-tab .products_block .block_content {
        margin-top: 25px; } }
  .h2-box-product-tab .nav-tabs {
    border: 0;
    position: absolute;
    top: 7px;
    right: 80px; }
    .rtl .h2-box-product-tab .nav-tabs {
      left: 80px;
      right: auto; }
    .h2-box-product-tab .nav-tabs .nav-item {
      margin: 0 0 0 0; }
      .rtl .h2-box-product-tab .nav-tabs .nav-item {
        margin: 0 0 0 0; }
    @media (max-width: 1199px) {
      .h2-box-product-tab .nav-tabs {
        top: 49px;
        left: 0;
        right: auto;
        width: calc(100% - 80px); }
        [dir="rtl"] .h2-box-product-tab .nav-tabs {
          left: auto;
          right: 0; } }
  .h2-box-product-tab .nav-item .nav-link {
    font-weight: 500;
    text-transform: initial;
    border: 0;
    padding: 1.5px 15px;
    font-size: 14px;
    border-right: 1px solid #e1e1e1; }
    .rtl .h2-box-product-tab .nav-item .nav-link {
      border-left: 1px solid #e1e1e1;
      border-right: inherit; }
    .h2-box-product-tab .nav-item .nav-link:hover, .h2-box-product-tab .nav-item .nav-link.active {
      color: #212121; }
  .h2-box-product-tab .nav-item:last-child .nav-link {
    border-right: none; }
    .rtl .h2-box-product-tab .nav-item:last-child .nav-link {
      border-left: none;
      border-right: inherit; }

@media (max-width: 1199px) {
  .h2-box-bn-3 img {
    height: 280px !important;
    object-fit: cover; } }
.h2-box-bn-3 .image_description {
  position: absolute;
  top: 50%;
  width: 50%;
  left: 10px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .rtl .h2-box-bn-3 .image_description {
    right: 10px;
    left: auto; }
  @media (max-width: 991px) {
    .h2-box-bn-3 .image_description {
      width: 100%; } }
  .h2-box-bn-3 .image_description h4 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .h2-box-bn-3 .image_description h3 {
    font-size: 36px;
    color: #ffd200;
    margin-bottom: 15px; }
  .h2-box-bn-3 .image_description p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px; }
    .h2-box-bn-3 .image_description p:last-child {
      margin-bottom: 0; }

.box-blog.home-2 {
  position: relative;
  padding: 50px 0; }
  .box-blog.home-2:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    background: #f1f3f6;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .box-blog.home-2:before {
      margin-right: -1000px;
      margin-left: inherit; }
  .box-blog.home-2 .ApColumn .title_block {
    margin-left: 0; }
    .rtl .box-blog.home-2 .ApColumn .title_block {
      margin-right: 0;
      margin-left: inherit; }

.nopadding-bottom {
  padding-bottom: 0 !important; }

.subtitile-email {
  display: none; }

.h2-ft-email {
  padding: 50px 0;
  position: relative; }
  .h2-ft-email:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 1px;
    display: block !important;
    bottom: 0;
    background: #e1e1e1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .h2-ft-email:before {
      margin-right: -1000px;
      margin-left: inherit; }
  .h2-ft-email .subtitile-email {
    display: block; }
  .h2-ft-email .block_newsletter.block {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .h2-ft-email .block_newsletter.block {
        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; } }
  .h2-ft-email .wr-title-email {
    width: 41.66667%;
    float: left; }
    .rtl .h2-ft-email .wr-title-email {
      float: right; }
    @media (max-width: 767px) {
      .h2-ft-email .wr-title-email {
        width: 100%; } }
  .h2-ft-email .block_content {
    width: 58.33333%;
    float: right; }
    .rtl .h2-ft-email .block_content {
      float: left; }
    @media (min-width: 768px) {
      .h2-ft-email .block_content {
        padding-left: 43px; }
        .rtl .h2-ft-email .block_content {
          padding-right: 43px;
          padding-left: inherit; } }
    @media (max-width: 767px) {
      .h2-ft-email .block_content {
        width: 100%; } }
    .h2-ft-email .block_content p {
      display: none; }

@media (max-width: 767px) {
  .box-main-footer.home-2 > div:first-child {
    margin-top: 0; } }
.box-main-footer.home-2 .block-social {
  margin-top: 30px; }

/*# sourceMappingURL=styles.css.map */
