blockquote p {
  color: #999;
  padding: 0 18px;
  font-family: "Georgia";
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  border: 4px solid #777;
  border-width: 0 0 0 4px; }
blockquote cite {
  font-weight: bold;
  font-size: 14px; }

/*-----------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 2em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 2em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33333%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66667%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28571%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11111%; }

.gallery-caption {
  display: block; }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
  margin-top: 0; }

.comments-area ol.children {
  padding: 0; }

.comments-area .comment-list {
  margin: 0;
  padding: 0; }

.comments-area .comment-list li.comment {
  padding: 0;
  margin: 1em 0;
  border-radius: 5px;
  list-style: none; }

.comments-area .comment-list li.comment .children .comment-body {
  padding-bottom: 15px !important;
  background-color: #f2f2f2; }

.comments-area .comment-list li.comment .comment-body {
  position: relative;
  background-color: #f9f9f9;
  border-radius: 10px; }

.comments-area .comment-list li.comment .comment-body {
  position: relative;
  padding: 15px 15px 15px 79px !important;
  padding-bottom: 0;
  margin-bottom: 25px; }

.comments-area .comment-list li.comment #respond {
  padding: 15px 15px 15px 79px !important; }

.comments-area .comment-list li.comment .comment-author {
  text-transform: capitalize; }

.comments-area .comment-list li.comment .comment-author a {
  color: #222222; }

.comments-area .comment-list li.comment .comment-author img {
  float: left;
  border-radius: 100%;
  position: absolute;
  left: 15px; }

.comments-area .comment-list li.comment .comment-author b {
  float: left;
  padding-right: 5px;
  padding-top: 0; }

.comments-area .comment-list li.comment .comment-metadata {
  margin-left: 0;
  margin-top: 0;
  font-size: 14px;
  padding-top: 0; }

.comments-area .comment-list li.comment .comment-metadata a time {
  color: #9e9e9e;
  font-weight: normal; }

.comments-area .comment-list li.comment .comment-content {
  margin-top: 15px;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
  font-weight: normal; }

.comments-area .comment-list li.comment .comment-content p {
  margin-bottom: 4px;
  color: #666; }

.comments-area .comment-list li.comment .reply {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 0;
  text-align: left; }

.comments-area .comment-list li.comment .reply a {
  position: relative;
  margin-left: 0;
  background: #212f59;
  color: #ffffff;
  padding: 4px 5px 3px;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase; }
  .comments-area .comment-list li.comment .reply a:after {
    content: "\f112";
    font-family: "Fontawesome";
    margin-left: 5px; }

.comments-area .comment-list li.comment .comment-edit-link {
  position: relative;
  background: #333;
  color: #ffffff;
  padding: 4px 5px 3px;
  border-radius: 3px;
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 6px; }
  .comments-area .comment-list li.comment .comment-edit-link:hover {
    background-color: #ccc; }

.comments-area .comment-list li.comment .reply a:hover {
  background: #d82f4e;
  color: #fff;
  opacity: 0.9; }

.comments-area .comment-list li.comment .comment {
  margin-bottom: 0;
  padding-bottom: 0; }

.comments-area .comment-list li.comment ol.children li {
  padding-right: 0;
  margin-left: 1em; }

.comments-area .comment-list li.comment .comment-body {
  margin-bottom: 15px;
  padding-bottom: 15px; }

.comments-area p.comment-form-author {
  float: left;
  width: 50%;
  padding-right: 25px;
  margin-bottom: 8px; }

.comments-area p.comment-form-author label {
  display: block; }

.comments-area p.comment-form-url input,
.comments-area p.comment-form-email input,
.comments-area p.comment-form-author input {
  width: 100%;
  height: 42px;
  padding: 5px 10px;
  border: 1px solid #f6f6f6;
  border-radius: 5px; }

.comments-area p.comment-form-email {
  float: left;
  width: 50%;
  margin-bottom: 8px; }

.comments-area p.comment-form-email label {
  display: block; }

.comments-area p.comment-form-url {
  clear: both; }

.comments-area p.comment-form-url label {
  display: block; }

.comments-area p.comment-form-comment {
  clear: both;
  margin-bottom: 0; }

.comments-area p.comment-form-comment label {
  display: block; }

.comments-area p.comment-form-comment textarea {
  width: 100%;
  height: 160px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px; }

.comments-area .comment-navigation {
  overflow: hidden; }

.comments-area .comment-navigation .nav-previous {
  position: relative;
  padding-left: 18px; }

.comments-area .comment-navigation .nav-previous:before {
  content: "\f104";
  font-family: "Fontawesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 1px;
  color: #4caf50; }

.comments-area .comment-navigation .nav-next {
  position: relative;
  padding-right: 18px; }

.comments-area .comment-navigation .nav-next:before {
  content: "\f105";
  font-family: "Fontawesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 0;
  top: 1px;
  color: #4caf50; }

.comment-form-url,
.comment-form-email,
.comment-form-author,
.comment-form-comment {
  margin-bottom: 15px !important; }

.bypostauthor {
  font-weight: 600; }

.article-single img {
  max-width: 100%;
  height: auto; }
.article-single ul {
  list-style-type: disc;
  margin: 0 0 20px 15px; }
.article-single ol {
  margin: 0 0 20px 15px;
  list-style-type: decimal; }
.article-single figcaption {
  font-style: italic;
  font-size: 12px;
  color: #777; }
.article-single #ae_carousel {
  margin: 30px 0; }
  .article-single #ae_carousel .carousel-indicators {
    list-style-type: none; }
.article-single .entry-tags {
  margin-top: 40px;
  padding-top: 20px; }
.article-single .entry-content {
  font-size: 16px; }

.single_post {
  margin: 0 100px; }
  @media (max-width: 992px) {
    .single_post {
      margin: 0; } }

/* Post Navigation */
.post-navigation {
  margin: 3rem 0;
  padding: 2rem;
  background-color: #f6f6f6;
  border-radius: 3px; }
  @media (max-width: 992px) {
    .post-navigation {
      padding: 1.5rem 1rem; } }
  .post-navigation .screen-reader-text {
    display: none; }
  .post-navigation .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .post-navigation .nav-links .nav-previous {
      margin-right: 30px; }
      @media (max-width: 992px) {
        .post-navigation .nav-links .nav-previous {
          margin-bottom: 10px;
          margin-right: 0; } }
    @media (max-width: 992px) {
      .post-navigation .nav-links {
        display: block; }
        .post-navigation .nav-links .nav-previous {
          margin-bottom: 10px; } }
    .post-navigation .nav-links .meta-nav {
      font-size: 11px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #999999; }
    .post-navigation .nav-links .post-title {
      font-weight: bold; }

/* Comments */
.reacted .comment-number {
  width: 60px;
  margin: 0 auto 5px;
  height: 60px;
  background-image: url(../svg/comment.svg);
  display: block;
  position: relative; }
  .reacted .comment-number span {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    background-color: #d82f4e;
    color: #fff;
    font-weight: bold;
    border-radius: 20px; }

.screen-reader-text,
.comments-title,
.comment-reply-title {
  font-family: inherit; }

.comment-respond {
  margin-top: 3rem; }
  .comment-respond .form-submit {
    margin: 1rem 0 0; }

.comments-area {
  display: none; }
  .comments-area .comment-reply-link {
    font-size: 12px !important; }

/* Author */
.single-author .author-avatar {
  margin-right: 15px; }
  .single-author .author-avatar img {
    border-radius: 100%; }
.single-author .author-name {
  color: #111;
  font-weight: bold;
  font-size: 12px; }
.single-author .post-meta {
  text-transform: inherit;
  color: #90949C; }

/* Social Share (DESKTOP) */
@media (max-width: 992px) {
  .social_share {
    display: none;
    opacity: 0;
    visibility: hidden; } }

#social_share a {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: #f2f2f2;
  border-radius: 3px;
  margin: 0 auto 5px;
  text-align: center;
  color: #fff; }
  #social_share a:hover {
    background-color: #212f59; }

/* Social Share (Mobile) */
#social_share_m {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1070;
  opacity: 0.9; }
  #social_share_m .ae-social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #social_share_m .ae-social-share a {
      padding: 15px 10px;
      background-color: #000;
      text-align: center;
      color: #fff;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      #social_share_m .ae-social-share a:hover {
        background-color: #212f59; }

#social_share_m .facebook,
#social_share .facebook {
  background-color: #1877f2 !important; }
  #social_share_m .facebook:hover,
  #social_share .facebook:hover {
    background-color: #3b5998 !important; }
#social_share_m .twitter,
#social_share .twitter {
  background-color: #1da1f2 !important; }
  #social_share_m .twitter:hover,
  #social_share .twitter:hover {
    background-color: #14171a !important; }
#social_share_m .whatsapp,
#social_share .whatsapp {
  background-color: #25D366 !important; }
  #social_share_m .whatsapp:hover,
  #social_share .whatsapp:hover {
    background-color: #075E54 !important; }
#social_share_m .pinterest,
#social_share .pinterest {
  background-color: #bd081c !important; }
  #social_share_m .pinterest:hover,
  #social_share .pinterest:hover {
    background-color: #8e8e8e !important; }
#social_share_m .tumblr,
#social_share .tumblr {
  background-color: #35465d !important; }
  #social_share_m .tumblr:hover,
  #social_share .tumblr:hover {
    background-color: #00cf35 !important; }

/* Widgets */
.widget ul li {
  margin-bottom: 10px;
  color: #666; }
  .widget ul li:last-child {
    margin-bottom: 0; }
  .widget ul li .post-date {
    display: block;
    color: #777;
    font-size: 12px; }
  .widget ul li a {
    color: #666; }
    .widget ul li a:hover {
      color: #212f59; }

.widget_recent_entries ul {
  list-style-type: decimal;
  padding-left: 15px; }

#secondary {
  margin-left: 15px; }
  @media (max-width: 992px) {
    #secondary {
      margin: 3rem 0 0; } }
  #secondary .widget:last-child {
    margin-bottom: 0 !important; }
  #secondary .widget {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ededed; }
    #secondary .widget .widget-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      padding: 0;
      background: 0 0;
      margin-bottom: 30px; }
      #secondary .widget .widget-title h4 {
        text-transform: uppercase;
        margin-bottom: 0; }
      #secondary .widget .widget-title:after, #secondary .widget .widget-title:before {
        content: "";
        border-top: 2px solid;
        border-color: #eee;
        margin: 0 15px 0 0;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
                flex: 1 0 0; }
      #secondary .widget .widget-title:after {
        margin: 0 0 0 15px; }

.widget_archive ul li,
.widget_categories ul li {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
justify-content: space-between;
    direction: rtl;
  margin-bottom: 10px; }
  .widget_archive ul li a,
  .widget_categories ul li a {
    border: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .widget_archive ul li a:hover,
    .widget_categories ul li a:hover {
      background-color: transparent; }

  .widget_archive ul li .count,
  .widget_archive ul li .post-count,
  .widget_categories ul li .count,
  .widget_categories ul li .post-count {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    color: #777;
    text-align: center; }
  .widget_archive ul li ul,
  .widget_categories ul li ul {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 5px; }

/* Recent Widget */
.ae-recent-widget .entry-inner {
  background-color: transparent; }
.ae-recent-widget .post-thumbnail {
  margin-right: 15px; }

/* Contact info Widget */
.ci--contact li .fa {
  width: 20px; }

/* Icon Box */
.ae_box--icon {
  padding-left: 73px;
  position: relative;
  margin-bottom: 15px; }
  .ae_box--icon .ib-icon {
    height: 58px;
    width: 58px;
    background-color: #fff !important;
    border: 1px solid #e9ecef;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center 15px !important;
    background-repeat: no-repeat !important;
    background-size: 28px !important; }
  .ae_box--icon .ib-content {
    display: inline-block;
    text-align: left;
    padding: 5px 0;
    vertical-align: top; }
    .ae_box--icon .ib-content .ib-desc {
      margin-bottom: 0;
      color: #777; }

/* Post Thumbnail */
.article-block .post-thumbnail {
  position: relative; }
  .article-block .post-thumbnail .post-date {
    position: absolute;
    bottom: 0;
    left: 10px;
    background-color: #d82f4e;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    padding: 6px 10px 5px;
    border-radius: 3px 3px 0 0; }
    .article-block .post-thumbnail .post-date span {
      display: block; }

.entry-inner {
  background-color: #fff; }

.default-thumbnail {
  background-color: #f2f2f2;
  text-align: center; }
  @media (max-width: 992px) {
    .default-thumbnail {
      margin-bottom: 20px; } }
  .default-thumbnail img {
    margin: 40px;
    opacity: 0.2; }
    @media (max-width: 992px) {
      .default-thumbnail img {
        margin: 10px; } }

.post-thumbnail img {
  border-radius: 5px; }
@media (max-width: 992px) {
  .post-thumbnail {
    margin-bottom: 20px; } }

.post-excerpt {
  color: #666;
  line-height: 1.8; }
  .post-excerpt p {
    margin: 0; }

.post-meta {
  margin-right: 10px;
  font-size: 12px;
  color: #666; }
  .post-meta a {
    color: #666; }
    .post-meta a:hover {
      color: #d82f4e; }

.post-category {
  font-weight: bold;
  color: #111; }
  .post-category a {
    color: #212f59; }

.entry-tags {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f6f6f6;
  color: #666; }
  .entry-tags a {
    margin-right: 10px;
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold; }
    .entry-tags a:before {
      content: "#"; }
    .entry-tags a:hover {
      color: #d82f4e; }
  .entry-tags > * {
    display: inline-block;
    vertical-align: middle; }

.entry-title h3 {
  margin: 10px 0; }

/* Post Formate */
.format-quote .format-quote--inner {
  position: relative;
  font-style: italic;
  border: 5px solid #ccc;
  border-width: 0 0 0 5px;
  background-color: #f5f5f5;
  padding: 20px;
  margin: 40px 0 !important; }
  .format-quote .format-quote--inner h3 {
    font-family: "Georgia";
    font-size: 18px;
    line-height: 28px;
    font-weight: normal; }

.format-aside .format-aside--inner {
  padding: 20px;
  border: 5px solid #eee;
  overflow: hidden; }
  .format-aside .format-aside--inner .post-thumbnail .post-date {
    left: inherit;
    right: 10px; }

.format-image .format-image--inner {
  position: relative;
  overflow: hidden; }
  @media (max-width: 992px) {
    .format-image .format-image--inner .post-thumbnail {
      margin-bottom: 0; } }
  .format-image .format-image--inner:before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .format-image .format-image--inner:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    z-index: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .format-image .format-image--inner .entry-title {
    position: absolute;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    right: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    margin: 0;
    z-index: 2; }
    .format-image .format-image--inner .entry-title h3 {
      color: #fff; }
  .format-image .format-image--inner .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3; }
  .format-image .format-image--inner:hover:after {
    background-color: rgba(0, 0, 0, 0.7); }
  .format-image .format-image--inner:hover:before {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px; }

#AE_header {
  background-color: #fff; }

.logo-warp .site-logo {
  vertical-align: bottom;
  display: inline-block; }
  .logo-warp .site-logo h1 {
    font-size: 0;
    margin-bottom: 0; }
  .logo-warp .site-logo .logo-sticky {
    display: none; }

.header-center-logo {
  margin: 0 50px; }

/* Navigation Menu */
#AE_primary_nav .primary-menu {
  /* Menu with no mega items */
  /* Menu with mega items */ }
  #AE_primary_nav .primary-menu > li {
    float: left;
    position: relative; }
    #AE_primary_nav .primary-menu > li > a {
      display: inline-block;
      padding: 25px 10px;
      color: #111;
      font-weight: bold;
      font-size: 14px;
      position: relative; }
      #AE_primary_nav .primary-menu > li > a:hover {
        color: #d82f4e; }
    #AE_primary_nav .primary-menu > li .arrow {
      position: relative;
      margin: 0 7px 0 -7px; }
  #AE_primary_nav .primary-menu li ul .arrow {
    display: none; }
  #AE_primary_nav .primary-menu .current-menu-item > a {
    color: #d82f4e; }
  #AE_primary_nav .primary-menu > .nomega-menu-item {
    /* Level one flyout menu items */ }
    #AE_primary_nav .primary-menu > .nomega-menu-item .sub-menu {
      min-width: 16em;
      background-color: #fff;
      position: absolute;
      top: 100%;
      left: 0%;
      list-style-type: none;
      display: none;
      opacity: 0;
      visibility: hidden;
      z-index: 1050;
      -webkit-animation: fadeIn 0.2s linear;
              animation: fadeIn 0.2s linear;
      -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
              box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
      /* Arrow on right */
      /* flyout menu items */ }
      #AE_primary_nav .primary-menu > .nomega-menu-item .sub-menu .menu-item-has-children > a:after {
        content: "\f105";
        position: absolute;
        top: 25%;
        right: 25px;
        font-family: "Fontawesome";
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      #AE_primary_nav .primary-menu > .nomega-menu-item .sub-menu .menu-item-has-children:hover > a:after {
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1); }
      #AE_primary_nav .primary-menu > .nomega-menu-item .sub-menu .menu-item {
        position: relative;
        /* Style for infinity menu items */ }
        #AE_primary_nav .primary-menu > .nomega-menu-item .sub-menu .menu-item a {
          display: block;
          padding: 10px 15px;
          font-weight: normal;
          border-width: 0 0 1px;
          border-style: dashed;
          border-color: rgba(0, 0, 0, 0.1); }
        #AE_primary_nav .primary-menu > .nomega-menu-item .sub-menu .menu-item:last-child > a {
          border-bottom: 0px !important; }
        #AE_primary_nav .primary-menu > .nomega-menu-item .sub-menu .menu-item .sub-menu {
          top: -1px;
          left: 100%;
          right: auto; }
    #AE_primary_nav .primary-menu > .nomega-menu-item .menu-item-description {
      display: block;
      font-size: 12px;
      font-weight: normal;
      line-height: 1.3;
      color: #777; }
  #AE_primary_nav .primary-menu .mega-menu-item {
    position: inherit; }
    #AE_primary_nav .primary-menu .mega-menu-item .depth0 {
      max-width: 1110px;
      padding: 10px 15px;
      background-color: #fff;
      -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
              box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 1050;
      list-style-type: none;
      opacity: 0;
      display: none;
      visibility: hidden;
      -webkit-animation: fadeIn 0.2s linear;
              animation: fadeIn 0.2s linear;
      /* Mega menu sub menu items */ }
      #AE_primary_nav .primary-menu .mega-menu-item .depth0 .menu-item-has-children > a {
        position: relative;
        border-width: 0 0 1px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.1);
        font-weight: bold; }
      #AE_primary_nav .primary-menu .mega-menu-item .depth0 a {
        display: block;
        font-weight: normal;
        padding: 8px 0;
        color: #666; }
        #AE_primary_nav .primary-menu .mega-menu-item .depth0 a:hover {
          color: #d82f4e; }
      #AE_primary_nav .primary-menu .mega-menu-item .depth0 .depth1,
      #AE_primary_nav .primary-menu .mega-menu-item .depth0 .depth2 {
        margin-top: 15px; }
        #AE_primary_nav .primary-menu .mega-menu-item .depth0 .depth1 li a,
        #AE_primary_nav .primary-menu .mega-menu-item .depth0 .depth2 li a {
          border-width: 0 0 1px;
          border-style: dashed;
          border-color: rgba(0, 0, 0, 0.1); }
        #AE_primary_nav .primary-menu .mega-menu-item .depth0 .depth1 li:last-child a,
        #AE_primary_nav .primary-menu .mega-menu-item .depth0 .depth2 li:last-child a {
          border-width: 0; }
    #AE_primary_nav .primary-menu .mega-menu-item .menu-item-description {
      display: block;
      font-size: 12px;
      line-height: 1.3;
      font-weight: normal;
      color: #ccc; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.columns1 > li {
  float: left;
  width: 100%;
  padding: 10px; }
  @media (max-width: 992px) {
    .columns1 > li {
      float: inherit;
      width: inherit;
      padding: 0; } }

.columns2 > li {
  float: left;
  width: 50%;
  padding: 0 10px; }
  @media (max-width: 992px) {
    .columns2 > li {
      float: inherit;
      width: inherit;
      padding: 0; } }

.columns3 > li {
  float: left;
  width: 33.33%;
  padding: 0 10px; }
  @media (max-width: 992px) {
    .columns3 > li {
      float: inherit;
      width: inherit;
      padding: 0; } }

.columns4 > li {
  float: left;
  width: 25%;
  padding: 0 10px; }
  @media (max-width: 992px) {
    .columns4 > li {
      float: inherit;
      width: inherit;
      padding: 0; } }

.columns5 > li {
  float: left;
  width: 20%;
  padding: 0 10px; }
  @media (max-width: 992px) {
    .columns5 > li {
      float: inherit;
      width: inherit;
      padding: 0; } }

.algleft .sub-menu {
  text-align: left; }

.algright .sub-menu {
  text-align: right; }

.algcenter .sub-menu {
  text-align: center; }

/* Shopping Cart */
#cart_list {
  cursor: pointer;
  color: #111;
  position: relative; }
  @media (max-width: 992px) {
    #cart_list {
      position: inherit; } }
  #cart_list .icon-inner {
    position: relative; }
    #cart_list .icon-inner .cart-count {
      background-color: #d82f4e;
      color: #fff;
      width: 15px;
      height: 15px;
      line-height: 15px;
      text-align: center;
      border-radius: 100%;
      position: absolute;
      top: 0;
      right: -12px;
      font-size: 10px;
      font-weight: bold; }
    #cart_list .icon-inner .cart-inactive {
      display: none; }
  #cart_list .cart-box {
    display: none;
    width: 340px;
    padding: 20px;
    background-color: #fff;
    position: absolute;
    top: calc(100% + 25px);
    right: 0;
    z-index: 1050;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    text-transform: none;
    -webkit-animation: fadeIn 0.2s linear;
            animation: fadeIn 0.2s linear;
    text-align: left; }
    @media (max-width: 992px) {
      #cart_list .cart-box {
        width: 100%;
        top: 100%; } }
    #cart_list .cart-box .woocommerce-mini-cart__empty-message {
      text-align: center;
      font-weight: normal;
      margin: 0;
      color: #fff;
      padding: 20px;
      margin: -20px;
      background-color: #d82f4e; }
    #cart_list .cart-box .attachment-woocommerce_thumbnail,
    #cart_list .cart-box .wp-post-image {
      width: 44px !important;
      height: 44px !important;
      margin-left: 10px !important;
      border: 1px solid #eee;
      float: right;
      border-radius: 3px; }
    #cart_list .cart-box .woocommerce-mini-cart li {
      border-bottom: 1px solid #eee;
      padding: 10px 30px 10px 0;
      position: relative;
      line-height: 1.5; }
      #cart_list .cart-box .woocommerce-mini-cart li a {
        font-weight: normal !important; }
        #cart_list .cart-box .woocommerce-mini-cart li a:hover {
          color: #212f59; }
      #cart_list .cart-box .woocommerce-mini-cart li:last-child {
        border-bottom: 0px; }
      #cart_list .cart-box .woocommerce-mini-cart li .quantity {
        color: #777;
        display: block; }
      #cart_list .cart-box .woocommerce-mini-cart li .remove {
        position: absolute;
        top: 10px;
        right: 0;
        line-height: 1em;
        color: #666 !important; }
        #cart_list .cart-box .woocommerce-mini-cart li .remove:hover {
          background-color: transparent;
          color: #d82f4e !important; }
    #cart_list .cart-box .woocommerce-mini-cart__total {
      text-align: center; }
      #cart_list .cart-box .woocommerce-mini-cart__total strong {
        color: #111; }
      #cart_list .cart-box .woocommerce-mini-cart__total .amount {
        color: #d82f4e;
        font-weight: 600; }
    #cart_list .cart-box .woocommerce-mini-cart__buttons {
      margin-top: 15px;
      text-align: center; }
      #cart_list .cart-box .woocommerce-mini-cart__buttons .button {
        display: inline;
        margin-top: 20px;
        margin: 0 5px;
        padding: 7px 15px !important; }

/* Menu Toggle */
.is-open-left {
  left: 0% !important; }

.toggle-warp {
  position: fixed;
  top: 0;
  left: -100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
  background-color: #212f59;
  z-index: 1070;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto; }
  .toggle-warp .toggle-inner {
    position: relative;
    padding: 10px 20px; }
    .toggle-warp .toggle-inner #menu_toggle_close {
      text-align: center;
      position: absolute;
      top: 5px;
      right: 0;
      color: #111;
      width: 32px;
      height: 32px;
      line-height: 32px;
      border-radius: 30px 0 0 30px;
      background-color: #fff;
      z-index: 1050; }
      .toggle-warp .toggle-inner #menu_toggle_close:hover {
        color: #fff; }
    .toggle-warp .toggle-inner .toggle-social .ae-social {
      margin: 8px 0; }
      .toggle-warp .toggle-inner .toggle-social .ae-social li {
        float: inherit;
        display: inline-block; }
        .toggle-warp .toggle-inner .toggle-social .ae-social li a {
          color: #fff; }
          .toggle-warp .toggle-inner .toggle-social .ae-social li a:hover {
            color: #d82f4e; }
  .toggle-warp .menu-toggle > li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative; }
    .toggle-warp .menu-toggle > li > a {
      display: block;
      font-weight: bold;
      padding: 8px 15px;
      color: #fff;
      font-size: 14px; }
      .toggle-warp .menu-toggle > li > a:hover {
        color: #d82f4e; }
    .toggle-warp .menu-toggle > li .fa {
      font-size: 20px;
      margin-right: 20px;
      text-align: center;
      width: 32px;
      height: 32px;
      line-height: 32px; }
    .toggle-warp .menu-toggle > li .mt-dropdown .fa {
      color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      margin-left: 0;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      display: block;
      margin-right: 0;
      font-size: 14px; }
  .toggle-warp .menu-toggle .current-menu-item > a {
    color: #d82f4e; }
  .toggle-warp .menu-toggle .sub-menu {
    display: none;
    /* flyout menu items */ }
    .toggle-warp .menu-toggle .sub-menu .menu-item {
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .toggle-warp .menu-toggle .sub-menu .menu-item:last-child {
        border-bottom: 0px; }
      .toggle-warp .menu-toggle .sub-menu .menu-item a {
        font-size: 14px;
        padding: 8px 25px;
        color: #fff;
        display: block; }
        .toggle-warp .menu-toggle .sub-menu .menu-item a:hover {
          color: #95a5a6; }
  .toggle-warp .menu-toggle .menu-item-description {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    color: #ccc; }

/* Header Search */
.hs-btn {
  position: relative; }
  @media (max-width: 992px) {
    .hs-btn {
      position: inherit; }
      .hs-btn a {
        color: #fff; } }
  .hs-btn .hs-form {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 340px;
    background-color: #d82f4e;
    padding: 15px;
    display: none; }
    @media (max-width: 992px) {
      .hs-btn .hs-form {
        min-width: 100%;
        width: 100%;
        right: inherit;
        left: 0; } }
    .hs-btn .hs-form .hs-inner {
      display: block;
      position: relative; }
      .hs-btn .hs-form .hs-inner .form-control {
        border-radius: 0px;
        border: 0px; }
      .hs-btn .hs-form .hs-inner .search-form-submit {
        position: absolute;
        top: 5px;
        right: 5px;
        background-color: transparent;
        border: 0px; }

/* Mobile Heade */
#AE_header_mobile {
  background-color: #212f59; }
  #AE_header_mobile .wc-search-form .btn-primary {
    background-color: #d82f4e;
    border-color: #d82f4e;
    color: #fff; }

.ae-search .btn-primary {
  padding: 8px 12px 7px; }

.site-footer {
  background-color: #e9ecef;
  padding: 60px 0; }
  @media (max-width: 992px) {
    .site-footer {
      padding-bottom: 30px; }
      .site-footer .widget-warp {
        display: none; }
      .site-footer .widget {
        margin-bottom: 30px; }
      .site-footer .col {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }
  .site-footer .widget-title {
    margin-bottom: 30px; }
    .site-footer .widget-title .dropdown {
      display: none; }
    @media (max-width: 992px) {
      .site-footer .widget-title {
        position: relative; }
        .site-footer .widget-title .dropdown {
          display: block;
          position: absolute;
          top: -7px;
          right: 0;
          color: #111; } }
    .site-footer .widget-title h4 {
      text-transform: uppercase;
      margin-bottom: 0; }

.footer-copyrights {
  line-height: 50px;
  background-color: #e0e3e6; }
  @media (max-width: 992px) {
    .footer-copyrights {
      line-height: inherit;
      padding: 20px 0; }
      .footer-copyrights .d-flex {
        display: table !important; } }
  .footer-copyrights .copyrights-inner {
    position: relative;
    height: 100%; }
    .footer-copyrights .copyrights-inner .copyrights-left {
      color: #777; }
      @media (max-width: 992px) {
        .footer-copyrights .copyrights-inner .copyrights-left {
          margin-bottom: 10px; } }
      .footer-copyrights .copyrights-inner .copyrights-left i {
        margin: 0 5px;
        color: red; }
      .footer-copyrights .copyrights-inner .copyrights-left .ae {
        color: #777; }
        .footer-copyrights .copyrights-inner .copyrights-left .ae:hover {
          color: #212f59; }
    .footer-copyrights .copyrights-inner #top {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      width: 42px;
      height: 42px;
      line-height: 42px;
      text-align: center;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 30px 30px 0 0;
      font-size: 21px;
      -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
      @media (max-width: 992px) {
        .footer-copyrights .copyrights-inner #top {
          left: inherit;
          margin: 0;
          bottom: -20px; } }
      .footer-copyrights .copyrights-inner #top:hover {
        background-color: #212f59;
        color: #fff; }

.widget-on {
  display: block !important; }

/* Buttons */
.btn {
  font-size: 14px !important;
  font-weight: bold;
  padding: 8px 12px; }

.btn-primary {
  color: #fff;
  background-color: #212f59;
  border-color: #212f59;
  outline: inherit; }
  .btn-primary:hover {
    background-color: #d82f4e;
    border-color: #d82f4e;
    color: #fff; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-mini-cart__buttons .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce div.product form.cart .button,
.woocommerce ul.products li.product .button,
.comment-reply-link,
.submit {
  background-color: #212f59;
  border: 1px solid #212f59;
  color: #fff;
  font-weight: bold;
  font-size: 14px !important;
  padding: 8px 12px;
  border-radius: 3px;
  outline: inherit;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce-mini-cart__buttons .button:hover,
  .woocommerce #payment #place_order:hover,
  .woocommerce-page #payment #place_order:hover,
  .woocommerce .cart .button:hover,
  .woocommerce .cart input.button:hover,
  .woocommerce #review_form #respond .form-submit input:hover,
  .woocommerce div.product form.cart .button:hover,
  .woocommerce ul.products li.product .button:hover,
  .comment-reply-link:hover,
  .submit:hover {
    background-color: #d82f4e;
    border-color: #d82f4e;
    color: #fff; }

#cart_list .cart-box .woocommerce-mini-cart__buttons .checkout,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background-color: #d82f4e;
  border: 1px solid #d82f4e;
  color: #fff; }
  #cart_list .cart-box .woocommerce-mini-cart__buttons .checkout:hover,
  #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #212f59;
    border-color: #212f59;
    color: #fff; }

.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }

@media (max-width: 992px) {
  .mobile-icon {
    color: #fff;
    font-size: 18px; }
    .mobile-icon:hover {
      color: #fff; } }

html,
body {
  height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  position: relative;
  line-height: 1.7;
  margin: 0;
  font-size: 14px; }

.owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box; }

#content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.site-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

ol,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

a {
  color: #111;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  a:hover {
    text-decoration: none; }

label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold; }

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin-right: 10px; }

@media (max-width: 992px) {
  .MOB_NONE {
    display: none;
    opacity: 0;
    visibility: hidden;
    height: 0px;
    width: 0px; } }

@media (max-width: 992px) {
  .mb2 {
    margin-bottom: .5rem; } }

@media (max-width: 992px) {
  .mb3 {
    margin-bottom: 1rem; } }

@media (max-width: 992px) {
  .mb4 {
    margin-bottom: 1.5rem; } }

@media (max-width: 992px) {
  .mt5 {
    margin-top: 2rem; } }

@media (max-width: 992px) {
  .mt2 {
    margin-top: .5rem; } }

@media (max-width: 992px) {
  .mt3 {
    margin-top: 1rem; } }

@media (max-width: 992px) {
  .mt4 {
    margin-top: 1.5rem; } }

@media (max-width: 992px) {
  .mt5 {
    margin-top: 2rem; } }

.ae_active {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important; }

.ae_none {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important; }

/* Dropped Modeal */
.dropped {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow-y: scroll; }
  .dropped .dropped-close {
    background-color: transparent;
    border: 0px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 28px;
    border: 2px solid #aaa;
    color: #aaa;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .dropped .dropped-close:hover {
      color: #fff !important; }

.ae-social li {
  float: left; }
  .ae-social li a {
    display: inline-block;
    margin: 0 7px; }

/* Image Place holder */
.place_holder {
  overflow: hidden;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolder;
          animation-name: placeHolder;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #F6F6F6;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #F6F6F6), color-stop(18%, #F0F0F0), color-stop(33%, #F6F6F6));
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 1000px 1000px; }

@-webkit-keyframes placeHolder {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes placeHolder {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
/* Load more Button */
.ae_loadmore {
  position: relative; }
  .ae_loadmore .btn {
    padding: 12px; }
  .ae_loadmore .load-icon {
    position: absolute;
    right: 0;
    margin: 0 auto;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../svg/loading.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }

.loader_active .load-text {
  opacity: 0; }
.loader_active .load-icon {
  opacity: 1; }

.container-440 {
  max-width: 440px; }

.container-540 {
  max-width: 540px; }

.container-640 {
  max-width: 640px; }

.container-740 {
  max-width: 740px; }

.container-840 {
  max-width: 840px; }

.container-940 {
  max-width: 940px; }

.col-2-10 {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 10px;
          column-gap: 10px; }
  @media (max-width: 992px) {
    .col-2-10 {
      -webkit-column-count: 1;
              column-count: 1;
      -webkit-column-gap: 0;
              column-gap: 0; } }
  .col-2-10 > div {
    margin-bottom: 10px;
    padding: 20px;
    display: inline-block;
    float: none; }

.col-2-20 {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
          column-gap: 20px; }
  @media (max-width: 992px) {
    .col-2-20 {
      -webkit-column-count: 1;
              column-count: 1;
      -webkit-column-gap: 0;
              column-gap: 0; } }
  .col-2-20 > div {
    margin-bottom: 20px;
    padding: 20px;
    display: inline-block;
    float: none; }

.col-2-30 {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
          column-gap: 30px; }
  @media (max-width: 992px) {
    .col-2-30 {
      -webkit-column-count: 1;
              column-count: 1;
      -webkit-column-gap: 0;
              column-gap: 0; } }
  .col-2-30 > div {
    margin-bottom: 30px;
    padding: 20px;
    display: inline-block;
    float: none; }

.col-3-15 {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 15px;
          column-gap: 15px; }
  @media (max-width: 992px) {
    .col-3-15 {
      -webkit-column-count: 1;
              column-count: 1;
      -webkit-column-gap: 0;
              column-gap: 0; } }
  .col-3-15 > div {
    margin-bottom: 15px;
    padding: 15px;
    display: inline-block;
    float: none; }

.modal-content {
  border: 0px solid rgba(0, 0, 0, 0); }

button:focus {
  outline: 0 dotted;
  outline: 0 auto -webkit-focus-ring-color; }

.btn:focus,
.btn:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.page-item.active .page-link {
  background-color: #212f59;
  border-color: #212f59; }
  .page-item.active .page-link:hover {
    background-color: #d82f4e;
    border-color: #d82f4e; }

.page-link:focus {
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent; }

.page-link {
  color: #111; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }

.ae_breadcrumb {
  background-color: #e9ecef;
  margin: -24px 0 30px;
  overflow: hidden; }
  .ae_breadcrumb .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    display: block;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 0; }
    @media (max-width: 992px) {
      .ae_breadcrumb .breadcrumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .ae_breadcrumb .breadcrumb li {
      display: inline; }
      @media (max-width: 992px) {
        .ae_breadcrumb .breadcrumb li {
          display: inherit; } }
      .ae_breadcrumb .breadcrumb li a:hover {
        color: #777; }
    .ae_breadcrumb .breadcrumb .separator {
      margin: 0 3px;
      opacity: 0.6; }
    .ae_breadcrumb .breadcrumb .bread-current {
      opacity: 0.6; }

@media (max-width: 992px) {
  .m-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; } }

.table td,
.table th {
  vertical-align: middle; }
  @media (max-width: 992px) {
    .table td,
    .table th {
      padding: 10px !important; } }

/* Carousel */
.carousel-control-next,
.carousel-control-prev {
  width: 49%;
  font-size: 21px;
  opacity: 0.8; }
  @media (max-width: 992px) {
    .carousel-control-next,
    .carousel-control-prev {
      width: 10%; } }

.carousel-control-next {
  cursor: url("../svg/next.svg"), auto; }

.carousel-control-prev {
  cursor: url("../svg/prev.svg"), auto; }

.carousel-indicators {
  margin-bottom: 10px; }
  .carousel-indicators li {
    width: 20px;
    height: 7px;
    border-radius: 18px;
    margin: 0 1.5px;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent; }

.carousel-link {
  font-size: 0;
  opacity: 0; }

/* xLarge Titles */
.h-lx {
  font-size: 32px !important; }

/* Large Titles */
.h-l {
  font-size: 28px !important; }

/* Meduim Titles */
.h-m {
  font-size: 21px !important; }

/* Small Titles */
.h-s {
  font-size: 16px !important; }

/* xSmall Titles */
.h-sm {
  font-size: 14px !important; }

.onsale {
  top: 8px !important;
  right: auto !important;
  left: 10px !important;
  margin: 0 !important;
  width: 40px !important;
  height: 22px !important;
  line-height: 22px !important;
  min-height: inherit !important;
  border-radius: 0 !important;
  padding: inherit !important;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  border-radius: 5px !important; }

/* Product List */
.woocommerce .page-title {
  margin-bottom: 0; }
.woocommerce .woocommerce-result-count {
  margin: 15px 0; }
.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .woocommerce ul.products li.product {
    float: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
    width: 100%;
    padding: 0 10px; }
    .woocommerce ul.products li.product .product-inner {
      width: 100%;
      background-color: #fff;
      -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
              box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
      .woocommerce ul.products li.product .product-inner .product-thumb {
        overflow: hidden;
        position: relative; }
        .woocommerce ul.products li.product .product-inner .product-thumb img {
          max-width: 100%;
          height: auto;
          vertical-align: middle;
          margin-bottom: 0; }
    .woocommerce ul.products li.product .product-meta {
      padding: 15px;
      height: auto;
      position: relative;
      overflow: hidden; }
      @media (max-width: 992px) {
        .woocommerce ul.products li.product .product-meta {
          padding: 10px; } }
      .woocommerce ul.products li.product .product-meta .woocommerce-loop-product__title {
        font-family: inherit;
        font-weight: normal; }
      .woocommerce ul.products li.product .product-meta .star-rating {
        float: right;
        overflow: hidden;
        position: relative;
        height: 1em;
        line-height: 1;
        font-size: 1em;
        width: 5.4em;
        font-family: star;
        margin: 6px 0 0;
        color: #f9ca24; }
        @media (max-width: 992px) {
          .woocommerce ul.products li.product .product-meta .star-rating {
            float: inherit;
            margin: 0 0 5px; } }
        .woocommerce ul.products li.product .product-meta .star-rating:before {
          content: "\73\73\73\73\73";
          color: #f9ca24;
          float: left;
          top: 0;
          left: 0;
          position: absolute; }
        .woocommerce ul.products li.product .product-meta .star-rating span {
          overflow: hidden;
          float: left;
          top: 0;
          left: 0;
          position: absolute; }
          .woocommerce ul.products li.product .product-meta .star-rating span:before {
            content: "\53\53\53\53\53";
            top: 0;
            position: absolute;
            left: 0; }
      .woocommerce ul.products li.product .product-meta .price {
        color: #212f59;
        font-weight: bold;
        margin-bottom: 0;
        font-size: 16px; }
        .woocommerce ul.products li.product .product-meta .price del {
          color: #212f59;
          opacity: .3;
          font-size: 14px;
          font-weight: normal;
          display: block;
          line-height: 20px;
          text-decoration: none; }
          @media (max-width: 992px) {
            .woocommerce ul.products li.product .product-meta .price del {
              display: inline-block;
              font-size: 12px; } }
          .woocommerce ul.products li.product .product-meta .price del .amount {
            position: relative; }
            .woocommerce ul.products li.product .product-meta .price del .amount:before {
              content: '';
              height: 1px;
              margin-top: -1px;
              background: #212f59;
              position: absolute;
              top: 50%;
              right: 0;
              left: 0;
              -webkit-transform: rotate(-14deg);
              transform: rotate(-14deg); }
        .woocommerce ul.products li.product .product-meta .price ins {
          text-decoration: none;
          display: block;
          line-height: 22px; }
          @media (max-width: 992px) {
            .woocommerce ul.products li.product .product-meta .price ins {
              display: inline-block; } }
      .woocommerce ul.products li.product .product-meta .product_type_simple,
      .woocommerce ul.products li.product .product-meta .add_to_cart_button {
        position: absolute;
        bottom: 10px;
        right: -100%;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        opacity: 0; }
        @media (max-width: 992px) {
          .woocommerce ul.products li.product .product-meta .product_type_simple,
          .woocommerce ul.products li.product .product-meta .add_to_cart_button {
            display: none;
            visibility: hidden;
            opacity: 0; } }
      .woocommerce ul.products li.product .product-meta .wc-forward {
        display: none;
        visibility: hidden;
        opacity: 0; }
    .woocommerce ul.products li.product:hover .product_type_simple,
    .woocommerce ul.products li.product:hover .add_to_cart_button {
      right: 10px;
      opacity: 1; }

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 -10px; }

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  width: calc(100% / 2); }
  @media (max-width: 992px) {
    .woocommerce ul.products.columns-2 li.product,
    .woocommerce-page ul.products.columns-2 li.product {
      width: 50%;
      margin-bottom: 20px; } }

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: calc(100% / 3); }
  @media (max-width: 992px) {
    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
      width: 50%;
      margin-bottom: 20px; } }

.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
  width: calc(100% / 4); }
  @media (max-width: 992px) {
    .woocommerce ul.products.columns-4 li.product,
    .woocommerce-page ul.products.columns-4 li.product {
      width: 50%;
      margin-bottom: 20px; } }

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
  width: calc(100% / 5); }
  @media (max-width: 992px) {
    .woocommerce ul.products.columns-5 li.product,
    .woocommerce-page ul.products.columns-5 li.product {
      width: 50%;
      margin-bottom: 20px; } }

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
  width: calc(100% / 6); }
  @media (max-width: 992px) {
    .woocommerce ul.products.columns-6 li.product,
    .woocommerce-page ul.products.columns-6 li.product {
      width: 50%;
      margin-bottom: 20px; } }

.summary,
.woocommerce-product-gallery {
  float: inherit !important;
  width: inherit !important; }

.single_add_to_cart_button {
  padding: 11px 16px !important; }
  .single_add_to_cart_button i {
    margin-right: 5px; }

.flex-control-nav img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.woocommerce div.product div.images .flex-control-thumbs {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/* Price */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #d82f4e; }
  .woocommerce div.product p.price del,
  .woocommerce div.product span.price del {
    text-decoration: none; }
    .woocommerce div.product p.price del .amount,
    .woocommerce div.product span.price del .amount {
      position: relative; }
      .woocommerce div.product p.price del .amount:before,
      .woocommerce div.product span.price del .amount:before {
        content: '';
        height: 1px;
        margin-top: -1px;
        background: #d82f4e;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        -webkit-transform: rotate(-14deg);
        transform: rotate(-14deg); }
  .woocommerce div.product p.price ins,
  .woocommerce div.product span.price ins {
    text-decoration: none; }

/* Tabs */
.wc-tabs .nav-link {
  font-weight: bold;
  text-transform: uppercase;
  position: relative; }
  .wc-tabs .nav-link:before {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #d82f4e;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
.wc-tabs .active .nav-link {
  color: #d82f4e; }
  .wc-tabs .active .nav-link:before {
    width: 100%; }

/* Reviews List */
.woocommerce-Reviews-title,
.woocommerce-Tabs-panel--additional_information .meduim-title,
.woocommerce-Tabs-panel--description .meduim-title {
  display: none; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  margin: 0 0 0 63px; }

.woocommerce .star-rating::before {
  color: #ddd; }

.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
  color: #f9ca24; }

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  padding: 0;
  width: 48px;
  background: transparent;
  border: 0px;
  border-radius: 100%; }

.comment_container .description {
  font-weight: normal;
  color: #777; }

#review_form .submit {
  padding: 8px 12px; }

/* Tags  & Category */
.tagged_as {
  display: block; }
  .tagged_as a {
    margin-right: 10px;
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold; }
    .tagged_as a:hover {
      color: #d82f4e; }
    .tagged_as a:before {
      content: "#"; }

.posted_in {
  margin-bottom: 10px;
  display: block; }
  .posted_in a {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase; }

.sku_wrapper {
  display: block;
  margin-bottom: 10px; }
  .sku_wrapper span {
    font-weight: bold; }

.stock {
  font-weight: bold;
  text-transform: uppercase; }

.in-stock {
  color: #008000 !important; }
  .in-stock:before {
    content: "\f058";
    font-family: "Fontawesome";
    margin-right: 5px; }

.out-of-stock:before {
  content: "\f071";
  font-family: "Fontawesome";
  margin-right: 5px; }

/* Product Gallery */
.woocommerce-product-gallery__image {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.product-left {
  position: relative; }

/* Others */
.comment-reply-title {
  font-size: 21px;
  font-weight: bold; }

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #111;
  background-color: #eee;
  border-color: #eee; }

.coupon_submit {
  margin-left: 10px !important;
  padding: 11px 12px !important; }
  @media (max-width: 992px) {
    .coupon_submit {
      margin-left: 0 !important;
      margin-top: 10px !important; } }

@media (max-width: 992px) {
  .coupon-left {
    float: none !important; } }

.woocommerce-additional-fields {
  margin-top: 1.5rem; }

.cart-collaterals {
  margin-top: 30px; }

/* Shop Head */
.woocommerce-ordering,
.woocommerce-result-count {
  float: inherit !important;
  margin: 0 !important; }

/* Fix input form row */
.woocommerce-address-fields__field-wrapper .form-row,
.woocommerce-checkout .form-row {
  display: block; }

/* Alerts */
.alert .button {
  float: right; }

/* Fix Product Thumbnail size on cart */
.product-thumbnail img {
  width: 60px !important;
  max-width: 60px !important;
  border-radius: 3px; }

/* Woocommerce MyAccount Navigation */
.woocommerce-MyAccount-navigation {
  float: inherit;
  width: 100%; }
  .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .woocommerce-MyAccount-navigation ul li {
      list-style: none;
      border-bottom: 1px solid #eceeef;
      position: relative; }
      .woocommerce-MyAccount-navigation ul li:last-child {
        border-bottom: 0px; }
      .woocommerce-MyAccount-navigation ul li a {
        padding: .857em 0;
        display: block;
        color: #333e48; }
        .woocommerce-MyAccount-navigation ul li a:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          font-weight: 400;
          line-height: 1;
          vertical-align: -.125em;
          font-family: "Fontawesome";
          font-weight: bold;
          line-height: 1.618;
          margin-left: .53em;
          width: 1.387em;
          text-align: right;
          float: right;
          opacity: .25; }
    .woocommerce-MyAccount-navigation ul li.is-active a {
      font-weight: bold; }
      .woocommerce-MyAccount-navigation ul li.is-active a:before {
        opacity: 1; }
    .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard a:before {
      content: "\f0e4"; }
    .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a:before {
      content: "\f291"; }
    .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads a:before {
      content: "\f019"; }
    .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address a:before {
      content: "\f041"; }
    .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a:before {
      content: "\f007"; }
    .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a:before {
      content: "\f08b"; }

/* Quantity */
.quantity {
  border: 2px solid #eee;
  border-radius: 3px;
  text-align: center; }
  .quantity input.qty {
    border-width: 0px;
    border-style: solid;
    line-height: 29px;
    padding: 0;
    outline: inherit;
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield; }
  .quantity input::-webkit-outer-spin-button,
  .quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0; }

.qty_button {
  color: #333;
  background-color: transparent;
  border: 0;
  outline: inherit;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .qty_button:hover {
    color: #ccc; }

.woocommerce-orders-table__cell-order-actions {
  text-align: right; }

.wc-btn-small {
  font-size: 12px !important;
  text-transform: uppercase !important;
  padding: 4px 12px; }
