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

.font-11 {
  font-size: 11px !important
}

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

.font-13 {
  font-size: 13px !important
}

.font-14 {
  font-size: 14px !important
}

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

.font-16 {
  font-size: 16px !important
}

.font-17 {
  font-size: 17px !important
}

.font-18 {
  font-size: 18px !important
}

.font-20 {
  font-size: 20px !important
}

.font-32 {
  font-size: 32px !important
}

.font-40 {
  font-size: 40px !important
}

.font-42 {
  font-size: 42px !important
}

.font-44 {
  font-size: 44px !important
}

.font-45 {
  font-size: 45px !important
}

.font-46 {
  font-size: 46px !important
}

.font-48 {
  font-size: 48px !important
}

.font-50 {
  font-size: 50px !important
}

.card-body-top {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.letter-spacing-02 {
  letter-spacing: .02em !important;
}

.letter-spacing-03 {
  letter-spacing: .03em !important;
}

.letter-spacing-04 {
  letter-spacing: .04em !important;
}

.letter-spacing-05 {
  letter-spacing: .05em !important;
}

.letter-spacing-06 {
  letter-spacing: .06em !important;
}

.letter-spacing-07 {
  letter-spacing: .07em !important;
}

.letter-spacing-08 {
  letter-spacing: .08em !important;
}

.letter-spacing-09 {
  letter-spacing: .09em !important;
}

.letter-spacing-10 {
  letter-spacing: .10em !important;
}

.letter-spacing-11 {
  letter-spacing: .11em !important;
}

.line {
  border-bottom: 1px solid #dee2e6;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.product-item .product-img .image a {
	width: 100%;
	display: block;
	position: relative;
	padding-top: 100%;
}

.product-item .product-img .image a:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.4s ease-out 0.2s;
	-moz-transition: all 0.4s ease-out 0.2s;
	-o-transition: all 0.4s ease-out 0.2s;
	transition: all 0.4s ease-out 0.2s;
	background-color: #ccc;
}

.product-item .product-img .image a img {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

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

.center-flex {
  height: auto;
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

/*/dropzone//*/
.dropzone {
  background: white;
  border: 2px dashed #dc3545!important;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  color: #cecece;
}
.dz-progress
{
  display:none;
}
.dz-preview .dz-image img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.dz-disabled {
  pointer-events: none;
  cursor: default;
}