/***************************************************
  Mixins Themes
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes
/***************************************************/
/* effect zoom In #1 */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
@keyframes slideDash {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.main-video .image_description p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
.main-video > div {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .main-video > div {
      padding: 0; } }
.main-video .title_block {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .main-video .title_block {
      margin-left: 0; }
      .rtl .main-video .title_block {
        margin-right: 0;
        margin-left: inherit; } }
@media (max-width: 767px) {
  .main-video {
    padding-bottom: 30px; }
    .main-video .title_block {
      text-align: center !important;
      display: inline-block; }
    .main-video * {
      text-align: center; }
      .main-video * .video {
        margin: auto; } }

.ApCountdown {
  max-width: 800px;
  margin: auto;
  text-align: center;
  padding: 117px 0;
  max-height: 560px; }
  .ApCountdown .btn-count {
    width: 160px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    padding: 0; }
    .ApCountdown .btn-count:hover {
      color: #A25FF5; }
  .ApCountdown .ap-countdown-time {
    display: inline-block;
    margin-bottom: 70px; }
    .ApCountdown .ap-countdown-time li {
      float: left;
      margin-right: 55px; }
      .rtl .ApCountdown .ap-countdown-time li {
        float: right; }
      .rtl .ApCountdown .ap-countdown-time li {
        margin-left: 55px;
        margin-right: inherit; }
      .ApCountdown .ap-countdown-time li:last-child {
        margin: 0; }
    .ApCountdown .ap-countdown-time b {
      font-size: 48px;
      line-height: 24px;
      font-family: inherit;
      color: #121212;
      display: block; }
    .ApCountdown .ap-countdown-time span {
      color: #121212;
      font-size: 14px;
      font-family: inherit;
      line-height: 24px;
      text-transform: capitalize;
      margin-top: 15px;
      display: inline-block; }
  .ApCountdown .sub-title-widget {
    letter-spacing: 0.25px;
    line-height: 20px;
    font-weight: 300;
    color: #666;
    margin-bottom: 80px; }
    .ApCountdown .sub-title-widget span {
      color: #A25FF5; }
  .ApCountdown .title_block {
    font-size: 36px;
    letter-spacing: 1px; }
    .ApCountdown .title_block::before {
      content: none; }

.ApSlideShow .btn {
  background: #FFFFFF;
  width: 160px;
  height: 50px;
  color: #121212; }
  .ApSlideShow .btn:hover {
    background: #A25FF5; }

.block_carousel.block {
  text-align: center;
  padding: 60px 0 0;
  margin-bottom: 45px; }
  .block_carousel.block .owl-item {
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s; }
    .block_carousel.block .owl-item.active {
      opacity: 1; }
  .block_carousel.block:hover .title {
    letter-spacing: 2px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
  .block_carousel.block .owl-carousel {
    max-width: 873px;
    margin: auto; }
  .block_carousel.block .title {
    margin-top: 22px;
    font-size: 16px;
    color: #000;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    font-weight: 700; }
  .block_carousel.block .title_block {
    margin-bottom: 24px; }
  .block_carousel.block .descript {
    color: #000;
    font-style: italic;
    line-height: 24px; }
    .block_carousel.block .descript p {
      font-size: 16px; }
    @media (max-width: 767px) {
      .block_carousel.block .descript {
        padding: 30px 0; } }
  .block_carousel.block h3 {
    font-family: "Hind", sans-serif;
    font-size: 18px; }

.tabs-top {
  text-align: center;
  margin-top: 90px; }
  .tabs-top .nav-tabs {
    margin-bottom: 40px; }
  @media (max-width: 767px) {
    .tabs-top {
      margin-top: 60px; }
      .tabs-top .nav-tabs {
        margin-bottom: 40px; } }
  .tabs-top .item {
    display: inline-block;
    margin-bottom: 30px; }
  .tabs-top .nav-item {
    float: none;
    display: inline-block;
    margin: 5px 0 10px; }
  .tabs-top .tab-pane {
    opacity: 0.3;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s; }
    .tabs-top .tab-pane.active {
      opacity: 1;
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
      -webkit-transition-delay: 1s;
      -moz-transition-delay: 1s;
      transition-delay: 1s; }
  .tabs-top .nav-link {
    border: none;
    font-weight: 500;
    font-size: 16px;
    color: #909090;
    margin-right: 6px;
    text-transform: uppercase;
    padding: 0 15px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    letter-spacing: 0.24px; }
    @media (max-width: 479px) {
      .tabs-top .nav-link {
        padding: 0 5px; } }
    @media (max-width: 767px) {
      .tabs-top .nav-link {
        font-size: 16px; } }
    .tabs-top .nav-link:last-child {
      margin-right: 0; }
    .tabs-top .nav-link.active {
      border: none;
      color: #A25FF5;
      background: transparent; }
      .tabs-top .nav-link.active:focus, .tabs-top .nav-link.active:hover {
        color: #A25FF5; }
    .tabs-top .nav-link:hover {
      border: none;
      color: #A25FF5; }
  .tabs-top .title_block {
    margin-bottom: 20px; }

.block {
  margin-bottom: 2.5rem; }
  .block.ApImage {
    overflow: hidden;
    position: relative; }
    .block.ApImage::before {
      pointer-events: none;
      background-color: rgba(255, 255, 255, 0.5);
      bottom: 0%;
      content: "";
      left: 50%;
      position: absolute;
      right: 51%;
      top: 0%;
      opacity: 1;
      -webkit-transition: all 1s ease 0s;
      -o-transition: all 1s ease 0s;
      transition: all 1s ease 0s; }
    .block.ApImage::after {
      pointer-events: none;
      background-color: rgba(255, 255, 255, 0.5);
      bottom: 50%;
      content: "";
      left: 0%;
      position: absolute;
      right: 0%;
      top: 51%;
      -webkit-transition: all 1s ease 0s;
      -o-transition: all 1s ease 0s;
      transition: all 1s ease 0s;
      opacity: 1; }
    .block.ApImage:hover::before {
      left: 0%;
      right: 0%;
      opacity: 0;
      -webkit-transition: all 1s ease 0s;
      -o-transition: all 1s ease 0s;
      transition: all 1s ease 0s; }
    .block.ApImage:hover::after {
      top: 0%;
      bottom: 0%;
      opacity: 0;
      -webkit-transition: all 1s ease 0s;
      -o-transition: all 1s ease 0s;
      transition: all 1s ease 0s; }
    @media (max-width: 992px) {
      .block.ApImage {
        margin-bottom: 30px; } }

.ApImage {
  margin: 30px 0; }
  .ApImage .image_description {
    position: absolute; }
    .ApImage .image_description div {
      font-size: 24px;
      color: #121212;
      font-weight: 500; }
    .ApImage .image_description p {
      font-size: 16px; }
    .ApImage .image_description span {
      color: #A25FF5; }
    .ApImage .image_description a {
      background: #A25FF5;
      color: #fff;
      text-transform: uppercase;
      padding: 10px 50px;
      line-height: 30px;
      font-size: 14px; }

.title_block, .blog-lastest-title, #blog-listing > h1 {
  color: #121212;
  font-size: 30px;
  font-family: inherit;
  position: relative;
  display: block;
  max-width: 600px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 34px;
  letter-spacing: 0.2px;
  margin: auto;
  z-index: 8;
  margin-bottom: 50px; }

.ap-popup {
  display: none; }

.container-config {
  max-width: 1000px; }

.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: 10px; }
@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 #f1f1f1; }
  .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: #392c0f;
        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 #392c0f #392c0f #392c0f; }

.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 #f1f1f1; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #f1f1f1;
    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 #392c0f #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #392c0f transparent #392c0f #392c0f;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #f1f1f1; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #f1f1f1;
    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 #392c0f; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #392c0f #392c0f #392c0f 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 #A25FF5; }
    .widget-tabs li.active a {
      color: #A25FF5; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 25px;
    line-height: 25px;
    font-family: "FontAwesome";
    color: #A25FF5;
    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;
  margin-bottom: 10px; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: capitalize; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    color: #000000; }

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative; }

div[id^="gmap-stores-list"] {
  overflow: auto !important; }

div[id^="gmap-stores-list"] > ul {
  margin: 30px; }

.display-list-store {
  background-color: #6cabd5;
  float: left; }
  .rtl .display-list-store {
    float: right; }

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%; }

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px 0.9375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more {
  text-align: center; }
  .box-show-more a {
    color: #666;
    background: #fff;
    border: 1px solid #666;
    text-transform: uppercase;
    font-weight: 500;
    padding: 16px 20px 12px;
    font-size: 14px;
    border-radius: 3px; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 3.75rem;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 1.875rem;
    background: #c70005;
    padding: 25px 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: 25px; }
    .rtl .full-slider .carousel-control.left {
      right: 25px;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 25px; }
    .rtl .full-slider .carousel-control.right {
      left: 25px;
      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 #f1f1f1; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .cover-live-edit .link-to-back-end:hover {
      background-color: #00e676;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

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

/**
* End for module ApFullSlider
*/
.ApProductCarousel {
  margin-bottom: 50px;
  margin-top: 50px; }
  .ApProductCarousel .sub-title-widget {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 0 10px; }
  .ApProductCarousel .owl-buttons {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  .ApProductCarousel:hover .owl-buttons {
    opacity: 1;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

@media (max-width: 991px) {
  .bgr-profile-home2 div.ApColumn:first-child {
    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; }
    .bgr-profile-home2 div.ApColumn:first-child img {
      max-width: 768px;
      margin: auto; } }
@media (max-width: 790px) {
  .bgr-profile-home2 div.ApColumn:first-child {
    padding-left: 30px;
    padding-right: 30px; }
    .bgr-profile-home2 div.ApColumn:first-child img {
      width: 100% !important;
      max-width: 100%; } }
@media (min-width: 992px) {
  .bgr-profile-home2 div.ApColumn:first-child img {
    width: 169% !important; } }
.bgr-profile-home2 .ApImage img {
  position: relative;
  z-index: 9; }
.bgr-profile-home2 .block_content {
  background: url("../img/bgr-profile-home2.jpg") no-repeat right bottom; }
  @media (min-width: 992px) {
    .bgr-profile-home2 .block_content {
      padding: 5% 6% 0 18%; }
      .rtl .bgr-profile-home2 .block_content {
        padding: 5% 18% 0 6%; } }
  @media (min-width: 1500px) {
    .bgr-profile-home2 .block_content {
      padding: 5% 9% 0 26%; }
      .rtl .bgr-profile-home2 .block_content {
        padding: 5% 26% 0 9%; } }
  @media (max-width: 991px) {
    .bgr-profile-home2 .block_content {
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      box-sizing: border-box; } }
.bgr-profile-home2 .ApProductCarousel .title_block {
  margin-top: 70px;
  color: #A25FF5; }
  @media (min-width: 992px) {
    .bgr-profile-home2 .ApProductCarousel .title_block {
      margin-left: 28%;
      text-align: left; }
      .rtl .bgr-profile-home2 .ApProductCarousel .title_block {
        margin-right: 28%;
        margin-left: inherit; }
      .rtl .bgr-profile-home2 .ApProductCarousel .title_block {
        text-align: right; } }
@media (min-width: 992px) {
  .bgr-profile-home2 .ApProductCarousel .sub-title-widget {
    margin-left: 35%; }
    .rtl .bgr-profile-home2 .ApProductCarousel .sub-title-widget {
      margin-right: 35%;
      margin-left: inherit; } }
.bgr-profile-home2 .product-flags {
  background: #FFFFFF;
  margin-top: -1px; }
.bgr-profile-home2 .functional-buttons {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.bgr-profile-home2 .product-description {
  background: #FFFFFF;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
.bgr-profile-home2 .thumbnail-container:hover .product-description {
  background: none; }
.bgr-profile-home2 .thumbnail-container:hover .functional-buttons {
  background: #FFFFFF; }

.section-flex .title_block {
  max-width: inherit; }
@media (max-width: 575px) {
  .section-flex .ApImage {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -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;
    -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; }
    .section-flex .ApImage .image_description {
      text-align: center; } }
@media (min-width: 576px) {
  .section-flex > .ApRow {
    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) {
  .section-flex > .ApRow .image_description {
    margin-left: 0; }
    .rtl .section-flex > .ApRow .image_description {
      margin-right: 0;
      margin-left: inherit; } }
@media (max-width: 991px) {
  .section-flex > .ApRow .ApColumn img {
    max-width: 100%; } }
@media (min-width: 576px) {
  .section-flex .ApColumn:first-child img {
    position: absolute;
    right: -18%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9; }
    .rtl .section-flex .ApColumn:first-child img {
      left: -18%;
      right: auto; } }
@media (min-width: 576px) and (max-width: 991px) {
  .section-flex .ApColumn:first-child img {
    width: 35% !important;
    right: -23%; }
    .rtl .section-flex .ApColumn:first-child img {
      left: -23%;
      right: auto; } }
@media (max-width: 575px) {
  .section-flex .ApColumn:first-child img {
    margin: 20px 0; } }
@media (max-width: 575px) {
  .section-flex .ApColumn:last-child {
    clear: both;
    overflow: hidden; } }

.tab-primary .ApProductCarousel {
  margin-top: 28px; }

.wrapper {
  background-position: center !important; }

.title-timeout {
  text-align: left;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 15px; }
  .rtl .title-timeout {
    text-align: right; }

.leo-more-cdown {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 7px 0 5px; }
  .leo-more-cdown li {
    width: 25%;
    text-align: center;
    float: left; }
    .rtl .leo-more-cdown li {
      float: right; }
    .leo-more-cdown li b {
      font-size: 18px;
      line-height: 24px;
      display: block;
      font-weight: 600;
      font-family: inherit;
      color: #000; }
      @media (max-width: 767px) {
        .leo-more-cdown li b {
          font-size: 26px; } }
      @media (max-width: 460px) {
        .leo-more-cdown li b {
          font-size: 18px; } }
    .leo-more-cdown li span {
      font-size: 12px;
      color: #999;
      text-transform: uppercase; }

img {
  backface-visibility: hidden; }

@media (max-width: 575px) {
  .ApColumn .ApCountdown {
    padding: 60px 15px; }
    .ApColumn .ApCountdown .ap-countdown-time {
      margin-bottom: 30px; }
      .ApColumn .ApCountdown .ap-countdown-time li {
        margin-right: 25px; }
        .rtl .ApColumn .ApCountdown .ap-countdown-time li {
          margin-left: 25px;
          margin-right: inherit; }
      .ApColumn .ApCountdown .ap-countdown-time b {
        font-size: 26px; }
    .ApColumn .ApCountdown .sub-title-widget {
      margin-bottom: 40px;
      font-size: 14px; }
    .ApColumn .ApCountdown .title_block {
      font-size: 26px; }

  .manufacturers_block {
    margin-top: -45px; }
    .manufacturers_block img {
      margin: 10px 0; } }
@media (max-width: 480px) {
  .manufacturers_block {
    margin-top: -30px; } }
/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  overflow: hidden;
  left: 0px;
  float: left;
  text-align: left;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  .rtl .leo-more-info {
    right: 0px;
    left: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .leo-more-info .thumbs_list {
    overflow: hidden;
    float: left;
    width: 80px;
    height: 466px; }
    .rtl .leo-more-info .thumbs_list {
      float: right; }
    @media (max-width: 1499px) {
      .leo-more-info .thumbs_list {
        width: 75px;
        height: 346px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .leo-more-info .thumbs_list {
        width: 60px;
        height: 299px; } }
    @media (max-width: 767px) {
      .leo-more-info .thumbs_list {
        width: 90px;
        height: 528px; } }
    @media (max-width: 660px) {
      .leo-more-info .thumbs_list {
        width: 90px;
        height: 420px; } }
    @media (max-width: 570px) {
      .leo-more-info .thumbs_list {
        width: 75px;
        height: 332px; } }
    @media (max-width: 470px) {
      .leo-more-info .thumbs_list {
        width: 50px;
        height: 238px; } }
    @media (max-width: 350px) {
      .leo-more-info .thumbs_list {
        width: 50px;
        height: 177px; } }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      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;
      float: left; }
      .rtl .leo-more-info .thumbs_list li {
        float: right; }
      .leo-more-info .thumbs_list li a {
        display: block;
        text-align: center;
        margin-bottom: 20px; }
        @media (max-width: 470px) {
          .leo-more-info .thumbs_list li a {
            margin-bottom: 10px; } }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    margin: auto;
    bottom: 19px;
    border: 1px solid #e5e5e5;
    height: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
    background: #fff; }
    .leo-more-info .view_scroll_left .fa-chevron-up::before,
    .leo-more-info .view_scroll_right .fa-chevron-up::before {
      content: '\f106';
      font-family: "FontAwesome";
      font-size: 20px;
      color: #121212; }
    .leo-more-info .view_scroll_left .fa-chevron-down::before,
    .leo-more-info .view_scroll_right .fa-chevron-down::before {
      content: '\f107';
      font-family: "FontAwesome";
      font-size: 18px;
      color: #121212; }
  .leo-more-info .view_scroll_right {
    bottom: 0px; }
  .leo-more-info .view_scroll_left {
    bottom: 19px; }

.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 img {
  max-width: 100%; }
.instagram-block .owl-item {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }
.instagram-block a {
  display: inline-block;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden; }
  .instagram-block a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
    .instagram-block a img:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .instagram-block a::after {
    content: '';
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
    display: block;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: scale(0.5, 1);
    -ms-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 9; }
  .instagram-block a::before {
    content: '';
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
    display: block;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: scale(1, 0.5);
    -ms-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 9; }
  .instagram-block a:hover::after, .instagram-block a:hover::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 1; }
.instagram-block .link-instagram {
  border: 1px solid #000;
  text-align: center;
  padding: 20px;
  margin-top: 30px; }
  .instagram-block .link-instagram i {
    display: none; }
  .instagram-block .link-instagram a {
    margin: 0; }

/*** Responsive part ***/
.sub-title-widget {
  max-width: 520px;
  text-align: left;
  letter-spacing: 0.25px;
  line-height: 24px;
  font-size: 15px;
  text-transform: uppercase;
  color: #909090;
  font-family: "Dosis", sans-serif;
  font-weight: 400; }
  .rtl .sub-title-widget {
    text-align: right; }

.page-cart .cart-item, .page-order .cart-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .page-cart .cart-item:last-child, .page-order .cart-item:last-child {
    border-bottom: 0; }
.page-cart #block-reassurance li, .page-order #block-reassurance li {
  width: 100%;
  margin-top: 15px;
  padding: 0; }
  .page-cart #block-reassurance li:first-child, .page-order #block-reassurance li:first-child {
    margin-top: 0; }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #A25FF5;
  opacity: 0.6;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); }

#module-leofeature-viewwishlist .leo-wishlist-product .thumbnail-container .button-container {
  margin-top: 10px; }
  #module-leofeature-viewwishlist .leo-wishlist-product .thumbnail-container .button-container .cssload-speeding-wheel {
    margin: auto; }
#module-leofeature-viewwishlist .leo-wishlist-product .thumbnail-container .price {
  color: #A25FF5; }
#module-leofeature-viewwishlist .leo-wishlist-product .thumbnail-container .product-title a {
  margin-bottom: 0; }
#module-leofeature-viewwishlist .thumbnail-container .leo_cart_quantity {
  position: static; }
#module-leofeature-viewwishlist .thumbnail-container .leo-pro-attr-section, #module-leofeature-viewwishlist .thumbnail-container .leo_cart_quantity {
  top: auto !important;
  opacity: 1 !important; }
#module-leofeature-viewwishlist .thumbnail-container:hover .product-image {
  box-shadow: none; }
#module-leofeature-viewwishlist .thumbnail-container:hover .product-description > * {
  opacity: 1;
  visibility: visible; }
#module-leofeature-viewwishlist .thumbnail-container .leo-pro-attr-section {
  margin: 10px 0;
  position: relative !important; }

.aeuc_before_label {
  min-width: 120px; }

.thumbnail-container .aeuc_unit_price_label {
  line-height: 16px; }

.bgr-black {
  background: #000;
  color: #fff; }
  .bgr-black::before {
    border-bottom: 1px solid #fff; }

.ApCategoryImage + script + .ApHtml {
  display: none; }

.ApManuFacturersCarousel {
  border-top: 1px solid #e9e9e9;
  padding-top: 77px; }
  .ApManuFacturersCarousel.block {
    margin-bottom: 75px; }
  @media (max-width: 767px) {
    .ApManuFacturersCarousel {
      padding-top: 40px; }
      .ApManuFacturersCarousel.block {
        margin-bottom: 40px; } }
  .ApManuFacturersCarousel .left-block {
    text-align: center; }

.ApCategoryImage {
  margin-left: -15px;
  margin-right: -15px; }
  .ApCategoryImage img {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%; }
  .ApCategoryImage ul {
    float: left;
    text-align: center;
    margin-bottom: 0;
    width: 100%; }
    .rtl .ApCategoryImage ul {
      float: right; }
    @media (min-width: 1500px) {
      .ApCategoryImage ul {
        min-width: 20%; } }
    @media (max-width: 1499px) {
      .ApCategoryImage ul {
        min-width: 25%; } }
    @media (max-width: 991px) {
      .ApCategoryImage ul {
        min-width: 20%; } }
    @media (max-width: 767px) {
      .ApCategoryImage ul {
        min-width: 25%; } }
    @media (max-width: 650px) {
      .ApCategoryImage ul {
        min-width: 33.333%; } }
    @media (max-width: 500px) {
      .ApCategoryImage ul {
        min-width: 50%; } }
    .ApCategoryImage ul li:hover a:before {
      animation: slideDash 3s infinite linear;
      border: 2px dotted #A25FF5; }
  .ApCategoryImage .cover-img {
    max-height: 56px;
    height: 56px;
    position: relative; }
  .ApCategoryImage a {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 100%;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden; }
    .ApCategoryImage a::before {
      content: '';
      border-radius: 50%;
      border: 2px dotted rgba(143, 143, 143, 0.3);
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0; }
    .ApCategoryImage a:hover span {
      color: #A25FF5;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .ApCategoryImage a span {
      display: block;
      text-transform: uppercase;
      font-weight: 500;
      color: #666;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .ApCategoryImage a span.cate_content {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%; }
      .ApCategoryImage a span > span:last-child {
        margin-top: 10px; }
      @media (max-width: 1499px) {
        .ApCategoryImage a span > span {
          font-size: 12px; }
          .ApCategoryImage a span > span:last-child {
            margin-top: 5px; } }

.hotpot-post {
  padding: 95px 0 75px; }
  @media (max-width: 767px) {
    .hotpot-post {
      padding: 60px 0; } }
  .hotpot-post .imagehotspot-container {
    position: relative;
    max-width: 525px; }
    @media (max-width: 767px) {
      .hotpot-post .imagehotspot-container {
        margin: auto; } }
  .hotpot-post .des {
    margin: 10px 0; }
  @media (min-width: 768px) {
    .hotpot-post .ApRow {
      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; } }
  .hotpot-post .ApImageHotspot {
    margin-bottom: 0; }
  .hotpot-post .ApHtml {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .hotpot-post .ApHtml {
        text-align: center;
        margin-top: 55px; } }
    .hotpot-post .ApHtml span {
      font-family: "Dosis", sans-serif;
      font-size: 42px;
      letter-spacing: 0.2px;
      font-weight: 500;
      text-transform: capitalize; }
    .hotpot-post .ApHtml h3 {
      color: #121212;
      font-size: 44px;
      font-weight: 600; }
    .hotpot-post .ApHtml p {
      font-size: 16px;
      text-transform: uppercase; }
    .hotpot-post .ApHtml a {
      color: #fff;
      background: #A25FF5;
      display: inline-block;
      padding: 13px 25px 10px;
      font-size: 16px;
      margin-top: 35px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .hotpot-post .ApHtml a:hover {
        opacity: 0.8; }

.time-store span + span {
  float: right; }
  .rtl .time-store span + span {
    float: left; }
@media (min-width: 768px) and (max-width: 991px) {
  .time-store span {
    display: block; }
    .time-store span + span {
      float: none;
      margin-bottom: 0; } }
.time-store li {
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .time-store li:not(:last-child) {
    border-bottom: 1px solid #A25FF5; }

.link-instagram {
  display: none; }

.h-color {
  color: #A25FF5;
  font-weight: 600; }

.post-logo img {
  max-height: 31px;
  min-width: 95px; }

body:not(#index) .check-logo .post-logo:first-child {
  display: none; }
body:not(#index) .widget-search #search_button .ion-android-close {
  background: #fff; }
body#index .check-logo .post-logo:nth-child(2) {
  display: none; }

.widget-cate .owl-item img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.widget-cate .owl-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.widget-category_image .owl-theme .owl-buttons div {
  top: 50%; }
  @media (min-width: 1500px) and (max-width: 1535px) {
    .widget-category_image .owl-theme .owl-buttons div.owl-next {
      right: 12px; }
      .rtl .widget-category_image .owl-theme .owl-buttons div.owl-next {
        left: 12px;
        right: auto; }
    .widget-category_image .owl-theme .owl-buttons div.owl-prev {
      left: 12px; }
      .rtl .widget-category_image .owl-theme .owl-buttons div.owl-prev {
        right: 12px;
        left: auto; } }
  @media (min-width: 1200px) and (max-width: 1235px) {
    .widget-category_image .owl-theme .owl-buttons div.owl-next {
      right: 12px; }
      .rtl .widget-category_image .owl-theme .owl-buttons div.owl-next {
        left: 12px;
        right: auto; }
    .widget-category_image .owl-theme .owl-buttons div.owl-prev {
      left: 12px; }
      .rtl .widget-category_image .owl-theme .owl-buttons div.owl-prev {
        right: 12px;
        left: auto; } }
  @media (max-width: 991px) {
    .widget-category_image .owl-theme .owl-buttons div.owl-next {
      right: 12px; }
      .rtl .widget-category_image .owl-theme .owl-buttons div.owl-next {
        left: 12px;
        right: auto; }
    .widget-category_image .owl-theme .owl-buttons div.owl-prev {
      left: 12px; }
      .rtl .widget-category_image .owl-theme .owl-buttons div.owl-prev {
        right: 12px;
        left: auto; } }

.show-product-list {
  display: none; }

.leo-quicklogin-modal {
  display: block !important;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .leo-quicklogin-modal .leo-login-title {
    display: none !important; }
  .leo-quicklogin-modal .lql-action {
    padding-left: 15px;
    padding-right: 15px; }
  .leo-quicklogin-modal .form-control {
    background: #fff;
    border: 1px solid #ebebeb; }
  .leo-quicklogin-modal .form-control-label {
    display: inline-block;
    margin: 0;
    padding: 0; }
  .leo-quicklogin-modal .lql-callregister {
    text-align: center; }
  .leo-quicklogin-modal .lql-social-login {
    text-align: center;
    margin-top: 60px; }
  .leo-quicklogin-modal .social-login-bt {
    padding: 0;
    width: 42px;
    height: 42px;
    margin-top: 15px; }
    .leo-quicklogin-modal .social-login-bt.google-login-bt:hover {
      background: #DE332C; }
    .leo-quicklogin-modal .social-login-bt * {
      color: #FFFFFF !important;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .leo-quicklogin-modal .social-login-bt:hover {
      border: 1px solid transparent; }
      .leo-quicklogin-modal .social-login-bt:hover * {
        color: #FFFFFF;
        opacity: 0.6; }
    .leo-quicklogin-modal .social-login-bt:nth-child(3) {
      margin-left: 30px; }
      .rtl .leo-quicklogin-modal .social-login-bt:nth-child(3) {
        margin-right: 30px;
        margin-left: inherit; }
    .leo-quicklogin-modal .social-login-bt:nth-child(4) {
      margin-left: 30px; }
      .rtl .leo-quicklogin-modal .social-login-bt:nth-child(4) {
        margin-right: 30px;
        margin-left: inherit; }
    .leo-quicklogin-modal .social-login-bt span {
      margin-top: 5px; }
  .leo-quicklogin-modal .leo-resetpass-form {
    margin-top: 25px; }
    .leo-quicklogin-modal .leo-resetpass-form h3 {
      font-family: "Dosis", sans-serif;
      font-weight: 500;
      color: #121212;
      font-size: 16px; }
  .leo-quicklogin-modal .lql-calllogin {
    text-align: center; }
  .leo-quicklogin-modal .leo-register-title {
    display: none; }
  .leo-quicklogin-modal .form-control-submit {
    margin-top: 16px; }
    .leo-quicklogin-modal .form-control-submit:hover {
      background: #121212; }
  .leo-quicklogin-modal .lql-social-login-title {
    font-weight: 500;
    font-family: "Dosis", sans-serif;
    text-transform: capitalize;
    color: #121212;
    display: block;
    font-size: 18px;
    position: relative; }
    .leo-quicklogin-modal .lql-social-login-title::before {
      content: '';
      left: 0;
      right: 0;
      top: -35px;
      display: block;
      height: 1px;
      background: #121212;
      position: absolute;
      opacity: 0.3; }
    .leo-quicklogin-modal .lql-social-login-title::after {
      content: 'or';
      position: absolute;
      top: -44px;
      left: 50%;
      transform: translateX(-50%);
      background: #fff;
      width: 69px;
      font-weight: 300;
      color: #666;
      font-family: "Hind", sans-serif; }
  .leo-quicklogin-modal .lql-form-content-element input:-webkit-autofill, .leo-quicklogin-modal .lql-form-content-element input:-webkit-autofill:hover, .leo-quicklogin-modal .lql-form-content-element input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s; }
  .leo-quicklogin-modal .google-login-bt {
    background: #DE332C; }
  .leo-quicklogin-modal .lql-rememberme {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 12px;
    height: 11px;
    border: 1px solid #d1cdc3;
    position: relative;
    margin-right: 3px; }
    .leo-quicklogin-modal .lql-rememberme:focus {
      outline: none;
      border: 1px solid #d1cdc3; }
    .leo-quicklogin-modal .lql-rememberme::before {
      content: "\f383";
      position: absolute;
      font-family: "leo-theme";
      font-size: 10px;
      top: -3px;
      font-weight: 600;
      left: 1px;
      opacity: 0;
      color: #2DC66D; }
    .rtl .leo-quicklogin-modal .lql-rememberme {
      margin-left: 3px;
      margin-right: inherit; }
    .leo-quicklogin-modal .lql-rememberme:checked::before, .leo-quicklogin-modal .lql-rememberme:hover::before {
      opacity: 1; }
  .leo-quicklogin-modal .lql-action-bt h2 {
    font-weight: 500;
    font-family: "Dosis", sans-serif;
    text-transform: capitalize;
    color: #121212;
    display: inline-block;
    font-size: 18px;
    border-bottom: 1px solid #121212; }
    .leo-quicklogin-modal .lql-action-bt h2.lql-active {
      color: #A25FF5;
      border-bottom: 1px solid #A25FF5; }
  .leo-quicklogin-modal .lql-action-bt:first-child {
    text-align: left; }
    .rtl .leo-quicklogin-modal .lql-action-bt:first-child {
      text-align: right; }
  .leo-quicklogin-modal .lql-action-bt:nth-child(2) {
    text-align: right; }
    .rtl .leo-quicklogin-modal .lql-action-bt:nth-child(2) {
      text-align: left; }
  .leo-quicklogin-modal .modal-content {
    background: transparent;
    border: none; }
  .leo-quicklogin-modal .modal-body {
    background: #fff;
    padding: 35px; }
  .leo-quicklogin-modal .modal-header {
    padding: 0;
    border: none; }
    .leo-quicklogin-modal .modal-header .close {
      opacity: 1; }
      .leo-quicklogin-modal .modal-header .close * {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        text-shadow: none; }
  .leo-quicklogin-modal .lql-action {
    border: none; }
  .leo-quicklogin-modal.modal.fade .modal-dialog {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: auto;
    left: 50%;
    top: 46%;
    min-width: 400px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    margin: auto; }
    @media (max-width: 567px) {
      .leo-quicklogin-modal.modal.fade .modal-dialog {
        min-width: 320px; }
        .leo-quicklogin-modal.modal.fade .modal-dialog .modal-body {
          padding: 20px; } }
  .leo-quicklogin-modal.modal.fade.in.fade {
    pointer-events: inherit; }
    .leo-quicklogin-modal.modal.fade.in.fade .modal-dialog {
      top: 50%;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      visibility: visible;
      opacity: 1; }

@media (min-width: 700px) and (max-width: 991px) {
  .ApProductList .product_block {
    width: 33.333%; }
    .ApProductList .product_block:nth-child(3n+1) {
      clear: both; } }

#js-product-list-header {
  font-weight: 600; }

#cms.country-us .about-image, #cms.country-us .img-about {
  overflow: hidden; }
#cms.country-us .page-header h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin-bottom: 44px; }
  #cms.country-us .page-header h1:before {
    border-bottom: 2px solid black;
    content: "";
    position: absolute;
    width: 35px;
    bottom: -10px;
    padding: 5px 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
#cms.country-us #content {
  max-width: inherit;
  padding: 0; }
  #cms.country-us #content img {
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    max-width: 100%; }
    #cms.country-us #content img:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
  #cms.country-us #content .post-infor-about p {
    margin-bottom: 10px; }
  #cms.country-us #content .block-social .block_content {
    position: relative;
    padding-top: 10px;
    float: none; }
    #cms.country-us #content .block-social .block_content::before {
      content: '';
      width: 80px;
      height: 1px;
      position: absolute;
      background: #909090;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    #cms.country-us #content .block-social .block_content a {
      font-size: 0;
      width: 15px; }
      #cms.country-us #content .block-social .block_content a::before {
        font-size: 16px !important; }
    #cms.country-us #content .block-social .block_content li {
      float: none;
      margin: 0 7px;
      display: inline-block; }
  #cms.country-us #content .about-team {
    margin-top: 100px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    #cms.country-us #content .about-team .title {
      font-weight: 600;
      color: #121212;
      text-transform: uppercase;
      margin-bottom: 35px; }
    @media (min-width: 576px) {
      #cms.country-us #content .about-team .col-md-4 {
        width: 33.333%;
        float: left; }
        .rtl #cms.country-us #content .about-team .col-md-4 {
          float: right; } }
    @media (max-width: 575px) {
      #cms.country-us #content .about-team .col-md-4 {
        margin-bottom: 30px; } }
    #cms.country-us #content .about-team h3 {
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
      margin-top: 30px;
      line-height: 22px;
      color: #121212;
      letter-spacing: 0.2px;
      font-family: "Dosis", sans-serif; }
      @media (max-width: 575px) {
        #cms.country-us #content .about-team h3 {
          margin-top: 20px; } }
  @media (min-width: 768px) {
    #cms.country-us #content .top-about > .row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      #cms.country-us #content .top-about > .row .col-md-6 {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
  #cms.country-us #content .top-about p {
    font-size: 16px;
    line-height: 24px; }
  #cms.country-us #content .top-about strong {
    color: #121212;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 24px;
    font-family: "Dosis", sans-serif;
    display: block;
    margin-top: 60px; }
    @media (max-width: 1199px) {
      #cms.country-us #content .top-about strong {
        margin-top: 30px; } }
  #cms.country-us #content .conten-about {
    background: #f5f5f5;
    padding: 60px;
    text-align: left; }
    .rtl #cms.country-us #content .conten-about {
      text-align: right; }
    #cms.country-us #content .conten-about h4 {
      font-family: "Dosis", sans-serif;
      font-weight: 600;
      margin-bottom: 45px;
      font-size: 30px;
      line-height: 40px;
      color: #121212;
      letter-spacing: 0.2px; }
    @media (max-width: 1499px) {
      #cms.country-us #content .conten-about {
        padding: 40px;
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 25px; } }

.fh-7-profile-listhumb {
  background: #fff;
  padding: 30px;
  margin: 0; }
  @media (min-width: 1200px) {
    .fh-7-profile-listhumb {
      margin-top: 86px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .fh-7-profile-listhumb {
      padding: 30px 20px 25px; } }
  @media (max-width: 767px) {
    .fh-7-profile-listhumb {
      padding: 20px; } }
  .fh-7-profile-listhumb .leo-list-product-reviews {
    text-align: left;
    float: left; }
    .rtl .fh-7-profile-listhumb .leo-list-product-reviews {
      text-align: right; }
    .rtl .fh-7-profile-listhumb .leo-list-product-reviews {
      float: right; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .fh-7-profile-listhumb .leo-list-product-reviews {
        float: none !important; } }
    @media (max-width: 767px) {
      .fh-7-profile-listhumb .leo-list-product-reviews {
        float: none !important;
        display: inline-block; } }
  .fh-7-profile-listhumb .leo-more-cdown {
    margin-top: 30px;
    padding-top: 12px;
    padding-bottom: 7px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .fh-7-profile-listhumb .leo-more-cdown {
        padding-top: 5px;
        padding-bottom: 2px; } }
    @media (max-width: 991px) {
      .fh-7-profile-listhumb .leo-more-cdown {
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .fh-7-profile-listhumb .leo-more-cdown {
        margin-top: 20px;
        padding-top: 15px; } }
  .fh-7-profile-listhumb .wishlist .hidden {
    display: block;
    color: #666;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 28px; }
    @media (min-width: 768px) and (max-width: 1499px) {
      .fh-7-profile-listhumb .wishlist .hidden {
        font-size: 14px; } }
  .fh-7-profile-listhumb .view_scroll_right, .fh-7-profile-listhumb .view_scroll_left {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .fh-7-profile-listhumb .view_scroll_right.disable, .fh-7-profile-listhumb .view_scroll_left.disable {
      cursor: auto; }
      .fh-7-profile-listhumb .view_scroll_right.disable em::before, .fh-7-profile-listhumb .view_scroll_left.disable em::before {
        opacity: 0.5; }
  .fh-7-profile-listhumb .view-all {
    font-size: 16px;
    text-transform: uppercase;
    color: #A25FF5;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    margin-top: 40px;
    display: inline-block; }
    @media (max-width: 1499px) {
      .fh-7-profile-listhumb .view-all {
        margin-top: 30px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .fh-7-profile-listhumb .view-all {
        font-size: 14px;
        margin-top: 20px; } }
    .fh-7-profile-listhumb .view-all::before, .fh-7-profile-listhumb .view-all::after {
      left: 0;
      bottom: -5px; }
      .rtl .fh-7-profile-listhumb .view-all::before, .rtl .fh-7-profile-listhumb .view-all::after {
        right: 0;
        left: auto; }
    .fh-7-profile-listhumb .view-all::before {
      content: '';
      width: 0px;
      height: 1px;
      position: absolute;
      background: #A25FF5;
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s; }
    .fh-7-profile-listhumb .view-all::after {
      content: '';
      width: 50px;
      height: 1px;
      position: absolute;
      background: #909090;
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .fh-7-profile-listhumb .view-all::after {
          width: 30px; } }
    .fh-7-profile-listhumb .view-all:hover {
      color: #A25FF5; }
      .fh-7-profile-listhumb .view-all:hover::before {
        width: 50px;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s; }
      .fh-7-profile-listhumb .view-all:hover::after {
        width: 0px;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s; }
  .fh-7-profile-listhumb .owl-row {
    padding: 0; }
  .fh-7-profile-listhumb .thumbnail-container {
    overflow: hidden;
    margin: 0;
    text-align: left; }
    .rtl .fh-7-profile-listhumb .thumbnail-container {
      text-align: right; }
    .fh-7-profile-listhumb .thumbnail-container .name-btn-product {
      font-size: 15px; }
      @media (min-width: 768px) and (max-width: 1499px) {
        .fh-7-profile-listhumb .thumbnail-container .name-btn-product {
          font-size: 14px; } }
    .fh-7-profile-listhumb .thumbnail-container .product-additional {
      display: none; }
    .fh-7-profile-listhumb .thumbnail-container .product-price-and-shipping {
      float: left;
      margin-right: 60px; }
      .rtl .fh-7-profile-listhumb .thumbnail-container .product-price-and-shipping {
        float: right; }
      .rtl .fh-7-profile-listhumb .thumbnail-container .product-price-and-shipping {
        margin-left: 60px;
        margin-right: inherit; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .fh-7-profile-listhumb .thumbnail-container .product-price-and-shipping {
          float: none !important;
          margin: 0 !important; } }
      @media (max-width: 767px) {
        .fh-7-profile-listhumb .thumbnail-container .product-price-and-shipping {
          float: none !important;
          margin: 5px !important; } }
      .fh-7-profile-listhumb .thumbnail-container .product-price-and-shipping .discount-percentage {
        font-size: 14px;
        padding: 4px 10px 2px; }
      .fh-7-profile-listhumb .thumbnail-container .product-price-and-shipping .regular-price {
        font-size: 16px;
        vertical-align: sub; }
      .fh-7-profile-listhumb .thumbnail-container .product-price-and-shipping .price {
        font-size: 18px;
        font-weight: 500;
        vertical-align: sub;
        color: #A25FF5; }
    .fh-7-profile-listhumb .thumbnail-container .button-container {
      position: static;
      max-width: inherit;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      opacity: 1;
      float: left;
      margin-right: 20px; }
      .rtl .fh-7-profile-listhumb .thumbnail-container .button-container {
        float: right; }
      .rtl .fh-7-profile-listhumb .thumbnail-container .button-container {
        margin-left: 20px;
        margin-right: inherit; }
      @media (max-width: 1499px) {
        .fh-7-profile-listhumb .thumbnail-container .button-container {
          margin-right: 10px;
          margin-top: 0; }
          .rtl .fh-7-profile-listhumb .thumbnail-container .button-container {
            margin-left: 10px;
            margin-right: inherit; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .fh-7-profile-listhumb .thumbnail-container .button-container {
          margin: 0 !important;
          float: none !important; } }
      @media (max-width: 991px) {
        .fh-7-profile-listhumb .thumbnail-container .button-container {
          margin-top: 10px;
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .fh-7-profile-listhumb .thumbnail-container .button-container {
          float: none !important;
          display: inline-block;
          margin: 10px; } }
      .fh-7-profile-listhumb .thumbnail-container .button-container * {
        -webkit-transition: all 0.1s ease-out !important;
        -o-transition: all 0.1s ease-out !important;
        transition: all 0.1s ease-out !important; }
      .fh-7-profile-listhumb .thumbnail-container .button-container .add-to-cart {
        border: 1px solid #909090;
        padding: 6px 25px 9px;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        @media (min-width: 768px) and (max-width: 1499px) {
          .fh-7-profile-listhumb .thumbnail-container .button-container .add-to-cart {
            padding: 6px 15px 9px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .fh-7-profile-listhumb .thumbnail-container .button-container .add-to-cart {
            padding: 4px 15px 9px;
            margin-bottom: 10px;
            margin-top: 15px; } }
        .fh-7-profile-listhumb .thumbnail-container .button-container .add-to-cart:hover {
          border: 1px solid #A25FF5;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
        .fh-7-profile-listhumb .thumbnail-container .button-container .add-to-cart .cssload-speeding-wheel {
          margin: 3.5px auto; }
      .fh-7-profile-listhumb .thumbnail-container .button-container .pe-7s-cart:before {
        font-size: 20px;
        color: #666; }
        @media (max-width: 1499px) {
          .fh-7-profile-listhumb .thumbnail-container .button-container .pe-7s-cart:before {
            font-size: 19px; } }
    .fh-7-profile-listhumb .thumbnail-container .product-meta .functional-buttons {
      float: left; }
      .rtl .fh-7-profile-listhumb .thumbnail-container .product-meta .functional-buttons {
        float: right; }
      @media (max-width: 991px) {
        .fh-7-profile-listhumb .thumbnail-container .product-meta .functional-buttons {
          margin-top: 10px;
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .fh-7-profile-listhumb .thumbnail-container .product-meta .functional-buttons {
          float: none !important;
          display: inline-block;
          margin: 10px; } }
    @media (max-width: 767px) {
      .fh-7-profile-listhumb .thumbnail-container .product-meta {
        padding: 0;
        text-align: center; } }
    .fh-7-profile-listhumb .thumbnail-container .leo-wishlist-bt-content {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
    @media (max-width: 767px) {
      .fh-7-profile-listhumb .thumbnail-container .product-description {
        overflow: hidden;
        margin-top: 30px; } }
    .fh-7-profile-listhumb .thumbnail-container .product-description-short {
      display: block;
      float: left;
      margin-top: 15px;
      line-height: 24px; }
      .rtl .fh-7-profile-listhumb .thumbnail-container .product-description-short {
        float: right; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .fh-7-profile-listhumb .thumbnail-container .product-description-short {
          display: none; } }
      @media (max-width: 991px) {
        .fh-7-profile-listhumb .thumbnail-container .product-description-short {
          margin-bottom: 0; } }
    .fh-7-profile-listhumb .thumbnail-container .leo-wishlist-button .cssload-speeding-wheel {
      border: 2px solid #fff;
      border-left-color: transparent;
      border-right-color: transparent; }
    .fh-7-profile-listhumb .thumbnail-container .product-meta .functional-buttons {
      position: static; }
    .fh-7-profile-listhumb .thumbnail-container .product-image .functional-buttons {
      opacity: 0;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .fh-7-profile-listhumb .thumbnail-container:hover .view-all {
      opacity: 1;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .fh-7-profile-listhumb .thumbnail-container:hover .product-image .functional-buttons {
      opacity: 1;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .fh-7-profile-listhumb .thumbnail-container:hover .view_scroll_right, .fh-7-profile-listhumb .thumbnail-container:hover .view_scroll_left {
      opacity: 1;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .fh-7-profile-listhumb .thumbnail-container .functional-buttons {
      opacity: 1; }
      .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist {
        display: inline-block; }
        @media (max-width: 767px) {
          .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist {
            float: none !important;
            display: inline-block; } }
        .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist * {
          -webkit-transition: all 0.1s ease-out !important;
          -o-transition: all 0.1s ease-out !important;
          transition: all 0.1s ease-out !important; }
        .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist:hover .btn-product {
          border: 1px solid #A25FF5; }
          .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist:hover .btn-product i {
            color: #FFFFFF; }
          .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist:hover .btn-product .hidden {
            color: #FFFFFF; }
        .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist .btn-product {
          width: inherit;
          height: inherit;
          padding: 9px 16px 5px;
          border: 1px solid #909090;
          position: relative;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
          @media (min-width: 768px) and (max-width: 1499px) {
            .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist .btn-product {
              padding: 9px 10px 5px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist .btn-product {
              padding: 7px 10px 4px; } }
          .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist .btn-product i {
            color: #666;
            line-height: 24px;
            margin-right: 5px;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
            .rtl .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist .btn-product i {
              margin-left: 5px;
              margin-right: inherit; }
            .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist .btn-product i::before {
              font-size: 21px; }
              @media (max-width: 1499px) {
                .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist .btn-product i::before {
                  font-size: 20px; } }
          .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist .btn-product.added, .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist .btn-product:active, .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist .btn-product.active {
            border: 1px solid #A25FF5;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
            .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist .btn-product.added .hidden, .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist .btn-product:active .hidden, .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist .btn-product.active .hidden {
              color: #fff;
              -webkit-transition: all 0.3s ease-out;
              -o-transition: all 0.3s ease-out;
              transition: all 0.3s ease-out; }
            .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist .btn-product.added i, .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist .btn-product:active i, .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist .btn-product.active i {
              color: #fff;
              -webkit-transition: all 0.3s ease-out;
              -o-transition: all 0.3s ease-out;
              transition: all 0.3s ease-out; }
          .fh-7-profile-listhumb .thumbnail-container .functional-buttons > .wishlist .btn-product .cssload-speeding-wheel {
            margin: 4px auto; }
    .fh-7-profile-listhumb .thumbnail-container .product-image {
      width: 51%;
      float: left;
      padding-left: 100px; }
      .rtl .fh-7-profile-listhumb .thumbnail-container .product-image {
        float: right; }
      .rtl .fh-7-profile-listhumb .thumbnail-container .product-image {
        padding-right: 100px;
        padding-left: inherit; }
      @media (max-width: 1499px) {
        .fh-7-profile-listhumb .thumbnail-container .product-image {
          padding-left: 93px; }
          .rtl .fh-7-profile-listhumb .thumbnail-container .product-image {
            padding-right: 93px;
            padding-left: inherit; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .fh-7-profile-listhumb .thumbnail-container .product-image {
          padding-left: 80px;
          width: 55%; }
          .rtl .fh-7-profile-listhumb .thumbnail-container .product-image {
            padding-right: 80px;
            padding-left: inherit; } }
      @media (max-width: 767px) {
        .fh-7-profile-listhumb .thumbnail-container .product-image {
          width: 100%;
          padding-left: 115px; }
          .rtl .fh-7-profile-listhumb .thumbnail-container .product-image {
            padding-right: 115px;
            padding-left: inherit; } }
      @media (max-width: 570px) {
        .fh-7-profile-listhumb .thumbnail-container .product-image {
          padding-left: 95px; }
          .rtl .fh-7-profile-listhumb .thumbnail-container .product-image {
            padding-right: 95px;
            padding-left: inherit; } }
      @media (max-width: 470px) {
        .fh-7-profile-listhumb .thumbnail-container .product-image {
          padding-left: 65px; }
          .rtl .fh-7-profile-listhumb .thumbnail-container .product-image {
            padding-right: 65px;
            padding-left: inherit; } }
    .fh-7-profile-listhumb .thumbnail-container .product-meta {
      width: 49%;
      float: left;
      padding-left: 30px; }
      .rtl .fh-7-profile-listhumb .thumbnail-container .product-meta {
        float: right; }
      .rtl .fh-7-profile-listhumb .thumbnail-container .product-meta {
        padding-right: 30px;
        padding-left: inherit; }
      @media (max-width: 1499px) {
        .fh-7-profile-listhumb .thumbnail-container .product-meta {
          margin-top: 0; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .fh-7-profile-listhumb .thumbnail-container .product-meta {
          width: 45%;
          padding-left: 20px; }
          .rtl .fh-7-profile-listhumb .thumbnail-container .product-meta {
            padding-right: 20px;
            padding-left: inherit; } }
      @media (max-width: 767px) {
        .fh-7-profile-listhumb .thumbnail-container .product-meta {
          width: 100%;
          padding: 0; } }
    .fh-7-profile-listhumb .thumbnail-container .product-title {
      margin-bottom: 10px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .fh-7-profile-listhumb .thumbnail-container .product-title {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          max-height: 20px; } }
      .fh-7-profile-listhumb .thumbnail-container .product-title a {
        color: #121212;
        font-size: 20px;
        text-transform: capitalize; }

#header .widget-html .img-fluid {
  width: auto;
  max-width: 100%; }
  @media (min-width: 992px) {
    #header .widget-html .img-fluid {
      width: 100%; } }

.only-language {
  display: none; }

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