.boxInstagram .titleBoxInsta{
    position: unset;
    width: 100%;
    display: block;
    padding: 80px 0 20px;
}
.attr p.color{
    display: flex;
    justify-content: flex-start;
}
.attr p.color .itemColor{
    width: calc(100%/10);
    height: calc(100vw*44/1434);
    display: inline-block;
    padding: 0 5px;
}
.attr p.color .itemColor a{
    display: block;
    width: 100%;
    height: 100%;
}
.attr p.color .itemColor a.active{
    border: 3px solid #185137;
}
.attr p.color .itemColor a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cloudzoom-ajax-loader {
    display: none;
}
.coupon_new_copy {
    margin-top: 15px;
}
.coupon_new_copy h4 {
    font-size: 16px;
}
#coupon_new_copy {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
}
#coupon_new_copy .position_coupon {
    position: relative;
}
#coupon_new_copy .product-coupon {
    padding: 5px 30px;
    border-radius: 6px;
    background: #000000;
    color: white;
    border: 1px solid #000000;
    margin-right: 10px;
    position: relative;
}
#coupon_new_copy .product-coupon:before {
    content: '';
    position: absolute;
    border-radius: 999px;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
}
#coupon_new_copy .product-coupon:after {
    content: '';
    position: absolute;
    border-radius: 999px;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -6px;
}
.position_coupon .coupon_new_content {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    color: #000;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    position: absolute;
    top: 40px;
    left: -40px;
    z-index: 2;
    box-shadow: 0 4px 5px rgba(54, 54, 54, 0.4);
    border-radius: 8px;
    min-width: max-content;
    display: none;
}
.coupon_new_content p {
    font-size: 15px;
}
.coupon_new_copy {
    margin-bottom: 12px;
}
@media (max-width: 768px) {
    .attr .colorPicker p.color .itemColor img {
        height: 40px;
        width: 40px;
    }

    .attr p.color .itemColor {
        width: auto;
        height: auto;
    }
}