.prices-wrapper .prices .widget_inner .prices_content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.prices-wrapper .prices .widget_inner .prices_content .price_item{padding:15px;width:calc(25% - 20px);-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;position:relative}@media (max-width:767px){.prices-wrapper .prices .widget_inner .prices_content .price_item{width:100%}}.prices-wrapper .prices .widget_inner .prices_content .price_item:after,.prices-wrapper .prices .widget_inner .prices_content .price_item:before{content:" ";width:10px;height:10px;position:absolute;border:0 solid #fff;-webkit-transition:all .3s;transition:all .3s}.prices-wrapper .prices .widget_inner .prices_content .price_item:after{top:-1px;left:-1px;border-top:3px solid #b48730;border-left:3px solid #b48730}.prices-wrapper .prices .widget_inner .prices_content .price_item:before{bottom:-1px;right:-1px;border-bottom:3px solid #b48730;border-right:3px solid #b48730}.prices-wrapper .prices .widget_inner .prices_content .price_item:hover{border-top-right-radius:0;border-bottom-left-radius:0}.prices-wrapper .prices .widget_inner .prices_content .price_item:hover:after,.prices-wrapper .prices .widget_inner .prices_content .price_item:hover:before{width:103%;height:106%}