/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
.ApColumn .title_block {
  color: #242f3d;
  margin-bottom: 50px;
  font-size: 36px;
  position: relative;
  margin-top: 20px; }
  @media (max-width: 991px) {
    .ApColumn .title_block {
      font-size: 30px; } }
  @media (max-width: 575px) {
    .ApColumn .title_block {
      margin-top: 10px;
      margin-bottom: 30px; } }

.sub-title-widget {
  order: -1;
  color: #fdb768; }

.ap-popup {
  display: none; }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title, .footer-container .links .title {
  cursor: pointer; }
  .block-toggler .title .collapse-icons .remove, .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add, .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove, .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block; }
.block-toggler .navbar-toggler, .footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  margin-top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 1.25rem; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger ul {
      margin-bottom: 0; }
    .alert.alert-danger:before {
      content: "\f00d"; }

/* Css Accordion */
.ap-accordion .in {
  display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 0.8125rem; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
  display: none; }
.tab-content .active, .pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #e1e1e1; }
  .tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below .nav-tabs > li > a {
      -moz-border-radius: 0px 0px 4px 4px;
      -webkit-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px; }
      .rtl .tabs-below .nav-tabs > li > a {
        -moz-border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px; }
      .tabs-below .nav-tabs > li > a:hover, .tabs-below .nav-tabs > li > a:focus {
        border-top-color: #e1e1e1;
        border-bottom-color: transparent; }
  .tabs-below .nav-tabs > .active a, .tabs-below .nav-tabs > .active a:hover, .tabs-below .nav-tabs > .active a:focus {
    border-color: transparent #e1e1e1 #e1e1e1 #e1e1e1; }

.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none; }
  .tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: 0; }
    .rtl .tabs-left .nav-tabs > li > a, .rtl .tabs-right .nav-tabs > li > a {
      margin-left: 0;
      margin-right: inherit; }

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #e1e1e1; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #e1e1e1;
    border-right: inherit; }
  .tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px; }
    .rtl .tabs-left .nav-tabs > li > a {
      margin-left: -1px;
      margin-right: inherit; }
    .rtl .tabs-left .nav-tabs > li > a {
      -moz-border-radius: 0px 4px 4px 0px;
      -webkit-border-radius: 0px 4px 4px 0px;
      border-radius: 0px 4px 4px 0px; }
    .tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
      border-color: #eeeeee #e1e1e1 #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #e1e1e1 transparent #e1e1e1 #e1e1e1;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #e1e1e1; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #e1e1e1;
    border-left: inherit; }
  .tabs-right .nav-tabs > li > a {
    margin-left: -1px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px; }
    .rtl .tabs-right .nav-tabs > li > a {
      margin-right: -1px;
      margin-left: inherit; }
    .rtl .tabs-right .nav-tabs > li > a {
      -moz-border-radius: 4px 0px 0px 4px;
      -webkit-border-radius: 4px 0px 0px 4px;
      border-radius: 4px 0px 0px 4px; }
    .tabs-right .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #e1e1e1; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #e1e1e1 #e1e1e1 #e1e1e1 transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #272727; }
  .widget-tabs li.active {
    border: 1px solid #f4c3bc; }
    .widget-tabs li.active a {
      color: #f4c3bc; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 0.625rem;
    line-height: 0.625rem;
    font-family: "FontAwesome";
    color: #f4c3bc;
    font-size: 1.1875rem;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 1.25rem; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    border-bottom: 2px solid #c0c700;
    color: #000000; }

.ApTabs .tab-content {
  position: relative; }
  .ApTabs .tab-content > .tab-pane {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
    .ApTabs .tab-content > .tab-pane.active {
      position: static;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative; }

div[id^="gmap-stores-list"] {
  overflow: auto !important; }

div[id^="gmap-stores-list"] > ul {
  margin: 30px; }

.display-list-store {
  background-color: #6cabd5;
  float: left; }
  .rtl .display-list-store {
    float: right; }

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%; }

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.625rem 0.9375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: #282d35;
  clear: both;
  text-align: center;
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #f4c3bc; }
  .box-show-more a .fa {
    margin-left: 0.3125rem; }
    .rtl .box-show-more a .fa {
      margin-right: 0.3125rem;
      margin-left: inherit; }
.box-show-more.open a {
  display: block; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 3.75rem;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 1.875rem;
    background: #c70005;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem; }
.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1;
  background-color: transparent\9; }
  .full-slider .carousel-control.left {
    left: 0.625rem; }
    .rtl .full-slider .carousel-control.left {
      right: 0.625rem;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 0.625rem; }
    .rtl .full-slider .carousel-control.right {
      left: 0.625rem;
      right: auto; }

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #e1e1e1; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .cover-live-edit .link-to-back-end:hover {
      background-color: #00e676;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ap-cover-hook:hover {
    border: 1px dashed #f4c3bc;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
.ApColumn .manufacturers_block {
  position: relative;
  padding: 50px 0;
  text-align: center; }
  .ApColumn .manufacturers_block .owl-item .manufacturer-image-container {
    overflow: hidden; }
  .ApColumn .manufacturers_block .owl-item img {
    display: inline-block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    opacity: 0.5; }
    .ApColumn .manufacturers_block .owl-item img:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s;
      opacity: 1; }
  .ApColumn .manufacturers_block .owl-theme .owl-buttons {
    position: inherit;
    top: inherit;
    right: inherit; }
    .ApColumn .manufacturers_block .owl-theme .owl-buttons div {
      position: absolute;
      bottom: 50%;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-prev {
        left: 30px; }
        .rtl .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-prev {
          right: 30px;
          left: auto; }
      .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-next {
        right: 30px; }
        .rtl .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-next {
          left: 30px;
          right: auto; }
  .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }
    .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-prev {
      left: 15px; }
      .rtl .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-prev {
        right: 15px;
        left: auto; }
    .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-next {
      right: 15px; }
      .rtl .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-next {
        left: 15px;
        right: auto; }
  @media (max-width: 767px) {
    .ApColumn .manufacturers_block {
      padding: 15px 0; } }

/* Widget Lastest blogs */
#index .latest-blogs .owl-carousel .owl-item {
  padding: 0 45px; }
  @media (max-width: 1199px) {
    #index .latest-blogs .owl-carousel .owl-item {
      padding: 0 15px; } }

.latest-blogs {
  margin-bottom: 0;
  padding-bottom: 2.5rem; }
  .latest-blogs .right-block {
    text-align: left; }
    .rtl .latest-blogs .right-block {
      text-align: right; }
  .latest-blogs .blog-image-container {
    float: left;
    padding-right: 0.625rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.9375rem; }
    .rtl .latest-blogs .blog-image-container {
      float: right; }
    .rtl .latest-blogs .blog-image-container {
      padding-left: 0.625rem;
      padding-right: inherit; }
  .latest-blogs .blog-title {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
    font-family: "Rufina", serif; }
    .latest-blogs .blog-title a {
      color: #222; }
  .latest-blogs .blog-meta {
    padding-bottom: 15px; }
    .latest-blogs .blog-meta a {
      background: #f4c3bc;
      font-family: "eina03-regularuploaded_file";
      font-size: 11px;
      color: #fff;
      text-transform: uppercase;
      padding: 5px 10px; }
  .latest-blogs .blog-desc {
    padding-top: 0.9375rem;
    text-align: justify;
    line-height: 25px; }

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  min-height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0); }
  .rtl .leo-more-info {
    left: 0px;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .leo-more-info .thumbs_list {
    margin: auto;
    overflow: hidden;
    width: 80px;
    height: 240px; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      margin-bottom: 0px;
      list-style-type: none;
      padding-left: 0; }
      .rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      width: 80px;
      height: 80px; }
      .leo-more-info .thumbs_list li a {
        display: block;
        text-align: center; }
      .leo-more-info .thumbs_list li .leo-hover-image {
        max-width: 100%; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 15px;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 0.3125rem; }
  .leo-more-info .view_scroll_left {
    margin-top: 0.3125rem; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.instagram-block .owl-item {
  padding: 0 15px; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a:before {
    content: '\f16d';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px;
    color: #FFFFFF;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .instagram-block a img {
    max-width: 100%; }
  .instagram-block a:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }

.box-padding {
  padding: 60px 0; }
  @media (max-width: 575px) {
    .box-padding {
      padding: 30px 0; } }

.box-padding-top {
  padding-top: 120px; }
  @media (max-width: 991px) {
    .box-padding-top {
      padding-top: 60px; } }
  @media (max-width: 575px) {
    .box-padding-top {
      padding-top: 30px; } }

.box-padding-bottom {
  padding-bottom: 120px; }
  @media (max-width: 991px) {
    .box-padding-bottom {
      padding-bottom: 60px; } }
  @media (max-width: 575px) {
    .box-padding-bottom {
      padding-bottom: 30px; } }

.nopadding {
  padding: 0 !important; }

/* style home 1 */
/* style button header */
#_desktop_cart,
#wishlist-header,
#leo_search_block_top,
#leo_block_top {
  float: right; }
  #_desktop_cart .btn-header,
  #wishlist-header .btn-header,
  #leo_search_block_top .btn-header,
  #leo_block_top .btn-header {
    display: block;
    margin: 0;
    background: none;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    width: 35px;
    height: 117px;
    color: #242f3d;
    text-align: center;
    font-size: 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 575px) {
      #_desktop_cart .btn-header,
      #wishlist-header .btn-header,
      #leo_search_block_top .btn-header,
      #leo_block_top .btn-header {
        width: 25px;
        font-size: 20px; } }
    #_desktop_cart .btn-header i,
    #wishlist-header .btn-header i,
    #leo_search_block_top .btn-header i,
    #leo_block_top .btn-header i {
      line-height: 117px; }
    #_desktop_cart .btn-header:hover,
    #wishlist-header .btn-header:hover,
    #leo_search_block_top .btn-header:hover,
    #leo_block_top .btn-header:hover {
      color: #f4c3bc; }
    @media (max-width: 1499px) {
      #_desktop_cart .btn-header,
      #wishlist-header .btn-header,
      #leo_search_block_top .btn-header,
      #leo_block_top .btn-header {
        height: 78.4px; }
        #_desktop_cart .btn-header i,
        #wishlist-header .btn-header i,
        #leo_search_block_top .btn-header i,
        #leo_block_top .btn-header i {
          line-height: 78.4px; } }

#_desktop_cart,
#wishlist-header {
  position: relative; }
  #_desktop_cart .btn-header,
  #wishlist-header .btn-header {
    width: 50px; }
    @media (max-width: 575px) {
      #_desktop_cart .btn-header,
      #wishlist-header .btn-header {
        width: 35px; } }
    #_desktop_cart .btn-header .cart-products-count, #_desktop_cart .btn-header .ap-total,
    #wishlist-header .btn-header .cart-products-count,
    #wishlist-header .btn-header .ap-total {
      position: absolute;
      top: 40px;
      right: 0;
      background-color: #334357;
      color: #FFFFFF;
      font-size: 13px;
      font-weight: 400;
      width: 22px;
      height: 22px;
      line-height: 22px;
      border-radius: 50%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media (max-width: 1499px) {
        #_desktop_cart .btn-header .cart-products-count, #_desktop_cart .btn-header .ap-total,
        #wishlist-header .btn-header .cart-products-count,
        #wishlist-header .btn-header .ap-total {
          top: 21px; } }
      @media (max-width: 575px) {
        #_desktop_cart .btn-header .cart-products-count, #_desktop_cart .btn-header .ap-total,
        #wishlist-header .btn-header .cart-products-count,
        #wishlist-header .btn-header .ap-total {
          top: 23px;
          width: 16px;
          height: 16px;
          line-height: 16px;
          font-size: 10px; } }
    #_desktop_cart .btn-header:hover .cart-products-count, #_desktop_cart .btn-header:hover .ap-total,
    #wishlist-header .btn-header:hover .cart-products-count,
    #wishlist-header .btn-header:hover .ap-total {
      background-color: #f4c3bc; }

/*display top*/
.box-dptop {
  display: flex;
  align-items: center;
  position: relative; }
  .box-dptop .center {
    position: static; }

@keyframes stunderlinemove {
  0% {
    width: 100%; }
  50% {
    width: 0; }
  100% {
    width: 100%; } }
/* Product Tab*/
.box-product-tab.home2 {
  position: relative;
  padding: 100px 0 60px; }
  @media (max-width: 991px) {
    .box-product-tab.home2 {
      padding: 60px 0 20px; } }
  @media (max-width: 575px) {
    .box-product-tab.home2 {
      padding: 30px 0 10px; } }
  .box-product-tab.home2:before {
    content: '';
    width: calc(100% - 30px);
    left: 15px;
    top: 0;
    position: absolute;
    display: block;
    height: 1px;
    background-color: #eaeaea; }
  .box-product-tab.home2 .ApColumn .title_block {
    margin-top: 0; }
  .box-product-tab.home2 .ApTabs .nav-tabs {
    top: -1px; }
    @media (max-width: 767px) {
      .box-product-tab.home2 .ApTabs .nav-tabs {
        top: 45px; } }
    @media (max-width: 575px) {
      .box-product-tab.home2 .ApTabs .nav-tabs {
        top: 35px; } }
    @media (max-width: 479px) {
      .box-product-tab.home2 .ApTabs .nav-tabs {
        top: 45px; } }
  .box-product-tab.home2 .owl-theme .owl-buttons {
    position: static; }
    .box-product-tab.home2 .owl-theme .owl-buttons div {
      width: 36px;
      height: 36px;
      line-height: 36px;
      background-color: #eaeaea;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-100px);
      -moz-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
      -o-transform: translateY(-100px);
      transform: translateY(-100px);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .box-product-tab.home2 .owl-theme .owl-buttons div:hover {
        background-color: #f4c3bc; }
        .box-product-tab.home2 .owl-theme .owl-buttons div:hover:before {
          color: #FFFFFF; }
      .box-product-tab.home2 .owl-theme .owl-buttons div:before {
        font-size: 12px;
        color: #888888; }
      .box-product-tab.home2 .owl-theme .owl-buttons div.owl-prev {
        left: 15px; }
      .box-product-tab.home2 .owl-theme .owl-buttons div.owl-next {
        right: 15px; }
.box-product-tab .ApTabs {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  position: relative; }
  @media (max-width: 767px) {
    .box-product-tab .ApTabs {
      text-align: center; } }
  @media (max-width: 767px) {
    .box-product-tab .ApTabs .title_block {
      margin-bottom: 80px; } }
  @media (max-width: 575px) {
    .box-product-tab .ApTabs .title_block {
      margin-bottom: 50px; } }
  @media (max-width: 479px) {
    .box-product-tab .ApTabs .title_block {
      margin-bottom: 100px; } }
  .box-product-tab .ApTabs .nav-tabs {
    position: absolute;
    top: 40px;
    right: 0;
    padding: 0; }
    @media (max-width: 767px) {
      .box-product-tab .ApTabs .nav-tabs {
        top: 90px;
        left: 0;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
    @media (max-width: 575px) {
      .box-product-tab .ApTabs .nav-tabs {
        top: 60px; } }
    @media (max-width: 479px) {
      .box-product-tab .ApTabs .nav-tabs {
        top: 70px; } }
    .box-product-tab .ApTabs .nav-tabs li + .nav-item {
      margin-left: 30px; }
      @media (max-width: 991px) {
        .box-product-tab .ApTabs .nav-tabs li + .nav-item {
          margin-left: 20px; } }
    .box-product-tab .ApTabs .nav-tabs li a {
      border: 0;
      font-size: 18px;
      color: #888888;
      text-transform: none;
      padding: 3px 0;
      position: relative;
      font-weight: 400;
      margin: 5px 0; }
      @media (max-width: 991px) {
        .box-product-tab .ApTabs .nav-tabs li a {
          font-size: 16px; } }
      .box-product-tab .ApTabs .nav-tabs li a:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 2px;
        position: absolute;
        background-color: #242f3d;
        left: 0;
        bottom: 0px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .box-product-tab .ApTabs .nav-tabs li a:hover, .box-product-tab .ApTabs .nav-tabs li a.active, .box-product-tab .ApTabs .nav-tabs li a:focus {
        color: #242f3d; }
        .box-product-tab .ApTabs .nav-tabs li a:hover:before, .box-product-tab .ApTabs .nav-tabs li a.active:before, .box-product-tab .ApTabs .nav-tabs li a:focus:before {
          width: 100%; }

/* See All Product style */
.see-all-product {
  text-align: center;
  margin-top: 40px; }
  @media (max-width: 991px) {
    .see-all-product {
      margin-top: 20px; } }
  @media (max-width: 575px) {
    .see-all-product {
      margin-top: 0; } }
  .see-all-product a {
    display: inline-block;
    font-size: 18px;
    color: #242f3d;
    position: relative;
    padding-bottom: 4px; }
    .see-all-product a:before {
      content: '';
      width: 100%;
      position: absolute;
      bottom: 0;
      height: 2px;
      background-color: #a9acaf;
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      -ms-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
    .see-all-product a:focus:before, .see-all-product a:active:before {
      background-color: #f4c3bc; }
    .see-all-product a:hover:before {
      -webkit-animation-name: stunderlinemove;
      /* Safari 4.0 - 8.0 */
      -webkit-animation-duration: 0.3s;
      /* Safari 4.0 - 8.0 */
      animation-name: stunderlinemove;
      animation-duration: 0.6s;
      background-color: #f4c3bc; }

/* Images category */
@media (max-width: 767px) {
  .box-images-cate .ApCategoryImage .block_content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; } }
.box-images-cate .ApCategoryImage ul {
  float: left;
  position: relative;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .box-images-cate .ApCategoryImage ul {
      padding: 0 !important;
      width: 100% !important;
      margin: auto;
      text-align: center; }
      .box-images-cate .ApCategoryImage ul img {
        object-fit: cover;
        height: 300px; } }
  .box-images-cate .ApCategoryImage ul li {
    overflow: hidden; }
  .box-images-cate .ApCategoryImage ul img {
    max-width: 100%;
    -webkit-transform: scale(1.06) rotate(0.1deg);
    -moz-transform: scale(1.06) rotate(0.1deg);
    -ms-transform: scale(1.06) rotate(0.1deg);
    -o-transform: scale(1.06) rotate(0.1deg);
    transform: scale(1.06) rotate(0.1deg);
    -webkit-transition: all 0.45s cubic-bezier(0.33, 0.02, 0, 0.93);
    -moz-transition: all 0.45s cubic-bezier(0.33, 0.02, 0, 0.93);
    -ms-transition: all 0.45s cubic-bezier(0.33, 0.02, 0, 0.93);
    -o-transition: all 0.45s cubic-bezier(0.33, 0.02, 0, 0.93);
    transition: all 0.45s cubic-bezier(0.33, 0.02, 0, 0.93); }
    @media (max-width: 480px) {
      .box-images-cate .ApCategoryImage ul img {
        height: 200px; } }
  .box-images-cate .ApCategoryImage ul:hover img {
    -webkit-transform: translate(-3%, 0) scale(1.06);
    -moz-transform: translate(-3%, 0) scale(1.06);
    -ms-transform: translate(-3%, 0) scale(1.06);
    -o-transform: translate(-3%, 0) scale(1.06);
    transform: translate(-3%, 0) scale(1.06);
    -webkit-transition: all 0.75s cubic-bezier(0.33, 0.02, 0, 0.93);
    -moz-transition: all 0.75s cubic-bezier(0.33, 0.02, 0, 0.93);
    -ms-transition: all 0.75s cubic-bezier(0.33, 0.02, 0, 0.93);
    -o-transition: all 0.75s cubic-bezier(0.33, 0.02, 0, 0.93);
    transition: all 0.75s cubic-bezier(0.33, 0.02, 0, 0.93); }
  .box-images-cate .ApCategoryImage ul .wr-text {
    position: absolute;
    top: 60px;
    left: 40px; }
    @media (max-width: 767px) {
      .box-images-cate .ApCategoryImage ul .wr-text {
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        width: 150px;
        padding: 20px 0;
        background-color: rgba(255, 255, 255, 0.3);
        top: auto; } }
    .box-images-cate .ApCategoryImage ul .wr-text .cate-name {
      display: block;
      margin-bottom: 20px;
      font-family: "Rufina", serif;
      font-size: 30px;
      color: #242f3d;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media (max-width: 767px) {
        .box-images-cate .ApCategoryImage ul .wr-text .cate-name {
          font-size: 20px;
          margin-bottom: 10px; } }
      .box-images-cate .ApCategoryImage ul .wr-text .cate-name:hover {
        color: #f4c3bc; }
    .box-images-cate .ApCategoryImage ul .wr-text .items {
      font-size: 14px;
      color: #242f3d;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .box-images-cate .ApCategoryImage ul .wr-text .items:hover {
        color: #f4c3bc; }
  .box-images-cate .ApCategoryImage ul:nth-child(1) {
    width: 66.67%;
    padding-right: 15px;
    margin-bottom: 30px; }
  .box-images-cate .ApCategoryImage ul:nth-child(2) {
    width: 33.33%;
    padding-left: 15px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .box-images-cate .ApCategoryImage ul:nth-child(2) {
        order: -1; } }
  .box-images-cate .ApCategoryImage ul:nth-child(3) {
    width: 50%;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .box-images-cate .ApCategoryImage ul:nth-child(3) {
        margin-bottom: 30px; } }
  .box-images-cate .ApCategoryImage ul:nth-child(4) {
    width: 50%;
    padding-left: 15px; }

/* Instagram */
.box-instagram {
  max-width: 1920px;
  margin: auto; }
  .box-instagram .ApColumn {
    padding: 0; }

/* Fotoer */
/* footer info */
.box-ftmaincontent .logo {
  margin-bottom: 30px; }
.box-ftmaincontent ul {
  margin-bottom: 0; }
.box-ftmaincontent .info p {
  color: #fff;
  line-height: 28px;
  margin-bottom: 0px;
  font-family: "DM Sans", sans-serif;
  padding-bottom: 20px;
  letter-spacing: 1px; }
.box-ftmaincontent .info .nqt-email {
  margin-bottom: 0; }
@media (max-width: 767px) {
  .box-ftmaincontent .ApColumn {
    text-align: center; } }
@media (max-width: 991px) and (min-width: 768px) {
  .box-ftmaincontent .ApColumn:nth-child(3) {
    clear: both;
    margin-top: 20px; } }
@media (max-width: 991px) and (min-width: 768px) {
  .box-ftmaincontent .ApColumn:nth-child(4) {
    margin-top: 20px; } }
@media (max-width: 767px) {
  .box-ftmaincontent .ApColumn:nth-child(1), .box-ftmaincontent .ApColumn:nth-child(2), .box-ftmaincontent .ApColumn:nth-child(3) {
    margin-bottom: 30px; } }

.box-copyright {
  position: relative;
  padding: 30px 0; }
  @media (min-width: 992px) {
    .box-copyright {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  @media (max-width: 1499px) {
    .box-copyright {
      padding-bottom: 80px; } }
  @media (max-width: 991px) {
    .box-copyright {
      text-align: center; } }
  .box-copyright:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 1px;
    display: block !important;
    top: 0;
    background: #61646b;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1000px; }
  .box-copyright p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 991px) {
      .box-copyright p {
        margin-bottom: 20px;
        line-height: 30px; } }
  .box-copyright span {
    font-weight: 600;
    color: #242f3d; }
  @media (min-width: 992px) {
    .box-copyright .ApImage {
      float: right; } }
  .box-copyright .ApImage:hover img {
    opacity: 0.75;
    filter: alpha(opacity=75); }

/*update CART*/
#checkout #wrapper {
  padding-top: 60px; }
  @media (max-width: 575px) {
    #checkout #wrapper {
      padding-top: 30px; } }
#checkout #content > .row > div {
  position: relative; }
  @media (max-width: 991px) {
    #checkout #content > .row > div {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 479px) {
    #checkout #content > .row > div {
      padding-left: 0;
      padding-right: 0; } }
  #checkout #content > .row > div.col-lg-8, #checkout #content > .row > div.col-md-8 {
    padding-top: 100px; }
    @media (max-width: 991px) {
      #checkout #content > .row > div.col-lg-8, #checkout #content > .row > div.col-md-8 {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 479px) {
      #checkout #content > .row > div.col-lg-8, #checkout #content > .row > div.col-md-8 {
        padding-left: 0;
        padding-right: 0; } }

body#checkout section.checkout-step {
  box-shadow: none;
  border: 0;
  padding: 0;
  outline: none;
  background: none; }
  body#checkout section.checkout-step#checkout-personal-information-step .content {
    padding: 0; }
    body#checkout section.checkout-step#checkout-personal-information-step .content > p {
      padding: 0 30px; }
      body#checkout section.checkout-step#checkout-personal-information-step .content > p:first-child {
        padding-top: 30px; }
      body#checkout section.checkout-step#checkout-personal-information-step .content > p:last-child {
        padding-bottom: 20px; }
  body#checkout section.checkout-step .content {
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    border-radius: 0;
    border: 1px solid #e1e1e1;
    border-top-width: 3px;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    position: static; }
  body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    font-size: 10px;
    line-height: 30px;
    width: 25%;
    text-align: center;
    padding: 30px 5px;
    color: #999;
    font-family: "Rufina", serif;
    opacity: 1;
    letter-spacing: 0; }
    @media (max-width: 1199px) {
      body#checkout section.checkout-step .step-title {
        font-size: 11px; } }
    @media (max-width: 767px) {
      body#checkout section.checkout-step .step-title {
        font-size: 10px;
        line-height: 20px; } }
    body#checkout section.checkout-step .step-title:before {
      content: "";
      position: absolute;
      top: 15px;
      width: 100%;
      height: 2px;
      background: #ccc;
      left: 50%; }
      .rtl body#checkout section.checkout-step .step-title:before {
        right: 50%;
        left: auto; }
    body#checkout section.checkout-step .step-title .step-number {
      padding: 0;
      width: 28px;
      height: 28px;
      line-height: 28px;
      font-size: 14px;
      background: #ccc;
      color: #fff;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      left: 50%;
      margin-left: -14px;
      font-family: 'Poppins'; }
  body#checkout section.checkout-step.js-current-step .step-title {
    color: #000; }
    body#checkout section.checkout-step.js-current-step .step-title .step-number {
      background: #000; }
  body#checkout section.checkout-step:last-child .step-title:before {
    display: none; }
  body#checkout section.checkout-step:nth-child(1) .step-title {
    left: 0;
    z-index: 1; }
    .rtl body#checkout section.checkout-step:nth-child(1) .step-title {
      right: 0;
      left: auto; }
  body#checkout section.checkout-step:nth-child(2) .step-title {
    left: 25%;
    z-index: 2; }
    .rtl body#checkout section.checkout-step:nth-child(2) .step-title {
      right: 25%;
      left: auto; }
  body#checkout section.checkout-step:nth-child(3) .step-title {
    left: 50%;
    z-index: 3; }
    .rtl body#checkout section.checkout-step:nth-child(3) .step-title {
      right: 50%;
      left: auto; }
  body#checkout section.checkout-step:nth-child(4) .step-title {
    left: 75%;
    z-index: 4; }
    .rtl body#checkout section.checkout-step:nth-child(4) .step-title {
      right: 75%;
      left: auto; }

.cart-grid .card {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }

#js-checkout-summary,
section.js-current-step {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }

#block-reassurance {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }
  #block-reassurance ul {
    margin: 0; }
  #block-reassurance li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #block-reassurance li:last-child {
      border: 0; }
  #block-reassurance li .block-reassurance-item {
    padding: 15px 25px;
    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; }
    #block-reassurance li .block-reassurance-item img {
      opacity: 0.7;
      width: 25px;
      position: static;
      margin: 0 10px 0 0;
      height: auto; }
      .rtl #block-reassurance li .block-reassurance-item img {
        margin: 0 0 0 10px; }
    #block-reassurance li .block-reassurance-item span {
      font-size: 12px;
      line-height: 20px;
      color: #888; }

#checkout #checkout-personal-information-step .nav {
  margin: 0 !important; }
  #checkout #checkout-personal-information-step .nav:after {
    content: "";
    display: block;
    clear: both; }
  #checkout #checkout-personal-information-step .nav .nav-item {
    width: 50%;
    float: left;
    margin: 0;
    border-right: 1px solid #e1e1e1; }
    .rtl #checkout #checkout-personal-information-step .nav .nav-item {
      float: right; }
    .rtl #checkout #checkout-personal-information-step .nav .nav-item {
      border-left: 1px solid #e1e1e1;
      border-right: inherit; }
    #checkout #checkout-personal-information-step .nav .nav-item:nth-child(2) {
      display: none; }
    #checkout #checkout-personal-information-step .nav .nav-item:last-child {
      border: 0 !important; }
    #checkout #checkout-personal-information-step .nav .nav-item .nav-link {
      display: block;
      line-height: 20px;
      padding: 10px;
      text-transform: uppercase;
      text-align: center;
      border-bottom: 1px solid #e1e1e1;
      color: #ccc; }
      #checkout #checkout-personal-information-step .nav .nav-item .nav-link.active {
        color: #282828;
        border-color: transparent; }
      #checkout #checkout-personal-information-step .nav .nav-item .nav-link:hover {
        color: #282828; }
#checkout #checkout-personal-information-step .tab-content {
  padding: 20px; }
  #checkout #checkout-personal-information-step .tab-content .form-control {
    padding: 8px 15px;
    border: 1px solid #e1e1e1;
    height: 40px;
    color: #999;
    background-color: #fff;
    border-color: #e1e1e1;
    border-radius: 0;
    width: 100%; }
    #checkout #checkout-personal-information-step .tab-content .form-control.js-visible-password {
      padding: 8px 50px 8px 15px; }
      .rtl #checkout #checkout-personal-information-step .tab-content .form-control.js-visible-password {
        padding: 8px 15px 8px 50px; }
    #checkout #checkout-personal-information-step .tab-content .form-control:focus {
      outline: 0;
      border-color: #282828; }

body#checkout .form-control.js-visible-password {
  padding: 8px 50px 8px 15px; }
  .rtl body#checkout .form-control.js-visible-password {
    padding: 8px 15px 8px 50px; }

body#checkout [data-action="show-password"] {
  background: none;
  color: #888;
  height: 40px;
  border-radius: 0;
  margin: 0 -1px; }
  body#checkout [data-action="show-password"]:hover {
    color: #282828; }

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #login-form,
body#checkout section.checkout-step #invoice-address {
  margin: 0; }
  body#checkout section.checkout-step #customer-form .form-control-comment,
  body#checkout section.checkout-step #login-form .form-control-comment,
  body#checkout section.checkout-step #invoice-address .form-control-comment {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #ccc; }
    .rtl body#checkout section.checkout-step #customer-form .form-control-comment, .rtl
    body#checkout section.checkout-step #login-form .form-control-comment, .rtl
    body#checkout section.checkout-step #invoice-address .form-control-comment {
      text-align: left; }
  @media (min-width: 768px) {
    body#checkout section.checkout-step #customer-form .form-group > .col-md-6,
    body#checkout section.checkout-step #login-form .form-group > .col-md-6,
    body#checkout section.checkout-step #invoice-address .form-group > .col-md-6 {
      width: 75%; } }
  body#checkout section.checkout-step #customer-form .input-group-btn,
  body#checkout section.checkout-step #login-form .input-group-btn,
  body#checkout section.checkout-step #invoice-address .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 4; }
    .rtl body#checkout section.checkout-step #customer-form .input-group-btn, .rtl
    body#checkout section.checkout-step #login-form .input-group-btn, .rtl
    body#checkout section.checkout-step #invoice-address .input-group-btn {
      left: 0;
      right: auto; }
    body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"],
    body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"],
    body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"] {
      font-size: 0; }
      body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"]:before,
      body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"]:before,
      body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"]:before {
        display: inline-block;
        font-family: FontAwesome;
        font-weight: 400;
        line-height: 40px;
        content: "\F06E";
        font-size: 17px; }

body#checkout .custom-checkbox input[type="checkbox"],
body#checkout .custom-checkbox input[type="radio"] {
  width: 16px;
  height: 16px;
  z-index: 3; }
  body#checkout .custom-checkbox input[type="checkbox"] + span,
  body#checkout .custom-checkbox input[type="radio"] + span {
    width: 16px;
    height: 16px; }
    body#checkout .custom-checkbox input[type="checkbox"] + span .checkbox-checked,
    body#checkout .custom-checkbox input[type="radio"] + span .checkbox-checked {
      font-size: 13px; }

body#checkout section.checkout-step.-reachable.-complete h1 .done {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -14px;
  background: #4CAF50;
  color: #fff;
  font-size: 16px;
  border-radius: 50%; }
body#checkout section.checkout-step.-reachable.-complete .step-title:before {
  background: #4caf50; }

body#checkout section.checkout-step #customer-form > section .form-group:last-child, body#checkout section.checkout-step #customer-form > section > .form-group:nth-last-child(2) {
  margin: 0; }
  body#checkout section.checkout-step #customer-form > section .form-group:last-child .col-md-3,
  body#checkout section.checkout-step #customer-form > section .form-group:last-child .col-md-6, body#checkout section.checkout-step #customer-form > section > .form-group:nth-last-child(2) .col-md-3,
  body#checkout section.checkout-step #customer-form > section > .form-group:nth-last-child(2) .col-md-6 {
    width: 100%;
    padding: 0;
    margin: 0; }
  body#checkout section.checkout-step #customer-form > section .form-group:last-child .custom-checkbox, body#checkout section.checkout-step #customer-form > section > .form-group:nth-last-child(2) .custom-checkbox {
    /* display: block; */ }

body#checkout .custom-checkbox em {
  width: auto; }

.input-group.focus {
  outline: 0; }

body#checkout section.checkout-step .form-footer {
  margin: 30px 0 10px; }
  body#checkout section.checkout-step .form-footer button.btn {
    float: none !important;
    min-width: 50%; }

body#checkout section.checkout-step .forgot-password {
  margin: 0 !important;
  text-align: center; }

body#checkout .custom-checkbox em {
  color: #ccc; }
body#checkout .custom-radio {
  border: #888 1px solid;
  width: 16px;
  height: 16px;
  vertical-align: top; }
  body#checkout .custom-radio input[type="radio"] {
    width: 14px;
    height: 14px; }
    body#checkout .custom-radio input[type="radio"]:checked + span {
      width: 10px;
      height: 10px; }

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  cursor: pointer;
  position: absolute;
  margin: 0 0 0 -15px !important;
  width: 30px;
  height: 30px;
  text-align: center;
  left: 50%;
  top: -30px;
  font-size: 0;
  display: none; }
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover {
    color: #282828 !important; }

body#checkout section.checkout-step .address-selector {
  display: block; }
  body#checkout section.checkout-step .address-selector hr {
    border: 0; }

body#checkout section.checkout-step .address-item.selected {
  border: #282828 1px solid; }
body#checkout section.checkout-step .address-item .radio-block {
  font-family: "Rufina", serif;
  display: block; }
body#checkout section.checkout-step .address-item .custom-radio {
  border: #888 1px solid;
  width: 16px;
  height: 16px;
  vertical-align: -7px; }
body#checkout section.checkout-step .address-item .address-alias {
  margin-bottom: 10px;
  font-size: 14px;
  padding: 0 5px;
  text-transform: uppercase;
  line-height: 20px; }
body#checkout section.checkout-step .address-item .address {
  line-height: 1.5;
  font-size: 12px; }

body#checkout section.checkout-step .address-footer {
  text-align: right; }
  .rtl body#checkout section.checkout-step .address-footer {
    text-align: left; }
  body#checkout section.checkout-step .address-footer .text-muted {
    padding: 6px 10px 5px;
    font-size: 12px;
    color: #282828 !important;
    border: 2px solid #282828;
    text-transform: uppercase;
    line-height: 20px;
    transition: all .4s; }
    body#checkout section.checkout-step .address-footer .text-muted .material-icons {
      display: none; }
    body#checkout section.checkout-step .address-footer .text-muted.edit-address:hover {
      background: #282828;
      color: #fff !important; }
    body#checkout section.checkout-step .address-footer .text-muted.delete-address {
      background: #282828;
      color: #fff !important; }
      body#checkout section.checkout-step .address-footer .text-muted.delete-address:hover {
        background: #fff;
        color: #282828 !important; }

@media (min-width: 768px) {
  section.checkout-step #delivery-address .form-fields .form-group > .col-md-6 {
    width: 75%; } }
@media (min-width: 768px) {
  section.checkout-step #delivery-address .form-fields .form-group > .col-md-3:last-child {
    width: 100%; } }

body#checkout section.checkout-step .add-address a {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize; }
  body#checkout section.checkout-step .add-address a .material-icons {
    background: #292929;
    color: #fff;
    margin: 0 5px 0 0;
    vertical-align: -2px; }
    .rtl body#checkout section.checkout-step .add-address a .material-icons {
      margin: 0 0 0 5px; }
  body#checkout section.checkout-step .add-address a:hover {
    color: #f4c3bc; }
    body#checkout section.checkout-step .add-address a:hover .material-icons {
      background: #f4c3bc; }

#payment-confirmation {
  text-align: center; }

label[for="delivery_message"] {
  font-size: 13px; }

textarea#delivery_message {
  width: 100%;
  height: 100px;
  margin: 5px 0;
  border: 1px solid #ddd;
  padding: 10px; }
  textarea#delivery_message:focus {
    border-color: #282828;
    outline: none; }

#conditions-to-approve #cta-terms-and-conditions-1 {
  font-weight: normal; }

.condition-label a {
  text-decoration: underline; }

body#checkout section.checkout-step .payment-options .custom-radio {
  margin-right: 10px; }
  .rtl body#checkout section.checkout-step .payment-options .custom-radio {
    margin-left: 10px;
    margin-right: inherit; }

body#checkout .condition-label {
  margin-left: 30px; }
  .rtl body#checkout .condition-label {
    margin-right: 30px;
    margin-left: inherit; }

body#checkout #order-summary-content h4.black {
  color: #444;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px; }

body#checkout #order-summary-content .col-md-12 > h4.black {
  font-size: 18px; }

.definition-list dl dd, .definition-list dl dt {
  width: 49%; }

body#checkout #order-summary-content h4.h4 {
  color: #444;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px; }

body#checkout #order-summary-content #order-items h3.h3 {
  color: #444;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px; }

body#checkout #order-summary-content #order-items ._desktop-title {
  font-size: 12px; }

.card {
  border-radius: 0; }

#content-hook_order_confirmation {
  text-align: center; }

#content-hook_order_confirmation {
  text-align: center;
  color: #999; }
  #content-hook_order_confirmation .card-title {
    font-size: 16px;
    margin: 0 0 20px; }
    #content-hook_order_confirmation .card-title i {
      vertical-align: -4px;
      margin-right: 15px; }
      .rtl #content-hook_order_confirmation .card-title i {
        margin-left: 15px;
        margin-right: inherit; }
  #content-hook_order_confirmation .card-block {
    padding: 30px 15px; }
  #content-hook_order_confirmation p {
    margin: 0; }

h5.aeuc_scart {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000; }

@media (min-width: 768px) {
  #order-confirmation #order-items {
    width: 66.66%;
    padding: 30px;
    border: 0; }
  #order-confirmation .page-order-confirmation .card-block {
    padding: 0; }
    #order-confirmation .page-order-confirmation .card-block > .row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
  #order-confirmation #order-details {
    padding: 30px;
    border-left: 1px solid #dfdfdf; } }

#content-hook_payment_return {
  line-height: 1.35;
  margin: 0 0 50px; }

#cart-summary-product-list .media {
  margin-bottom: 15px; }

#order-items hr {
  border-top-color: #e1e1e1; }

h5.modal-title {
  font-weight: normal;
  font-family: "Rufina", serif;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  color: #888; }
  h5.modal-title a {
    color: #000; }
    h5.modal-title a:hover {
      color: #f4c3bc; }

.modal-content {
  border: 0;
  border-radius: 0; }

.login-form button[data-action="show-password"] {
  font-size: 0 !important;
  color: #ccc !important;
  background: none !important;
  border: 0 !important; }
  .login-form button[data-action="show-password"]:hover {
    color: #000 !important; }
  .login-form button[data-action="show-password"]:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    content: "\f070";
    font-size: 17px; }
.login-form input[type="text"] + span button[data-action="show-password"]:before {
  content: "\f06e"; }

.register-form > p {
  text-align: center; }
.register-form .custom-checkbox {
  display: block;
  position: relative; }
  .register-form .custom-checkbox input[type="checkbox"], .register-form .custom-checkbox > span {
    position: absolute;
    top: 0;
    left: 0; }
    .rtl .register-form .custom-checkbox input[type="checkbox"], .rtl .register-form .custom-checkbox > span {
      right: 0;
      left: auto; }
.register-form .form-control-valign .radio-inline {
  margin: 10px 15px 0 0; }
  .rtl .register-form .form-control-valign .radio-inline {
    margin: 10px 0 0 15px; }
.register-form .input-group-btn {
  position: absolute;
  top: 0;
  right: 0px;
  display: block; }
  .rtl .register-form .input-group-btn {
    left: 0px;
    right: auto; }
  .register-form .input-group-btn .btn {
    font-size: 0;
    color: #ccc !important;
    background: none !important;
    border: 0; }
    .register-form .input-group-btn .btn:hover {
      color: #222 !important; }
    .register-form .input-group-btn .btn:before {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: 400;
      line-height: 1;
      content: "\f070";
      font-size: 17px; }
.register-form input[type="text"] + .input-group-btn .btn:before {
  content: "\f06e"; }
.register-form .form-footer {
  text-align: center; }
  .register-form .form-footer .form-control-submit {
    float: none !important;
    min-width: 200px; }

/*end update CART*/
/* style popup */
.fancybox-skin {
  background-color: #FFFFFF;
  background-image: url("../../../../assets/img/modules/appagebuilder/img/bg-popup.jpg"); }

.fancybox-inner {
  overflow-y: scroll !important;
  overflow-x: hidden !important; }

.turnoff-popup-wrapper {
  padding-left: 20px; }
  @media (max-width: 479px) {
    .turnoff-popup-wrapper {
      padding-left: 0; } }
  .turnoff-popup-wrapper input {
    vertical-align: -1px;
    margin-right: 10px; }
  .turnoff-popup-wrapper label {
    font-family: "Rufina", serif;
    color: #888888;
    font-size: 12px; }

.nqt-popup {
  max-width: 770px;
  padding: 20px;
  margin-bottom: 30px; }
  @media (max-width: 479px) {
    .nqt-popup {
      padding: 0; } }
  .nqt-popup .logo-popup {
    margin-bottom: 60px; }
  .nqt-popup .title-ap-popup {
    font-size: 24px;
    color: #242f3d;
    font-family: "Rufina", serif;
    font-weight: 400;
    margin-bottom: 10px; }
  .nqt-popup .content-ap-popup {
    font-size: 12px;
    color: #888888;
    font-family: "Rufina", serif;
    margin-bottom: 40px;
    max-width: 340px; }
  .nqt-popup .ApCountdown {
    padding: 0;
    margin-bottom: 40px; }
  .nqt-popup .ap-countdown-time {
    margin-bottom: 0; }
    .nqt-popup .ap-countdown-time li {
      float: left;
      margin-right: 30px;
      color: #242f3d;
      font-family: "Rufina", serif; }
      .nqt-popup .ap-countdown-time li:last-child {
        margin-right: 0; }
      .nqt-popup .ap-countdown-time li b {
        display: block;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 5px; }
      .nqt-popup .ap-countdown-time li span {
        font-size: 11px;
        font-weight: 600; }
  .nqt-popup .block_newsletter {
    max-width: 340px; }
    .nqt-popup .block_newsletter.block .block_title {
      display: none; }
    .nqt-popup .block_newsletter.block .block_content {
      width: 100%; }
  .nqt-popup form input[type=email] {
    padding: 10px 90px 10px 0px;
    font-size: 12px;
    font-family: "Rufina", serif;
    font-weight: 400; }
  .nqt-popup form .btn {
    font-size: 10px;
    height: 37px;
    line-height: 37px; }
    @media (max-width: 479px) {
      .nqt-popup form .btn {
        text-align: left; } }

/* style home 2*/
/* home 2 service*/
.box-service {
  padding: 50px 0; }
  @media (max-width: 575px) {
    .box-service {
      padding: 30px 0; } }
  .box-service .ApImage {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: end;
    -moz-align-items: end;
    -ms-align-items: end;
    -o-align-items: end;
    align-items: end;
    -ms-flex-align: end;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (max-width: 1199px) {
      .box-service .ApImage {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: start;
        -moz-justify-content: start;
        -ms-justify-content: start;
        -o-justify-content: start;
        justify-content: start;
        -ms-flex-pack: start; }
        .box-service .ApImage.sv-delivery, .box-service .ApImage.sv-return {
          margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .box-service .ApImage.sv-payment {
        margin-bottom: 30px; } }
    .box-service .ApImage .image_description {
      padding-left: 10px; }
    .box-service .ApImage .service-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 5px; }
    .box-service .ApImage .service-subtitle {
      margin-bottom: 0; }
    .box-service .ApImage:hover img {
      animation-name: animation-wobble-skew;
      animation-duration: 1s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: 1; }

/* home 2 banner */
@media (max-width: 991px) {
  .h2-box-banner .ApColumn .title_block {
    font-size: 25px;
    margin: 10px 0 30px; } }
@media (max-width: 479px) {
  .h2-box-banner .ApColumn .title_block {
    padding-right: 20px; } }
@media (max-width: 767px) {
  .h2-box-banner .ApColumn:nth-child(1) .ApImage {
    margin-bottom: 15px; } }
.h2-box-banner .wr-title-subtitle {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
.h2-box-banner .ApImage {
  position: relative; }
  @media (max-width: 479px) {
    .h2-box-banner .ApImage img {
      height: 200px !important;
      object-fit: cover; } }
  .h2-box-banner .ApImage .image_description {
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 479px) {
      .h2-box-banner .ApImage .image_description {
        left: 20px; } }
    .h2-box-banner .ApImage .image_description p {
      margin-bottom: 0; }
    @media (max-width: 991px) {
      .h2-box-banner .ApImage .image_description a {
        font-size: 12px; } }

/* search trending */
.box-search-trending {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  .box-search-trending .title_block {
    color: #242f3d;
    margin-bottom: 50px;
    font-size: 36px;
    position: relative;
    margin-top: 20px;
    margin-left: 15px; }
    @media (max-width: 991px) {
      .box-search-trending .title_block {
        font-size: 30px; } }
    @media (max-width: 575px) {
      .box-search-trending .title_block {
        margin-top: 10px; } }
  .box-search-trending .sub-title-widget {
    margin-left: 15px; }
  .box-search-trending .ApCategoryImage ul {
    width: 16.66666%;
    float: left;
    text-align: center;
    padding: 18px 0;
    border: 1px solid #eaeaea;
    margin: -0.5px; }
    @media (max-width: 991px) and (min-width: 768px) {
      .box-search-trending .ApCategoryImage ul {
        width: 25%; }
        .box-search-trending .ApCategoryImage ul:nth-child(4n+1) {
          clear: both; } }
    @media (max-width: 768px) and (min-width: 576px) {
      .box-search-trending .ApCategoryImage ul {
        width: 33.33333%; }
        .box-search-trending .ApCategoryImage ul:nth-child(3n+1) {
          clear: both; } }
    @media (max-width: 575px) and (min-width: 480px) {
      .box-search-trending .ApCategoryImage ul {
        width: 50%; }
        .box-search-trending .ApCategoryImage ul:nth-child(2n+1) {
          clear: both; } }
    @media (max-width: 479px) {
      .box-search-trending .ApCategoryImage ul {
        width: 100%; } }
    .box-search-trending .ApCategoryImage ul .cover-img {
      display: block;
      margin-bottom: 10px; }
      .box-search-trending .ApCategoryImage ul .cover-img img {
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s; }
    .box-search-trending .ApCategoryImage ul .items {
      display: none !important; }
    .box-search-trending .ApCategoryImage ul:hover .cover-img img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

/* product navigation */
.box-product-tab.home2 .owl-theme .owl-buttons, .box-product-trending .products_block .owl-theme .owl-buttons, .box-product-featured .owl-theme .owl-buttons {
  position: static; }
  .box-product-tab.home2 .owl-theme .owl-buttons div, .box-product-trending .products_block .owl-theme .owl-buttons div, .box-product-featured .owl-theme .owl-buttons div {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #eaeaea;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .box-product-tab.home2 .owl-theme .owl-buttons div:hover, .box-product-trending .products_block .owl-theme .owl-buttons div:hover, .box-product-featured .owl-theme .owl-buttons div:hover {
      background-color: #f4c3bc; }
      .box-product-tab.home2 .owl-theme .owl-buttons div:hover:before, .box-product-trending .products_block .owl-theme .owl-buttons div:hover:before, .box-product-featured .owl-theme .owl-buttons div:hover:before {
        color: #FFFFFF; }
    .box-product-tab.home2 .owl-theme .owl-buttons div:before, .box-product-trending .products_block .owl-theme .owl-buttons div:before, .box-product-featured .owl-theme .owl-buttons div:before {
      font-size: 12px;
      color: #888888; }
    .box-product-tab.home2 .owl-theme .owl-buttons div.owl-prev, .box-product-trending .products_block .owl-theme .owl-buttons div.owl-prev, .box-product-featured .owl-theme .owl-buttons div.owl-prev {
      left: 15px; }
    .box-product-tab.home2 .owl-theme .owl-buttons div.owl-next, .box-product-trending .products_block .owl-theme .owl-buttons div.owl-next, .box-product-featured .owl-theme .owl-buttons div.owl-next {
      right: 15px; }

/* product trending */
.box-product-trending .products_block .thumbnail-container {
  margin-bottom: 0; }

/* image sofa */
.box-image .ApImage {
  float: right;
  margin-right: -89px; }
  @media (min-width: 992px) {
    .box-image .ApImage:hover .image_description {
      border: 1px solid #eaeaea;
      -moz-box-shadow: 0 0 0 5px rgba(255, 211, 216, 0.4);
      -webkit-box-shadow: 0 0 0 5px rgba(255, 211, 216, 0.4);
      -o-box-shadow: 0 0 0 5px rgba(255, 211, 216, 0.4);
      -ms-box-shadow: 0 0 0 5px rgba(255, 211, 216, 0.4);
      box-shadow: 0 0 0 5px rgba(255, 211, 216, 0.4); } }
  @media (max-width: 1499px) {
    .box-image .ApImage {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .box-image .ApImage {
      float: none; } }
  .box-image .ApImage img {
    max-width: 1051px; }
    @media (max-width: 767px) {
      .box-image .ApImage img {
        display: none; } }
  .box-image .ApImage .image_description {
    width: 370px;
    height: 370px;
    border-radius: 50%;
    background-color: rgba(253, 183, 104, 0.75);
    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;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (min-width: 992px) {
      .box-image .ApImage .image_description {
        -webkit-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -ms-transition: 0.4s ease all;
        -o-transition: 0.4s ease all;
        transition: 0.4s ease all; } }
    @media (min-width: 768px) {
      .box-image .ApImage .image_description {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (max-width: 991px) {
      .box-image .ApImage .image_description {
        width: 300px;
        height: 300px; } }
    @media (max-width: 767px) {
      .box-image .ApImage .image_description {
        text-align: center;
        margin: auto; } }
    @media (max-width: 479px) {
      .box-image .ApImage .image_description {
        width: 250px;
        height: 250px; } }
    .box-image .ApImage .image_description .wr-text {
      max-width: 250px; }
    .box-image .ApImage .image_description .sale-up-to {
      color: #242f3d;
      text-transform: uppercase;
      letter-spacing: 1.4px;
      margin-bottom: 15px;
      font-weight: 600;
      margin-bottom: 10px; }
    .box-image .ApImage .image_description .wr-percent {
      font-family: "Rufina", serif;
      color: #242f3d;
      font-size: 36px;
      text-transform: uppercase;
      margin-bottom: 30px;
      line-height: 80px; }
      @media (max-width: 991px) {
        .box-image .ApImage .image_description .wr-percent {
          font-size: 25px;
          line-height: 50px; } }
      .box-image .ApImage .image_description .wr-percent .percent {
        font-size: 80px; }
        @media (max-width: 991px) {
          .box-image .ApImage .image_description .wr-percent .percent {
            font-size: 50px; } }
    .box-image .ApImage .image_description a {
      display: inline-block;
      color: #242f3d;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: inherit; }
    .box-image .ApImage .image_description p {
      margin-bottom: 0; }

/* style home 3 */
/*display nav 2*/
.box-dpnav2 {
  padding: 17px 0; }
  @media (min-width: 1200px) {
    .box-dpnav2 {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  @media (max-width: 1199px) {
    .box-dpnav2 .ApRawHtml {
      text-align: center; } }
  .box-dpnav2 .ApRawHtml p {
    margin-bottom: 0;
    line-height: 24px; }
    .box-dpnav2 .ApRawHtml p span {
      color: #f4c3bc; }
  .box-dpnav2 .ApBlockLink ul {
    margin-bottom: 0; }
    .box-dpnav2 .ApBlockLink ul li {
      float: left; }
      .box-dpnav2 .ApBlockLink ul li a {
        color: #FFFFFF; }
        .box-dpnav2 .ApBlockLink ul li a:before {
          content: '\f095';
          font-family: "FontAwesome";
          font-size: 14px;
          color: #f4c3bc;
          margin-right: 7px; }
      .box-dpnav2 .ApBlockLink ul li:last-child {
        margin-left: 20px; }
        .box-dpnav2 .ApBlockLink ul li:last-child a:before {
          content: "\e904";
          font-family: "nqt-icon"; }

/* banner */
@media (min-width: 768px) {
  .h3-box-bn {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }
@media (max-width: 767px) {
  .h3-box-bn .ApColumn:nth-child(1) {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .h3-box-bn .ApColumn:nth-child(1) .ApImage {
    max-width: 400px;
    margin: auto; }
    .h3-box-bn .ApColumn:nth-child(1) .ApImage img {
      object-fit: cover;
      height: 245px !important; } }
.h3-box-bn .ApColumn:nth-child(1) .ApImage .image_description {
  position: absolute;
  top: 50%;
  right: 150px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 767px) {
    .h3-box-bn .ApColumn:nth-child(1) .ApImage .image_description {
      left: 0;
      right: 0;
      margin: auto;
      text-align: center; } }
.h3-box-bn .ApColumn:nth-child(1) .ApImage p {
  margin-bottom: 0; }
.h3-box-bn .ApColumn:nth-child(1) .ApImage .h3-titile-bn {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 10px; }
  @media (max-width: 1199px) {
    .h3-box-bn .ApColumn:nth-child(1) .ApImage .h3-titile-bn {
      font-size: 30px;
      line-height: 35px; } }
.h3-box-bn .ApColumn:nth-child(1) .ApImage .h3-subtitle-bn {
  margin-bottom: 30px; }
.h3-box-bn .ApColumn:nth-child(1) .ApImage a {
  color: #f4c3bc; }
  .h3-box-bn .ApColumn:nth-child(1) .ApImage a:before {
    background-color: #f4c3bc; }
.h3-box-bn .ApColumn:nth-child(2) .ApRawHtml {
  background-color: #242f3d;
  height: 100%;
  text-align: center;
  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;
  -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;
  position: relative; }
  @media (max-width: 767px) {
    .h3-box-bn .ApColumn:nth-child(2) .ApRawHtml {
      max-width: 400px;
      height: 245px;
      margin: auto; } }
  .h3-box-bn .ApColumn:nth-child(2) .ApRawHtml:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border-bottom: 35px solid #324154;
    border-right: 35px solid transparent; }
  .h3-box-bn .ApColumn:nth-child(2) .ApRawHtml i {
    font-size: 60px;
    color: #FFFFFF;
    margin-bottom: 20px;
    display: block;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
    @media (max-width: 1199px) {
      .h3-box-bn .ApColumn:nth-child(2) .ApRawHtml i {
        font-size: 40px;
        margin-bottom: 15px; } }
  .h3-box-bn .ApColumn:nth-child(2) .ApRawHtml p {
    font-size: 20px;
    font-family: "Rufina", serif;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    padding: 0 30px; }
    @media (max-width: 1199px) {
      .h3-box-bn .ApColumn:nth-child(2) .ApRawHtml p {
        font-size: 14px;
        line-height: 24px; } }
  .h3-box-bn .ApColumn:nth-child(2) .ApRawHtml:hover p {
    letter-spacing: 2px; }
  .h3-box-bn .ApColumn:nth-child(2) .ApRawHtml:hover i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

/* Product Featured */
.box-product-featured .ApColumn .title_block {
  text-align: center; }
.box-product-featured .ApColumn .sub-title-widget {
  text-align: center; }

.products_block {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }

/* Image hostpot */
.box-image-hostpot .ApRawHtml {
  position: absolute;
  top: 50%;
  left: 115px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 1199px) {
    .box-image-hostpot .ApRawHtml {
      left: 90px; } }
  .box-image-hostpot .ApRawHtml p {
    margin-bottom: 25px;
    color: #f4c3bc; }
    @media (max-width: 991px) {
      .box-image-hostpot .ApRawHtml p {
        margin-bottom: 20px; } }
  .box-image-hostpot .ApRawHtml h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      .box-image-hostpot .ApRawHtml h2 {
        font-size: 40px;
        line-height: 50px; } }
  .box-image-hostpot .ApRawHtml a {
    display: inline-block;
    font-size: 16px;
    color: #242f3d;
    text-transform: uppercase;
    font-family: "Rufina", serif;
    padding: 18px 16px 13px 16px;
    border-radius: 30px;
    background-color: #f4c3bc;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
    @media (max-width: 991px) {
      .box-image-hostpot .ApRawHtml a {
        font-size: 14px;
        padding: 15px 15px 10px 15px; } }
    .box-image-hostpot .ApRawHtml a:hover {
      background-color: #FFFFFF; }

/* Product Bestsellers */
.box-product-bestsellers .ApColumn .title_block {
  text-align: center; }
.box-product-bestsellers .ApColumn .sub-title-widget {
  text-align: center; }
@media (max-width: 767px) {
  .box-product-bestsellers .products_block {
    max-width: 370px;
    margin: auto; } }

.width-max {
  margin: auto;
  max-width: 1710px; }

.insta {
  text-align: center;
  padding-bottom: 135px;
  padding-top: 150px; }
  .insta .title_block {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    letter-spacing: 11px;
    font-family: "eina03-bolduploaded_file";
    margin-bottom: 15px; }
  .insta .sub-title-widget {
    color: #666;
    font-size: 14px;
    font-family: "quentinregular";
    padding-bottom: 50px; }
    @media (max-width: 1199px) {
      .insta .sub-title-widget {
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .insta .sub-title-widget {
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      .insta .sub-title-widget {
        padding-bottom: 20px; } }
    @media (max-width: 575px) {
      .insta .sub-title-widget {
        padding-bottom: 15px; } }
  @media (max-width: 1199px) {
    .insta {
      padding-top: 0px;
      padding-bottom: 100px; } }
  @media (max-width: 991px) {
    .insta {
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .insta {
      padding-bottom: 50px; } }
  @media (max-width: 575px) {
    .insta {
      padding-bottom: 30px; } }

.blog-r {
  text-align: center;
  padding-top: 150px; }
  @media (max-width: 1199px) {
    .blog-r {
      padding-top: 100px; } }
  @media (max-width: 991px) {
    .blog-r {
      padding-top: 70px; } }
  @media (max-width: 767px) {
    .blog-r {
      padding-top: 50px; } }
  @media (max-width: 575px) {
    .blog-r {
      padding-top: 30px; } }

.html-row {
  margin-top: 150px; }
  @media (min-width: 992px) {
    .html-row .ApColumn {
      width: 50%; } }
  @media (max-width: 991px) {
    .html-row .ApColumn {
      width: 100%; } }
  .html-row .wr-title-subtitle {
    text-align: center; }
    @media (min-width: 992px) {
      .html-row .wr-title-subtitle {
        text-align: center;
        padding-left: 155px;
        padding: 200px 0; } }
    @media (max-width: 1199px) {
      .html-row .wr-title-subtitle {
        padding: 150px 0; } }
    @media (max-width: 991px) {
      .html-row .wr-title-subtitle {
        padding: 100px 0; } }
    @media (max-width: 767px) {
      .html-row .wr-title-subtitle {
        padding: 70px 0; } }
    @media (max-width: 575px) {
      .html-row .wr-title-subtitle {
        padding: 50px 0; } }
    .html-row .wr-title-subtitle .title_block {
      font-size: 62px;
      margin-bottom: 20px; }
      @media (max-width: 1199px) {
        .html-row .wr-title-subtitle .title_block {
          font-size: 50px; } }
      @media (max-width: 991px) {
        .html-row .wr-title-subtitle .title_block {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .html-row .wr-title-subtitle .title_block {
          font-size: 30px; } }
      @media (max-width: 575px) {
        .html-row .wr-title-subtitle .title_block {
          font-size: 20px; } }
    .html-row .wr-title-subtitle .sub-title-widget {
      color: #777;
      font-size: 16px;
      font-family: "eina03-regularuploaded_file";
      font-weight: 600;
      letter-spacing: 1.5px; }
      .html-row .wr-title-subtitle .sub-title-widget:after {
        content: "";
        width: 40px;
        height: 1px;
        background: #a09e9c;
        display: block;
        margin: 30px auto 30px auto; }
    .html-row .wr-title-subtitle p {
      color: #3a3d46;
      font-size: 24px;
      font-family: "eina03-bolduploaded_file"; }
    .html-row .wr-title-subtitle span {
      font-size: 14px;
      color: #777;
      font-family: "eina03-regularuploaded_file";
      text-decoration: line-through; }
    .html-row .wr-title-subtitle .style-btn {
      background: #f4c3bc;
      color: #3a3d46;
      padding: 20px 60px;
      text-transform: capitalize;
      font-weight: 600;
      font-size: 17px;
      font-family: "eina03-regularuploaded_file";
      margin-top: 30px; }
  @media (max-width: 1199px) {
    .html-row {
      margin-top: 100px; } }
  @media (max-width: 991px) {
    .html-row {
      margin-top: 70px; } }
  @media (max-width: 767px) {
    .html-row {
      margin-top: 50px; } }
  @media (max-width: 575px) {
    .html-row {
      margin-top: 30px; } }

.widget-category_image .cover-img {
  display: block;
  overflow: hidden; }
  .widget-category_image .cover-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    max-width: 100%;
    height: auto; }
    .widget-category_image .cover-img img:hover {
      -webkit-transform: scale3d(1.1, 1.1, 1);
      -moz-transform: scale3d(1.1, 1.1, 1);
      -ms-transform: scale3d(1.1, 1.1, 1);
      -o-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1); }

.h5-boxlistcate {
  max-width: 1710px;
  margin: 150px auto 0 auto;
  padding: 120px 15px 120px 15px; }
  @media (max-width: 991px) {
    .h5-boxlistcate {
      padding: 80px 15px 80px 15px;
      margin: 90px auto 0 auto; } }
  @media (max-width: 575px) {
    .h5-boxlistcate {
      padding: 40px 15px 40px 15px;
      margin: 50px auto 0 auto; } }
  @media (max-width: 480px) {
    .h5-boxlistcate {
      margin: 30px auto 0 auto; } }
  .h5-boxlistcate .widget-category_image .cate-show-all {
    position: absolute;
    bottom: 35px;
    font-size: 14px;
    color: #3a3d46;
    text-transform: uppercase;
    letter-spacing: 0.65px;
    padding: 3px 10px 3px 10px;
    -moz-box-shadow: 0px -9px 0px 0px #f4c3bc inset;
    -webkit-box-shadow: 0px -9px 0px 0px #f4c3bc inset;
    -o-box-shadow: 0px -9px 0px 0px #f4c3bc inset;
    -ms-box-shadow: 0px -9px 0px 0px #f4c3bc inset;
    box-shadow: 0px -9px 0px 0px #f4c3bc inset;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    font-family: "eina03-bolduploaded_file"; }
    @media (max-width: 767px) {
      .h5-boxlistcate .widget-category_image .cate-show-all {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); } }
    @media (max-width: 575px) {
      .h5-boxlistcate .widget-category_image .cate-show-all {
        left: 74%; } }
    .h5-boxlistcate .widget-category_image .cate-show-all:hover {
      -moz-box-shadow: 0px -40px 0px 0px #ec897b inset;
      -webkit-box-shadow: 0px -40px 0px 0px #ec897b inset;
      -o-box-shadow: 0px -40px 0px 0px #ec897b inset;
      -ms-box-shadow: 0px -40px 0px 0px #ec897b inset;
      box-shadow: 0px -40px 0px 0px #ec897b inset;
      color: #FFFFFF; }
  .h5-boxlistcate .widget-category_image .block_content {
    margin: 0 -15px; }
    .h5-boxlistcate .widget-category_image .block_content .wr-text {
      position: static; }
    .h5-boxlistcate .widget-category_image .block_content .cate-name {
      font-size: 24px;
      color: #fff;
      margin-bottom: 20px; }
    .h5-boxlistcate .widget-category_image .block_content .items {
      font-size: 12px;
      letter-spacing: 1.2px;
      color: #fff;
      text-transform: uppercase;
      display: block;
      font-family: "eina03-regularuploaded_file";
      padding-top: 15px; }
    .h5-boxlistcate .widget-category_image .block_content > ul {
      float: left;
      padding: 15px 15px 15px 15px; }
      .rtl .h5-boxlistcate .widget-category_image .block_content > ul {
        float: right; }
      .rtl .h5-boxlistcate .widget-category_image .block_content > ul {
        padding: 15px 15px 15px 15px; }
      .h5-boxlistcate .widget-category_image .block_content > ul:first-child {
        padding: 15px 15px 15px 15px; }
        .rtl .h5-boxlistcate .widget-category_image .block_content > ul:first-child {
          padding: 15px 15px 15px 15px; }
        @media (max-width: 767px) {
          .h5-boxlistcate .widget-category_image .block_content > ul:first-child {
            margin-bottom: 0; } }
      @media (min-width: 1200px) {
        .h5-boxlistcate .widget-category_image .block_content > ul {
          width: 25%;
          float: left; }
          .h5-boxlistcate .widget-category_image .block_content > ul:nth-child(4n+1) {
            padding: 15px 15px 15px 15px;
            clear: both; }
            .rtl .h5-boxlistcate .widget-category_image .block_content > ul:nth-child(4n+1) {
              padding: 15px 15px 15px 15px; } }
      @media (max-width: 1199px) and (min-width: 768px) {
        .h5-boxlistcate .widget-category_image .block_content > ul {
          width: 33.3333333%; }
          .h5-boxlistcate .widget-category_image .block_content > ul:nth-child(3n+1) {
            padding: 15px 15px 15px 15px;
            clear: both; }
            .rtl .h5-boxlistcate .widget-category_image .block_content > ul:nth-child(3n+1) {
              padding: 15px 15px 15px 15px; } }
      @media (max-width: 767px) and (min-width: 576px) {
        .h5-boxlistcate .widget-category_image .block_content > ul {
          width: 50%; }
          .h5-boxlistcate .widget-category_image .block_content > ul:nth-child(2n+1) {
            padding: 15px 15px 15px 15px;
            clear: both; }
            .rtl .h5-boxlistcate .widget-category_image .block_content > ul:nth-child(2n+1) {
              padding: 15px 15px 15px 15px; } }
      @media (max-width: 575px) {
        .h5-boxlistcate .widget-category_image .block_content > ul {
          width: 100%; } }
      .h5-boxlistcate .widget-category_image .block_content > ul li {
        padding: 35px;
        border: 2px solid #eeeeee;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        width: 100%;
        height: 330px;
        position: relative; }
        @media (max-width: 1499px) {
          .h5-boxlistcate .widget-category_image .block_content > ul li {
            height: 250px; } }
  @media (max-width: 1499px) and (max-width: 575px) {
    .h5-boxlistcate .widget-category_image .block_content > ul li {
      height: 100px; } }

        .h5-boxlistcate .widget-category_image .block_content > ul li:hover {
          background-color: #FFFFFF;
          border-color: #FFFFFF; }
          .h5-boxlistcate .widget-category_image .block_content > ul li:hover .cate-show-all {
            opacity: 1;
            filter: alpha(opacity=100); }
      .h5-boxlistcate .widget-category_image .block_content > ul:hover .cate-name {
        color: #222; }
      .h5-boxlistcate .widget-category_image .block_content > ul:hover .leo-qty {
        color: #222; }

.blog-container {
  text-align: left; }
  .rtl .blog-container {
    text-align: right; }
  .blog-container:hover .left-block img {
    -webkit-transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg); }
  .blog-container .left-block {
    margin-bottom: 1.5em;
    overflow: hidden; }
    .blog-container .left-block img {
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
  .blog-container .blog-title {
    margin-bottom: 20px;
    width: 100%; }
    .blog-container .blog-title a {
      font-size: 20px;
      letter-spacing: 0.2px;
      color: #222222; }
      .blog-container .blog-title a:hover {
        color: #f4c3bc; }
  .blog-container .blog-meta {
    display: inline-block; }
    .blog-container .blog-meta:after {
      padding: 0 7px; }
    .blog-container .blog-meta a {
      font-size: 11px;
      color: #242f3d;
      text-transform: uppercase;
      letter-spacing: 0.33px; }
  .blog-container .blog-date {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.36px; }
  .blog-container .blog-desc {
    line-height: 24px;
    margin: 1em 0;
    padding-top: 25px;
    position: relative; }
    .blog-container .blog-desc:before {
      position: absolute;
      width: 60px;
      content: "";
      top: 0;
      margin: 0 auto;
      left: 0;
      border-bottom: 1px solid;
      border-color: #eeeeee; }
  .blog-container .link-readmore {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 10px;
    margin: 10px 0;
    -moz-box-shadow: 0px -9px 0px 0px rgba(235, 112, 37, 0.3) inset;
    -webkit-box-shadow: 0px -9px 0px 0px rgba(235, 112, 37, 0.3) inset;
    -o-box-shadow: 0px -9px 0px 0px rgba(235, 112, 37, 0.3) inset;
    -ms-box-shadow: 0px -9px 0px 0px rgba(235, 112, 37, 0.3) inset;
    box-shadow: 0px -9px 0px 0px rgba(235, 112, 37, 0.3) inset; }
    .blog-container .link-readmore:hover {
      -moz-box-shadow: 0px -50px 0px 0px #eb7025 inset;
      -webkit-box-shadow: 0px -50px 0px 0px #eb7025 inset;
      -o-box-shadow: 0px -50px 0px 0px #eb7025 inset;
      -ms-box-shadow: 0px -50px 0px 0px #eb7025 inset;
      box-shadow: 0px -50px 0px 0px #eb7025 inset;
      padding: 10px;
      margin: 0;
      color: #FFFFFF; }

.h-bot {
  padding-top: 100px; }
  @media (max-width: 1199px) {
    .h-bot {
      padding-top: 90px; } }
  @media (max-width: 991px) {
    .h-bot {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .h-bot {
      padding-top: 40px; } }
  @media (max-width: 575px) {
    .h-bot {
      padding-top: 30px; } }
  @media (max-width: 480px) {
    .h-bot {
      padding-top: 20px; } }

.fly {
  padding-top: 150px; }
  .fly .worl {
    text-align: center; }
    .fly .worl i {
      font-size: 30px;
      padding-bottom: 20px;
      transition: all 0.6s; }
    .fly .worl h5 {
      color: #000;
      font-size: 20px; }
    .fly .worl p {
      color: #888888;
      font-size: 14px;
      font-family: "eina03-regularuploaded_file"; }
    .fly .worl:hover {
      color: #f4c3bc; }
      .fly .worl:hover i {
        transform: rotateY(360deg); }
      .fly .worl:hover h5 {
        color: #f4c3bc; }
  @media (max-width: 1199px) {
    .fly {
      padding-top: 90px; } }
  @media (max-width: 991px) {
    .fly {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .fly {
      padding-top: 40px; } }
  @media (max-width: 575px) {
    .fly {
      padding-top: 30px; } }
  @media (max-width: 480px) {
    .fly {
      padding-top: 20px; } }

.we-love {
  padding-top: 150px; }
  .we-love .left p {
    font-size: 15px;
    color: #f4c3bc;
    font-family: "eina03-bolduploaded_file";
    letter-spacing: 5px;
    text-transform: uppercase;
    padding-bottom: 35px; }
  .we-love .left h3 {
    color: #3a3d46;
    font-size: 52px;
    padding-bottom: 35px; }
    @media (max-width: 1199px) {
      .we-love .left h3 {
        font-size: 45px; } }
    @media (max-width: 991px) {
      .we-love .left h3 {
        font-size: 37px; } }
    @media (max-width: 767px) {
      .we-love .left h3 {
        font-size: 28px; } }
    @media (max-width: 575px) {
      .we-love .left h3 {
        font-size: 21px; } }
    @media (max-width: 480px) {
      .we-love .left h3 {
        font-size: 18px; } }
  .we-love .left .ApImage {
    text-align: center; }
  @media (max-width: 767px) {
    .we-love .left {
      text-align: center; } }
  .we-love .right > .block_carousel {
    background-image: url("../../../../assets/img/modules/appagebuilder/img/banner20-h2.jpg");
    text-align: center;
    padding: 85px 0 60px 0; }
    @media (max-width: 1199px) {
      .we-love .right > .block_carousel {
        padding: 50px 0; } }
    @media (max-width: 991px) {
      .we-love .right > .block_carousel {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      .we-love .right > .block_carousel {
        padding: 35px 0; } }
    @media (max-width: 575px) {
      .we-love .right > .block_carousel {
        padding: 30px 0; } }
    @media (max-width: 480px) {
      .we-love .right > .block_carousel {
        padding: 20px 0; } }
  .we-love .right .descript {
    max-width: 790px;
    color: #3a3d46;
    font-size: 24px;
    font-family: "eina03-bolduploaded_file";
    margin: auto;
    padding-top: 35px;
    line-height: 40px; }
    @media (max-width: 1199px) {
      .we-love .right .descript {
        font-size: 17px; } }
  .we-love .right .title {
    color: #3a3d46;
    font-size: 16px;
    font-family: "eina03-bolduploaded_file";
    padding-top: 40px; }
  .we-love .right .sub-title {
    color: #3a3d46;
    font-size: 12px;
    font-family: "eina03-regularuploaded_file";
    text-transform: uppercase;
    padding-top: 15px; }
  @media (max-width: 1199px) {
    .we-love {
      padding-top: 70px; } }
  @media (max-width: 991px) {
    .we-love {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .we-love {
      padding-top: 40px; } }
  @media (max-width: 575px) {
    .we-love {
      padding-top: 30px; } }
  @media (max-width: 480px) {
    .we-love {
      padding-top: 20px; } }

/* menu popup */
.group-nav {
  margin: 0;
  /* Menu */ }
  .group-nav .ApColumn {
    position: static;
    padding: 0; }
  .group-nav .block-social {
    display: none; }
  @media (max-width: 991px) {
    .group-nav .navbar-header .navbar-toggler {
      border: 0;
      margin-top: 35px;
      font-size: 25px; }
      .group-nav .navbar-header .navbar-toggler:hover, .group-nav .navbar-header .navbar-toggler:active, .group-nav .navbar-header .navbar-toggler:focus {
        background-color: transparent;
        color: #f4c3bc; } }
  @media (max-width: 575px) {
    .group-nav .navbar-header .navbar-toggler {
      margin-top: 50px; } }
  @media (max-width: 991px) {
    .group-nav {
      position: absolute;
      top: 15px;
      left: 25px;
      z-index: 1; }
      .rtl .group-nav {
        right: 25px;
        left: auto; } }
  @media (max-width: 575px) {
    .group-nav {
      top: 67px; } }
  @media (min-width: 992px) {
    .group-nav {
      position: fixed;
      top: 0;
      padding: 0;
      width: 300px;
      height: 100%;
      z-index: 9999999;
      background: #353535 !important;
      left: 0;
      text-align: center;
      -webkit-transform: translate(-300px, 0);
      -moz-transform: translate(-300px, 0);
      -ms-transform: translate(-300px, 0);
      -o-transform: translate(-300px, 0);
      transform: translate(-300px, 0);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .rtl .group-nav {
        right: 0;
        left: auto; }
      [dir="rtl"] .group-nav {
        -webkit-transform: translate(300px, 0);
        -moz-transform: translate(300px, 0);
        -ms-transform: translate(300px, 0);
        -o-transform: translate(300px, 0);
        transform: translate(300px, 0); }
      .group-nav.active-menu {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .group-nav > a {
        margin-bottom: 50px;
        display: inline-block;
        width: 100%; }
      .group-nav .block-social {
        display: block;
        position: absolute;
        text-align: left;
        padding-left: 1.2em;
        bottom: 40px;
        float: none;
        width: 100%; }
        .rtl .group-nav .block-social {
          text-align: right; }
        .rtl .group-nav .block-social {
          padding-right: 1.2em;
          padding-left: inherit; }
        .group-nav .block-social li {
          color: #FFFFFF; }
          .group-nav .block-social li:hover {
            color: #f4c3bc; } }
  .group-nav .wr-logo {
    width: 100%;
    text-align: left;
    padding-left: 1.2em;
    padding: 20px; }
    .rtl .group-nav .wr-logo {
      text-align: right; }
    .rtl .group-nav .wr-logo {
      padding-right: 1.2em;
      padding-left: inherit; }
  .group-nav .closemenu {
    display: inline-block;
    float: right;
    padding: 15px;
    cursor: pointer; }
    .rtl .group-nav .closemenu {
      float: left; }
    @media (max-width: 991px) {
      .group-nav .closemenu {
        display: none; } }
    .group-nav .closemenu i {
      color: #fff;
      font-size: 30px; }
    .group-nav .closemenu:hover i {
      color: #f4c3bc; }
  @media (min-width: 992px) {
    .group-nav .leo-megamenu .dropdown-menu {
      top: 90%;
      left: 100%;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
      .rtl .group-nav .leo-megamenu .dropdown-menu {
        right: 100%;
        left: auto; }
      .group-nav .leo-megamenu .dropdown-menu li a.dropdown-toggle:after {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .group-nav .leo-megamenu .dropdown:hover > .dropdown-menu {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
      top: 0; }
    .group-nav .leo-megamenu .dropdown:hover .dropdown-menu {
      top: 0;
      left: 100%; }
      .rtl .group-nav .leo-megamenu .dropdown:hover .dropdown-menu {
        right: 100%;
        left: auto; } }
  .group-nav .leo-megamenu .navbar-nav li {
    position: relative; }
  .group-nav .leo-megamenu .navbar-nav > li {
    float: none;
    width: 100%; }
    [dir="rtl"] .group-nav .leo-megamenu .navbar-nav > li {
      float: none; }
    .group-nav .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
      left: 100%;
      right: auto; }
      [dir="rtl"] .group-nav .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
        right: 100%;
        left: auto; }
      @media (min-width: 1200px) {
        .group-nav .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
          width: 880px !important; } }
      @media (max-width: 1199px) and (min-width: 992px) {
        .group-nav .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
          width: 660px !important; } }
    .group-nav .leo-megamenu .navbar-nav > li.parent > a span.menu-title:before, .group-nav .leo-megamenu .navbar-nav > li.parent > a span.menu-title:after {
      display: none; }
    .group-nav .leo-megamenu .navbar-nav > li:first-child > a {
      box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2); }
    .group-nav .leo-megamenu .navbar-nav > li + .nav-item {
      margin-left: 0; }
      .rtl .group-nav .leo-megamenu .navbar-nav > li + .nav-item {
        margin-right: 0;
        margin-left: inherit; }
    .group-nav .leo-megamenu .navbar-nav > li > a {
      display: block;
      color: #FFFFFF;
      font-family: "Rufina", serif;
      padding: 0.7em 3em 0.7em 1.2em;
      outline: none;
      -moz-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
      -o-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
      -ms-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
      box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
      text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
      font-size: 15px;
      -webkit-transition: background 0.3s, box-shadow 0.3s;
      -moz-transition: background 0.3s, box-shadow 0.3s;
      -ms-transition: background 0.3s, box-shadow 0.3s;
      -o-transition: background 0.3s, box-shadow 0.3s;
      transition: background 0.3s, box-shadow 0.3s; }
      .rtl .group-nav .leo-megamenu .navbar-nav > li > a {
        padding: 0.7em 1.2em 0.7em 3em; }
      .group-nav .leo-megamenu .navbar-nav > li > a:before {
        display: none; }
      .group-nav .leo-megamenu .navbar-nav > li > a.dropdown-toggle:after {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 41px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        z-index: 2;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        background: rgba(0, 0, 0, 0.05);
        font-size: 12px;
        margin: 0;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
        .rtl .group-nav .leo-megamenu .navbar-nav > li > a.dropdown-toggle:after {
          left: 0;
          right: auto; }
        [dir="rtl"] .group-nav .leo-megamenu .navbar-nav > li > a.dropdown-toggle:after {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
      .group-nav .leo-megamenu .navbar-nav > li > a:hover {
        background: rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0 -1px transparent;
        -webkit-box-shadow: inset 0 -1px transparent;
        -o-box-shadow: inset 0 -1px transparent;
        -ms-box-shadow: inset 0 -1px transparent;
        box-shadow: inset 0 -1px transparent; }

.box-video {
  padding: 300px 0;
  text-align: center; }
  @media (max-width: 1199px) {
    .box-video {
      padding: 180px 0; } }
  @media (max-width: 991px) {
    .box-video {
      padding: 120px 0; } }
  @media (max-width: 767px) {
    .box-video {
      padding: 50px 0; } }
  .box-video .icon-play {
    background-image: url("../../../../assets/img/modules/appagebuilder/img/at_mixmart_banner9-h4.png");
    display: block;
    width: 102px;
    height: 102px;
    margin: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%; }
    .box-video .icon-play:hover {
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3); }
  .box-video .video {
    display: none; }

/*# sourceMappingURL=styles.css.map */
