.compact-card {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.compact-card__list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}
.compact-card__item {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    min-width: 230px;
    border: 1px solid #F2F2F2;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.compact-card__img-wrap {
 max-width: 100%;
    height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.compact-card__img-wrap:before {
    
    position: absolute;
    width: 168px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    background-image: url(images/flag.svg);
    top: 20px;
    left: 0;
    z-index: 1;
}
.compact-card__img-wrap span {
    position: absolute;
    color: #fff;
    top: 26px;
    left: 19px;
    z-index: 1;
}
.compact-card__img {
      width: 100%;
    /*height: 100%;*/
    display: block;
    object-fit: cover;
    transition: 1s ease-in-out;
    transform-origin: center;
    will-change: transform;
}
.compact-card__item:hover .compact-card__img {
    transform: scale(1.1);
}
.compact-card__item:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.compact-card__desc {
    background-color: #fff;
    padding-left: 19px;
    padding-right: 16px;
    padding-bottom: 13px;
    padding-top: 24px;
    display: flex;
    flex-direction: column;
/*    border: 1px solid #F2F2F2;
    border-top: none;*/
}
.compact-card__subTitle {
    font-size: 16px;
    line-height: 21px;
    Font-weight: 300;
    padding-bottom: 20px;
}
.compact-card__rate {

}
.compact-card__info {

}
.compact-card__info-text {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}
.compact-card__info-text span:first-child {
    font-weight: normal;
    font-size: 12px;
    line-height: 200%;
    text-align: justify;
    color: #828282;
}
.compact-card__info-text span:last-child {
    font-weight: normal;
    font-size: 12px;
    line-height: 200%;
    text-align: justify;
    color: #333333;
}
.compact-card__more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.compact-card__price {
    display: flex;
    font-weight: 600;
    flex-grow: 1;
    justify-content: space-between;
    margin-right: 15px;
    color: white;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.compact-card__oldPrice {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: line-through;
    color: #BDBDBD;
}
.compact-card__btn {
    width: 100px;
    z-index: -1;
    height: 35px;
    /* background: #2B4F91; */
    border: 1px solid #2B4F91;
    /* border-radius: 2px; */
    font-weight: normal;
    font-size: 13px;
    line-height: 200%;
    text-align: justify;
    color: #2b4f91;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.compact-card__btn:hover {
	background:#2B4F91;
	color:#fff;
}
.compact-card__allProduct-link {
    width: 215px;
    height: 42px;
    background: #2B4F91;
    border-radius: 2px;
    font-weight: normal;
    font-size: 13px;
    line-height: 200%;
    text-align: justify;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.compact-card__item {
    
      width: 230px;
    flex-grow: 1;
    /*height: 390px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 266px;
}

.compact-card__info-text span:last-child {
		max-width: 50%;
}


@media (max-width:480px) {
    .compact-card {
        padding-left: 0;
        padding-right: 0;
    }
}

.bx_item_detail_rating .bx_stars_bg {
z-index:5 !important;
}