/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
.ApColumn .block {
  margin-bottom: 30px; }
.ApColumn .title_block {
  text-transform: uppercase;
  margin: 0 0 40px;
  font-size: 24px;
  position: relative; }
  .ApColumn .title_block:before {
    content: "";
    width: 5px;
    height: 17px;
    background: #f2665e;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: 0px; }
    .rtl .ApColumn .title_block:before {
      margin: 0 0 0 5px; }
  @media (max-width: 480px) {
    .ApColumn .title_block {
      font-size: 20px; } }

.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;
  position: relative; }
  .block-toggler .title .collapse-icons .remove, .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add, .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove, .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block; }
.block-toggler .navbar-toggler, .footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0; }
  .rtl .block-toggler .navbar-toggler, .rtl .footer-container .links .navbar-toggler {
    left: 0;
    right: auto; }
  .block-toggler .navbar-toggler i, .footer-container .links .navbar-toggler i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center; }
@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: 35px;
  position: relative;
  letter-spacing: 1px; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 35px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 14px;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 15px;
    top: 10px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 15px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning:before {
    content: "\f071"; }
  .alert.alert-info:before {
    content: "\f05a"; }
  .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: 12px; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 25px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 25px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
  display: none;
  width: 100%; }
.tab-content .active, .pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #eee; }
  .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: #eee;
        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 #eee #eee #eee; }

.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 #eee; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #eee;
    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 #eee #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #eee transparent #eee #eee;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #eee; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #eee;
    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 #eee; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #eee #eee #eee transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #111; }
  .widget-tabs li.active {
    border: 1px solid #f2665e; }
    .widget-tabs li.active a {
      color: #f2665e; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 10px;
    line-height: 10px;
    font-family: "FontAwesome";
    color: #f2665e;
    font-size: 19px;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 20px; }
  .nav-tabs > li > a {
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    border-bottom: 2px solid #c0c700;
    color: #000000; }

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative; }

div[id^="gmap-stores-list"] {
  overflow: auto !important; }

div[id^="gmap-stores-list"] > ul {
  margin: 30px; }

.display-list-store {
  background-color: #6cabd5;
  float: left; }
  .rtl .display-list-store {
    float: right; }

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%; }

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: #282d35;
  clear: both;
  text-align: center;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 30px;
  display: none;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #f2665e; }
  .box-show-more a .fa {
    margin-left: 5px; }
    .rtl .box-show-more a .fa {
      margin-right: 5px;
      margin-left: inherit; }
.box-show-more.open a {
  display: block; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 400; }
  .full-slider .content-slider p {
    margin-top: 30px;
    background: #c70005;
    padding: 10px 20px;
    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: 10px; }
    .rtl .full-slider .carousel-control.left {
      right: 10px;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 10px; }
    .rtl .full-slider .carousel-control.right {
      left: 10px;
      right: auto; }

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #eee; }
  .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 #eee;
  -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 #f2665e;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
/*
  Widget Category Image
*/
/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  padding: 5px 5px 10px 5px;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0); }
  .rtl .leo-more-info {
    left: 0px;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .rtl .leo-more-info {
    padding: 5px 5px 10px 5px; }
  .leo-more-info .thumbs_list {
    overflow: hidden;
    margin-top: 14px;
    margin-bottom: 20px;
    float: left;
    width: 80px;
    height: 300px; }
    .rtl .leo-more-info .thumbs_list {
      float: right; }
    .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;
      width: 84px;
      height: 100px; }
      .rtl .leo-more-info .thumbs_list li {
        float: right; }
      .leo-more-info .thumbs_list li a {
        display: block;
        margin: 0 1px 2px;
        text-align: center; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 15px;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 5px; }
  .leo-more-info .view_scroll_left {
    margin-top: 5px; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.instagram-block .owl-item a {
  display: block;
  overflow: hidden;
  position: relative; }
  .instagram-block .owl-item a:before {
    content: "\f16d";
    font-family: "FontAwesome";
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    text-align: center;
    z-index: 2;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .instagram-block .owl-item a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    z-index: 1; }
  .instagram-block .owl-item a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); }
  .instagram-block .owl-item a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .instagram-block .owl-item a img {
    width: 100%; }

.widget-category_image .cate_content {
  display: block;
  position: relative;
  overflow: hidden; }
  .widget-category_image .cate_content .cover-img {
    display: block; }
    .widget-category_image .cate_content .cover-img img {
      transition: all .3s;
      width: 100%; }
  .widget-category_image .cate_content:hover .cover-img img {
    transform: scale(1.1); }
  .widget-category_image .cate_content .name-wapper {
    width: 270px;
    height: 120px;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    left: 50%;
    margin-left: -135px;
    text-align: center;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    max-height: 100%;
    padding: 20px; }
    @media (max-width: 991px) {
      .widget-category_image .cate_content .name-wapper {
        background: rgba(255, 255, 255, 0.85); } }
    @media (max-width: 767px) {
      .widget-category_image .cate_content .name-wapper {
        left: 20px;
        right: 20px;
        margin-left: 0;
        padding: 10px;
        width: auto; } }
    .widget-category_image .cate_content .name-wapper .name {
      display: block;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 500;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 0 0 5px;
      width: 100%; }
    .widget-category_image .cate_content .name-wapper .num {
      font-size: 15px;
      color: #888; }

.ApInstagram .block_content {
  margin: 0 -15px; }

@media (max-width: 1199px) {
  .col-xs, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
  .col-sm, .col-sm-2-4, .col-sm-4-8, .col-sm-7-2, .col-sm-9-6, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
  .col-md, .col-md-2-4, .col-md-4-8, .col-md-7-2, .col-md-9-6, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
  .col-lg, .col-lg-2-4, .col-lg-4-8, .col-lg-7-2, .col-lg-9-6, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
  .col-xl, .col-xl-2-4, .col-xl-4-8, .col-xl-7-2, .col-xl-9-6, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 9px;
    padding-left: 9px; }

  .container {
    padding-left: 9px;
    padding-right: 9px; }

  .owl-carousel .owl-item {
    padding: 0 9px; }

  .owl-row {
    margin-left: -9px;
    margin-right: -9px; }

  .row {
    margin-right: -9px;
    margin-left: -9px; }

  .ApInstagram .block_content {
    margin: 0 -9px; } }
/* end max 1199px */
@media (max-width: 991px) {
  .page-home .box-slider {
    margin-bottom: 20px; } }
#content-wrapper .sitemap h2 {
  margin: 0 0 20px; }
#content-wrapper .sitemap li a {
  display: block;
  padding: 5px 0;
  color: #888; }
  #content-wrapper .sitemap li a:hover {
    color: #f2665e; }

#pagenotfound .page-not-found {
  text-align: center;
  box-shadow: none;
  padding: 30px;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 40px;
  font-family: 'Montserrat'; }
  #pagenotfound .page-not-found .image-404 {
    margin-bottom: 40px; }
  #pagenotfound .page-not-found h1 {
    font-weight: 400;
    font-size: 100px;
    margin: 0 0 10px 0;
    font-family: 'Montserrat';
    color: #ff847b; }
  #pagenotfound .page-not-found .btn {
    background: #282828;
    color: #fff;
    border: 0;
    padding: 20px 25px;
    margin-top: 40px; }
    #pagenotfound .page-not-found .btn:hover {
      background: #f2665e;
      color: #fff; }

.hidden,
.hide {
  display: none; }

.form-group {
  margin-bottom: 20px; }

textarea.form-control {
  border: 1px solid #e5e5e5; }

.modal-footer .btn {
  margin: 1px;
  min-height: 40px;
  min-width: 120px; }
  @media (max-width: 480px) {
    .modal-footer .btn {
      width: 100%;
      margin: 2px 0; } }

.ui-autocomplete {
  z-index: 99999;
  border-radius: 0;
  border-top: 0;
  border-color: #000;
  padding: 10px 0; }
  .ui-autocomplete .ui-menu-item {
    list-style: none;
    border-radius: 0; }
    .ui-autocomplete .ui-menu-item a {
      padding: 5px 15px;
      border-radius: 0;
      font-size: 12px; }
      .ui-autocomplete .ui-menu-item a:hover {
        background: #000;
        color: #fff; }
      .ui-autocomplete .ui-menu-item a .separator {
        display: none; }

#content.page-not-found {
  text-align: center; }

#main > h1 {
  text-align: center; }

@media (min-width: 992px) {
  body .off-canvas-nav-megamenu {
    display: none; } }

#category-products > .item,
#category-products2 > .item {
  float: left;
  padding: 0 15px;
  width: 25%;
  display: none; }
  @media (max-width: 991px) {
    #category-products > .item,
    #category-products2 > .item {
      width: 33.333%; } }
  @media (max-width: 767px) {
    #category-products > .item,
    #category-products2 > .item {
      width: 50%; } }
  @media (max-width: 480px) {
    #category-products > .item,
    #category-products2 > .item {
      width: 100%; } }
  #category-products > .item:nth-child(1), #category-products > .item:nth-child(2), #category-products > .item:nth-child(3), #category-products > .item:nth-child(4),
  #category-products2 > .item:nth-child(1),
  #category-products2 > .item:nth-child(2),
  #category-products2 > .item:nth-child(3),
  #category-products2 > .item:nth-child(4) {
    display: block; }
  @media (max-width: 991px) {
    #category-products > .item:nth-child(4),
    #category-products2 > .item:nth-child(4) {
      display: none; } }
  @media (max-width: 767px) {
    #category-products > .item:nth-child(3),
    #category-products2 > .item:nth-child(3) {
      display: none; } }
  @media (max-width: 480px) {
    #category-products > .item:nth-child(2),
    #category-products2 > .item:nth-child(2) {
      display: none; } }

/*end UPDATE HOME CSS*/
.leo-dropdown-bottom .leo-dropdown-cart-total {
  width: 100%; }

/*end UPDATE HOME CSS*/
.quickview .product-cover img {
  width: 100%; }

.product-actions .product-variants {
  display: block; }

.product-variants > .product-variants-item .color,
.product-variants > .product-variants-item .input-color {
  width: 34px;
  height: 34px;
  border-width: 2px;
  vertical-align: top; }

.product-variants > .product-variants-item .input-color {
  z-index: 1; }

.product-variants > .product-variants-item .color:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  color: #FFF;
  font-size: 12px;
  line-height: normal;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  line-height: 26px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

.product-variants > .product-variants-item .input-color:checked + span:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); }

.product-variants > .product-variants-item .color .sr-only {
  background: #000;
  width: auto;
  height: auto;
  padding: 0 10px;
  clip: inherit;
  color: #FFF;
  font-size: 9px;
  overflow: inherit;
  visibility: hidden;
  border-radius: 3px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap; }
  .product-variants > .product-variants-item .color .sr-only:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 7px solid #000;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 6px; }

.product-variants > .product-variants-item .input-color:hover + .color .sr-only {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

.product-variants > .product-variants-item .color {
  border: 3px solid #fff;
  width: 32px;
  height: 32px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

.product-information .radio-label {
  padding: 6px 13px; }

.product-variants > .product-variants-item .input-color:checked + span,
.product-variants > .product-variants-item .input-color:hover + span {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); }

.quickview .product-thumb-images .slick-list .slick-slide {
  padding: 5px 0; }

.product-thumb-images .thumb {
  border: 1px solid #ddd; }

@media (max-width: 567px) {
  .leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action {
    width: 100%;
    min-width: 100%; } }
.leo-megamenu .navbar-nav > li > a > .sub-title,
.off-canvas-nav-megamenu .navbar-nav > li > a > .sub-title {
  position: absolute;
  background: #f2665e;
  color: #fff;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  padding: 0 5px;
  bottom: 50%;
  left: 50%;
  margin-bottom: 12px;
  margin-left: 12px;
  border-radius: 3px;
  font-weight: bold; }

.leo-megamenu .navbar-nav > li.new > a > .sub-title,
.off-canvas-nav-megamenu .navbar-nav > li.new > a > .sub-title {
  background: #a5c768; }

@media (min-width: 992px) {
  .box-listdetail {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.box-listdetail .leo-widget {
  padding: 0 10px; }

.box-listdetail .leo-widget a {
  display: block;
  padding: 5px;
  border: 1px solid #eee; }

.box-listdetail .leo-widget a:hover {
  border: 1px solid #444; }

.page-cms img {
  max-width: 100%;
  height: auto; }

/*update css menu*/
.off-canvas-active > #page {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.off-canvas-nav-megamenu {
  -webkit-transform: translate(0, 0) scale(0, 1);
  -moz-transform: translate(0, 0) scale(0, 1);
  -ms-transform: translate(0, 0) scale(0, 1);
  -o-transform: translate(0, 0) scale(0, 1);
  transform: translate(0, 0) scale(0, 1);
  left: 0;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center; }

.off-canvas-active > .off-canvas-nav-megamenu.active {
  -webkit-transform: translate(0, 0) scale(1, 1);
  -moz-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  -o-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1); }

.off-canvas-nav-megamenu .offcanvas-mainnav {
  left: 0; }

.rtl .off-canvas-nav-megamenu .offcanvas-mainnav {
  right: 0;
  left: auto; }

/*end update css menu*/
.modal-content {
  border: 0;
  border-radius: 0; }

.plist-sale.owl-theme .owl-buttons div.owl-prev:before {
  content: "\f177";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #f2665e; }
.plist-sale.owl-theme .owl-buttons div.owl-next:before {
  content: "\f178";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #f2665e; }
.plist-sale.owl-theme .owl-buttons div {
  width: 85px;
  height: 34px;
  line-height: 30px;
  border-radius: 17px;
  border: 2px solid #f2665e;
  background: #fff; }
  .plist-sale.owl-theme .owl-buttons div:hover {
    background: #f2665e; }
    .plist-sale.owl-theme .owl-buttons div:hover:before {
      color: #fff; }

.box-productsmalls {
  padding-top: 20px; }
  .box-productsmalls .ApColumn .title_block {
    padding: 0 0 20px;
    border-bottom: 1px solid #dfdfe0; }
    .box-productsmalls .ApColumn .title_block:before {
      content: "";
      position: absolute;
      bottom: -1px;
      width: 62px;
      height: 3px;
      background: #f2665e;
      left: 0; }
      .rtl .box-productsmalls .ApColumn .title_block:before {
        right: 0;
        left: auto; }

form.js-customer-form .custom-checkbox {
  display: block;
  padding: 0 0 0 25px; }
  .rtl form.js-customer-form .custom-checkbox {
    padding: 0 25px 0 0; }
form.js-customer-form .custom-checkbox input[type="checkbox"] + span,
form.js-customer-form .custom-checkbox input[type="radio"] + span {
  position: absolute;
  top: 0px;
  left: 0; }
  .rtl form.js-customer-form .custom-checkbox input[type="checkbox"] + span, .rtl
  form.js-customer-form .custom-checkbox input[type="radio"] + span {
    right: 0;
    left: auto; }

.keep-header .ui-autocomplete {
  position: fixed; }

.plist-default .owl-carousel .owl-wrapper-outer {
  padding-bottom: 110px;
  margin-bottom: -70px; }

.box-products {
  position: relative;
  z-index: 2; }
  .box-products .ApProductCarousel .carousel-inner {
    padding-bottom: 100px;
    margin-bottom: -70px; }

.box-toph1 .h-logo a {
  position: relative;
  height: 100px;
  line-height: 40px;
  padding: 30px 10px 30px 25px;
  background: #f2665e;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 0 30px #f2665e; }
  .rtl .box-toph1 .h-logo a {
    padding: 30px 25px 30px 10px; }
  .box-toph1 .h-logo a img {
    max-height: 40px; }
  .box-toph1 .h-logo a:before {
    content: "";
    border: 1px solid transparent;
    border-width: 50px 40px;
    border-color: #f2665e transparent transparent #f2665e;
    position: absolute;
    top: 0;
    left: 100%; }
    .rtl .box-toph1 .h-logo a:before {
      right: 100%;
      left: auto; }

.rtl .h-logo a:before {
  border-color: #f2665e #f2665e transparent transparent; }

.box-toph1 {
  position: relative;
  margin: 0; }
  @media (min-width: 992px) {
    .box-toph1 {
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); } }
  .box-toph1 > .ApColumn {
    padding: 0; }
  .box-toph1 .col-info {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .box-toph1 .col-info #cart-block .header {
      height: 80px;
      line-height: 80px;
      padding: 0 30px 0 10px;
      position: relative; }
      .rtl .box-toph1 .col-info #cart-block .header {
        padding: 0 10px 0 30px; }
      .box-toph1 .col-info #cart-block .header .cart-products-count {
        position: absolute;
        font-size: 12px;
        line-height: 20px;
        height: 20px;
        min-width: 20px;
        text-align: center;
        background: #f2665e;
        padding: 0 3px;
        color: #fff;
        bottom: 50%;
        left: 50%;
        margin: 0 0 2px -10px;
        border-radius: 50%; }
        .rtl .box-toph1 .col-info #cart-block .header .cart-products-count {
          right: 50%;
          left: auto; }
        .rtl .box-toph1 .col-info #cart-block .header .cart-products-count {
          margin: 0 -10px 2px 0; }
    .box-toph1 .col-info .popup-over a.popup-title {
      padding: 0 10px;
      height: 80px;
      line-height: 80px; }
  .box-toph1 .h-logo {
    position: absolute;
    top: 0;
    left: 0; }
    .rtl .box-toph1 .h-logo {
      right: 0;
      left: auto; }
    @media (max-width: 991px) {
      .box-toph1 .h-logo {
        position: static;
        text-align: center;
        margin-bottom: 15px; }
        .box-toph1 .h-logo a {
          padding: 30px 20px; }
          .box-toph1 .h-logo a:before {
            display: none; } }
  @media (max-width: 991px) {
    .box-toph1 .col-menu {
      padding: 0 20px; }
      .box-toph1 .col-menu .navbar-header .navbar-toggler {
        margin: 20px auto; } }
  @media (max-width: 480px) {
    .box-toph1 #search_widget .popup-content {
      right: -50px; }
      .rtl .box-toph1 #search_widget .popup-content {
        left: -50px;
        right: auto; } }

#header {
  position: relative;
  z-index: 99; }
  #header.navbar-fixed-top {
    position: fixed; }

#leo_block_top .popup-content {
  padding: 30px;
  width: 370px; }
  #leo_block_top .popup-content .lang-cur,
  #leo_block_top .popup-content .user-info {
    width: 50%;
    float: left; }
    .rtl #leo_block_top .popup-content .lang-cur, .rtl
    #leo_block_top .popup-content .user-info {
      float: right; }

.box-slider .block-social {
  padding: 25px 180px 25px 100px;
  float: right;
  position: relative;
  background: #f2665e;
  transform: translateY(-50%);
  display: flex;
  color: #fff;
  align-items: center;
  margin: 0 0 40px; }
  .rtl .box-slider .block-social {
    padding: 25px 100px 25px 180px; }
  .rtl .box-slider .block-social {
    float: left; }
  .box-slider .block-social:before {
    content: "";
    border: 1px solid transparent;
    border-width: 50px 40px;
    border-color: transparent #f2665e #f2665e transparent;
    position: absolute;
    top: 0;
    right: 100%; }
    .rtl .box-slider .block-social:before {
      left: 100%;
      right: auto; }
  .box-slider .block-social:after {
    content: "";
    background: #f2665e;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
    right: 100%;
    margin-right: 39px;
    transform: skewX(-39deg); }
    .rtl .box-slider .block-social:after {
      left: 100%;
      right: auto; }
    .rtl .box-slider .block-social:after {
      margin-left: 39px;
      margin-right: inherit; }
  @media (max-width: 1199px) {
    .box-slider .block-social {
      padding: 15px 50px 15px 40px;
      margin: 0 0 20px; }
      .rtl .box-slider .block-social {
        padding: 15px 40px 15px 50px; }
      .box-slider .block-social:before {
        border-width: 40px 30px; }
      .box-slider .block-social:after {
        margin-right: 30px;
        transform: skewX(-37deg); }
        .rtl .box-slider .block-social:after {
          margin-left: 30px;
          margin-right: inherit; } }
  @media (max-width: 991px) {
    .box-slider .block-social {
      padding: 10px 0 !important;
      float: none !important;
      transform: none;
      justify-content: center; } }
  @media (max-width: 480px) {
    .box-slider .block-social {
      padding: 0 !important; } }
  .box-slider .block-social .social-title {
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    margin: 0 25px 0 0;
    letter-spacing: 2px; }
    .rtl .box-slider .block-social .social-title {
      margin: 0 0 0 25px; }
    @media (max-width: 480px) {
      .box-slider .block-social .social-title {
        display: none; } }
  .box-slider .block-social li {
    width: 50px;
    height: 50px;
    line-height: 50px; }
    .box-slider .block-social li a {
      color: #fff; }

.rtl .box-slider .block-social:before {
  border-color: #f2665e transparent transparent #f2665e; }

@media (min-width: 992px) {
  .box-products .ApProductCarousel .plist-default .ajax_block_product {
    width: 25%;
    clear: none; }
    .box-products .ApProductCarousel .plist-default .ajax_block_product:nth-child(1) {
      width: 50%; }
  .box-products .ApColumn .title_block {
    padding: 0 60px 0 0; }
    .rtl .box-products .ApColumn .title_block {
      padding: 0 0 0 60px; } }
.carousel .direction {
  top: -52px; }

@media (min-width: 992px) {
  .iview-controlNav div.iview-items {
    bottom: 60px; } }
.box-innova {
  margin-bottom: 100px; }
  @media (max-width: 991px) {
    .box-innova {
      margin-bottom: 60px; } }
  .box-innova .ApColumn .block {
    margin-bottom: 0; }
  .box-innova .ApHtml {
    max-width: 800px;
    position: relative;
    display: flex;
    align-items: center;
    height: 560px;
    color: #fff;
    padding: 0 50px; }
    @media (max-width: 480px) {
      .box-innova .ApHtml {
        padding: 0 15px; } }
    .box-innova .ApHtml:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: #f2665e;
      opacity: 0.75; }
      @media (min-width: 481px) {
        .box-innova .ApHtml:before {
          transform: skewX(-20deg);
          transform-origin: top right; } }
    .box-innova .ApHtml .block_content {
      position: relative; }
      .box-innova .ApHtml .block_content div {
        max-width: 400px; }
    .box-innova .ApHtml h4 {
      font-size: 48px;
      color: #fff;
      margin-bottom: 30px;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        .box-innova .ApHtml h4 {
          font-size: 38px; } }
      @media (max-width: 991px) {
        .box-innova .ApHtml h4 {
          font-size: 34px; } }
      @media (max-width: 480px) {
        .box-innova .ApHtml h4 {
          font-size: 24px; } }
    .box-innova .ApHtml a {
      display: inline-block;
      margin: 30px 0 0;
      padding: 10px 20px;
      border: 2px solid #fff;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 2px;
      transition: all .3s; }
      .box-innova .ApHtml a:hover {
        letter-spacing: 4px; }

.rtl .box-innova .ApHtml:before {
  transform: skewX(20deg);
  transform-origin: top left; }

.box-inova2 {
  margin-bottom: 100px; }
  @media (max-width: 991px) {
    .box-inova2 {
      margin-bottom: 60px; } }
  .box-inova2 .ApColumn .block {
    margin-bottom: 0; }
  .box-inova2 .ApHtml {
    max-width: 800px;
    position: relative;
    display: flex;
    align-items: center;
    height: 560px;
    color: #fff;
    padding: 0 50px;
    float: right;
    text-align: right; }
    .rtl .box-inova2 .ApHtml {
      float: left; }
    .rtl .box-inova2 .ApHtml {
      text-align: left; }
    @media (max-width: 480px) {
      .box-inova2 .ApHtml {
        padding: 0 15px; } }
    .box-inova2 .ApHtml:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: #f2665e;
      opacity: 0.75; }
      @media (min-width: 481px) {
        .box-inova2 .ApHtml:before {
          transform: skewX(20deg);
          transform-origin: top left; } }
    .box-inova2 .ApHtml .block_content {
      position: relative; }
      .box-inova2 .ApHtml .block_content div {
        max-width: 400px;
        margin: 0 0 0 auto; }
        .rtl .box-inova2 .ApHtml .block_content div {
          margin: 0 auto 0 0; }
    .box-inova2 .ApHtml h4 {
      font-size: 48px;
      color: #fff;
      margin-bottom: 30px;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        .box-inova2 .ApHtml h4 {
          font-size: 38px; } }
      @media (max-width: 991px) {
        .box-inova2 .ApHtml h4 {
          font-size: 34px; } }
      @media (max-width: 480px) {
        .box-inova2 .ApHtml h4 {
          font-size: 24px; } }
    .box-inova2 .ApHtml a {
      display: inline-block;
      margin: 30px 0 0;
      padding: 10px 20px;
      border: 2px solid #fff;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 2px;
      transition: all .3s; }
      .box-inova2 .ApHtml a:hover {
        letter-spacing: 4px; }

.rtl .box-inova2 .ApHtml:before {
  transform: skewX(-20deg);
  transform-origin: top right; }

.box-bannerh1 .ApImage {
  position: relative;
  overflow: hidden; }
  .box-bannerh1 .ApImage img {
    transition: all .3s; }
  .box-bannerh1 .ApImage .image_description {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 10px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: all .3s;
    line-height: 1.3; }
    @media (max-width: 991px) {
      .box-bannerh1 .ApImage .image_description {
        font-size: 16px; } }
    .box-bannerh1 .ApImage .image_description p {
      margin: 0; }
    .box-bannerh1 .ApImage .image_description b,
    .box-bannerh1 .ApImage .image_description strong {
      font-size: 56px;
      color: #fff;
      font-weight: bold; }
      @media (max-width: 991px) {
        .box-bannerh1 .ApImage .image_description b,
        .box-bannerh1 .ApImage .image_description strong {
          font-size: 40px; } }
      @media (max-width: 480px) {
        .box-bannerh1 .ApImage .image_description b,
        .box-bannerh1 .ApImage .image_description strong {
          font-size: 30px; } }
  .box-bannerh1 .ApImage:hover img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%); }
  .box-bannerh1 .ApImage:hover .image_description {
    opacity: 1;
    visibility: visible;
    letter-spacing: 0.4em; }

.latest-blogs .blog-title {
  margin: 20px 0;
  line-height: 1.75;
  font-weight: normal; }
.latest-blogs .blog-container {
  position: relative; }
.latest-blogs .created {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0 15px;
  background: #f2665e;
  line-height: 40px;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px; }
  .rtl .latest-blogs .created {
    right: 0;
    left: auto; }
  .latest-blogs .created:before {
    content: "";
    position: absolute;
    border: 1px solid transparent;
    border-width: 20px 16px;
    border-color: #f2665e transparent transparent #f2665e;
    top: 0;
    left: 100%; }
    .rtl .latest-blogs .created:before {
      right: 100%;
      left: auto; }

.box-footertoph1 {
  color: #999;
  padding: 90px 0 30px; }
  .box-footertoph1 .ApColumn .title_block {
    margin: 10px 0 30px;
    font-size: 14px;
    color: #fff;
    line-height: 30px; }
    @media (max-width: 767px) {
      .box-footertoph1 .ApColumn .title_block {
        margin-bottom: 20px; } }
    .box-footertoph1 .ApColumn .title_block:before {
      display: none; }
  .box-footertoph1 a {
    color: #fff; }
    .box-footertoph1 a:hover {
      color: #f2665e; }
  .box-footertoph1 .f-logo {
    margin-bottom: 40px; }
  @media (min-width: 768px) {
    .box-footertoph1 .ApLink .title {
      display: none; } }
  .box-footertoph1 .ApLink li {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px; }
  @media (max-width: 767px) {
    .box-footertoph1 .ApColumn .block {
      margin-bottom: 10px; }
    .box-footertoph1 .f-logo {
      margin-bottom: 20px; } }

.box-coppyh1 {
  color: #666666;
  padding-top: 25px; }
  @media (min-width: 768px) {
    .box-coppyh1 {
      text-align: right; }
      .rtl .box-coppyh1 {
        text-align: left; } }
  @media (max-width: 991px) {
    .box-coppyh1 {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .box-coppyh1 {
      text-align: center; } }
  @media (min-width: 768px) {
    .box-coppyh1 .ApBlockLink {
      text-align: left; }
      .rtl .box-coppyh1 .ApBlockLink {
        text-align: right; } }
  .box-coppyh1 .ApBlockLink .title_block {
    display: none; }
  .box-coppyh1 .ApBlockLink li {
    display: inline-block;
    vertical-align: top;
    padding: 0 11px 0 0;
    margin: 0 10px 0 0;
    position: relative; }
    .rtl .box-coppyh1 .ApBlockLink li {
      padding: 0 0 0 11px; }
    .rtl .box-coppyh1 .ApBlockLink li {
      margin: 0 0 0 10px; }
    .box-coppyh1 .ApBlockLink li:before {
      content: "";
      position: absolute;
      background: #666;
      top: 50%;
      margin-top: -8px;
      width: 1px;
      height: 16px;
      right: 0; }
      .rtl .box-coppyh1 .ApBlockLink li:before {
        left: 0;
        right: auto; }
    .box-coppyh1 .ApBlockLink li:last-child:before {
      display: none; }
    .box-coppyh1 .ApBlockLink li a {
      color: #666666; }
      .box-coppyh1 .ApBlockLink li a:hover {
        color: #fff; }

.box-newletterh1 {
  border: 1px solid #404040;
  border-width: 1px 0;
  color: #666; }
  @media (min-width: 768px) {
    .box-newletterh1 {
      display: flex;
      align-items: center; } }
  .box-newletterh1 .ApColumn .block {
    margin-bottom: 0; }
  .box-newletterh1 .block_newsletter {
    display: flex; }
    @media (min-width: 768px) {
      .box-newletterh1 .block_newsletter {
        border-right: 1px solid #404040;
        padding: 30px 30px 30px 0; }
        .rtl .box-newletterh1 .block_newsletter {
          border-left: 1px solid #404040;
          border-right: inherit; }
        .rtl .box-newletterh1 .block_newsletter {
          padding: 30px 0 30px 30px; } }
    @media (max-width: 767px) {
      .box-newletterh1 .block_newsletter {
        padding: 30px; } }
    .box-newletterh1 .block_newsletter .title_block {
      margin: 0 50px 0 0;
      font-size: 14px;
      color: #fff;
      line-height: 40px;
      white-space: nowrap; }
      .rtl .box-newletterh1 .block_newsletter .title_block {
        margin: 0 0 0 50px; }
      @media (max-width: 991px) {
        .box-newletterh1 .block_newsletter .title_block {
          display: none; } }
      .box-newletterh1 .block_newsletter .title_block:before {
        display: none; }
    .box-newletterh1 .block_newsletter .block_content {
      width: 100%; }
    .box-newletterh1 .block_newsletter .input-wrapper {
      display: flex; }
      .box-newletterh1 .block_newsletter .input-wrapper input {
        width: 100%;
        height: 40px;
        padding: 0 35px 0 20px;
        border: 0;
        background: #333;
        color: #fff;
        outline: none; }
        .rtl .box-newletterh1 .block_newsletter .input-wrapper input {
          padding: 0 20px 0 35px; }
      .box-newletterh1 .block_newsletter .input-wrapper .btn {
        border: 0;
        height: 40px;
        padding: 0 20px;
        line-height: 40px;
        border-radius: 0;
        position: relative;
        background: #f2665e;
        font-weight: 600; }
        .box-newletterh1 .block_newsletter .input-wrapper .btn:before {
          content: "";
          position: absolute;
          border: 1px solid transparent;
          border-width: 20px 16px;
          border-color: transparent #f2665e #f2665e transparent;
          top: 0;
          right: 100%; }
          .rtl .box-newletterh1 .block_newsletter .input-wrapper .btn:before {
            left: 100%;
            right: auto; }
  .box-newletterh1 .block-social {
    text-align: center; }
    .box-newletterh1 .block-social .social-title {
      display: none; }
    .box-newletterh1 .block-social li {
      display: inline-block;
      vertical-align: top;
      line-height: 50px;
      width: 50px;
      height: 50px; }
      @media (max-width: 480px) {
        .box-newletterh1 .block-social li {
          line-height: 40px;
          width: 40px;
          height: 40px; } }
      .box-newletterh1 .block-social li a {
        color: #fff; }
        .box-newletterh1 .block-social li a:before {
          font-size: 24px; }
          @media (max-width: 480px) {
            .box-newletterh1 .block-social li a:before {
              font-size: 18px; } }
        .box-newletterh1 .block-social li a:hover {
          color: #f2665e; }

@media (min-width: 992px) {
  body#index .box-toph1.box-h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    background: #fff !important; }
  body#index.keep-header .box-toph1.box-h2 {
    position: fixed;
    max-width: 1170px;
    margin: auto; } }
.box-manufactureh2 {
  margin-bottom: 110px !important;
  position: relative;
  padding: 20px 0; }
  @media (max-width: 991px) {
    .box-manufactureh2 {
      margin-bottom: 80px !important; } }
  .box-manufactureh2 .ApColumn .block {
    margin-bottom: 0; }
  .box-manufactureh2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    bottom: 0;
    width: 100vw;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }

.manufacturer-image-container {
  text-align: center; }

.deal-clock {
  display: flex;
  text-align: center; }
  .deal-clock li {
    padding: 0 5px;
    line-height: 20px;
    min-width: 40px; }
    @media (max-width: 480px) {
      .deal-clock li {
        min-width: 30px; } }
    .deal-clock li b {
      display: block;
      font-size: 16px; }
    .deal-clock li span {
      display: block;
      font-size: 12px; }

.box-products2 {
  padding: 90px 0 0;
  z-index: 1;
  position: relative; }
  .box-products2 .ApCountdown {
    color: #fff;
    width: auto;
    float: right;
    padding: 0;
    position: relative;
    z-index: 2; }
    .rtl .box-products2 .ApCountdown {
      float: left; }
  .box-products2 .ApColumn .title_block {
    color: #fff; }
  .box-products2 .owl-carousel .owl-wrapper-outer {
    padding-bottom: 110px;
    margin-bottom: -70px; }

.col-logo .ApImage {
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .col-logo .ApImage {
      text-align: center;
      padding-top: 20px; } }
  .col-logo .ApImage a {
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
    height: 80px;
    line-height: 80px; }
  .col-logo .ApImage img {
    max-height: 70px; }

.box-navh3 .ApColumn {
  padding: 0; }
.box-navh3 .currency-selector,
.box-navh3 .language-selector-wrapper {
  float: left; }
  .rtl .box-navh3 .currency-selector, .rtl
  .box-navh3 .language-selector-wrapper {
    float: right; }
  .box-navh3 .currency-selector .popup-content,
  .box-navh3 .language-selector-wrapper .popup-content {
    right: auto;
    left: 0; }
    .rtl .box-navh3 .currency-selector .popup-content, .rtl
    .box-navh3 .language-selector-wrapper .popup-content {
      right: 0;
      left: auto; }
.box-navh3 .popup-over a.popup-title {
  line-height: 20px;
  padding: 8px; }
.box-navh3 .popup-over .popup-content li a {
  padding: 5px 15px; }
.box-navh3 .userinfo-selector {
  float: right; }
  .rtl .box-navh3 .userinfo-selector {
    float: left; }
  @media (min-width: 992px) {
    .box-navh3 .userinfo-selector a.popup-title {
      display: none; }
    .box-navh3 .userinfo-selector .popup-content {
      display: block !important;
      padding: 0;
      box-shadow: none;
      position: static;
      transform: none;
      background: none;
      border: 0;
      opacity: 1;
      visibility: visible;
      width: auto;
      min-width: 0px;
      white-space: nowrap; }
      .box-navh3 .userinfo-selector .popup-content li {
        display: inline-block;
        vertical-align: top; }
        .box-navh3 .userinfo-selector .popup-content li a {
          padding: 8px; } }

@media (min-width: 992px) {
  body#index .box-navh3 .popup-over a.popup-title,
  body#index .box-navh3 .userinfo-selector .popup-content li a {
    color: black;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); } }
@media (max-width: 991px) {
  .box-toph3 .col-logo {
    text-align: center; } }
.box-toph3 .col-logo .ApImage a,
.box-toph3 .col-logo .h-logo a {
  height: 80px;
  line-height: 40px;
  padding: 5px 5px;
  display: inline-block;
  vertical-align: top; }
  .box-toph3 .col-logo .ApImage a img,
  .box-toph3 .col-logo .h-logo a img {
    /*max-height: 40px;*/ }
.box-toph3 .search-widget a.popup-title {
  display: none; }
.box-toph3 .search-widget .popup-content {
  display: block !important;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  position: static;
  box-shadow: none;
  padding: 0 !important;
  border: 0;
  min-width: 0px;
  width: 100%; }
.box-toph3 .search-widget .search-inner {
  margin: 20px 20px; }
.box-toph3 #search_widget .search-inner input[type="text"] {
  min-width: 0px;
  border: 1px solid #f1f1f1;
  padding: 0 40px 0 15px;
  width: 100%; }
  .rtl .box-toph3 #search_widget .search-inner input[type="text"] {
    padding: 0 15px 0 40px; }
  .box-toph3 #search_widget .search-inner input[type="text"]:focus {
    border-color: #ddd; }
.box-toph3 #search_widget .search-inner button[type="submit"] {
  background: #f2665e; }
  .box-toph3 #search_widget .search-inner button[type="submit"] i {
    color: #fff; }
  .box-toph3 #search_widget .search-inner button[type="submit"]:before {
    content: "";
    position: absolute;
    border: 1px solid transparent;
    border-width: 20px 16px;
    border-color: transparent #f2665e #f2665e transparent;
    top: 0;
    right: 100%; }
    .rtl .box-toph3 #search_widget .search-inner button[type="submit"]:before {
      left: 100%;
      right: auto; }
.box-toph3 .col-cart {
  padding: 0 0 0 15px;
  float: right; }
  .rtl .box-toph3 .col-cart {
    padding: 0 15px 0 0; }
  .rtl .box-toph3 .col-cart {
    float: left; }
  .box-toph3 .col-cart .ApRawHtml {
    float: left;
    margin: 0;
    line-height: 20px;
    padding: 20px 0 20px 40px;
    position: relative; }
    .rtl .box-toph3 .col-cart .ApRawHtml {
      float: right; }
    .rtl .box-toph3 .col-cart .ApRawHtml {
      padding: 20px 40px 20px 0; }
    .box-toph3 .col-cart .ApRawHtml i {
      height: 40px;
      font-size: 36px;
      line-height: 40px;
      position: absolute;
      top: 20px;
      left: 0; }
      .rtl .box-toph3 .col-cart .ApRawHtml i {
        right: 0;
        left: auto; }
    .box-toph3 .col-cart .ApRawHtml span {
      color: #999;
      display: block;
      font-size: 12px; }
    .box-toph3 .col-cart .ApRawHtml b, .box-toph3 .col-cart .ApRawHtml strong {
      display: block;
      font-size: 16px;
      color: #f2665e; }
.box-toph3 #cart-block {
  float: right; }
  .rtl .box-toph3 #cart-block {
    float: left; }
  .box-toph3 #cart-block .header {
    padding: 0 20px 0 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #f2665e;
    position: relative;
    color: #fff;
    cursor: pointer; }
    .rtl .box-toph3 #cart-block .header {
      padding: 0 0 0 20px; }
    .box-toph3 #cart-block .header a {
      color: #fff; }
    .box-toph3 #cart-block .header:before {
      content: "";
      position: absolute;
      border: 1px solid transparent;
      border-width: 40px 26px;
      border-color: transparent #f2665e #f2665e transparent;
      top: 0;
      right: 100%; }
      .rtl .box-toph3 #cart-block .header:before {
        left: 100%;
        right: auto; }
    .box-toph3 #cart-block .header .cart-products-count {
      position: absolute;
      min-width: 20px;
      text-align: center;
      padding: 0 2px;
      height: 20px;
      line-height: 20px;
      bottom: 50%;
      left: 50%;
      background: #000;
      border-radius: 50%;
      font-size: 12px; }
      .rtl .box-toph3 #cart-block .header .cart-products-count {
        right: 50%;
        left: auto; }
.box-toph3 .col-menu {
  background: #e4e4e4;
  background: -moz-linear-gradient(top, #e4e4e4 0%, #f9f9f9 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #f9f9f9));
  background: -webkit-linear-gradient(top, #e4e4e4 0%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #e4e4e4 0%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #e4e4e4 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #e4e4e4 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#f9f9f9', GradientType=0 ); }

.box-manufactureh3 {
  margin: 0 0 -40px;
  padding: 0px 15px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
  @media (min-width: 992px) {
    .box-manufactureh3 {
      transform: translateY(-50%); } }
  .box-manufactureh3 .ApColumn .block {
    margin-bottom: 0; }

.box-wch3 {
  padding-bottom: 90px;
margin-top: 50px;  }
  @media (min-width: 768px) {
    .box-wch3 .ApImage {
      display: flex;
      align-items: center; } }
  .box-wch3 .ApImage img {
    margin: auto;
    display: block;
    max-width: 100%;	}
    @media (min-width: 768px) {
      .box-wch3 .ApImage img {
        max-width: 40%; } }
  .box-wch3 .ApImage .image_description {
    padding: 15px 8%;
    color: #999; }
    @media (min-width: 768px) {
      .box-wch3 .ApImage .image_description {
        width: 60%; } }
    .box-wch3 .ApImage .image_description h4 {
      font-size: 36px;
      margin: 0 0 1.5em; }
      @media (max-width: 991px) {
		  section#content img {
    margin-left: 0!important;
	margin-bottom:10px!important;
}
        .box-wch3 .ApImage .image_description h4 {
          font-size: 24px; } }
    @media (min-width: 768px) {
      .box-wch3 .ApImage .image_description p {
        padding: 0 0 0 15%; }
        .rtl .box-wch3 .ApImage .image_description p {
          padding: 0 15% 0 0; } }
    .box-wch3 .ApImage .image_description a {
      display: inline-block;
      vertical-align: top;
      margin: 3em 0 0;
      text-transform: uppercase;
      padding: 0 20px;
      line-height: 40px;
      background: #f2665e;
      color: #fff;
      font-weight: 600; }
      @media (max-width: 991px) {
        .box-wch3 .ApImage .image_description a {
          margin-top: 30px; } }
      .box-wch3 .ApImage .image_description a:hover {
        background: #000;
        color: #fff; }

.box-produch3 {
  position: relative;
  z-index: 3; }
  .box-produch3 .owl-carousel .owl-wrapper-outer {
    padding-bottom: 110px;
    margin-bottom: -70px; }
  .box-produch3 .ApColumn .title_block {
    margin: 0 0 0px;
    transform: translateY(-50%);
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    padding: 0 70px 0 15px;
    background: #f2665e;
    color: #fff; }
    .rtl .box-produch3 .ApColumn .title_block {
      padding: 0 15px 0 70px; }
    .box-produch3 .ApColumn .title_block:before {
      display: none; }
    .box-produch3 .ApColumn .title_block:after {
      content: "";
      position: absolute;
      top: 0;
      left: 100%;
      width: 40px;
      background: #f2665e;
      bottom: 0;
      border-right: 10px solid rgba(254, 103, 113, 0.5);
      background-clip: content-box;
      transform: skew(36deg);
      transform-origin: bottom; }
      .rtl .box-produch3 .ApColumn .title_block:after {
        right: 100%;
        left: auto; }
      .rtl .box-produch3 .ApColumn .title_block:after {
        border-left: 10px solid rgba(254, 103, 113, 0.5);
        border-right: inherit; }

.box-bannerh3 {
  padding: 100px 0 70px; }
  @media (max-width: 991px) {
    .box-bannerh3 {
      padding: 60px 0 40px; }
      .box-bannerh3 .ApColumn .block {
        margin-bottom: 10px; } }

.box-specialh3 {
  padding: 100px 0; }
  .box-specialh3 .ApColumn .block {
    margin-bottom: 0; }

.box-newletterh2 .block_newsletter {
  display: flex;
  margin: auto;
  max-width: 960px;
  padding: 20px 15px; }
  .box-newletterh2 .block_newsletter .title_block {
    margin: 0 50px 0 0;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    white-space: nowrap; }
    .rtl .box-newletterh2 .block_newsletter .title_block {
      margin: 0 0 0 50px; }
    @media (max-width: 991px) {
      .box-newletterh2 .block_newsletter .title_block {
        display: none; } }
    .box-newletterh2 .block_newsletter .title_block:before {
      display: none; }
  .box-newletterh2 .block_newsletter .block_content {
    width: 100%; }
  .box-newletterh2 .block_newsletter .input-wrapper {
    display: flex; }
    .box-newletterh2 .block_newsletter .input-wrapper input {
      width: 100%;
      height: 40px;
      padding: 0 35px 0 20px;
      border: 0;
      background: #333;
      color: #fff;
      outline: none; }
      .rtl .box-newletterh2 .block_newsletter .input-wrapper input {
        padding: 0 20px 0 35px; }
    .box-newletterh2 .block_newsletter .input-wrapper .btn {
      border: 0;
      height: 40px;
      padding: 0 20px;
      line-height: 40px;
      border-radius: 0;
      position: relative;
      background: #f2665e;
      font-weight: 600; }
      .box-newletterh2 .block_newsletter .input-wrapper .btn:before {
        content: "";
        position: absolute;
        border: 1px solid transparent;
        border-width: 20px 16px;
        border-color: transparent #f2665e #f2665e transparent;
        top: 0;
        right: 100%; }
        .rtl .box-newletterh2 .block_newsletter .input-wrapper .btn:before {
          left: 100%;
          right: auto; }

.box-flinkh3 {
  padding: 70px 0 30px;
  color: #999; }
  @media (max-width: 767px) {
    .box-flinkh3 {
      padding: 60px 0 0; }
      .box-flinkh3 .col-clear {
        clear: both; } }
  .box-flinkh3 .ApColumn .title_block {
    margin: 0 0 20px;
    font-size: 16px;
    color: #fff;
    line-height: 30px; }
    @media (max-width: 991px) {
      .box-flinkh3 .ApColumn .title_block {
        font-size: 14px; } }
    .box-flinkh3 .ApColumn .title_block:before {
      display: none; }
  .box-flinkh3 a {
    color: #999; }
    .box-flinkh3 a:hover {
      color: #fff; }

.box-coppyh3 {
  color: #666666;
  padding: 20px 0 50px; }
  @media (max-width: 767px) {
    .box-coppyh3 {
      text-align: center; } }
  .box-coppyh3 a {
    color: #666666; }
    .box-coppyh3 a:hover {
      color: #fff; }
  .box-coppyh3 .ApLink {
    padding-top: 22px; }
    .box-coppyh3 .ApLink li {
      display: inline-block;
      vertical-align: top;
      border-right: 1px solid #999;
      margin: 0 0 0 -2px; }
      .box-coppyh3 .ApLink li:last-child {
        border: 0; }
      .box-coppyh3 .ApLink li a {
        padding: 0 10px;
        line-height: 16px;
        display: block; }
  .box-coppyh3 .ApColumn .block {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .box-coppyh3 .block-social {
      text-align: right; }
      .rtl .box-coppyh3 .block-social {
        text-align: left; } }
  .box-coppyh3 .block-social li {
    line-height: 40px;
    width: 50px;
    height: 40px; }
    .box-coppyh3 .block-social li a:before {
      font-size: 24px;
      vertical-align: top; }
    .box-coppyh3 .block-social li a:hover {
      color: #fff; }
  .box-coppyh3 .block-social .social-title {
    display: none; }
  .box-coppyh3 .ApHtml {
    padding: 0 8px; }

.box-instagramh3 {
  padding: 30px 0; }
  .box-instagramh3 .ApColumn .block {
    max-width: 960px;
    margin: auto; }
  .box-instagramh3 p {
    margin: 0; }

.rtl .box-newletterh2 .block_newsletter .input-wrapper .btn:before,
.rtl .box-toph3 #cart-block .header:before,
.rtl .plist-special .thumbnail-container .product-image .discount-product:before,
.rtl .box-toph3 #search_widget .search-inner button[type="submit"]:before {
  border-color: #f2665e transparent transparent #f2665e; }
.rtl .box-produch3 .ApColumn .title_block:after {
  transform: skew(-36deg); }
.rtl .latest-blogs .created:before {
  border-color: #f2665e #f2665e transparent transparent; }
.rtl .box-newletterh1 .block_newsletter .input-wrapper .btn:before {
  border-color: transparent transparent #f2665e #f2665e; }

.box-bannerh4 {
  padding: 100px 0; }
  @media (max-width: 991px) {
    .box-bannerh4 {
      padding: 60px 0; } }
  .box-bannerh4 .ApImage {
    position: relative; }
    .box-bannerh4 .ApImage .title_block {
      margin: 0;
      font-size: 16px;
      height: 40px;
      line-height: 40px;
      padding: 0 30px;
      background: #f2665e;
      color: #fff;
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0; }
      .rtl .box-bannerh4 .ApImage .title_block {
        right: 0;
        left: auto; }
      .box-bannerh4 .ApImage .title_block:before {
        display: none; }
      .box-bannerh4 .ApImage .title_block:after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 40px;
        background: #f2665e;
        bottom: 0;
        border-right: 10px solid rgba(254, 103, 113, 0.5);
        background-clip: content-box;
        transform: skew(36deg);
        transform-origin: bottom; }

.box-joinus .ApHtml {
  margin: 0;
  min-height: 270px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
  .box-joinus .ApHtml h4 {
    font-size: 36px;
    color: #fff;
    font-style: italic;
    margin: 0 0 30px; }
    @media (max-width: 991px) {
      .box-joinus .ApHtml h4 {
        font-size: 30px; } }
    @media (max-width: 480px) {
      .box-joinus .ApHtml h4 {
        font-size: 24px;
        margin: 0 0 15px; } }
  .box-joinus .ApHtml .block_content div, .box-joinus .ApHtml .block_content p {
    margin: 0 auto 1em;
    max-width: 440px; }
    .box-joinus .ApHtml .block_content div:last-child, .box-joinus .ApHtml .block_content p:last-child {
      margin-bottom: 0; }
  .box-joinus .ApHtml a {
    font-weight: bold;
    letter-spacing: 0.2em;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    background: #f2665e;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px; }
    @media (max-width: 480px) {
      .box-joinus .ApHtml a {
        margin-top: 10px; } }
    .box-joinus .ApHtml a:hover {
      background: #000; }

.box-instagramh4 {
  padding: 100px 0; }
  @media (max-width: 991px) {
    .box-instagramh4 {
      padding: 60px 0; } }
  .box-instagramh4 .ApColumn .block {
    margin-bottom: 0; }
  .box-instagramh4 .block-carousel-container {
    margin-bottom: 30px; }
    .box-instagramh4 .block-carousel-container:last-child {
      margin-bottom: 0; }

.box-footertoph1 .instagram-block .owl-carousel .owl-item {
  padding: 0 5px; }
.box-footertoph1 .instagram-block .owl-item a:before {
  font-size: 14px; }
.box-footertoph1 .instagram-block .block-carousel-container {
  margin-bottom: 10px; }
  .box-footertoph1 .instagram-block .block-carousel-container:last-child {
    margin-bottom: 0; }

.box-produch5 {
  position: relative;
  z-index: 3; }
  .box-produch5 .owl-carousel .owl-wrapper-outer {
    padding-bottom: 110px;
    margin-bottom: -70px; }

div.box-bannerh5 {
  margin: 0 0 100px; }
  @media (max-width: 991px) {
    div.box-bannerh5 {
      margin: 0 0 60px; } }
  div.box-bannerh5 .ApColumn {
    padding: 0; }
  div.box-bannerh5 .ApColumn .block {
    margin-bottom: 0; }

.sidebar .block.block-categories {
  border: 2px solid #f2665e;
  color: #f2665e; }
  .sidebar .block.block-categories .title_block {
    color: #f2665e; }
    .sidebar .block.block-categories .title_block a {
      color: #f2665e; }
  .sidebar .block.block-categories a {
    color: #f2665e; }
    .sidebar .block.block-categories a:hover {
      color: #000; }
  .sidebar .block.block-categories .category-sub-menu li {
    padding: 0; }
    .sidebar .block.block-categories .category-sub-menu li:after {
      display: none; }

.modal-title {
  font-weight: normal; }

.block-category.card.card-block {
  padding: 0;
  margin: 0;
  border: 0; }

.category-cover {
  margin-bottom: 30px; }
  .category-cover img {
    max-width: 100%; }

#block-reassurance li .block-reassurance-item {
  padding: 10px; }
  #block-reassurance li .block-reassurance-item span {
    font-size: 13px; }

.block-category.card {
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0; }
  .block-category.card h1 {
    margin: 0 0 20px; }
  .block-category.card > div {
    margin: 0 0 30px; }
  .block-category.card .category-cover img {
    max-width: 100%; }

.page-heading {
  margin: 0 0 20px; }
div#image-form_3840275877570598 {
    margin-top: 50px;
}
.icons-flex {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    text-align: center;
}
.icons-flex-icon p {
    color: #F2665E;
}
.icons-flex-icon p i {
    font-size: 44px;
}
.icons-flex-h3 h3 {
    font-size: 20px;
}
.icons-flex-box {
    width: 25%;
	    padding: 15px 0 0;
}
.block.products_block.exclusive.appagebuilder.ApProductCarousel {
    margin-top: -27px;
}
/*# sourceMappingURL=styles.css.map */
