/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************
	Override Bootstrap
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/***********************************************************************/
/* Home 01 */
#index #wrapper {
  padding-top: 0;
}

@media (min-width: 992px) {
  .ApColumn .widget-cate {
    margin-bottom: 0 !important;
  }
}
.widget-cate ul {
  margin-bottom: 0;
}

.has-pad .product-list-list .product-image {
  flex: 0 0 100px;
}

.has-pad .product-list-list .product-meta {
  flex: 0 0 77%;
}

.countdown-wr {
  position: relative;
}
.countdown-wr .ApColumn .block {
  margin-bottom: 0;
  height: 100%;
}
.countdown-wr .ApColumn .block > .block_content {
  height: 100%;
}
.countdown-wr .thumbnail-container {
  margin-bottom: 0;
  width: fit-content;
}
.countdown-wr .product-list-default .thumbnail-container {
  border: none;
}
.countdown-wr .product-list-default .thumbnail-container .product-image {
  border-top-left-radius: 24px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .countdown-wr .product-list-default .thumbnail-container .product-list-default img {
    height: 225px;
    padding: 0 60px;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-top-left-radius: 24px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .countdown-wr .product-list-default .thumbnail-container .product-image {
    height: 225px;
    position: relative;
  }
  .countdown-wr .product-list-default .thumbnail-container .product-image img {
    width: 225px;
  }
}
.countdown-wr .product-list-second .product-flags {
  top: 0;
  right: auto;
  left: 5px;
}
.rtl .countdown-wr .product-list-second .product-flags {
  right: 5px;
  left: auto;
}
.countdown-wr:before {
  content: "";
  border: 2px solid #ecb942;
  box-sizing: border-box;
  border-radius: 24px;
  position: absolute;
  z-index: 1;
  width: calc(100% - 29px);
  height: calc(100% - 98px);
  height: 100%;
  top: 97px;
  top: 0;
  right: 14px;
  left: 13px;
}

@media (min-width: 992px) {
  .top-cate {
    margin-bottom: 2.75rem !important;
  }
  .ApCountdown .title_block {
    margin-right: 50px;
  }
  .rtl .ApCountdown .title_block {
    margin-left: 50px;
    margin-right: inherit;
  }
  .countdown-wr .title_block {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) {
  .cat-w {
    margin-top: 30px;
  }
  .product-list-second .owl-item:not(.first) .product-miniature {
    position: relative;
  }
  .product-list-second .owl-item:not(.first) .product-miniature + .product-miniature:after {
    content: "";
    background: #f5e1b1;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
  }
  .product-list-second .owl-item.first {
    position: relative;
  }
  .product-list-second .owl-item.first:before {
    content: "";
    background: #f5e1b1;
    width: 1px;
    height: 90%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    bottom: 0;
  }
  .product-list-second .thumbnail-container {
    padding: 20px;
  }
  .countdown-wr .product-list-default .thumbnail-container {
    border-radius: 24px 0 0 24px;
  }
  .countdown-wr .product-list-default .thumbnail-container .product-meta {
    padding: 8px 25px;
  }
}
.product-miniature .thumbnail-container .product-image img {
  padding: 34px 0 0;
}
/*# sourceMappingURL=profile1628176869.css.map */