@media (max-width: 1023px){
	.landing-img {
	  height: 200px !important;
	}
	
	.col-edit{
      width: 3% !important;
    }
}

@media (max-width: 350px){
	.col-md-2 {
	  width: 20%;
	}
	
	.col-md-8 {
	  width: 80%;
	}
}

.container {
  margin-top: 30px;
  max-width: 100%;
}
	
.text-secondary {
  color: var(--oneuiux-theme-text-secondary) !important;
  font-size: 12px;
}

.long-description , .long-detail {
  font-size: 12px;
  white-space: revert;
  overflow: hidden;
  padding: 15px 0 0 0;
}

.pd-price {
  color: #ff5937;
  font-size: 24px;
}

.pd-discount , .text-discount {
  color: #ff5937;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  	display: block;
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
}

.col {
   padding-bottom: 8px;
}
   
.counter-number {
  background-color: rgb(215, 215, 215);
  border: 0;
}

.counter-number-white {
  background-color: white;
  border: 0;
}

.bg-white {
  background-color: white;
}
   
.margin-up {
  background-color: white;
  padding: 15px;
  /* border-radius: 5px; */
  /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); */
}

.img-box {
  height: 100%;
  padding: 15px;
}

.btn {
  padding: 5px;
  border-radius: 15px;
  border: 0px;
  font-size: 12px;
}
   
.shop {
  color: white;
  background-color: #d7002b;
}
   
.add-cart {
  background: rgb(var(--colour-interactive-emphasised-bg-hover, 0, 79, 147));
}
   
.margin-left-20 {
  margin-left: 20px;
}
   
.margin-20{
  margin: 5px 20px 5px 20px;
}

.shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.landing-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.md-skin .ibox {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
}

.product-price {
  background-color: #ef2b3f;
}

.brand-detail {
  white-space: normal;
}

.ibox-shop{
  text-align: center;
  font-size: 26px;
  padding: 10px 0 10px 0;
}

.margin-top-15 {
	margin-top: 10px;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.line-bottom {
  border-bottom: 1px solid #00000030;
  padding-bottom: 15px;
}

.padding-bottom-15 {
  padding-bottom: 15px
}

.border-0 {
  border-radius: 0px !important;;
  border: 1px solid #dee2e6 !important;
}

.size-10 {
  font-size: 10px !important;
}

.size-12 {
  font-size: 12px !important;
}

.size-15 {
  font-size: 15px !important;
}

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

.zoom-10 {
  transform: scale(1.1);
}

.hover:hover {
  background-color: #dee2e6;
}

.add-position {
  position: relative;
  top: 30px;
}

.pd-sku , .pd-brand , .pd-desc {
  color: black !important;
}

.pd-desc {
  font-size: 12px;
}

.line-through {
  text-decoration: line-through;
}

.padding-top-5 {
  padding: 5px 0 0 0 !important;
}
 
.padding-top-20 {
  padding: 20px 0 0 0 !important;
}

.inline {
  display: inline;
}

.flax-center {
  display: flex;
  justify-content: center;
  align-items: center;
}