/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.topBox-indexProducts {
  min-height: 350px;
  max-height: 410px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .topBox-indexProducts {
    min-height: 310px;
    max-height: 300px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .topBox-indexProducts {
    max-height: unset;
  }
}

.shop-slider-box {
  padding: 20px 40px;
  padding-right: 15px;
  background: center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .shop-slider-box {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .shop-slider-box {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shop-slider-box {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.shop-slider-box .slider-menu-box {
  background: #ffffff;
  border: 1px solid #e2e7ec;
  border-radius: 5px;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.0705882353);
  height: 100%;
  overflow: auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shop-slider-box .slider-menu-box {
    margin-bottom: 15px;
  }
}
.shop-slider-box .slider-menu-box-inner {
  margin-bottom: 0;
}
.shop-slider-box .slider-menu-box-inner .slider-menu-items {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e7ec;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: unset;
  padding-top: 12px;
  padding-right: 15px;
  cursor: pointer;
}
.shop-slider-box .slider-menu-box-inner .slider-menu-items a {
  color: #333;
}
.shop-slider-box .slider-menu-box-inner .slider-menu-items a .cat-img-slider {
  width: 30px;
  height: 30px;
}
.shop-slider-box .slider-menu-box-inner .slider-menu-items a .cat-name-slider {
  margin-right: 15px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .shop-slider-box .slider-menu-box-inner .slider-menu-items a .cat-name-slider {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .shop-slider-box .slider-menu-box-inner .slider-menu-items a .cat-name-slider {
    font-size: 1.5rem;
  }
}
.shop-slider-box .slider-menu-box-inner .slider-menu-items a + .cat-icon-slider {
  position: absolute;
  left: 18px;
  top: 22px;
  color: #333;
  font-size: 14px;
  transition: all 0.4s;
}
.shop-slider-box .slider-menu-box-inner .slider-menu-items a .turnIcon {
  transform: rotate(-90deg);
}
.shop-slider-box .slider-menu-box-inner .slider-menu-items:hover {
  background: linear-gradient(to left, #e2e7ec 50%, #ffffff 50%) right;
  background-size: 200%;
  transition: 0.5s ease-out;
}
.shop-slider-box .slider-menu-box-inner a:nth-last-child(1) .slider-menu-items {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.slider-box .slider-site-owl {
  width: 100%;
  position: relative;
  border: 1px solid #e2e7ec;
  border-radius: 5px;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.0705882353);
}
.slider-box .slider-site-owl .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 15px;
}
.slider-box .slider-site-owl .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.3803921569);
}
.slider-box .slider-site-owl .owl-dots .owl-dot.active span {
  width: 30px;
  background: var(--maincolor);
}
.slider-box .owl-item .store-owl-img {
  height: 410px;
  width: 100%;
  border-radius: 5px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .slider-box .owl-item .store-owl-img {
    height: 340px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-box .owl-item .store-owl-img {
    height: 290px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-box .owl-item .store-owl-img {
    height: 300px;
  }
}

.owl-dot {
  background: unset;
  border: unset;
}

.slider-box-products {
  padding: 35px;
  background: #ffffff;
  border: 1px solid #e2e7ec;
  border-radius: 5px;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.0705882353);
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-box-products {
    padding: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-box-products {
    height: 830px;
  }
}
.slider-box-products .cnt-box-product {
  padding: 8px !important;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .slider-box-products .cnt-box-product {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-box-products .cnt-box-product {
    margin-top: 12px !important;
  }
}
.slider-box-products .cnt-box-product .row.row-pics .row-pic-right {
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-box-products .cnt-box-product .row.row-pics .row-pic-right {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .slider-box-products .cnt-box-product .row.row-pics .row-pic-right {
    padding-right: 0;
  }
}
.slider-box-products .cnt-box-product .row.row-pics .special-products-more-img {
  display: inline-block;
  margin-left: 3px;
  border: 1px solid #8c9fb6;
  border-radius: 5px;
  cursor: pointer;
}
.slider-box-products .cnt-box-product .row.row-pics .special-products-more-img .gallery-img {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 28px;
  height: 28px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-box-products .cnt-box-product .row.row-pics .special-products-more-img .gallery-img {
    top: 12px;
    right: 11px;
  }
}
.slider-box-products .cnt-box-product .row.row-pics .special-products-more-img-inner {
  width: 55px;
  height: 55px;
  padding: 2px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 678px) and (max-width: 1023px) {
  .slider-box-products .cnt-box-product .row.row-pics .special-products-more-img-inner {
    width: 50px;
    height: 50px;
  }
}
.slider-box-products .cnt-box-product .row.row-pics .special-products-more-img .gallery-img-tag {
  filter: blur(1px);
}
.slider-box-products .cnt-box-product .topBtnsBox {
  border: none !important;
  background: none !important;
  cursor: pointer;
  z-index: 3;
}
.slider-box-products .big-img-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.slider-box-products .big-img-box .special-product-img {
  width: 240px;
  height: 240px;
  margin-top: -35px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 1440px) and (max-width: 5000px) {
  .slider-box-products .big-img-box .special-product-img {
    position: relative;
    right: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-box-products .big-img-box .special-product-img {
    width: 220px;
    height: 220px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-box-products .big-img-box .special-product-img {
    width: 220px;
    height: 220px;
    margin-bottom: 35px;
  }
}
.slider-box-products .top-box-right .special-product-icons-top {
  width: 35px;
  height: 35px;
  z-index: 3;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .slider-box-products .top-box-right .special-product-icons-top {
    width: 33px;
    height: 33px;
  }
}
.slider-box-products .top-box-left {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: end;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 374px) {
  .slider-box-products .top-box-left {
    white-space: nowrap;
    position: relative;
    left: -20px;
  }
}
.slider-box-products .top-box-left .special-stars i {
  font-size: 1.8rem;
  color: #f78e00;
}
.slider-box-products .top-box-left .special-rates-1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 3px;
}
.slider-box-products .top-box-left .special-rates-2 {
  font-size: 1.1rem;
}
.slider-box-products .top-box .row-name {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: unset;
  justify-content: unset;
  margin-top: 15px;
}
.slider-box-products .top-box .row-name .sepcial-product-name {
  margin-top: 20px;
  margin-bottom: 5px;
}
.slider-box-products .top-box .row-name .sepcial-product-name-inner {
  font-size: 2rem;
  font-weight: 100;
  min-height: 30px;
  height: 30px;
  max-height: 30px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-box-products .top-box .row-name .sepcial-product-name-inner {
    font-size: 1.6rem;
    font-weight: 100;
  }
}
.slider-box-products .top-box .row-name .sepcial-product-model-inner {
  font-size: 1.5rem;
  min-height: 22px;
  height: 22px;
  max-height: 22px;
  overflow: hidden;
}
.slider-box-products .top-box .row-name .special-products-description {
  margin-top: 20px;
}
.slider-box-products .top-box .row-name .special-products-description-inner {
  margin-bottom: 6px;
  min-height: 22px;
  height: 22px;
  max-height: 22px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-box-products .top-box .row-name .special-products-description-inner {
    font-size: 1.2rem;
  }
}
.slider-box-products .top-box .row-name .special-products-description-inner .special-left-arrow {
  width: 20px;
}
.slider-box-products .top-box .row-name .special-products-colors {
  margin-top: 15px;
  min-height: 22px;
  height: 22px;
  max-height: 22px;
  overflow: hidden;
}
.slider-box-products .top-box .row-name .special-products-colors-inner {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 3px;
}
.slider-box-products .top-box .row-name .special-products-price {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: end;
  justify-content: center;
  margin-top: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-box-products .top-box .row-name .special-products-price {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-box-products .top-box .row-name .special-products-price {
    margin-top: -15px !important;
  }
}
.slider-box-products .top-box .row-name .special-products-price-1 .discount-price {
  font-size: 2rem;
  font-weight: 100;
  color: #8f8f8f;
  margin-left: 5px;
}
.slider-box-products .top-box .row-name .special-products-price-1 .discount-txt {
  font-size: 1.2rem;
  background: var(--textcolor);
  color: #ffffff;
  padding: 2px 8px 2px 8px;
  border-radius: 40px;
}
.slider-box-products .top-box .row-name .special-products-price-2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--maincolor);
  margin-top: 8px;
  min-height: 30px;
  max-height: 30px;
  overflow: hidden;
}
.slider-box-products .row-pics {
  z-index: 3;
}
.slider-box-products .row-pics .row-btn-left {
  margin-top: 35px;
  z-index: 3;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-box-products .row-pics .row-btn-left {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
.slider-box-products .row-pics .row-btn-left .addToCard-btn {
  font-size: 1.6rem;
  background: var(--maincolor);
  width: 270px;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 1px 5px 6px 1px var(--maincolor) 38;
  color: #ffffff;
  transition: 0.6s;
  z-index: 3;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .slider-box-products .row-pics .row-btn-left .addToCard-btn {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-box-products .row-pics .row-btn-left .addToCard-btn {
    width: 160px;
    font-size: 1.2rem;
    margin-top: -15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-box-products .row-pics .row-btn-left .addToCard-btn {
    width: 100%;
  }
}
.slider-box-products .row-pics .row-btn-left .addToCard-btn:hover {
  background: #f78e00;
  color: #ffffff;
  transition: 0.6s;
}
.slider-box-products .row-pics .row-btn-left .addToCard-btn .special-products-buy {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}

.slider-box-defult {
  background: #ffffff;
  border: 1px solid #e2e7ec;
  border-radius: 5px;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.0705882353);
  height: 550px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .slider-box-defult {
    height: 340px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-box-defult {
    height: 450px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-box-defult {
    height: 220px;
  }
}
.slider-box-defult img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.main-body-store {
  padding: 20px 40px;
  padding-right: 15px;
  background-color: var(--bodycolor);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main-body-store {
    padding: 25px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .main-body-store {
    padding: 0 15px;
  }
}
.main-body-store .product-sliderBox1 .top-box {
  background: var(--maincolor);
  padding: 12px;
  border-radius: 6px 6px 0px 0px;
  margin-top: 40px;
}
.main-body-store .product-sliderBox1 .top-box .product-cat-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: unset;
}
.main-body-store .product-sliderBox1 .top-box .product-cat-top .product-top-cat-img {
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main-body-store .product-sliderBox1 .top-box .product-cat-top .product-top-cat-img {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .main-body-store .product-sliderBox1 .top-box .product-cat-top .product-top-cat-img {
    width: 36px;
    height: 36px;
  }
}
.main-body-store .product-sliderBox1 .top-box .nav-slider-product {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: end;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .main-body-store .product-sliderBox1 .top-box .nav-slider-product {
    display: none;
  }
}
.main-body-store .product-sliderBox1 .top-box .nav-slider-product .btn-slider {
  background: no-repeat;
  border: none;
  color: white;
  font-size: 20px;
  transition: 0.6s;
}
.main-body-store .product-sliderBox1 .top-box .nav-slider-product .btn-slider:hover {
  color: #f78e00;
  transition: 0.6s;
}
.main-body-store .product-sliderBox1 .top-box .nav-slider-product .right-btn-slider {
  margin-left: 25px;
}
.main-body-store .product-sliderBox1 .top-box .product-top-cat-txt {
  font-size: 1.9rem;
  font-weight: bold;
  color: #ffffff;
  margin-right: 12px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .main-body-store .product-sliderBox1 .top-box .product-top-cat-txt {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main-body-store .product-sliderBox1 .top-box .product-top-cat-txt {
    font-size: 1.7rem;
    font-weight: bold;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .main-body-store .product-sliderBox1 .top-box .product-top-cat-txt {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.main-body-store .product-sliderBox1 .main-box {
  background: var(--secondcolor);
  border-radius: 0px 0px 6px 6px;
}
.main-body-store .product-sliderBox1 .main-box .slider-products1-owl {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.main-body-store .product-box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 270px;
  background: #ffffff;
  padding: 18px 10px 18px 10px;
  margin: 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid rgba(226, 231, 236, 0.2549019608);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  height: 380px;
  max-height: 380px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .main-body-store .product-box {
    width: 95%;
  }
}
.main-body-store .product-box .theBest-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  background: none;
  border: none;
  z-index: 4;
  display: none;
}
.main-body-store .product-box .theBest-icon img {
  width: 100%;
  height: 100%;
}
.main-body-store .product-box-img {
  width: 100%;
  height: 230px;
  position: relative;
  top: -25px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .main-body-store .product-box-img {
    top: -35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main-body-store .product-box-img {
    top: -33px;
  }
}
.main-body-store .product-box-img .store-products-owl-img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-body-store .product-box-name {
  font-size: 1.5rem;
  text-align: center;
  height: 48px;
  max-height: 48px;
  overflow: hidden;
  margin: 35px;
  margin-top: -15px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .main-body-store .product-box-name {
    margin: 25px;
    margin-top: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main-body-store .product-box-name {
    margin: 25px;
    margin-top: -23px;
  }
}
.main-body-store .product-box-name-inner {
  text-align: center;
}
.main-body-store .product-box-cost {
  width: 100%;
  margin-top: -30px;
  position: absolute;
  bottom: 15px;
  left: 10px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .main-body-store .product-box-cost {
    margin-top: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main-body-store .product-box-cost {
    margin-top: -20px;
  }
}
.main-body-store .product-box-cost .product-box-price, .main-body-store .product-box-cost .product-cost-ds {
  text-align: left;
  padding-left: 10px;
}
.main-body-store .product-box-cost .product-cost-ds .discount-txt {
  font-size: 1.2rem;
  background: var(--textcolor);
  border-radius: 40px;
  padding: 2px 6px 2px 6px;
  color: #ffffff;
}
.main-body-store .product-box-cost .product-cost-ds .discount-price {
  font-size: 1.7rem;
  color: #8f8f8f;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main-body-store .product-box-cost .product-cost-ds .discount-price {
    font-size: 1.6rem;
  }
}
.main-body-store .product-box-cost .product-box-price {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--textcolor);
  margin-top: 8px;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main-body-store .product-box-cost .product-box-price {
    font-size: 1.7rem;
  }
}
.main-body-store .product-box .store-buy-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 38px;
  height: 38px;
  border: unset;
  background: unset;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .main-body-store .product-box .store-buy-btn {
    width: 33px;
    height: 33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main-body-store .product-box .store-buy-btn {
    width: 30px;
    height: 30px;
  }
}
.main-body-store .special-products .top-box {
  background: var(--maincolor);
}
.main-body-store .special-products .main-box {
  background: var(--secondcolor);
}
.main-body-store .special-products .btn-slider:hover {
  color: var(--maincolor) !important;
}
.main-body-store .banners-box {
  margin-top: 30px;
}
.main-body-store .banners-box .banner-cnt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .main-body-store .banners-box .banner-cnt {
    margin-bottom: 25px;
  }
}
.main-body-store .product-sliderBox2 {
  margin-top: 40px;
}
.main-body-store .product-sliderBox2 .slider2-top-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.main-body-store .product-sliderBox2 .slider2-top-box .slider2-title {
  width: 12%;
  border-right: 4px solid #f78e00;
  padding-right: 15px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .main-body-store .product-sliderBox2 .slider2-top-box .slider2-title {
    width: 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main-body-store .product-sliderBox2 .slider2-top-box .slider2-title {
    width: 35%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .main-body-store .product-sliderBox2 .slider2-top-box .slider2-title {
    width: 100%;
  }
}
.main-body-store .product-sliderBox2 .slider2-top-box .slider2-title-inner {
  font-size: 2rem;
  font-weight: bold;
  color: var(--maincolor);
}
.main-body-store .product-sliderBox2 .slider2-top-box .slider2-dotted {
  width: 91%;
  border-bottom: 1px dashed #acaeaf;
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .main-body-store .product-sliderBox2 .slider2-top-box .slider2-dotted {
    width: 73%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .main-body-store .product-sliderBox2 .slider2-top-box .slider2-dotted {
    display: none;
  }
}
.main-body-store .product-sliderBox2 .slider2-top-box .seen-all-products {
  width: 7%;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .main-body-store .product-sliderBox2 .slider2-top-box .seen-all-products {
    width: 9%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main-body-store .product-sliderBox2 .slider2-top-box .seen-all-products {
    width: 23%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .main-body-store .product-sliderBox2 .slider2-top-box .seen-all-products {
    display: none;
  }
}
.main-body-store .product-sliderBox2 .slider2-top-box .seen-all-products-btn {
  font-size: 1.6rem;
  background: unset;
  border: unset;
  color: #f78e00;
}
.main-body-store .product-sliderBox2 .slider-products1-owl {
  margin-top: 30px;
}
.main-body-store .banner-middle-page {
  margin-top: 30px;
}
.main-body-store .banner-middle-page img {
  width: 100%;
  height: 190px;
}
.main-body-store .product-sliderBox2 .title-4product {
  width: 100% !important;
}
.main-body-store .product-sliderBox2 .row-4product {
  margin-top: 30px;
}
.main-body-store .product-sliderBox2 .row-4product .col-4product a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: unset;
  justify-content: unset;
  color: #000000;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main-body-store .product-sliderBox2 .row-4product .col-4product a {
    margin-bottom: 30px;
  }
}
.main-body-store .product-sliderBox2 .row-4product .col-4product a .product-box-right .product-box-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1019607843);
}
.main-body-store .product-sliderBox2 .row-4product .col-4product a .product-box-right .product-box-inner .product-img-right {
  width: 100%;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-body-store .product-sliderBox2 .row-4product .col-4product .product-box-left {
  padding: 10px;
}
.main-body-store .product-sliderBox2 .row-4product .col-4product .product-box-left .product-name-left {
  font-size: 1.6rem;
  margin-top: 5px;
  margin-bottom: 6px;
  width: 160px;
  height: 23px;
  max-height: 23px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-body-store .product-sliderBox2 .row-4product .col-4product .product-box-left .product-price-left {
  font-size: 1.7rem;
  color: var(--maincolor);
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  overflow: hidden;
}
.main-body-store .product-sliderBox2 .row-4product .col-4product .product-box-left .product-price-left del {
  font-size: 1.5rem;
  color: var(--maincolor);
}
.main-body-store .product-sliderBox2 .row-4product .col-4product .product-box-left .product-price-left .discountWeek {
  font-size: 1.2rem;
  background: var(--secondcolor);
  border-radius: 40px;
  padding: 2px 6px 2px 6px;
  color: #ffffff;
}
.main-body-store .product-sliderBox2 .row-4product .col-4product .product-box-left .latestPriceWeek {
  font-weight: bold;
}

.slider2-owl-box .leftNavSlider {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 100;
  color: var(--maincolor);
  background: #9dadc1;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 150px;
  left: 35px;
  border: 2px solid var(--maincolor);
  border-radius: 50px;
  cursor: pointer;
  z-index: 2;
  transition: 0.6s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider2-owl-box .leftNavSlider {
    display: none;
  }
}
.slider2-owl-box .leftNavSlider:hover {
  background: var(--maincolor);
  color: #ffffff;
  transition: 0.6s;
}
.slider2-owl-box .leftNavSlider i {
  font-weight: bold;
}

.bnr-box {
  width: 100%;
}
.bnr-box a {
  width: 100%;
  height: 100%;
}
.bnr-box a .store-banner {
  border-radius: 10px;
  aspect-ratio: 41/15;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media only screen and (min-width: 1024px) and (max-width: 2000px) {
  .banner-cnt:nth-child(even) {
    padding-left: 0 !important;
  }
  .banner-cnt:nth-child(odd) {
    padding-right: 0 !important;
  }
}
.slider2-owl-box .active {
  transition: all 0.6s;
}

.expandBox-slider {
  display: none;
}

.expandBox-slider li {
  font-size: 1.6rem;
  padding: 10px;
  padding-right: 70px;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .expandBox-slider li {
    font-size: 1.5rem;
  }
}
.expandBox-slider li:hover {
  background: linear-gradient(to left, #e2e7ec 50%, #ffffff 50%) right;
  background-size: 200%;
  transition: 0.5s ease-out;
}
.expandBox-slider li .cat-icon-slider {
  position: absolute;
  left: 18px;
  top: 16px;
  color: var(--maincolor);
  font-size: 14px;
  transition: all 0.4s;
}
.expandBox-slider li .expand-level2 {
  padding-right: 85px;
}

.turnIcon {
  transform: rotate(-90deg);
}

.expand-level2 a {
  width: 100%;
  display: block;
}

.products-box-link {
  color: unset !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}

.not-exist-special {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--maincolor);
  min-height: 30px;
  max-height: 30px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .not-exist-special {
    position: relative;
    top: -25px;
    left: 25px;
  }
}

.allPics-topBox {
  width: 260px;
  max-width: 260px;
  height: 74px;
  white-space: nowrap;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .allPics-topBox {
    margin-top: 15px;
  }
}

.allPics-topBox::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
.allPics-topBox::-webkit-scrollbar-thumb {
  background: transparent;
}

.allPics-topBox::-webkit-scrollbar {
  background-color: #e2e2e2;
  width: 5px;
  height: 6px;
  border-radius: 20px;
}

.allPics-topBox::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to bottom, transparent, var(--secondcolor), var(--secondcolor), var(--secondcolor), transparent);
}

.allPics-topBox::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(to bottom, transparent, var(--secondcolor), var(--secondcolor), var(--secondcolor), transparent);
}

.allPics-topBox::-o-scrollbar {
  background-color: #e2e2e2;
  width: 5px;
}

.allPics-topBox::-o-scrollbar-thumb {
  background-image: linear-gradient(to bottom, transparent, var(--secondcolor), var(--secondcolor), var(--secondcolor), transparent);
}

.allPics-topBox::-o-scrollbar-thumb:hover {
  background-image: linear-gradient(to bottom, transparent, var(--secondcolor), var(--secondcolor), var(--secondcolor), transparent);
}

.startWeb-box {
  height: 80vh;
  width: 100%;
}
.startWeb-box-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.startWeb-box-inner .startWeb-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .startWeb-box-inner .startWeb-img {
    width: 112%;
    margin-right: -50px;
  }
}
@media only screen and (min-width: 425px) and (max-width: 767px) {
  .startWeb-box-inner .startWeb-img {
    width: 180%;
    height: 100%;
    margin-right: -335px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
  .startWeb-box-inner .startWeb-img {
    width: 190%;
    height: 100%;
    margin-right: -335px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 374px) {
  .startWeb-box-inner .startWeb-img {
    width: 207%;
    height: 100%;
    margin-right: -335px;
  }
}
.startWeb-box-inner .startWeb-txt {
  position: absolute;
  color: var(--maincolor);
  top: 265px;
  right: 155px;
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .startWeb-box-inner .startWeb-txt {
    top: 230px;
    right: 60px;
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .startWeb-box-inner .startWeb-txt {
    top: 235px;
    right: 25px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 425px) and (max-width: 767px) {
  .startWeb-box-inner .startWeb-txt {
    top: 105px;
    right: 50px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
  .startWeb-box-inner .startWeb-txt {
    top: 105px;
    right: 30px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 374px) {
  .startWeb-box-inner .startWeb-txt {
    top: 120px;
    right: 25px;
    font-size: 17px;
  }
}

.seeCatTxt {
  display: none;
  transition: 0.6s;
  position: absolute;
  left: 35px;
  top: 17px;
  color: var(--maincolor);
}

.shop-slider-box .slider-menu-box-inner .slider-menu-items:hover .seeCatTxt {
  display: inline-block;
  transition: 0.6s;
}

li.expand-cnt.expandAble .seeCatTxt {
  font-size: 14px;
  top: 11px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  li.expand-cnt.expandAble .seeCatTxt {
    font-size: 12px;
    top: 13px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .seeCatTxt.openLinkTopMenu {
    font-size: 12px;
    top: 18px;
  }
}

li.expand-cnt.expandAble:hover .seeCatTxt {
  display: inline-block;
  transition: 0.6s;
}

.products-box-link-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.top-box-right {
  z-index: 3;
}

li.expand-level2.expandAble {
  padding-right: 90px;
  font-size: 14px;
}

.expand-cnt.expandAble a,
.expand-level2.expandAble a {
  color: var(--maincolor);
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .row-shop-slider-box .menuTopBox-right {
    padding: 5px;
    height: 300px;
  }
  .row-shop-slider-box .topBox-indexProducts {
    padding: 5px;
  }
  .row-shop-slider-box .cat-img-slider {
    display: none !important;
  }
  .row-shop-slider-box .shop-slider-box .slider-menu-box-inner .slider-menu-items a .cat-name-slider {
    font-size: 1.4rem;
  }
  .row-shop-slider-box .cat-icon-slider {
    left: 13px !important;
    top: 19px !important;
    font-size: 12px !important;
  }
  .row-shop-slider-box .seeCatTxt.openLinkTopMenu {
    font-size: 12px;
    top: 15px;
    left: 23px;
  }
  .row-shop-slider-box .slider-box-products .top-box .row-name .special-products-price-1 .discount-price {
    font-size: 1.8rem;
  }
  .row-shop-slider-box .slider-box-products .top-box .row-name .special-products-price-2 {
    font-size: 2rem;
  }
  .row-shop-slider-box .slider-box-products .row-pics .row-btn-left .addToCard-btn {
    width: 190px;
    font-size: 1.3rem;
    margin-top: -15px;
  }
  .row-shop-slider-box .slider-box-products .top-box .row-name .special-products-description-inner {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .menuTopBox-right {
    height: 340px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 2500px) {
  .menuTopBox-right {
    height: 410px;
  }
}
.app-link-cnt, .app-link-cnt:hover {
  color: #fff;
}

.app-box {
  background: var(--maincolor);
  box-shadow: 1px 1px 0px 0px var(--maincolor);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  padding: 10px;
  transition: 0.6s;
}

.app-box:hover {
  background: var(--secondcolor);
  box-shadow: 1px 1px 0px 0px var(--secondcolor);
}

.app-box, .app-img {
  border-radius: 5px;
  width: 100%;
}

.app-titles {
  margin-right: 5px;
}

.app-title2 {
  font-size: 15px;
  font-weight: 100;
}

.app-img-box {
  align-items: center;
  border-radius: 5px;
  display: flex;
  height: 70px;
  justify-content: center;
  width: 70px;
}

.app-box, .app-img {
  border-radius: 5px;
  width: 100%;
}

.start {
  direction: rtl;
  margin-top: 35px;
  position: relative;
  text-align: right;
  width: 100%;
}

.start-box {
  align-items: space-between;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 130px;
  justify-content: center;
  padding: 15px;
  z-index: 5;
}

.download-app h2 {
  font-size: 1em;
  text-align: center;
}

.start-box-bottom {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.links-app {
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.links-app div {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: center;
}

.start-box-bottom-btn {
  background-color: var(--c-yellow);
  border: 0;
  border-radius: 6px;
  color: var(--c-black);
  cursor: pointer;
  display: inline-block;
  font-size: 0.7em;
  margin-right: 25px;
  padding: 10px;
  white-space: nowrap;
}

.links-app a {
  align-items: center;
  background: #fff;
  color: #000;
  display: inline-flex;
  flex-grow: 1;
  font-size: 0.65rem;
  gap: 2px;
  height: 100%;
  justify-content: space-between;
  white-space: break-spaces;
  width: 100%;
}

.icon-links-app {
  align-items: center;
  border-radius: 5px;
  display: inline-flex;
  justify-content: space-between;
  max-height: 30px;
  max-width: 30px;
  min-height: 30px;
  min-width: 30px;
  overflow: hidden;
}

.icon-links-app img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.download-sec-pc.product-sliderBox2 #store-apk-title {
  width: 16%;
}
.download-sec-pc.product-sliderBox2 #store-apk-dots {
  width: 84%;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .download-sec-pc.product-sliderBox2 #store-apk-title {
    width: 24%;
  }
  .download-sec-pc.product-sliderBox2 #store-apk-dots {
    width: 76%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .download-sec-pc.product-sliderBox2 #store-apk-title {
    width: 45%;
  }
}

.show-more-weblog {
  display: block;
  position: relative;
  float: left;
  padding: 0 10px;
  margin: 4px;
  height: 33px;
  background-color: var(--secondcolor);
  color: var(--maincolor) !important;
  font-weight: bold;
  border-radius: 3px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-list-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.blog-list-items .blog-item {
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 260px;
  margin-top: 30px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
}
.blog-list-items .blog-item a {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.blog-list-items .blog-item .blog-image {
  height: 145px;
  width: 100%;
}
.blog-list-items .blog-item .blog-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.blog-list-items .blog-item .blog-title {
  font-size: 15px;
  height: 60px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-list-items .blog-item .blog-footer-item {
  align-items: center;
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  padding: 5px 10px 15px;
}
.blog-list-items .blog-item .blog-footer-item span {
  color: #3b4359;
  font-size: 10px;
}

.ellipsis-1line, .ellipsis-2line {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.ellipsis-2line {
  -webkit-line-clamp: 2;
}

@media only screen and (min-width: 1251px) and (max-width: 1300px) {
  .blog-list-items .blog-item:nth-child(5) {
    display: none !important;
  }
  .blog-list-items .blog-item .blog-image {
    height: 145px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
  .blog-list-items .blog-item:nth-child(4), .blog-list-items .blog-item:nth-child(5) {
    display: none !important;
  }
  .blog-list-items .blog-item .blog-image {
    height: 145px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-list-items .blog-item:nth-child(4), .blog-list-items .blog-item:nth-child(5) {
    display: none !important;
  }
  .blog-list-items .blog-item {
    width: 200px;
  }
  .blog-list-items .blog-item .blog-image {
    height: 112px;
  }
  .blog-list-items .blog-item .blog-title {
    font-size: 14px;
  }
  .blog-list-items .blog-item .blog-footer-item {
    font-size: 8px;
  }
  .blog-list-items .blog-item .blog-footer-item span {
    font-size: 9px;
  }
  .more-load-blog-btn {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-list-items .blog-item {
    width: 100%;
    box-shadow: unset;
    margin-top: 5px !important;
  }
  .blog-list-items .blog-item .blog-image {
    height: 215px;
    width: 100%;
  }
  .blog-list-items .blog-item .blog-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
    margin-top: unset !important;
    padding-top: 0 !important;
  }
  .blog-list-items .blog-item .blog-footer-item {
    font-size: 12px;
  }
  .blog-list-items .blog-item .blog-footer-item span {
    font-size: 10px;
  }
  .show-more-weblog {
    display: block;
    position: relative;
    float: left;
    top: -7px;
    padding: 0 10px;
    margin: 4px;
    height: 30px;
    background-color: #edf0f5;
    color: var(--textcolor) !important;
    font-weight: bold;
    border-radius: 3px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }
  .blog-list-items .blog-item .blog-title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
  .blog-list-items .blog-item .blog-image {
    height: 190px;
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 374px) {
  .blog-list-items .blog-item .blog-footer-item {
    font-size: 11px;
  }
  .blog-list-items .blog-item .blog-footer-item span {
    font-size: 9px;
  }
  .blog-list-items .blog-item .blog-image {
    height: 160px;
    width: 100%;
  }
}
