/**
Theme Name: Stathis Alexopoulos Sculptor
Author: Yannis Aggelakos
Author URI: https://aggelakos.eu
Description: Stathis Alexopoulos theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stathis-alexopoulos-sculptor
Template: astra
*/
/*lightbox arrows */

.swiper-button-next:after {
	margin-left: -150px;
	font-size:165px;
  color: transparent;
    content: 'prev';
    background-image:url('data:image/svg+xml,<svg width="49" height="166" viewBox="0 0 49 166" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.207 165.249L0.576179 82.749L48.207 0.249954" stroke="black"/></svg>');
	background-repeat:no-repeat;
	transform: rotate(-180deg);
}
.swiper-button-prev:after {
	margin-right: -150px;
	font-size:165px;
  color: transparent;
    content: 'prev';
    background-image:url('data:image/svg+xml,<svg width="49" height="166" viewBox="0 0 49 166" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.207 165.249L0.576179 82.749L48.207 0.249954" stroke="black"/></svg>');
	background-repeat:no-repeat;

}