/***************************************************
  Mixins Themes
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes
/***************************************************/
/* effect zoom In #1 */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
.ApColumn .video {
  background: url("../img/img-ytb.jpg") no-repeat;
  max-width: 570px;
  max-height: 360px;
  position: relative;
  cursor: pointer; }
  @media (max-width: 767px) {
    .ApColumn .video {
      max-width: 380px;
      max-height: 250px; } }
  @media (max-width: 480px) {
    .ApColumn .video {
      max-width: 300px;
      max-height: 220px; } }
  .ApColumn .video:hover::before {
    opacity: 1; }
  .ApColumn .video::before {
    content: '\f04b';
    height: 70px;
    max-width: 70px;
    width: 100%;
    text-align: center;
    line-height: 70px;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    border-radius: 100%;
    color: #343434;
    font-size: 22px;
    top: 50%;
    font-family: 'Fontawesome';
    opacity: 0.75;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
    .ApColumn .video::before:hover {
      font-size: 26px; }
  .ApColumn .video iframe {
    opacity: 0;
    z-index: -1;
    position: relative; }
.ApColumn .ApCountdown {
  max-width: 800px;
  margin: auto;
  text-align: center;
  padding: 117px 0;
  max-height: 560px; }
  .ApColumn .ApCountdown .btn-count {
    width: 160px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    padding: 0; }
    .ApColumn .ApCountdown .btn-count:hover {
      color: #ffd32c; }
  .ApColumn .ApCountdown .ap-countdown-time {
    display: inline-block;
    margin-bottom: 70px; }
    .ApColumn .ApCountdown .ap-countdown-time li {
      float: left;
      margin-right: 55px; }
      .rtl .ApColumn .ApCountdown .ap-countdown-time li {
        float: right; }
      .rtl .ApColumn .ApCountdown .ap-countdown-time li {
        margin-left: 55px;
        margin-right: inherit; }
      .ApColumn .ApCountdown .ap-countdown-time li:last-child {
        margin: 0; }
    .ApColumn .ApCountdown .ap-countdown-time b {
      font-size: 48px;
      line-height: 24px;
      font-family: inherit;
      color: #363636;
      display: block; }
    .ApColumn .ApCountdown .ap-countdown-time span {
      color: #363636;
      font-size: 14px;
      font-family: inherit;
      line-height: 24px;
      text-transform: capitalize;
      margin-top: 15px;
      display: inline-block; }
  .ApColumn .ApCountdown .sub-title-widget {
    letter-spacing: 0.25px;
    line-height: 20px;
    font-weight: 300;
    color: #666;
    margin-bottom: 80px; }
    .ApColumn .ApCountdown .sub-title-widget span {
      color: #ffd32c; }
  .ApColumn .ApCountdown .title_block {
    font-size: 36px;
    letter-spacing: 1px; }
    .ApColumn .ApCountdown .title_block::before {
      content: none; }
.ApColumn .ApSlideShow .btn {
  background: #FFFFFF;
  width: 160px;
  height: 50px;
  color: #363636; }
  .ApColumn .ApSlideShow .btn:hover {
    background: #ffd32c; }
.ApColumn .block_carousel {
  background: #fff;
  padding: 65px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .ApColumn .block_carousel .owl-item {
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s; }
    .ApColumn .block_carousel .owl-item.active {
      opacity: 1; }
  .ApColumn .block_carousel .title {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 0 10px;
    font-weight: bold;
    color: #363636;
    line-height: 23px; }
  .ApColumn .block_carousel .title_block {
    margin-bottom: 24px; }
  .ApColumn .block_carousel .descript {
    font-size: 15px;
    line-height: 25px;
    color: #666;
    font-style: italic; }
    .ApColumn .block_carousel .descript::before {
      content: "\f10d";
      font-size: 12px;
      padding: 0 10px 0 0;
      font-family: "FontAwesome"; }
  .ApColumn .block_carousel h3 {
    font-family: "Poppins", sans-serif;
    font-size: 18px; }
  .ApColumn .block_carousel img {
    float: left;
    width: 144px;
    height: 144px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px; }
  .ApColumn .block_carousel p {
    font-size: 16px;
    letter-spacing: 0.25;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 300; }
.ApColumn .tabs-top {
  text-align: center; }
  .ApColumn .tabs-top .item {
    display: inline-block;
    margin-bottom: 30px; }
  .ApColumn .tabs-top .tab-pane {
    opacity: 0.3;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s; }
    .ApColumn .tabs-top .tab-pane.active {
      opacity: 1;
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
      -webkit-transition-delay: 1s;
      -moz-transition-delay: 1s;
      transition-delay: 1s; }
  .ApColumn .tabs-top .nav-link {
    border: none;
    font-weight: 400;
    font-size: 24px;
    color: #363636;
    margin-right: 6px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    letter-spacing: 0.24px; }
    @media (max-width: 767px) {
      .ApColumn .tabs-top .nav-link {
        font-size: 16px; } }
    .ApColumn .tabs-top .nav-link:last-child {
      margin-right: 0; }
    .ApColumn .tabs-top .nav-link.active {
      border: none;
      color: #ffd32c;
      background: transparent; }
    .ApColumn .tabs-top .nav-link:hover {
      border: none;
      color: #ffd32c; }
  .ApColumn .tabs-top .title_block {
    margin-bottom: 0; }
  .ApColumn .tabs-top .block_content > ul {
    display: block;
    text-align: left; }
    .rtl .ApColumn .tabs-top .block_content > ul {
      text-align: right; }
    @media (max-width: 767px) {
      .ApColumn .tabs-top .block_content > ul {
        text-align: center;
        display: inline-block; }
        .ApColumn .tabs-top .block_content > ul .nav-item {
          display: inline-block;
          float: inherit; } }
.ApColumn .ApImage {
  text-align: center; }
  .ApColumn .ApImage .image_description {
    letter-spacing: 0.25px;
    line-height: 24px;
    position: absolute;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 30px 0 25px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
    .ApColumn .ApImage .image_description * {
      color: #fff;
      font-weight: 300;
      font-size: 16px; }
    .ApColumn .ApImage .image_description a {
      font-size: 14px;
      color: #000;
      background: #ffd32c;
      padding: 12px 33px;
      line-height: 20px;
      display: inline-block;
      border-radius: 100px;
      font-weight: 500;
      margin: 20px 0 0;
      text-transform: uppercase; }
      .ApColumn .ApImage .image_description a:hover {
        background: #000000;
        color: #ffd32c; }
    .ApColumn .ApImage .image_description h3 {
      font-size: 38px;
      font-weight: 900;
      text-transform: capitalize;
      margin: 0 0 10px;
      color: #fff;
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .ApColumn .ApImage .image_description h3 {
          font-size: 26px; } }
      @media (max-width: 480px) {
        .ApColumn .ApImage .image_description h3 {
          font-size: 26px; } }
  .ApColumn .ApImage.no-position img {
    margin: 80px 0 50px;
    max-width: 100%; }
    @media (max-width: 600px) {
      .ApColumn .ApImage.no-position img {
        margin: 40px 0 20px; } }
  .ApColumn .ApImage.no-position .image_description {
    position: static; }
    .ApColumn .ApImage.no-position .image_description p:first-child {
      font-size: 30px;
      color: #000;
      font-weight: 400; }
      .ApColumn .ApImage.no-position .image_description p:first-child span {
        color: #ffa61a;
        font-size: 30px;
        font-weight: 500; }
  .ApColumn .ApImage.three {
    position: relative; }
    .ApColumn .ApImage.three::before {
      background-color: rgba(255, 255, 255, 0.3);
      bottom: 0%;
      content: "";
      left: 50%;
      position: absolute;
      right: 51%;
      top: 0%;
      opacity: 1;
      -webkit-transition: all 0.8s ease 0s;
      -o-transition: all 0.8s ease 0s;
      transition: all 0.8s ease 0s; }
    .ApColumn .ApImage.three::after {
      background-color: rgba(255, 255, 255, 0.3);
      bottom: 50%;
      content: "";
      left: 0%;
      position: absolute;
      right: 0%;
      top: 51%;
      -webkit-transition: all 0.8s ease 0s;
      -o-transition: all 0.8s ease 0s;
      transition: all 0.8s ease 0s;
      opacity: 1; }
    .ApColumn .ApImage.three:hover::before {
      left: 0%;
      right: 0%;
      opacity: 0;
      -webkit-transition: all 0.8s ease 0s;
      -o-transition: all 0.8s ease 0s;
      transition: all 0.8s ease 0s; }
    .ApColumn .ApImage.three:hover::after {
      top: 0%;
      bottom: 0%;
      opacity: 0;
      -webkit-transition: all 0.8s ease 0s;
      -o-transition: all 0.8s ease 0s;
      transition: all 0.8s ease 0s; }
    .ApColumn .ApImage.three .image_description {
      max-height: 130px;
      background: rgba(0, 0, 0, 0.3);
      bottom: 0;
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .ApColumn .ApImage.three .image_description h3 {
          font-size: 26px; } }
      @media (max-width: 991px) {
        .ApColumn .ApImage.three .image_description {
          background: rgba(0, 0, 0, 0.65); } }
    @media (max-width: 991px) {
      .ApColumn .ApImage.three .image_description {
        max-height: 232px; } }
    @media (max-width: 767px) {
      .ApColumn .ApImage.three {
        margin-bottom: 60px; } }
    .ApColumn .ApImage.three:hover .image_description {
      max-height: 232px;
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
      background: rgba(0, 0, 0, 0.65);
      z-index: 9; }
      @media (min-width: 992px) {
        .ApColumn .ApImage.three:hover .image_description h3 {
          color: #ffd32c;
          -webkit-transition: 0.6s;
          -o-transition: 0.6s;
          transition: 0.6s; } }

.page-product .product-variants > .product-variants-item li.input-container {
  border: none; }

@media (max-width: 991px) {
  .ApColumn .block_carousel .owl-carousel {
    padding: 0 30px; }

  .ApColumn .block_carousel .owl-carousel {
    padding: 0 30px; } }
.title_block, .blog-lastest-title, #blog-listing > h1 {
  color: #363636;
  font-size: 60px;
  font-weight: 700;
  font-family: inherit;
  position: relative;
  display: block;
  max-width: 800px;
  text-align: center;
  line-height: 60px;
  margin: auto;
  z-index: 8;
  margin-bottom: 60px; }
  @media (max-width: 567px) {
    .title_block, .blog-lastest-title, #blog-listing > h1 {
      font-size: 30px;
      line-height: 36px; } }

.ap-popup {
  display: none; }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title, .footer-container .links .title {
  cursor: pointer; }
  .block-toggler .title .collapse-icons .remove, .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add, .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove, .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block; }
.block-toggler .navbar-toggler, .footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  margin-top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 1.25rem; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      content: "\f00d"; }

/* Css Accordion */
.ap-accordion .in {
  display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 0.8125rem; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
  display: none; }
.tab-content .active, .pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #f1f1f1; }
  .tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below .nav-tabs > li > a {
      -moz-border-radius: 0px 0px 4px 4px;
      -webkit-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px; }
      .rtl .tabs-below .nav-tabs > li > a {
        -moz-border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px; }
      .tabs-below .nav-tabs > li > a:hover, .tabs-below .nav-tabs > li > a:focus {
        border-top-color: #392c0f;
        border-bottom-color: transparent; }
  .tabs-below .nav-tabs > .active a, .tabs-below .nav-tabs > .active a:hover, .tabs-below .nav-tabs > .active a:focus {
    border-color: transparent #392c0f #392c0f #392c0f; }

.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none; }
  .tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: 0; }
    .rtl .tabs-left .nav-tabs > li > a, .rtl .tabs-right .nav-tabs > li > a {
      margin-left: 0;
      margin-right: inherit; }

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #f1f1f1; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #f1f1f1;
    border-right: inherit; }
  .tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px; }
    .rtl .tabs-left .nav-tabs > li > a {
      margin-left: -1px;
      margin-right: inherit; }
    .rtl .tabs-left .nav-tabs > li > a {
      -moz-border-radius: 0px 4px 4px 0px;
      -webkit-border-radius: 0px 4px 4px 0px;
      border-radius: 0px 4px 4px 0px; }
    .tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
      border-color: #eeeeee #392c0f #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #392c0f transparent #392c0f #392c0f;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #f1f1f1; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #f1f1f1;
    border-left: inherit; }
  .tabs-right .nav-tabs > li > a {
    margin-left: -1px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px; }
    .rtl .tabs-right .nav-tabs > li > a {
      margin-right: -1px;
      margin-left: inherit; }
    .rtl .tabs-right .nav-tabs > li > a {
      -moz-border-radius: 4px 0px 0px 4px;
      -webkit-border-radius: 4px 0px 0px 4px;
      border-radius: 4px 0px 0px 4px; }
    .tabs-right .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #392c0f; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #392c0f #392c0f #392c0f transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #272727; }
  .widget-tabs li.active {
    border: 1px solid #ffd32c; }
    .widget-tabs li.active a {
      color: #ffd32c; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 25px;
    line-height: 25px;
    font-family: "FontAwesome";
    color: #ffd32c;
    font-size: 1.1875rem;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  margin-bottom: 10px; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: capitalize; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    color: #000000; }

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative; }

div[id^="gmap-stores-list"] {
  overflow: auto !important; }

div[id^="gmap-stores-list"] > ul {
  margin: 30px; }

.display-list-store {
  background-color: #6cabd5;
  float: left; }
  .rtl .display-list-store {
    float: right; }

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%; }

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px 0.9375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more {
  text-align: center; }
  .box-show-more a {
    clear: both;
    text-align: center;
    line-height: 24px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 14px;
    padding: 7px 40px;
    color: #ffd32c;
    border: 1px solid #ffd32c;
    background: #FFFFFF; }
    .box-show-more a:hover {
      background-color: #ffd32c;
      color: #FFFFFF; }
    .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: inline-block; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 3.75rem;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 1.875rem;
    background: #c70005;
    padding: 25px 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem; }
.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1;
  background-color: transparent\9; }
  .full-slider .carousel-control.left {
    left: 25px; }
    .rtl .full-slider .carousel-control.left {
      right: 25px;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 25px; }
    .rtl .full-slider .carousel-control.right {
      left: 25px;
      right: auto; }

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #f1f1f1; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .cover-live-edit .link-to-back-end:hover {
      background-color: #00e676;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #f1f1f1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ap-cover-hook:hover {
    border: 1px dashed #ffd32c;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
.ApProductCarousel {
  margin-top: 80px; }
  .ApProductCarousel .title_block {
    max-width: 720px; }
  .ApProductCarousel .sub-title-widget {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 0 10px; }

.manufacturers_block {
  margin-top: -60px;
  background: #fff;
  box-shadow: 0px 15px 36px rgba(31, 31, 31, 0.17); }
  .manufacturers_block img {
    padding: 10px 0;
    margin: 28px 0; }
  .manufacturers_block .owl-item {
    float: left;
    padding: 0 33px;
    text-align: center;
    position: relative; }
    .manufacturers_block .owl-item::before {
      background-color: rgba(255, 255, 255, 0.3);
      bottom: 0%;
      content: "";
      left: 50%;
      position: absolute;
      right: 51%;
      top: 0%;
      opacity: 1;
      -webkit-transition: all 0.8s ease 0s;
      -o-transition: all 0.8s ease 0s;
      transition: all 0.8s ease 0s; }
    .manufacturers_block .owl-item::after {
      background-color: rgba(255, 255, 255, 0.3);
      bottom: 50%;
      content: "";
      left: 0%;
      position: absolute;
      right: 0%;
      top: 51%;
      -webkit-transition: all 0.8s ease 0s;
      -o-transition: all 0.8s ease 0s;
      transition: all 0.8s ease 0s;
      opacity: 1; }
    .manufacturers_block .owl-item:hover::before {
      left: 0%;
      right: 0%;
      opacity: 0;
      -webkit-transition: all 0.8s ease 0s;
      -o-transition: all 0.8s ease 0s;
      transition: all 0.8s ease 0s; }
    .manufacturers_block .owl-item:hover::after {
      top: 0%;
      bottom: 0%;
      opacity: 0;
      -webkit-transition: all 0.8s ease 0s;
      -o-transition: all 0.8s ease 0s;
      transition: all 0.8s ease 0s; }

@media (max-width: 767px) {
  .manufacturers_block {
    margin-top: -65px; }
    .manufacturers_block img {
      margin: 30px 0; } }
img {
  backface-visibility: hidden; }

@media (max-width: 575px) {
  .ApColumn .ApCountdown {
    padding: 60px 15px; }
    .ApColumn .ApCountdown .ap-countdown-time {
      margin-bottom: 30px; }
      .ApColumn .ApCountdown .ap-countdown-time li {
        margin-right: 25px; }
        .rtl .ApColumn .ApCountdown .ap-countdown-time li {
          margin-left: 25px;
          margin-right: inherit; }
      .ApColumn .ApCountdown .ap-countdown-time b {
        font-size: 26px; }
    .ApColumn .ApCountdown .sub-title-widget {
      margin-bottom: 40px;
      font-size: 14px; }
    .ApColumn .ApCountdown .title_block {
      font-size: 26px; }

  .manufacturers_block {
    margin-top: -45px; }
    .manufacturers_block img {
      margin: 10px 0; } }
@media (max-width: 480px) {
  .manufacturers_block {
    margin-top: -30px; } }
/*
  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; }

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  padding: 0.3125rem 0.3125rem 25px 0.3125rem;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0); }
  .rtl .leo-more-info {
    left: 0px;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .rtl .leo-more-info {
    padding: 0.3125rem 0.3125rem 25px 0.3125rem; }
  .leo-more-info .thumbs_list {
    overflow: hidden;
    margin-top: 0.875rem;
    margin-bottom: 1.25rem;
    float: left;
    width: 80px;
    height: 300px; }
    .rtl .leo-more-info .thumbs_list {
      float: right; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      list-style-type: none;
      padding-left: 0; }
      .rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      float: left;
      width: 84px;
      height: 100px; }
      .rtl .leo-more-info .thumbs_list li {
        float: right; }
      .leo-more-info .thumbs_list li a {
        display: block;
        margin: 0 1px 2px;
        text-align: center; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 0.9375rem;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 0.3125rem; }
  .leo-more-info .view_scroll_left {
    margin-top: 0.3125rem; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.instagram-block .owl-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .instagram-block .owl-item {
      max-height: 195px; } }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 6px; }
  .instagram-block a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .instagram-block a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .instagram-block a img {
    max-width: 185px;
    height: auto; }
    @media (min-width: 576px) and (max-width: 700px) {
      .instagram-block a img {
        max-width: 150px; } }
    @media (min-width: 320px) and (max-width: 420px) {
      .instagram-block a img {
        max-width: 120px; } }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 25px 0 0; }

/*** Responsive part ***/
.sub-title-widget {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #666;
  max-width: 800px;
  margin: auto;
  text-align: center;
  line-height: 30px; }

.page-cart .cart-item, .page-order .cart-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .page-cart .cart-item:last-child, .page-order .cart-item:last-child {
    border-bottom: 0; }
.page-cart #block-reassurance li, .page-order #block-reassurance li {
  width: 100%;
  margin-top: 15px;
  padding: 0; }
  .page-cart #block-reassurance li:first-child, .page-order #block-reassurance li:first-child {
    margin-top: 0; }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ffd32c;
  opacity: 0.6;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); }

#module-leofeature-viewwishlist .thumbnail-container .leo_cart_quantity {
  position: static; }
#module-leofeature-viewwishlist .thumbnail-container .leo-pro-attr-section, #module-leofeature-viewwishlist .thumbnail-container .leo_cart_quantity {
  top: auto !important;
  opacity: 1 !important; }
#module-leofeature-viewwishlist .thumbnail-container:hover .product-image {
  box-shadow: none; }
#module-leofeature-viewwishlist .thumbnail-container:hover .product-description > * {
  opacity: 1;
  visibility: visible; }
#module-leofeature-viewwishlist .thumbnail-container .leo-pro-attr-section {
  position: relative !important; }

.aeuc_before_label {
  min-width: 120px; }

.thumbnail-container .aeuc_unit_price_label {
  line-height: 16px; }

.hover-zoom-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
.hover-zoom-image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.slider-box.home-3 .ApImage {
  position: relative; }
.slider-box.home-3 .ApProductCarousel {
  margin-top: -15px; }
.slider-box.home-3 .image_description {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.slider-box .owl-theme .owl-buttons {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
  .slider-box .owl-theme .owl-buttons > div::before {
    line-height: 50px; }
  .slider-box .owl-theme .owl-buttons > div:first-child {
    left: -10px; }
    .rtl .slider-box .owl-theme .owl-buttons > div:first-child {
      right: -10px;
      left: auto; }
    @media (max-width: 991px) {
      .slider-box .owl-theme .owl-buttons > div:first-child {
        left: 0; }
        .rtl .slider-box .owl-theme .owl-buttons > div:first-child {
          right: 0;
          left: auto; } }
  .slider-box .owl-theme .owl-buttons > div:last-child {
    right: -10px; }
    .rtl .slider-box .owl-theme .owl-buttons > div:last-child {
      left: -10px;
      right: auto; }
    @media (max-width: 991px) {
      .slider-box .owl-theme .owl-buttons > div:last-child {
        right: 0; }
        .rtl .slider-box .owl-theme .owl-buttons > div:last-child {
          left: 0;
          right: auto; } }

.main-cate .ApImage {
  position: relative; }
  .main-cate .ApImage::before {
    background-color: rgba(255, 255, 255, 0.3);
    bottom: 0%;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0%;
    opacity: 1;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s; }
  .main-cate .ApImage::after {
    background-color: rgba(255, 255, 255, 0.3);
    bottom: 50%;
    content: "";
    left: 0%;
    position: absolute;
    right: 0%;
    top: 51%;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    opacity: 1; }
  .main-cate .ApImage:hover::before {
    left: 0%;
    right: 0%;
    opacity: 0;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s; }
  .main-cate .ApImage:hover::after {
    top: 0%;
    bottom: 0%;
    opacity: 0;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s; }
.main-cate .title_block {
  font-size: 48px;
  line-height: 48px;
  font-weight: 900;
  text-transform: capitalize;
  margin: 0 0 30px;
  color: #000;
  display: block;
  max-width: 300px;
  margin-bottom: 45px;
  text-align: left; }
  .rtl .main-cate .title_block {
    text-align: right; }
.main-cate .bg-fullwidth-container {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.main-cate .title-ap-group {
  max-width: inherit;
  color: #fff;
  text-align: center;
  padding: 80px 20px 30px; }
.main-cate .ApBlockLink {
  background: #fff;
  height: 515px;
  padding: 60px 10px 20px 50px;
  position: relative;
  overflow-y: auto; }
  .rtl .main-cate .ApBlockLink {
    padding: 60px 50px 20px 10px; }
.main-cate li:not(:last-child) {
  width: 50%;
  float: left;
  margin-bottom: 15px; }
  .rtl .main-cate li:not(:last-child) {
    float: right; }
  .main-cate li:not(:last-child)::before {
    content: '\f275';
    font-family: "Material-Design-Iconic-Font";
    padding-right: 15px;
    position: static;
    display: inline-block;
    font-size: 12px;
    color: #999; }
    .rtl .main-cate li:not(:last-child)::before {
      padding-left: 15px;
      padding-right: inherit; }
  .main-cate li:not(:last-child) a {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .main-cate li:not(:last-child) a:hover {
      color: #ffd32c;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
.main-cate li:last-child {
  margin-top: 40px;
  display: inline-block; }
  .main-cate li:last-child a {
    display: inline-block;
    line-height: 48px;
    padding: 0 36px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
    background: #ffd32c;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .main-cate li:last-child a:hover {
      background: #000000;
      color: #ffd32c; }
@media (min-width: 992px) and (max-width: 1199px) {
  .main-cate .ApBlockLink {
    height: 412px;
    padding: 30px 10px 20px 40px; }
    .main-cate .ApBlockLink .title_block {
      font-size: 38px;
      margin-bottom: 30px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .main-cate .ApBlockLink {
    height: 325px;
    padding: 30px 10px 20px 30px; }
    .main-cate .ApBlockLink .title_block {
      font-size: 26px;
      margin-bottom: 20px; }
  .main-cate li:not(:last-child) {
    margin-bottom: 10px; }
    .main-cate li:not(:last-child) a {
      color: #999;
      font-size: 14px;
      font-weight: 300; }
  .main-cate li:last-child {
    margin-top: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; } }
@media (max-width: 767px) {
  .main-cate .ApColumn:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    .main-cate .ApColumn:last-child .ApImage {
      order: 2; }
    .main-cate .ApColumn:last-child .ApBlockLink {
      order: 1; } }
@media (max-width: 480px) {
  .main-cate .ApBlockLink {
    height: inherit;
    padding: 50px 10px 30px 40px; }
    .main-cate .ApBlockLink .title_block {
      font-size: 38px;
      margin-bottom: 25px; }
  .main-cate li:not(:last-child) {
    width: 100%; } }

.btn-global {
  border-radius: 24px;
  font-size: 13px;
  padding: 0 36px;
  background: #ffd32c;
  text-transform: uppercase;
  display: inline-block;
  line-height: 48px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
  color: #000; }
  .btn-global:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #000; }

.ApHtml {
  text-align: center; }
  .ApHtml p {
    font-size: 24px;
    margin: 0;
    line-height: 26px; }
  .ApHtml .title_block {
    margin-bottom: 40px; }
  @media (max-width: 600px) {
    .ApHtml .title_block {
      font-size: 36px;
      line-height: 40px; } }

.one-h {
  min-height: 540px;
  position: relative; }
  .one-h > div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 600px) {
      .one-h > div {
        left: 53%; } }
  .one-h a {
    margin-top: 40px; }

.block_newsletter {
  margin-bottom: 25px; }
  .block_newsletter input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffd32c !important;
    font-weight: 400;
    opacity: 1; }
  .block_newsletter input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffd32c !important;
    font-weight: 400;
    opacity: 1; }
  .block_newsletter input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffd32c !important;
    font-weight: 400;
    opacity: 1; }
  .block_newsletter input:-moz-placeholder {
    /* Firefox 18- */
    color: #ffd32c !important;
    font-weight: 400;
    opacity: 1; }
  .block_newsletter .title_block {
    margin-bottom: 20px; }
  .block_newsletter > div {
    width: 100%;
    text-align: center; }
  .block_newsletter .btn {
    padding: 0 30px;
    border: 0;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    font-weight: 600;
    -moz-border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    background: none;
    text-transform: uppercase;
    color: #363636;
    border-left: 1px solid #eaeaea;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    outline: 0;
    z-index: 3; }
    .rtl .block_newsletter .btn {
      border-right: 1px solid #eaeaea;
      border-left: inherit; }
    .rtl .block_newsletter .btn {
      left: 0;
      right: auto; }
  .block_newsletter .input-wrapper {
    max-width: 600px;
    margin: auto;
    position: relative;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 30px rgba(1, 1, 1, 0.1);
    box-shadow: 0 0 30px rgba(1, 1, 1, 0.1);
    overflow: hidden;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .block_newsletter .input-wrapper:hover {
      -webkit-box-shadow: 0 0 30px rgba(8, 8, 8, 0.6);
      box-shadow: 0 0 30px rgba(8, 8, 8, 0.6);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .block_newsletter.block {
    padding: 40px 0 30px;
    position: relative; }
    .block_newsletter.block .block_content {
      margin-top: 15px; }
      .block_newsletter.block .block_content > form {
        width: 100%;
        max-width: 770px;
        display: inline-block;
        text-align: left; }
        .rtl .block_newsletter.block .block_content > form {
          text-align: right; }
        @media (max-width: 991px) {
          .block_newsletter.block .block_content > form {
            float: none !important;
            display: block;
            margin: 15px auto; } }
  .block_newsletter p {
    letter-spacing: 0.25px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 30px; }
  .block_newsletter form .input-wrapper {
    overflow: hidden; }
  .block_newsletter form input[type=text] {
    padding: 0 140px 0 30px;
    border: 0;
    height: 60px;
    line-height: 60px;
    width: 100%;
    font-size: 14px;
    color: #999;
    font-weight: 300;
    border-radius: 30px;
    outline: 0; }
    .block_newsletter form input[type=text]::-webkit-input-placeholder {
      color: #999;
      font-weight: 100 !important; }
    .block_newsletter form input[type=text]::-moz-placeholder {
      color: #999;
      font-weight: 100 !important; }
    .block_newsletter form input[type=text]:-moz-placeholder {
      color: #999;
      font-weight: 100 !important; }
    .block_newsletter form input[type=text]:-ms-input-placeholder {
      color: #999;
      font-weight: 100 !important; }
    .rtl .block_newsletter form input[type=text] {
      padding: 0 30px 0 140px; }
    .block_newsletter form input[type=text]::-webkit-input-placeholder {
      color: #666; }
    .block_newsletter form input[type=text]::-moz-placeholder {
      color: #666; }
    .block_newsletter form input[type=text]:-moz-placeholder {
      color: #666; }
    .block_newsletter form input[type=text]:-ms-input-placeholder {
      color: #666; }
    .block_newsletter form input[type=text]:focus {
      outline: 0; }
    @media (max-width: 568px) {
      .block_newsletter form input[type=text] {
        padding: 15px 120px 10px 15px; }
        .rtl .block_newsletter form input[type=text] {
          padding: 15px 15px 10px 120px; } }
  .block_newsletter form input {
    height: 50px; }

@media (max-width: 767px) {
  .container-config .col-xl-3 {
    margin-top: 30px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .container-config img {
    min-height: 379px; } }

.image-trans-slide .ApImage {
  padding-bottom: 80px; }
.image-trans-slide img {
  margin-top: -135px; }
  @media (max-width: 1199px) {
    .image-trans-slide img {
      margin-top: 30px; } }

.main-endow {
  padding-left: 30px;
  padding-right: 30px; }
  .main-endow .row {
    border-bottom: 1px solid #eee; }
  .main-endow span {
    color: #666;
    font-size: 16px; }
  .main-endow h4 {
    font-weight: 900;
    font-size: 36px;
    text-transform: capitalize; }
  .main-endow a {
    font-weight: 300;
    font-size: 14px;
    color: #ffd32c;
    line-height: 30px; }
  .main-endow .ApColumn {
    margin: 70px 0; }
    @media (min-width: 768px) {
      .main-endow .ApColumn:nth-child(2) .block {
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb; } }

.title-trans-bgr .title_block {
  margin-top: 80px;
  color: #fff; }
.title-trans-bgr .block-carousel-image-container .title span {
  display: block;
  font-size: 12px;
  color: #ccc;
  font-weight: 300; }

.blog-home.home-3 .title_block {
  color: #363636; }
.blog-home .right-block .blog-meta {
  display: none; }

.one-screen img {
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (max-width: 767px) {
    .one-screen img {
      max-width: 100%; } }
.one-screen .image_description {
  width: 50%; }
.one-screen .ApColumn .ApImage .image_description {
  padding-right: 15px;
  padding-left: 15px;
  position: static !important;
  text-align: left; }
  .rtl .one-screen .ApColumn .ApImage .image_description {
    text-align: right; }
  @media (min-width: 768px) {
    .one-screen .ApColumn .ApImage .image_description {
      width: 50% !important; } }
  @media (max-width: 767px) {
    .one-screen .ApColumn .ApImage .image_description {
      text-align: center;
      margin-top: 20px; } }
  .one-screen .ApColumn .ApImage .image_description a {
    display: inline-block;
    margin: 25px 0 0;
    padding: 0 35px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
    background: #3a3a3a;
    font-size: 13px; }
    @media (min-width: 768px) and (max-width: 992px) {
      .one-screen .ApColumn .ApImage .image_description a {
        margin-top: 10px; } }
  .one-screen .ApColumn .ApImage .image_description p {
    font-size: 30px;
    color: #3a3a3a; }
    @media (max-width: 991px) {
      .one-screen .ApColumn .ApImage .image_description p {
        font-size: 20px; } }
  .one-screen .ApColumn .ApImage .image_description h3 {
    font-size: 76px;
    font-weight: 900;
    color: #3a3a3a;
    line-height: 80px;
    margin: 0 0 20px;
    text-transform: capitalize;
    letter-spacing: -8px; }
    @media (min-width: 768px) and (max-width: 992px) {
      .one-screen .ApColumn .ApImage .image_description h3 {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: -3px; } }
    @media (max-width: 567px) {
      .one-screen .ApColumn .ApImage .image_description h3 {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: -3px; } }
@media (min-width: 768px) {
  .one-screen .ApImage {
    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; } }
.one-screen.secstion-4 .ApColumn .ApImage .image_description p {
  font-size: 18px; }
.one-screen.secstion-5 .ApColumn .ApImage .image_description {
  width: 100% !important;
  text-align: center; }
  @media (max-width: 1199px) {
    .one-screen.secstion-5 .ApColumn .ApImage .image_description h3 {
      font-size: 40px;
      letter-spacing: -3px;
      line-height: 40px; } }
  .one-screen.secstion-5 .ApColumn .ApImage .image_description p {
    font-size: 20px; }
  .one-screen.secstion-5 .ApColumn .ApImage .image_description a {
    margin-top: 0; }
@media (min-width: 768px) {
  .one-screen.secstion-5 .ApRow {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }
@media (max-width: 767px) {
  .one-screen.secstion-5 .ApRow .ApImage {
    width: 100%; } }
.one-screen.secstion-5 .ApRow .ApColumn:nth-child(2) {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
.one-screen.secstion-5 img {
  max-width: 100%; }
.one-screen.sole-home4 .ApColumn .ApImage .image_description {
  order: -1;
  text-align: center; }
  .one-screen.sole-home4 .ApColumn .ApImage .image_description h3 {
    margin-bottom: 20px; }
  .one-screen.sole-home4 .ApColumn .ApImage .image_description a {
    margin-top: 20px; }
  .one-screen.sole-home4 .ApColumn .ApImage .image_description p {
    font-size: 18px;
    max-width: 700px;
    margin: auto; }
    .one-screen.sole-home4 .ApColumn .ApImage .image_description p.h4-span {
      margin-top: 20px;
      font-weight: 500;
      text-transform: capitalize;
      margin-bottom: 15px;
      font-size: 24px; }
      .one-screen.sole-home4 .ApColumn .ApImage .image_description p.h4-span span {
        color: #ffa61a;
        font-weight: 500;
        font-size: 30px; }

#header input[type=text] {
  background: #000 !important; }

@media (max-width: 991px) {
  .slider-box.home-3 .ApProductCarousel {
    margin-top: 30px; } }

/*# sourceMappingURL=styles.css.map */
