.productDetail h1{color: #000000;font-size: 28px;margin-bottom: 15px;margin-top: 30px;text-align: center;position: relative;padding-bottom: 10px;}
.productDetail h1:before{content:'';width: 80px;height: 2px;background-color: #007927;position: absolute;bottom: 0px;left: calc(50% - 40px);}
.contentDetail .readMore{position: absolute;width: 100%;height: 60px;bottom: 0px;text-align: center;padding-top: 20px;background: linear-gradient(to bottom,transparent 0%,#fff 60%)!important;}
.contentDetail .readMore .btn_readmore{ border: solid 1px #239808; color: #239808; transition: all 0.5s ease}
.contentDetail .readMore .btn_readmore:hover{stroke: #fff; background: #239808; color: #fff}
.contentDetail .readMore .btn_readmore:hover svg path{stroke: #fff; !important}