/* sections
--------------------------------------------- */
header.entry-header {
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-bottom: 15px;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

header.entry-header h1 {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
}

@media (max-width: 768px) {
	header.entry-header h1 {
		font-size: 40px;
	}
}

@media (max-width: 515px) {
	header.entry-header h1 {
		font-size: 34px;
	}
}

header.entry-header.sets {
	height: auto;
}

header.entry-header.sets h1 {
	color: #000;
	padding: 50px 10px;
}

#breadcrumbs {
	list-style: none;
	display: flex;
	margin-bottom: 20px;
}

#breadcrumbs li {
	margin: 0 5px;
	font-size: 16px;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}

#breadcrumbs li a {
	color: #E02B20;
}

@media (max-width: 1024px) {
	header.entry-header {
		height: 300px;
	}
}

@media (max-width: 768px) {
	header.entry-header {
		height: 200px;
	}
}

div.card div.card-header {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0px;
}

div.card div.card-header button.accordion-button {
	background-color: transparent;
	color: #000;
	text-decoration: none;
	padding-left: 0;
	padding-right: 0;
}

div.accordion-header button.accordion-button {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

div.card-header button.accordion-button button.accordion-button {
	background-color: transparent;
	padding-left: 0;
	padding-right: 5px;
}

#headingOne1 {
	border: none;
}

div.accordion div.accordion-item {
	border: none;
}

div.accordion div.card {
	border: none;
}

@media (max-width: 576px) {
	div.accordion .set-item {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}

div.accordion-header button.accordion-button {
	font-size: 22px;
	color: #000;
	text-decoration: none;
}

div.accordion-header button.accordion-button::after {
	color: #000;
	text-decoration: none;
	background-image: none;
	/*content: '+';*/
	font-size: 35px;
	position: relative;
	top: 0;
	line-height: 0.5;
}

div.accordion-header button.accordion-button:not(.collapsed)::after {
	/*content: '-';*/
	position: relative;
	right: 5px;
	top: 3px;
}

div.accordion-header button.accordion-button {
	border: none;
	box-shadow: none;
}

div.accordion-header button.accordion-button h2 {
	color: #000;
}

div.accordion-header button.accordion-button:focus {
	border: none;
	box-shadow: none;
	font-size: 22px;
}

div.accordion-header button.accordion-button::after {
	border: none;
	box-shadow: none;
}

div.card-header button.accordion-button:focus {
	border: none;
	box-shadow: none;
}

div.set-item div.content-container * {
	color: #000;
}

div.sets-disponibles {
	margin-bottom: 20px;
}

div.set-item div.content-container {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

div.set-item div.content-container a {
	border-radius: 4px;
	background-color: #000;
	border: solid 1px #000 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	width: 100%;
	max-width: 120px;
	margin: 0 auto;
}

div.set-item div.content-container a:hover {
	background-color: #fff;
	color: #000;
}

div.set-item div.content-container h3 {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}

div.set-item div.content-container p {
	padding-bottom: 0;
}

div.set-item div.content-container p.price {
	margin-bottom: 10px;
}

div.set-item div.content-container a:hover {
	background-color: #fff;
}

button.link-button {
	border-radius: 4px;
	background-color: #000;
	border: solid 1px #000 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff !important;
	width: 100%;
	max-width: 120px;
	margin: 0 auto;
}

button.link-button:hover {
	background-color: #fff;
	color: #000 !important;
}

span.price {
	text-align: center;
	position: relative;
	top: -15px;
}

div.image-container {
	witdth: 100%;
	height: 400px;
}

div.image-container img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.card:hover {
	overflow: hidden;
}

.card:hover > img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	transition: 0.8s;
	-webkit-transition: 0.8s;
	border: none;
}

.card:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}

.nav-link-te {
	font-size: 17px;
	padding: 0.5rem 1rem;
	text-align: center;
	font-weight: bold;
	/*color: #2ea3f2;*/
}

.nav-link-te:hover {
	background-color: #fff;
}

button.nav-link {
	background-color: #fff !important;
	color: #000 !important;
	border: thin solid #000;
}

button.active {
	background-color: #000 !important;
	color: #fff !important;
	font-weight: bold;
}

div.nav:hover {
	/*background-color: rgb(223, 186, 186);*/
	color: #df323a;
}

/*button#v-pills-messages-tab {
  border: thin solid black;
}*/
div#v-pills-tab {
	width: 25%;
	border: thin solid #000;
	margin-top: 10px;
}

div#v-pills-tab .nav-link {
	text-align: justify;
	border-radius: 0;
}

@media (max-width: 556px) {
	div#v-pills-tab {
		margin-bottom: 40px;
		width: 100%;
	}
}

@media (max-width: 556px) {
	.d-flex.align-items-start {
		flex-direction: column;
	}
}

.tab-content {
	flex: 1;
}

.tab-content #update_basic_user_meta label {
	color: #000;
	font-size: 16px;
}

.tab-content #update_basic_user_meta input[type=email], .tab-content #update_basic_user_meta input[type=password], .tab-content #update_basic_user_meta input[type=tel], .tab-content #update_basic_user_meta input[type=text] {
	height: 40px;
	border-radius: 4px;
	border: solid 1px #c2c2c2;
	background-color: #fff;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 25px;
	padding: 0 15px;
}

.tab-content #update_basic_user_meta input[type=email]#pass, .tab-content #update_basic_user_meta input[type=email].strength, .tab-content #update_basic_user_meta input[type=password]#pass, .tab-content #update_basic_user_meta input[type=password].strength, .tab-content #update_basic_user_meta input[type=tel]#pass, .tab-content #update_basic_user_meta input[type=tel].strength, .tab-content #update_basic_user_meta input[type=text]#pass, .tab-content #update_basic_user_meta input[type=text].strength {
	margin-bottom: 0;
}

.tab-content #update_basic_user_meta input.button-primary {
	float: right;
	border-radius: 4px;
	background-color: #000;
	border: solid 1px #000 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	width: auto;
}

.tab-content #update_basic_user_meta input.button-primary:hover {
	background-color: #fff;
	color: #000;
}

#popmake-388 #loginform .login-username, #popmake-388 #loginform .login-password {
	display: flex;
}

#popmake-388 #loginform .login-username label, #popmake-388 #loginform .login-password label {
	width: 30%;
	text-align: center;
	font-weight: 600;
	line-height: 2;
}

#popmake-388 #loginform .login-username input, #popmake-388 #loginform .login-password input {
	flex: 1;
}

#popmake-388 #loginform .login-submit {
	display: flex;
	align-items: center;
	justify-content: center;
}

#popmake-388 #loginform .login-submit .button {
	float: right;
	border-radius: 4px;
	background-color: #000;
	border: solid 1px #000 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	width: auto;
}

#popmake-388 #loginform .login-submit .button:hover {
	background-color: #fff;
	color: #000;
}

#popmake-388 a {
	display: block;
	text-align: center;
	margin-top: 20px;
	color: #000;
}

#acf-form a {
	color: #df323a;
}

#acf-form [type=submit] {
	border-radius: 4px;
	background-color: #000;
	border: solid 1px #000 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	width: 100%;
	max-width: 170px;
	margin: 0 auto;
}

#acf-form [type=submit]:hover {
	background-color: #fff;
	color: #000;
}

.acf-switch.-on {
	background: #000 !important;
	border-color: #000 !important;
}

#page-container .acf-edit-post {
	margin-bottom: 50px;
}

.pagination > * {
	margin-right: 10px;
	margin-top: 8px;
	cursor: pointer;
}

.pagination > *.active {
	font-weight: 600;
	cursor: auto;
}

.sales-filter {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	justify-content: space-between;
}

.sales-filter #sales-date_range {
	max-width: 225px;
}

.sales-filter #salesInput {
	max-width: 185px;
	margin-right: 8px;
}

.sales-filter > div {
	display: flex;
	align-items: center;
}

.sales-filter > div a {
	color: #df323a;
}

@media (max-width: 991px) {
	.nav-tabs {
		flex-wrap: wrap;
		flex-direction: column;
		border-bottom: 0;
	}
}

@media (max-width: 991px) {
	.nav-tabs .custom-tabs, .nav-tabs .custom-content {
		width: 100% !important;
		margin-bottom: 45px;
	}
}

@media (max-width: 991px) {
	.nav-tabs #v-pills-messages5-tab {
		border-bottom: thin solid #000;
	}
}

footer.et-l.et-l--footer .et_pb_section.et_pb_section_1_tb_footer.et_section_regular p {
	text-align: center;
}

footer.et-l.et-l--footer .et_pb_section.et_pb_section_1_tb_footer.et_section_regular p a {
	color: #df323a;
}

.my-mansory .card a {
	overflow: hidden;
}

.my-mansory .card a:hover {
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 1;
	transition: 1s;
}

.my-mansory .card a:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	transition: 1s;
	z-index: 0;
	opacity: 0.5;
}

.my-mansory .card a h2 {
	position: absolute;
	top: 35px;
	left: 15px;
	font-size: 20px;
}

.my-mansory .photoswipe-item {
	overflow: hidden;
}

.my-mansory .photoswipe-item a {
	background-color: transparent !important;
}

.my-mansory .photoswipe-item:hover {
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 1;
	transition: 1s;
}

.my-mansory .photoswipe-item:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	transition: 1s;
	z-index: 0;
	opacity: 0.5;
}

@media (max-width: 576px) {
	.my-mansory img {
		width: 100%;
	}
}

body {
	margin-top: 50px;
}

.nude-form.acf-form {
	max-width: 768px;
	margin: 0 auto;
}

.nude-form.acf-form .acf-field {
	border-top: 0;
}

.nude-form.acf-form .acf-field label {
	color: #000;
	font-size: 16px;
	font-weight: 500 !important;
	text-transform: capitalize;
}

.nude-form.acf-form .acf-field input[type=email], .nude-form.acf-form .acf-field input[type=password], .nude-form.acf-form .acf-field input[type=tel], .nude-form.acf-form .acf-field input[type=text] {
	height: 40px;
	border-radius: 4px;
	border: solid 1px #c2c2c2;
	background-color: #fff;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 25px;
	padding: 0 15px;
}

.nude-form.acf-form .acf-field .acf-checkbox-list label {
	text-transform: none;
}

.nude-form.acf-form .acf-button {
	border-radius: 4px;
	background-color: #000;
	border: solid 1px #000 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	width: auto;
}

.nude-form.acf-form .acf-button:hover {
	background-color: #fff;
	color: #000;
}

.card {
	border: 0;
}

@media (max-width: 980px) {
	#sidebar {
		display: none;
	}
}

body {
	margin-top: 50px;
}

.pswp__zoom-wrap {
	text-align: center;
}

.pswp__zoom-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.wrapper {
	line-height: 0;
	width: 100%;
	max-width: 900px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
	width: 100%;
}

.video-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

video {
	width: 100% !important;
	height: auto !important;
}

a.return-button {
	border-radius: 4px;
	background-color: #000;
	border: solid 1px #000 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	width: 100%;
	max-width: 120px;
	margin: 15px auto 25px;
}

/*# sourceMappingURL=style.css.map */