/***************************************************

  Mixins Themes 

/***************************************************/

/* Mixin Normal*/

/* Mixin Clear */

/* Mixin Border */

/*background RGBA

============================================*/

/***************************************************

  Mixins RTL Themes 

/***************************************************/

/************************************ 

	Override Bootstrap 

*************************************/

/**

 * Web Application Prefix Apply For Making Owner Styles

 */

/**

 *   Blocks Layout Selectors 

 */

/***********************************************************************/

/* Title Block */

.ApColumn .block {

  margin-bottom: 2.5rem; }

.ApColumn .title_block {

  padding-bottom: 0.9375rem;

  position: relative;

  text-transform: uppercase;

  font-family: "Bebas Neue";

  letter-spacing: 2px;

  font-size: 50px;

  font-weight: 400; }

  @media (max-width: 1200px) {

    .ApColumn .title_block {

      font-size: 40px; } }

  @media (max-width: 992px) {

    .ApColumn .title_block {

      font-size: 35px; } }

  @media (max-width: 576px) {

    .ApColumn .title_block {

      font-size: 30px; } }



.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;

  display: flex; }

  .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"; }

    .alert.alert-danger ul {

      margin-bottom: 0; }

  .alert.alert-success ul {

    margin-bottom: 0; }



/* 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 #eaeaea; }

  .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: #eaeaea;

        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 #eaeaea #eaeaea #eaeaea; }



.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 #eaeaea; }

  .rtl .tabs-left .nav-tabs {

    float: right; }

  .rtl .tabs-left .nav-tabs {

    border-left: 1px solid #eaeaea;

    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 #eaeaea #eeeeee #eeeeee; }

  .tabs-left .nav-tabs .active > a,

  .tabs-left .nav-tabs .active > a:hover,

  .tabs-left .nav-tabs .active > a:focus {

    border-color: #eaeaea transparent #eaeaea #eaeaea;

    *border-right-color: #FFFFFF; }



.tabs-right .nav-tabs {

  float: right;

  border-left: 1px solid #eaeaea; }

  .rtl .tabs-right .nav-tabs {

    float: left; }

  .rtl .tabs-right .nav-tabs {

    border-right: 1px solid #eaeaea;

    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 #eaeaea; }

  .tabs-right .nav-tabs .active > a,

  .tabs-right .nav-tabs .active a:hover,

  .tabs-right .nav-tabs .active a:focus {

    border-color: #eaeaea #eaeaea #eaeaea 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 #7e7648; }

    .widget-tabs li.active a {

      color: #7e7648; }



.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: #7e7648;

    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: #7e7648; }

  .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 #eaeaea; }

  .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 #eaeaea;

  -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 #7e7648;

    -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: 0; }

  .instagram-block .owl-item .block-carousel-container {

    margin-bottom: 30px; }

.instagram-block a {

  display: block;

  overflow: hidden;

  position: relative;

  padding-bottom: 100%; }

  .instagram-block a img {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    object-fit: cover;

    max-width: 100%; }

.instagram-block .link-instagram {

  display: none; }

  .instagram-block .link-instagram a {

    margin: 0.625rem 0 0; }



#instafeed {

  margin: 0; }

  #instafeed.normal-list > div {

    margin-bottom: 30px; }

    @media (min-width: 992px) {

      #instafeed.normal-list > div:nth-child(3n + 1) {

        clear: both; } }

    @media (max-width: 992px) and (min-width: 480px) {

      #instafeed.normal-list > div:nth-child(2n + 1) {

        clear: both; } }

    #instafeed.normal-list > div img {

      max-width: 100%; }



/* 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; }



/* COUNTER Widget */

.Apcounter {

  color: #666; }

  .Apcounter ul {

    display: flex;

    flex-direction: row;

    flex-wrap: wrap; }

    @media (max-width: 576px) {

      .Apcounter ul {

        flex-direction: column; } }

    .Apcounter ul li {

      text-align: center;

      margin-bottom: 20px; }

      @media (min-width: 576px) {

        .Apcounter ul li {

          width: 33.333%; } }

  .Apcounter .counter-number-wrapper span {

    font-size: 45px;

    font-weight: 600;

    color: #000;

    line-height: 1;

    margin-bottom: 5px; }

  .Apcounter p {

    margin-bottom: 0; }

  .Apcounter .counter_title_top {

    color: #666;

    margin: 10px 0 5px; }



#index #wrapper {

  padding-top: 0; }



.slider_text .text_1 {

  line-height: 150px;

  font-family: "Bebas Neue";

  text-align: center;

  font-weight: 400; }

.slider_text .text_2 {

  line-height: 100%;

  font-family: "Bebas Neue"; }

  .slider_text .text_2 .up_to {

    position: relative; }

    .slider_text .text_2 .up_to:before {

      content: "";

      width: 45px;

      height: 2px;

      background-color: #FFFFFF;

      position: absolute;

      left: auto;

      top: 50%;

      right: -65px; }

    .slider_text .text_2 .up_to:after {

      content: "";

      width: 45px;

      height: 2px;

      background-color: #eee;

      position: absolute;

      right: auto;

      top: 50%;

      left: -65px; }

.slider_text .shop_now {

  background-color: #FFFFFF;

  color: #000000;

  text-transform: capitalize;

  padding: 0 !important;

  height: 60px !important;

  width: auto !important;

  line-height: 60px !important;

  font-size: 20px !important; }

  @media (max-width: 450px) {

    .slider_text .shop_now {

      height: 100px !important;

      line-height: 100px !important;

      font-size: 32px !important;

      margin-left: -14px; } }

  .slider_text .shop_now a {

    padding: 17px 35px !important;

    color: #000000; }

  .slider_text .shop_now .caption-contain {

    height: auto !important; }

.slider_text .Shop_now {

  background-color: #FFFFFF;

  color: #000000;

  text-transform: capitalize;

  padding: 0 !important;

  height: auto !important; }

  .slider_text .Shop_now a {

    padding: 17px 35px !important; }

    .slider_text .Shop_now a:hover {

      color: #FFFFFF; }

      @media (max-width: 712px) {

        .slider_text .Shop_now a:hover {

          color: #000000; } }

  .slider_text .Shop_now:hover {

    background-color: #7e7648;

    color: #FFFFFF; }



.new_collection {

  position: relative;

  top: -55px;

  z-index: 99; }

  @media (max-width: 1200px) {

    .new_collection {

      top: -35px; } }

  @media (max-width: 991px) {

    .new_collection {

      padding-top: 30px;

      top: 0;

      margin-bottom: 30px; } }

  .new_collection .block {

    margin-bottom: 0; }

  .new_collection .ApImage {

    position: relative; }

    .new_collection .ApImage .text_1a {

      font-size: 40px;

      font-family: "Bebas Neue";

      color: #FFFFFF;

      top: 48px;

      left: 40px;

      line-height: 45px;

      position: absolute; }

      .rtl .new_collection .ApImage .text_1a {

        right: 40px;

        left: auto; }

      @media (min-width: 768px) and (max-width: 1220px) {

        .new_collection .ApImage .text_1a {

          font-size: 30px;

          line-height: 35px;

          top: 20px;

          left: 20px; }

          .rtl .new_collection .ApImage .text_1a {

            right: 20px;

            left: auto; } }

    .new_collection .ApImage .text_2a a {

      position: absolute;

      bottom: 48px;

      left: 40px;

      font-size: 14px;

      text-decoration: underline;

      color: #FFFFFF;

      font-weight: 600; }

      .rtl .new_collection .ApImage .text_2a a {

        right: 40px;

        left: auto; }

      @media (min-width: 768px) and (max-width: 1220px) {

        .new_collection .ApImage .text_2a a {

          bottom: 20px;

          left: 20px; }

          .rtl .new_collection .ApImage .text_2a a {

            right: 20px;

            left: auto; } }

      .new_collection .ApImage .text_2a a:hover {

        color: #7e7648; }

  .new_collection > div:last-child .text_1a {

    color: #7b746e; }

  .new_collection > div:last-child .text_2a a {

    color: #7b746e; }



.best_sellers .title_block {

  line-height: 100%;

  color: #FFFFFF; }



.product_home1 .best_sellers .sub-title-widget {

  display: flex;

  align-items: baseline;

  border-bottom: 1px solid #3b3b3b;

  margin-bottom: 30px; }

  @media (max-width: 768px) {

    .product_home1 .best_sellers .sub-title-widget {

      display: block; } }

  .product_home1 .best_sellers .sub-title-widget p {

    width: 50%; }

    @media (max-width: 768px) {

      .product_home1 .best_sellers .sub-title-widget p {

        width: 100%; } }

  .product_home1 .best_sellers .sub-title-widget ul {

    display: inline-flex;

    text-align: right;

    width: 50%;

    justify-content: end; }

    @media (max-width: 768px) {

      .product_home1 .best_sellers .sub-title-widget ul {

        width: 100%;

        justify-content: start;

        text-align: left; } }

    .product_home1 .best_sellers .sub-title-widget ul li {

      color: #FFFFFF;

      margin-left: 23px;

      list-style: disc; }

      .rtl .product_home1 .best_sellers .sub-title-widget ul li {

        margin-right: 23px;

        margin-left: inherit; }

      @media (max-width: 768px) {

        .product_home1 .best_sellers .sub-title-widget ul li:first-child {

          margin-left: 0; }

          .rtl .product_home1 .best_sellers .sub-title-widget ul li:first-child {

            margin-right: 0;

            margin-left: inherit; } }

      .product_home1 .best_sellers .sub-title-widget ul li a {

        margin-left: 10px;

        color: #FFFFFF; }

        .rtl .product_home1 .best_sellers .sub-title-widget ul li a {

          margin-right: 10px;

          margin-left: inherit; }

        @media (max-width: 768px) {

          .product_home1 .best_sellers .sub-title-widget ul li a:first-child {

            margin-left: 0; }

            .rtl .product_home1 .best_sellers .sub-title-widget ul li a:first-child {

              margin-right: 0;

              margin-left: inherit; } }

        @media (max-width: 360px) {

          .product_home1 .best_sellers .sub-title-widget ul li a {

            font-size: 12px; } }

        .product_home1 .best_sellers .sub-title-widget ul li a:hover {

          color: #7e7648; }

      .product_home1 .best_sellers .sub-title-widget ul li:first-child {

        list-style: none; }

.product_home1 .best_sellers .block_content {

  width: 100%; }

.product_home1 .thumbnail-container h3 a {

  color: #FFFFFF;

  font-size: 14px; }

.product_home1 .thumbnail-container .regular-price {

  color: #FFFFFF !important; }



.Platinum_design {

  margin-left: 12%;

  display: flex;

  align-items: center; }

  .Platinum_design .title_block {

    font-size: 80px; }

    @media (max-width: 1400px) {

      .Platinum_design .title_block {

        font-size: 70px; } }

    @media (max-width: 1200px) {

      .Platinum_design .title_block {

        font-size: 60px; } }

    @media (max-width: 991px) {

      .Platinum_design .title_block {

        font-size: 50px; } }

    @media (max-width: 576px) {

      .Platinum_design .title_block {

        font-size: 40px; } }

    @media (max-width: 480px) {

      .Platinum_design .title_block {

        font-size: 30px; } }

  .Platinum_design p {

    text-align: left; }

    .rtl .Platinum_design p {

      text-align: right; }

    @media (max-width: 992px) {

      .Platinum_design p {

        text-align: center !important; } }

  .Platinum_design .save_up {

    font-size: 14px;

    font-weight: bold;

    color: #7e7648;

    margin-bottom: 30px;

    text-transform: uppercase; }

  .Platinum_design .text_save {

    color: #b0b0b0;

    font-size: 16px; }

  @media (max-width: 1200px) {

    .Platinum_design {

      margin-left: 0;

      display: block; } }

  .Platinum_design:first-child > div {

    text-align: center; }



.product2_home1 {

  max-width: 1290px;

  margin: 0 auto; }

  .product2_home1 .best_sellers2a {

    border-bottom: 1px solid #3b3b3b; }

    .product2_home1 .best_sellers2a h4 {

      margin-bottom: 1rem; }

  .product2_home1 .best_sellers_CLEARANCE {

    position: relative; }

    .product2_home1 .best_sellers_CLEARANCE .image_description {

      text-align: center;

      position: absolute;

      top: 14%;

      left: 0;

      right: 0; }

      @media (max-width: 1201px) {

        .product2_home1 .best_sellers_CLEARANCE .image_description {

          top: 17%; } }

      .product2_home1 .best_sellers_CLEARANCE .image_description .hot_deal1 {

        color: #FFFFFF;

        font-size: 14px;

        margin-bottom: 20px;

        text-transform: uppercase; }

      .product2_home1 .best_sellers_CLEARANCE .image_description .title_block {

        margin-bottom: 0;

        padding-bottom: 12px; }

      .product2_home1 .best_sellers_CLEARANCE .image_description .hot_deal2 {

        font-size: 16px;

        color: #7e7648; }

  .product2_home1 .thumbnail-container h3 a {

    color: #FFFFFF;

    padding: 0; }

  .product2_home1 .thumbnail-container .product-image .product-thumbnail img {

    width: 97%; }

  .product2_home1 .quickview {

    display: none; }



.footer_home {

  display: flex;

  align-items: stretch; }

  .footer_home > div {

    padding-top: 90px;

    padding-bottom: 70px; }

    @media (max-width: 1200px) {

      .footer_home > div {

        padding-top: 60px;

        padding-bottom: 50px; } }

  .footer_home .footer_logo > div {

    text-align: center; }

  .footer_home .footer_logo .h-logo {

    margin-top: 32px; }

  .footer_home .our_store {

    margin-bottom: 0; }

  .footer_home .col_b1 > div {

    margin-left: 50px; }

    .rtl .footer_home .col_b1 > div {

      margin-right: 50px;

      margin-left: inherit; }

    @media (max-width: 1200px) {

      .footer_home .col_b1 > div {

        margin-left: 30px; }

        .rtl .footer_home .col_b1 > div {

          margin-right: 30px;

          margin-left: inherit; } }

    @media (max-width: 768px) {

      .footer_home .col_b1 > div {

        margin-left: 0px; }

        .rtl .footer_home .col_b1 > div {

          margin-right: 0px;

          margin-left: inherit; } }

  .footer_home .col_a1,

  .footer_home .footer_logo {

    border: solid #363636;

    border-width: 0 1px 0 0; }

    .rtl .footer_home .col_a1, .rtl

    .footer_home .footer_logo {

      border-width: 0 0 0 1px; }

  .footer_home .col_b1 li {

    width: 50%;

    float: left; }

    .rtl .footer_home .col_b1 li {

      float: right; }

  @media (max-width: 768px) {

    .footer_home {

      flex-direction: column; }

      .footer_home > div {

        padding-bottom: 30px;

        padding-top: 0; }

      .footer_home .footer_logo {

        order: 1; }

      .footer_home .col_a1 {

        order: 2; }

      .footer_home .col_b1 {

        order: 3; } }

  .footer_home .footer_menu {

    display: flex; }

    .footer_home .footer_menu ul {

      margin-bottom: 0;

      width: 50%; }

      .footer_home .footer_menu ul a {

        font-size: 14px;

        color: #626262; }

        .footer_home .footer_menu ul a:hover {

          color: #7e7648; }

  .footer_home .footer_phoner {

    display: inline-flex;

    text-align: left;

    align-items: center;

    margin-top: 30px; }

    .footer_home .footer_phoner .icon:before {

      content: "\f2a0";

      font-family: "Font Awesome 5 Pro";

      font-size: 36px;

      color: #7e7648; }

    .footer_home .footer_phoner .text {

      padding-left: 12px; }

      .footer_home .footer_phoner .text p:last-child {

        font-size: 20px;

        font-weight: bold; }

        .footer_home .footer_phoner .text p:last-child a {

          color: #7e7648; }



.footer-center {

  border-top: 1px solid #363636;

  border-bottom: 1px solid #363636; }



.footer_2 {

  display: flex;

  align-items: center;

  padding: 24.5px 0; }

  @media (max-width: 991px) {

    .footer_2 {

      display: block; } }

  @media (max-width: 1200px) {

    .footer_2 .footer_icon2 {

      text-align: center; } }

  @media (max-width: 991px) {

    .footer_2 .footer_icon2 {

      text-align: right; }

      .rtl .footer_2 .footer_icon2 {

        text-align: left; } }

  .footer_2 .signup_for {

    display: flex;

    align-items: center; }

    @media (max-width: 992px) {

      .footer_2 .signup_for {

        justify-content: center; } }

    @media (max-width: 576px) {

      .footer_2 .signup_for {

        display: block; } }

    .footer_2 .signup_for .signup_for1 {

      color: #FFFFFF;

      width: 195px;

      display: inherit;

      align-items: center;

      font-family: "Gilroy-Bold"; }

      @media (max-width: 576px) {

        .footer_2 .signup_for .signup_for1 {

          width: 100%;

          text-align: center;

          margin-bottom: 25px; } }

      .footer_2 .signup_for .signup_for1:before {

        content: "\f658";

        font-family: "Font Awesome 5 Pro";

        font-size: 36px; }

      .footer_2 .signup_for .signup_for1 span {

        padding-left: 20px !important;

        padding-right: 23px;

        display: inline-block;

        font-size: 16px;

        font-weight: 500;

        text-transform: uppercase;

        border-right: 1px solid #393939;

        letter-spacing: 1px; }

        .rtl .footer_2 .signup_for .signup_for1 span {

          padding-right: 20px !important;

          padding-left: inherit; }

        .rtl .footer_2 .signup_for .signup_for1 span {

          padding-left: 23px;

          padding-right: inherit; }

        .rtl .footer_2 .signup_for .signup_for1 span {

          border-left: 1px solid #393939;

          border-right: inherit; }

        @media (max-width: 576px) {

          .footer_2 .signup_for .signup_for1 span {

            margin: 0;

            padding: 0; }

            .footer_2 .signup_for .signup_for1 span br {

              display: none; } }

        @media (max-width: 576px) {

          .footer_2 .signup_for .signup_for1 span {

            border: none !important; } }

    .footer_2 .signup_for .signup_for2 p {

      font-size: 14px;

      margin-bottom: 0;

      line-height: 20px;

      margin-left: 23px; }

      .rtl .footer_2 .signup_for .signup_for2 p {

        margin-right: 23px;

        margin-left: inherit; }

      @media (max-width: 576px) {

        .footer_2 .signup_for .signup_for2 p {

          text-align: center;

          margin-bottom: 15px; } }

  .footer_2 .footer_icon {

    margin-bottom: 0;

    display: inline-flex; }

    @media (max-width: 576px) {

      .footer_2 .footer_icon {

        margin-top: 30px; } }

    .footer_2 .footer_icon li {

      margin-bottom: 0; }

      .footer_2 .footer_icon li a {

        font-size: 15px;

        padding: 5px 7px;

        border-radius: 50%;

        color: #ffffff;

        border: 2px solid #494949;

        display: initial;

        margin-left: 5px; }

        .footer_2 .footer_icon li a:hover {

          color: #7e7648; }

      .footer_2 .footer_icon li:first-child a {

        padding: 5px 10px; }

  .footer_2 .block {

    margin-bottom: 0; }

  .footer_2 .col_1a {

    width: 40%; }

    @media (max-width: 991px) {

      .footer_2 .col_1a {

        width: 100%;

        padding-bottom: 30px; } }

    @media (max-width: 567px) {

      .footer_2 .col_1a {

        padding-bottom: 15px; } }

  .footer_2 .footer_icon2 {

    width: 22%; }

    @media (max-width: 991px) {

      .footer_2 .footer_icon2 {

        width: 100%;

        padding-bottom: 20px; } }

    .footer_2 .footer_icon2 .block {

      text-align: right;

      margin-bottom: 0; }

      .rtl .footer_2 .footer_icon2 .block {

        text-align: left; }

      @media (max-width: 991px) {

        .footer_2 .footer_icon2 .block {

          text-align: center !important; } }

    .footer_2 .footer_icon2 .block-social {

      padding: 0; }

      @media (max-width: 991px) {

        .footer_2 .footer_icon2 .block-social {

          text-align: center; } }

  .footer_2 .col_1b {

    width: 38%; }

    @media (max-width: 991px) {

      .footer_2 .col_1b {

        float: inherit;

        text-align: center;

        width: 100%;

        padding-bottom: 30px; }

        .footer_2 .col_1b .block_newsletter {

          max-width: 600px; } }

    .footer_2 .col_1b form {

      padding: 0 15px; }

      .footer_2 .col_1b form .col-xs-12:first-child {

        border-radius: 3px;

        width: 100%;

        border: 2px solid #313131;

        padding: 0; }

      .footer_2 .col_1b form input {

        border: none; }

      .footer_2 .col_1b form button {

        background-color: #7e7648;

        color: #FFFFFF;

        position: absolute;

        font-weight: bold; }

        .footer_2 .col_1b form button:hover {

          background-color: #373737; }



.footer_3 p {

  text-align: center;

  padding-top: 15px;

  padding-bottom: 15px; }

  .footer_3 p span {

    color: #7e7648; }



.no-products {

  padding: 10px 15px; }



.ApColumn .ApInstagram.instagram-block {

  margin-bottom: 0; }



.text_banner1 .col_text {

  display: flex; }

  .text_banner1 .col_text .userinfo-selector a.popup-title {

    color: #7e7648; }

  @media (max-width: 768px) {

    .text_banner1 .col_text {

      display: none; } }

  .text_banner1 .col_text .user-info li:nth-child(3) {

    display: none; }

  .text_banner1 .col_text .userinfo-selector {

    margin-left: 4px; }

    .rtl .text_banner1 .col_text .userinfo-selector {

      margin-right: 4px;

      margin-left: inherit; }

    .text_banner1 .col_text .userinfo-selector a {

      padding: 0; }

@media (max-width: 768px) {

  .text_banner1 {

    display: none; } }



.time_shop {

  padding-left: 0;

  display: flex; }

  .rtl .time_shop {

    padding-right: 0;

    padding-left: inherit; }

  @media (max-width: 992px) {

    .time_shop {

      display: block; } }

  .time_shop ul {

    width: 60%;

    margin-bottom: 0;

    order: 1;

    display: inherit; }

    @media (max-width: 1200px) and (min-width: 992px) {

      .time_shop ul {

        width: 73%; } }

    @media (max-width: 992px) {

      .time_shop ul {

        margin-top: 40px;

        width: 100%;

        display: flex;

        justify-content: center;

        margin-bottom: 25px; } }

    .time_shop ul b {

      font-size: 36px;

      color: #7e7648;

      margin-bottom: 12px; }

    .time_shop ul span {

      color: #FFFFFF;

      display: block;

      font-weight: 400;

      font-size: 12px; }

    .time_shop ul li {

      color: #7e7648;

      text-align: center;

      list-style: disc;

      font-family: "Gilroy-Bold";

      margin-left: 30px;

      padding-left: 8px;

      margin-left: 30px; }

      .rtl .time_shop ul li {

        margin-right: 30px;

        margin-left: inherit; }

      .rtl .time_shop ul li {

        padding-right: 8px;

        padding-left: inherit; }

      .time_shop ul li:first-child {

        list-style: none;

        margin-left: 0; }

        .rtl .time_shop ul li:first-child {

          margin-right: 0;

          margin-left: inherit; }

  .time_shop a {

    order: 2;

    background-color: #7e7648;

    color: #FFFFFF;

    font-weight: bold;

    order: 2;

    font-size: 14px;

    width: 160px; }

    .time_shop a:hover {

      background-color: #FFFFFF;

      color: #7e7648; }

  .time_shop .ap-countdown-link {

    display: none; }



.col_icontop {

  display: flex; }

  @media (max-width: 991px) {

    .col_icontop {

      position: absolute !important;

      right: 0;

      bottom: 11px;

      z-index: 9; } }

  .col_icontop #leo_search_block_top button {

    position: absolute;

    right: -1px;

    color: #FFFFFF;

    background-color: #333;

    text-align: center;

    width: 40px;

    background-color: transparent;

    right: 0; }

    .rtl .col_icontop #leo_search_block_top button {

      left: -1px;

      right: auto; }

    .col_icontop #leo_search_block_top button i {

      color: #FFFFFF;

      margin-left: 14px; }

      .rtl .col_icontop #leo_search_block_top button i {

        margin-right: 14px;

        margin-left: inherit; }

    .col_icontop #leo_search_block_top button:hover {

      color: #7e7648; }

    .col_icontop #leo_search_block_top button .material-icons {

      line-height: 25px;

      display: block; }

    .rtl .col_icontop #leo_search_block_top button {

      left: 0;

      right: auto; }

    .col_icontop #leo_search_block_top button:before {

      content: "\f002";

      font-family: "Font Awesome 5 Pro";

      color: #000000;

      font-size: 16px; }

    .col_icontop #leo_search_block_top button span {

      display: none; }

  .col_icontop a.popup-title,

  .col_icontop i {

    color: #000000; }

    .col_icontop a.popup-title:hover,

    .col_icontop i:hover {

      color: #7e7648; }

  .col_icontop .wislish-button .cart-products-count,

  .col_icontop .wislish-button .ap-total,

  .col_icontop .blockcart .cart-products-count,

  .col_icontop .blockcart .ap-total {

    color: #FFFFFF; }



.icon_menu .value {

  font-weight: 600;

  margin-left: 10px; }

  .rtl .icon_menu .value {

    margin-right: 10px;

    margin-left: inherit; }

  @media (max-width: 576px) {

    .icon_menu .value {

      display: none; } }



.logo_2 {

  padding-top: 40px; }

  @media (max-width: 991px) {

    .logo_2 {

      display: flex;

      flex-direction: column;

      padding-top: 5px;

      position: relative; }

      .logo_2 .colo_lang {

        order: 1; }

        .logo_2 .colo_lang .hidden-xs-down {

          display: block !important; }

      .logo_2 .colo_logo {

        order: 2; }

      .logo_2 .menu_2 {

        order: 3; }

      .logo_2 .col_icontop {

        order: 4; } }

  .logo_2 .user-info li:nth-child(3) {

    display: none; }

  .logo_2 .user-info li:nth-child(6) {

    display: none; }

  .logo_2 .h-logo {

    position: absolute;

    top: -25px;

    left: 50%;

    margin: auto;

    display: inline-block;

    transform: translateX(-50%);

    z-index: 9;

    line-height: 80px; }

    @media (max-width: 991px) {

      .logo_2 .h-logo {

        position: relative;

        top: 0;

        line-height: 40px; } }



.menu_2 {

  padding-top: 25px; }

  @media (max-width: 991px) {

    .menu_2 {

      padding-top: 20px; } }

  .menu_2 .navbar-header:before {

    background-color: #ebebeb;

    padding: 0 1000px;

    width: 100%;

    height: 1px;

    overflow: hidden;

    position: relative;

    display: block;

    top: 0;

    box-sizing: content-box;

    margin-left: -1000px;

    content: ""; }

    .rtl .menu_2 .navbar-header:before {

      margin-right: -1000px;

      margin-left: inherit; }

    @media (max-width: 992px) {

      .menu_2 .navbar-header:before {

        display: none; } }



.slider_2 .up_to2 {

  color: #363636;

  font-family: "Gilroy-Bold";

  text-transform: uppercase; }

  .slider_2 .up_to2 span {

    color: #eb3e32; }

.slider_2 .up_to_2 {

  line-height: 105px;

  font-family: "Oswald";

  color: #191919;

  font-weight: 400;

  text-transform: uppercase;

  letter-spacing: 8px; }

.slider_2 .btn {

  background-color: #FFFFFF;

  color: #000000;

  padding: 0 !important; }

  .slider_2 .btn a {

    padding: 17px 35px !important; }

    @media (max-width: 712px) {

      .slider_2 .btn a {

        padding: 30px 35px !important; } }

  .slider_2 .btn:hover {

    background-color: #7e7648;

    color: #FFFFFF; }

    .slider_2 .btn:hover a {

      color: #FFFFFF; }



.text_imgh2 {

  display: flex; }

  @media (max-width: 992px) {

    .text_imgh2 {

      display: block; } }

  .text_imgh2 > div {

    padding: 0 5px; }

    .text_imgh2 > div .ApImage {

      position: relative;

      margin-bottom: 10px; }

      .text_imgh2 > div .ApImage .image_description {

        position: absolute;

        left: 9%;

        top: 42%; }

        .text_imgh2 > div .ApImage .image_description .text_1 {

          margin-bottom: 40px;

          font-size: 36px;

          font-family: "Oswald";

          text-transform: uppercase;

          font-weight: bold;

          line-height: 45px; }

          @media (max-width: 1200px) and (min-width: 992px) {

            .text_imgh2 > div .ApImage .image_description .text_1 {

              margin-bottom: 25px;

              font-size: 30px;

              line-height: 38px; } }

          @media (max-width: 991px) and (min-width: 576px) {

            .text_imgh2 > div .ApImage .image_description .text_1 {

              margin-bottom: 15px;

              font-size: 22px;

              line-height: 26px; } }

          @media (max-width: 576px) {

            .text_imgh2 > div .ApImage .image_description .text_1 {

              margin-bottom: 35px;

              font-size: 28px;

              line-height: 40px; } }

        .text_imgh2 > div .ApImage .image_description a {

          text-decoration: underline;

          font-weight: bold;

          font-size: 14px; }

          .text_imgh2 > div .ApImage .image_description a:hover {

            color: #7e7648; }

    .text_imgh2 > div .right {

      margin-bottom: 10px; }

      .text_imgh2 > div .right .image_description {

        left: 58%; }

    .text_imgh2 > div .white .text_1,

    .text_imgh2 > div .white a {

      color: #FFFFFF; }

    .text_imgh2 > div .black .text_1,

    .text_imgh2 > div .black a {

      color: #000000; }

    .text_imgh2 > div:nth-child(2) .ApImage .image_description {

      top: 34%; }

      @media (max-width: 1200px) and (min-width: 992px) {

        .text_imgh2 > div:nth-child(2) .ApImage .image_description {

          top: 30%; } }

      @media (max-width: 576px) {

        .text_imgh2 > div:nth-child(2) .ApImage .image_description .text_1 {

          margin-bottom: 20px;

          font-size: 22px;

          line-height: 30px; } }



.product_home-2 .block {

  display: flex;

  flex-direction: column; }

  @media (max-width: 1200px) {

    .product_home-2 .block {

      margin-bottom: 0; } }

  .product_home-2 .block .sub-title-widget {

    position: relative;

    order: 1;

    text-align: center;

    display: block;

    margin: 0 auto;

    font-size: 16px;

    margin-bottom: 20px;

    color: #000000; }

    .product_home-2 .block .sub-title-widget:before {

      content: "";

      width: 45px;

      height: 2px;

      background-color: #000000;

      position: absolute;

      left: auto;

      top: 50%;

      right: -60px; }

    .product_home-2 .block .sub-title-widget:after {

      content: "";

      width: 45px;

      height: 2px;

      background-color: #000000;

      position: absolute;

      right: auto;

      top: 50%;

      left: -60px; }

  .product_home-2 .block .block_content {

    order: 3; }

  .product_home-2 .block .title_block {

    font-family: "Oswald";

    order: 2;

    text-align: center;

    margin-bottom: 15px; }

.product_home-2 .instagram-block .owl-wrapper {

  padding-top: 20px; }

  .product_home-2 .instagram-block .owl-wrapper .owl-item {

    padding-right: 5px !important; }

    @media (max-width: 576px) {

      .product_home-2 .instagram-block .owl-wrapper .owl-item {

        padding-right: 0 !important; } }

.product_home-2 .thumbnail-container .product-meta h3 a {

  padding: 0 20px; }



.background_home_2 > div {

  float: right; }

.background_home_2 .block {

  margin: 190px auto;

  display: flex;

  flex-direction: column; }

  @media (max-width: 1400px) {

    .background_home_2 .block {

      margin: 160px auto; } }

  @media (max-width: 1200px) {

    .background_home_2 .block {

      margin: 100px auto; } }

  @media (max-width: 992px) {

    .background_home_2 .block {

      margin: 45px auto; } }

  .background_home_2 .block .sub-title-widget {

    order: 1;

    font-size: 14px;

    text-transform: uppercase;

    font-weight: bold;

    color: #363636;

    margin-bottom: 30px; }

    @media (max-width: 768px) {

      .background_home_2 .block .sub-title-widget {

        text-align: center; } }

  .background_home_2 .block .title_block {

    order: 2;

    font-size: 90px;

    font-family: "Oswald";

    margin-bottom: 25px;

    font-weight: 500;

    letter-spacing: 2px; }

    @media (max-width: 1400px) {

      .background_home_2 .block .title_block {

        font-size: 75px; } }

    @media (max-width: 1200px) {

      .background_home_2 .block .title_block {

        font-size: 65px; } }

    @media (max-width: 992px) {

      .background_home_2 .block .title_block {

        font-size: 55px; } }

    @media (max-width: 768px) {

      .background_home_2 .block .title_block {

        text-align: center; } }

    @media (max-width: 576px) {

      .background_home_2 .block .title_block {

        font-size: 40px; } }

  .background_home_2 .block p {

    order: 3; }

    @media (max-width: 768px) {

      .background_home_2 .block p {

        text-align: center; } }

    .background_home_2 .block p a {

      background-color: #FFFFFF;

      font-size: 13px;

      font-weight: bold; }

      .background_home_2 .block p a:hover {

        background-color: #7e7648; }

  .background_home_2 .block .Explore_Now:hover {

    color: #FFFFFF;

    background-color: #7e7648; }



.product_home2 .block {

  position: relative; }

  .product_home2 .block .text_1a {

    position: absolute;

    font-size: 46px;

    font-family: "Oswald";

    text-transform: uppercase;

    line-height: 48px;

    left: 16%;

    top: 12%;

    color: #191919; }

    @media (max-width: 1400px) and (min-width: 992px) {

      .product_home2 .block .text_1a {

        font-size: 35px;

        line-height: 45px; } }

    @media (max-width: 768px) {

      .product_home2 .block .text_1a {

        font-size: 35px;

        line-height: 40px; } }

.product_home2 .product_home2b {

  display: flex; }

  @media (max-width: 550px) {

    .product_home2 .product_home2b {

      display: block; } }

  .product_home2 .product_home2b > div {

    width: 50%; }

    @media (max-width: 550px) {

      .product_home2 .product_home2b > div {

        width: 100%;

        padding-left: 0; } }

  .product_home2 .product_home2b .ApImage {

    margin-right: 15px; }

    .rtl .product_home2 .product_home2b .ApImage {

      margin-left: 15px;

      margin-right: inherit; }

    @media (max-width: 1200px) {

      .product_home2 .product_home2b .ApImage {

        margin-right: 0; }

        .rtl .product_home2 .product_home2b .ApImage {

          margin-left: 0;

          margin-right: inherit; } }

  .product_home2 .product_home2b .ApProductList {

    margin-left: 15px; }

    .rtl .product_home2 .product_home2b .ApProductList {

      margin-right: 15px;

      margin-left: inherit; }

    @media (max-width: 576px) {

      .product_home2 .product_home2b .ApProductList {

        margin-left: 0; }

        .rtl .product_home2 .product_home2b .ApProductList {

          margin-right: 0;

          margin-left: inherit; } }

  @media (max-width: 992px) {

    .product_home2 .product_home2b .product_list li {

      width: 100%; } }

  .product_home2 .product_home2b .product_list article .thumbnail-container {

    display: flex;

    margin-top: 0; }

    .product_home2 .product_home2b .product_list article .thumbnail-container .product-image {

      width: 36%;

      margin-right: 15px; }

      .rtl .product_home2 .product_home2b .product_list article .thumbnail-container .product-image {

        margin-left: 15px;

        margin-right: inherit; }

    .product_home2 .product_home2b .product_list article .thumbnail-container .product-meta {

      width: 60%;

      padding: 0; }

      .product_home2 .product_home2b .product_list article .thumbnail-container .product-meta > div {

        text-align: left;

        margin-top: 0; }

        @media (max-width: 992px) {

          .product_home2 .product_home2b .product_list article .thumbnail-container .product-meta > div {

            margin-top: 0; } }

  .product_home2 .product_home2b .box-show-more {

    display: none; }

  .product_home2 .product_home2b .product-price-and-shipping span {

    color: #000000; }

  .product_home2 .product_home2b .product-title a {

    font-family: "Gilroy-Medium";

    font-weight: 400;

    padding: 0;

    min-height: auto;

    margin: 8px 0; }



.logo_slider .owl-row.hide-loading:before, .logo_slider .owl-row.hide-loading:after {

  background-color: #ebebeb;

  padding: 0 1000px;

  width: 100%;

  height: 1px;

  overflow: hidden;

  position: relative;

  display: block !important;

  top: 0;

  box-sizing: content-box;

  margin-left: -1000px;

  content: ""; }

  .rtl .logo_slider .owl-row.hide-loading:before, .rtl .logo_slider .owl-row.hide-loading:after {

    margin-right: -1000px;

    margin-left: inherit; }



.icon_home2 .icon_rocket {

  text-align: center; }

  .icon_home2 .icon_rocket p {

    margin-bottom: 30px; }

    .icon_home2 .icon_rocket p i {

      font-size: 48px;

      color: #000000;

      line-height: 100%; }

  .icon_home2 .icon_rocket .text_icon .text_1 {

    font-family: "Gilroy-Bold";

    font-size: 14px;

    text-transform: uppercase;

    color: #363636;

    margin-bottom: 13px; }

  .icon_home2 .icon_rocket .text_icon .text_2 {

    font-size: 14px;

    color: #626262; }



.form_email > div {

  display: block;

  margin: 0 auto;

  float: inherit; }

  .form_email > div .block_newsletter form .input-wrapper {

    border: 2px solid #ebebeb;

    color: #000000;

    border-radius: 3px; }

  .form_email > div .block_newsletter form input {

    border: none;

    color: #000000; }

    .form_email > div .block_newsletter form input::placeholder {

      color: #000000; }

  .form_email > div .block_newsletter form button {

    right: 20px;

    top: 5px; }

    .rtl .form_email > div .block_newsletter form button {

      left: 20px;

      right: auto; }

  .form_email > div .block_newsletter .col-xs-12 p {

    display: none; }

  .form_email > div .ApHtml {

    margin-bottom: 0; }



.footer-container .border_footer:before {

  background-color: #ebebeb;

  padding: 0 1000px;

  width: 100%;

  height: 1px;

  overflow: hidden;

  position: relative;

  display: block !important;

  top: 0;

  box-sizing: content-box;

  margin-left: -1000px;

  content: ""; }

  .rtl .footer-container .border_footer:before {

    margin-right: -1000px;

    margin-left: inherit; }

.footer-container .footer_home2 > div:nth-child(-n + 2) {

  margin-bottom: 15px; }

@media (max-width: 480px) {

  .footer-container .footer_home2 > div {

    margin-bottom: 15px; } }

.footer-container .footer_home2 .title_block {

  color: #000000; }

.footer-container .footer_home2 .footer_text_h2 {

  margin-left: 50px; }

  @media (max-width: 1400px) {

    .footer-container .footer_home2 .footer_text_h2 {

      margin-left: 0;

      margin-top: 12px; } }

  .footer-container .footer_home2 .footer_text_h2 .text_1ft {

    color: #2f353d; }

  .footer-container .footer_home2 .footer_text_h2 .text_ft2 {

    color: #626262; }

    .footer-container .footer_home2 .footer_text_h2 .text_ft2 span {

      color: #2f353d;

      font-weight: bold; }

    .footer-container .footer_home2 .footer_text_h2 .text_ft2:last-child {

      color: #424242; }



@media (max-width: 768px) {

  .footer2_home2 .ApHtml {

    text-align: center;

    margin-bottom: 20px; } }

.footer2_home2 .ApHtml p {

  color: #626262; }

  .footer2_home2 .ApHtml p span {

    color: #000000;

    font-weight: bold; }

.footer2_home2 .ApImage {

  text-align: right; }

  @media (max-width: 768px) {

    .footer2_home2 .ApImage {

      text-align: center; } }

  @media (max-width: 400px) {

    .footer2_home2 .ApImage img {

      width: 100%; } }



.cart-grid-body .js-parent-focus .input-group-btn button {

  height: 36px;

  line-height: 15px; }

  .cart-grid-body .js-parent-focus .input-group-btn button:hover {

    background-color: #7e7648; }



.card-block .contact-form .btn-default {

  height: 36px;

  line-height: 15px; }

  .card-block .contact-form .btn-default:hover {

    background-color: #7e7648; }



.subcategories-list .subcategory-image {

  text-align: center; }

.subcategories-list .subcategory-block {

  padding-bottom: 20px; }



.head_search .cart-preview .header span {

  color: #FFFFFF; }

@media (max-width: 991px) {

  .head_search .cart-preview .header .value {

    display: none; } }



.table-bordered .leo-productscompare-item .add-to-cart {

  background-color: #333;

  color: #FFFFFF; }

  .table-bordered .leo-productscompare-item .add-to-cart:hover {

    background-color: #7e7648; }



.blockreassurance_product > div {

  padding: 15px;

  border: 1px solid rgba(0, 0, 0, 0.1);

  margin: 0 0 10px; }

  .blockreassurance_product > div .item-product {

    margin-right: 15px; }

  .blockreassurance_product > div p {

    margin-bottom: 0;

    padding-left: 50px; }

.blockreassurance_product .clearfix {

  display: none; }



.products-selection p {

  margin-bottom: 0;

  margin-top: 3px; }



.products-selection .dropdown-menu {

  padding: 0; }



.layout-boxed-lg .text_imgh2 > div .ApImage .image_description .text_1 {

  margin-bottom: 30px;

  font-size: 25px;

  line-height: 28px; }

.layout-boxed-lg .background_home_2 .block {

  margin: 100px auto; }

  .layout-boxed-lg .background_home_2 .block .title_block {

    font-size: 60px; }

.layout-boxed-lg .product_home-2 .block .title_block {

  font-size: 40px; }

.layout-boxed-lg .product_home2 .product_home2b .product_list article .thumbnail-container .product-meta a {

  margin: 2px 0; }

.layout-boxed-lg .product_home2 .product_home2b .product_list article .thumbnail-container .product-meta > div {

  margin-top: 0; }

.layout-boxed-lg .text_imgh2 > div:nth-child(2) {

  width: 35.9%; }

.layout-boxed-lg .product_home2 .block .text_1a {

  font-size: 38px;

  line-height: 45px; }



.layout-boxed-md .product_home-2 .thumbnail-container .product-meta h3 a {

  padding: 0; }

.layout-boxed-md .product_home2 .block .text_1a {

  font-size: 30px;

  line-height: 40px; }

.layout-boxed-md .text_imgh2 > div .ApImage .image_description .text_1 {

  margin-bottom: 20px;

  font-size: 20px;

  line-height: 30px; }

.layout-boxed-md .text_imgh2 > div:nth-child(2) {

  width: 35.8%; }

.layout-boxed-md .background_home_2 .block {

  margin: 70px auto; }

  .layout-boxed-md .background_home_2 .block .title_block {

    font-size: 50px; }

.layout-boxed-md .product_home-2 .block .title_block {

  font-size: 40px; }

.layout-boxed-md .Platinum_design {

  margin-left: 0; }

.layout-boxed-md .best_sellers .title_block {

  font-size: 60px; }

.layout-boxed-md .time_shop {

  display: block;

  text-align: left; }

  .layout-boxed-md .time_shop ul {

    display: block ruby;

    margin-top: 40px;

    margin-bottom: 40px; }

.layout-boxed-md .new_collection {

  top: -20px; }



#products .hidden-md-up.text-xs-right.up a:hover {

  color: #FFFFFF; }



#content-hook-order-confirmation-footer {

  padding-bottom: 20px;

  padding-top: 30px; }



.page-footer > div,

.page-footer a,

.page-footer p {

  display: block;

  margin-bottom: 20px; }



.sitemap a {

  text-transform: capitalize; }



.footer_link .lnk_view {

  line-height: 34px; }



.leo-quicklogin-modal .modal-dialog .modal-content {

  position: relative; }

  .leo-quicklogin-modal .modal-dialog .modal-content .modal-header {

    position: absolute;

    right: 0;

    padding: 0;

    z-index: 9; }

    .rtl .leo-quicklogin-modal .modal-dialog .modal-content .modal-header {

      left: 0;

      right: auto; }

    .leo-quicklogin-modal .modal-dialog .modal-content .modal-header button {

      margin-top: 0;

      border: 1px solid #333;

      opacity: 1;

      padding: 3px 10px;

      background-color: #333;

      color: #fff; }



.instagram-block .owl-item a {

  position: relative; }

  .instagram-block .owl-item a:before {

    content: "\f16d";

    font-family: "FontAwesome";

    font-size: 22px;

    position: absolute;

    top: 50%;

    left: 50%;

    width: 40px;

    height: 40px;

    line-height: 40px;

    margin-top: -20px;

    margin-left: -20px;

    text-align: center;

    z-index: 9;

    color: #fff;

    opacity: 0;

    transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);

    transform: scale(0); }

  .instagram-block .owl-item a:hover:before {

    opacity: 1;

    transform: scale(2); }



.icon_map .row > div:last-child img {

  width: 35px;

  height: 35px; }



@media (max-width: 991px) {

  .menu_2 .dropdown-sub .col-md-5,

  .header_menu .dropdown-sub .col-md-5 {

    display: none; } }

.menu_2 .dropdown-sub .col_imgmn p,

.header_menu .dropdown-sub .col_imgmn p {

  margin-bottom: 0; }

  .menu_2 .dropdown-sub .col_imgmn p img,

  .header_menu .dropdown-sub .col_imgmn p img {

    width: 100%; }



@media (max-width: 991px) {

  .products-selection .hidden-sm-down p {

    display: none; } }



.product-notification.position3 {

  left: 100px; }

  .rtl .product-notification.position3 {

    right: 100px;

    left: auto; }



.product-notification .close-notifi {

  right: 0; }

  .rtl .product-notification .close-notifi {

    left: 0;

    right: auto; }



.modal.leo-quickview .product-quantity .add .btn {

  font-size: 14px; }

  .modal.leo-quickview .product-quantity .add .btn i {

    margin-right: 5px;

    vertical-align: middle;

    margin-top: -4px; }

    .rtl .modal.leo-quickview .product-quantity .add .btn i {

      margin-left: 5px;

      margin-right: inherit; }

.modal.leo-quickview .product-quantity .wishlist,

.modal.leo-quickview .product-quantity .compare {

  margin: 0; }

  .modal.leo-quickview .product-quantity .wishlist a,

  .modal.leo-quickview .product-quantity .compare a {

    padding: 8px; }

.modal.leo-quickview .product-quantity .wishlist {

  margin-left: 8px; }

  .rtl .modal.leo-quickview .product-quantity .wishlist {

    margin-right: 8px;

    margin-left: inherit; }



#search_filters .text-uppercase,

#search_filters .facet-title {

  font-size: 18px; }

#search_filters .text-uppercase {

  margin-bottom: 20px; }



.form-fields > div:last-child .col-md-offset-3 {

  display: flex; }

  .form-fields > div:last-child .col-md-offset-3 label {

    margin-bottom: 0;

    margin-left: 5px; }

    .rtl .form-fields > div:last-child .col-md-offset-3 label {

      margin-right: 5px;

      margin-left: inherit; }



.lql-social-login-title {

  display: none; }



.img_home1 .block {

  margin-bottom: 0; }

.img_home1 .owl-carousel > div .owl-item {

  padding: 0;

  position: relative; }

  .img_home1 .owl-carousel > div .owl-item .icon_img {

    color: #FFFFFF; }

  .img_home1 .owl-carousel > div .owl-item a {

    color: #FFFFFF; }

  .img_home1 .owl-carousel > div .owl-item .icon {

    position: absolute;

    top: 50px;

    left: 50px;

    font-size: 27px; }

    .rtl .img_home1 .owl-carousel > div .owl-item .icon {

      right: 50px;

      left: auto; }

    @media (max-width: 1600px) and (min-width: 1200px) {

      .img_home1 .owl-carousel > div .owl-item .icon {

        font-size: 25px;

        top: 30px;

        left: 30px; }

        .rtl .img_home1 .owl-carousel > div .owl-item .icon {

          right: 30px;

          left: auto; } }

  .img_home1 .owl-carousel > div .owl-item .text {

    left: 50px;

    bottom: 50px;

    position: absolute;

    font-size: 30px;

    line-height: 30px;

    text-transform: uppercase;

    font-family: "Bebas Neue"; }

    .rtl .img_home1 .owl-carousel > div .owl-item .text {

      right: 50px;

      left: auto; }

    @media (max-width: 1600px) and (min-width: 1200px) {

      .img_home1 .owl-carousel > div .owl-item .text {

        font-size: 25px;

        line-height: 25px;

        bottom: 30px;

        left: 30px; }

        .rtl .img_home1 .owl-carousel > div .owl-item .text {

          right: 30px;

          left: auto; } }

  .img_home1 .owl-carousel > div .owl-item img {

    width: 100%; }

  .img_home1 .owl-carousel > div .owl-item .title {

    display: none; }

  .img_home1 .owl-carousel > div .owl-item .block-carousel-image-container > a:before {

    content: "\f16d";

    font-family: "FontAwesome";

    font-size: 22px;

    position: absolute;

    top: 50%;

    left: 50%;

    width: 40px;

    height: 40px;

    line-height: 40px;

    margin-top: -20px;

    margin-left: -20px;

    text-align: center;

    z-index: 9;

    color: #fff;

    opacity: 0;

    transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);

    transform: scale(0); }

  .img_home1 .owl-carousel > div .owl-item .block-carousel-image-container > a:hover:before {

    opacity: 1;

    transform: scale(2); }



#search_filters .facet .facet-label {

  padding: 5px 20px 5px 0;

  line-height: 20px;

  cursor: pointer;

  position: relative;

  display: flex;

  align-items: center; }

  #search_filters .facet .facet-label .custom-checkbox,

  #search_filters .facet .facet-label .custom-radio {

    top: 0;

    margin-right: 5px; }

    .rtl #search_filters .facet .facet-label .custom-checkbox, .rtl

    #search_filters .facet .facet-label .custom-radio {

      margin-left: 5px;

      margin-right: inherit; }

    #search_filters .facet .facet-label .custom-checkbox input,

    #search_filters .facet .facet-label .custom-radio input {

      margin-top: 0; }

  #search_filters .facet .facet-label a {

    margin-top: 6px; }



.view-additional {

  position: relative; }

  .view-additional .view-leo-dropdown-additional {

    position: absolute;

    right: 0;

    bottom: 0;

    margin-bottom: 0; }

    .rtl .view-additional .view-leo-dropdown-additional {

      left: 0;

      right: auto; }



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

