/*product box*/
.product-name h4.sppb-addon-title {
    color: #000; margin: 0px!important;
}

.product-box {
    background: white;
    padding: 15px!important;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    margin-bottom: 40px!important;
}

.product-img {
    margin-bottom: 15px;
}

.product-box {
    transition: 0.4s ease;
}
.product-box:hover {
    transform: scale(1.05);
    transition: 0.4s ease;
}

.product-code h6.sppb-addon-title {
    font-family: 'Nunito'!important;
    margin: 0px!important;
    position: absolute;
    right: -32px;
    top: 3px;
    background: #543012;
    color: #fff;
    padding: 5px 10px!important;
}

.product-code h6.sppb-addon-title:before {
    content: '';
    width: 10px;
    height: 10px!important;
    border-style: solid;
    border-width: 20px 0 20px 18px;
    border-color: transparent transparent transparent #382719;
    transform: rotate(-2deg);
    position: absolute;
    top: -19px;
    right: -1px;
    z-index: -1;
}

/*pop up image*/
.sppb-addon-image-overlay-icon {
    line-height: 29px;
}