/**
*---------------------------------------------------------------------------------------
* @package       VM Categories Display
*---------------------------------------------------------------------------------------
* @copyright     Copyright (C) 202{4} - {9} VirtuePlanet Services LLP. All rights reserved.
* @license       GNU General Public License version 2 or later; see LICENSE.txt
* @authors       Spiridon Kolovos
* @email          info@unp-snae.com
* @link          	 https://unp-snae.com
*---------------------------------------------------------------------------------------*/

/*@media (min-width:768px) {
	.id_container {
		display: flex;
		width: 100%;
		justify-content: space-between;
		border-bottom: 2rem solid #261e19;
	}
}*/
@media (min-width: 768px) {
    .id_container {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 2rem;
        gap: 2rem;
    }
}
@media (max-width:767px) {
	.id_container {
		display: block;
		width: 100%;
		justify-content: space-between;
	}
}
@media (min-width:768px) {
	.col-4z {
		width: 33.33%;
	}
}
@media (max-width:767px) {
	.col-4z {
		width: 100vw;
	}
}
@media (min-width:768px) {
	.col-3z {
		width: 25%;
	}
}
@media (max-width: 767px) {
    .col-3z {
        width: 50%;
        float: left;
        padding: 2rem 0.6rem 0 0.6rem;
    }
}
@media (max-width: 468px) {
    .col-3z {
        width: 100%;
	}
}
.categoryWrapper {
	height: 240px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-size: cover;		
}
@media (max-width:767px) {
	.categoryWrapper {
		height: 160px;
	}
}
.img1 {
	background: url("/images/banners/categories/banner_adults.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.img2 {
	background: url("/images/banners/categories/banner_kids.jpg");
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;	
}
.img3 {
	background: url("/images/banners/categories/banner-accessories.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.img4 {
	background: url("/images/banners/categories/banner-shoes.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.bigfont {
	color:white;
	text-shadow: 0 3px 0px #5c5c5c;	
	font-family: 'Dela Gothic One';
	font-size: clamp(1.125rem, 0.7632rem + 1.4474vw, 2.5rem);
	letter-spacing: 2px;
	-webkit-transition: all 0.15s ease 0s; 
	position: relative;
	z-index: 10;
}
.bigfont:hover {
	transform: translateY(-10px);
	text-shadow: 0 6px 0px #000;
}
.lorena-min, .lorena-sup {
    /*font-size: 32pt;*/
	font-size: 25pt;
}
.img1, .categoryWrapper {
	border-radius: 20px;
}
.categoryWrapper:after, .categoryWrapper1:after, .categoryWrapper2:after {
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom: 0;
	border-radius: 20px;
	background: #a29ca9; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #95909b 0%, #8d4c66 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #95909b 0%,#8d4c66 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #95909b 0%, #8d4c66 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a29ca9', endColorstr='#95909b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	content: '';
    opacity: 0.3;
	-webkit-transition: opacity 0.9s ease 0s; 
}
.vpfrs-image-cont::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #a29ca9;
    background: -moz-linear-gradient(-45deg, #95909b 0%, #8d4c66 99%);
    background: -webkit-linear-gradient(-45deg, #95909b 0%, #8d4c66 99%);
    background: linear-gradient(135deg, #95909b 0%, #8d4c66 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a29ca9', endColorstr='#95909b',GradientType=1 );
    content: '';
    opacity: 0.3;
    -webkit-transition: opacity 0.9s ease 0s;
}
.vpfrs-caption.caption-position-bottom-center.caption-alignment-center {
    background: #000000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
    padding-bottom: 12%;
    margin: 0;
}
.categoryWrapper:hover:after, .categoryWrapper1:hover:after, .categoryWrapper2:hover:after{
	opacity: 0.6;
}

.categoryWrapper h1, .categoryWrapper1 h1, .categoryWrapper2 h1{
	color:white;
	text-shadow: 0 3px 0px #5c5c5c;	
	font-family: 'Dela Gothic One';
	font-size: clamp(1.125rem, 0.7632rem + 1.4474vw, 2.5rem);
	letter-spacing: 2px;
	-webkit-transition: all 0.15s ease 0s; 
	position: relative;
	z-index: 10;
}
@media (max-width: 767px) {
	.categoryWrapper h1, .categoryWrapper1 h1, .categoryWrapper2 h1 {
		color: wheat;
		text-shadow: 0 3px 0px #712828;
		font-family: 'Dela Gothic One';
		font-size: clamp(1.2rem, 0.7632rem + 1.4474vw, 2.5rem);
		letter-spacing: 3px;
		-webkit-transition: all 0.15s ease 0s;
		position: relative;
		z-index: 10;
		background: rgba(0, 0, 0, .7);
		padding: 1rem;
		border-radius: 2rem;
	}
}
.categoryWrapper:hover h1, .categoryWrapper1:hover h1, .categoryWrapper2:hover h1 {
	transform: translateY(-10px);
	text-shadow: 0 6px 0px #000;}

.categoryWrapper button, .categoryWrapper1 button, .categoryWrapper2 button{
	position: absolute;
	transform: translatey(60px);
	-webkit-appearance: none;
	border: none;
	background: none;
	color:white;
    max-width: 250px;
	height:50px;
	font-size: clamp(0.875rem, 0.7763rem + 0.3947vw, 1.25rem);
	padding: 0;
	margin: 0;
	outline: none;
	z-index: 10;
}
@media (max-width: 768px) {.categoryWrapper button, .categoryWrapper1 button, .categoryWrapper2 button {display:none;}}

.categoryWrapper button span, .categoryWrapper1 button span, .categoryWrapper2 button span{
	display: block;
	position: relative;
	line-height: 50px;
	height: 50px;
	cursor: pointer;
}

.categoryWrapper button > span:after, .categoryWrapper1 button > span:after, .categoryWrapper2 button > span:after{
	content:'';
	position: absolute;
	top:0;
	left: 50%;
	width: 20px;
	height: 0;

	border: 1px solid white;
	border-left: none;
	border-bottom: none;

	transition: height 0.15s ease-out, width 0.15s ease-out 0.15s;
}

.categoryWrapper:hover button > span:after, .categoryWrapper1:hover button > span:after, .categoryWrapper2:hover button > span:after{
	width: calc(50% - 1px);
	height: calc(100% - 2px);
	transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.categoryWrapper button > span:before, .categoryWrapper1 button > span:before, .categoryWrapper2 button > span:before{
	content:'';
	position: absolute;
	top:0;
	right: 50%;
	width: 20px;
	height: 0;

	border: 1px solid white;
	border-right: none;
	border-bottom: none;

	transition: height 0.15s ease-out, width 0.15s ease-out 0.15s;
}

.categoryWrapper:hover button > span:before, .categoryWrapper1:hover button > span:before, .categoryWrapper2:hover button > span:before {
	width: calc(50% - 1px);
	height: calc(100% - 2px);
	transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.categoryWrapper button > span > span:before,.categoryWrapper1 button > span > span:before, .categoryWrapper2 button > span > span:before {
	content:'';
	position: absolute;
	bottom:0;
	right: 0%;
	width: 1px;
	height: 1px;
	opacity: 0;

}

.categoryWrapper:hover button > span > span:before, .categoryWrapper1:hover button > span > span:before, .categoryWrapper2:hover button > span > span:before {
	opacity: 1;
	border-bottom: 1px solid white;
	width: calc(50%);
	height: 1px;
	transition: opacity 0s ease-out 0.29s, width 0.15s ease-out 0.3s;
}

.categoryWrapper button > span > span:after, .categoryWrapper1 button > span > span:after, .categoryWrapper2 button > span > span:after{
	content:'';
	position: absolute;
	bottom:0;
	left: 0%;
	width: 1px;
	height: 1px;
	opacity: 0;

}

.categoryWrapper:hover button > span > span:after, .categoryWrapper1:hover button > span > span:after, .categoryWrapper2:hover button > span > span:after {
	opacity: 1;
	border-bottom: 1px solid white;
	width: calc(50%);
	height: 1px;
	transition: opacity 0s ease-out 0.29s, width 0.15s ease-out 0.3s;
}

.categoryWrapper button > span > span > span, .categoryWrapper1 button > span > span > span, .categoryWrapper2 button > span > span > span{
	transition: color 0.15s ease-out 0.3s;
	color: transparent;
	font-family: monospace;
    padding: 0 10px;	
}

.categoryWrapper:hover button > span > span > span, .categoryWrapper1:hover button > span > span > span, .categoryWrapper2:hover button > span > span > span {
	color:white;
	font-family: monospace;
    padding: 0 10px;	
}
.categoryWrapper button > span > span > span:after, .categoryWrapper1 button > span > span > span:after, .categoryWrapper2 button > span > span > span:after {
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	color:#1f2e4d;
	content: attr(data-attr-span);
	width: 0%;
	height: 100%;
	background:white;
	white-space: nowrap;
	text-align: center;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	transition: width 0.2s;
}

.categoryWrapper button:hover > span > span > span:after, .categoryWrapper1 button:hover > span > span > span:after, .categoryWrapper2 button:hover > span > span > span:after{
	width: 100%;
}
.liner {line-height: 1;}