.product-text-001 {
    position: relative;
}
.product-text-001:after {
    position: absolute;
    content: "PRODUCTS";
    font-size: 175px;
    opacity: 5%;
    font-weight: 500;
    top: 10px;
    left: -30px;
}

.product-text-002 {
    position: relative;
}
.product-text-002:after {
    position: absolute;
    content: "PRODUCTS";
    font-size: 175px;
    opacity: 5%;
    font-weight: 500;
    top: 10px;
    right: -51px;
}



.border-style-001 {
    position: relative !important;
}


.border-style-001:before {
    position: absolute;
    content: '';
    width: 9%;
    height: 6px;
    background: #8f6a18;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.border-style-002 {
    position: relative !important;
}


.border-style-002:before {
    position: absolute;
    content: '';
    width: 9%;
    height: 6px;
    background: #8f6a18;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.img-border-001 {
    position: relative;
}

.img-border-001:before {
    position: absolute;
    content: '';
    width: 77%;
    height: 90%;
    background: #5e4713;
    right: -20px;
    top: -20px;
    margin: auto;
    opacity: 0.5;
    transition: 0.5s;
}

.img-border-001:hover:before {
    opacity: 0.4;
    right: -30px;
    top: -30px;
}

@media(max-width: 991px){
.img-border-001:before {
    position: absolute;
    content: '';
    width: 77%;
    height: 90%;
    background: #5e4713;
    right: -8px;
    top: 14px;
    margin: auto;
    opacity: 0.5;
    transition: 0.5s;
}

.img-border-001:hover:before {
    opacity: 0.4;
    right: 0px;
    top: 0px;
}}

.img-border-001 img  {
    transition: 0.3s;
}

.img-border-001 img:hover {
    transform: scale(1.1);
}



.img-border-002 {
    position: relative;
}

.img-border-002:before {
    position: absolute;
    content: '';
    width: 77%;
    height: 90%;
    background: #5e4713;
    left: -20px;
    top: -20px;
    margin: auto;
    opacity: 0.5;
    transition: 0.5s;
}

.img-border-002:hover:before {
    opacity: 0.4;
    left: -30px;
    top: -30px;
}

@media(max-width: 991px){
.img-border-002:before {
    position: absolute;
    content: '';
    width: 77%;
    height: 90%;
    background: #5e4713;
    left: -8px;
    top: 14px;
    margin: auto;
    opacity: 0.5;
    transition: 0.5s;
}

.img-border-002:hover:before {
    opacity: 0.4;
    left: 0px;
    top: 0px;
}}


.img-border-002 img  {
    transition: 0.3s;
}

.img-border-002 img:hover {
    transform: scale(1.1);
}


@media(max-width: 991px){
.border-style-001:before {
    display:none;
}
.border-style-002:before {
    display:none;
}}



body.site.com-hikashop.view-product div#hikashop_product_left_part {
    position: relative;
}

body.site.com-hikashop.view-product div#hikashop_product_left_part:before {
    position: absolute;
    content: '';
    height: 50%;
    width: 90%;
    z-index: 0;
    background: #e0bd73;
    top: -20px;
    left: -20px !important;
}