/*$default		  :#F0F0F0;*/
/*10px;*/
/*13px;*/
/*20px;*/
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.grid-wrap img.fr-fic, .grid-wrap .grid-img {
  margin-bottom: 15px !important; }
.grid-wrap .iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: calc(100% + 10px);
  margin-bottom: 15px; }
.grid-wrap .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.adv-block-wrap a, .card-block-wrap a {
  overflow: hidden;
  display: block; }
  .adv-block-wrap a:hover img, .card-block-wrap a:hover img {
    transform: scale(1.1); }
  .adv-block-wrap a img, .card-block-wrap a img {
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
.adv-block-wrap .col, .card-block-wrap .col {
  margin-bottom: 30px; }

.grid-wrap img.fr-fic, .grid-wrap .grid-img {
  margin-bottom: 15px !important; }
.grid-wrap .iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: calc(100% + 10px);
  margin-bottom: 15px; }
.grid-wrap .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/* .insidecontainer {
    border: 1px solid $border;
    border-radius: 20px;
    position: relative;
    margin: 40px 0;
    .title-border {
        margin-bottom: 15px;
        position: relative;
        position: absolute;
        bottom: calc(100% - 10px);
        background: $white;
        padding: 0 15px;
        margin: 0 auto;
        left: 0;
        right: 0;
        display: inline-block;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: fit-content;
        z-index: 99;
    }
    h3 {
        margin-bottom: 0;
        @include flex;
        @include align-items(center);
        @include justify-content(center);
    }
    p {
        margin-bottom: 0;
    }
    .countdown-inner {      
        padding-left: 10px;
    }
}  */
ul.banner-slider {
  margin-bottom: 20px; }

.banner-slider {
  /*.title_style {
      font-size: $font-large;
      margin: 0;padding: 0;
      position: relative;
      text-transform: uppercase;
      &:after {
          content: "";
          width: 100%;
          height: 2px;
          background: #0094d9;
          position: absolute;
          left: 0;
          bottom: -1px;
      } 
  }*/ }
  .banner-slider .title-border {
    border-bottom: 1px solid #CECECE;
    margin-bottom: 20px;
    padding: 15px 32px; }
    .banner-slider .title-border.red-bg {
      background: #FD6767;
      color: #fff; }
      .banner-slider .title-border.red-bg a {
        color: #fff; }
  .banner-slider p {
    margin: 0; }
  .banner-slider h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin: 0; }
    .banner-slider h3 .title_style {
      display: inline-flex;
      align-items: center; }
      .banner-slider h3 .title_style img {
        max-height: 42px;
        margin-right: .5rem; }
  .banner-slider .flash-timer {
    font-size: 0.875rem;
    background-color: #0094d9;
    padding: 4px 10px 4px 10px;
    border-radius: 50px;
    margin-left: 10px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    white-space: nowrap; }
    .banner-slider .flash-timer .countdown-inner {
      margin: 0;
      padding: 0 0 0 5px;
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      list-style: none; }
      .banner-slider .flash-timer .countdown-inner li {
        padding: 0 2px; }
  .banner-slider .number {
    position: relative; }
    .banner-slider .number:not(:last-child, :first-child):after {
      content: ':';
      padding: 0 5px; }
  .banner-slider .see-all {
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    display: inline-block;
    margin-left: auto;
    padding: 0 10px;
    color: #283784; }
    .banner-slider .see-all:after {
      display: block;
      content: '';
      border-bottom: solid 3px;
      transform: scaleX(0);
      border-color: inherit;
      transition: transform 250ms ease-in-out;
      transform-origin: 100% 50%; }
    .banner-slider .see-all:hover:after {
      transform: scaleX(1);
      transform-origin: 0 50%; }

.slick-dots > li {
  display: inline-block !important; }
.slick-dots > li:only-child {
  display: none !important; }

@media all and (min-width: 992px) {
  .mobile-banner {
    display: none !important; } }
@media all and (max-width: 991px) {
  .desktop_banner {
    display: none !important; } }
.insidecontainer {
  border: 1px solid #CECECE;
  border-radius: 20px;
  position: relative;
  margin: 40px 0; }
  .insidecontainer .title-border {
    margin-bottom: 15px;
    position: relative;
    position: absolute;
    bottom: calc(100% - 10px);
    background: #fff;
    padding: 0 15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: inline-block;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    z-index: 99; }
  .insidecontainer h3 {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .insidecontainer p {
    margin-bottom: 0; }
  .insidecontainer .countdown-inner {
    padding-left: 10px; }

.banner-slider .slider-item, .slick-slider .slider-item {
  padding: 0;
  margin: 0; }

.product-item-info {
  text-align: left;
  border-radius: 8px;
  overflow: hidden;
  /*.product-info {
      padding-bottom: 1.5rem;
  }*/ }
  .product-item-info .review-wrap, .product-item-info .sku-name, .product-item-info .stock-availability .text-default,
  .product-item-info .stock-availability .stock-lbl, .product-item-info .stock-lbl, .product-item-info .prod-fulldesc,
  .product-item-info .prod-desc, .product-item-info .grid-switcher, .product-item-info .add-to-links, .product-item-info .custom-info {
    display: none !important; }

.product-detail-bundle-simple .btn-wishlist {
  display: none; }

.product-info-details .stock-availability, .product-info-details .sku-name {
  display: none; }

.product-item-info .option-add-cart .addtocart-btn {
  display: block !important; }
.product-item-info .link-product-name {
  /*font-size: $font-normal;
  color: $default;
  font-weight: 600;*/ }
  .product-item-info .link-product-name:hover, .product-item-info .link-product-name:active, .product-item-info .link-product-name.active {
    color: #B89831 !important; }
.product-item-info .special-price, .product-item-info .normal-price {
  /*        font-size: $font-medium;*/ }
.product-item-info .strike-price {
  font-size: 11px; }

.product-shop .review-wrap, .product-shop .custom-info {
  display: none; }
.product-shop .normal-price {
  font-weight: 400; }

.login-page .main-title, .register-page .main-title, .login-wrapper .main-title {
  margin-top: 30px; }

/*.product-desc {
    .desc-title, .rating-customer {
        display: none;
    }
}
*/
.custom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 12500;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s; }

.blog-nav-item {
  display: none; }

.blog-items .shortby {
  display: none; }

/*.blog-img {
    margin-bottom: 25px !important;
}*/
.blog-thumb .tag-wrap, .blog-thumb .category-wrap, .blog-thumb .post-author, .blog-thumb .view, .blog-thumb .view-wraps {
  display: none !important; }
.blog-thumb .view-wraps {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .blog-thumb .view-wraps .readmore {
    text-transform: uppercase; }

.blog-content .link-blog-name {
  font-weight: 600;
  font-size: 1.125rem !important; }
.blog-content .date-time {
  display: none; }
.blog-content .post-short-description {
  font-weight: 300;
  margin-top: .25rem;
  margin-bottom: 1rem; }

.blog-detail {
  text-align: center; }

.widget-recent-blog, .widget-feature-blog {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  /* font-weight: 400 !important;*/
  text-transform: none !important; }

.blog-details .spinIcon {
  display: none; }

.blog-thumb .blog-content .post-title, .blog-thumb .blog-content .view-wraps {
  display: none !important; }

.blog-details-date {
  text-align: center;
  margin-bottom: 29px; }

.blog-content-wrap .tag-wrap, .blog-content-wrap .category-wrap, .blog-content-wrap .view-time {
  display: none; }

.related-product .sub-title {
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: none; }

/* homepage  */
.flashprogress {
  display: none; }
  .flashprogress .blog-content {
    padding-bottom: 10px; }

@media all and (max-width: 991px) {
  .main-title.blog {
    border-bottom: 1px solid #CECECE;
    padding-bottom: 13px;
    margin-bottom: 17px; } }
