/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
.title-ap-group {
  padding-left: 15px; }

.title_block {
  color: #142332;
  font-size: 32px;
  line-height: 48px;
  position: relative;
  text-transform: initial;
  font-weight: 700;
  margin-bottom: 30px; }
  @media (max-width: 479px) {
    .title_block {
      font-size: 20px;
      line-height: 32px; } }
  .title_block:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #f79a34;
    display: block;
    margin-top: 10px; }

.ap-popup {
  display: none; }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px;
    background-size: cover; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title, .footer-container .links .title {
  cursor: pointer; }
  .block-toggler .title .collapse-icons .remove, .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add, .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove, .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block; }
.block-toggler .navbar-toggler, .footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  margin-top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 1.25rem; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      content: "\f00d"; }

/* Css Accordion */
.ap-accordion .in {
  display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 0.8125rem; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
  display: none; }
.tab-content .active, .pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #e6eaef; }
  .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: #e6eaef;
        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 #e6eaef #e6eaef #e6eaef; }

.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 #e6eaef; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #e6eaef;
    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 #e6eaef #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #e6eaef transparent #e6eaef #e6eaef;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #e6eaef; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #e6eaef;
    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 #e6eaef; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #e6eaef #e6eaef #e6eaef 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 #f79a34; }
    .widget-tabs li.active a {
      color: #f79a34; }

.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: #f79a34;
    font-size: 1.1875rem;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 1.25rem; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    border-bottom: 2px solid #c0c700;
    color: #000000; }

.ApTabs .tab-content {
  position: relative; }
  .ApTabs .tab-content > .tab-pane {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
    .ApTabs .tab-content > .tab-pane.active {
      position: static;
      visibility: visible;
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative; }

div[id^="gmap-stores-list"] {
  overflow: auto !important; }

div[id^="gmap-stores-list"] > ul {
  margin: 30px; }

.display-list-store {
  background-color: #6cabd5;
  float: left; }
  .rtl .display-list-store {
    float: right; }

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%; }

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.625rem 0.9375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: #282d35;
  clear: both;
  text-align: center;
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #f79a34; }
  .box-show-more a .fa {
    margin-left: 0.3125rem; }
    .rtl .box-show-more a .fa {
      margin-right: 0.3125rem;
      margin-left: inherit; }
.box-show-more.open a {
  display: block; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 3.75rem;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 1.875rem;
    background: #c70005;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem; }
.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1;
  background-color: transparent\9; }
  .full-slider .carousel-control.left {
    left: 0.625rem; }
    .rtl .full-slider .carousel-control.left {
      right: 0.625rem;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 0.625rem; }
    .rtl .full-slider .carousel-control.right {
      left: 0.625rem;
      right: auto; }

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #e6eaef; }
  .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 #e6eaef;
  -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 #f79a34;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.manufacturers_block img {
  padding: 1.25rem;
  margin: 0.625rem; }
  .manufacturers_block img:hover {
    -moz-box-shadow: 0px 0px 6px #ccc;
    -webkit-box-shadow: 0px 0px 6px #ccc;
    -o-box-shadow: 0px 0px 6px #ccc;
    -ms-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 5px; }

/*
  Widget Category Image
*/
.widget-category_image .cover-img {
  float: left;
  padding-right: 1.25rem; }
  .rtl .widget-category_image .cover-img {
    float: right; }
  .rtl .widget-category_image .cover-img {
    padding-left: 1.25rem;
    padding-right: inherit; }
  .widget-category_image .cover-img img {
    width: 100px;
    height: 100px; }
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }

/* Widget Lastest blogs */
.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: uppercase;
    font-size: 0.875rem;
    line-height: 20px; }
  .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;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-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;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.instagram-block .owl-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 118px;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }

#instafeed {
  margin: -0.3125rem; }

/* List product size */
.product_attr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .product_attr li a {
    margin-bottom: 5px;
    display: block; }
  .product_attr li.Sold-Out a {
    color: #969696;
    text-decoration: line-through; }

.product_attr li:not(:last-child) {
  margin-right: 10px;
  margin-left: 0; }
  .rtl .product_attr li:not(:last-child) {
    margin-left: 10px;
    margin-right: inherit; }
  .rtl .product_attr li:not(:last-child) {
    margin-right: 0;
    margin-left: inherit; }

/* begin css by nqt ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* css max width for page */
body #page {
  max-width: 1920px;
  margin: auto;
  position: relative; }

/* leoproduct search */
#leo_search_block_top form {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0px 1000px;
  width: 100%;
  position: absolute;
  height: 100%;
  display: block !important;
  top: 0;
  box-sizing: content-box;
  margin-left: -1000px; }
  #leo_search_block_top form > label {
    display: none; }
#leo_search_block_top.active form {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }
#leo_search_block_top .cssload-speeding-wheel {
  display: none !important; }

.icon-close:before, .icon-close:after {
  content: '';
  width: 24px;
  height: 2px;
  background: #142332;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }
  @media (max-width: 767px) {
    .icon-close:before, .icon-close:after {
      width: 16px; } }
.icon-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

/* display nav2 */
.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; }
  .dpnav2 p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0; }
  .dpnav2 .ApColumn:nth-child(2) {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    @media (max-width: 479px) {
      .dpnav2 .ApColumn:nth-child(2) {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify; } }
    .dpnav2 .ApColumn:nth-child(2) .nav2-icon-phone, .dpnav2 .ApColumn:nth-child(2) .btn-setting {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      padding: 12px 0;
      cursor: pointer; }
      .dpnav2 .ApColumn:nth-child(2) .nav2-icon-phone:hover i, .dpnav2 .ApColumn:nth-child(2) .btn-setting:hover i {
        background-color: #f79a34; }
      .dpnav2 .ApColumn:nth-child(2) .nav2-icon-phone:hover span, .dpnav2 .ApColumn:nth-child(2) .btn-setting:hover span {
        color: #f79a34; }
      .dpnav2 .ApColumn:nth-child(2) .nav2-icon-phone i, .dpnav2 .ApColumn:nth-child(2) .btn-setting i {
        font-size: 13px;
        color: #fff;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border-radius: 50%;
        background-color: #3a536b;
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .dpnav2 .ApColumn:nth-child(2) .nav2-icon-phone span, .dpnav2 .ApColumn:nth-child(2) .btn-setting span {
        font-size: 13px;
        color: #fff;
        padding-left: 8px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .dpnav2 .ApColumn:nth-child(2) .nav2-icon-phone {
      margin-right: 29px; }

/*heaader top - header button */
.keep-header .mini-navbar .dptop .leo-megamenu .navbar-nav > li > a {
  padding: 19px 0; }
.keep-header .mini-navbar .dptop .btn-header {
  margin: 0; }

.dptop {
  position: relative; }
  @media (min-width: 1200px) {
    .dptop {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  @media (max-width: 991px) {
    .dptop {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  .dptop:before {
    content: "";
    padding: 0px 390px;
    overflow: hidden;
    position: absolute;
    display: block !important;
    bottom: 0;
    box-sizing: content-box;
    margin-left: -390px;
    width: 100%;
    -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.02);
    -ms-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.02); }
  @media (max-width: 1199px) and (min-width: 992px) {
    .dptop .logo-header {
      text-align: center;
      padding-top: 20px; } }
  @media (max-width: 991px) {
    .dptop .ApColumn:nth-child(1) {
      width: 180px; } }
  @media (max-width: 479px) {
    .dptop .ApColumn:nth-child(1) {
      width: 148px;
      padding: 0; } }
  @media (max-width: 991px) {
    .dptop .ApColumn:nth-child(2) {
      width: 70px;
      order: -1; } }
  .dptop .ApColumn:nth-child(3) {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: static; }
    @media (max-width: 991px) and (min-width: 480px) {
      .dptop .ApColumn:nth-child(3) {
        width: calc(100% - 250px); } }
    @media (max-width: 991px) {
      .dptop .ApColumn:nth-child(3) {
        width: calc(100% - 218px); } }
  .dptop .btn-header {
    width: 56px;
    height: 56px;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    margin: 31px 0;
    cursor: pointer; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .dptop .btn-header {
        margin: 0; } }
    @media (max-width: 479px) {
      .dptop .btn-header {
        width: auto;
        height: auto; } }
    .dptop .btn-header i {
      font-size: 24px;
      line-height: 56px;
      color: #fff;
      -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: 479px) {
        .dptop .btn-header i {
          font-size: 22px;
          line-height: 30px;
          color: #142332; } }
    .dptop .btn-header:hover i {
      color: #f79a34; }
    .dptop .btn-header.btn-cart {
      border-radius: 50%;
      background: #f79a34; }
      @media (max-width: 479px) {
        .dptop .btn-header.btn-cart {
          background: none; } }
      .dptop .btn-header.btn-cart .cart-products-count {
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        color: #f79a34;
        font-size: 13px;
        position: absolute;
        top: -2px;
        right: -9px;
        background: #fffbf7;
        border-radius: 50%; }
        @media (max-width: 479px) {
          .dptop .btn-header.btn-cart .cart-products-count {
            width: 17px;
            height: 17px;
            line-height: 17px;
            top: 1px;
            right: -7px;
            background: #97a5b2;
            color: #fff;
            font-size: 10px; } }
      .dptop .btn-header.btn-cart:hover {
        background: #3a536b; }
        @media (max-width: 479px) {
          .dptop .btn-header.btn-cart:hover {
            background: none; } }
        .dptop .btn-header.btn-cart:hover i {
          color: #fff; }
          @media (max-width: 479px) {
            .dptop .btn-header.btn-cart:hover i {
              color: #f79a34; } }
    .dptop .btn-header.btn-search {
      margin-left: 0; }
      .dptop .btn-header.btn-search i {
        color: #142332; }
      .dptop .btn-header.btn-search:hover i {
        color: #f79a34; }
  .dptop .leo-blockcart {
    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; }
    .dptop .leo-blockcart .cart-count-items {
      margin-left: 10px;
      font-size: 16px;
      font-weight: 600;
      z-index: 1; }
      @media (max-width: 479px) {
        .dptop .leo-blockcart .cart-count-items {
          display: none; } }
  .dptop #_desktop_cart {
    margin-right: 25px; }

/* display home */
.box-padding {
  padding: 80px 0; }
  @media (max-width: 991px) {
    .box-padding {
      padding: 50px 0; } }
  @media (max-width: 479px) {
    .box-padding {
      padding: 30px 0; } }

/* list cate top */
.box-listcatetop {
  padding: 40px 0; }
  @media (max-width: 479px) {
    .box-listcatetop {
      padding: 20px 0; } }
  .box-listcatetop .ApBlockCarousel .block-carousel-image-container {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 5px 0;
    display: inline-block;
    width: 100%; }
    .box-listcatetop .ApBlockCarousel .block-carousel-image-container > a {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
    .box-listcatetop .ApBlockCarousel .block-carousel-image-container img {
      width: 64px;
      float: left;
      -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-listcatetop .ApBlockCarousel .block-carousel-image-container .descript {
      width: auto;
      float: left;
      padding-left: 10px; }
      .box-listcatetop .ApBlockCarousel .block-carousel-image-container .descript h4 {
        font-size: 16px;
        margin-bottom: 1px;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        overflow: hidden; }
      .box-listcatetop .ApBlockCarousel .block-carousel-image-container .descript p {
        color: #97a5b2;
        font-size: 13px;
        margin-bottom: 0; }
    .box-listcatetop .ApBlockCarousel .block-carousel-image-container:hover {
      -webkit-transform: translateY(-3px);
      -moz-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      -o-transform: translateY(-3px);
      transform: translateY(-3px); }
      .box-listcatetop .ApBlockCarousel .block-carousel-image-container:hover img {
        opacity: 0.75;
        -ms-opacity: 0.75;
        -o-opacity: 0.75;
        -moz-opacity: 0.75;
        -webkit-opacity: 0.75;
        filter: alpha(opacity=75); }

/* banner */
.box-bn {
  padding-top: 30px; }
  @media (max-width: 767px) {
    .box-bn .ApColumn {
      text-align: center; } }
  @media (max-width: 767px) {
    .box-bn .ApColumn:last-child .ApImage {
      margin-bottom: 0; } }
  .box-bn .ApImage {
    position: relative; }
    @media (max-width: 767px) {
      .box-bn .ApImage {
        max-width: 370px;
        margin-bottom: 15px; } }
    .box-bn .ApImage h3 {
      font-size: 24px;
      line-height: 32px;
      text-transform: initial;
      margin-bottom: 20px; }
      @media (max-width: 991px) and (min-width: 768px) {
        .box-bn .ApImage h3 {
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 10px; } }
    .box-bn .ApImage .text-bold {
      font-weight: 700; }
    .box-bn .ApImage .text-color {
      color: #f79a34;
      font-weight: 700; }
    .box-bn .ApImage a {
      display: block;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 700; }
      .box-bn .ApImage a:hover {
        color: #f79a34; }
    .box-bn .ApImage p {
      margin-bottom: 0; }
    .box-bn .ApImage .image_description {
      position: absolute;
      top: 50%;
      left: 30px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1;
      text-align: left; }

/* product first */
@media (max-width: 767px) {
  .box-product-first {
    max-width: 370px;
    margin: auto; } }
@media (max-width: 767px) {
  .box-product-first .ApColumn {
    padding: 0; } }
.box-product-first .ApColumn .title_block {
  font-size: 20px; }
@media (max-width: 767px) {
  .box-product-first .ApColumn {
    margin-bottom: 30px; }
    .box-product-first .ApColumn:nth-child(2) {
      margin-bottom: 0; } }

/* product second (product tab) */
.product-tab {
  position: relative;
  /* widget coundown */
  /* widget tab */ }
  @media (max-width: 479px) {
    .product-tab {
      max-width: 400px;
      margin: auto; }
      .product-tab .ApColumn {
        padding: 0; } }
  @media (max-width: 479px) {
    .product-tab .title_block {
      text-align: center;
      font-size: 20px; }
      .product-tab .title_block:after {
        margin: 10px auto 0 auto; } }
  .product-tab:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    background-color: #e6eaef; }
  .product-tab .ApCountdown {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .product-tab .ApCountdown {
        margin-bottom: 60px; } }
    @media (max-width: 479px) {
      .product-tab .ApCountdown {
        margin-bottom: 90px; } }
    .product-tab .ApCountdown .title_block {
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      color: #97a5b2;
      margin-bottom: 0;
      float: left;
      margin-right: 10px;
      line-height: inherit; }
      .product-tab .ApCountdown .title_block:after {
        display: none; }
      @media (max-width: 479px) {
        .product-tab .ApCountdown .title_block {
          text-align: center;
          margin-right: 0;
          margin-bottom: 15px;
          float: none; } }
    .product-tab .ApCountdown ul {
      float: left;
      margin-bottom: 0; }
      @media (max-width: 479px) {
        .product-tab .ApCountdown ul {
          width: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          box-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center; } }
      .product-tab .ApCountdown ul li {
        float: left;
        margin-left: 5px;
        color: #f79a34;
        font-weight: 600;
        font-size: 16px; }
        .product-tab .ApCountdown ul li:before {
          content: ":";
          padding-right: 5px; }
        .product-tab .ApCountdown ul li:first-child {
          margin-left: 0; }
          .product-tab .ApCountdown ul li:first-child:before {
            display: none; }
        .product-tab .ApCountdown ul li b {
          font-weight: 600; }
  .product-tab .ApTabs > .block_content {
    position: relative;
    padding: 28px;
    border: 2px solid #e6eaef;
    border-radius: 7px; }
    @media (max-width: 375px) {
      .product-tab .ApTabs > .block_content {
        padding: 15px; } }
  .product-tab .ApTabs .nav-tabs {
    border: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -49px; }
    @media (max-width: 991px) {
      .product-tab .ApTabs .nav-tabs {
        left: 0;
        right: auto;
        top: -52px; } }
    @media (max-width: 479px) {
      .product-tab .ApTabs .nav-tabs {
        top: -85px;
        right: 0;
        margin: auto;
        max-width: 255px;
        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; } }
    .product-tab .ApTabs .nav-tabs .nav-item {
      margin: 0;
      margin-left: 10px;
      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; }
      .product-tab .ApTabs .nav-tabs .nav-item .nav-link {
        border: 0;
        padding: 0;
        font-size: 13px;
        color: #97a5b2;
        line-height: 32px;
        text-transform: initial;
        font-weight: 400;
        background: none; }
        .product-tab .ApTabs .nav-tabs .nav-item .nav-link:hover, .product-tab .ApTabs .nav-tabs .nav-item .nav-link.active {
          color: #f79a34; }
      .product-tab .ApTabs .nav-tabs .nav-item:before {
        content: "/";
        padding-right: 10px; }
      .product-tab .ApTabs .nav-tabs .nav-item:first-child {
        margin-left: 0; }
        .product-tab .ApTabs .nav-tabs .nav-item:first-child:before {
          display: none; }
  .product-tab.box-product-3rd .title_block {
    margin-bottom: 70px; }
    @media (max-width: 479px) {
      .product-tab.box-product-3rd .title_block {
        margin-bottom: 100px; } }
  .product-tab.box-product-3rd .block_content {
    padding-bottom: 0; }
  .product-tab.box-product-3rd .ApTabs .nav-tabs {
    right: auto;
    left: 0; }
    @media (max-width: 479px) {
      .product-tab.box-product-3rd .ApTabs .nav-tabs {
        right: 0;
        margin: auto; } }
  .product-tab.box-product-3rd .thumbnail-container {
    margin-bottom: 30px; }
    @media (max-width: 479px) {
      .product-tab.box-product-3rd .thumbnail-container {
        margin-bottom: 15px; } }

/* widget video */
.box-video {
  padding: 218px 0;
  text-align: center; }
  @media (max-width: 1199px) {
    .box-video {
      padding: 150px 0; } }
  @media (max-width: 991px) {
    .box-video {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .box-video {
      padding: 50px 0; } }
  .box-video h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .box-video h2 {
        font-size: 40px; } }
    .box-video h2 .text-bold {
      font-weight: 700; }
  .box-video p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 37px; }
    @media (max-width: 767px) {
      .box-video p {
        font-size: 13px;
        line-height: 24px; } }
  .box-video .icon-play {
    background-image: url("../../../../assets/img/modules/appagebuilder/img/btn-play.png");
    display: block;
    width: 64px;
    height: 64px;
    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; }

/* testimonials */
.box-testimonials {
  padding: 70px 0; }
  @media (max-width: 991px) {
    .box-testimonials {
      padding: 50px 0; } }
  .box-testimonials .title_block {
    text-align: center;
    margin-bottom: 50px; }
    .box-testimonials .title_block:after {
      margin: 30px auto 0 auto; }
    @media (max-width: 479px) {
      .box-testimonials .title_block {
        margin-bottom: 30px; }
        .box-testimonials .title_block:after {
          margin: 15px auto 0 auto; } }
  .box-testimonials .ApBlockCarousel .block-carousel-image-container {
    height: 330px;
    background: #fff;
    border-radius: 7px;
    padding: 30px; }
    .box-testimonials .ApBlockCarousel .block-carousel-image-container img {
      width: 80px;
      float: left; }
    .box-testimonials .ApBlockCarousel .block-carousel-image-container .wr-title {
      width: calc(100% - 80px);
      float: left;
      padding-left: 19px; }
      .box-testimonials .ApBlockCarousel .block-carousel-image-container .wr-title:after {
        content: '';
        display: block;
        background-image: url("../../../../assets/img/modules/appagebuilder/img/list-star.png");
        width: 92px;
        height: 14px;
        margin-top: 10px; }
      .box-testimonials .ApBlockCarousel .block-carousel-image-container .wr-title .title {
        font-size: 18px;
        font-family: "B612", sans-serif;
        text-transform: initial;
        color: #142332;
        margin-bottom: 10px;
        font-weight: 700; }
      .box-testimonials .ApBlockCarousel .block-carousel-image-container .wr-title .sub-title {
        font-size: 13px;
        color: #97a5b2;
        font-weight: 600;
        margin-bottom: 0; }
    .box-testimonials .ApBlockCarousel .block-carousel-image-container .descript {
      display: inline-block;
      width: 100%; }
      .box-testimonials .ApBlockCarousel .block-carousel-image-container .descript p {
        font-size: 14px;
        line-height: 32px;
        margin-top: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        margin-bottom: 0; }

/* footer */
/*  service */
.box-service {
  padding: 45px 0;
  font-size: 40px;
  color: #142332;
  position: relative; }
  @media (max-width: 479px) {
    .box-service {
      padding: 30px; } }
  .box-service:before {
    content: "";
    padding: 0px 390px;
    overflow: hidden;
    position: absolute;
    display: block !important;
    bottom: 0;
    box-sizing: content-box;
    margin-left: -390px;
    height: 1px;
    width: 100%;
    background: #e6eaef; }
  @media (max-width: 767px) {
    .box-service .ApHtml {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .box-service .ApColumn:nth-child(3) .ApHtml {
      margin-bottom: 0px; } }
  .box-service .block_content {
    display: inline-block;
    width: 100%; }
    .box-service .block_content:hover > div:first-child {
      -webkit-transform: rotateY(360deg);
      -moz-transform: rotateY(360deg);
      -ms-transform: rotateY(360deg);
      -o-transform: rotateY(360deg);
      transform: rotateY(360deg); }
    .box-service .block_content > div:first-child {
      width: 52px;
      float: left;
      -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-service .block_content > div:last-child {
      width: calc(100% - 52px);
      float: left; }
  .box-service .service-text {
    padding-left: 20px; }
    .box-service .service-text h3 {
      font-size: 18px;
      text-transform: initial;
      margin-bottom: 15px;
      font-weight: 700; }
    .box-service .service-text p {
      font-size: 13px;
      margin-bottom: 0;
      line-height: 24px; }
      .box-service .service-text p .text-bold {
        font-weight: 700; }

/* footer list */
.footer-list {
  padding-top: 80px; }
  @media (max-width: 991px) {
    .footer-list {
      padding-top: 50px; } }
  @media (max-width: 479px) {
    .footer-list {
      padding-top: 30px; } }
  @media (min-width: 1200px) {
    .footer-list .ApColumn:last-child .ApBlockLink {
      float: right; } }

.copyright {
  text-align: center; }
  @media (max-width: 575px) {
    .copyright {
      padding-top: 0;
      padding-bottom: 80px; } }
  .copyright .image_description {
    margin-top: 30px; }
    .copyright .image_description p {
      margin-bottom: 0;
      font-size: 14px;
      color: #97a5b2;
      line-height: 24px; }
      .copyright .image_description p span {
        color: #142332;
        font-weight: 700; }

body:not(#index) .footer-center {
  background: #142332; }
body:not(#index) .footer-container .block .title_block,
body:not(#index) .box-service .block_content > div,
body:not(#index) .box-service .service-text h3,
body:not(#index) .copyright .image_description p span {
  color: #fff; }
body:not(#index) .box-service .service-text p {
  color: #97a5b2; }

/*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: "Open Sans", sans-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: "Open Sans", sans-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: #f79a34; }
    body#checkout section.checkout-step .add-address a:hover .material-icons {
      background: #f79a34; }

#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: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  color: #888; }
  h5.modal-title a {
    color: #000; }
    h5.modal-title a:hover {
      color: #f79a34; }

.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 home 2 */
.box-slide-h2 {
  padding-top: 308px;
  padding-bottom: 337.2px; }
  @media (max-width: 1199px) {
    .box-slide-h2 {
      padding-top: 260px;
      padding-bottom: 200px; } }
  @media (max-width: 767px) {
    .box-slide-h2 {
      padding-top: 160px;
      padding-bottom: 120px; } }
  @media (max-width: 479px) {
    .box-slide-h2 {
      padding-top: 130px;
      padding-bottom: 110px; } }
  .box-slide-h2 .ApHtml {
    padding-left: 200px; }
    @media (max-width: 1199px) {
      .box-slide-h2 .ApHtml {
        padding-left: 100px; } }
    @media (max-width: 767px) {
      .box-slide-h2 .ApHtml {
        padding-left: 40px; } }
    @media (max-width: 479px) {
      .box-slide-h2 .ApHtml {
        padding-left: 15px; } }
    .box-slide-h2 .ApHtml h1 {
      font-size: 80px;
      line-height: 90px;
      color: #fff;
      font-weight: 400; }
      @media (max-width: 1199px) {
        .box-slide-h2 .ApHtml h1 {
          font-size: 50px;
          line-height: 60px; } }
      @media (max-width: 767px) {
        .box-slide-h2 .ApHtml h1 {
          font-size: 35px;
          line-height: 45px; } }
      @media (max-width: 479px) {
        .box-slide-h2 .ApHtml h1 {
          font-size: 25px;
          line-height: 35px; } }
    .box-slide-h2 .ApHtml p {
      font-size: 18px;
      line-height: 30px;
      color: #fff;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .box-slide-h2 .ApHtml p {
          font-size: 16px;
          line-height: 25px; } }
      @media (max-width: 479px) {
        .box-slide-h2 .ApHtml p {
          font-size: 14px;
          line-height: 24px; } }
      .box-slide-h2 .ApHtml p:last-child {
        margin-bottom: 0; }
    .box-slide-h2 .ApHtml a {
      background: #f79a34; }
      .box-slide-h2 .ApHtml a:hover {
        background: #3a536b; }

.box-bg-h2 {
  padding-top: 292px;
  padding-bottom: 357.2px; }
  @media (max-width: 1199px) {
    .box-bg-h2 {
      padding-top: 155px;
      padding-bottom: 160px;
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .box-bg-h2 {
      padding: 100px 0;
      margin-top: 30px; } }
  @media (max-width: 479px) {
    .box-bg-h2 {
      padding: 50px 0; } }
  .box-bg-h2 .ApHtml h2 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .box-bg-h2 .ApHtml h2 {
        font-size: 40px;
        line-height: 52px; } }
    @media (max-width: 479px) {
      .box-bg-h2 .ApHtml h2 {
        font-size: 30px;
        line-height: 42px; } }
  .box-bg-h2 .ApHtml p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    max-width: 480px; }
    @media (max-width: 767px) {
      .box-bg-h2 .ApHtml p {
        font-size: 14px;
        line-height: 24px; } }
    .box-bg-h2 .ApHtml p:last-child {
      margin-bottom: 0; }

.box-product-second-h2 .title_block {
  text-align: center; }
  .box-product-second-h2 .title_block:after {
    margin: 10px auto 0 auto; }
.box-product-second-h2 .ApTabs .nav-tabs {
  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;
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    .box-product-second-h2 .ApTabs .nav-tabs {
      padding-bottom: 30px; } }
  .box-product-second-h2 .ApTabs .nav-tabs .nav-item {
    margin: 0;
    margin-left: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .box-product-second-h2 .ApTabs .nav-tabs .nav-item .nav-link {
      border: 0;
      padding: 0;
      font-size: 13px;
      color: #97a5b2;
      line-height: 32px;
      text-transform: initial;
      font-weight: 400; }
      .box-product-second-h2 .ApTabs .nav-tabs .nav-item .nav-link:hover, .box-product-second-h2 .ApTabs .nav-tabs .nav-item .nav-link.active {
        color: #f79a34; }
    .box-product-second-h2 .ApTabs .nav-tabs .nav-item:before {
      content: "/";
      padding-right: 10px; }
    .box-product-second-h2 .ApTabs .nav-tabs .nav-item:first-child {
      margin-left: 0; }
      .box-product-second-h2 .ApTabs .nav-tabs .nav-item:first-child:before {
        display: none; }

.box-product-3rd-h2 .title_block {
  text-align: center;
  color: #fff; }
  .box-product-3rd-h2 .title_block:after {
    margin: 10px auto 0 auto; }
.box-product-3rd-h2 .thumbnail-container .product-title a,
.box-product-3rd-h2 .thumbnail-container .product-price-and-shipping,
.box-product-3rd-h2 .thumbnail-container .product-price-and-shipping .regular-price,
.box-product-3rd-h2 .thumbnail-container div.star.star_on:before, .box-product-3rd-h2 .thumbnail-container div.star.star_hover:before {
  color: #fff; }
@media (max-width: 1439px) {
  .box-product-3rd-h2 .ApColumn {
    width: 25%; }
    .box-product-3rd-h2 .ApColumn:nth-child(5) {
      display: none; } }
@media (max-width: 1199px) {
  .box-product-3rd-h2 .ApColumn {
    width: 33.33333%; }
    .box-product-3rd-h2 .ApColumn:nth-child(4) {
      display: none; } }
@media (max-width: 991px) {
  .box-product-3rd-h2 .ApColumn {
    width: 50%; }
    .box-product-3rd-h2 .ApColumn:nth-child(3) {
      display: none; } }
@media (max-width: 767px) {
  .box-product-3rd-h2 .ApColumn {
    width: 100%; }
    .box-product-3rd-h2 .ApColumn .products_block {
      max-width: 510px;
      margin: auto; } }

/*# sourceMappingURL=styles.css.map */
