/* CATAGORY */

.catagory {
    background-color: #f5f5f5;
}

.catagory-image {
    background: var(--white-color);
}

.catagory__info p {
    margin-bottom: 0;
}

.catagory-warp {
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: relative;
}

.catagory-warp img {
    padding: 10px;
}

.catagory__info {
    padding: 40px;
    min-height: 300px;
}

.catagory-warp {
    overflow: hidden;
}

.catagory-warp>span {
    display: block;
}

.price-curent {
    color: red;
    font-weight: 600;
}

.price-old {
    font-weight: 600;
    margin-right: 10px;
    font-size: 15px;
}

.catagory-warp .sales,
.action_salse {
    right: 0px;
    top: 0px;
    border-radius: 8px;
    background: #bf0319;
    color: #fff;
    padding: 4px 10px;
    z-index: 3;
}

.catagory-warp .new,
.action_new {
    left: -56px;
    background: green;
    padding: 40px 60px 20px 60px;
    color: #fff;
    z-index: 3;
    transform: rotate(313deg);
    top: -18px !important;
}

.avatar {
    overflow: hidden;
}

.avatar .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.avatar .swiper-slide {
    background-size: cover;
    background-position: center;
}

.avatar .mySwiper2 {
    height: 80%;
    width: 100%;
}

.avatar .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.avatar .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.avatar .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

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

.product-ralation .catagory-warp {
    border: 1px solid #ededed;
}

.action-item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    cursor: pointer;
    border-radius: 8px;
    width: calc(50% - 10px);
    margin-bottom: 10px;
    margin-right: 10px;
}

.action-info {
    padding: 10px 20px;
}

.action-info p {
    font-size: 18px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
}

.action-info span {
    font-size: 15px;
    display: block;
}

.action-info--blue {
    background-color: #01a89e;
}

.action-info--red {
    background-color: #ff5d5d;
    width: 100%;
}

.action-info--sky {
    background-color: #3673cc;
}

.action-icon {
    font-size: 26px;
}

.product-info span {
    font-size: 16px;
}

.product-info ul li {
    display: flex;
    align-items: center;
    list-style: cambodian;
}

.product-info .product_icon {
    font-size: 12px;
    color: #5aa8b3;
    margin-right: 7px;
}