@font-face {
  font-family: 'avenir-light';
  src: url('../../../../../frontend/JesCart/JesTheme/default/fonts/avenir-light-webfont.woff') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'didot-italic';
  src: url('../../../../../frontend/JesCart/JesTheme/default/fonts/Didot-Italic.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('../../../../../frontend/JesCart/JesTheme/default/fonts/Montserrat-ExtraLight.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat-thin';
  src: url('../../../../../frontend/JesCart/JesTheme/default/fonts/Montserrat-Thin.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../../../../../frontend/JesCart/JesTheme/default/fonts/Montserrat-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'adorn-icons';
  src: url('../../../../../frontend/JesCart/JesTheme/default/fonts/adorn-icons.woff2');
  font-weight: normal;
  font-style: normal;
}
span.blinker {
  color: #b50f2c;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 10px;
}
span.sticker-discount {
  position: absolute;
  right: 0;
  top: 0;
  background: #b50f2c;
  color: #fff;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  font-size: 12px;
  padding: 2px 5px;
  font-weight: 600;
}
a.sale-button {
  display: inline-block;
  line-height: 31px;
  padding: 0 30px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  border: 2px solid white;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
a.sale-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  transition: all .3s ease;
  z-index: -1;
  display: block;
}
a.sale-button:hover:before {
  background: white;
  width: 100%;
  left: 0;
}
a.sale-button:hover {
  color: #f03333;
}
.column.main {
  padding: 0 !important;
}
@keyframes blinker {
  50% {
    opacity: .3;
  }
}
.cms-index-index .page-main {
  min-width: 100%;
  padding: 0;
  background: #f5f5f5;
}
.cms-index-index h3.card-title {
  font-size: 35px;
  padding: 10px 0;
  text-align: center;
  font-family: monospace;
  color: #000;
}
.cms-index-index h3.card-title:after {
  content: " ";
  position: absolute;
  width: 167px;
  height: 2px;
  background: #1c6b6c;
  display: block;
  margin: auto;
  right: -93px;
  left: 0;
}
.cms-index-index .card_content {
  background-color: #fff;
}
.cms-index-index .header_content {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cms-index-index a.more_btn {
  display: block;
  color: #000;
  padding: 2px 20px;
  font-family: monospace;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}
.home_flash_product {
  max-width: 1480px;
  margin: auto;
  padding: 0 20px;
}
.flash.countdown-show .countdown_flash {
  display: flex;
  gap: 5px;
  margin-left: 5px;
}
.flash.countdown-show .countdown_flash div {
  background: #000;
  color: #fff;
  padding: 5px;
}
.flash_blinker {
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.home_flash_product {
  margin-bottom: 30px;
}
.home_flash_product .left_heading {
  display: flex;
  align-items: center;
}
.slider_products {
  background: #fff;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  position: relative;
}
.slider_products li.product__grid {
  width: 188px;
  float: left;
  position: relative;
  background: #fff;
  margin: 10px 0;
  border: 1px solid #ddd;
}
.slider_products li.product__grid:hover {
  box-shadow: 0 2px 4px 0 #00000040;
  -webkit-transform: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transform: all 0.3s ease-in-out;
  position: relative;
}
.slider_products li.product__grid img.item-product-image {
  height: 188px;
}
.slider_products li.product__grid a {
  text-decoration: none;
}
.slider_products li.product__grid .item-content {
  padding: 14px 8px 12px;
}
.slider_products li.product__grid .item-title {
  font-size: 14px;
  line-height: 18px;
  color: #212121;
}
.rating-summary .rating-result:before {
  content: '\f006' '\f006' '\f006' '\f006' '\f006';
  font-family: 'FontAwesome';
  letter-spacing: .2em;
  color: #3f3f3f;
}
.rating-summary .rating-result > span:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  font-family: 'FontAwesome';
  color: #faca51;
  letter-spacing: .2em;
}
.reviews-actions {
  color: #3f3f3f;
}
@font-face {
  font-family: 'adorn-icons';
  src: url('../fonts/adorn-icons.woff2');
  font-weight: normal;
  font-style: normal;
}
.home_product_loader {
  max-width: 1480px;
  margin: auto;
  padding: 0 20px;
  padding-bottom: 40px;
}
.home_product_loader span.Load_More_Button {
  margin: 25px auto 0;
  display: block;
  width: 387px;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  color: #1c6b6c;
  border: 1px solid #1c6b6c;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s;
}
.home_product_loader span.Load_More_Button:hover {
  background: #1c6b6c;
  color: #fff;
  transition: .3s;
}
ul.ul-grid-product {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}
ul.ul-grid-product li.product_card {
  width: 15.83%;
  background: #fff;
  margin: 0;
  margin-bottom: 1%;
  box-shadow: 0 0 3px #ddd;
  position: relative;
}
ul.ul-grid-product li.product_card a {
  text-decoration: none;
}
ul.ul-grid-product li.product_card li.product_card:hover {
  box-shadow: 0 2px 4px 0 #00000040;
  -webkit-transform: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transform: all 0.3s ease-in-out;
  position: relative;
}
ul.ul-grid-product .card-item img.item-product-image {
  width: 100%;
  height: 189px;
}
ul.ul-grid-product .item-des {
  padding: 14px 8px 12px;
}
ul.ul-grid-product .item-title {
  font-size: 14px;
  line-height: 18px;
  color: #212121;
}
.three_banner_block {
  padding: 40px 0;
}
.three_banner_block .container {
  padding: 0;
  width: 95%;
  max-width: 1480px;
}
.banner-block-items .banner-content .desc {
  color: #111111;
  background: #ffffff;
}
.banner-block-items .banner-content .price_desc {
  color: #ffffff;
}
.banner-block-items .banner-content .price {
  color: #ffcc00;
}
.banner-block-items a {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
}
.banner-block-items a img {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.banner-block-items a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: left;
  width: 46%;
}
.banner-content.left {
  left: 40px;
  right: auto;
  text-align: left;
}
.banner-content.left {
  left: 30px;
}
.banner-content .desc {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 5px 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  margin: 0 0 15px;
  font-weight: 500;
}
.banner-content .title,
.banner-content .subtitle {
  font-size: 20px;
  line-height: 26px;
}
.two_one_banner_block {
  background: #fff;
  padding: 30px 0;
}
.banner-content_item {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-content_item h3.desc {
  font-size: 36px;
  margin: 0;
  color: #000;
}
.banner-content_item h3.subtitle {
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
  color: #000;
}
.two_one_banner_block .container {
  max-width: 1480px;
  width: 100%;
  padding: 0 20px;
}
.banner_large.banner-block-items img,
.banner_small.banner-block-items img {
  height: 200px;
  width: 100%;
}
.banner_large.banner-block-items .banner-content,
.banner_small.banner-block-items .banner-content {
  width: 60%;
}
p.title_s {
  color: #666666;
  font-size: 18px;
  font-weight: 300;
}
h4.title_m {
  color: #000;
  font-size: 26px;
}
p.text-price strong {
  color: #333e48;
  font-size: 42px;
  font-weight: 600;
  position: relative;
}
p.text-price span {
  color: #333e48;
  font-size: 18px;
}
p.text-price strong sup {
  font-weight: 400;
}
.three_block_category {
  background: #f7f7f7;
  padding: 0 5px;
  max-width: 1480px;
  margin: 20px auto;
}
.three_block_category a {
  text-decoration: none;
}
.three_block_category .cat_items {
  display: flex;
  justify-content: space-between;
}
.three_block_category a.cat_item {
  width: 48%;
  height: 100%;
  margin-bottom: 20px;
  color: #000;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.three_block_category p.cat_name {
  color: #000000;
  padding: 10px 0;
  min-height: 66px;
}
.three_block_category a.explore_all {
  color: #ab2f2c;
  font-weight: 500;
  display: block;
  text-decoration: underline;
  font-size: 16px;
}
.three_block_category .bottom_body_content p.cat_name {
  margin: 0;
}
.three_block_main {
  padding: 30px;
  background: #fff;
}
.block_body img {
  transition: transform 0.2s ease-in-out 0s;
  background: #f7f7f7;
  width: 100%;
  height: 100% !important;
}
.block_body .cat_item:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
h4.block_header {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ad3532;
  font-size: 18px;
  min-height: 44px;
}
@media screen and (max-width: 767px) {
  .three_block_main {
    padding: 0;
  }
  .block_body {
    padding-bottom: 30px;
  }
}
.first_section {
  background-color: #fafafa;
}
ul.first_items {
  display: flex;
  justify-content: space-between;
  max-width: 1480px;
  margin: auto;
  padding: 20px;
}
ul.first_items li.item {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
  width: 25%;
}
ul.first_items em,
ul.first_items i {
  margin-right: 15px;
  color: #333333;
  font-size: 40px;
  width: 50px;
}
ul.first_items h5 {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.03em;
  font-family: monospace;
  margin: 0;
}
.banner_content {
  padding: 30px 20px;
}
.banner_two {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.banner_two .banner_item {
  width: 50%;
}
.banner_two .banner_item img {
  width: 100%;
}
.banner_two .banner_item {
  position: relative;
}
.banner_two .banner-wrapper-infor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 80px;
}
.banner_two h3.title-banner {
  margin: 0 0 20px;
  font-size: 40px;
  color: #fff;
  font-weight: 500;
}
.banner_two .image-subtitle {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.banner_two .banner_item {
  overflow: hidden;
}
.banner_two .banner_item img {
  transition: opacity 1s ease 0s,transform 1s ease 0s;
  border-radius: 15px;
}
.banner_two .banner_item:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.card-channels-content {
  padding: 30px 20px 0;
}
ul.card-channels-items {
  display: flex;
  justify-content: space-between;
}
ul.card-channels-items li.card-channels-item img {
  width: 45px;
  height: 45px;
  margin: 4px;
  border-radius: 50px;
}
ul.card-channels-items li.card-channels-item {
  height: 50px;
  background: #fff;
  border-radius: 20px;
  width: 19.19%;
  display: flex;
  align-items: center;
  position: relative;
}
ul.card-channels-items .card-channels-info {
  font-size: 15px;
  font-weight: 700;
  font-family: monospace;
  letter-spacing: 0.03em;
  margin-left: 10px;
  word-spacing: -5px;
}
ul.card-channels-items li.card-channels-item {
  box-shadow: 0 2px 4px 0 #7e7e7e;
  -webkit-transform: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transform: all 0.3s ease-in-out;
}
ul.card-channels-items li.card-channels-item .card-channels-info {
  color: #1c6b6c;
}
ul.card-channels-items li.card-channels-item:after {
  content: "\eb64";
  font-family: 'adorn-icons';
  position: absolute;
  right: 15px;
  font-size: 25px;
  color: #1c6b6c;
}
.brand_slider {
  background: #fff;
  margin: 30px 0;
}
.brand_slider img {
  height: 100px;
  width: 170px !important;
  border: 1px solid #efefef;
  padding: 10px;
  margin: 20px auto;
}
span.product.name.product-item-name {
  font-size: 14px;
  line-height: 18px;
  color: #212121;
}
@media screen and (max-width: 991px) {
  .cms-index-index h3.card-title {
    font-size: 28px;
  }
  .three_block_main .block_body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .three_block_main .cat_items {
    width: 49%;
  }
  .three_block_main a.explore_all {
    width: 100%;
    text-align: center;
  }
  .three_block_main p.cat_name {
    min-height: 50px;
    margin: 0;
  }
  ul.card-channels-items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  ul.card-channels-items li.card-channels-item {
    width: 32%;
  }
  ul.ul-grid-product li.product_card {
    width: 24%;
  }
  .banner-block-items a {
    height: 200px;
  }
  ul.ul-grid-product .card-item img.item-product-image {
    height: 100%;
  }
  .three_block_main {
    margin-bottom: 20px;
  }
  .flash.countdown-show .countdown_flash div {
    padding: 0px 5px;
  }
  .slider_products li.product__grid {
    height: 100%;
    width: 100%;
  }
  .slider_products li.product__grid img.item-product-image {
    height: 100%;
  }
  .slider_products li.product__grid .item-content {
    min-height: 110px;
  }
}
.jescart_categories {
  padding: 20px;
  background: linear-gradient(186deg, #ffffff, #f5f5f5, transparent);
}
.categories-slider {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jescart-categories-image img {
  width: 10rem !important;
  height: 10rem;
  border-radius: 50%;
  cursor: pointer;
  margin: auto;
  border: 3px solid #1c6b6c;
  margin: 10px;
}
a.jescart-categories:hover img {
  border-color: #ddd;
  transition: 0.3s;
  box-shadow: 0 0 16px #b50f2c;
}
.jescart-categories-name {
  text-align: center;
  color: #000;
  font-style: normal;
  line-height: 16px;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-family: 'Poppins';
}
.category-container.all_cat,
a.jescart-categories {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px;
  gap: 8px;
  margin: auto;
  text-decoration: none;
}
a.jescart-categories {
  border-radius: 10px;
}
.owl-theme .owl-nav {
  margin: 0;
}
.jescart_categories button.owl-next {
  position: absolute;
  top: 40%;
  right: 0;
}
.jescart_categories button.owl-prev {
  position: absolute;
  left: 0;
  top: 40%;
}
.jescart_categories ul {
  position: relative;
  padding: 14px 0;
}
.item-title {
  font-family: 'Poppins';
}
.item-footer {
  display: flex;
  margin-top: 10px;
  font-size: 14px !important;
  color: #999 !important;
  gap: 7px;
  align-items: center;
}
.item-footer i {
  color: #ff5501;
  font-size: 16px;
}
body .slider_products .item-title {
  height: 38px;
  overflow: hidden;
}
body .slider_products .price-box.price-final_price {
  margin-bottom: 0;
}
body .slider_products .price-final_price span.price {
  font-weight: 600;
}
body .slider_products .owl-carousel .owl-nav.disabled {
  display: block;
  margin: 0;
}
.slider_products button.owl-next,
.slider_products button.owl-prev {
  position: absolute;
  top: 46%;
  width: 40px;
  height: 40px;
  background: #ffffff !important;
  font-size: 41px !important;
  box-shadow: 0 0 5px #000;
  border-radius: 50px !important;
}
.slider_products button.owl-next span,
.slider_products button.owl-prev span {
  display: none;
}
.slider_products button.owl-prev:before {
  content: "\f104";
  font-family: 'FontAwesome';
  color: #000;
  position: relative;
  top: 0;
  left: -2px;
}
.slider_products button.owl-next:after {
  font-family: 'FontAwesome';
  color: #000;
  position: relative;
  top: 0;
  left: 2px;
  content: "\f105";
}
.slider_products button.owl-prev {
  left: 0;
}
.slider_products button.owl-next {
  right: 0;
}
.card_products_content span.normal-price {
  color: #1C6B6C;
  font-size: 18px;
}
.card_products_content .price-box {
  margin: 10px 0 0;
}
.two_one_banner_block {
  margin-top: 50px;
}
ul.ul-grid-product .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 38px;
}
